.single-product.h2-pdp {
    --h2-pdp-text: #1a1a1f;
    --h2-pdp-text-muted: #6b7280;
    --h2-pdp-text-label: #8a8f98;
    --h2-pdp-border: #e5e7eb;
    --h2-pdp-border-strong: #d1d5db;
    --h2-pdp-bg-soft: #f7f8fa;
    --h2-pdp-gallery-bg: #fff;
    --h2-pdp-bg-strip: #f3f4f6;
    --h2-pdp-green: #5cb85c;
    --h2-pdp-green-hover: #4ca24c;
    --h2-pdp-green-dark: #2f8a3e;
    --h2-pdp-blue: #2563eb;
    --h2-pdp-blue-bg: #eef4ff;
    --h2-pdp-green-bg: #ecfdf3;
    --h2-pdp-sale: #d0021b;

    --h2-pdp-thumb-active: #dc2626;
    --h2-pdp-thumb-hover: #d1d5db;
    --h2-pdp-radius: 12px;
    --h2-pdp-radius-sm: 8px;
    --h2-pdp-thumb-radius: 10px;

    --h2-pdp-atc-green: #27ae60;
    --h2-pdp-atc-green-hover: #229954;
    --h2-pdp-atc-shadow: 0 10px 15px -3px rgb(39 174 96 / 0.3), 0 4px 6px -4px rgb(39 174 96 / 0.3);
    --h2-pdp-sticky-dock-z: 10001;

    --h2-pdp-pay-logo-col: 6rem;
    --h2-pdp-pay-logo-gap: 0.6rem;

    --h2-pdp-hero-title-size: 1.625rem;
    --h2-pdp-hero-title-lh: 1.3;
    --h2-pdp-hero-gap-tight: 0.5rem;
    --h2-pdp-hero-gap-block: 1rem;
    --h2-pdp-hero-gap-section: 1.5rem;


    --h2-pdp-gallery-box: min(683px, 100%);
    --h2-pdp-gallery-pad: clamp(1rem, 5vw, 2rem);
    --h2-pdp-gallery-inner: calc(var(--h2-pdp-gallery-box) - (2 * var(--h2-pdp-gallery-pad)));
    --h2-pdp-thumb-gap: 0.75rem;
    --h2-pdp-thumb-cols: 4;
    --h2-pdp-thumb-size: calc(
            (var(--h2-pdp-gallery-box) - ((var(--h2-pdp-thumb-cols) - 1) * var(--h2-pdp-thumb-gap)))
            / var(--h2-pdp-thumb-cols)
    );
}

.single-product.h2-pdp .summary.entry-summary {
    display: flex;
    flex-direction: column;
}

.single-product.h2-pdp .summary.entry-summary > * {
    order: 50;
}

.single-product.h2-pdp .summary.entry-summary > .product_title { order: 1; }
.single-product.h2-pdp .summary.entry-summary > .h2-pdp-trustpilot { order: 2; }
.single-product.h2-pdp .summary.entry-summary > p.price { order: 3; }
.single-product.h2-pdp .summary.entry-summary > p.stock { order: 4; }
.single-product.h2-pdp .summary.entry-summary > .h2-pdp-pills { order: 5; }
.single-product.h2-pdp .summary.entry-summary > .h2-pdp-specs { order: 6; }
.single-product.h2-pdp .summary.entry-summary > .sp-icons-before-add-to-cart { order: 7; }
.single-product.h2-pdp .summary.entry-summary > #shoptimizer-sticky-anchor { order: 8; }
.single-product.h2-pdp .summary.entry-summary > form.cart { order: 9; }
.single-product.h2-pdp .summary.entry-summary > hr { order: 18; }
.single-product.h2-pdp .summary.entry-summary > .h2-pdp-paypal { order: 20; }
.single-product.h2-pdp .summary.entry-summary > .iwp_pb_wrapper { order: 21; }
.single-product.h2-pdp .summary.entry-summary > .sp-tab-area { order: 60; }
.single-product.h2-pdp .summary.entry-summary > #shoptimizer-modals-wrapper { order: 99; }

.single-product.h2-pdp .h2-pdp-trustpilot {
    margin: 0 0 var(--h2-pdp-hero-gap-block);
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    height: 24px;
    line-height: 0;
    overflow: hidden;
    text-align: left;
}

.single-product.h2-pdp .h2-pdp-trustpilot [id^="trustpilot-widget-trustbox"] {
    margin: 0 !important;
    height: 24px !important;
    overflow: hidden;
}

.single-product.h2-pdp .h2-pdp-trustpilot .trustpilot-widget {
    display: inline-block;
    width: auto;
    height: 24px !important;
    max-height: 24px;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.single-product.h2-pdp .h2-pdp-trustpilot .trustpilot-widget > a {
    display: none;
}

.single-product.h2-pdp .h2-pdp-trustpilot .trustpilot-widget iframe {
    width: auto !important;
    height: 24px !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.single-product.h2-pdp .h2-pdp-trustpilot .tp-widget-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 24px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.single-product.h2-pdp .h2-pdp-paypal {
    display: flex;
    align-items: center;
    gap: var(--h2-pdp-pay-logo-gap);
    margin: 0 0 0.4rem;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.43 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .h2-pdp-paypal__logo {
    flex: 0 0 var(--h2-pdp-pay-logo-col);
    width: var(--h2-pdp-pay-logo-col);
    height: 34px;
    object-fit: contain;
    object-position: left center;
}

.single-product.h2-pdp .h2-pdp-paypal__text {
    flex: 1 1 0;
    min-width: 0;
}

.single-product.h2-pdp .h2-pdp-paypal + .iwp_pb_wrapper,
.single-product.h2-pdp .iwp_pb_wrapper {
    margin-top: 0 !important;
}

.single-product.h2-pdp .sp-benefits:has( img[src*="paypal-logo"] ) {
    display: none !important;
}

.single-product.h2-pdp .summary h1.product_title.entry-title,
.single-product.h2-pdp h1.product_title {
    font-size: var(--h2-pdp-hero-title-size) !important;
    font-weight: 500 !important;
    line-height: var(--h2-pdp-hero-title-lh) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #111827 !important;
    margin: 0 0 var(--h2-pdp-hero-gap-tight) !important;
    padding-right: 0 !important;
}

.single-product.h2-pdp .summary > .woocommerce-product-rating {
    display: none !important;
}

@media (max-width: 992px) {
    .single-product.h2-pdp .summary h1.product_title.entry-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        padding-right: 0 !important;
    }
}

.single-product.h2-pdp .product-details-wrapper .summary > p.price,
.single-product.h2-pdp .summary > p.price,
.single-product.h2-pdp .summary > p.price .woocommerce-Price-amount,
.single-product.h2-pdp .summary > p.price ins,
.single-product.h2-pdp .summary > p.price ins .woocommerce-Price-amount {
    font-size: 2.25rem !important;
    font-weight: 600 !important;
    line-height: 2.5rem !important;
    color: var(--h2-pdp-text) !important;
}

.single-product.h2-pdp .summary > p.price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    margin: 0 0 var(--h2-pdp-hero-gap-tight) !important;
}

.single-product.h2-pdp .summary > p.price ins {
    text-decoration: none !important;
}

.single-product.h2-pdp .summary > p.price del,
.single-product.h2-pdp .summary > p.price del .woocommerce-Price-amount {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: var(--h2-pdp-text-muted) !important;
    opacity: 1 !important;
}

.single-product.h2-pdp .summary > p.price .woocommerce-price-suffix {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
    color: #6b7280 !important;
    letter-spacing: 0 !important;
}

.single-product.h2-pdp .product p.stock,
.single-product.h2-pdp .summary p.stock {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    clear: none !important;
    position: static !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.5rem !important;
    margin: 0 0 var(--h2-pdp-hero-gap-section) !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    border-top: 0 !important;
}

.single-product.h2-pdp .product p.stock.in-stock,
.single-product.h2-pdp .summary p.stock.in-stock,
.single-product.h2-pdp .stock.in-stock {
    color: #27ae60 !important;
    font-weight: 600 !important;
}

.single-product.h2-pdp .product p.stock.in-stock::before,
.single-product.h2-pdp .summary p.stock.in-stock::before {
    content: "" !important;
    display: block !important;
    position: static !important;
    top: auto !important;
    margin: 0 !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
    min-width: 0.5rem !important;
    min-height: 0.5rem !important;
    border-radius: 50% !important;
    background: #27ae60 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    flex: 0 0 auto;
}

.single-product.h2-pdp .product p.stock.out-of-stock,
.single-product.h2-pdp .summary p.stock.out-of-stock {
    color: var(--h2-pdp-sale) !important;
    font-weight: 600 !important;
}

.single-product.h2-pdp .product p.stock.out-of-stock::before,
.single-product.h2-pdp .summary p.stock.out-of-stock::before {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.single-product.h2-pdp .summary > .product_sku {
    display: none !important;
}

.single-product.h2-pdp .product_meta {
    display: none !important;
}

.single-product.h2-pdp .h2-pdp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 var(--h2-pdp-hero-gap-section);
}

.single-product.h2-pdp .h2-pdp-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    border: 1px solid var(--h2-pdp-border);
    background: var(--h2-pdp-bg-soft);
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.33 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .h2-pdp-pill__label {
    font-weight: 600 !important;
}

.single-product.h2-pdp .h2-pdp-pill svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: var(--h2-pdp-text-muted);
}

.single-product.h2-pdp .h2-pdp-pill--warranty,
.single-product.h2-pdp .h2-pdp-pill--delivery,
.single-product.h2-pdp .h2-pdp-pill--collect {
    background: var(--h2-pdp-bg-soft);
    border-color: var(--h2-pdp-border);
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .h2-pdp-pill--warranty svg {
    color: #7a8494;
}

.single-product.h2-pdp .h2-pdp-pill--delivery svg {
    color: #748578;
}

.single-product.h2-pdp .h2-pdp-pill--collect svg {
    color: #8a8580;
}

.single-product.h2-pdp .h2-pdp-specs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 0 1.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid var(--h2-pdp-border);
    border-bottom: 1px solid var(--h2-pdp-border);
}

.single-product.h2-pdp .h2-pdp-specs__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
    align-items: start;
}

.single-product.h2-pdp .h2-pdp-specs__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.single-product.h2-pdp .h2-pdp-specs__item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.single-product.h2-pdp .h2-pdp-specs__item--full {
    width: 100%;
}

.single-product.h2-pdp .h2-pdp-specs__label {
    margin: 0;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase;
    color: var(--h2-pdp-text-label);
}

.single-product.h2-pdp .h2-pdp-specs__value {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    color: var(--h2-pdp-text);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.single-product.h2-pdp .h2-pdp-specs__value--with-icon {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.single-product.h2-pdp .h2-pdp-specs__icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.single-product.h2-pdp .h2-pdp-specs__value--pill {
    align-self: flex-start;
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    border: 1px solid var(--h2-pdp-border);
    background: var(--h2-pdp-bg-soft);
    color: var(--h2-pdp-text);
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.33 !important;
}

.single-product.h2-pdp .sp-icons-before-add-to-cart {
    display: none !important;
}

.single-product.h2-pdp .sp-benefits:has( img[src*="h2-free-delivery"] ) {
    display: none !important;
}

.single-product.h2-pdp .summary.entry-summary > .sp-benefits,
.single-product.h2-pdp .summary.entry-summary > hr {
    display: none !important;
}

.single-product.h2-pdp form.cart {
    margin: 0 0 1rem;
}

.single-product.h2-pdp form.cart .commercekit-pdp-sticky-inner,
.single-product.h2-pdp form.cart .commercekit-pdp-simple-form {
    width: 100%;
}

.single-product.h2-pdp form.cart .commercekit-sticky-atc-intersector {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
}

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

.single-product.h2-pdp form.cart .quantity {
    display: inline-flex;
    align-items: stretch;
    float: none !important;
    margin: 0 !important;
    border: 1px solid var(--h2-pdp-border-strong);
    border-radius: var(--h2-pdp-radius-sm);
    overflow: hidden;
    background: #fff;
    flex: 0 0 auto;
    min-height: 3.25rem;
}

.single-product.h2-pdp form.cart .quantity .quantity-nav {
    display: contents;
}

.single-product.h2-pdp form.cart .quantity input.qty {
    order: 1;
    width: 3rem;
    border: 0;
    border-left: 1px solid var(--h2-pdp-border);
    border-right: 1px solid var(--h2-pdp-border);
    text-align: center;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    background: transparent;
    color: var(--h2-pdp-text);
    -moz-appearance: textfield;
    appearance: textfield;
}

.single-product.h2-pdp form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product.h2-pdp form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product.h2-pdp form.cart .quantity .quantity-button {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    min-width: 2.75rem;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: rgb(0 0 0 / 0.03);
    background-image: none !important;
    color: var(--h2-pdp-text);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.single-product.h2-pdp form.cart .quantity .quantity-button.minus { order: 0; }
.single-product.h2-pdp form.cart .quantity .quantity-button.plus { order: 2; }

.single-product.h2-pdp form.cart .quantity .quantity-button::before {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: none !important;
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    display: block !important;
}

.single-product.h2-pdp form.cart .quantity .quantity-button.minus::before { content: "\2212" !important; }
.single-product.h2-pdp form.cart .quantity .quantity-button.plus::before { content: "+" !important; }

.single-product.h2-pdp form.cart .quantity .quantity-button:hover {
    background-color: rgb(92 184 92 / 0.12);
    color: var(--h2-pdp-green-dark);
}

.single-product.h2-pdp .single_add_to_cart_button,
.single-product.h2-pdp form.cart .single_add_to_cart_button {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    min-height: 3.25rem;
    margin: 0 !important;
    float: none !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: var(--h2-pdp-atc-green) !important;
    color: #fff !important;
    border: 0;
    border-radius: var(--h2-pdp-radius-sm);
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.56 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: var(--h2-pdp-atc-shadow) !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.single-product.h2-pdp form.cart .quantity:has(input[type="hidden"]) {
    display: none !important;
}

.single-product.h2-pdp form.cart .quantity:has(input[type="hidden"]) + .single_add_to_cart_button {
    flex: 1 1 100%;
    width: 100% !important;
}

.single-product.h2-pdp form.cart .single_add_to_cart_button:hover,
.single-product.h2-pdp form.cart .single_add_to_cart_button:focus,
.single-product.h2-pdp .product .cart .single_add_to_cart_button:hover,
.single-product.h2-pdp .product .cart .single_add_to_cart_button:focus {
    background-color: var(--h2-pdp-atc-green-hover) !important;
    color: #fff !important;
    box-shadow: var(--h2-pdp-atc-shadow) !important;
}

.single-product.h2-pdp form.cart .single_add_to_cart_button.added::before {
    position: static !important;
    top: auto !important;
    margin: 0 !important;
    flex-shrink: 0;
    align-self: center;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.single-product.h2-pdp form.cart .loading.single_add_to_cart_button::after {
    top: 50% !important;
    left: 50% !important;
    margin-top: -9px !important;
    margin-left: -9px !important;
}

.single-product.h2-pdp .iwp_pb_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: var(--h2-pdp-pay-logo-gap) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 0 1rem !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.33 !important;
    color: var(--h2-pdp-text-muted) !important;
}

.single-product.h2-pdp .iwp_pb_wrapper__svgContainer {
    display: flex !important;
    flex: 0 0 var(--h2-pdp-pay-logo-col);
    width: var(--h2-pdp-pay-logo-col);
    align-items: center;
    justify-content: flex-start;
    padding-top: 0 !important;
}

.single-product.h2-pdp .iwp_pb_wrapper__svgContainer img {
    height: 20px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.single-product.h2-pdp .iwp_pb_wrapper__textContainer {
    flex: 1 1 0;
    min-width: 0;
}

.single-product.h2-pdp .iwp_pb_wrapper b {
    color: var(--h2-pdp-text) !important;
    font-weight: 500 !important;
}

.single-product.h2-pdp .sp-benefits {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 0.5rem;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.43 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .sp-benefits img {
    height: 34px;
    width: auto;
    flex: 0 0 auto;
}

.single-product.h2-pdp .summary hr {
    border: 0;
    border-top: 1px solid var(--h2-pdp-border);
    margin: 1rem 0;
}

.single-product.h2-pdp .sp-tab-area {
    margin-top: 1rem;
}

.single-product.h2-pdp .sp-tab-area details {
    border: 1px solid var(--h2-pdp-border);
    border-radius: var(--h2-pdp-radius-sm);
    margin-bottom: 0.5rem;
    overflow: hidden;
    background: #fff;
}

.single-product.h2-pdp .summary .sp-tab-area details summary {
    cursor: pointer;
    padding: 0.85rem 2.5rem 0.85rem 1rem !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: var(--h2-pdp-text) !important;
    border: 0 !important;
    border-top: 0 !important;
    background: var(--h2-pdp-bg-soft) !important;
    list-style: none;
    position: relative;
}

.single-product.h2-pdp .sp-tab-area details summary::-webkit-details-marker {
    display: none;
}

.single-product.h2-pdp .summary .sp-tab-area details summary::after {
    content: "" !important;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0.875rem !important;
    height: 0.875rem !important;
    margin-top: 0 !important;
    transform: translateY(-50%) rotate(0deg) !important;
    background: var(--h2-pdp-text-muted) !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform 0.2s ease;
}

.single-product.h2-pdp .sp-tab-area details[open] summary::after {
    transform: translateY(-50%) rotate(180deg) !important;
}

.single-product.h2-pdp .sp-tab-area details > *:not(summary) {
    padding: 0;
}

.single-product.h2-pdp .sp-tab-area .h2-pdp-accordion-panel {
    padding: 1rem;
}

.single-product.h2-pdp .sp-tab-area .h2-pdp-accordion-delivery__eta {
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    background: var(--h2-pdp-bg-soft);
    border: 1px solid var(--h2-pdp-border);
    border-radius: var(--h2-pdp-radius-sm);
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.43 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .sp-tab-area .h2-pdp-accordion-delivery__eta-date {
    font-weight: 600 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .sp-tab-area .h2-pdp-delivery-zones {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
}

.single-product.h2-pdp .sp-tab-area .h2-pdp-delivery-zones:last-child {
    margin-bottom: 0;
}

.single-product.h2-pdp .sp-tab-area details > .cg-accordion-item {
    padding: 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--h2-pdp-text-muted);
}

.single-product.h2-pdp .sp-tab-area .cg-accordion-item p {
    margin: 0;
}

.single-product.h2-pdp .sp-tab-area .image-text-container {
    align-items: flex-start;
    gap: 0.75rem;
}

.single-product.h2-pdp .sp-tab-area .image-text-container .image-overlay {
    flex: 0 0 auto;
    width: auto;
    max-width: 5rem;
}

.single-product.h2-pdp .sp-tab-area .image-text-container img {
    width: 5rem !important;
    max-width: 5rem !important;
    height: auto !important;
}

.single-product.h2-pdp .h2-pdp-delivery-zone__method {
    font-weight: 500 !important;
    color: var(--h2-pdp-text);
}

@media (min-width: 993px) {
    .single-product.h2-pdp .woocommerce-product-gallery,
    .single-product.h2-pdp .product-details-wrapper .images {
        width: 48%;
    }

    .single-product.h2-pdp .summary {
        width: 48%;
    }
}

@media (max-width: 992px) {
    .single-product.h2-pdp {
        --h2-pdp-gallery-box: min(440px, 100%);
    }

    .single-product.h2-pdp .product-details-wrapper .images,
    .single-product.h2-pdp .product-details-wrapper .woocommerce-product-gallery,
    .single-product.h2-pdp .product-details-wrapper .summary {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .single-product.h2-pdp #commercegurus-pdp-gallery-wrapper,
    .single-product.h2-pdp .cg-main-swiper,
    .single-product.h2-pdp .cg-thumb-swiper.swiper-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.single-product.h2-pdp #commercegurus-pdp-gallery-wrapper {
    background: transparent;
    border: 0;
    padding: 0;
    max-width: var(--h2-pdp-gallery-box);
}

.single-product.h2-pdp .cg-main-swiper {
    width: 100%;
    max-width: var(--h2-pdp-gallery-box);
    aspect-ratio: 1 / 1;
    background: var(--h2-pdp-gallery-bg);
    border: 0;
    border-radius: var(--h2-pdp-thumb-radius);
    overflow: hidden;
}

.single-product.h2-pdp .cg-main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: var(--h2-pdp-gallery-pad);
    background: var(--h2-pdp-gallery-bg);
}

.single-product.h2-pdp .cg-main-swiper .swiper-slide-imglink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: 100%;
}

.single-product.h2-pdp .cg-main-swiper .product-thumbnail-wrapper,
.single-product.h2-pdp .cg-main-swiper .woocommerce-product-gallery__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.single-product.h2-pdp .cg-main-swiper .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.single-product.h2-pdp .cg-thumb-swiper.swiper-container {
    width: 100%;
    max-width: var(--h2-pdp-gallery-box);
    height: auto;
    margin-left: 0;
    padding-top: var(--h2-pdp-thumb-gap);
}

.single-product.h2-pdp .cg-thumb-swiper .swiper-slide {
    opacity: 1;
    background: var(--h2-pdp-gallery-bg);
    border: 2px solid transparent;
    border-radius: var(--h2-pdp-thumb-radius);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}

.single-product.h2-pdp .cg-thumb-swiper .swiper-slide:hover {
    border-color: var(--h2-pdp-thumb-hover);
}

.single-product.h2-pdp .cg-thumb-swiper.cg-thumbs-4 .swiper-slide {
    width: calc((100% - (3 * var(--h2-pdp-thumb-gap))) / 4) !important;
    height: auto;
    aspect-ratio: 1;
    margin-right: var(--h2-pdp-thumb-gap);
}

.single-product.h2-pdp .cg-thumb-swiper.cg-thumbs-4 .swiper-slide:nth-child(4n) {
    margin-right: 0;
}

.single-product.h2-pdp .cg-thumb-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem;
    box-sizing: border-box;
}

.single-product.h2-pdp .cg-thumb-swiper:not(.cg-thumbs-4) .swiper-slide {
    width: var(--h2-pdp-thumb-size) !important;
    height: auto;
    aspect-ratio: 1;
}

.single-product.h2-pdp .cg-thumb-swiper .swiper-slide-thumb-active,
.single-product.h2-pdp .cg-thumb-swiper .swiper-slide.cg-active,
.single-product.h2-pdp .cg-thumb-swiper .swiper-slide.active,
.single-product.h2-pdp .cg-thumb-swiper:not(.swiper-container-initialized) .swiper-slide:first-child {
    border-color: var(--h2-pdp-thumb-active);
}

.single-product.h2-pdp div.product .h2-pdp-trust,
.single-product.h2-pdp div.product > .h2-pdp-trust,
.single-product.h2-pdp div.product .h2-complete-setup,
.single-product.h2-pdp div.product > .h2-complete-setup {
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
}

.single-product.h2-pdp div.product .h2-pdp-trust,
.single-product.h2-pdp div.product > .h2-pdp-trust {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.single-product.h2-pdp div.product .h2-complete-setup,
.single-product.h2-pdp div.product > .h2-complete-setup {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 993px) {
    .single-product.h2-pdp div.product .h2-pdp-trust,
    .single-product.h2-pdp div.product > .h2-pdp-trust,
    .single-product.h2-pdp div.product .h2-complete-setup,
    .single-product.h2-pdp div.product > .h2-complete-setup {
        padding-left: 2.617924em;
        padding-right: 2.617924em;
    }

    .single-product.h2-pdp div.product .h2-pdp-trust,
    .single-product.h2-pdp div.product > .h2-pdp-trust {
        margin-bottom: 1.5rem;
    }
}

.single-product.h2-pdp .h2-pdp-trust__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
    background: var(--h2-pdp-bg-strip);
    border: 1px solid var(--h2-pdp-border);
    border-radius: var(--h2-pdp-radius);
    padding: 1.25rem 1.5rem;
}

.single-product.h2-pdp .h2-pdp-trust__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
    flex: 0 1 auto;
    min-width: 0;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.43 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .h2-pdp-trust__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--h2-pdp-border);
    color: var(--h2-pdp-green-dark);
}

.single-product.h2-pdp .h2-pdp-trust__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.single-product.h2-pdp .woocommerce-tabs.wc-tabs-wrapper {
    border-top: 0 !important;
    margin-top: 0;
    padding-top: 0 !important;
}

.single-product.h2-pdp .woocommerce-tabs {
    overflow: visible !important;
    background: transparent !important;
    padding-bottom: 0 !important;
}

.single-product.h2-pdp .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 2rem;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--h2-pdp-border) !important;
    list-style: none !important;
    text-align: left !important;
}

.single-product.h2-pdp .woocommerce-tabs ul.tabs::before,
.single-product.h2-pdp .woocommerce-tabs ul.tabs::after {
    display: none !important;
    content: none !important;
}

.single-product.h2-pdp .woocommerce-tabs ul.tabs li {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.single-product.h2-pdp .woocommerce-tabs ul.tabs li::before,
.single-product.h2-pdp .woocommerce-tabs ul.tabs li::after,
.single-product.h2-pdp .woocommerce-tabs ul.tabs li a::before,
.single-product.h2-pdp .woocommerce-tabs ul.tabs li a::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    background: none !important;
    transform: none !important;
    visibility: hidden !important;
}

.single-product.h2-pdp .woocommerce-tabs ul.tabs li a {
    display: inline-block !important;
    padding: 0 0.5rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #4b5563 !important;
    background: none !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -1px !important;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.single-product.h2-pdp .woocommerce-tabs ul.tabs li a:hover {
    color: #111827 !important;
}

.single-product.h2-pdp .woocommerce-tabs ul.tabs li.active a {
    color: #27ae60 !important;
    font-weight: 500 !important;
    border-bottom-color: #27ae60 !important;
}

.single-product.h2-pdp .woocommerce-tabs .woocommerce-Tabs-panel,
.single-product.h2-pdp .woocommerce-tabs .panel {
    padding: 1.5rem 0 0 !important;
    border: 0 !important;
    max-width: none !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.625 !important;
    color: #374151 !important;
}

.single-product.h2-pdp .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information > h2:first-child,
.single-product.h2-pdp .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2:first-child,
.single-product.h2-pdp .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews > h2:first-child {
    display: none !important;
}

.single-product.h2-pdp .woocommerce-tabs .woocommerce-Tabs-panel h2,
.single-product.h2-pdp .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .h2-pdp-spec-tab__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.single-product.h2-pdp .h2-pdp-spec-tab__rows {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.single-product.h2-pdp .h2-pdp-spec-tab__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.single-product.h2-pdp .h2-pdp-spec-tab__label {
    flex: 0 1 auto;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6b7280 !important;
}

.single-product.h2-pdp .h2-pdp-spec-tab__value {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    color: #111827 !important;
    text-align: right;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .single-product.h2-pdp .h2-pdp-spec-tab__grid,
    .single-product.h2-pdp .h2-pdp-delivery-returns .h2-pdp-delivery-zones {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .single-product.h2-pdp .woocommerce-tabs ul.tabs {
        gap: 0 1.25rem;
    }

    .single-product.h2-pdp .woocommerce-tabs ul.tabs li {
        border-bottom: 0 !important;
        padding: 0 !important;
    }

    .single-product.h2-pdp .woocommerce-tabs ul.tabs li a {
        padding: 0 0.25rem 0.85rem !important;
    }
}

.single-product.h2-pdp .h2-pdp-delivery-returns h3 {
    margin: 1.25rem 0 0.5rem;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.56 !important;
}

.single-product.h2-pdp .h2-pdp-delivery-returns h3:first-child {
    margin-top: 0;
}

.single-product.h2-pdp .h2-pdp-delivery-returns .h2-pdp-accordion-delivery__eta {
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    background: var(--h2-pdp-bg-soft);
    border: 1px solid var(--h2-pdp-border);
    border-radius: var(--h2-pdp-radius-sm);
    font-size: 0.875rem !important;ive
font-weight: 400 !important;
    line-height: 1.43 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .h2-pdp-delivery-returns .h2-pdp-accordion-delivery__eta-date {
    font-weight: 600 !important;
    color: var(--h2-pdp-text);
}

.single-product.h2-pdp .h2-pdp-delivery-returns .h2-pdp-delivery-zones {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.single-product.h2-pdp .h2-pdp-delivery-zone {
    margin-bottom: 0;
    min-width: 0;
}

.single-product.h2-pdp .h2-pdp-delivery-zone__title {
    margin: 0 0 0.4rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--h2-pdp-text-muted);
}

.single-product.h2-pdp .h2-pdp-delivery-zone__rates {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--h2-pdp-border);
    border-radius: var(--h2-pdp-radius-sm);
    overflow: hidden;
}

.single-product.h2-pdp .h2-pdp-delivery-zone__rates li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.6rem 0.9rem;
    border-bottom: 1px solid var(--h2-pdp-border);
}

.single-product.h2-pdp .h2-pdp-delivery-zone__rates li:last-child {
    border-bottom: 0;
}

.single-product.h2-pdp .h2-pdp-delivery-zone__cost {
    font-weight: 700;
    color: var(--h2-pdp-text);
    white-space: nowrap;
}

.single-product.h2-pdp .h2-pdp-delivery-zone__cost .woocommerce-Price-amount {
    font-weight: inherit !important;
    color: inherit !important;
}

.single-product.h2-pdp .h2-pdp-delivery-note {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.43 !important;
    color: var(--h2-pdp-text-muted);
}

.single-product.h2-pdp section.related.products,
.single-product.h2-pdp section.upsells.products {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

.single-product.h2-pdp section.related.products > h2,
.single-product.h2-pdp section.upsells.products > h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.33 !important;
    color: var(--h2-pdp-text) !important;
    margin: 0 0 1.5rem !important;
}

.single-product.h2-pdp section.related.products ul.products,
.single-product.h2-pdp section.upsells.products ul.products {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 2.5rem !important;
}

.single-product.h2-pdp section.related.products ul.products li.product,
.single-product.h2-pdp section.upsells.products ul.products li.product {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    float: none !important;
    width: auto !important;
    height: 100%;
    margin: 0 !important;
    padding: 1rem 1rem 1.25rem !important;
    text-align: center;
    background: #fff;
    border: 1px solid var(--h2-pdp-border);
    border-radius: var(--h2-pdp-radius-sm);
    overflow: visible;
    justify-content: flex-start;
    transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease,
            transform 0.2s ease;
}

.single-product.h2-pdp section.related.products ul.products li.product::before,
.single-product.h2-pdp section.upsells.products ul.products li.product::before {
    display: none !important;
}

.single-product.h2-pdp section.related.products ul.products li.product:hover,
.single-product.h2-pdp section.related.products ul.products li.product:focus-within,
.single-product.h2-pdp section.upsells.products ul.products li.product:hover,
.single-product.h2-pdp section.upsells.products ul.products li.product:focus-within {
    border-color: var(--h2-pdp-border-strong);
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.08);
    transform: translateY(-2px);
    z-index: 2;
}

.single-product.h2-pdp section.related.products ul.products li.product:hover img,
.single-product.h2-pdp section.upsells.products ul.products li.product:hover img {
    transform: none;
}

.single-product.h2-pdp section.related.products ul.products li.product .woocommerce-image__wrapper,
.single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-image__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0.75rem;
}

.single-product.h2-pdp section.related.products ul.products li.product .woocommerce-loop-product__title,
.single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-loop-product__title {
    min-height: 0 !important;
    margin: 0 0 0.35rem;
    padding: 0 !important;
    width: 100%;
}

.single-product.h2-pdp section.related.products ul.products li.product .woocommerce-loop-product__title a,
.single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-loop-product__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 2.7em;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: var(--h2-pdp-text) !important;
    text-align: center;
}

.single-product.h2-pdp section.related.products ul.products li.product .product-dimensions,
.single-product.h2-pdp section.upsells.products ul.products li.product .product-dimensions {
    margin: 0 0 0.75rem;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: var(--h2-pdp-text-muted) !important;
}

.single-product.h2-pdp section.related.products ul.products li.product .woocommerce-image__wrapper > a,
.single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-image__wrapper > a {
    display: block;
    width: 100%;
}

.single-product.h2-pdp section.related.products ul.products li.product .product-thumbnail-wrapper,
.single-product.h2-pdp section.upsells.products ul.products li.product .product-thumbnail-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 9.5rem;
    margin: 0;
}

.single-product.h2-pdp section.related.products ul.products li.product .woocommerce-image__wrapper img.gallery-image,
.single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-image__wrapper img.gallery-image {
    display: none !important;
}

.single-product.h2-pdp section.related.products ul.products li.product .woocommerce-image__wrapper img:not(.gallery-image),
.single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-image__wrapper img:not(.gallery-image) {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    max-height: 10.5rem;
    margin: 0 auto;
    opacity: 1 !important;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.single-product.h2-pdp section.related.products ul.products li.product .woocommerce-card__header,
.single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-card__header {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    clear: none;
    box-shadow: none !important;
}

.single-product.h2-pdp section.related.products ul.products li.product .price,
.single-product.h2-pdp section.upsells.products ul.products li.product .price {
    display: block;
    width: 100%;
    margin: 0 0 0.5rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: var(--h2-pdp-text) !important;
    text-align: center;
}

.single-product.h2-pdp section.related.products ul.products li.product .price ins,
.single-product.h2-pdp section.upsells.products ul.products li.product .price ins {
    color: var(--h2-pdp-sale);
    text-decoration: none;
    font-weight: 700;
}

.single-product.h2-pdp section.related.products ul.products li.product .price del,
.single-product.h2-pdp section.upsells.products ul.products li.product .price del {
    color: var(--h2-pdp-text-muted);
    opacity: 1;
    font-weight: 400;
}

.single-product.h2-pdp section.related.products ul.products li.product .price .woocommerce-price-suffix,
.single-product.h2-pdp section.upsells.products ul.products li.product .price .woocommerce-price-suffix {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: var(--h2-pdp-text-muted) !important;
}

.single-product.h2-pdp section.related.products ul.products li.product .product-archive-page-sku,
.single-product.h2-pdp section.upsells.products ul.products li.product .product-archive-page-sku {
    margin: 0 0 0.5rem !important;
    min-height: 0;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: var(--h2-pdp-text-muted) !important;
}

.single-product.h2-pdp section.related.products ul.products li.product .product-icon-set-archive,
.single-product.h2-pdp section.upsells.products ul.products li.product .product-icon-set-archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;
    margin: 0 0 0.875rem !important;
    min-height: 0;
}

.single-product.h2-pdp section.related.products ul.products li.product .product-icon-set-archive img,
.single-product.h2-pdp section.upsells.products ul.products li.product .product-icon-set-archive img,
.single-product.h2-pdp section.related.products ul.products li.product .product-icon-set-archive .icon-hover img,
.single-product.h2-pdp section.upsells.products ul.products li.product .product-icon-set-archive .icon-hover img {
    width: 2rem;
    max-width: 2rem;
    height: auto;
    padding: 0;
}

.single-product.h2-pdp section.related.products ul.products li.product .button,
.single-product.h2-pdp section.related.products ul.products li.product .add_to_cart_button,
.single-product.h2-pdp section.related.products ul.products li.product .added_to_cart,
.single-product.h2-pdp section.upsells.products ul.products li.product .button,
.single-product.h2-pdp section.upsells.products ul.products li.product .add_to_cart_button,
.single-product.h2-pdp section.upsells.products ul.products li.product .added_to_cart {
    position: relative !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 2.5rem;
    margin: auto 0 0 !important;
    padding: 0.625rem 1rem !important;
    opacity: 1 !important;
    background: var(--h2-pdp-atc-green) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: var(--h2-pdp-radius-sm) !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease;
}

.single-product.h2-pdp section.related.products ul.products li.product .button:hover,
.single-product.h2-pdp section.related.products ul.products li.product .add_to_cart_button:hover,
.single-product.h2-pdp section.related.products ul.products li.product .added_to_cart:hover,
.single-product.h2-pdp section.upsells.products ul.products li.product .button:hover,
.single-product.h2-pdp section.upsells.products ul.products li.product .add_to_cart_button:hover,
.single-product.h2-pdp section.upsells.products ul.products li.product .added_to_cart:hover {
    background: var(--h2-pdp-atc-green-hover) !important;
    color: #fff !important;
}

@media (min-width: 993px) {
    .single-product.h2-pdp section.related.products ul.products,
    .single-product.h2-pdp section.upsells.products ul.products {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 992px) {
    .single-product.h2-pdp section.related.products ul.products,
    .single-product.h2-pdp section.upsells.products ul.products {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        gap: 1rem;
        width: 100% !important;
        padding: 0 0 0.75rem !important;
    }

    .single-product.h2-pdp section.related.products ul.products li.product,
    .single-product.h2-pdp section.upsells.products ul.products li.product {
        flex: 0 0 min(17.5rem, 78vw);
        min-width: min(17.5rem, 78vw);
        max-width: min(17.5rem, 78vw);
        scroll-snap-align: start;
        padding: 0.875rem 0.875rem 1.25rem !important;
    }

    .single-product.h2-pdp section.related.products ul.products li.product .product-thumbnail-wrapper,
    .single-product.h2-pdp section.upsells.products ul.products li.product .product-thumbnail-wrapper {
        min-height: 8rem;
    }

    .single-product.h2-pdp section.related.products ul.products li.product .woocommerce-image__wrapper img:not(.gallery-image),
    .single-product.h2-pdp section.upsells.products ul.products li.product .woocommerce-image__wrapper img:not(.gallery-image) {
        max-height: 8.5rem;
    }
}

@media (min-width: 993px) {

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-atc-tab-links {
        display: flex !important;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        align-items: flex-end;
        gap: 0 1.5rem;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        scrollbar-width: none;
        list-style: none;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-atc-tab-links::-webkit-scrollbar {
        display: none;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-atc-tab-links li {
        flex-shrink: 0;
        margin: 0;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-atc-tab-links li a {
        padding: 0.75rem 0 0.65rem;
        font-size: 0.9375rem;
        font-weight: 500;
        color: var(--h2-pdp-text-muted);
        text-decoration: none;
        white-space: nowrap;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-atc-tab-links li a::after {
        left: 0;
        width: 100%;
        border-bottom-color: var(--h2-pdp-atc-green);
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-atc-tab-links li.active a {
        color: var(--h2-pdp-text);
        font-weight: 600;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-sticky-add-to-cart__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        width: 100%;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .commercekit-sticky-add-to-cart__content-button {
        flex-shrink: 0;
        margin-left: auto;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart .sticky-atc_button.button {
        min-height: 2.5rem;
        padding: 0.5rem 1.25rem;
        background: var(--h2-pdp-atc-green) !important;
        border-radius: var(--h2-pdp-radius-sm);
        box-shadow: var(--h2-pdp-atc-shadow) !important;
        color: #fff !important;
        font-size: 0.9375rem;
        font-weight: 600;
    }

    .single-product.h2-pdp .commercekit-sticky-add-to-cart {
        z-index: var(--h2-pdp-sticky-dock-z);
    }

    .single-product.h2-pdp.h2-pdp-js.sticky-atc-open {
        overflow: visible !important;
    }

    .single-product.h2-pdp.h2-pdp-js.sticky-atc-open::before {
        display: none !important;
        content: none !important;
    }

    .single-product.h2-pdp.h2-pdp-js form.cart.commercekit_sticky-atc {
        right: -420px !important;
        pointer-events: none !important;
    }
}

@media (max-width: 992px) {

    .single-product.h2-pdp .commercekit-sticky-add-to-cart {
        display: none !important;
    }

    .single-product.h2-pdp.h2-pdp-sticky-dock-visible:has(.commercekit_sticky-atc) {
        padding-bottom: 5.5rem;
    }


    .single-product.h2-pdp.sticky-atc-open {
        overflow: visible !important;
        position: static !important;
    }

    .single-product.h2-pdp.sticky-atc-open::before {
        display: none !important;
        content: none !important;
    }


    .single-product.h2-pdp form.cart.commercekit_sticky-atc {
        position: fixed;
        left: 0;
        width: 100%;
        max-height: 85vh;
        margin: 0;
        padding: 0;
        z-index: var(--h2-pdp-sticky-dock-z);
        background: #fff;
        border-radius: var(--h2-pdp-radius) var(--h2-pdp-radius) 0 0;
        box-shadow: 0 -4px 20px rgb(0 0 0 / 0.1);
        transition: bottom 0.25s ease, visibility 0.25s ease;
        display: flex;
        flex-direction: column;
    }

    .single-product.h2-pdp:not(.h2-pdp-sticky-dock-visible) form.cart.commercekit_sticky-atc {
        visibility: hidden !important;
        pointer-events: none;
        bottom: -120% !important;
    }

    .single-product.h2-pdp.h2-pdp-sticky-dock-visible form.cart.commercekit_sticky-atc {
        visibility: visible !important;
        pointer-events: auto;
        bottom: 0 !important;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .commercekit-pdp-sticky-inner__close-button {
        display: none !important;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .commercekit-pdp-sticky-inner {
        overflow-y: auto;
        max-height: 85vh;
        padding: 0.75rem 1rem 1rem;
    }


    .single-product.h2-pdp form.cart.commercekit_sticky-atc .commercekit-pdp-before-form {
        margin: 0 0 0.625rem;
        padding: 0.5rem 0.625rem;
        background: var(--h2-pdp-bg-soft);
        border-radius: var(--h2-pdp-radius-sm);
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .commercekit-pdp-before-form_wrapper {
        display: flex;
        align-items: flex-start;
        gap: 0.625rem;
        min-width: 0;
        font-size: 0.8125rem;
        line-height: 1.3;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .cgkit-sticky-atc-image {
        display: none;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .product-info {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .product-info .content-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-width: 100%;
        font-size: 0.8125rem;
        font-weight: 600;
        line-height: 1.3;
        color: var(--h2-pdp-text);
        overflow-wrap: anywhere;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .product-info .price,
    .single-product.h2-pdp form.cart.commercekit_sticky-atc .product-info .cgkit-as-variation-price {
        margin: 0.125rem 0 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.9375rem;
        font-weight: 700;
        color: var(--h2-pdp-text);
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .product-info .star-rating {
        display: none;
    }


    .single-product.h2-pdp form.cart.commercekit_sticky-atc table.variations {
        margin-bottom: 0.5rem;
        font-size: 0.8125rem;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .woocommerce-variation.single_variation {
        margin-bottom: 0.5rem;
    }


    .single-product.h2-pdp form.cart.commercekit_sticky-atc .commercekit-sticky-atc-intersector {
        gap: 0.5rem;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .quantity {
        min-height: 2.5rem;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .quantity input.qty {
        width: 2.5rem;
        font-size: 0.9375rem !important;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .quantity .quantity-button {
        width: 2.25rem;
        min-width: 2.25rem;
        font-size: 1.15rem;
    }

    .single-product.h2-pdp form.cart.commercekit_sticky-atc .single_add_to_cart_button {
        min-height: 2.5rem;
        padding: 0.5rem 1rem;
        font-size: 0.9375rem !important;
    }
}

@media (max-width: 991px) {
    .single-product.h2-pdp .h2-pdp-trust__inner {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 0.75rem;
        padding: 1rem;
    }

    .single-product.h2-pdp .h2-pdp-trust__item {
        flex: 1 1 calc(50% - 0.5rem);
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .single-product.h2-pdp .h2-pdp-specs__columns {
        gap: 0.85rem 1rem;
    }

    .single-product.h2-pdp .h2-pdp-trust__item {
        font-size: 0.875rem !important;
    }

    .single-product.h2-pdp .h2-pdp-trust__icon {
        width: 2.1rem;
        height: 2.1rem;
    }
}
