/*
 * ABAMBUZ Premium Product Experience
 * Scoped to WooCommerce single-product pages only.
 */
body.single-product {
    --abz-product-lime: #b7ff00;
    --abz-product-lime-soft: rgba(183, 255, 0, 0.11);
    --abz-product-white: #f7f7f4;
    --abz-product-muted: #999d96;
    --abz-product-panel: #10110f;
    --abz-product-panel-2: #151713;
    --abz-product-border: rgba(183, 255, 0, 0.24);
    --abz-product-line: rgba(255, 255, 255, 0.10);
    background: #050505;
}

body.single-product .abz-product-premium,
body.single-product .abz-product-premium * {
    box-sizing: border-box;
}

body.single-product .abz-product-premium {
    position: relative;
    isolation: isolate;
    min-height: 70vh;
    padding: clamp(28px, 4vw, 64px) 20px 72px;
    color: var(--abz-product-white);
    background:
        radial-gradient(circle at 78% 3%, rgba(183, 255, 0, 0.12), transparent 24rem),
        linear-gradient(rgba(183, 255, 0, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(183, 255, 0, 0.055) 1px, transparent 1px),
        #050505;
    background-size: auto, 80px 80px, 80px 80px, auto;
}

body.single-product .abz-product-page-shell {
    width: min(100%, 1480px);
    margin-inline: auto;
}

body.single-product .abz-product-page-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    align-items: end;
    gap: 32px;
    margin-bottom: 26px;
}

body.single-product .abz-product-back-link,
body.single-product .abz-product-back-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: var(--abz-product-white);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.single-product .abz-product-back-link span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--abz-product-border);
    border-radius: 999px;
    color: var(--abz-product-lime);
    transition: transform 180ms ease, background 180ms ease;
}

body.single-product .abz-product-back-link:hover span {
    transform: translateX(-3px);
    background: var(--abz-product-lime-soft);
}

body.single-product .abz-product-header-copy > p {
    margin: 0 0 10px;
    color: var(--abz-product-lime);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.22em;
}

body.single-product .abz-product-header-copy > h1 {
    max-width: 780px;
    margin: 0;
    color: var(--abz-product-white);
    font-size: clamp(2.1rem, 4.4vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

body.single-product .abz-product-header-copy > span {
    display: block;
    max-width: 720px;
    margin-top: 16px;
    color: var(--abz-product-muted);
    font-size: clamp(0.96rem, 1.3vw, 1.12rem);
    line-height: 1.65;
}

body.single-product .abz-product-member-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--abz-product-border);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(183, 255, 0, 0.11), transparent 64%),
        rgba(15, 16, 14, 0.94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

body.single-product .abz-product-member-card small {
    color: var(--abz-product-muted);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

body.single-product .abz-product-member-card strong {
    margin-top: 8px;
    color: var(--abz-product-lime);
    font-size: 1.3rem;
    line-height: 1.1;
}

body.single-product .abz-product-member-card > span {
    margin-top: 8px;
    color: #d4d6d0;
    line-height: 1.45;
}

body.single-product .abz-product-member-card b {
    margin-top: 14px;
    color: var(--abz-product-white);
    font-size: 0.86rem;
}

body.single-product .abz-product-member-card a,
body.single-product .abz-product-member-card a:visited {
    margin-top: 16px;
    padding: 11px 16px;
    border-radius: 10px;
    color: #050505;
    background: var(--abz-product-lime);
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 900;
}

body.single-product .abz-product-breadcrumbs {
    margin-bottom: 18px;
    padding: 14px 18px;
    border: 1px solid var(--abz-product-line);
    border-radius: 14px;
    background: rgba(13, 14, 12, 0.72);
}

body.single-product .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--abz-product-muted);
    font-size: 0.82rem;
}

body.single-product .woocommerce-breadcrumb a,
body.single-product .woocommerce-breadcrumb a:visited {
    color: #d5d7d1;
    text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover {
    color: var(--abz-product-lime);
}

body.single-product .abz-product-main {
    min-width: 0;
}

body.single-product .abz-product-main > .woocommerce-notices-wrapper:empty {
    display: none;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
    margin: 0 0 18px !important;
    padding: 16px 18px 16px 52px !important;
    border: 1px solid var(--abz-product-border) !important;
    border-radius: 14px;
    color: var(--abz-product-white) !important;
    background: #10120e !important;
}

body.single-product .woocommerce-message::before,
body.single-product .woocommerce-info::before {
    color: var(--abz-product-lime) !important;
}

body.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: clamp(30px, 5vw, 74px);
    align-items: start;
    margin: 0;
    padding: clamp(22px, 3.2vw, 44px);
    border: 1px solid var(--abz-product-border);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 48%),
        rgba(12, 13, 11, 0.96);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
}

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

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

body.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

body.single-product .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    margin: 0 !important;
    border: 1px solid var(--abz-product-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 30%, rgba(183, 255, 0, 0.12), transparent 45%),
        #151713;
}

body.single-product .woocommerce-product-gallery__image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: min(58vw, 650px);
}

body.single-product .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body.single-product .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: min(58vw, 650px) !important;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

body.single-product .woocommerce-product-gallery__trigger {
    top: 18px !important;
    right: 18px !important;
    z-index: 5;
    display: grid !important;
    place-items: center;
    width: 46px !important;
    height: 46px !important;
    border: 1px solid var(--abz-product-border);
    border-radius: 999px !important;
    color: #050505 !important;
    background: var(--abz-product-lime) !important;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.30);
}

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

body.single-product .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.single-product .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

body.single-product .flex-control-thumbs img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    padding: 5px;
    border: 1px solid var(--abz-product-line);
    border-radius: 12px;
    object-fit: cover;
    background: #151713;
    opacity: 0.62;
    transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.single-product .flex-control-thumbs img:hover,
body.single-product .flex-control-thumbs img.flex-active {
    border-color: var(--abz-product-lime);
    opacity: 1;
    transform: translateY(-2px);
}

body.single-product div.product .summary {
    position: sticky;
    top: 26px;
    padding: clamp(2px, 1.5vw, 12px) 0;
}

body.single-product div.product .product_title {
    margin: 0;
    color: var(--abz-product-white);
    font-size: clamp(2rem, 3.6vw, 4.15rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px;
    margin: 22px 0 8px;
    color: var(--abz-product-white) !important;
    font-size: clamp(1.65rem, 2.3vw, 2.5rem) !important;
    font-weight: 900;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
    color: #787b75 !important;
    font-size: 0.68em;
    opacity: 1;
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
    color: var(--abz-product-lime) !important;
    text-decoration: none;
}

body.single-product .abambuz-buzzo-price-note,
body.single-product [class*="buzzo-price"] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: 10px 0 0 !important;
    padding: 10px 13px;
    border: 1px solid var(--abz-product-border);
    border-radius: 10px;
    color: var(--abz-product-lime) !important;
    background: var(--abz-product-lime-soft);
    font-size: 0.86rem !important;
    font-weight: 900;
    overflow-wrap: anywhere;
}

body.single-product .woocommerce-product-details__short-description {
    margin: 24px 0 0;
    color: #c4c7c0;
    font-size: 1rem;
    line-height: 1.75;
}

body.single-product form.cart {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 30px 0 0 !important;
    padding: 20px;
    border: 1px solid var(--abz-product-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
}

body.single-product form.cart::before,
body.single-product form.cart::after {
    display: none !important;
}

body.single-product .quantity {
    display: inline-grid !important;
    grid-template-columns: 42px minmax(52px, 64px) 42px;
    align-items: stretch;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    border: 1px solid var(--abz-product-border);
    border-radius: 12px;
    overflow: hidden;
    background: #0a0b09;
}

body.single-product .quantity .abz-qty-button,
body.single-product .quantity .qty {
    width: 100% !important;
    min-width: 0;
    height: 48px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--abz-product-white) !important;
    background: transparent !important;
    text-align: center;
    font-weight: 900;
    box-shadow: none !important;
}

body.single-product .quantity .abz-qty-button {
    cursor: pointer;
    color: var(--abz-product-lime) !important;
    font-size: 1.25rem;
}

body.single-product .quantity .abz-qty-button:hover {
    background: var(--abz-product-lime-soft) !important;
}

body.single-product .quantity .qty::-webkit-outer-spin-button,
body.single-product .quantity .qty::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

body.single-product .single_add_to_cart_button,
body.single-product .single_add_to_cart_button.button,
body.single-product button.single_add_to_cart_button {
    flex: 1 1 230px;
    min-height: 50px;
    margin: 0 !important;
    padding: 14px 24px !important;
    border: 1px solid var(--abz-product-lime) !important;
    border-radius: 12px !important;
    color: #050505 !important;
    background: var(--abz-product-lime) !important;
    font-size: 0.92rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(183, 255, 0, 0.14);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

body.single-product .single_add_to_cart_button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 18px 42px rgba(183, 255, 0, 0.23);
}

body.single-product .single_add_to_cart_button.disabled,
body.single-product .single_add_to_cart_button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
    transform: none;
}

body.single-product form.variations_form {
    display: block !important;
}

body.single-product table.variations,
body.single-product table.variations tbody,
body.single-product table.variations tr,
body.single-product table.variations th,
body.single-product table.variations td {
    display: block;
    width: 100%;
}

body.single-product table.variations {
    margin: 0 0 16px !important;
}

body.single-product table.variations tr {
    margin-bottom: 14px;
}

body.single-product table.variations label {
    display: block;
    margin-bottom: 7px;
    color: var(--abz-product-white);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.single-product table.variations select {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--abz-product-line);
    border-radius: 11px;
    color: var(--abz-product-white);
    background: #0b0c0a;
}

body.single-product .reset_variations,
body.single-product .reset_variations:visited {
    display: inline-block;
    margin-top: 8px;
    color: var(--abz-product-lime);
}

body.single-product .product_meta {
    display: grid;
    gap: 9px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid var(--abz-product-line);
    color: var(--abz-product-muted);
    font-size: 0.88rem;
}

body.single-product .abz-product-affiliate-share {
    display: grid;
    gap: 9px;
    margin-top: 24px;
    padding: 18px;
    border: 1px solid var(--abz-product-border);
    border-radius: 16px;
    background: var(--abz-product-lime-soft);
}
body.single-product .abz-product-affiliate-share > span {
    color: var(--abz-product-lime);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
}
body.single-product .abz-product-affiliate-share > div { display: flex; gap: 8px; min-width: 0; }
body.single-product .abz-product-affiliate-share input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 12px;
    color: var(--abz-product-white);
    background: #080a08;
    border: 1px solid var(--abz-product-line);
    border-radius: 10px;
}
body.single-product .abz-product-affiliate-share button {
    flex: 0 0 auto;
    padding: 11px 14px;
    color: #050505;
    background: var(--abz-product-lime);
    border: 0;
    border-radius: 10px;
    font-weight: 900;
    cursor: pointer;
}
body.single-product .abz-product-affiliate-share small { color: var(--abz-product-muted); line-height: 1.5; }
@media (max-width: 520px) { body.single-product .abz-product-affiliate-share > div { flex-direction: column; } }

.abz-loop-affiliate-share { width: 100%; margin-top: 8px; }
.abz-loop-affiliate-share button {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    color: var(--abz-product-lime, #b7ff00);
    background: rgba(183,255,0,.06);
    border: 1px solid rgba(183,255,0,.28);
    border-radius: 9px;
    font-size: .72rem;
    font-weight: 900;
    cursor: pointer;
}

body.single-product .product_meta a,
body.single-product .product_meta a:visited {
    color: var(--abz-product-lime);
    text-decoration: none;
}

body.single-product .woocommerce-tabs,
body.single-product .related,
body.single-product .upsells {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    margin: 26px 0 0 !important;
}

body.single-product .woocommerce-tabs {
    padding-top: 28px;
    border-top: 1px solid var(--abz-product-line);
}

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

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

body.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--abz-product-line) !important;
    border-radius: 999px !important;
    background: #0b0c0a !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
    border-color: var(--abz-product-lime) !important;
    background: var(--abz-product-lime) !important;
}

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.tabs li a:visited {
    display: block;
    padding: 11px 18px !important;
    color: var(--abz-product-white) !important;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 900 !important;
    text-transform: uppercase;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #050505 !important;
}

body.single-product .woocommerce-Tabs-panel {
    margin: 0 !important;
    padding: clamp(20px, 3vw, 34px) !important;
    border: 1px solid var(--abz-product-line);
    border-radius: 18px;
    color: #c9cbc5;
    background: rgba(255, 255, 255, 0.02);
    line-height: 1.75;
}

body.single-product .woocommerce-Tabs-panel h2,
body.single-product .related > h2,
body.single-product .upsells > h2 {
    margin: 0 0 18px;
    color: var(--abz-product-white);
    font-size: clamp(1.55rem, 2.4vw, 2.5rem);
    line-height: 1.1;
}

body.single-product .related,
body.single-product .upsells {
    padding-top: 28px;
    border-top: 1px solid var(--abz-product-line);
}

body.single-product .related ul.products,
body.single-product .upsells ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .related ul.products::before,
body.single-product .related ul.products::after,
body.single-product .upsells ul.products::before,
body.single-product .upsells ul.products::after {
    display: none !important;
}

body.single-product .related li.product,
body.single-product .upsells li.product {
    display: flex !important;
    flex-direction: column;
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid var(--abz-product-line);
    border-radius: 16px;
    background: #11120f;
}

body.single-product .related li.product a,
body.single-product .related li.product a:visited,
body.single-product .upsells li.product a,
body.single-product .upsells li.product a:visited {
    color: var(--abz-product-white);
    text-decoration: none;
}

body.single-product .related li.product img,
body.single-product .upsells li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    margin: 0 0 13px !important;
    border-radius: 12px;
    object-fit: cover;
    background: #171916;
}

body.single-product .related .woocommerce-loop-product__title,
body.single-product .upsells .woocommerce-loop-product__title {
    padding: 0 !important;
    color: var(--abz-product-white);
    font-size: 0.96rem !important;
    line-height: 1.35;
}

body.single-product .related .price,
body.single-product .upsells .price {
    margin-top: auto !important;
    padding-top: 10px;
    color: var(--abz-product-lime) !important;
    font-size: 1rem !important;
}

body.single-product .related .button,
body.single-product .upsells .button {
    margin-top: 12px !important;
    padding: 11px 12px !important;
    border: 1px solid var(--abz-product-border) !important;
    border-radius: 10px !important;
    color: var(--abz-product-white) !important;
    background: transparent !important;
    text-align: center;
    font-size: 0.75rem !important;
    font-weight: 900 !important;
}

body.single-product .related .button:hover,
body.single-product .upsells .button:hover {
    color: #050505 !important;
    background: var(--abz-product-lime) !important;
}

body.single-product .abz-product-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid var(--abz-product-border);
    border-radius: 18px;
    background: var(--abz-product-line);
}

body.single-product .abz-product-trust-strip article {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 18px;
    background: #0e0f0d;
}

body.single-product .abz-product-trust-strip article > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid var(--abz-product-border);
    border-radius: 12px;
    color: var(--abz-product-lime);
    background: var(--abz-product-lime-soft);
    font-size: 0.74rem;
    font-weight: 950;
}

body.single-product .abz-product-trust-strip article div {
    min-width: 0;
}

body.single-product .abz-product-trust-strip strong,
body.single-product .abz-product-trust-strip small {
    display: block;
}

body.single-product .abz-product-trust-strip strong {
    color: var(--abz-product-white);
    font-size: 0.88rem;
}

body.single-product .abz-product-trust-strip small {
    margin-top: 3px;
    color: var(--abz-product-muted);
    font-size: 0.72rem;
    line-height: 1.35;
}

/* Prevent old fallback sidebars and widget lists from appearing after product content. */
body.single-product #secondary,
body.single-product .widget-area,
body.single-product aside.sidebar,
body.single-product .woocommerce-sidebar {
    display: none !important;
}

body.single-product .home-footer {
    margin-top: 0;
}

body.single-product a:focus-visible,
body.single-product button:focus-visible,
body.single-product input:focus-visible,
body.single-product select:focus-visible {
    outline: 3px solid rgba(183, 255, 0, 0.75);
    outline-offset: 3px;
}

@media (max-width: 1120px) {
    body.single-product .abz-product-page-header {
        grid-template-columns: 1fr;
    }

    body.single-product .abz-product-member-card {
        max-width: 540px;
    }

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

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

@media (max-width: 820px) {
    body.single-product .abz-product-premium {
        padding-inline: 14px;
    }

    body.single-product div.product {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 22px;
    }

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

    body.single-product .woocommerce-product-gallery__image,
    body.single-product .woocommerce-product-gallery__image img {
        min-height: 0;
        height: min(110vw, 560px) !important;
    }
}

@media (max-width: 560px) {
    body.single-product .abz-product-page-header {
        gap: 20px;
    }

    body.single-product .abz-product-header-copy > h1 {
        font-size: 2.35rem;
    }

    body.single-product .flex-control-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.single-product form.cart {
        padding: 14px;
    }

    body.single-product .quantity,
    body.single-product .single_add_to_cart_button {
        width: 100% !important;
        flex-basis: 100%;
    }

    body.single-product .related ul.products,
    body.single-product .upsells ul.products,
    body.single-product .abz-product-trust-strip {
        grid-template-columns: 1fr;
    }

    body.single-product .woocommerce-tabs ul.tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

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

@media (prefers-reduced-motion: reduce) {
    body.single-product *,
    body.single-product *::before,
    body.single-product *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =========================================
   v2.7.0 PRODUCT LAYOUT STABILITY FIXES
   ========================================= */
body.single-product form.cart {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
}

body.single-product form.cart .quantity {
    flex: 0 0 auto !important;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart button.single_add_to_cart_button {
    flex: 1 1 220px !important;
    width: auto !important;
    min-width: 190px !important;
    min-height: 52px !important;
    height: 52px !important;
    max-height: 52px !important;
    padding: 0 24px !important;
    line-height: 1 !important;
}

body.admin-bar.single-product .abz-product-premium {
    padding-top: clamp(58px, 7vw, 96px);
}

body.single-product .woocommerce-tabs {
    position: relative;
    z-index: 1;
    clear: both;
}

@media (max-width: 820px) {
    body.single-product form.cart {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body.single-product form.cart .quantity,
    body.single-product form.cart .single_add_to_cart_button,
    body.single-product form.cart button.single_add_to_cart_button {
        width: 100% !important;
        max-width: none !important;
        flex-basis: auto !important;
    }
}
