/* Quick view shares the catalog typography, surfaces and theme button tokens. */
#nova_wc_quickview {padding:24px;background:rgba(0,0,0,.48)}
#nova_wc_quickview .nova_wc_quickview__content {width:1080px;max-width:100%;max-height:calc(100dvh - 48px);min-height:0;border-radius:8px;box-shadow:0 24px 80px #0003;overflow-y:auto}
#nova_wc_quickview .nova-qv-layout {display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
#nova_wc_quickview .nova-qv-media,#nova_wc_quickview .nova-qv-details {min-width:0}
#nova_wc_quickview .nova-qv-media {background:var(--vx-surface,#f6f6f6);display:flex;align-items:center}
#nova_wc_quickview .nova-qv-media .before-product-summary-wrapper {width:100%}
#nova_wc_quickview .qv-carousel img {width:100%;height:auto;max-height:640px;object-fit:contain}
#nova_wc_quickview .close-button {top:16px;right:16px;width:36px;height:36px;padding:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .entry-summary {position:static;height:auto;width:100%}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .box-summary-wrapper {height:auto;padding:0;overflow:visible!important}
#nova_wc_quickview .nova_wc_quickview__content .box-scroll {padding:48px 40px 32px}
#nova_wc_quickview .nova-qv-category {font-size:13px;line-height:1.5;margin:0 36px 12px 0;color:var(--qv-text-color)}
#nova_wc_quickview .nova-qv-category a {color:inherit}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .product_title {font-size:30px;font-weight:650;line-height:1.15;letter-spacing:-.7px;margin:0 16px 18px 0}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .price {font-size:24px;font-weight:600;line-height:1.4;margin-bottom:24px;letter-spacing:-.4px}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .woocommerce-product-details__short-description {font-size:14px;line-height:1.7;margin-bottom:24px}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart {border-top:1px solid var(--qv-border-color);padding-top:24px;margin-top:8px}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .variations tr {margin-bottom:16px}
#nova_wc_quickview .variations th.label {display:block;text-align:left;margin-bottom:12px;font-size:14px}
#nova_wc_quickview .wcboost-variation-swatches__item {margin:0 12px 8px 0}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .single_variation_wrap {margin-top:20px}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .quantity {width:88px;flex:0 0 88px;border:1px solid var(--qv-border-color);border-radius:var(--site-button-radius,4px);height:50px;margin-right:12px}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .quantity input.qty {height:48px;width:100%;line-height:48px}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .button {min-height:50px;height:auto;border-radius:var(--site-button-radius,4px);font-size:14px;padding:14px 20px;border-color:transparent;flex:1}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .button.disabled {opacity:.55}
#nova_wc_quickview .nova-qv-detail-link {display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:20px;border-top:1px solid var(--qv-border-color);font-size:14px;font-weight:600;min-height:44px;text-decoration:none}
#nova_wc_quickview .nova-qv-detail-link span {font-size:20px}
#nova_wc_quickview :focus-visible {outline:2px solid var(--qv-heading-color)!important;outline-offset:3px}
#nova_wc_quickview .nova_wc_quickview__content.maybe_scroll {overflow-y:auto}
@media(max-width:767px) {
 #nova_wc_quickview {padding:12px}
 #nova_wc_quickview .nova_wc_quickview__content {max-height:calc(100dvh - 24px)}
 #nova_wc_quickview .nova-qv-layout {grid-template-columns:1fr}
 #nova_wc_quickview .qv-carousel img {height:280px;object-fit:contain}
 #nova_wc_quickview .nova_wc_quickview__content .box-scroll {padding:24px}
 #nova_wc_quickview .nova_wc_quickview__content .site-content .product .product_title {font-size:25px;margin-right:0}
 #nova_wc_quickview .nova_wc_quickview__content .site-content .product .price {font-size:22px;margin-bottom:20px}
 #nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart {flex-direction:row}
}
@media(prefers-reduced-motion:reduce) {
 #nova_wc_quickview,#nova_wc_quickview .nova_wc_quickview__content,#nova_wc_quickview .close-button {transition:none}
}

/* Override the legacy product hover palette with the shared theme states. */
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .button:is(:hover,:focus-visible) {
 background-color:var(--site-button-hover-bg);
 color:var(--site-button-hover-color);
 border-color:var(--site-button-hover-bg);
 box-shadow:none;
}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .cart .button:is(:disabled,.disabled,.loading,[aria-disabled="true"]) {
 background-color:var(--site-primary-button-bg);
 color:var(--site-primary-button-color);
 border-color:transparent;
 cursor:not-allowed;
 box-shadow:none;
}
#nova_wc_quickview .close-button:hover,
#nova_wc_quickview .qv-carousel .slick-arrow:hover {
 background:var(--site-button-hover-bg);
 color:var(--site-button-hover-color);
 border-color:var(--site-button-hover-bg);
}
#nova_wc_quickview .nova_wc_quickview__content .site-content .product .nova-qv-detail-link:hover {
 color:var(--qv-heading-color);
 text-decoration:underline;
 text-underline-offset:4px;
}
