/*
Theme Name: Astra QuickOrder Child
Theme URI: https://elboita.com/
Description: Child theme for Astra designed to match the QuickOrder Pro visual system: clean showroom layout, compact product cards, wishlist, cart and premium header styling.
Author: ElBoita
Author URI: https://elboita.com/
Template: astra
Version: 1.1.4
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: astra-quickorder-child
*/

:root {
    --aqc-primary: #0b3f78;
    --aqc-accent: #f15b2a;
    --aqc-dark: #243236;
    --aqc-header-bg: #ededed;
    --aqc-text: #1f2933;
    --aqc-muted: #6b7280;
    --aqc-border: #d9dee5;
    --aqc-soft: #f7f9fc;
    --aqc-card: #ffffff;
    --aqc-radius: 18px;
    --aqc-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--aqc-text);
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
    font-family: inherit;
}

a {
    color: var(--aqc-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover,
a:focus {
    color: var(--aqc-accent);
}

button,
input,
select,
textarea,
a {
    outline-color: var(--aqc-primary);
}

.ast-container,
.site-content .ast-container {
    max-width: 1200px;
}

.site-header,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar {
    background: var(--aqc-header-bg);
    border-bottom: 0;
}

.ast-primary-header-bar {
    min-height: 70px;
    box-shadow: none;
}

.site-branding,
.ast-site-identity {
    padding: 0;
}

.site-logo-img img,
.custom-logo-link img {
    max-height: 58px;
    width: auto;
}

.main-header-menu > .menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
    color: var(--aqc-text);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-left: 18px;
    padding-right: 18px;
}

.main-header-menu > .menu-item:hover > .menu-link,
.main-header-menu > .current-menu-item > .menu-link,
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .current-menu-item > .menu-link {
    color: var(--aqc-primary);
}

.ast-header-button-1 .ast-custom-button,
.ast-header-button-2 .ast-custom-button,
.aqc-contact-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
button[type="submit"],
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 2px;
    background: var(--aqc-dark);
    color: #ffffff;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(36, 50, 54, 0.16);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ast-header-button-1 .ast-custom-button:hover,
.ast-header-button-2 .ast-custom-button:hover,
.aqc-contact-button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background: var(--aqc-primary);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(11, 63, 120, 0.18);
}

.aqc-header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    color: #111827;
}

.aqc-header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #111827;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.aqc-header-action:hover,
.aqc-header-action:focus {
    color: var(--aqc-primary);
    transform: translateY(-1px);
}

.aqc-header-action svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    stroke-width: 1.9;
    fill: none;
}

.aqc-header-count,
.qop-header-wishlist-count,
.aqc-cart-count {
    position: absolute;
    top: -7px;
    right: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    border-radius: 999px;
    background: var(--aqc-accent);
    color: #ffffff;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 12px rgba(241, 91, 42, 0.24);
}

.aqc-header-action-cart .aqc-cart-count {
    background: #8a8a8a;
}

.site-content {
    padding-top: 28px;
}

.ast-plain-container.ast-no-sidebar #primary,
.ast-page-builder-template #primary {
    margin-top: 0;
    margin-bottom: 0;
}

.entry-title,
.page-title,
.woocommerce-products-header__title {
    color: #222222;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 26px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--aqc-text);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.entry-content p {
    color: var(--aqc-muted);
    line-height: 1.75;
}

.aqc-section-card,
.woocommerce div.product,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-order,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation,
.yith-wcwl-form,
.qop-wishlist-page {
    border: 1px solid var(--aqc-border);
    border-radius: var(--aqc-radius);
    background: var(--aqc-card);
    box-shadow: var(--aqc-shadow);
}

.qop-wrapper {
    --qop-primary: var(--aqc-primary);
    --qop-accent: var(--aqc-accent);
    --qop-border: var(--aqc-border);
    --qop-soft: var(--aqc-soft);
    --qop-text: var(--aqc-text);
}

.qop-smart-search-wrap {
    width: min(50%, 760px);
    margin: 0 auto 18px;
    background: #ffffff;
    border-radius: 16px;
}

.qop-search {
    border: 1px solid var(--aqc-border);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.qop-search:focus {
    border-color: var(--aqc-primary);
    box-shadow: 0 0 0 4px rgba(11, 63, 120, 0.08);
}

.qop-filter-panel {
    border-color: var(--aqc-border);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.qop-filter-btn {
    border-color: var(--aqc-border);
    color: var(--aqc-text);
}

.qop-filter-btn:hover,
.qop-filter-btn.qop-active {
    border-color: var(--aqc-primary);
}

.qop-filter-btn.qop-active {
    background: var(--aqc-primary);
    color: #ffffff;
}

.qop-product-card {
    border: 1px solid #eef0f3;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.qop-product-card:hover,
.qop-product-card.qop-highlight-card {
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.qop-product-body h3,
.qop-price {
    color: var(--aqc-primary);
}

.qop-add-btn,
.qop-submit-order {
    background: var(--aqc-dark);
    color: #ffffff;
}

.qop-add-btn:hover,
.qop-submit-order:hover {
    background: var(--aqc-primary);
}

.qop-floating-cart {
    background: var(--aqc-accent);
    box-shadow: 0 24px 55px rgba(241, 91, 42, 0.26);
}

.qop-cart-count {
    background: var(--aqc-primary);
}

.qop-yith-wishlist-wrap,
.qop-product-image .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 8;
    margin: 0;
}

.qop-product-image {
    position: relative;
}

.qop-yith-wishlist-wrap a,
.qop-product-image .yith-wcwl-add-button a,
.qop-product-image .yith-wcwl-wishlistaddedbrowse a,
.qop-product-image .yith-wcwl-wishlistexistsbrowse a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--aqc-primary);
    padding: 0 !important;
    border: 1px solid rgba(217, 222, 229, 0.9);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
    font-size: 0 !important;
    text-decoration: none;
}

.qop-yith-wishlist-wrap a::before,
.qop-product-image .yith-wcwl-add-button a::before,
.qop-product-image .yith-wcwl-wishlistaddedbrowse a::before,
.qop-product-image .yith-wcwl-wishlistexistsbrowse a::before {
    content: "♡";
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.qop-product-image .yith-wcwl-wishlistaddedbrowse a::before,
.qop-product-image .yith-wcwl-wishlistexistsbrowse a::before,
.qop-yith-wishlist-wrap .exists a::before,
.qop-yith-wishlist-wrap .added a::before {
    content: "♥";
    color: var(--aqc-accent);
}

.qop-yith-wishlist-wrap img,
.qop-product-image .yith-wcwl-icon,
.qop-product-image .feedback,
.qop-product-image .separator,
.qop-product-image .view-wishlist {
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #eef0f3;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
    background: #f3f4f6;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    color: var(--aqc-primary);
    font-size: 18px;
    font-weight: 900;
    padding: 14px 16px 4px;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: var(--aqc-primary);
    font-weight: 900;
    padding-left: 16px;
    padding-right: 16px;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    margin: 12px 16px 18px;
}

.woocommerce div.product div.images img {
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.woocommerce div.product .product_title {
    color: var(--aqc-primary);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--aqc-primary);
    font-weight: 900;
}

.woocommerce table.shop_table,
.woocommerce table.wishlist_table,
table.qop-wishlist-table,
.yith-wcwl-form table {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--aqc-border);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.woocommerce table.shop_table th,
.woocommerce table.wishlist_table th,
table.qop-wishlist-table th,
.yith-wcwl-form table th {
    background: #f5f6f8;
    color: var(--aqc-primary);
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 18px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--aqc-border);
}

.woocommerce table.shop_table td,
.woocommerce table.wishlist_table td,
table.qop-wishlist-table td,
.yith-wcwl-form table td {
    color: var(--aqc-muted);
    font-size: 16px;
    text-align: center;
    padding: 17px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--aqc-border);
}

.woocommerce table.shop_table tr:last-child td,
.woocommerce table.wishlist_table tr:last-child td,
table.qop-wishlist-table tr:last-child td,
.yith-wcwl-form table tr:last-child td {
    border-bottom: 0;
}

.qop-wishlist-page {
    padding: 0;
    overflow: hidden;
}

.qop-wishlist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--aqc-border);
    background: #ffffff;
}

.qop-wishlist-header h2 {
    margin: 0;
    color: var(--aqc-text);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.qop-wishlist-total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    background: var(--aqc-soft);
    color: var(--aqc-primary);
    padding: 0 14px;
    font-size: 14px;
    font-weight: 900;
}

.qop-wishlist-empty,
.wishlist-empty,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    border-top: 0;
    border-radius: 14px;
    background: var(--aqc-soft);
    color: var(--aqc-muted);
    padding: 18px 20px;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--aqc-primary);
}

.qop-wishlist-table-wrap {
    padding: 0;
    overflow-x: auto;
}

.qop-wishlist-table .qop-wishlist-remove,
.woocommerce table.wishlist_table .remove,
.yith-wcwl-form .remove_from_wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff1ed;
    color: var(--aqc-accent) !important;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.qop-wishlist-table .qop-wishlist-remove:hover,
.woocommerce table.wishlist_table .remove:hover,
.yith-wcwl-form .remove_from_wishlist:hover {
    background: var(--aqc-accent);
    color: #ffffff !important;
}

.qop-wishlist-table img,
.woocommerce table.wishlist_table img,
.yith-wcwl-form table img {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    object-fit: cover;
}

.qop-wishlist-product-name,
.woocommerce table.wishlist_table .product-name a,
.yith-wcwl-form table .product-name a {
    color: var(--aqc-primary);
    font-weight: 900;
    text-decoration: none;
}

.qop-wishlist-stock,
.wishlist-in-stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 999px;
    background: #e9f8ef;
    color: #157347;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 900;
}

.wishlist-out-of-stock,
.qop-wishlist-out-stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 900;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-order,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
    padding: 22px;
}

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

.woocommerce-MyAccount-navigation-link a {
    display: block;
    border-radius: 12px;
    padding: 12px 14px;
    text-decoration: none;
    font-weight: 800;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
    background: var(--aqc-soft);
    color: var(--aqc-primary);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea,
select,
.woocommerce .select2-container .select2-selection--single {
    min-height: 48px;
    border: 1px solid var(--aqc-border);
    border-radius: 12px;
    background: #ffffff;
    color: var(--aqc-text);
    padding: 10px 14px;
    box-shadow: none;
}

input:focus,
textarea:focus,
select:focus,
.woocommerce .select2-container--open .select2-selection--single {
    border-color: var(--aqc-primary);
    box-shadow: 0 0 0 4px rgba(11, 63, 120, 0.08);
}

.site-footer,
.ast-footer-copyright,
.ast-builder-footer-grid-columns {
    background: var(--aqc-dark);
    color: rgba(255, 255, 255, 0.78);
}

.site-footer a,
.ast-footer-copyright a {
    color: #ffffff;
}

@media (max-width: 921px) {
    .ast-primary-header-bar {
        min-height: 64px;
    }

    .main-header-menu > .menu-item > .menu-link,
    .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 15px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .aqc-header-actions {
        gap: 16px;
    }

    .qop-smart-search-wrap {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .site-content {
        padding-top: 18px;
    }

    .entry-title,
    .page-title,
    .woocommerce-products-header__title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .qop-smart-search-wrap {
        width: 100%;
    }

    .qop-filter-panel {
        top: 64px;
        padding: 10px;
    }

    .qop-filter-scroll {
        justify-content: flex-start;
    }

    .qop-filter-btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
    }

    .qop-wishlist-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    .qop-wishlist-header h2 {
        font-size: 24px;
    }

    .woocommerce table.shop_table th,
    .woocommerce table.wishlist_table th,
    table.qop-wishlist-table th,
    .yith-wcwl-form table th,
    .woocommerce table.shop_table td,
    .woocommerce table.wishlist_table td,
    table.qop-wishlist-table td,
    .yith-wcwl-form table td {
        min-width: 140px;
        padding: 14px 12px;
        font-size: 14px;
    }

    .woocommerce-cart-form,
    .cart_totals,
    .woocommerce-checkout-review-order,
    .woocommerce-order,
    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation {
        padding: 16px;
    }
}

/* Single product page - QuickOrder/Astra neutral header palette */
body.single-product {
    --aqc-product-main: var(--aqc-dark);
    --aqc-product-muted: #6c7478;
    --aqc-product-line: #e6e8ea;
    --aqc-product-soft: #f4f5f5;
}

body.single-product .site-content {
    padding-top: 42px;
}

body.single-product .woocommerce div.product {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

body.single-product .aqc-single-product-top {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--aqc-product-line);
}

body.single-product .aqc-single-product-title {
    margin: 0;
    color: var(--aqc-product-main);
    font-size: clamp(28px, 3.4vw, 44px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-transform: none;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a,
body.single-product .woocommerce div.product .woocommerce-product-details__short-description,
body.single-product .woocommerce div.product .woocommerce-product-details__short-description p,
body.single-product .woocommerce div.product .product_meta,
body.single-product .woocommerce div.product .product_meta a,
body.single-product .woocommerce div.product .product_meta span,
body.single-product .woocommerce div.product .posted_in,
body.single-product .woocommerce div.product .sku_wrapper,
body.single-product .woocommerce div.product .tagged_as {
    color: var(--aqc-product-muted) !important;
}

body.single-product .woocommerce-breadcrumb a:hover,
body.single-product .woocommerce div.product .product_meta a:hover,
body.single-product .woocommerce div.product .posted_in a:hover {
    color: var(--aqc-product-main) !important;
}

body.single-product .woocommerce div.product .summary a,
body.single-product .woocommerce div.product .summary .posted_in a,
body.single-product .woocommerce div.product .summary .tagged_as a,
body.single-product .woocommerce div.product .summary .sku_wrapper,
body.single-product .woocommerce div.product .summary .posted_in,
body.single-product .woocommerce div.product .summary .tagged_as {
    color: var(--aqc-product-main) !important;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price,
body.single-product .woocommerce div.product .price,
body.single-product .woocommerce div.product .price ins,
body.single-product .woocommerce div.product .price bdi,
body.single-product .woocommerce div.product .price .woocommerce-Price-amount {
    color: var(--aqc-product-main) !important;
    font-weight: 900;
}

body.single-product .woocommerce div.product .stock,
body.single-product .woocommerce div.product .stock.in-stock,
body.single-product .woocommerce div.product .stock.available-on-backorder,
body.single-product .woocommerce div.product .stock.out-of-stock {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    background: var(--aqc-product-soft) !important;
    color: var(--aqc-product-main) !important;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 900;
}

body.single-product .woocommerce div.product form.cart .variations label,
body.single-product .woocommerce div.product .product_meta > span,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce div.product .related.products > h2,
body.single-product .woocommerce div.product .upsells.products > h2 {
    color: var(--aqc-product-main) !important;
}

body.single-product .woocommerce div.product form.cart .variations select,
body.single-product .woocommerce div.product form.cart div.quantity input.qty {
    border-color: var(--aqc-product-line);
    color: var(--aqc-product-main);
    background: #ffffff;
}

body.single-product .woocommerce div.product form.cart .variations select:focus,
body.single-product .woocommerce div.product form.cart div.quantity input.qty:focus {
    border-color: var(--aqc-product-main);
    box-shadow: 0 0 0 3px rgba(36, 50, 54, 0.08);
}

body.single-product .woocommerce div.product .single_add_to_cart_button,
body.single-product .woocommerce div.product .button,
body.single-product .woocommerce div.product a.button,
body.single-product .woocommerce div.product button.button,
body.single-product .woocommerce div.product input.button {
    background: var(--aqc-product-main) !important;
    color: #ffffff !important;
    border-radius: 2px;
    box-shadow: 0 10px 22px rgba(36, 50, 54, 0.16);
}

body.single-product .woocommerce div.product .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product .button:hover,
body.single-product .woocommerce div.product a.button:hover,
body.single-product .woocommerce div.product button.button:hover,
body.single-product .woocommerce div.product input.button:hover {
    background: #111719 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(17, 23, 25, 0.2);
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom-color: var(--aqc-product-line);
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-color: var(--aqc-product-line);
    background: transparent;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--aqc-product-main) !important;
    border-bottom: 3px solid var(--aqc-product-main);
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel,
body.single-product .woocommerce div.product .woocommerce-tabs .panel p {
    color: var(--aqc-product-muted);
}

body.single-product .woocommerce div.product .yith-wcwl-add-to-wishlist a,
body.single-product .woocommerce div.product .yith-wcwl-add-button a,
body.single-product .woocommerce div.product .yith-wcwl-wishlistaddedbrowse a,
body.single-product .woocommerce div.product .yith-wcwl-wishlistexistsbrowse a {
    color: var(--aqc-product-main) !important;
}

body.single-product .woocommerce div.product .yith-wcwl-add-to-wishlist a:hover,
body.single-product .woocommerce div.product .yith-wcwl-add-button a:hover,
body.single-product .woocommerce div.product .yith-wcwl-wishlistaddedbrowse a:hover,
body.single-product .woocommerce div.product .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #111719 !important;
}

body.single-product .woocommerce div.product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .woocommerce div.product .related.products ul.products li.product .price,
body.single-product .woocommerce div.product .related.products ul.products li.product .price bdi,
body.single-product .woocommerce div.product .related.products ul.products li.product .price .woocommerce-Price-amount {
    color: var(--aqc-product-main) !important;
}

body.single-product .woocommerce div.product .related.products ul.products li.product .button {
    background: var(--aqc-product-main) !important;
    color: #ffffff !important;
}

body.single-product .woocommerce div.product .summary .ast-stock-detail,
body.single-product .woocommerce div.product .summary .availability,
body.single-product .woocommerce div.product .summary .woocommerce-variation-availability {
    color: var(--aqc-product-main) !important;
}

@media (max-width: 767px) {
    body.single-product .site-content {
        padding-top: 24px;
    }

    body.single-product .aqc-single-product-top {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    body.single-product .aqc-single-product-title {
        font-size: 28px;
    }
}


/* Single product page - minimalist style inspired by reference */
body.single-product {
    --aqc-product-main: #243236;
    --aqc-product-muted: #7a7f85;
    --aqc-product-soft: #f5f5f5;
    --aqc-product-line: transparent;
    --aqc-tab-accent: #c5a25d;
}

body.single-product .site-content {
    padding-top: 34px;
}

body.single-product .woocommerce div.product,
body.single-product .woocommerce-page div.product {
    display: grid;
    grid-template-columns: minmax(0, 54%) minmax(360px, 1fr);
    gap: 56px;
    align-items: start;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.single-product .woocommerce div.product .images,
body.single-product .woocommerce-page div.product .images {
    width: 100% !important;
    float: none !important;
    display: flex;
    flex-direction: row-reverse;
    gap: 18px;
    margin: 0 !important;
}

body.single-product .woocommerce div.product div.images .flex-viewport,
body.single-product .woocommerce-page div.product div.images .flex-viewport,
body.single-product .woocommerce div.product div.images > a,
body.single-product .woocommerce-page div.product div.images > a,
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
    width: 100%;
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a,
body.single-product .woocommerce-page div.product div.images .woocommerce-product-gallery__image a,
body.single-product .woocommerce div.product div.images > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background: var(--aqc-product-soft);
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product .woocommerce-page div.product div.images .woocommerce-product-gallery__image,
body.single-product .woocommerce div.product div.images img,
body.single-product .woocommerce-page div.product div.images img {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs,
body.single-product .woocommerce-page div.product div.images .flex-control-thumbs,
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper + .flex-control-nav {
    width: 76px;
    min-width: 76px;
    float: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li,
body.single-product .woocommerce-page div.product div.images .flex-control-thumbs li,
body.single-product .woocommerce div.product div.images .flex-control-nav li {
    width: 100% !important;
    margin: 0 !important;
    list-style: none;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img,
body.single-product .woocommerce-page div.product div.images .flex-control-thumbs img,
body.single-product .woocommerce div.product div.images .flex-control-nav img {
    width: 100%;
    height: 76px;
    object-fit: cover;
    background: var(--aqc-product-soft);
    border: 0 !important;
    opacity: 1;
    padding: 8px;
}

body.single-product .woocommerce div.product .summary,
body.single-product .woocommerce-page div.product .summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

body.single-product .woocommerce-breadcrumb {
    margin: 0 0 18px;
    font-size: 12px;
    color: #a0a4aa !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a {
    color: #a0a4aa !important;
}

body.single-product .woocommerce div.product .product_title {
    display: block !important;
    margin: 0 0 14px !important;
    color: #1e2328 !important;
    font-size: clamp(34px, 4vw, 48px) !important;
    font-weight: 800 !important;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price,
body.single-product .woocommerce div.product .price,
body.single-product .woocommerce div.product .price ins,
body.single-product .woocommerce div.product .price bdi,
body.single-product .woocommerce div.product .price .woocommerce-Price-amount {
    margin-bottom: 10px;
    color: #2b2f33 !important;
    font-size: clamp(30px, 3vw, 40px) !important;
    font-weight: 700 !important;
}

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

body.single-product .woocommerce div.product .star-rating,
body.single-product .woocommerce div.product .star-rating span::before {
    color: var(--aqc-product-main) !important;
}

body.single-product .woocommerce div.product .woocommerce-review-link {
    color: var(--aqc-product-muted) !important;
    font-size: 13px;
    text-decoration: none;
}

body.single-product .woocommerce div.product .woocommerce-product-details__short-description,
body.single-product .woocommerce div.product .woocommerce-product-details__short-description p {
    color: var(--aqc-product-muted) !important;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
}

body.single-product .woocommerce div.product form.cart {
    margin-top: 8px;
    margin-bottom: 18px;
}

body.single-product .woocommerce div.product form.cart .variations {
    margin-bottom: 22px;
    border: 0;
}

body.single-product .woocommerce div.product form.cart .variations th,
body.single-product .woocommerce div.product form.cart .variations td {
    border: 0;
    padding: 0 0 10px;
    vertical-align: middle;
}

body.single-product .woocommerce div.product form.cart .variations label {
    display: inline-block;
    margin-bottom: 8px;
    color: #2b2f33 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

body.single-product .woocommerce div.product form.cart .variations select {
    min-width: 220px;
    min-height: 46px;
    border: 0 !important;
    background: var(--aqc-product-soft);
    color: #2b2f33 !important;
    border-radius: 0;
    box-shadow: none !important;
}

body.single-product .woocommerce div.product form.cart div.quantity {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: var(--aqc-product-soft);
    margin-right: 14px;
}

body.single-product .woocommerce div.product form.cart div.quantity input.qty,
body.single-product .woocommerce div.product form.cart div.quantity .qty {
    width: 58px;
    min-height: 48px;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    box-shadow: none !important;
}

body.single-product .woocommerce div.product form.cart .quantity .minus,
body.single-product .woocommerce div.product form.cart .quantity .plus,
body.single-product .woocommerce div.product form.cart .quantity button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-height: 48px;
    border: 0 !important;
    background: transparent !important;
    color: #444b52 !important;
    box-shadow: none !important;
    padding: 0;
}

body.single-product .woocommerce div.product .single_add_to_cart_button {
    min-width: 190px;
    min-height: 48px;
    background: var(--aqc-product-main) !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 26px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 700;
}

body.single-product .woocommerce div.product .single_add_to_cart_button:hover {
    background: #1a2528 !important;
    transform: none !important;
}

body.single-product .woocommerce div.product .stock,
body.single-product .woocommerce div.product .availability,
body.single-product .woocommerce div.product .woocommerce-variation-availability,
body.single-product .woocommerce div.product .ast-stock-detail {
    display: block;
    background: transparent !important;
    color: #4e565d !important;
    padding: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 500;
}

body.single-product .woocommerce div.product .stock.in-stock {
    color: var(--aqc-product-main) !important;
}

body.single-product .woocommerce div.product .product_meta {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #efefef;
    color: var(--aqc-product-muted) !important;
}

body.single-product .woocommerce div.product .product_meta > span {
    display: block;
    margin-bottom: 10px;
    color: #5b6168 !important;
    font-size: 14px;
}

body.single-product .woocommerce div.product .product_meta > span .sku,
body.single-product .woocommerce div.product .product_meta > span a {
    color: #8c9196 !important;
    text-decoration: none;
    font-weight: 400;
}

body.single-product .woocommerce div.product .yith-wcwl-add-to-wishlist,
body.single-product .woocommerce div.product .yith-wcwl-add-button,
body.single-product .woocommerce div.product .yith-wcwl-wishlistaddedbrowse,
body.single-product .woocommerce div.product .yith-wcwl-wishlistexistsbrowse {
    margin: 14px 0 0 !important;
}

body.single-product .woocommerce div.product .yith-wcwl-add-to-wishlist a,
body.single-product .woocommerce div.product .yith-wcwl-add-button a,
body.single-product .woocommerce div.product .yith-wcwl-wishlistaddedbrowse a,
body.single-product .woocommerce div.product .yith-wcwl-wishlistexistsbrowse a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #5b6168 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

body.single-product .woocommerce div.product .yith-wcwl-add-to-wishlist a::before,
body.single-product .woocommerce div.product .yith-wcwl-add-button a::before,
body.single-product .woocommerce div.product .yith-wcwl-wishlistaddedbrowse a::before,
body.single-product .woocommerce div.product .yith-wcwl-wishlistexistsbrowse a::before {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    content: "♡";
    background: transparent;
    color: #5b6168;
    font-size: 18px;
    line-height: 1;
}

body.single-product .woocommerce div.product .yith-wcwl-wishlistaddedbrowse a::before,
body.single-product .woocommerce div.product .yith-wcwl-wishlistexistsbrowse a::before {
    content: "♥";
    color: var(--aqc-accent);
}

body.single-product .woocommerce div.product .woocommerce-tabs {
    margin-top: 56px;
}

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

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin: 0 0 28px;
    padding: 0;
    border: 0 !important;
}

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

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    display: inline-block;
    padding: 0 0 12px !important;
    color: #555b61 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--aqc-tab-accent) !important;
    font-weight: 600;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--aqc-tab-accent);
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel,
body.single-product .woocommerce div.product .woocommerce-tabs .panel p,
body.single-product .woocommerce div.product .woocommerce-tabs .panel li {
    color: #6b7177 !important;
}

body.single-product .related.products,
body.single-product .upsells.products {
    margin-top: 58px;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
    margin-bottom: 26px;
    color: #1e2328 !important;
    font-size: 34px;
    font-weight: 800;
    text-transform: none;
}

body.single-product .woocommerce div.product .related.products ul.products,
body.single-product .woocommerce div.product .upsells.products ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.single-product .woocommerce div.product .related.products ul.products li.product,
body.single-product .woocommerce div.product .upsells.products ul.products li.product {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: visible;
}

body.single-product .woocommerce div.product .related.products ul.products li.product:hover,
body.single-product .woocommerce div.product .upsells.products ul.products li.product:hover {
    transform: none !important;
    box-shadow: none !important;
}

body.single-product .woocommerce div.product .related.products ul.products li.product .astra-shop-thumbnail-wrap,
body.single-product .woocommerce div.product .upsells.products ul.products li.product .astra-shop-thumbnail-wrap,
body.single-product .woocommerce div.product .related.products ul.products li.product a img,
body.single-product .woocommerce div.product .upsells.products ul.products li.product a img {
    background: var(--aqc-product-soft) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.single-product .woocommerce div.product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .woocommerce div.product .upsells.products ul.products li.product .woocommerce-loop-product__title {
    padding: 12px 0 6px;
    color: #2b2f33 !important;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

body.single-product .woocommerce div.product .related.products ul.products li.product .price,
body.single-product .woocommerce div.product .upsells.products ul.products li.product .price,
body.single-product .woocommerce div.product .related.products ul.products li.product .price bdi,
body.single-product .woocommerce div.product .upsells.products ul.products li.product .price bdi,
body.single-product .woocommerce div.product .related.products ul.products li.product .price .woocommerce-Price-amount,
body.single-product .woocommerce div.product .upsells.products ul.products li.product .price .woocommerce-Price-amount {
    padding: 0;
    color: #2b2f33 !important;
    font-size: 16px;
    font-weight: 700;
}

body.single-product .woocommerce div.product .related.products ul.products li.product .button,
body.single-product .woocommerce div.product .upsells.products ul.products li.product .button {
    min-height: 46px;
    margin: 14px 0 0;
    padding: 0 18px;
    border-radius: 0 !important;
    background: #6e7278 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

body.single-product .woocommerce div.product .related.products ul.products li.product .button:hover,
body.single-product .woocommerce div.product .upsells.products ul.products li.product .button:hover {
    background: var(--aqc-product-main) !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 16px !important;
    right: 16px !important;
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
    border-color: #444b52 !important;
}

@media (max-width: 921px) {
    body.single-product .woocommerce div.product,
    body.single-product .woocommerce-page div.product {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a,
    body.single-product .woocommerce-page div.product div.images .woocommerce-product-gallery__image a,
    body.single-product .woocommerce div.product div.images > a {
        min-height: 420px;
    }

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

@media (max-width: 767px) {
    body.single-product .site-content {
        padding-top: 18px;
    }

    body.single-product .woocommerce div.product .images,
    body.single-product .woocommerce-page div.product .images {
        flex-direction: column;
    }

    body.single-product .woocommerce div.product div.images .flex-control-thumbs,
    body.single-product .woocommerce-page div.product div.images .flex-control-thumbs,
    body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper + .flex-control-nav {
        width: 100%;
        min-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    body.single-product .woocommerce div.product div.images .flex-control-thumbs li,
    body.single-product .woocommerce-page div.product div.images .flex-control-thumbs li,
    body.single-product .woocommerce div.product div.images .flex-control-nav li {
        width: calc(25% - 9px) !important;
    }

    body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a,
    body.single-product .woocommerce-page div.product div.images .woocommerce-product-gallery__image a,
    body.single-product .woocommerce div.product div.images > a {
        min-height: 320px;
    }

    body.single-product .woocommerce div.product .product_title {
        font-size: 30px !important;
    }

    body.single-product .woocommerce div.product .price,
    body.single-product .woocommerce div.product .price bdi,
    body.single-product .woocommerce div.product .price .woocommerce-Price-amount {
        font-size: 26px !important;
    }

    body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
        gap: 20px;
    }

    body.single-product .woocommerce div.product .related.products ul.products,
    body.single-product .woocommerce div.product .upsells.products ul.products {
        grid-template-columns: 1fr;
    }
}


/* Custom WooCommerce product template - Astra product page disabled */
body.aqc-custom-single-product-template.single-product .ast-container,
body.aqc-custom-single-product-template.single-product .site-content .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.aqc-custom-single-product-template.single-product #primary,
body.aqc-custom-single-product-template.single-product .content-area {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body.aqc-custom-single-product-template.single-product .aqc-single-product-main {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.aqc-custom-single-product-template.single-product .aqc-product-page-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 56px 0 72px;
}

body.aqc-custom-single-product-template.single-product .aqc-single-product-template {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(340px, 1fr);
    gap: 64px;
    align-items: start;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery {
    min-width: 0;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    margin: 0 !important;
    opacity: 1 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__wrapper {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    background: #f7f7f7;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__image,
body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
    background: #f7f7f7;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__image img,
body.aqc-custom-single-product-template.single-product .aqc-single-gallery img {
    width: auto;
    max-width: 100%;
    max-height: 620px;
    object-fit: contain;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .flex-control-thumbs {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 72px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .flex-control-thumbs li {
    width: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .flex-control-thumbs img {
    width: 72px;
    height: 72px;
    padding: 8px;
    object-fit: contain;
    background: #f7f7f7;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__trigger {
    top: 16px !important;
    right: 16px !important;
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-summary {
    position: relative;
    min-width: 0;
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-breadcrumb,
body.aqc-custom-single-product-template.single-product .woocommerce-breadcrumb {
    margin: 0 0 18px;
    color: #9da3a9 !important;
    font-size: 12px;
    line-height: 1.6;
}

body.aqc-custom-single-product-template.single-product .woocommerce-breadcrumb a {
    color: #9da3a9 !important;
    text-decoration: none;
}

body.aqc-custom-single-product-template.single-product .aqc-single-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 10px;
}

body.aqc-custom-single-product-template.single-product .aqc-single-title-content {
    min-width: 0;
}

body.aqc-custom-single-product-template.single-product .product_title {
    display: block !important;
    margin: 0 0 10px !important;
    color: #25292d !important;
    font-size: clamp(34px, 3.6vw, 48px) !important;
    font-weight: 700 !important;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

body.aqc-custom-single-product-template.single-product .aqc-single-brand-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 52px;
    background: #f5f5f5;
    color: #b8babd;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

body.aqc-custom-single-product-template.single-product p.price,
body.aqc-custom-single-product-template.single-product span.price,
body.aqc-custom-single-product-template.single-product .price,
body.aqc-custom-single-product-template.single-product .price bdi,
body.aqc-custom-single-product-template.single-product .price .woocommerce-Price-amount {
    margin: 0 0 12px !important;
    color: #2b2f33 !important;
    font-size: clamp(28px, 2.8vw, 38px) !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

body.aqc-custom-single-product-template.single-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px !important;
}

body.aqc-custom-single-product-template.single-product .star-rating,
body.aqc-custom-single-product-template.single-product .star-rating::before,
body.aqc-custom-single-product-template.single-product .star-rating span::before {
    color: #25292d !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-review-link {
    color: #6d7379 !important;
    font-size: 13px;
    text-decoration: none;
}

body.aqc-custom-single-product-template.single-product .woocommerce-product-details__short-description,
body.aqc-custom-single-product-template.single-product .woocommerce-product-details__short-description p {
    margin: 0 0 22px;
    color: #747a80 !important;
    font-size: 16px;
    line-height: 1.8;
}

body.aqc-custom-single-product-template.single-product form.cart {
    margin: 0 0 14px !important;
    padding: 0 !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations {
    margin: 0 0 18px !important;
    border: 0 !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations th,
body.aqc-custom-single-product-template.single-product form.cart .variations td {
    display: block;
    padding: 0 0 8px !important;
    border: 0 !important;
    background: transparent !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations label {
    display: block;
    margin: 0 0 8px;
    color: #2b2f33 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

body.aqc-custom-single-product-template.single-product form.cart .variations select {
    width: 100%;
    min-height: 48px;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7f7f7 !important;
    color: #2b2f33 !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .reset_variations {
    color: #6d7379 !important;
    font-size: 12px;
    text-decoration: none;
}

body.aqc-custom-single-product-template.single-product .woocommerce-variation-price {
    margin-bottom: 14px;
}

body.aqc-custom-single-product-template.single-product .quantity {
    display: inline-flex !important;
    align-items: center;
    min-height: 50px;
    margin: 0 14px 0 0 !important;
    background: #f7f7f7 !important;
    border: 0 !important;
}

body.aqc-custom-single-product-template.single-product .quantity .qty {
    width: 62px;
    min-height: 50px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #2b2f33 !important;
    text-align: center;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .single_add_to_cart_button {
    min-width: 190px;
    min-height: 50px;
    border: 0 !important;
    border-radius: 0 !important;
    background: #243236 !important;
    color: #ffffff !important;
    padding: 0 28px !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 50px;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.aqc-custom-single-product-template.single-product .single_add_to_cart_button:hover {
    background: #151f22 !important;
    transform: none !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-wishlist {
    margin: 14px 0 18px;
}

body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .yith-wcwl-add-to-wishlist,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .yith-wcwl-add-button,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .yith-wcwl-wishlistaddedbrowse,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .yith-wcwl-wishlistexistsbrowse {
    margin: 0 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-wishlist a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #5f666d !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-wishlist a::before {
    content: "♡";
    color: #5f666d;
    font-size: 18px;
    line-height: 1;
}

body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    content: "♥";
    color: #243236;
}

body.aqc-custom-single-product-template.single-product .aqc-single-wishlist img,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .feedback,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .separator,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .view-wishlist,
body.aqc-custom-single-product-template.single-product .aqc-single-wishlist .yith-wcwl-icon {
    display: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-meta-area {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

body.aqc-custom-single-product-template.single-product .product_meta {
    color: #6d7379 !important;
    font-size: 14px;
}

body.aqc-custom-single-product-template.single-product .product_meta > span {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 9px;
    color: #25292d !important;
    font-weight: 700;
}

body.aqc-custom-single-product-template.single-product .product_meta .sku,
body.aqc-custom-single-product-template.single-product .product_meta a {
    color: #8b9095 !important;
    font-weight: 400;
    text-decoration: none;
}

body.aqc-custom-single-product-template.single-product .aqc-secure-payment-box {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    padding: 15px 18px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}

body.aqc-custom-single-product-template.single-product .aqc-secure-payment-title {
    flex: 0 0 100%;
    color: #2b2f33;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

body.aqc-custom-single-product-template.single-product .aqc-payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 26px;
    padding: 0 8px;
    background: #243236;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

body.aqc-custom-single-product-template.single-product .aqc-single-product-tabs-wrap {
    margin-top: 78px;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs {
    margin: 0 !important;
}

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

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
    margin: 0 0 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li a {
    position: relative;
    display: inline-block !important;
    padding: 0 0 13px !important;
    color: #555b61 !important;
    font-size: 14px;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #b59658 !important;
    font-weight: 600 !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #b59658;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs .panel h2 {
    display: none;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs .panel,
body.aqc-custom-single-product-template.single-product .woocommerce-tabs .panel p,
body.aqc-custom-single-product-template.single-product .woocommerce-tabs .panel li {
    color: #6b7177 !important;
    font-size: 16px;
    line-height: 1.8;
}

body.aqc-custom-single-product-template.single-product .aqc-single-related-wrap {
    margin-top: 72px;
}

body.aqc-custom-single-product-template.single-product .related.products > h2 {
    margin: 0 0 30px;
    color: #1f2327 !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product:hover {
    transform: none !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product img,
body.aqc-custom-single-product-template.single-product .related.products ul.products li.product .astra-shop-thumbnail-wrap {
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7f7f7 !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
    padding: 13px 0 6px !important;
    color: #2b2f33 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.4;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product .price,
body.aqc-custom-single-product-template.single-product .related.products ul.products li.product .price bdi,
body.aqc-custom-single-product-template.single-product .related.products ul.products li.product .price .woocommerce-Price-amount {
    padding: 0 !important;
    color: #2b2f33 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product .button {
    min-height: 48px;
    margin: 14px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #6d7379 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    padding: 0 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product .button:hover {
    background: #243236 !important;
}

@media (max-width: 1024px) {
    body.aqc-custom-single-product-template.single-product .aqc-product-page-container {
        width: min(100% - 36px, 980px);
        padding-top: 38px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-product-hero {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__image,
    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__image a {
        min-height: 460px;
    }
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product .aqc-product-page-container {
        width: calc(100% - 28px);
        padding: 24px 0 48px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery {
        display: flex;
        flex-direction: column;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__wrapper {
        width: 100%;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .flex-control-thumbs {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        order: 2;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .flex-control-thumbs li,
    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .flex-control-thumbs img {
        width: 64px !important;
        height: 64px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__image,
    body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery__image a {
        min-height: 320px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-title-row {
        align-items: flex-start;
    }

    body.aqc-custom-single-product-template.single-product .aqc-single-brand-box {
        min-width: 64px;
        height: 44px;
        font-size: 24px;
    }

    body.aqc-custom-single-product-template.single-product .product_title {
        font-size: 30px !important;
    }

    body.aqc-custom-single-product-template.single-product p.price,
    body.aqc-custom-single-product-template.single-product span.price,
    body.aqc-custom-single-product-template.single-product .price,
    body.aqc-custom-single-product-template.single-product .price bdi,
    body.aqc-custom-single-product-template.single-product .price .woocommerce-Price-amount {
        font-size: 26px !important;
    }

    body.aqc-custom-single-product-template.single-product .single_add_to_cart_button {
        width: 100%;
        margin-top: 12px;
    }

    body.aqc-custom-single-product-template.single-product .quantity {
        width: 100%;
        justify-content: center;
        margin-right: 0 !important;
    }

    body.aqc-custom-single-product-template.single-product .product_meta > span {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs {
        justify-content: flex-start;
        gap: 22px;
    }

    body.aqc-custom-single-product-template.single-product .related.products ul.products {
        grid-template-columns: 1fr;
    }
}


/* v1.0.4 - Montserrat everywhere + fixed custom product gallery */
html,
body,
body *,
button,
input,
select,
textarea,
option,
.woocommerce,
.woocommerce *,
.site-header,
.site-header *,
.site-footer,
.site-footer *,
.ast-container,
.ast-container *,
.elementor,
.elementor * {
    font-family: "Montserrat", Sans-serif !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery {
    width: 100%;
    min-width: 0;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    width: 100%;
    min-height: 620px;
    align-items: stretch;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumbs {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 72px;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    min-height: 72px;
    margin: 0;
    padding: 8px;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7f7f7 !important;
    box-shadow: none !important;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb:hover,
body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb.is-active {
    opacity: 0.72;
    transform: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 620px;
    background: #f7f7f7;
    overflow: hidden;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 620px;
    text-decoration: none;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image img {
    display: block;
    width: auto;
    max-width: 88%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery-empty img {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
}

body.aqc-custom-single-product-template.single-product .aqc-single-gallery .woocommerce-product-gallery {
    display: none !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-product-gallery {
    display: none !important;
}

body.aqc-custom-single-product-template.single-product .aqc-single-summary {
    padding-top: 0;
}

body.aqc-custom-single-product-template.single-product .woocommerce-notices-wrapper {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 24px;
}

@media (max-width: 1024px) {
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery {
        min-height: 460px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image,
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image a {
        min-height: 460px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image img {
        max-height: 420px;
    }
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
        min-height: 0;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumbs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb {
        width: 64px;
        height: 64px;
        min-height: 64px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image,
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image a {
        min-height: 330px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image img {
        max-width: 90%;
        max-height: 300px;
    }
}


/* v1.0.5 - Product gallery thumbnails under main image */
body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    width: 100%;
    min-height: 0 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image {
    width: 100%;
    min-height: 620px;
    background: #f7f7f7;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image a {
    width: 100%;
    min-height: 620px;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100% !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb {
    width: 100% !important;
    height: 92px !important;
    min-height: 92px !important;
    padding: 10px;
    background: #f7f7f7 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image,
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image a {
        min-height: 460px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb {
        height: 84px !important;
        min-height: 84px !important;
    }
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery {
        flex-direction: column !important;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumb {
        width: 100% !important;
        height: 70px !important;
        min-height: 70px !important;
        padding: 8px;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image,
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image a {
        min-height: 330px;
    }
}


/* v1.0.6 - remove payment box and brand box */
body.aqc-custom-single-product-template.single-product .aqc-secure-payment-box,
body.aqc-custom-single-product-template.single-product .aqc-single-brand-box {
    display: none !important;
}


/* v1.0.7 - attribute label and dropdown on same line */
body.aqc-custom-single-product-template.single-product form.cart .variations tr {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-bottom: 14px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations th,
body.aqc-custom-single-product-template.single-product form.cart .variations td {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations th {
    flex: 0 0 110px;
    min-width: 110px;
}

body.aqc-custom-single-product-template.single-product form.cart .variations td {
    flex: 1 1 auto;
    width: 100%;
}

body.aqc-custom-single-product-template.single-product form.cart .variations label {
    margin: 0 !important;
    line-height: 48px;
    white-space: nowrap;
}

body.aqc-custom-single-product-template.single-product form.cart .variations select {
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product form.cart .variations tr {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }

    body.aqc-custom-single-product-template.single-product form.cart .variations th {
        flex: 0 0 auto;
        min-width: 0;
    }

    body.aqc-custom-single-product-template.single-product form.cart .variations label {
        line-height: 1.4;
    }
}


/* v1.0.8 - main image first, gallery below + smooth image switch */
body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image {
    order: 1 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumbs {
    order: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image img {
    opacity: 1;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image.is-switching img {
    opacity: 0;
    transform: translateX(8px);
}

body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image.is-loaded img {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product .aqc-custom-product-gallery {
        flex-direction: column !important;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-main-image {
        order: 1 !important;
    }

    body.aqc-custom-single-product-template.single-product .aqc-custom-product-thumbs {
        order: 2 !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}


/* v1.0.9 - quick buy button */
body.aqc-custom-single-product-template.single-product form.cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .single_variation_wrap,
body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
body.aqc-custom-single-product-template.single-product form.cart .variations_button {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    width: 100%;
}

body.aqc-custom-single-product-template.single-product .single_add_to_cart_button,
body.aqc-custom-single-product-template.single-product .aqc-quick-buy-button {
    min-width: 220px;
    min-height: 50px;
    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    text-transform: none !important;
    transition: background 0.2s ease, opacity 0.2s ease;
}

body.aqc-custom-single-product-template.single-product .single_add_to_cart_button {
    background: #243236 !important;
    color: #ffffff !important;
}

body.aqc-custom-single-product-template.single-product .single_add_to_cart_button:hover {
    background: #151f22 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-button {
    background: #4b5960 !important;
    color: #ffffff !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-button:hover {
    background: #243236 !important;
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product form.cart .single_variation_wrap,
    body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
    body.aqc-custom-single-product-template.single-product form.cart .variations_button {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body.aqc-custom-single-product-template.single-product .single_add_to_cart_button,
    body.aqc-custom-single-product-template.single-product .aqc-quick-buy-button {
        width: 100%;
        min-width: 100%;
    }
}


/* v1.1.0 - compact buttons same line + quick buy slide panel */
body.aqc-custom-single-product-template.single-product form.cart,
body.aqc-custom-single-product-template.single-product form.cart .single_variation_wrap,
body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
body.aqc-custom-single-product-template.single-product form.cart .variations_button {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100%;
}

body.aqc-custom-single-product-template.single-product .quantity {
    flex: 0 0 auto;
    margin-right: 0 !important;
}

body.aqc-custom-single-product-template.single-product .quantity .qty {
    width: 46px !important;
    min-height: 44px !important;
    font-size: 14px !important;
}

body.aqc-custom-single-product-template.single-product .single_add_to_cart_button,
body.aqc-custom-single-product-template.single-product .aqc-quick-buy-button {
    flex: 1 1 auto;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    line-height: 44px !important;
    font-size: 14px !important;
    white-space: nowrap;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel {
    display: none;
    width: 100%;
    margin-top: 16px;
    padding: 18px;
    background: #f7f7f7;
    border: 0 !important;
    overflow: hidden;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel.is-visible {
    display: block;
    animation: aqcSlideDown .28s ease;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel h3 {
    margin: 0 0 12px;
    color: #243236;
    font-size: 18px;
    font-weight: 700;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel p {
    margin: 0 0 14px;
    color: #5b6168;
    font-size: 14px;
    line-height: 1.6;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel form {
    display: grid;
    gap: 12px;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel input,
body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 14px;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel textarea {
    min-height: 90px;
    resize: vertical;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-submit {
    min-height: 46px;
    border: 0 !important;
    background: #243236 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

@keyframes aqcSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product form.cart,
    body.aqc-custom-single-product-template.single-product form.cart .single_variation_wrap,
    body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
    body.aqc-custom-single-product-template.single-product form.cart .variations_button {
        flex-wrap: wrap !important;
    }

    body.aqc-custom-single-product-template.single-product .quantity {
        width: 100%;
        justify-content: center;
    }

    body.aqc-custom-single-product-template.single-product .single_add_to_cart_button,
    body.aqc-custom-single-product-template.single-product .aqc-quick-buy-button {
        width: calc(50% - 5px);
    }
}


/* v1.1.1 - fix variable product layout */
body.aqc-custom-single-product-template.single-product form.cart {
    display: block !important;
    width: 100%;
    margin-top: 18px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations {
    display: table !important;
    width: 100% !important;
    margin: 0 0 18px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations tbody,
body.aqc-custom-single-product-template.single-product form.cart .variations tr {
    display: block !important;
    width: 100% !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations tr {
    display: grid !important;
    grid-template-columns: 110px minmax(220px, 1fr) !important;
    align-items: center !important;
    gap: 18px !important;
    margin-bottom: 12px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations th,
body.aqc-custom-single-product-template.single-product form.cart .variations td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.aqc-custom-single-product-template.single-product form.cart .variations label {
    display: block !important;
    margin: 0 !important;
    color: #2b2f33 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    white-space: nowrap;
}

body.aqc-custom-single-product-template.single-product form.cart .variations select {
    display: block !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    background: #f7f7f7 !important;
    color: #2b2f33 !important;
    font-size: 15px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .reset_variations {
    display: inline-block !important;
    margin-top: 8px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .single_variation_wrap {
    display: block !important;
    width: 100% !important;
}

body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation {
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-price,
body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-availability {
    display: block !important;
    width: 100% !important;
}

body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
body.aqc-custom-single-product-template.single-product form.cart .variations_button {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
}

body.aqc-custom-single-product-template.single-product form.cart .quantity {
    flex: 0 0 128px !important;
    width: 128px !important;
    margin: 0 !important;
}

body.aqc-custom-single-product-template.single-product form.cart .quantity .qty {
    width: 48px !important;
    min-height: 44px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .single_add_to_cart_button,
body.aqc-custom-single-product-template.single-product form.cart .aqc-quick-buy-button {
    flex: 1 1 0 !important;
    min-width: 145px !important;
    max-width: none !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    line-height: 44px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel {
    margin-top: 18px !important;
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product form.cart .variations tr {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    body.aqc-custom-single-product-template.single-product form.cart .variations label {
        line-height: 1.4 !important;
    }

    body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
    body.aqc-custom-single-product-template.single-product form.cart .variations_button {
        flex-wrap: wrap !important;
    }

    body.aqc-custom-single-product-template.single-product form.cart .quantity {
        flex: 0 0 100% !important;
        width: 100% !important;
        justify-content: center;
    }

    body.aqc-custom-single-product-template.single-product form.cart .single_add_to_cart_button,
    body.aqc-custom-single-product-template.single-product form.cart .aqc-quick-buy-button {
        flex: 1 1 calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
        min-width: 0 !important;
    }
}


/* v1.1.2 - QuickOrder Pro style quick-buy form */
body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
body.aqc-custom-single-product-template.single-product form.cart .variations_button {
    display: grid !important;
    grid-template-columns: 112px minmax(140px, 1fr) minmax(132px, 0.9fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

body.aqc-custom-single-product-template.single-product form.cart .quantity {
    width: 112px !important;
    flex: 0 0 112px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .quantity .qty {
    width: 42px !important;
    min-height: 42px !important;
}

body.aqc-custom-single-product-template.single-product form.cart .single_add_to_cart_button,
body.aqc-custom-single-product-template.single-product form.cart .aqc-quick-buy-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    line-height: 42px !important;
    font-size: 12px !important;
    text-align: center !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel {
    display: none;
    width: 100%;
    margin-top: 18px !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    overflow: hidden;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-panel.is-visible {
    display: block;
    animation: aqcSlideDown .28s ease;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-form.qop-order-form {
    display: grid !important;
    gap: 12px !important;
    width: 100%;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-form input,
body.aqc-custom-single-product-template.single-product .aqc-quick-buy-form textarea {
    width: 100% !important;
    min-height: 54px !important;
    border: 1px solid #eadfd8 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #243236 !important;
    padding: 14px 16px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-form textarea {
    min-height: 78px !important;
    resize: vertical;
    border-radius: 16px !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-form input:focus,
body.aqc-custom-single-product-template.single-product .aqc-quick-buy-form textarea:focus {
    border-color: #243236 !important;
    box-shadow: 0 0 0 3px rgba(36, 50, 54, 0.08) !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-total-row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 18px 0 4px !important;
    padding-top: 20px;
    border-top: 1px solid #eadfd8;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-total-row span {
    color: #7f0008;
    font-size: 24px;
    font-weight: 400;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-total-row strong {
    color: #1a1111;
    font-size: 24px;
    font-weight: 800;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-submit {
    width: 100% !important;
    min-height: 58px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #0b7d19 !important;
    color: #ffffff !important;
    padding: 0 22px !important;
    box-shadow: none !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 58px !important;
    text-align: center;
    text-transform: uppercase !important;
    letter-spacing: 0.03em;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-submit:hover {
    background: #096614 !important;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-message {
    min-height: 20px;
    font-size: 13px;
    font-weight: 600;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-message.qop-error {
    color: #b91c1c;
}

body.aqc-custom-single-product-template.single-product .aqc-quick-buy-message.qop-success {
    color: #0b7d19;
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product form.cart .woocommerce-variation-add-to-cart,
    body.aqc-custom-single-product-template.single-product form.cart .variations_button {
        grid-template-columns: 1fr !important;
    }

    body.aqc-custom-single-product-template.single-product form.cart .quantity,
    body.aqc-custom-single-product-template.single-product form.cart .single_add_to_cart_button,
    body.aqc-custom-single-product-template.single-product form.cart .aqc-quick-buy-button {
        width: 100% !important;
    }
}


/* v1.1.3 - related products 4 columns + auto-hide notices */
body.aqc-custom-single-product-template.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px !important;
}

body.aqc-custom-single-product-template.single-product .related.products ul.products li.product {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-message,
body.aqc-custom-single-product-template.single-product .woocommerce-info,
body.aqc-custom-single-product-template.single-product .woocommerce-error {
    transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease, margin 0.35s ease, padding 0.35s ease;
}

body.aqc-custom-single-product-template.single-product .woocommerce-message.aqc-notice-hidden,
body.aqc-custom-single-product-template.single-product .woocommerce-info.aqc-notice-hidden,
body.aqc-custom-single-product-template.single-product .woocommerce-error.aqc-notice-hidden {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    pointer-events: none;
}

@media (max-width: 1024px) {
    body.aqc-custom-single-product-template.single-product .related.products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}

@media (max-width: 480px) {
    body.aqc-custom-single-product-template.single-product .related.products ul.products {
        grid-template-columns: 1fr !important;
    }
}


/* v1.1.4 - product tabs UI refinement */
body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs {
    list-style: none !important;
    gap: 42px !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li {
    list-style: none !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li::marker {
    content: "" !important;
    display: none !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li a::before,
body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li a::after {
    content: none;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li.active a::after {
    content: "" !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li a {
    font-size: 21px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 800 !important;
}

body.aqc-custom-single-product-template.single-product .woocommerce-tabs .panel {
    margin-top: 18px !important;
}

@media (max-width: 767px) {
    body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs {
        gap: 20px !important;
    }

    body.aqc-custom-single-product-template.single-product .woocommerce-tabs ul.tabs li a {
        font-size: 17px !important;
    }
}
