/* input(313,57): run-time error CSS1030: Expected identifier, found ':'
input(313,79): run-time error CSS1025: Expected comma or open brace, found ')'
input(319,57): run-time error CSS1030: Expected identifier, found '.'
input(319,72): run-time error CSS1025: Expected comma or open brace, found ')'
input(325,37): run-time error CSS1030: Expected identifier, found '.'
input(325,51): run-time error CSS1025: Expected comma or open brace, found ')'
input(330,42): run-time error CSS1030: Expected identifier, found '.'
input(330,57): run-time error CSS1025: Expected comma or open brace, found ')'
input(338,51): run-time error CSS1030: Expected identifier, found ':'
input(338,69): run-time error CSS1030: Expected identifier, found '['
input(338,75): run-time error CSS1031: Expected selector, found '*='
input(338,75): run-time error CSS1025: Expected comma or open brace, found '*='
input(349,37): run-time error CSS1030: Expected identifier, found '.'
input(349,51): run-time error CSS1025: Expected comma or open brace, found ')' */
.product-option-3 .product-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--background-light);
    border-radius: var(--rounded-corners-theme-2);
    background: var(--white);
}

.product-option-3 .picture {
    width: 256px;
    height: 256px;
    align-items: center;
    justify-content: center;
    margin: 12px auto 8px;
    display: block;
    position: relative;
}
.product-option-3 .picture a { display: block; width: 100%; height: 100%; }
.product-option-3 .picture a { max-width: unset; }
.product-option-3 .picture a img {
    max-height: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.product-option-3 .sku {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
    margin-left: 6px;
    line-height: 1;
    background: var(--white);
    border: 1px solid var(--background-light);
    border-radius: 6px;
    padding: 4px 6px;
    color: var(--dark);
    z-index: 2;
    white-space: nowrap;
}

.product-option-3 .product-title { margin: 0 0 8px !important; }
.product-option-3 .product-title a {
    display: block;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-option-3 .product-title a::first-line {
    font-size: 18px;
    font-weight: 700;
}

.product-option-3 .product-rating-box,
.product-option-3 .gtin,
.product-option-3 .manufacturerPartNumber,
.product-option-3 .stock-qty { margin: 0 12px 6px; }

.product-option-3 .prices {
    margin: 0 0 8px;
    padding: 0;
    text-align: start;
}
.product-option-3 .price-tag { font-size: 28px; font-weight: 700; }
.product-option-3 .price-tag span { font-size: 16px; vertical-align: super; }
.product-option-3 .price-text { font-size: 12px; }

.product-option-3 .description {
    margin: 6px 6px 8px;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-option-3 .product-quantity_productBox,
.product-option-3 #variantTable .product-quantity_productBox,
.product-option-3 .qty-input-group {
    flex: 0 0 140px;
    max-width: 140px !important;
    margin: 0 !important;
    border-radius: var(--rounded-corners-theme-2) !important;
    border: var(--border-width-option-2) solid var(--background-light);
}
.product-option-3 .product-quantity_productBox .qty-input,
.product-option-3 #variantTable .qty-input-group input {
    width: 100% !important;
    height: 40px !important;
    border: none !important;
    border-left: var(--border-width-option-2) solid var(--background-light);
    border-right: var(--border-width-option-2) solid var(--background-light);
    border-radius: 0 !important;
}
.product-option-3 .unit-selector,
.product-option-3 #variantTable .unit-selector {
    flex: 1 1 auto;
    min-width: 160px;
    border: 1px solid var(--background-light);
    border-radius: var(--rounded-corners-theme-2) !important;
    text-align-last: left !important;
    padding-left: 10px;
}

.product-option-3 .product-box-add-to-cart-button {
    margin: 0 !important;
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    background: var(--add-to-cart-button);
    border-radius: var(--rounded-corners-theme-2) !important;
}
.product-option-3 .wishlist-button2,
.product-option-3 .compare-button2 { display: none; }

.product-option-3 .productBox-hotlists-div,
.product-option-3 .productBox-warehouse-hotlists-div {
    display: inline-flex;
    gap: 8px;
    flex: 0 0 auto;
}
.product-option-3 .productBox-warehouse-hotlists-div .wherehouse-btn {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: var(--white);
    border: 1px solid var(--background-light);
    border-radius: var(--rounded-corners-theme-2);
    color: var(--dark);
    white-space: nowrap;
}

.product-option-3 .delivery-info { margin: 0 12px 12px; font-size: 12px; }

.product-option-3 .variants-buttons .button-2.btn.btn-default.show-variants {
    margin: 6px 12px 10px;
    border-radius: var(--rounded-corners-theme-2) !important;
}

/* Hover-only Add-to-Cart (enable via .pbx3-hover-cart) */
.product-option-3 .pbx3-hover-cart .product-box-add-to-cart-button,
.product-option-3.pbx3-hover-cart .product-box-add-to-cart-button {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease;
}
.product-option-3 .pbx3-hover-cart:hover .product-box-add-to-cart-button,
.product-option-3.pbx3-hover-cart:hover .product-box-add-to-cart-button {
    opacity: 1;
    pointer-events: auto;
}

.product-option-3 .prices[data-fallback="true"] .price-warning-inline {
    font-size: .85em;
    vertical-align: text-top;
    cursor: pointer;
    color: #f39c12;
}

/* Hover-reveal overlay (enable via .pbx3-hover-reveal) */
.product-option-3.pbx3-hover-reveal .bottom-detail-first,
.product-option-3.pbx3-hover-reveal .bottom-detail {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
    margin: 0 12px;
    pointer-events: none;
    transition: opacity .15s ease, max-height .2s ease;
}
.product-option-3.pbx3-hover-reveal:hover .bottom-detail-first,
.product-option-3.pbx3-hover-reveal:hover .bottom-detail {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding-top: 6px;
    margin: 0 12px 12px;
    pointer-events: auto;
}
.product-option-3 .product-item { position: relative; overflow: hidden; }

.product-option-3 .pbx3-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease;
    z-index: 3;
    margin-inline: 12.5px;
    padding-top: 10px;
    transform: translateY(15%);
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.98) 82%,
        rgba(255, 255, 255, 0)
    );
    border-radius: var(--rounded-corners);
}
.product-option-3.pbx3-hover-reveal:hover .pbx3-overlay {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.product-option-3 .pbx3-overlay .delivery-info { margin: 6px 5px 0; }

.product-option-3 .sku { z-index: 2; }
@media (hover: none) and (pointer: coarse) {
    .product-option-3.pbx3-hover-reveal .pbx3-overlay {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}

.product-option-3 .sku {
    border: 0;
    background: none;
    padding-left: 10px;
}

/* Price shrink helpers */
.product-option-3 .prices .actual-price {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    line-height: 1.1;
}
.product-option-3 .prices .actual-price.price--shrink-1 { font-size: 22px; }
.product-option-3 .prices .actual-price.price--shrink-2 { font-size: 20px; }
.product-option-3 .prices .actual-price.price--shrink-3 { font-size: 16px; }
.product-option-3 .prices .actual-price { font-variant-numeric: tabular-nums; }

.product-option-3 .product-item { overflow: visible; }
.product-option-3.pbx3-hover-reveal:hover .product-item,
.product-option-3 .product-item:hover {
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.14)) drop-shadow(0 2px 10px rgba(0,0,0,.08));
}

.product-option-3 .qty-unit-row { gap: 8px; align-items: stretch; }

.product-option-3 .qty-unit-row .product-quantity_productBox,
.product-option-3 .qty-unit-row .qty-input-group {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100% !important;
    min-width: 0;
    border: 1px solid var(--background-light);
    border-radius: var(--rounded-corners) !important;
    overflow: hidden;
    margin: 0 !important;
}
.product-option-3 .qty-unit-row .product-quantity_productBox .qty-input,
.product-option-3 .qty-unit-row .qty-input-group input {
    width: 100% !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.product-option-3 .qty-unit-row .product-quantity_productBox .quantity-button:first-child {
    border-top-left-radius: 8px; border-bottom-left-radius: 8px;
}
.product-option-3 .qty-unit-row .product-quantity_productBox .quantity-button:last-child {
    border-top-right-radius: 8px; border-bottom-right-radius: 8px;
}
.product-option-3 .qty-unit-row .unit-selector {
    flex: 1 1 100%;
    min-width: 0;
    border-radius: var(--rounded-corners) !important;
}

.product-option-3 .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
    margin: 8px 5px 12px;
}
.product-option-3 .product-box-add-to-cart-button {
    flex: 1 1 100%;
    width: 100%;
    height: 46px;
    border-radius: var(--rounded-corners) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    font-weight: 700;
    line-height: 1;
}
.product-option-3 .product-box-add-to-cart-button i { font-size: 16px; }
.product-option-3 .productBox-hotlists-div,
.product-option-3 .productBox-warehouse-hotlists-div {
    flex: 1 1 auto;
    min-width: 0;
}
.product-option-3 .product-box-add-to-cart-button:where(:hover, :focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0,0,0,.03), 0 0 0 4px rgba(0,0,0,.06);
}

.product-option-3 .qty-unit-row .unitselectors:empty,
.product-option-3 .qty-unit-row .unitselectors:not(:has(.unit-selector)),
.product-option-3 .qty-unit-row .productUnitSelector:empty {
    display: none !important;
}

/* Unit selector conditional layout (CASE A/B) */
.product-option-3 .qty-unit-row:has(.unit-selector) .product-quantity_productBox,
.product-option-3 .qty-unit-row:has(.unit-selector) .qty-input-group {
    flex: 0 0 140px;
    max-width: 140px !important;
}
.product-option-3 .qty-unit-row:not(:has(.unit-selector)) .product-quantity_productBox,
.product-option-3 .qty-unit-row:not(:has(.unit-selector)) .qty-input-group {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100% !important;
    min-width: 0;
}
.product-option-3 .qty-unit-row .unit-selector[hidden],
.product-option-3 .qty-unit-row .unit-selector:is(:disabled, :where([style*="display:none"])) {
    display: none !important;
}
.product-option-3 .qty-unit-row.has-unit .product-quantity_productBox,
.product-option-3 .qty-unit-row.has-unit .qty-input-group {
    flex: 0 0 140px; max-width: 140px !important;
}
.product-option-3 .qty-unit-row:not(.has-unit) .product-quantity_productBox,
.product-option-3 .qty-unit-row:not(.has-unit) .qty-input-group {
    flex: 1 1 100%; max-width: 100% !important; min-width: 0;
}
.product-option-3 .qty-unit-row:has(.unit-selector),
.product-option-3 .qty-unit-row:has([id^="UnitSelectorForProduct_"]),
.product-option-3 .qty-unit-row.has-unit { display: flex; }

.product-option-3 .sku {
    background: rgba(255, 255, 255, .85);
    color: var(--dark);
    border-radius: 8px;
    font-size: 13px;
    padding: 4px 8px;
    line-height: 1;
    backdrop-filter: saturate(160%) blur(4px);
}
.product-option-3 .product-item:hover .sku { background: rgba(255, 255, 255, .92); }

