.product-price {
    display: inline-block;
    max-width: 100%;
    color: var(--accent)
}

#blockcart-modal,
#product-description-short {
    color: var(--text)
}

#product-description-short ol,
#product-description-short ul {
    padding-left: 0;
    list-style-position: inside
}

#product-description-short ol li,
#product-description-short ul li,
.product-information .product-description ol li,
.product-information .product-description ul li {
    font-size: .9375rem;
    color: var(--muted)
}

.product-information {
    font-size: .9375rem;
    color: var(--text)
}

.product-information .manufacturer-logo {
    max-height: 4rem;
    margin-bottom: 1rem;
    border: 2px solid var(--border)
}

.product-information .product-description img {
    max-width: 100%;
    height: auto
}

.product-information .product-description ol,
.product-information .product-description ul {
    padding-left: .75rem;
    list-style-position: inside
}

#product-description-short ul,
.product-information .product-description ul {
    list-style-type: disc
}

.input-color {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    opacity: 0
}

.input-container {
    position: relative
}

.input-radio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 2px solid var(--text)
}

.radio-label {
    display: inline-block;
    padding: .125rem .625rem;
    font-weight: 600;
    background: var(--surface);
    border: 2px solid var(--surface)
}

.product-actions .control-label {
    display: block;
    width: 100%;
    margin-bottom: .375rem
}

.product-actions .add-to-cart {
    height: 2.75rem;
    padding-top: .625rem;
    line-height: inherit
}

.product-actions .product-add-to-cart {
    word-wrap: break-word
}

.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-quantity .add,
.product-quantity .qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    margin-bottom: .5rem
}

.product-quantity .qty {
    margin-right: .4rem
}

.product-quantity #quantity_wanted {
    width: 3rem;
    height: 2.75rem;
    padding: .175rem .5rem;
    color: var(--text);
    background-color: var(--surface)
}

.product-quantity .input-group-btn-vertical {
    width: auto
}

.product-quantity .input-group-btn-vertical .btn {
    padding: .5rem .6875rem
}

.product-quantity .input-group-btn-vertical .btn i {
    top: .125rem;
    left: .1875rem;
    font-size: 1rem
}

.product-quantity .btn-touchspin {
    height: 1.438rem
}

.wishlist-button-product {
    margin-left: .5rem !important
}

.product-discounts {
    margin-bottom: 1.5rem
}

.product-discounts>.product-discounts-title {
    font-size: .875rem;
    font-weight: 600
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    text-align: center;
    background: var(--surface);
    border: .3125rem var(--border) solid
}

.product-discounts>.table-product-discounts tbody tr {
    background: var(--surface)
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
    background: var(--surface)
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: .3125rem var(--border) solid
}

.product-prices {
    margin-top: 1.25rem
}

.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: var(--muted);
    word-wrap: break-word
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px;
    font-weight: 700
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
    padding: 0 2px 0 0;
    content: "-"
}

.product-customization small,
.product-discount {
    color: var(--muted)
}

.product-discount .regular-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through
}

.has-discount .page-content.page-cms ul,
.has-discount p,
.has-discount.product-price,
.page-content.page-cms .has-discount ul {
    color: #f39d72
}

.has-discount .discount {
    display: inline-block;
    padding: .3125rem .625rem;
    margin-left: .625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #f39d72
}

.has-discount .product-unit-price,
.product-unit-price {
    margin-bottom: 0;
    overflow: hidden;
    font-size: .8125rem;
    color: var(--muted);
    text-overflow: ellipsis
}

.tabs {
    padding: 1.25rem 1.875rem;
    margin-top: 2rem;
    background: var(--surface)
}

.tabs .tab-pane {
    padding-top: 1.25rem
}

.tabs .nav-tabs {
    border: 0;
    border-bottom: var(--border) 2px solid
}

.tabs .nav-tabs .nav-link {
    color: var(--muted);
    border: 0 solid transparent
}

.tabs .nav-tabs .nav-link.active {
    color: var(--accent)
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: var(--accent) 3px solid
}

.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -.125rem
}

.product-cover {
    position: relative;
    margin-bottom: 1.25rem
}

#product-modal .modal-content .modal-body .product-cover-modal,
.product-cover img {
    background: var(--surface)
}

.product-cover .layer {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .6);
    opacity: 0
}

.product-cover .layer:hover {
    opacity: 1
}

.product-cover .layer .zoom-in {
    font-size: 3.125rem;
    color: #fff
}

#product-modal .modal-content {
    padding: 0;
    background: 0 0;
    border: 0
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -35%
}

#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
    padding: .625rem 1.25rem;
    background: var(--surface);
    border-top: var(--border) 1px solid
}

#product-modal .modal-content .modal-body .thumbnails,
.block_newsletter form {
    position: relative
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    overflow: hidden
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}

#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: var(--surface)
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: var(--accent) 3px solid
}

#product-modal .modal-content .modal-body .arrows {
    position: absolute;
    top: 0;
    right: 1.875rem;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: .2
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem
}

#product-modal .modal-content .modal-body .arrows i {
    display: inline;
    font-size: 6.25rem
}

#blockcart-modal .modal-header,
#product #block-reassurance {
    background: var(--surface)
}

#blockcart-modal .modal-header .close {
    opacity: 1
}

#blockcart-modal .modal-header .close .material-icons {
    color: var(--text)
}

#blockcart-modal .modal-body {
    padding: 3.125rem 1.875rem;
    background: var(--surface)
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem
}

#blockcart-modal .modal-dialog {
    width: 100%;
    max-width: 1140px
}

#blockcart-modal .product-image {
    display: block;
    width: 100%;
    max-width: 9.375rem;
    margin: 0 0 0 auto
}

#blockcart-modal .modal-title {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text)
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c
}

#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: var(--accent)
}

#blockcart-modal .product-price {
    display: block;
    color: var(--text)
}

#blockcart-modal .cart-content .btn,
#stores .page-stores .store-item-footer li {
    margin-bottom: .625rem
}

#blockcart-modal .cart-content .page-content.page-cms ul,
#blockcart-modal .cart-content p,
.page-content.page-cms #blockcart-modal .cart-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .5rem;
    margin-bottom: .5rem;
    color: var(--text)
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content p.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
    padding: .5rem;
    background-color: var(--surface)
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    font-size: 1rem;
    font-weight: 600;
    color: var(--muted)
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
#blockcart-modal .cart-content p.product-tax,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
    display: inherit;
    font-size: .875rem
}

#blockcart-modal .cart-content .cart-content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#blockcart-modal .divide-right {
    border-right: 1px solid rgba(255,255,255,.08)
}

.product-images>li.thumb-container {
    display: inline
}

.product-images>li.thumb-container .thumb {
    margin-bottom: .625rem;
    cursor: pointer
}

.images-container .product-images>li.thumb-container .thumb {
    margin-right: .8125rem
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: var(--accent) 3px solid
}

#main .images-container .js-qv-mask {
    overflow: hidden;
    white-space: nowrap
}

#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto
}

.scroll-box-arrows {
    display: none
}

.scroll-box-arrows.scroll {
    display: block
}

.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer
}

.scroll-box-arrows .left {
    left: 0
}

.scroll-box-arrows .right {
    right: 0
}

#product-availability {
    display: inline;
    margin-top: .625rem;
    font-weight: 700
}

#product-availability .alert {
    font-size: 1rem
}

#product-availability .alert-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .75rem
}

#product-availability .alert-warning .material-icons {
    padding-top: 0;
    margin-right: 0;
    font-size: 24px
}

#product-details .label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text)
}

.product-features {
    margin-top: 1.25rem;
    margin-left: .3125rem
}

.product-features>dl.data-sheet,
.product-flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-features>dl.data-sheet {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    min-height: 2.5rem;
    padding: .625rem;
    margin-right: .625rem;
    margin-bottom: .5rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: var(--surface)
}

.product-customization .product-customization-item,
.product-variants>.product-variants-item {
    margin: 1.25rem 0
}

.product-variants>.product-variants-item select {
    width: auto;
    padding-right: 1.875rem;
    background-color: var(--surface)
}

.product-variants>.product-variants-item ul li {
    margin-right: .625rem
}

.product-variants>.product-variants-item .color {
    margin-top: 0;
    margin-left: 0
}

.product-flags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: none
}

.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .3125rem .4375rem;
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
    background: var(--accent)
}

.product-flags li.product-flag.online-only {
    position: absolute;
    top: 25rem;
    right: 0;
    z-index: 1;
    margin-top: 0;
    font-size: .8125rem
}

.product-flags li.product-flag.online-only::before {
    margin: .3125rem;
    font-family: "Material Icons", Arial, sans-serif;
    vertical-align: middle;
    content: ""
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: #f39d72
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    background: #f39d72
}

.product-customization {
    margin: 2.5rem 0
}

.product-customization .product-message {
    width: 100%;
    height: 3.125rem;
    padding: .625rem;
    resize: none;
    background: var(--surface);
    border: 0
}

.product-customization .product-message:focus {
    background-color: var(--surface);
    outline: .1875rem solid var(--accent)
}

.product-customization .file-input {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.625rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0
}

.product-customization .customization-message {
    margin-top: 20px
}

.product-customization .customization-message .customization-label {
    text-align: left;
    word-break: break-word
}

.product-customization .custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 2.625rem;
    margin-top: 1.25rem;
    line-height: 2.625rem;
    color: var(--muted);
    text-indent: .625rem;
    background: var(--surface)
}

.product-customization .custom-file button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: inherit
}

.product-pack {
    margin-top: 2.5rem
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: .875rem;
    color: var(--muted)
}

.product-pack .pack-product-container .pack-product-quantity {
    padding-left: .625rem;
    border-left: var(--border) 2px solid
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-refresh {
    margin-top: 1.25rem
}

.social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem
}

.social-sharing li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .5rem;
    cursor: pointer;
    background-color: var(--surface);
    background-repeat: no-repeat;
    background-position: .25rem .25rem;
    background-size: 2rem 2rem;
    border-radius: 50%
}

.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.block-social ul li a:hover,
.social-sharing li a:hover {
    color: transparent
}

.products-selection {
    margin-bottom: 1.25rem
}

#header .header-nav .blockcart a,
.account-list a,
.products-selection .title {
    color: var(--muted)
}

.cart-grid {
    margin-bottom: 1rem;
    margin-right: 24px !important;
    margin-left: 24px !important;
}

#header #_desktop_logo h1,
#notifications ul,
.block-promo .page-content.page-cms ul,
.block-promo p,
.cart-items,
.page-content.page-cms .block-promo ul {
    margin-bottom: 0
}

.cart-item {
    padding: 1rem 0
}

.card-block {
    padding: 1.25rem 1.25rem .5rem
}

.card-block.checkout {
    padding-top: 0;
    padding-bottom: 1.75rem
}

.card-block.checkout .btn-primary {
    width: 100%;
    white-space: normal
}

.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
    border-top: 1px solid #ddd
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: .5rem .2rem 0
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 1rem 0
}

#product #block-reassurance span,
.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 700
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1rem
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
    float: none;
    font-size: .88rem;
    text-align: left
}

.cart-summary-line {
    margin-bottom: .315rem;
    clear: both
}

.cart-summary-line::after {
    content: "";
    display: table;
    clear: both
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 1rem
}

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    color: var(--text);
    white-space: inherit
}

.cart-summary-line .value {
    float: right;
    font-weight: 600;
    color: var(--text)
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500
}

.cart-summary-line .label,
.cart-summary-line .value {
    font-size: 1rem
}

.cart-grid-body {
    margin-bottom: .75rem;
    width: 65% !important;
}

.cart-grid-body .card-block,
.cart-grid-body .cart-overview {
    padding: 1rem
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400
}

.cart-grid-right .promo-discounts {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    text-align: center
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    font-size: 1rem;
    color: var(--muted)
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #f49d6e;
    cursor: pointer
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-weight: 600
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-size: 1rem
}

.block-promo {
    margin-bottom: 1rem
}

.block-promo .promo-code {
    padding: 1rem
}

.block-promo .promo-code .alert-danger {
    position: relative;
    display: none;
    margin-top: 1.25rem;
    color: #fff;
    background: var(--accent3)
}

.block-promo .promo-code .alert-danger::after {
    position: absolute;
    bottom: 100%;
    left: 10%;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    content: " ";
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: var(--accent3)
}

.block-promo .promo-input {
    width: 50%;
    height: 2.5rem;
    margin-right: -.24rem;
    color: var(--text);
    text-indent: .625rem;
    border: var(--muted) 1px solid
}

.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid var(--accent)
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    margin-bottom: 0;
    font-weight: 600;
    color: #ff9a52
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    display: inline-block;
    font-weight: 500;
    color: var(--text)
}

.block-promo .promo-name .cart-summary-line .label {
    font-weight: 500;
    color: #363a42
}

.block-promo .promo-name .cart-summary-line span {
    color: #f49d6e
}

.block-promo .promo-name .material-icons {
    margin-left: .4rem;
    font-size: 1.2rem
}

.block-promo .promo-code-button {
    display: block;
    padding: 0 0 1rem;
    text-align: center
}

.block-promo .promo-code-button.with-discounts {
    display: none
}

.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: var(--accent)
}

.block-promo .promo-code-button.cancel-promo[aria-expanded=true] {
    display: block;
    padding: 0;
    margin-top: 1rem
}

.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center
}

#stores .page-stores .store-picture img,
.product-line-grid-left img {
    max-width: 100%;
    border-radius: 16px;
}

.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body>.product-line-info>.out-of-stock {
    color: red
}

.product-line-grid-body>.product-line-info>.available {
    color: #4cbb6c
}

.product-line-grid-body>.product-line-info .unit-price-cart {
    overflow: hidden;
    font-size: .875rem;
    font-weight: 500;
    color: var(--muted);
    text-overflow: ellipsis
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    line-height: 36px;
    color: var(--text)
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: .3125rem;
    color: var(--text)
}

.remove-from-cart {
    margin: 16px;
}

#block-reassurance {
    margin-top: 2rem
}

#block-reassurance img {
    width: 1.563rem;
    margin-right: .625rem
}

#block-reassurance li {
    border-bottom: 1px solid var(--border)
}

#block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}

.quickview .modal-content {
    width: 100%;
    min-height: 28.13rem;
    background: var(--surface)
}

.quickview .modal-header {
    padding: .625rem;
    border: 0
}

.quickview .modal-body {
    min-height: 23.75rem
}

.quickview .modal-footer {
    border-top: 1px solid rgba(122, 122, 122, .3)
}


/* ===== Prestanaut PDP card layout (inspired by prestanaut-karta-produktu.html) ===== */
.page-product .pn-product-layout {
    max-width: 1200px;
    margin: .9rem auto 0;
    padding: 0;
    align-items: flex-start
}

.page-product .pn-product-layout.row {
    margin-right: auto;
    margin-left: auto
}

.page-product .pn-product-layout>[class*="col-"] {
    padding-right: .75rem;
    padding-left: .75rem
}

.page-product .pn-product-layout>.pn-product-main {
    padding-left: 0
}

.page-product .pn-product-layout>.pn-buy-box {
    padding-right: 0
}

.page-product .pn-product-main {
    display: flex;
    flex-direction: column;
    gap: 1.1rem
}

.page-product .pn-product-gallery {
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px
}

#product #content.pn-product-gallery,
.page-product #content.pn-product-gallery {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.page-product .pn-product-gallery .images-container {
    width: 100%;
    max-width: none;
    margin: 0
}

.page-product .pn-product-gallery .product-cover {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(91, 227, 160, .13), transparent 48%),
        radial-gradient(circle at 80% 65%, rgba(61, 201, 255, .11), transparent 42%),
        var(--surface)
}

.page-product .pn-product-gallery .product-cover img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover
}

.page-product .pn-product-gallery .layer {
    transition: opacity .2s ease
}

.page-product .pn-product-gallery .mask {
    max-height: none;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid var(--border)
}

.page-product .pn-product-gallery .mask::-webkit-scrollbar {
    display: none
}

.page-product .pn-product-gallery .product-images {
    display: flex;
    gap: 0;
    min-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.page-product .pn-product-gallery .thumb-container {
    flex: 1 0 82px;
    min-width: 82px;
    padding: 0;
    margin: 0;
    border-right: 1px solid var(--border)
}

.page-product .pn-product-gallery .thumb-container:last-child {
    border-right: 0
}

.page-product .pn-product-gallery .thumb {
    width: 100%;
    height: 58px;
    padding: .25rem;
    object-fit: cover;
    opacity: .72;
    border: 1px solid transparent;
    transition: opacity .2s ease, border-color .2s ease
}

.page-product .pn-product-gallery .thumb.selected,
.page-product .pn-product-gallery .thumb:hover {
    opacity: 1;
    border-color: rgba(91, 227, 160, .55)
}

.page-product .pn-product-gallery .scroll-box-arrows {
    display: none
}

.page-product .pn-product-header {
    padding: 1.25rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px
}

.page-product .pn-product-header .product-flags {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    padding: 0;
    margin: 0 0 .85rem;
    list-style: none
}

.page-product .pn-product-header .product-flags:empty {
    display: none;
    margin: 0
}

.page-product .pn-product-header .product-flags li.product-flag {
    position: static;
    min-width: 0;
    min-height: 0;
    padding: .24rem .65rem;
    margin: 0;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--tag-text);
    text-transform: uppercase;
    letter-spacing: .04em;
    background: var(--tag-bg);
    border: 1px solid rgba(91, 227, 160, .24);
    border-radius: 999px
}

.page-product .pn-product-header .product-flags li.product-flag.on-sale {
    color: var(--accent3);
    background: rgba(255, 107, 107, .12);
    border-color: rgba(255, 107, 107, .2)
}

.page-product .pn-product-header .h1 {
    margin: 0;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.6rem, 2.9vw, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em
}

.page-product .pn-product-subtitle {
    margin-top: .8rem;
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--muted)
}

.page-product .pn-product-subtitle p:last-child {
    margin-bottom: 0
}

.page-product .pn-product-subtitle:empty {
    display: none
}

.page-product .pn-product-subtitle strong {
    color: var(--text)
}

.page-product .pn-compat-row {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 1rem
}

.page-product .pn-compat-row:empty {
    display: none
}

.page-product .pn-compat {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .26rem .7rem;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--muted);
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px
}

.page-product .tabs {
    padding: 1.25rem;
    margin-top: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px
}

.page-product .tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    border: 0
}

.page-product .tabs .nav-tabs .nav-item {
    float: none;
    margin: 0
}

.page-product .tabs .nav-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .44rem .9rem;
    margin: 0;
    font-size: .78rem;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    background: rgba(255, 255, 255, .02);
    border: 1px solid var(--border);
    border-radius: 999px;
    transition: color .2s ease, border-color .2s ease, background .2s ease
}

.page-product .tabs .nav-tabs .nav-link:hover,
.page-product .tabs .nav-tabs .nav-link.active {
    color: var(--accent);
    background: var(--tag-bg);
    border-color: rgba(91, 227, 160, .28)
}

.page-product .tabs .tab-content {
    margin-top: 1rem
}

.page-product .tabs .tab-pane {
    padding-top: 0
}

.page-product .tabs .product-description,
.page-product .tabs .tab-pane {
    font-size: .94rem;
    line-height: 1.65;
    color: var(--text)
}

.page-product .pn-buy-box {
    position: sticky;
    top: 5.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem
}

.page-product .pn-price-card {
    padding: 1.2rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px
}

.page-product .pn-price-card .product-prices {
    margin-top: 0;
    padding-bottom: .95rem;
    margin-bottom: .95rem;
    border-bottom: 1px solid var(--border)
}

.page-product .pn-price-card .product-price {
    display: block
}

.page-product .pn-price-card .product-discount {
    margin-bottom: .4rem
}

.page-product .pn-price-card .product-discount .regular-price {
    margin-right: .5rem;
    font-size: 1rem;
    color: var(--muted)
}

.page-product .pn-price-card .current-price {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: baseline
}

.page-product .pn-price-card .current-price-value {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
    color: var(--accent)
}

.page-product .pn-price-card .has-discount .discount {
    padding: .2rem .55rem;
    margin-left: 0;
    font-size: .74rem;
    font-weight: 700;
    color: var(--accent3);
    text-transform: none;
    background: rgba(255, 107, 107, .12);
    border: 1px solid rgba(255, 107, 107, .2);
    border-radius: 999px
}

.page-product .pn-price-card .product-unit-price,
.page-product .pn-price-card .tax-shipping-delivery-label {
    margin-top: .45rem;
    font-size: .78rem;
    color: var(--muted)
}

.page-product .pn-price-card .product-information {
    font-size: .88rem
}

.page-product .pn-price-card .product-actions {
    margin-top: .25rem
}

.page-product .pn-price-card .product-actions .control-label {
    display: none
}

.page-product .pn-price-card .product-variants {
    margin-bottom: .8rem
}

.page-product .pn-price-card .product-variants>.product-variants-item {
    margin: .65rem 0
}

.page-product .pn-price-card .product-variants-item label {
    margin-bottom: .32rem;
    font-size: .78rem;
    font-weight: 600;
    color: var(--muted)
}

.page-product .pn-price-card .product-variants-item select {
    min-height: 2.7rem;
    color: var(--text);
    background: var(--surface2);
    border: 1px solid var(--border2);
    border-radius: 8px
}

.page-product .pn-price-card .product-quantity {
    display: grid;
    gap: .5rem;
    align-items: stretch
}

.page-product .pn-price-card .product-quantity .qty,
.page-product .pn-price-card .product-quantity .add {
    display: block;
    float: none;
    margin: 0
}

.page-product .pn-price-card .product-quantity #quantity_wanted {
    width: 100%;
    height: 2.95rem;
    padding: .25rem .5rem;
    font-size: .95rem;
    font-weight: 600;
    text-align: center;
    color: var(--text);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px
}

.page-product .pn-price-card .product-actions .add-to-cart {
    width: 100%;
    height: 2.95rem;
    padding: 0 .9rem;
    font-size: .9rem;
    font-weight: 700;
    color: #030406;
    border: 0;
    border-radius: 8px;
    background: var(--accent);
    transition: filter .2s ease, transform .2s ease
}

.page-product .pn-price-card .product-actions .add-to-cart:hover {
    filter: brightness(.95);
    transform: translateY(-1px)
}

.page-product .pn-price-card .product-actions .add-to-cart:disabled {
    cursor: not-allowed;
    opacity: .55;
    transform: none
}

.page-product .pn-price-card .product-actions .add-to-cart .material-icons {
    margin-right: .2rem
}

.page-product .pn-price-card .product-availability .alert {
    padding: .55rem .65rem;
    margin-top: .6rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 8px
}

.page-product .pn-price-card .product-minimal-quantity {
    margin-top: .65rem;
    margin-bottom: 0;
    font-size: .78rem;
    color: var(--muted)
}

.page-product .pn-price-card .product-additional-info {
    margin-top: .85rem;
    padding-top: .85rem;
    border-top: 1px solid var(--border)
}

.page-product .pn-price-card .product-discounts {
    margin: .85rem 0
}

.page-product .pn-price-card .product-pack {
    margin-top: .85rem;
    margin-bottom: .85rem
}

.page-product .pn-buy-meta {
    margin-top: .95rem;
    padding-top: .95rem;
    border-top: 1px solid var(--border)
}

.page-product .pn-buy-meta-title {
    margin: 0 0 .6rem;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted)
}

.page-product .pn-buy-meta-list,
.page-product .pn-buy-feature-list {
    margin: 0;
    list-style: none;
    padding: 0
}

.page-product .pn-buy-meta-list li,
.page-product .pn-buy-feature-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .45rem;
    align-items: start;
    padding: .38rem 0
}

.page-product .pn-buy-meta-list li+li,
.page-product .pn-buy-feature-list li+li {
    border-top: 1px dashed rgba(255, 255, 255, .08)
}

.page-product .pn-buy-meta-key,
.page-product .pn-buy-feature-name {
    font-size: .78rem;
    color: var(--muted)
}

.page-product .pn-buy-meta-value,
.page-product .pn-buy-feature-val {
    font-size: .8rem;
    font-weight: 600;
    text-align: right;
    color: var(--text)
}

.page-product .pn-buy-feature-list {
    margin-top: .55rem
}

.page-product .pn-buy-meta-list:empty,
.page-product .pn-buy-feature-list:empty {
    display: none
}

.page-product .pn-buy-box #block-reassurance {
    margin-top: 0;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px
}

.page-product .pn-buy-box #block-reassurance ul {
    margin-bottom: 0
}

.page-product .pn-buy-box #block-reassurance li {
    border-bottom: 1px solid var(--border)
}

.page-product .pn-buy-box #block-reassurance li:last-child {
    border-bottom: 0
}

.page-product .pn-buy-box #block-reassurance li .block-reassurance-item {
    padding: .9rem 1rem
}

@media (max-width: 991.98px) {
    .page-product .pn-buy-box {
        position: static;
        top: auto
    }

    .page-product .pn-product-layout>[class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

    .page-product .pn-product-layout {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .page-product .pn-product-header,
    .page-product .tabs,
    .page-product .pn-price-card {
        border-radius: 10px
    }

    .page-product .pn-product-header {
        padding: 1rem
    }

    .page-product .pn-product-gallery .thumb-container {
        min-width: 70px
    }

    .page-product .pn-product-gallery .thumb {
        height: 50px
    }

    .page-product .pn-price-card {
        padding: 1rem
    }

    .page-product .pn-buy-meta-list li,
    .page-product .pn-buy-feature-list li {
        grid-template-columns: 1fr;
        gap: .15rem
    }

    .page-product .pn-buy-meta-value,
    .page-product .pn-buy-feature-val {
        text-align: left
    }
}

.includes {
    list-style: none;
    padding: 0 22px 20px;
}

.includes li {
    font-size: 13.5px;
    color: var(--muted);
    padding: 7px 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.chk {
    color: var(--accent);
    font-size: 14px;
    flex-shrink: 0;
}