@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@500;600;700;800&display=swap");

/*
 * Samodzielne zmienne kolorystyczne. Wtyczka nie wymaga arkuszy strony
 * głównej ani stylów Elementora.
 */
:root {
    --imperium-ink: #191b1e;
    --imperium-muted: #6d7278;
    --imperium-navy-950: #08090a;
    --imperium-navy-900: #15171a;
    --imperium-navy-850: #202328;
    --imperium-navy-800: #2b2f34;
    --imperium-blue: #34383e;
    --imperium-blue-bright: #4b5057;
}

/*
 * Imperium Car Detailing — global WooCommerce interface
 * Classic templates and WooCommerce Blocks, without extra extensions.
 */

body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
    color: var(--imperium-ink);
    background:
        radial-gradient(circle at 8% 3%, rgba(232, 201, 130, .13), transparent 25rem),
        linear-gradient(180deg, #fbfaf7 0, #fff 360px);
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

/* ============================================================
 * Storefront 3.0 — Labocosmetica-inspired navy visual language.
 * Earlier rules retain all WooCommerce layout and form fixes.
 * ============================================================ */

body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
    color: var(--imperium-ink);
    background:
        radial-gradient(circle at 88% 0, rgba(24, 26, 29, .09), transparent 32rem),
        linear-gradient(180deg, #eceeef 0, #f7f7f7 340px, #fff 760px) !important;
}

body.woocommerce-page:not(.imperium-has-home-shortcode) .entry-title,
body.woocommerce-page:not(.imperium-has-home-shortcode) .woocommerce-products-header__title,
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title {
    color: var(--imperium-navy-900) !important;
    font-family: Georgia, "Times New Roman", serif !important;
}

body.woocommerce .woocommerce-breadcrumb a,
body.woocommerce .term-description a {
    color: var(--imperium-blue) !important;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    border-color: rgba(7, 29, 47, .1) !important;
    border-radius: 4px !important;
    box-shadow: 0 15px 42px rgba(4, 20, 33, .06) !important;
}

body.woocommerce ul.products li.product:hover,
body.woocommerce-page ul.products li.product:hover {
    border-color: rgba(26, 28, 31, .46) !important;
    box-shadow: 0 25px 58px rgba(4, 20, 33, .12) !important;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
    color: var(--imperium-navy-900) !important;
}

body.woocommerce ul.products li.product .star-rating,
body.woocommerce div.product .woocommerce-product-rating .star-rating,
body.woocommerce #reviews .star-rating {
    color: var(--imperium-blue) !important;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button {
    border-color: var(--imperium-navy-800) !important;
    border-radius: 2px !important;
    color: #fff !important;
    background: var(--imperium-navy-800) !important;
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce-page ul.products li.product .button:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover {
    border-color: var(--imperium-blue) !important;
    color: #fff !important;
    background: var(--imperium-blue) !important;
}

body.woocommerce .imperium-product-actions .imperium-view-product,
body.woocommerce-page .imperium-product-actions .imperium-view-product {
    border-color: var(--imperium-navy-800) !important;
    color: var(--imperium-navy-800) !important;
    background: #fff !important;
}

body.woocommerce .imperium-product-actions .imperium-view-product:hover,
body.woocommerce-page .imperium-product-actions .imperium-view-product:hover {
    border-color: var(--imperium-blue) !important;
    color: #fff !important;
    background: var(--imperium-blue) !important;
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale,
body.woocommerce .imperium-badge {
    color: #fff !important;
    background: var(--imperium-blue) !important;
}

body.woocommerce div.product .product_title,
body.woocommerce div.product .price,
body.woocommerce div.product p.price,
body.woocommerce div.product span.price,
body.woocommerce div.product .woocommerce-tabs h2,
body.woocommerce div.product .related > h2,
body.woocommerce div.product #reviews h2 {
    color: var(--imperium-navy-900) !important;
}

body.woocommerce div.product .woocommerce-product-gallery__wrapper,
body.woocommerce div.product .summary,
body.woocommerce div.product .woocommerce-tabs,
body.woocommerce div.product #reviews,
body.woocommerce div.product .related,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout .woocommerce-checkout,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 4px !important;
}

body.woocommerce div.product form.cart .button,
body.woocommerce div.product .single_add_to_cart_button,
body.woocommerce .wc-block-components-button,
body.woocommerce-page .wc-block-components-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #place_order {
    border-color: var(--imperium-navy-800) !important;
    border-radius: 2px !important;
    color: #fff !important;
    background: var(--imperium-navy-800) !important;
}

body.woocommerce div.product form.cart .button:hover,
body.woocommerce div.product .single_add_to_cart_button:hover,
body.woocommerce .wc-block-components-button:hover,
body.woocommerce-page .wc-block-components-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-checkout #place_order:hover {
    border-color: var(--imperium-blue) !important;
    background: var(--imperium-blue) !important;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error {
    border-left-color: var(--imperium-blue) !important;
    border-radius: 3px !important;
}

body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: var(--imperium-navy-800) !important;
    color: #fff !important;
    background: var(--imperium-navy-800) !important;
}

body.woocommerce .imperium-product-inquiry {
    border-color: rgba(26, 28, 31, .25) !important;
    border-radius: 4px !important;
    background:
        radial-gradient(circle at 100% 0, rgba(30, 32, 35, .08), transparent 18rem),
        #f3f4f4 !important;
}

body.woocommerce .imperium-product-inquiry::before {
    background: linear-gradient(90deg, transparent, var(--imperium-blue), transparent) !important;
}

body.woocommerce .imperium-product-inquiry__eyebrow,
body.woocommerce .imperium-product-inquiry__direct a,
body.woocommerce .imperium-product-inquiry a {
    color: var(--imperium-blue) !important;
}

body.woocommerce .imperium-product-inquiry h2 {
    color: var(--imperium-navy-900) !important;
}

body.woocommerce .imperium-product-inquiry__form input:focus,
body.woocommerce .imperium-product-inquiry__form textarea:focus {
    border-color: var(--imperium-blue) !important;
    box-shadow: 0 0 0 3px rgba(26, 28, 31, .1) !important;
}

body.woocommerce .imperium-product-inquiry__submit {
    border-color: var(--imperium-navy-800) !important;
    color: #fff !important;
    background: var(--imperium-navy-800) !important;
}

body.woocommerce .imperium-product-inquiry__submit:hover {
    border-color: var(--imperium-blue) !important;
    background: var(--imperium-blue) !important;
}

body.woocommerce input:focus,
body.woocommerce textarea:focus,
body.woocommerce select:focus,
body.woocommerce-page input:focus,
body.woocommerce-page textarea:focus,
body.woocommerce-page select:focus {
    border-color: var(--imperium-blue) !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(26, 28, 31, .1) !important;
}

body.woocommerce *,
body.woocommerce-page *,
body.woocommerce-cart *,
body.woocommerce-checkout *,
body.woocommerce-account * {
    box-sizing: border-box;
}

body.woocommerce-page:not(.imperium-has-home-shortcode) main.site-main,
body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main,
body.woocommerce-cart main.site-main,
body.woocommerce-checkout main.site-main,
body.woocommerce-account main.site-main {
    width: min(1320px, calc(100% - 48px));
    max-width: 1320px;
    min-height: 52vh;
    margin: 0 auto;
    padding: 64px 0 90px;
}

body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main > article,
body.woocommerce-cart .site-main > article,
body.woocommerce-checkout .site-main > article,
body.woocommerce-account .site-main > article {
    margin: 0;
    padding: 0;
}

body.woocommerce-page:not(.imperium-has-home-shortcode) .entry-header,
body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-account .entry-header {
    max-width: 850px;
    margin: 0 0 36px;
    padding: 0;
}

body.woocommerce-page:not(.imperium-has-home-shortcode) .entry-title,
body.woocommerce-page:not(.imperium-has-home-shortcode) .woocommerce-products-header__title,
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title {
    margin: 0;
    color: #151716;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.045em;
}

body.woocommerce-page .entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
    color: #353936;
}

/* Breadcrumbs, ordering and archive header */
body.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 28px;
    color: #858984;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.woocommerce .woocommerce-breadcrumb a {
    color: #7b5b20;
    text-decoration: none;
    transition: color .2s;
}

body.woocommerce .woocommerce-breadcrumb a:hover {
    color: #151716;
}

body.woocommerce .term-description {
    max-width: 760px;
    margin: 14px 0 42px;
    color: var(--imperium-muted);
    font-size: 14px;
}

body.woocommerce .woocommerce-result-count {
    margin: 12px 0 30px;
    color: #777c78;
    font-size: 12px;
}

body.woocommerce .woocommerce-ordering {
    margin: 0 0 30px;
}

body.woocommerce .woocommerce-ordering select,
body.woocommerce select.orderby {
    min-width: 230px;
    min-height: 46px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(21, 23, 22, .12);
    border-radius: 10px;
    color: #272a28;
    background-color: #fff;
    box-shadow: 0 8px 26px rgba(23, 26, 24, .05);
    font: 700 12px/1.2 Inter, Arial, sans-serif;
}

/* Product archives and category cards */
body.woocommerce ul.products,
body.woocommerce-page ul.products {
    clear: both;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin: 0 0 58px !important;
    padding: 0;
    gap: 20px;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after,
body.woocommerce-page ul.products::before,
body.woocommerce-page ul.products::after {
    display: none;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    position: relative;
    display: flex;
    float: none !important;
    flex-direction: column;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 12px 12px 20px !important;
    overflow: hidden;
    border: 1px solid rgba(21, 23, 22, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 42px rgba(23, 26, 24, .055);
    transition: border-color .3s, box-shadow .3s, transform .3s;
}

body.woocommerce ul.products li.product:hover,
body.woocommerce-page ul.products li.product:hover {
    border-color: rgba(199, 154, 64, .4);
    box-shadow: 0 24px 58px rgba(23, 26, 24, .11);
    transform: translateY(-6px);
}

body.woocommerce ul.products li.product > a,
body.woocommerce-page ul.products li.product > a {
    color: inherit;
    text-decoration: none;
}

body.woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.woocommerce-page ul.products li.product a.woocommerce-loop-product__link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

body.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
    display: block;
    aspect-ratio: 1 / 1.03;
    width: 100%;
    margin: 0 0 17px !important;
    border-radius: 11px;
    object-fit: contain;
    background: #f7f6f2;
    transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

body.woocommerce ul.products li.product:hover a img,
body.woocommerce-page ul.products li.product:hover a img {
    transform: scale(1.025);
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 48px;
    margin: 0;
    padding: 0 7px !important;
    color: #181a19;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.3;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
    color: #9a742d;
    background: transparent;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
}

body.woocommerce ul.products li.product .star-rating {
    margin: 5px 7px 3px;
    color: #b9872e;
    font-size: 12px;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
    display: block;
    margin-top: auto;
    padding: 7px 7px 0;
    color: #151716 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
}

body.woocommerce ul.products li.product .price del {
    margin-right: 5px;
    color: #999d99;
    font-size: 12px;
    opacity: 1;
}

body.woocommerce ul.products li.product .price ins {
    color: #9b7024;
    text-decoration: none;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 14px);
    min-height: 44px;
    margin: 15px 7px 0 !important;
    padding: 0 15px !important;
    border: 1px solid #1a1c1b !important;
    border-radius: 8px !important;
    color: #fff !important;
    background: #1a1c1b !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    transition: color .25s, background .25s, border-color .25s, transform .25s;
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce-page ul.products li.product .button:hover {
    border-color: #c4973d !important;
    color: #181a19 !important;
    background: linear-gradient(135deg, #efd796, #c7993d) !important;
}

body.woocommerce ul.products li.product .added_to_cart {
    margin: 9px 7px 0;
    color: #7b5b20;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

body.woocommerce span.onsale {
    position: absolute;
    z-index: 7;
    top: 22px;
    right: 22px;
    left: auto;
    min-width: 0;
    min-height: 24px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-radius: 99px;
    color: #171918;
    background: #fff;
    box-shadow: 0 5px 20px rgba(20, 22, 21, .12);
    font-size: 8px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.woocommerce nav.woocommerce-pagination {
    margin: 24px 0 20px;
}

body.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    margin: 0;
    border: 0;
    gap: 8px;
}

body.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span {
    display: grid;
    width: 43px;
    height: 43px;
    padding: 0;
    border: 1px solid rgba(21, 23, 22, .1);
    border-radius: 50%;
    place-items: center;
    color: #333634;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: #c59639;
    color: #181a19;
    background: #e7c77f;
}

/* Shared WooCommerce controls */
body.woocommerce .button,
body.woocommerce-page .button,
body.woocommerce-cart .button,
body.woocommerce-checkout .button,
body.woocommerce-account .button,
body.woocommerce button.button,
body.woocommerce input.button,
.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-button {
    min-height: 48px;
    padding: 0 22px !important;
    border: 1px solid #191b1a !important;
    border-radius: 8px !important;
    color: #fff !important;
    background: #191b1a !important;
    box-shadow: none !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: .04em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color .25s, background .25s, border-color .25s, transform .25s;
}

body.woocommerce .button:hover,
body.woocommerce-page .button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-account .button:hover,
.wp-block-woocommerce-cart .wc-block-components-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-button:hover {
    border-color: #c59639 !important;
    color: #171918 !important;
    background: linear-gradient(135deg, #eed693, #c59639) !important;
    transform: translateY(-1px);
}

body.woocommerce input[type="text"],
body.woocommerce input[type="email"],
body.woocommerce input[type="tel"],
body.woocommerce input[type="password"],
body.woocommerce input[type="number"],
body.woocommerce input[type="search"],
body.woocommerce input[type="url"],
body.woocommerce input[type="date"],
body.woocommerce textarea,
body.woocommerce select,
body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="email"],
body.woocommerce-page input[type="tel"],
body.woocommerce-page input[type="password"],
body.woocommerce-page textarea,
body.woocommerce-page select {
    min-height: 49px;
    padding: 11px 15px;
    border: 1px solid rgba(21, 23, 22, .13);
    border-radius: 9px;
    color: #202321;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    font: 500 14px/1.4 Inter, Arial, sans-serif;
    transition: border-color .2s, box-shadow .2s;
}

body.woocommerce textarea,
body.woocommerce-page textarea {
    min-height: 120px;
    resize: vertical;
}

body.woocommerce input:focus,
body.woocommerce textarea:focus,
body.woocommerce select:focus,
body.woocommerce-page input:focus,
body.woocommerce-page textarea:focus,
body.woocommerce-page select:focus {
    border-color: rgba(177, 129, 43, .8);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(199, 154, 64, .12);
}

body.woocommerce form .form-row label,
body.woocommerce-page form .form-row label,
.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label {
    color: #343735;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
}

body.woocommerce .select2-container .select2-selection--single {
    height: 49px;
    border: 1px solid rgba(21, 23, 22, .13);
    border-radius: 9px;
    background: #fff;
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 36px 9px 15px;
    line-height: 29px;
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 9px;
}

/* Notices */
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error,
.wc-block-components-notice-banner {
    margin: 0 0 28px;
    padding: 18px 22px 18px 52px !important;
    border: 1px solid rgba(21, 23, 22, .09);
    border-top: 1px solid rgba(21, 23, 22, .09);
    border-left: 4px solid #c79a40;
    border-radius: 12px;
    color: #2c302d;
    background: #fff;
    box-shadow: 0 12px 32px rgba(23, 26, 24, .06);
    font-size: 13px;
}

body.woocommerce .woocommerce-error {
    border-left-color: #a94a45;
}

body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-info::before {
    top: 18px;
    left: 21px;
    color: #af7f2b;
}

body.woocommerce .woocommerce-error::before {
    top: 18px;
    left: 21px;
    color: #a94a45;
}

body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button {
    display: inline-flex;
    float: right;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 46px;
    margin: -9px 0 -9px 22px;
    padding: 0 22px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1.15;
    letter-spacing: .035em;
    text-align: center;
    white-space: nowrap;
}

/* Single product */
body.single-product .site-main {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 62px 0 95px;
}

body.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    clear: both;
    gap: clamp(42px, 7vw, 92px);
}

body.single-product div.product > .imperium-product-media {
    min-width: 0;
    grid-column: 1;
}

body.single-product div.product::before,
body.single-product div.product::after {
    display: none;
}

body.single-product div.product div.images,
body.single-product div.product div.summary {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

body.single-product div.product div.images {
    width: 100% !important;
    max-width: 520px;
    justify-self: center;
}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
}

body.single-product div.product div.images .woocommerce-product-gallery__image {
    display: flex;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(21, 23, 22, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(25, 28, 26, .07);
}

body.single-product div.product div.images .woocommerce-product-gallery__image > a > img {
    width: auto !important;
    max-width: 74% !important;
    height: auto !important;
    max-height: 68%;
    margin: auto;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
}

body.single-product div.product div.images .zoomImg {
    display: none !important;
}

body.single-product div.product div.images .woocommerce-product-gallery__image > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
}

body.single-product div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 14px 0 0;
    gap: 10px;
}

body.single-product div.product div.images .flex-control-thumbs li {
    float: none;
    width: auto;
}

body.single-product div.product div.images .flex-control-thumbs img {
    border: 1px solid transparent;
    border-radius: 10px;
    opacity: .65;
    transition: border-color .2s, opacity .2s;
}

body.single-product div.product div.images .flex-control-thumbs img.flex-active,
body.single-product div.product div.images .flex-control-thumbs img:hover {
    border-color: #c79a40;
    opacity: 1;
}

body.single-product div.product div.summary {
    position: sticky;
    top: 116px;
    align-self: start;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 26px 75px rgba(28, 31, 29, .1);
}

body.single-product div.product .product_title {
    margin: 0 0 18px;
    color: #151716;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.8vw, 40px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.04em;
}

body.single-product div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    gap: 9px;
}

body.single-product div.product .star-rating {
    color: #b9852c;
}

body.single-product div.product .woocommerce-review-link {
    color: #777b78;
    font-size: 11px;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
    margin: 0 0 22px;
    color: #171918;
    font-size: 24px;
    font-weight: 850;
}

body.single-product div.product p.price del {
    margin-right: 8px;
    color: #969a96;
    font-size: 16px;
}

body.single-product div.product p.price ins {
    color: #9d7125;
    text-decoration: none;
}

body.single-product .woocommerce-product-details__short-description {
    margin-bottom: 25px;
    color: #626763;
    font-size: 14px;
}

body.single-product div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0 24px;
    gap: 10px;
}

body.single-product div.product form.cart .quantity .qty,
body.woocommerce-cart .quantity .qty {
    width: 76px;
    min-height: 52px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}

body.single-product div.product form.cart .single_add_to_cart_button {
    flex: 1 1 220px;
    min-height: 52px;
    border-color: #c59639 !important;
    color: #171918 !important;
    background: linear-gradient(135deg, #eed693, #c59639) !important;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover {
    border-color: #191b1a !important;
    color: #fff !important;
    background: #191b1a !important;
}

body.single-product div.product form.cart table.variations {
    width: 100%;
    margin: 0 0 8px;
    border: 0;
}

body.single-product div.product form.cart table.variations th,
body.single-product div.product form.cart table.variations td {
    display: block;
    padding: 0 0 8px;
    border: 0;
    text-align: left;
}

body.single-product div.product form.cart table.variations select {
    width: 100%;
}

body.single-product div.product form.cart .reset_variations {
    display: inline-block;
    margin-top: 7px;
    color: #876423;
    font-size: 10px;
    font-weight: 750;
}

body.single-product div.product .product_meta {
    padding-top: 21px;
    border-top: 1px solid rgba(21, 23, 22, .09);
    color: #858985;
    font-size: 10px;
    line-height: 1.9;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.single-product div.product .product_meta > span {
    display: block;
}

body.single-product div.product .product_meta a {
    color: #6f531e;
    font-weight: 750;
    text-decoration: none;
}

/* Product inquiry for products without a price */
body.single-product div.product div.summary:has(.imperium-product-inquiry) {
    position: static;
}

body.single-product .imperium-product-inquiry {
    position: relative;
    margin: 25px 0 22px;
    padding: clamp(22px, 3vw, 30px);
    overflow: hidden;
    border: 1px solid rgba(178, 132, 45, .22);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0, rgba(220, 180, 94, .19), transparent 35%),
        linear-gradient(145deg, #fffdf8, #f8f3e8);
    box-shadow: 0 18px 46px rgba(61, 47, 22, .08);
}

body.single-product .imperium-product-inquiry::before {
    position: absolute;
    top: 0;
    right: 28px;
    left: 28px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c69638, transparent);
    content: "";
}

body.single-product .imperium-product-inquiry__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #9a6e20;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.single-product .imperium-product-inquiry h2 {
    margin: 0 0 8px;
    color: #171918;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.6vw, 34px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.035em;
}

body.single-product .imperium-product-inquiry__intro {
    margin: 0 0 20px;
    color: #696e69;
    font-size: 13px;
    line-height: 1.65;
}

body.single-product .imperium-product-inquiry__status {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

body.single-product .imperium-product-inquiry__status.is-success {
    border-color: rgba(48, 119, 77, .25);
    color: #28653f;
    background: #eff8f2;
}

body.single-product .imperium-product-inquiry__status.is-error {
    border-color: rgba(159, 54, 54, .22);
    color: #8d3131;
    background: #fff3f2;
}

body.single-product .imperium-product-inquiry__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.single-product .imperium-product-inquiry__grid label {
    display: block;
    min-width: 0;
    margin: 0;
}

body.single-product .imperium-product-inquiry__grid label > span {
    display: block;
    margin: 0 0 7px;
    color: #343734;
    font-size: 11px;
    font-weight: 800;
}

body.single-product .imperium-product-inquiry__grid label > span b {
    color: #aa7926;
}

body.single-product .imperium-product-inquiry__wide {
    grid-column: 1 / -1;
}

body.single-product .imperium-product-inquiry input[type="text"],
body.single-product .imperium-product-inquiry input[type="tel"],
body.single-product .imperium-product-inquiry input[type="email"],
body.single-product .imperium-product-inquiry textarea {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(21, 23, 22, .13);
    border-radius: 9px;
    outline: none;
    color: #1f2220;
    background: rgba(255, 255, 255, .92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    font: inherit;
    font-size: 13px;
    transition: border-color .2s, box-shadow .2s, background-color .2s;
}

body.single-product .imperium-product-inquiry textarea {
    min-height: 112px;
    resize: vertical;
    line-height: 1.55;
}

body.single-product .imperium-product-inquiry input:focus,
body.single-product .imperium-product-inquiry textarea:focus {
    border-color: #bd8b30;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(189, 139, 48, .12);
}

body.single-product .imperium-product-inquiry__consent {
    display: flex;
    margin: 15px 0 17px;
    align-items: flex-start;
    gap: 9px;
    color: #747874;
    font-size: 10px;
    line-height: 1.5;
}

body.single-product .imperium-product-inquiry__consent input {
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    flex: 0 0 16px;
    accent-color: #aa7926;
}

body.single-product .imperium-product-inquiry__consent a,
body.single-product .imperium-product-inquiry__direct a {
    color: #795617;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(121, 86, 23, .35);
    text-underline-offset: 2px;
}

body.single-product .imperium-product-inquiry__submit.button {
    display: flex;
    width: 100%;
    min-height: 52px;
    margin: 0 !important;
    padding: 0 20px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #c29337 !important;
    border-radius: 9px !important;
    color: #171918 !important;
    background: linear-gradient(135deg, #efd894, #c49337) !important;
    box-shadow: 0 10px 24px rgba(163, 117, 37, .2);
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .045em;
    text-transform: uppercase;
    gap: 9px;
}

body.single-product .imperium-product-inquiry__submit.button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

body.single-product .imperium-product-inquiry__submit.button:hover {
    border-color: #181a19 !important;
    color: #fff !important;
    background: #181a19 !important;
    transform: translateY(-1px);
}

body.single-product .imperium-product-inquiry__direct {
    margin: 14px 0 0;
    color: #777b77;
    font-size: 10px;
    text-align: center;
}

body.single-product .imperium-product-inquiry__direct a {
    margin-left: 4px;
}

body.single-product .imperium-product-inquiry__trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

body.single-product div.product .woocommerce-tabs,
body.single-product section.related,
body.single-product section.upsells {
    grid-column: 1 / -1;
    width: 100%;
}

body.single-product div.product .woocommerce-tabs {
    margin-top: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.single-product div.product > .imperium-product-media .woocommerce-tabs {
    width: 100%;
}

body.single-product div.product > .imperium-product-media section.related,
body.single-product div.product > .imperium-product-media section.upsells {
    width: 100%;
    margin-top: 34px;
}

body.single-product div.product > .imperium-product-media section.related ul.products,
body.single-product div.product > .imperium-product-media section.upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.single-product div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 18px !important;
    padding: 6px !important;
    overflow: hidden;
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(25, 28, 26, .05);
    gap: 5px;
}

body.single-product div.product .woocommerce-tabs ul.tabs::before,
body.single-product div.product .woocommerce-tabs ul.tabs::after,
body.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.single-product div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 11px 17px !important;
    border: 0;
    border-radius: 8px;
    color: #777b78 !important;
    font-size: 11px;
    font-weight: 850 !important;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    color: #181a19 !important;
    background: linear-gradient(135deg, rgba(239, 215, 150, .55), rgba(199, 154, 64, .2));
}

body.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin: 0 !important;
    padding: clamp(26px, 4vw, 46px);
    border: 1px solid rgba(21, 23, 22, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(25, 28, 26, .055);
}

body.single-product div.product .woocommerce-tabs h2,
body.single-product section.related > h2,
body.single-product section.upsells > h2 {
    margin: 0 0 24px;
    color: #151716;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.035em;
}

body.single-product section.related,
body.single-product section.upsells {
    margin-top: 54px;
}

body.single-product #reviews #comments ol.commentlist {
    padding: 0;
}

body.single-product #reviews #comments ol.commentlist li img.avatar {
    width: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
}

body.single-product #reviews #comments ol.commentlist li .comment-text {
    margin-left: 62px;
    padding: 18px 20px;
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 12px;
}

/* Classic cart */
body.woocommerce-cart .site-main > .page-header,
body.woocommerce-cart .site-main > .entry-header,
body.woocommerce-cart article > .entry-header,
body.woocommerce-checkout .site-main > .page-header,
body.woocommerce-checkout .site-main > .entry-header,
body.woocommerce-checkout article > .entry-header {
    margin: 0 !important;
    padding: 0 0 42px !important;
}

body.woocommerce-cart .site-main > .page-header .entry-title,
body.woocommerce-cart .site-main > .entry-header .entry-title,
body.woocommerce-cart article > .entry-header .entry-title,
body.woocommerce-checkout .site-main > .page-header .entry-title,
body.woocommerce-checkout .site-main > .entry-header .entry-title,
body.woocommerce-checkout article > .entry-header .entry-title {
    margin: 0 !important;
    line-height: 1.06;
}

body.woocommerce-cart table.shop_table {
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(21, 23, 22, .09);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(25, 28, 26, .06);
}

body.woocommerce-cart table.shop_table th {
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid rgba(21, 23, 22, .08);
    color: #777c78;
    background: #f7f5f0;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.woocommerce-cart table.shop_table td {
    padding: 18px;
    border: 0;
    border-bottom: 1px solid rgba(21, 23, 22, .07);
    background: #fff;
}

body.woocommerce-cart table.shop_table tr:last-child td {
    border-bottom: 0;
}

body.woocommerce-cart table.cart img {
    width: 82px;
    border-radius: 10px;
    background: #f5f3ee;
}

body.woocommerce-cart table.cart .product-name a {
    color: #202321;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

body.woocommerce-cart table.cart .product-price,
body.woocommerce-cart table.cart .product-subtotal {
    color: #242725;
    font-weight: 800;
}

body.woocommerce-cart table.cart .product-remove a.remove {
    display: grid;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(21, 23, 22, .1);
    border-radius: 50%;
    color: #8a4540 !important;
    background: #fff;
    font-size: 18px;
    place-items: center;
    transition: color .2s, background .2s;
}

body.woocommerce-cart table.cart .product-remove a.remove:hover {
    color: #fff !important;
    background: #8a4540;
}

body.woocommerce-cart table.cart td.actions {
    padding: 18px;
    background: #faf9f6;
}

body.woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    gap: 8px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 220px;
    min-height: 48px;
    margin: 0;
}

body.woocommerce-cart .cart-collaterals {
    display: flex;
    justify-content: flex-end;
    margin-top: 34px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: min(100%, 520px);
    padding: 30px;
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(25, 28, 26, .07);
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3 {
    margin: 0 0 22px;
    color: #171918;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

body.woocommerce-cart .cart_totals table {
    margin: 0 0 22px;
    border: 0;
    border-collapse: collapse;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(21, 23, 22, .08);
}

body.woocommerce-cart .cart_totals table th {
    color: #6f746f;
    font-size: 11px;
    text-transform: uppercase;
}

body.woocommerce-cart .cart_totals .order-total td {
    color: #171918;
    font-size: 20px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    border-color: #c59639 !important;
    color: #171918 !important;
    background: linear-gradient(135deg, #eed693, #c59639) !important;
}

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop {
    text-align: center;
}

body.woocommerce-cart .cart-empty {
    margin-top: 40px;
    padding: 48px 25px !important;
}

/* Classic checkout */
body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    align-items: start;
    gap: 44px;
}

body.woocommerce-checkout form.checkout #customer_details {
    display: block;
    width: auto;
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
    float: none;
    width: auto;
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
    margin-top: 32px;
}

body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review {
    grid-column: 2;
}

body.woocommerce-checkout form.checkout #order_review_heading {
    grid-row: 1;
    margin: 0;
    padding: 28px 30px 0;
    border: 1px solid rgba(21, 23, 22, .09);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #fff;
}

body.woocommerce-checkout form.checkout #order_review {
    grid-row: 1;
    margin-top: 63px;
    padding: 10px 30px 30px;
    border: 1px solid rgba(21, 23, 22, .09);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(25, 28, 26, .07);
}

body.woocommerce-checkout table.shop_table {
    border: 0;
    border-collapse: collapse;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(21, 23, 22, .08);
}

body.woocommerce-checkout table.shop_table th {
    color: #6f746f;
    font-size: 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.woocommerce-checkout #payment {
    margin-top: 22px;
    border-radius: 12px;
    background: #f7f5f0;
}

body.woocommerce-checkout #payment ul.payment_methods {
    padding: 20px;
    border-bottom-color: rgba(21, 23, 22, .08);
}

body.woocommerce-checkout #payment div.payment_box {
    border-radius: 8px;
    color: #555a56;
    background: #fff;
    font-size: 12px;
}

body.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}

body.woocommerce-checkout #payment div.form-row {
    padding: 20px;
}

body.woocommerce-checkout #payment #place_order {
    width: 100%;
    min-height: 54px;
    border-color: #c59639 !important;
    color: #171918 !important;
    background: linear-gradient(135deg, #eed693, #c59639) !important;
}

/* WooCommerce Blocks cart and checkout */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    margin: 0;
    color: #303431;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.wp-block-woocommerce-cart .wc-block-cart,
.wp-block-woocommerce-checkout .wc-block-checkout {
    gap: 32px;
}

.wp-block-woocommerce-cart .wc-block-cart-items,
.wp-block-woocommerce-cart .wc-block-cart__totals-title,
.wp-block-woocommerce-checkout .wc-block-components-checkout-step,
.wp-block-woocommerce-checkout .wc-block-checkout__order-notes {
    border-color: rgba(21, 23, 22, .09);
}

.wp-block-woocommerce-cart .wc-block-cart-items {
    overflow: hidden;
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(25, 28, 26, .06);
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th {
    padding: 16px;
    color: #777c78;
    background: #f7f5f0;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wp-block-woocommerce-cart table.wc-block-cart-items td {
    padding: 20px 16px;
    border-color: rgba(21, 23, 22, .08);
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 10px;
    background: #f5f3ee;
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
    color: #202321;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.wp-block-woocommerce-cart .wc-block-cart__sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    align-self: start;
    padding: 26px;
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(25, 28, 26, .07);
}

.wp-block-woocommerce-cart .wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
    border-color: rgba(21, 23, 22, .08);
}

.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-height: 54px;
    border-color: #c59639 !important;
    color: #171918 !important;
    background: linear-gradient(135deg, #eed693, #c59639) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step {
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 14px;
    background: #fff;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin-bottom: 20px;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title,
.wp-block-woocommerce-cart .wc-block-cart__totals-title {
    color: #171918;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    min-height: 52px !important;
    border: 1px solid rgba(21, 23, 22, .13) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    border-color: #bc8d36 !important;
    box-shadow: 0 0 0 3px rgba(199, 154, 64, .12) !important;
}

/* My account */
body.woocommerce-account .site-main > .page-header,
body.woocommerce-account .site-main > .entry-header,
body.woocommerce-account article > .entry-header {
    margin: 0 !important;
    padding: 0 0 42px !important;
}

body.woocommerce-account .site-main > .page-header .entry-title,
body.woocommerce-account .site-main > .entry-header .entry-title,
body.woocommerce-account article > .entry-header .entry-title {
    margin: 0 !important;
    line-height: 1.06;
}

body.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: start;
    gap: 34px;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    display: none;
}

body.woocommerce-account .woocommerce-notices-wrapper,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .u-columns,
body.woocommerce-account .woocommerce > h2 {
    grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: auto;
    padding: 12px;
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(25, 28, 26, .06);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    border-bottom: 1px solid rgba(21, 23, 22, .07);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 8px;
    color: #555a56;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    transition: color .2s, background .2s, padding .2s;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    padding-left: 18px;
    color: #181a19;
    background: linear-gradient(90deg, rgba(232, 201, 130, .37), rgba(232, 201, 130, .08));
}

body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
    min-height: 380px;
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(25, 28, 26, .06);
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #805f22;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(128, 95, 34, .3);
    text-underline-offset: 3px;
}

body.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.woocommerce-account .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-Addresses::after {
    display: none;
}

body.woocommerce-account .woocommerce-Addresses .col-1,
body.woocommerce-account .woocommerce-Addresses .col-2 {
    float: none;
    width: auto;
    padding: 22px;
    border: 1px solid rgba(21, 23, 22, .08);
    border-radius: 12px;
    background: #faf9f6;
}

body.woocommerce-account .woocommerce-Addresses h2,
body.woocommerce-account .u-column1 h2,
body.woocommerce-account .u-column2 h2 {
    color: #171918;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register,
body.woocommerce-account .woocommerce form.lost_reset_password,
body.woocommerce-account .woocommerce-EditAccountForm {
    margin: 0;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(21, 23, 22, .09);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(25, 28, 26, .06);
}

body.woocommerce-account .u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

body.woocommerce-account .u-columns::before,
body.woocommerce-account .u-columns::after {
    display: none;
}

body.woocommerce-account .u-columns .u-column1,
body.woocommerce-account .u-columns .u-column2 {
    float: none;
    width: auto;
}

/* Account and order tables */
body.woocommerce-account table.shop_table,
body.woocommerce-order-received table.shop_table {
    overflow: hidden;
    border: 1px solid rgba(21, 23, 22, .09);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-order-received table.shop_table th {
    padding: 13px 15px;
    border: 0;
    border-bottom: 1px solid rgba(21, 23, 22, .08);
    color: #747975;
    background: #f7f5f0;
    font-size: 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.woocommerce-account table.shop_table td,
body.woocommerce-order-received table.shop_table td {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid rgba(21, 23, 22, .07);
}

/* Responsive */
@media (max-width: 1100px) {
    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.single-product div.product {
        gap: 38px;
    }

    body.woocommerce-checkout form.checkout {
        gap: 28px;
    }
}

@media (max-width: 900px) {
    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-product div.product {
        grid-template-columns: 1fr;
    }

    body.single-product div.product > .imperium-product-media {
        display: contents;
    }

    body.single-product div.product > .imperium-product-media > div.images {
        order: 1;
    }

    body.single-product div.product div.summary {
        position: static;
        order: 2;
    }

    body.single-product div.product > .imperium-product-media > .woocommerce-tabs {
        order: 3;
    }

    body.single-product div.product > .imperium-product-media > section.related,
    body.single-product div.product > .imperium-product-media > section.upsells,
    body.single-product div.product > section.related,
    body.single-product div.product > section.upsells {
        order: 4;
    }

    body.woocommerce-checkout form.checkout {
        display: block;
    }

    body.woocommerce-checkout form.checkout #order_review_heading {
        margin-top: 36px;
    }

    body.woocommerce-checkout form.checkout #order_review {
        margin-top: 0;
    }

    body.woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
    }
}

@media (max-width: 767px) {
    body.single-product .imperium-product-inquiry {
        padding: 20px 17px;
        border-radius: 13px;
    }

    body.single-product .imperium-product-inquiry__grid {
        grid-template-columns: 1fr;
    }

    body.single-product .imperium-product-inquiry__wide {
        grid-column: auto;
    }

    body.woocommerce .woocommerce-message .button,
    body.woocommerce .woocommerce-info .button,
    body.woocommerce-page .woocommerce-message .button,
    body.woocommerce-page .woocommerce-info .button {
        float: none;
        width: 100%;
        min-width: 0;
        margin: 14px 0 0 !important;
    }

    body.woocommerce-cart .site-main > .page-header,
    body.woocommerce-cart .site-main > .entry-header,
    body.woocommerce-cart article > .entry-header,
    body.woocommerce-checkout .site-main > .page-header,
    body.woocommerce-checkout .site-main > .entry-header,
    body.woocommerce-checkout article > .entry-header {
        padding-bottom: 28px !important;
    }

    body.woocommerce-account .site-main > .page-header,
    body.woocommerce-account .site-main > .entry-header,
    body.woocommerce-account article > .entry-header {
        padding-bottom: 28px !important;
    }

    body.woocommerce-page:not(.imperium-has-home-shortcode) main.site-main,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main,
    body.woocommerce-cart main.site-main,
    body.woocommerce-checkout main.site-main,
    body.woocommerce-account main.site-main,
    body.single-product .site-main {
        width: min(100% - 30px, 1320px);
        padding-top: 38px;
        padding-bottom: 62px;
    }

    body.woocommerce-page:not(.imperium-has-home-shortcode) .entry-title,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .woocommerce-products-header__title,
    body.woocommerce-cart .entry-title,
    body.woocommerce-checkout .entry-title,
    body.woocommerce-account .entry-title {
        font-size: clamp(38px, 13vw, 52px);
    }

    body.woocommerce .woocommerce-result-count,
    body.woocommerce .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    body.woocommerce .woocommerce-ordering select,
    body.woocommerce select.orderby {
        width: 100%;
    }

    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        gap: 10px;
    }

    body.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product {
        padding: 7px 7px 13px !important;
        border-radius: 12px;
    }

    body.woocommerce ul.products li.product .woocommerce-loop-category__title,
    body.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
    body.woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        min-height: 43px;
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 14px !important;
    }

    body.woocommerce ul.products li.product .price,
    body.woocommerce-page ul.products li.product .price {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px !important;
    }

    body.woocommerce ul.products li.product .button,
    body.woocommerce-page ul.products li.product .button {
        width: calc(100% - 10px);
        min-height: 40px;
        margin: 12px 5px 0 !important;
        padding: 0 6px !important;
        font-size: 8px !important;
    }

    body.woocommerce span.onsale {
        top: 14px;
        right: 14px;
    }

    body.single-product div.product div.summary {
        padding: 24px;
    }

    body.single-product div.product .woocommerce-tabs {
        padding: 0;
    }

    body.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 24px;
    }

    body.single-product div.product .product_title {
        font-size: clamp(25px, 7.7vw, 34px);
    }

    body.single-product div.product form.cart {
        align-items: stretch;
    }

    body.single-product div.product form.cart .quantity {
        flex: 0 0 72px;
    }

    body.single-product div.product form.cart .quantity .qty {
        width: 100%;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs {
        display: block;
        width: 100%;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li a {
        padding: 12px 14px !important;
        border: 0;
    }

    body.woocommerce-cart table.cart {
        border-radius: 12px;
    }

    body.woocommerce-cart table.cart td {
        padding: 14px 12px;
    }

    body.woocommerce-cart table.cart td.actions .coupon {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.woocommerce-cart table.cart td.actions .coupon .input-text,
    body.woocommerce-cart table.cart td.actions .coupon .button,
    body.woocommerce-cart table.cart td.actions > .button {
        float: none;
        width: 100%;
        margin: 6px 0 0;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 24px;
    }

    body.woocommerce-checkout form.checkout #order_review_heading {
        padding: 24px 22px 0;
    }

    body.woocommerce-checkout form.checkout #order_review {
        padding: 10px 22px 24px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        border: 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        min-height: 42px;
        padding: 0 10px;
        font-size: 10px;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        min-height: 0;
        padding: 24px;
    }

    body.woocommerce-account .woocommerce-Addresses,
    body.woocommerce-account .u-columns {
        grid-template-columns: 1fr;
    }

    .wp-block-woocommerce-cart .wc-block-cart__sidebar,
    .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
        padding: 20px;
    }

    .wp-block-woocommerce-checkout .wc-block-components-checkout-step {
        padding: 20px 16px;
    }
}

@media (max-width: 420px) {
    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        gap: 8px;
    }

    body.woocommerce ul.products li.product .button,
    body.woocommerce-page ul.products li.product .button {
        letter-spacing: 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product,
    body.woocommerce .button,
    body.woocommerce-page .button {
        transition-duration: .01ms !important;
    }
}

/* Final cascade guard for the 3.0 navy palette. */
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    border-color: rgba(7, 29, 47, .1) !important;
    border-radius: 4px !important;
}

body.woocommerce ul.products li.product:hover,
body.woocommerce-page ul.products li.product:hover {
    border-color: rgba(26, 28, 31, .46) !important;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button {
    border-color: var(--imperium-navy-800) !important;
    border-radius: 2px !important;
    color: #fff !important;
    background: var(--imperium-navy-800) !important;
}

body.woocommerce .imperium-product-actions .imperium-view-product,
body.woocommerce-page .imperium-product-actions .imperium-view-product {
    color: var(--imperium-navy-800) !important;
    background: #fff !important;
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce-page ul.products li.product .button:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce .imperium-product-actions .imperium-view-product:hover,
body.woocommerce-page .imperium-product-actions .imperium-view-product:hover {
    border-color: var(--imperium-blue) !important;
    color: #fff !important;
    background: var(--imperium-blue) !important;
}

body.single-product div.product .product_title,
body.single-product div.product .price,
body.single-product div.product p.price,
body.single-product div.product span.price,
body.single-product div.product .woocommerce-tabs h2,
body.single-product div.product .related > h2,
body.single-product div.product #reviews h2 {
    color: var(--imperium-navy-900) !important;
}

body.single-product .imperium-product-inquiry {
    border-color: rgba(26, 28, 31, .25) !important;
    border-radius: 4px !important;
    background:
        radial-gradient(circle at 100% 0, rgba(30, 32, 35, .08), transparent 18rem),
        #f3f4f4 !important;
}

body.single-product .imperium-product-inquiry::before {
    background: linear-gradient(90deg, transparent, var(--imperium-blue), transparent) !important;
}

body.single-product .imperium-product-inquiry__submit {
    border-color: var(--imperium-navy-800) !important;
    border-radius: 2px !important;
    color: #fff !important;
    background: var(--imperium-navy-800) !important;
}

@media (max-width: 767px) {
    body.woocommerce ul.products li.product .button,
    body.woocommerce-page ul.products li.product .button {
        min-height: 42px;
        border-radius: 2px !important;
        font-size: 10px !important;
        letter-spacing: .01em;
    }

    body.single-product .imperium-product-inquiry {
        border-radius: 4px !important;
    }
}

/* ============================================================
 * WooCommerce Premium 3.2
 * Final visual layer: anthracite, black, yellow and product-first UI.
 * ============================================================ */

:root {
    --imperium-wc-navy: #17191c;
    --imperium-wc-navy-dark: #08090a;
    --imperium-wc-blue: #30343a;
    --imperium-wc-yellow: #ffb126;
    --imperium-wc-yellow-strong: #ffcd00;
    --imperium-wc-ink: #191b1e;
    --imperium-wc-muted: #6d7278;
    --imperium-wc-line: rgba(18, 20, 23, .16);
    --imperium-wc-panel: rgba(255, 255, 255, .97);
    --imperium-wc-shadow: 0 18px 48px rgba(0, 0, 0, .1);
}

body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
    color: var(--imperium-wc-ink) !important;
    background:
        radial-gradient(circle at 88% 0, rgba(24, 26, 29, .09), transparent 34rem),
        linear-gradient(180deg, #eceeef 0, #f7f7f7 390px, #fff 820px) !important;
    font-family: "Barlow", Arial, Helvetica, sans-serif !important;
}

body.woocommerce h1,
body.woocommerce h2,
body.woocommerce h3,
body.woocommerce h4,
body.woocommerce-page h1,
body.woocommerce-page h2,
body.woocommerce-page h3,
body.woocommerce-page h4,
body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-checkout h1,
body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
body.woocommerce-account h1,
body.woocommerce-account h2,
body.woocommerce-account h3 {
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
}

body.woocommerce-page:not(.imperium-has-home-shortcode) main.site-main,
body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main,
body.woocommerce-cart main.site-main,
body.woocommerce-checkout main.site-main,
body.woocommerce-account main.site-main,
body.single-product .site-main {
    width: min(1380px, calc(100% - 64px));
    max-width: 1380px;
    padding: 58px 0 92px;
}

body.woocommerce-page:not(.imperium-has-home-shortcode) .entry-title,
body.woocommerce-page:not(.imperium-has-home-shortcode) .woocommerce-products-header__title,
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title {
    color: var(--imperium-wc-navy) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: clamp(42px, 5vw, 68px) !important;
    font-weight: 700 !important;
    line-height: .95 !important;
    letter-spacing: -.025em !important;
    text-transform: uppercase;
}

body.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 25px;
    color: #777c82;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .07em;
}

body.woocommerce .woocommerce-breadcrumb a,
body.woocommerce .term-description a,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #a76d00 !important;
    text-decoration-color: rgba(167, 109, 0, .32);
}

body.woocommerce .term-description {
    max-width: 840px;
    color: var(--imperium-wc-muted);
    font-size: 16px;
    line-height: 1.65;
}

body.woocommerce .woocommerce-result-count {
    color: var(--imperium-wc-muted);
    font-size: 13px;
}

body.woocommerce .woocommerce-ordering select,
body.woocommerce select.orderby {
    min-height: 50px;
    border: 1px solid var(--imperium-wc-line);
    border-radius: 3px;
    color: var(--imperium-wc-navy);
    background-color: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .07);
    font: 600 13px/1.2 "Barlow", Arial, sans-serif;
}

/* Shared form controls */
body.woocommerce input[type="text"],
body.woocommerce input[type="email"],
body.woocommerce input[type="tel"],
body.woocommerce input[type="password"],
body.woocommerce input[type="number"],
body.woocommerce input[type="search"],
body.woocommerce input[type="url"],
body.woocommerce input[type="date"],
body.woocommerce textarea,
body.woocommerce select,
body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="email"],
body.woocommerce-page input[type="tel"],
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="number"],
body.woocommerce-page textarea,
body.woocommerce-page select {
    min-height: 50px;
    border: 1px solid var(--imperium-wc-line);
    border-radius: 3px;
    color: var(--imperium-wc-ink);
    background: #fff;
    box-shadow: none;
    font: 500 15px/1.4 "Barlow", Arial, sans-serif;
}

body.woocommerce input:focus,
body.woocommerce textarea:focus,
body.woocommerce select:focus,
body.woocommerce-page input:focus,
body.woocommerce-page textarea:focus,
body.woocommerce-page select:focus {
    border-color: var(--imperium-wc-yellow) !important;
    box-shadow: 0 0 0 3px rgba(255, 177, 38, .16) !important;
}

body.woocommerce form .form-row label,
body.woocommerce-page form .form-row label,
.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label {
    color: var(--imperium-wc-navy);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

body.woocommerce .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid var(--imperium-wc-line);
    border-radius: 3px;
}

/* Shared buttons */
body.woocommerce .button,
body.woocommerce-page .button,
body.woocommerce-cart .button,
body.woocommerce-checkout .button,
body.woocommerce-account .button,
body.woocommerce button.button,
body.woocommerce input.button,
.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-button {
    min-height: 48px;
    border: 1px solid var(--imperium-wc-yellow) !important;
    border-radius: 3px !important;
    color: var(--imperium-wc-navy-dark) !important;
    background: var(--imperium-wc-yellow) !important;
    box-shadow: none !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .025em;
    text-transform: none;
}

body.woocommerce .button:hover,
body.woocommerce-page .button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-account .button:hover,
.wp-block-woocommerce-cart .wc-block-components-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-button:hover {
    border-color: var(--imperium-wc-navy) !important;
    color: #fff !important;
    background: var(--imperium-wc-navy) !important;
}

/* Classic cart */
body.woocommerce-cart table.shop_table {
    border: 1px solid var(--imperium-wc-line);
    border-radius: 3px;
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-cart table.shop_table th {
    padding: 18px;
    border-bottom-color: rgba(255, 255, 255, .12);
    color: #fff;
    background: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .035em;
}

body.woocommerce-cart table.shop_table td {
    border-bottom-color: var(--imperium-wc-line);
}

body.woocommerce-cart table.cart img {
    width: 94px;
    padding: 7px;
    border: 1px solid rgba(18, 20, 23, .09);
    border-radius: 3px;
    background: #fff;
}

body.woocommerce-cart table.cart .product-name a {
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

body.woocommerce-cart table.cart .product-price,
body.woocommerce-cart table.cart .product-subtotal {
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
}

body.woocommerce-cart table.cart .product-remove a.remove {
    border-color: rgba(176, 42, 42, .25);
    border-radius: 3px;
}

body.woocommerce-cart table.cart td.actions {
    background: #f4f4f4;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 3px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 32px;
    border: 1px solid var(--imperium-wc-line);
    border-top: 6px solid var(--imperium-wc-navy);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3 {
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
    border-bottom-color: var(--imperium-wc-line);
}

body.woocommerce-cart .cart_totals .order-total td {
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 58px;
    border-color: var(--imperium-wc-yellow) !important;
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
    font-size: 18px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    border-color: var(--imperium-wc-navy) !important;
    color: #fff !important;
    background: var(--imperium-wc-navy) !important;
}

body.woocommerce-cart .cart-empty {
    border: 1px solid var(--imperium-wc-line);
    border-top: 5px solid var(--imperium-wc-yellow);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
    color: var(--imperium-wc-navy);
    font-size: 18px;
}

/* Classic checkout */
body.woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr);
    gap: 42px;
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
    padding: 30px;
    border: 1px solid var(--imperium-wc-line);
    border-top: 5px solid var(--imperium-wc-navy);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
    border-top-color: var(--imperium-wc-yellow);
}

body.woocommerce-checkout form.checkout #order_review_heading {
    padding: 30px 30px 0;
    border-color: var(--imperium-wc-line);
    border-radius: 3px 3px 0 0;
}

body.woocommerce-checkout form.checkout #order_review {
    border-color: var(--imperium-wc-line);
    border-radius: 0 0 3px 3px;
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
    border-bottom-color: var(--imperium-wc-line);
}

body.woocommerce-checkout #payment {
    border-radius: 3px;
    background: #f2f3f3;
}

body.woocommerce-checkout #payment div.payment_box {
    border-radius: 3px;
}

body.woocommerce-checkout #payment #place_order {
    min-height: 58px;
    border-color: var(--imperium-wc-yellow) !important;
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
    font-size: 18px !important;
}

body.woocommerce-checkout #payment #place_order:hover {
    border-color: var(--imperium-wc-navy) !important;
    color: #fff !important;
    background: var(--imperium-wc-navy) !important;
}

/* WooCommerce Blocks cart and checkout */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    color: var(--imperium-wc-ink);
    font-family: "Barlow", Arial, sans-serif;
}

.wp-block-woocommerce-cart .wc-block-cart-items {
    border-color: var(--imperium-wc-line);
    border-radius: 3px;
    box-shadow: var(--imperium-wc-shadow);
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th {
    color: #fff;
    background: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
}

.wp-block-woocommerce-cart table.wc-block-cart-items td {
    border-color: var(--imperium-wc-line);
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 3px;
    background: #fff;
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.wp-block-woocommerce-cart .wc-block-cart__sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    border-color: var(--imperium-wc-line);
    border-top: 5px solid var(--imperium-wc-navy);
    border-radius: 3px;
    box-shadow: var(--imperium-wc-shadow);
}

.wp-block-woocommerce-cart .wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
    border-color: var(--imperium-wc-line);
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-height: 58px;
    border-color: var(--imperium-wc-yellow) !important;
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
    font-size: 18px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step {
    border-color: var(--imperium-wc-line);
    border-radius: 3px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .065);
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title,
.wp-block-woocommerce-cart .wc-block-cart__totals-title {
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    border-color: var(--imperium-wc-line) !important;
    border-radius: 3px !important;
    font-family: "Barlow", Arial, sans-serif !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    border-color: var(--imperium-wc-yellow) !important;
    box-shadow: 0 0 0 3px rgba(255, 177, 38, .15) !important;
}

/* My account */
body.woocommerce-account .woocommerce {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 3px;
    background: var(--imperium-wc-navy);
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom-color: rgba(255, 255, 255, .1);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 51px;
    border-radius: 2px;
    color: rgba(255, 255, 255, .82);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    padding-left: 18px;
    color: var(--imperium-wc-navy);
    background: var(--imperium-wc-yellow);
}

body.woocommerce-account .woocommerce-MyAccount-content {
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid var(--imperium-wc-line);
    border-top: 5px solid var(--imperium-wc-yellow);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-Addresses h2,
body.woocommerce-account .u-column1 h2,
body.woocommerce-account .u-column2 h2 {
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
}

body.woocommerce-account .woocommerce-Addresses .col-1,
body.woocommerce-account .woocommerce-Addresses .col-2 {
    border-color: var(--imperium-wc-line);
    border-radius: 3px;
    background: #f6f6f6;
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register,
body.woocommerce-account .woocommerce form.lost_reset_password,
body.woocommerce-account .woocommerce-EditAccountForm {
    border: 1px solid var(--imperium-wc-line);
    border-top: 5px solid var(--imperium-wc-navy);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-account .u-column2 form.register {
    border-top-color: var(--imperium-wc-yellow);
}

body.woocommerce-account table.shop_table,
body.woocommerce-order-received table.shop_table {
    border-color: var(--imperium-wc-line);
    border-radius: 3px;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-order-received table.shop_table th {
    color: #fff;
    background: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-account table.shop_table td,
body.woocommerce-order-received table.shop_table td {
    border-bottom-color: var(--imperium-wc-line);
}

/* Thank-you page and order details */
body.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 28px 0 !important;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--imperium-wc-line);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
}

body.woocommerce-order-received .woocommerce-order-overview li {
    float: none;
    margin: 0;
    padding: 22px;
    border-right: 1px solid var(--imperium-wc-line);
    color: var(--imperium-wc-muted);
}

body.woocommerce-order-received .woocommerce-order-overview li:last-child {
    border-right: 0;
}

body.woocommerce-order-received .woocommerce-order-overview strong {
    display: block;
    margin-top: 6px;
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
}

/* Responsive product and commerce layouts */
@media (max-width: 1180px) {
    body.woocommerce ul.products,
    body.woocommerce-page ul.products,
    .imperium-product-output ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.single-product div.product {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
        gap: 36px;
    }

    body.woocommerce-checkout form.checkout {
        grid-template-columns: minmax(0, 1fr) minmax(370px, .9fr);
        gap: 28px;
    }
}

@media (max-width: 900px) {
    body.woocommerce-page:not(.imperium-has-home-shortcode) main.site-main,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main,
    body.woocommerce-cart main.site-main,
    body.woocommerce-checkout main.site-main,
    body.woocommerce-account main.site-main,
    body.single-product .site-main {
        width: calc(100% - 40px);
    }

    body.single-product div.product {
        grid-template-columns: 1fr;
    }

    body.single-product div.product div.summary {
        position: static;
    }

    body.woocommerce-checkout form.checkout {
        display: block;
    }

    body.woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        border: 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        justify-content: center;
        padding: 8px 10px;
        text-align: center;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
    body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
        padding-left: 10px;
    }

    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body.woocommerce-page:not(.imperium-has-home-shortcode) main.site-main,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main,
    body.woocommerce-cart main.site-main,
    body.woocommerce-checkout main.site-main,
    body.woocommerce-account main.site-main,
    body.single-product .site-main {
        width: calc(100% - 28px);
        padding-top: 34px;
        padding-bottom: 58px;
    }

    body.woocommerce-page:not(.imperium-has-home-shortcode) .entry-title,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .woocommerce-products-header__title,
    body.woocommerce-cart .entry-title,
    body.woocommerce-checkout .entry-title,
    body.woocommerce-account .entry-title {
        font-size: clamp(38px, 13vw, 52px) !important;
    }

    body.woocommerce ul.products,
    body.woocommerce-page ul.products,
    .imperium-product-output ul.products,
    body.single-product section.related ul.products,
    body.single-product section.upsells ul.products {
        grid-template-columns: 1fr !important;
        gap: 17px !important;
    }

    body.woocommerce ul.products li.product:not(.product-category),
    body.woocommerce-page ul.products li.product:not(.product-category),
    .imperium-product-output ul.products li.product:not(.product-category) {
        grid-template-columns: minmax(0, 1.18fr) minmax(125px, .82fr);
        min-height: 405px;
    }

    .imperium-loop-product-head {
        min-height: 115px;
        padding: 16px 14px;
    }

    body.woocommerce ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title,
    body.woocommerce-page ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title,
    .imperium-product-output ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title {
        font-size: 25px !important;
    }

    .imperium-loop-product-subtitle {
        margin-top: 8px !important;
        font-size: 11px;
    }

    body.woocommerce ul.products li.product:not(.product-category) a img,
    body.woocommerce-page ul.products li.product:not(.product-category) a img,
    .imperium-product-output ul.products li.product:not(.product-category) a img {
        height: 255px !important;
        padding: 20px 8px 18px 15px;
    }

    body.woocommerce ul.products li.product:not(.product-category) .price,
    body.woocommerce-page ul.products li.product:not(.product-category) .price,
    .imperium-product-output ul.products li.product:not(.product-category) .price {
        margin-right: 10px !important;
        margin-left: 4px !important;
        font-size: 18px !important;
    }

    body.woocommerce ul.products li.product:not(.product-category) .imperium-product-actions,
    body.woocommerce-page ul.products li.product:not(.product-category) .imperium-product-actions,
    .imperium-product-output ul.products li.product:not(.product-category) .imperium-product-actions {
        margin-right: 10px;
        margin-left: 4px;
    }

    body.single-product div.product div.summary,
    body.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px;
    }

    body.single-product div.product .product_title {
        font-size: clamp(31px, 10vw, 40px) !important;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs {
        display: grid;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li a {
        text-align: center;
    }

    body.woocommerce .woocommerce-message .button,
    body.woocommerce .woocommerce-info .button,
    body.woocommerce-page .woocommerce-message .button,
    body.woocommerce-page .woocommerce-info .button {
        width: 100%;
        margin: 13px 0 0 !important;
    }

    body.woocommerce-cart table.cart td.actions .coupon {
        grid-template-columns: 1fr;
    }

    body.woocommerce-cart table.cart td.actions .coupon .input-text,
    body.woocommerce-cart table.cart td.actions .coupon .button,
    body.woocommerce-cart table.cart td.actions > .button {
        width: 100%;
    }

    body.woocommerce-checkout form.checkout #customer_details .col-1,
    body.woocommerce-checkout form.checkout #customer_details .col-2 {
        padding: 22px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.woocommerce-account .woocommerce-Addresses,
    body.woocommerce-account .u-columns,
    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    body.woocommerce-order-received .woocommerce-order-overview li {
        border-right: 0;
        border-bottom: 1px solid var(--imperium-wc-line);
    }

    body.woocommerce-order-received .woocommerce-order-overview li:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 420px) {
    body.woocommerce ul.products li.product:not(.product-category),
    body.woocommerce-page ul.products li.product:not(.product-category),
    .imperium-product-output ul.products li.product:not(.product-category) {
        grid-template-columns: minmax(0, 1.08fr) minmax(120px, .92fr);
    }

    body.woocommerce ul.products li.product .imperium-product-actions .button,
    body.woocommerce-page ul.products li.product .imperium-product-actions .button,
    .imperium-product-output ul.products li.product .imperium-product-actions .button {
        min-height: 40px;
        padding: 6px 5px !important;
        font-size: 14px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }
}

/* Single product */
body.single-product div.product {
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    gap: clamp(40px, 6vw, 84px);
}

body.single-product div.product div.images {
    max-width: 590px;
}

body.single-product div.product div.images .woocommerce-product-gallery__image {
    border: 1px solid var(--imperium-wc-line);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
}

body.single-product div.product div.images .woocommerce-product-gallery__image > a > img {
    max-width: 76% !important;
    max-height: 74%;
}

body.single-product div.product div.images .flex-control-thumbs img {
    border-radius: 3px;
    background: #fff;
}

body.single-product div.product div.images .flex-control-thumbs img.flex-active,
body.single-product div.product div.images .flex-control-thumbs img:hover {
    border-color: var(--imperium-wc-yellow);
}

body.single-product div.product div.summary {
    top: 122px;
    padding: clamp(30px, 4vw, 46px);
    border: 1px solid var(--imperium-wc-line);
    border-top: 6px solid var(--imperium-wc-navy);
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(0, 0, 0, .14);
}

body.single-product div.product .product_title {
    margin-bottom: 17px;
    color: var(--imperium-wc-navy) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: clamp(32px, 3.2vw, 48px) !important;
    font-weight: 700 !important;
    line-height: .98 !important;
    letter-spacing: -.02em !important;
    text-transform: uppercase;
}

body.single-product div.product .woocommerce-product-rating {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--imperium-wc-line);
}

body.single-product div.product .star-rating,
body.single-product div.product .woocommerce-product-rating .star-rating,
body.single-product #reviews .star-rating {
    color: var(--imperium-wc-yellow) !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
    color: var(--imperium-wc-navy) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
    color: #a76d00;
}

body.single-product .woocommerce-product-details__short-description {
    color: var(--imperium-wc-muted);
    font-size: 16px;
    line-height: 1.65;
}

body.single-product div.product form.cart .quantity .qty,
body.woocommerce-cart .quantity .qty {
    min-height: 54px;
    border-radius: 3px;
}

body.single-product div.product form.cart .single_add_to_cart_button {
    min-height: 54px;
    border-color: var(--imperium-wc-yellow) !important;
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
    font-size: 17px !important;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover {
    border-color: var(--imperium-wc-navy) !important;
    color: #fff !important;
    background: var(--imperium-wc-navy) !important;
}

body.single-product div.product .product_meta {
    border-top-color: var(--imperium-wc-line);
    color: #777c82;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 11px;
}

body.single-product div.product .product_meta a {
    color: #9b6500;
}

body.single-product div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 14px !important;
    padding: 0 !important;
    border: 0;
    border-radius: 3px;
    background: var(--imperium-wc-navy);
    box-shadow: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
    min-height: 50px;
    padding: 17px 22px !important;
    border-radius: 0;
    color: rgba(255, 255, 255, .72) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700 !important;
    letter-spacing: .025em;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
}

body.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--imperium-wc-line);
    border-radius: 3px;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
}

body.single-product div.product .woocommerce-tabs h2,
body.single-product section.related > h2,
body.single-product section.upsells > h2,
body.single-product div.product #reviews h2 {
    color: var(--imperium-wc-navy) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 700 !important;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

body.single-product #reviews #comments ol.commentlist li .comment-text {
    border-color: var(--imperium-wc-line);
    border-radius: 3px;
    background: #f8fafc;
}

/* Product inquiry */
body.single-product .imperium-product-inquiry {
    border: 1px solid var(--imperium-wc-line) !important;
    border-top: 5px solid var(--imperium-wc-yellow) !important;
    border-radius: 3px !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 248, 252, .98)) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .11);
}

body.single-product .imperium-product-inquiry::before {
    display: none;
}

body.single-product .imperium-product-inquiry__eyebrow {
    color: #9c6800 !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

body.single-product .imperium-product-inquiry h2 {
    color: var(--imperium-wc-navy) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

body.single-product .imperium-product-inquiry__intro {
    color: var(--imperium-wc-muted);
    font-size: 14px;
}

body.single-product .imperium-product-inquiry__grid label > span {
    color: var(--imperium-wc-navy);
    font-family: "Barlow", Arial, sans-serif;
}

body.single-product .imperium-product-inquiry input[type="text"],
body.single-product .imperium-product-inquiry input[type="tel"],
body.single-product .imperium-product-inquiry input[type="email"],
body.single-product .imperium-product-inquiry textarea {
    border-color: var(--imperium-wc-line);
    border-radius: 3px;
    font-family: "Barlow", Arial, sans-serif;
}

body.single-product .imperium-product-inquiry input:focus,
body.single-product .imperium-product-inquiry textarea:focus {
    border-color: var(--imperium-wc-yellow);
    box-shadow: 0 0 0 3px rgba(255, 177, 38, .15);
}

body.single-product .imperium-product-inquiry__submit.button {
    border-color: var(--imperium-wc-yellow) !important;
    border-radius: 3px !important;
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
    box-shadow: none;
}

body.single-product .imperium-product-inquiry__submit.button:hover {
    border-color: var(--imperium-wc-navy) !important;
    color: #fff !important;
    background: var(--imperium-wc-navy) !important;
}

/* Notices */
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error,
.wc-block-components-notice-banner {
    min-height: 64px;
    margin-bottom: 28px;
    padding: 17px 22px 17px 56px !important;
    border: 1px solid var(--imperium-wc-line) !important;
    border-left: 5px solid var(--imperium-wc-yellow) !important;
    border-radius: 3px !important;
    color: var(--imperium-wc-ink);
    background: #fff;
    box-shadow: var(--imperium-wc-shadow);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 14px;
}

body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-error {
    border-left-color: #c43b3b !important;
}

body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-info::before {
    color: #bd7c00 !important;
}

body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button {
    min-width: 170px;
    min-height: 44px;
    margin-top: -7px;
    margin-bottom: -7px;
}

/* Product archives, homepage loops and related products */
body.woocommerce ul.products,
body.woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.imperium-product-output ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body.single-product section.related ul.products,
body.single-product section.upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.woocommerce ul.products li.product:not(.product-category),
body.woocommerce-page ul.products li.product:not(.product-category),
.imperium-product-output ul.products li.product:not(.product-category) {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(125px, .8fr);
    grid-template-rows: auto minmax(270px, 1fr);
    min-height: 430px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(18, 20, 23, .28) !important;
    border-radius: 3px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .08) !important;
    transition: border-color .25s, box-shadow .25s, transform .25s;
}

body.woocommerce ul.products li.product:not(.product-category):hover,
body.woocommerce-page ul.products li.product:not(.product-category):hover,
.imperium-product-output ul.products li.product:not(.product-category):hover {
    border-color: var(--imperium-wc-yellow) !important;
    box-shadow: 0 24px 56px rgba(0, 0, 0, .15) !important;
    transform: translateY(-5px);
}

body.woocommerce ul.products li.product:not(.product-category) > a.woocommerce-loop-product__link,
body.woocommerce-page ul.products li.product:not(.product-category) > a.woocommerce-loop-product__link,
.imperium-product-output ul.products li.product:not(.product-category) > a.woocommerce-loop-product__link {
    display: contents !important;
}

.imperium-loop-product-head {
    position: relative;
    z-index: 2;
    display: flex;
    grid-column: 1 / -1;
    grid-row: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 126px;
    padding: 18px 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .025), transparent 55%),
        var(--imperium-wc-navy);
    text-align: center;
}

.imperium-loop-product-head::after {
    position: absolute;
    right: 18%;
    bottom: 0;
    left: 18%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--imperium-wc-yellow), transparent);
    content: "";
    opacity: 0;
    transition: opacity .25s, right .25s, left .25s;
}

li.product:hover .imperium-loop-product-head::after {
    right: 10%;
    left: 10%;
    opacity: 1;
}

body.woocommerce ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title,
.imperium-product-output ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title {
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--imperium-wc-yellow) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: clamp(23px, 2vw, 30px) !important;
    font-weight: 600 !important;
    line-height: 1.08;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.imperium-loop-product-subtitle {
    min-height: 18px;
    margin: 10px 0 0 !important;
    color: rgba(255, 255, 255, .58);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .015em;
    text-transform: uppercase;
}

body.woocommerce ul.products li.product:not(.product-category) a img,
body.woocommerce-page ul.products li.product:not(.product-category) a img,
.imperium-product-output ul.products li.product:not(.product-category) a img {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
    width: 100% !important;
    height: 270px !important;
    margin: 0 !important;
    padding: 24px 12px 20px 24px;
    border: 0;
    border-radius: 0 !important;
    object-fit: contain;
    background: #fff !important;
    transform: none;
    transition: transform .35s ease;
}

body.woocommerce ul.products li.product:not(.product-category):hover a img,
body.woocommerce-page ul.products li.product:not(.product-category):hover a img,
.imperium-product-output ul.products li.product:not(.product-category):hover a img {
    transform: translateY(-4px) scale(1.025);
}

body.woocommerce ul.products li.product:not(.product-category) .star-rating,
body.woocommerce-page ul.products li.product:not(.product-category) .star-rating,
.imperium-product-output ul.products li.product:not(.product-category) .star-rating {
    display: none;
}

body.woocommerce ul.products li.product:not(.product-category) .price,
body.woocommerce-page ul.products li.product:not(.product-category) .price,
.imperium-product-output ul.products li.product:not(.product-category) .price {
    z-index: 2;
    display: block;
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: stretch;
    margin: 0 16px 88px 8px !important;
    padding: 0 !important;
    color: var(--imperium-wc-navy) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.15;
    text-align: center;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce-page ul.products li.product .price del {
    display: block;
    margin: 0 0 4px;
    color: #85898e;
    font-size: 14px;
}

body.woocommerce ul.products li.product .price ins,
body.woocommerce-page ul.products li.product .price ins {
    color: #a86d00;
}

body.woocommerce ul.products li.product:not(.product-category) .imperium-product-actions,
body.woocommerce-page ul.products li.product:not(.product-category) .imperium-product-actions,
.imperium-product-output ul.products li.product:not(.product-category) .imperium-product-actions {
    z-index: 3;
    display: flex;
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    flex-direction: column;
    justify-self: stretch;
    margin: 66px 16px 0 8px;
    gap: 8px;
}

body.woocommerce ul.products li.product .imperium-product-actions .button,
body.woocommerce-page ul.products li.product .imperium-product-actions .button,
.imperium-product-output ul.products li.product .imperium-product-actions .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 42px;
    margin: 0 !important;
    padding: 7px 10px !important;
    border: 1px solid var(--imperium-wc-yellow) !important;
    border-radius: 3px !important;
    color: var(--imperium-wc-navy-dark) !important;
    background: var(--imperium-wc-yellow) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.05;
    letter-spacing: .01em;
    text-transform: none;
}

body.woocommerce ul.products li.product .imperium-product-actions .imperium-view-product,
body.woocommerce-page ul.products li.product .imperium-product-actions .imperium-view-product,
.imperium-product-output ul.products li.product .imperium-product-actions .imperium-view-product {
    border-color: var(--imperium-wc-navy) !important;
    color: var(--imperium-wc-navy) !important;
    background: #fff !important;
}

body.woocommerce ul.products li.product .imperium-product-actions .button:hover,
body.woocommerce-page ul.products li.product .imperium-product-actions .button:hover,
.imperium-product-output ul.products li.product .imperium-product-actions .button:hover {
    border-color: var(--imperium-wc-navy) !important;
    color: #fff !important;
    background: var(--imperium-wc-navy) !important;
}

body.woocommerce ul.products li.product .imperium-product-actions .added_to_cart,
body.woocommerce-page ul.products li.product .imperium-product-actions .added_to_cart,
.imperium-product-output ul.products li.product .imperium-product-actions .added_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0;
    color: var(--imperium-wc-navy);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale,
body.woocommerce .imperium-product-badges,
body.woocommerce-page .imperium-product-badges,
.imperium-product-output .imperium-product-badges {
    z-index: 8;
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale {
    top: 137px;
    right: auto;
    left: 12px;
    min-height: 27px;
    padding: 2px 10px;
    border: 1px solid var(--imperium-wc-yellow);
    border-radius: 3px;
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
}

body.woocommerce .imperium-product-badges,
body.woocommerce-page .imperium-product-badges,
.imperium-product-output .imperium-product-badges {
    position: absolute;
    top: 138px;
    left: 12px;
}

body.woocommerce .imperium-badge,
body.woocommerce-page .imperium-badge,
.imperium-product-output .imperium-badge {
    border-radius: 3px;
    color: var(--imperium-wc-navy) !important;
    background: var(--imperium-wc-yellow) !important;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
}

/* Product-category cards */
body.woocommerce ul.products li.product-category,
body.woocommerce-page ul.products li.product-category {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--imperium-wc-line) !important;
    border-radius: 3px !important;
    background: #fff;
    box-shadow: var(--imperium-wc-shadow) !important;
}

body.woocommerce ul.products li.product-category a img,
body.woocommerce-page ul.products li.product-category a img {
    margin: 0 !important;
    border-radius: 0;
}

body.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
body.woocommerce-page ul.products li.product-category .woocommerce-loop-category__title {
    min-height: 72px;
    padding: 22px 18px !important;
    color: var(--imperium-wc-yellow) !important;
    background: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 3px;
    color: var(--imperium-wc-navy);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 15px;
}

body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: var(--imperium-wc-navy) !important;
    color: #fff !important;
    background: var(--imperium-wc-navy) !important;
}

/* ============================================================
 * WooCommerce Premium 1.0.1 — final mobile layer
 * This block intentionally comes last so desktop declarations
 * cannot override the responsive layout.
 * ============================================================ */

@media (max-width: 767px) {
    body.woocommerce,
    body.woocommerce-page,
    body.woocommerce-cart,
    body.woocommerce-checkout,
    body.woocommerce-account {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        background-position: center top !important;
        background-attachment: scroll !important;
    }

    body.woocommerce *,
    body.woocommerce-page *,
    body.woocommerce-cart *,
    body.woocommerce-checkout *,
    body.woocommerce-account * {
        box-sizing: border-box;
    }

    body.woocommerce img,
    body.woocommerce-page img,
    body.woocommerce-cart img,
    body.woocommerce-checkout img,
    body.woocommerce-account img {
        max-width: 100%;
    }

    body.woocommerce-page:not(.imperium-has-home-shortcode) main.site-main,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main,
    body.woocommerce-cart main.site-main,
    body.woocommerce-checkout main.site-main,
    body.woocommerce-account main.site-main,
    body.single-product .site-main {
        width: calc(100% - 24px) !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 30px 0 52px !important;
        overflow: visible;
    }

    body.woocommerce-page:not(.imperium-has-home-shortcode) .entry-title,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .woocommerce-products-header__title,
    body.woocommerce-cart .entry-title,
    body.woocommerce-checkout .entry-title,
    body.woocommerce-account .entry-title {
        margin-bottom: 24px !important;
        font-size: clamp(38px, 12vw, 48px) !important;
        line-height: .96 !important;
        overflow-wrap: anywhere;
    }

    body.woocommerce .woocommerce-breadcrumb {
        margin-bottom: 20px;
        font-size: 10px;
        line-height: 1.55;
        overflow-wrap: anywhere;
    }

    body.woocommerce .woocommerce-message,
    body.woocommerce .woocommerce-info,
    body.woocommerce .woocommerce-error,
    body.woocommerce-page .woocommerce-message,
    body.woocommerce-page .woocommerce-info,
    body.woocommerce-page .woocommerce-error,
    .wc-block-components-notice-banner {
        min-height: 0;
        padding: 16px 16px 16px 43px !important;
        font-size: 13px;
    }

    body.woocommerce .woocommerce-message .button,
    body.woocommerce .woocommerce-info .button,
    body.woocommerce-page .woocommerce-message .button,
    body.woocommerce-page .woocommerce-info .button {
        float: none !important;
        display: flex;
        width: 100% !important;
        min-width: 0 !important;
        margin: 13px 0 0 !important;
    }

    /* Product archive and recommendation cards */
    body.woocommerce ul.products,
    body.woocommerce-page ul.products,
    body.single-product section.related ul.products,
    body.single-product section.upsells ul.products {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        margin: 0 !important;
        gap: 18px !important;
    }

    body.woocommerce ul.products::before,
    body.woocommerce ul.products::after,
    body.woocommerce-page ul.products::before,
    body.woocommerce-page ul.products::after {
        display: none !important;
    }

    body.woocommerce ul.products li.product:not(.product-category),
    body.woocommerce-page ul.products li.product:not(.product-category) {
        float: none !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1.15fr) minmax(126px, .85fr) !important;
        grid-template-rows: auto minmax(250px, 1fr) !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 382px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .imperium-loop-product-head {
        min-height: 108px;
        padding: 15px 17px;
    }

    body.woocommerce ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title,
    body.woocommerce-page ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title {
        font-size: clamp(22px, 7vw, 29px) !important;
        line-height: 1.04;
    }

    .imperium-loop-product-subtitle {
        max-width: 31rem;
        min-height: 0;
        margin-top: 7px !important;
        font-size: 10px;
        line-height: 1.3;
    }

    body.woocommerce ul.products li.product:not(.product-category) a img,
    body.woocommerce-page ul.products li.product:not(.product-category) a img {
        width: 100% !important;
        height: 250px !important;
        padding: 20px 8px 18px 18px !important;
        object-fit: contain;
        transform: none !important;
    }

    body.woocommerce ul.products li.product:not(.product-category) .price,
    body.woocommerce-page ul.products li.product:not(.product-category) .price {
        margin: 0 11px 86px 5px !important;
        padding: 0 !important;
        font-size: 20px !important;
        overflow-wrap: anywhere;
    }

    body.woocommerce ul.products li.product:not(.product-category) .imperium-product-actions,
    body.woocommerce-page ul.products li.product:not(.product-category) .imperium-product-actions {
        min-width: 0;
        margin: 61px 11px 0 5px !important;
        gap: 8px;
    }

    body.woocommerce ul.products li.product .imperium-product-actions .button,
    body.woocommerce-page ul.products li.product .imperium-product-actions .button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 43px;
        margin: 0 !important;
        padding: 7px 8px !important;
        font-size: 15px !important;
        white-space: normal;
    }

    body.woocommerce span.onsale,
    body.woocommerce-page span.onsale {
        top: 118px;
        left: 10px;
    }

    /* Single product: gallery -> purchase -> tabs/reviews -> related */
    body.single-product div.product {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        gap: 24px !important;
        flex-direction: column;
    }

    body.single-product div.product > .imperium-product-media {
        display: contents !important;
    }

    body.single-product div.product > .imperium-product-media > div.images,
    body.single-product div.product > div.images {
        float: none !important;
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    body.single-product div.product div.images .woocommerce-product-gallery__image {
        width: 100%;
        min-height: 330px;
    }

    body.single-product div.product div.images .woocommerce-product-gallery__image > a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 330px;
        padding: 18px;
    }

    body.single-product div.product div.images .woocommerce-product-gallery__image > a > img {
        width: auto !important;
        max-width: 78% !important;
        max-height: 290px !important;
        margin: auto !important;
        object-fit: contain;
    }

    body.single-product div.product div.summary {
        position: static !important;
        float: none !important;
        order: 2;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 23px 20px !important;
    }

    body.single-product div.product .product_title {
        margin-bottom: 15px;
        font-size: clamp(30px, 9vw, 39px) !important;
        line-height: 1.02 !important;
        overflow-wrap: anywhere;
    }

    body.single-product div.product p.price,
    body.single-product div.product span.price {
        margin-bottom: 19px;
        font-size: 28px;
    }

    body.single-product .woocommerce-product-details__short-description {
        font-size: 15px;
        line-height: 1.65;
    }

    body.single-product div.product form.cart {
        display: grid !important;
        grid-template-columns: 78px minmax(0, 1fr);
        width: 100%;
        gap: 11px;
    }

    body.single-product div.product form.cart .quantity {
        float: none !important;
        width: 78px !important;
        min-width: 0;
        margin: 0 !important;
    }

    body.single-product div.product form.cart .quantity .qty {
        width: 100% !important;
        min-width: 0;
        min-height: 52px;
    }

    body.single-product div.product form.cart .single_add_to_cart_button {
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 52px;
        margin: 0 !important;
        padding: 8px 10px !important;
        font-size: 16px !important;
        white-space: normal;
    }

    body.single-product div.product > .imperium-product-media > .woocommerce-tabs,
    body.single-product div.product > .woocommerce-tabs {
        order: 3;
        width: 100% !important;
        margin: 0 !important;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100% !important;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li,
    body.single-product div.product .woocommerce-tabs ul.tabs li a {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li a {
        min-height: 48px;
        padding: 15px 9px !important;
        font-size: 14px;
    }

    body.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
        width: 100%;
        padding: 21px 18px !important;
    }

    body.single-product div.product .woocommerce-tabs h2,
    body.single-product section.related > h2,
    body.single-product section.upsells > h2,
    body.single-product div.product #reviews h2 {
        margin-bottom: 20px;
        font-size: clamp(29px, 9vw, 38px) !important;
        line-height: 1;
    }

    body.single-product #reviews #comments ol.commentlist li img.avatar {
        position: static;
        float: left;
        width: 38px;
        margin: 0 10px 8px 0;
    }

    body.single-product #reviews #comments ol.commentlist li .comment-text {
        margin: 0;
        padding: 15px;
        clear: both;
    }

    body.single-product div.product > .imperium-product-media > section.related,
    body.single-product div.product > .imperium-product-media > section.upsells,
    body.single-product div.product > section.related,
    body.single-product div.product > section.upsells {
        order: 4;
        width: 100% !important;
        max-width: 100% !important;
        margin: 24px 0 0 !important;
    }

    /* Classic cart */
    body.woocommerce-cart table.shop_table_responsive,
    body.woocommerce-cart table.cart {
        width: 100% !important;
        max-width: 100%;
        table-layout: fixed;
    }

    body.woocommerce-cart table.shop_table_responsive tr {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid var(--imperium-wc-line);
    }

    body.woocommerce-cart table.shop_table_responsive tr:last-child {
        border-bottom: 0;
    }

    body.woocommerce-cart table.shop_table_responsive tr td {
        display: block;
        width: 100% !important;
        min-height: 42px;
        padding: 10px 14px !important;
        border: 0 !important;
        text-align: right !important;
        overflow-wrap: anywhere;
    }

    body.woocommerce-cart table.shop_table_responsive tr td::before {
        color: var(--imperium-wc-navy);
        font-size: 11px;
        font-weight: 700;
    }

    body.woocommerce-cart table.shop_table_responsive tr td.product-thumbnail {
        text-align: center !important;
    }

    body.woocommerce-cart table.cart img {
        width: 96px;
        height: 96px;
        object-fit: contain;
    }

    body.woocommerce-cart table.shop_table_responsive tr td.product-name {
        text-align: left !important;
    }

    body.woocommerce-cart table.cart .product-name a {
        font-size: 18px;
    }

    body.woocommerce-cart table.shop_table_responsive tr td.product-quantity .quantity {
        display: inline-flex;
        float: none;
    }

    body.woocommerce-cart table.cart td.actions {
        padding: 14px !important;
    }

    body.woocommerce-cart table.cart td.actions .coupon {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 8px;
    }

    body.woocommerce-cart table.cart td.actions .coupon .input-text,
    body.woocommerce-cart table.cart td.actions .coupon .button,
    body.woocommerce-cart table.cart td.actions > .button {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    body.woocommerce-cart .cart-collaterals {
        display: block;
        width: 100%;
        margin-top: 22px;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals {
        float: none !important;
        width: 100% !important;
        max-width: 100%;
        padding: 19px !important;
    }

    body.woocommerce-cart .cart_totals h2 {
        font-size: 28px;
    }

    /* WooCommerce Blocks cart */
    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout,
    .wc-block-cart,
    .wc-block-checkout {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .wp-block-woocommerce-cart .wc-block-cart__main,
    .wp-block-woocommerce-cart .wc-block-cart__sidebar,
    .wp-block-woocommerce-checkout .wc-block-checkout__main,
    .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .wp-block-woocommerce-cart table.wc-block-cart-items,
    .wp-block-woocommerce-cart table.wc-block-cart-items tbody {
        display: block !important;
        width: 100% !important;
    }

    .wp-block-woocommerce-cart table.wc-block-cart-items thead {
        display: none !important;
    }

    .wp-block-woocommerce-cart table.wc-block-cart-items tr.wc-block-cart-items__row {
        display: grid !important;
        grid-template-columns: 74px minmax(0, 1fr) !important;
        grid-template-areas:
            "image product"
            "image total";
        width: 100% !important;
        padding: 16px 13px !important;
        border-bottom: 1px solid var(--imperium-wc-line);
        gap: 5px 12px;
    }

    .wp-block-woocommerce-cart table.wc-block-cart-items td {
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__image {
        grid-area: image;
        align-self: start;
        width: 74px !important;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__image img {
        width: 74px !important;
        height: 88px !important;
        padding: 7px;
        object-fit: contain;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__product {
        grid-area: product;
        min-width: 0;
    }

    .wp-block-woocommerce-cart .wc-block-components-product-name {
        display: block;
        margin-bottom: 5px;
        font-size: 17px !important;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .wp-block-woocommerce-cart .wc-block-components-product-metadata,
    .wp-block-woocommerce-cart .wc-block-components-product-price {
        font-size: 12px;
        line-height: 1.35;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__total {
        grid-area: total;
        align-self: end;
        text-align: left !important;
    }

    .wp-block-woocommerce-cart .wc-block-components-quantity-selector {
        width: 112px;
        max-width: 100%;
        min-height: 44px;
        margin-top: 9px;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
        min-height: 36px;
        padding: 7px 0;
    }

    .wp-block-woocommerce-cart .wc-block-cart__sidebar,
    .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
        margin-top: 20px !important;
        padding: 18px !important;
    }

    .wp-block-woocommerce-cart .wc-block-cart__submit-button,
    .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
        width: 100%;
        min-height: 54px;
        white-space: normal;
    }

    /* Checkout and account */
    body.woocommerce-checkout form.checkout {
        display: block !important;
        width: 100%;
    }

    body.woocommerce-checkout form.checkout #customer_details,
    body.woocommerce-checkout form.checkout #order_review_heading,
    body.woocommerce-checkout form.checkout #order_review {
        width: 100% !important;
        max-width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.woocommerce-checkout form.checkout #customer_details .col-1,
    body.woocommerce-checkout form.checkout #customer_details .col-2 {
        float: none !important;
        width: 100% !important;
        padding: 19px !important;
    }

    body.woocommerce-checkout form.checkout #order_review_heading {
        margin-top: 24px !important;
        padding: 21px 19px 0 !important;
    }

    body.woocommerce-checkout form.checkout #order_review {
        margin-top: 0 !important;
        padding: 8px 19px 21px !important;
    }

    body.woocommerce-account .woocommerce {
        display: block !important;
        width: 100%;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        position: static !important;
        width: 100% !important;
        margin-bottom: 18px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 5px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        justify-content: center;
        min-height: 46px;
        padding: 8px !important;
        font-size: 12px;
        text-align: center;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        float: none !important;
        width: 100% !important;
        min-height: 0;
        padding: 19px !important;
    }

    body.woocommerce-account .woocommerce-Addresses,
    body.woocommerce-account .u-columns {
        display: grid;
        grid-template-columns: 1fr !important;
        width: 100%;
    }
}

@media (max-width: 420px) {
    body.woocommerce-page:not(.imperium-has-home-shortcode) main.site-main,
    body.woocommerce-page:not(.imperium-has-home-shortcode) .site-main,
    body.woocommerce-cart main.site-main,
    body.woocommerce-checkout main.site-main,
    body.woocommerce-account main.site-main,
    body.single-product .site-main {
        width: calc(100% - 18px) !important;
    }

    body.woocommerce ul.products li.product:not(.product-category),
    body.woocommerce-page ul.products li.product:not(.product-category) {
        grid-template-columns: minmax(0, 1fr) 122px !important;
    }

    body.woocommerce ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title,
    body.woocommerce-page ul.products li.product .imperium-loop-product-head .woocommerce-loop-product__title {
        font-size: 22px !important;
    }

    body.single-product div.product div.summary {
        padding: 20px 16px !important;
    }

    body.single-product div.product form.cart {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 8px;
    }

    body.single-product div.product form.cart .quantity {
        width: 70px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================================
 * WooCommerce Premium 1.0.2 — mobile add-to-cart alignment
 * Strong final selectors protect the row from theme overrides.
 * ============================================================ */

@media (max-width: 767px) {
    body.single-product div.product div.summary form.cart:not(.grouped_form),
    body.single-product div.product div.summary form.cart .woocommerce-variation-add-to-cart {
        float: none !important;
        display: flex !important;
        align-items: stretch !important;
        flex-flow: row nowrap !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 26px 0 22px !important;
        gap: 10px !important;
    }

    body.single-product div.product div.summary form.cart.variations_form {
        display: block !important;
        width: 100% !important;
    }

    body.single-product div.product div.summary form.cart.variations_form .variations,
    body.single-product div.product div.summary form.cart.variations_form .single_variation_wrap {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-product div.product div.summary form.cart.variations_form .woocommerce-variation-add-to-cart {
        margin: 18px 0 0 !important;
    }

    body.single-product div.product div.summary form.cart .quantity,
    body.single-product div.product div.summary .woocommerce-variation-add-to-cart .quantity {
        float: none !important;
        display: block !important;
        width: 78px !important;
        min-width: 78px !important;
        max-width: 78px !important;
        margin: 0 !important;
        flex: 0 0 78px !important;
    }

    body.single-product div.product div.summary form.cart .quantity .qty,
    body.single-product div.product div.summary .woocommerce-variation-add-to-cart .quantity .qty {
        display: block !important;
        width: 78px !important;
        min-width: 78px !important;
        max-width: 78px !important;
        height: 54px !important;
        min-height: 54px !important;
        margin: 0 !important;
        padding: 0 7px !important;
        text-align: center;
    }

    body.single-product div.product div.summary form.cart .single_add_to_cart_button,
    body.single-product div.product div.summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 54px !important;
        min-height: 54px !important;
        margin: 0 !important;
        padding: 8px 15px !important;
        flex: 1 1 0 !important;
        font-size: 17px !important;
        line-height: 1 !important;
        text-align: center;
        white-space: nowrap !important;
    }
}

@media (max-width: 380px) {
    body.single-product div.product div.summary form.cart:not(.grouped_form),
    body.single-product div.product div.summary form.cart .woocommerce-variation-add-to-cart {
        gap: 8px !important;
    }

    body.single-product div.product div.summary form.cart .quantity,
    body.single-product div.product div.summary .woocommerce-variation-add-to-cart .quantity {
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
        flex-basis: 68px !important;
    }

    body.single-product div.product div.summary form.cart .quantity .qty,
    body.single-product div.product div.summary .woocommerce-variation-add-to-cart .quantity .qty {
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
    }

    body.single-product div.product div.summary form.cart .single_add_to_cart_button,
    body.single-product div.product div.summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 15px !important;
    }
}
