html:has(body.shop-page) {
    scroll-snap-type: none;
}

body.shop-page {
    min-height: 100vh;
}

body.shop-page section {
    height: auto;
    min-height: auto;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
}

body.shop-page .site-main,
body.shop-page .site-footer {
    width: auto;
    margin: 0;
}

body.woocommerce-cart {
    min-height: 100vh;
    background-color: var(--secondary-clr);
}

body.woocommerce-cart .site-main {
    width: auto;
    margin: 0;
    padding: 40px var(--re-style-shell-padding) 88px;
    background-color: var(--secondary-clr);
}

body.woocommerce-cart .entry-page {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.woocommerce-cart .entry-content {
    display: grid;
    gap: 24px;
}

body.woocommerce-cart .entry-content > .woocommerce {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.85fr);
    gap: 24px;
    align-items: start;
}

body.woocommerce-cart .entry-content > .woocommerce::before,
body.woocommerce-cart .entry-content > .woocommerce::after {
    display: none;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
    width: auto;
    float: none;
    margin: 0;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 24px;
    border: 1px solid var(--border-clr);
    border-radius: 16px;
    background-color: var(--bg-clr);
}

body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
}

body.woocommerce-cart table.shop_table {
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
    border-color: var(--border-clr);
}

body.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 96px;
    border-radius: 10px;
    background-color: #fff;
}

body.woocommerce-cart table.shop_table td.product-name a,
body.woocommerce-cart .cart_totals a {
    color: var(--font-clr);
    text-decoration: none;
}

body.woocommerce-cart table.shop_table td.product-name > *:not(a):not(.screen-reader-text) {
    display: none !important;
}

body.woocommerce-cart table.shop_table td.product-name p,
body.woocommerce-cart table.shop_table td.product-name small,
body.woocommerce-cart table.shop_table td.product-name dl.variation,
body.woocommerce-cart table.shop_table td.product-name .wc-item-meta,
body.woocommerce-cart table.shop_table td.product-name .product-short-description,
body.woocommerce-cart .woocommerce-product-details__short-description,
.woocommerce-cart .wc-block-components-product-metadata__description,
body.woocommerce-cart table.shop_table td.product-name .short-description,
body.woocommerce-cart table.shop_table td.product-name .description,
body.woocommerce-cart table.shop_table td.product-name .re-style-cart-item-description {
    display: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
    font-size: clamp(24px, 2vw, 32px);
    text-transform: none;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button {
    min-height: 52px;
    border-radius: 8px;
}

body.woocommerce-cart #wc-stripe-payment-request-wrapper,
body.woocommerce-cart #wcpay-payment-request-wrapper,
body.woocommerce-cart .wc-stripe-cart-payment-methods,
body.woocommerce-cart .wc-payment-request-buttons,
body.woocommerce-cart .wcpay-payment-request-button,
body.woocommerce-cart .wc-stripe-payment-request-button,
body.woocommerce-cart .wc-payment-request-button {
    border-radius: 8px !important;
    overflow: hidden;
}

body.woocommerce-cart .wcpay-payment-request-button,
body.woocommerce-cart .wc-stripe-payment-request-button,
body.woocommerce-cart .wc-payment-request-button,
body.woocommerce-cart button.wcpay-payment-request-button,
body.woocommerce-cart button.wc-stripe-payment-request-button,
body.woocommerce-cart button.wc-payment-request-button {
    min-height: 52px;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--btn-bg) !important;
    box-shadow: none !important;
}

body.woocommerce-cart .wcpay-payment-request-button:hover,
body.woocommerce-cart .wc-stripe-payment-request-button:hover,
body.woocommerce-cart .wc-payment-request-button:hover,
body.woocommerce-cart button.wcpay-payment-request-button:hover,
body.woocommerce-cart button.wc-stripe-payment-request-button:hover,
body.woocommerce-cart button.wc-payment-request-button:hover {
    background: var(--btn-bg-hover) !important;
}

.shop-page-main {
    padding-right: var(--re-style-shell-padding);
    padding-left: var(--re-style-shell-padding);
    padding-top: 40px;
    padding-bottom: 80px;
}

.shop-page-main .woocommerce-notices-wrapper {
    margin-bottom: 24px;
}

.shop-page-main .woocommerce-message,
.shop-page-main .woocommerce-info,
.shop-page-main .woocommerce-error {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    padding: 17.6px 20px;
    border: 1px solid var(--border-clr);
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 14px 34px rgba(28, 28, 28, 0.06);
    color: var(--font-clr);
    font-family: var(--secondary-font);
    list-style: none;
}

.shop-page-main .woocommerce-message::before,
.shop-page-main .woocommerce-info::before,
.shop-page-main .woocommerce-error::before {
    position: static;
    margin: 0;
    color: #9ab21e;
    font-size: 16px;
    line-height: 1;
}

.shop-page-main .woocommerce-message a.button,
.shop-page-main .woocommerce-info a.button,
.shop-page-main .woocommerce-error a.button {
    order: 2;
    flex-shrink: 0;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    padding: 0 17.6px;
    border: 1px solid var(--border-clr);
    border-radius: 10px;
    background: var(--secondary-clr);
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 13.12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.shop-page-main .woocommerce-message a.button:hover,
.shop-page-main .woocommerce-info a.button:hover,
.shop-page-main .woocommerce-error a.button:hover {
    background: var(--btn-bg);
    color: var(--contrast-clr);
}

.shop-toolbar-section {
    position: static;
    margin-bottom: 34px;
    padding: 0 0 24px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--border-clr);
    border-radius: 0;
}

.shop-toolbar-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 18px;
    align-items: center;
}

.shop-toolbar-controls {
    display: contents;
}

.shop-search {
    position: relative;
    width: 100%;
}

.shop-search input {
    width: 100%;
    height: 56px;
    padding: 0 18px 0 52px;
    border: 1px solid var(--border-clr);
    border-radius: 8px;
    background-color: #fff;
    color: var(--font-clr);
    font-family: var(--secondary-font);
    font-size: var(--font-md);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-search input:focus {
    border-color: var(--contrast-clr);
    box-shadow: 0 0 0 3px rgba(208, 185, 133, 0.14);
}

.shop-search input::placeholder {
    color: var(--icon-clr);
}

.shop-search-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: var(--icon-clr);
}

.shop-search-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.shop-toolbar-actions {
    position: relative;
    width: 100%;
}

.shop-native-select {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shop-filters-toggle,
.shop-filters-close {
    display: none;
}

.shop-toolbar-actions select,
.shop-custom-select__trigger {
    width: 100%;
    height: 56px;
    padding: 0 52px 0 18px;
    border: 1px solid var(--border-clr);
    border-radius: 8px;
    background-color: #fff;
    color: var(--font-clr);
    font-family: var(--secondary-font);
    font-size: var(--font-md);
    line-height: 1.2;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--icon-clr) 50%),
        linear-gradient(135deg, var(--icon-clr) 50%, transparent 50%);
    background-position:
        calc(100% - 24px) 50%,
        calc(100% - 18px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.shop-toolbar-actions select:focus,
.shop-custom-select__trigger:focus-visible {
    border-color: var(--contrast-clr);
    box-shadow: 0 0 0 3px rgba(208, 185, 133, 0.14);
}

.shop-custom-select {
    position: relative;
}

.shop-custom-select__trigger {
    display: flex;
    align-items: center;
    text-align: left;
}

.shop-custom-select__list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 30;
    display: grid;
    gap: 4px;
    padding: 8px;
    border: 1px solid var(--border-clr);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(28, 28, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.shop-custom-select.is-open .shop-custom-select__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.shop-custom-select__option {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--font-clr);
    font-family: var(--secondary-font);
    font-size: var(--font-md);
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.shop-custom-select__option:hover,
.shop-custom-select__option:focus-visible,
.shop-custom-select__option.is-selected {
    background: var(--secondary-clr);
    color: var(--font-clr);
    outline: none;
}

.shop-toolbar-actions select option {
    background-color: #fff;
    color: var(--font-clr);
}

.shop-toolbar-actions select option:checked,
.shop-toolbar-actions select option:hover,
.shop-toolbar-actions select option:focus {
    background: var(--secondary-clr) !important;
    color: var(--font-clr) !important;
    box-shadow: inset 0 0 0 999px var(--secondary-clr);
}

.shop-categories-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.shop-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid var(--border-clr);
    border-radius: 1000px;
    background-color: transparent;
    font-family: var(--primary-font);
    font-size: var(--font-sm);
    font-weight: 500;
    color: var(--font-clr);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shop-tab:hover {
    background-color: var(--secondary-clr);
    border-color: var(--contrast-clr);
}

.shop-tab.is-active {
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
    border-color: var(--btn-bg);
}

.shop-layout-page {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.shop-sidebar {
    position: static;
}

.shop-filters-overlay {
    display: none;
}

.shop-filters-card {
    padding: 24px;
    background-color: var(--secondary-clr);
    border: 1px solid var(--border-clr);
    border-radius: 12px;
}

.shop-filters-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.shop-filters-card > h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: none;
}

.shop-filters-card__header > h2 {
    margin-bottom: 0;
}

.shop-filter-block + .shop-filter-block {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--border-clr);
}

.shop-filter-block h3 {
    margin-bottom: 14px;
    font-size: var(--font-md);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop-filter-block label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--secondary-font);
    font-size: var(--font-sm);
    color: var(--font-clr);
    cursor: pointer;
}

.shop-filter-block label + label {
    margin-top: 10px;
}

.shop-filter-block input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--font-clr);
    cursor: pointer;
    flex-shrink: 0;
}

.shop-price-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.shop-price-range input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--border-clr);
    border-radius: 8px;
    background-color: #fff;
    font-family: var(--secondary-font);
    font-size: var(--font-sm);
    color: var(--font-clr);
    outline: none;
}

.shop-price-range input:focus {
    border-color: var(--contrast-clr);
}

.shop-filter-actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.shop-filter-btn-primary,
.shop-filter-btn-secondary {
    height: 52px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--primary-font);
    font-size: var(--font-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.shop-filter-btn-primary {
    border: none;
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
}

.shop-filter-btn-primary:hover {
    background-color: var(--btn-bg-hover);
    color: var(--font-clr);
}

.shop-filter-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-clr);
    background-color: transparent;
    color: var(--font-clr);
    text-decoration: none;
}

.shop-filter-btn-secondary:hover {
    background-color: #fff;
}

.shop-filter-btn-primary:active,
.shop-filter-btn-secondary:active {
    transform: scale(0.98);
}

.shop-results {
    min-width: 0;
}

.shop-results-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
}

.shop-results-head p {
    margin: 0;
    font-size: var(--font-md);
    font-family: var(--primary-font);
    font-weight: 600;
}

body.shop-page .shop-results .products-grid.products {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 20px;
    align-items: stretch;
}

body.shop-page .shop-results .products-grid.products::before,
body.shop-page .shop-results .products-grid.products::after {
    display: none !important;
    content: none !important;
}

body.shop-page .shop-results .products-grid.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none;
    clear: none;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--border-clr);
    border-radius: 12px;
    background-color: #fff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.shop-page .shop-results .products-grid.products li.product:hover {
    transform: translateY(-3px);
    border-color: var(--contrast-clr);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

body.shop-page .shop-results .products-grid.products li.product .product-media {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--secondary-clr);
    text-decoration: none;
    aspect-ratio: 4 / 4;
}

body.shop-page .shop-results .products-grid.products li.product .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

body.shop-page .shop-results .products-grid.products li.product:hover .product-media img {
    transform: scale(1.03);
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    min-height: 32px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    border: 1px solid transparent;
    font-family: var(--primary-font);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.product-badge.badge-new {
    background-color: #0d3327;
    color: #fff;
}

.product-badge.badge-promo {
    background-color: #710e0e;
    color: #fff;
}

.product-badge.badge-kit {
    background-color: #00102f;
    color: #fff;
}

body.shop-page .shop-results .products-grid.products li.product .product-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px 16px;
}

.product-category {
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--icon-clr);
}

body.shop-page .shop-results .products-grid.products li.product .product-info h3 {
    min-height: 42px;
    margin: 0;
    font-size: 17px;
    line-height: 1.1;
}

body.shop-page .shop-results .products-grid.products li.product .product-info h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--font-clr);
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: opacity 0.2s ease;
}

body.shop-page .shop-results .products-grid.products li.product .product-info h3 a:hover {
    opacity: 0.75;
}

body.shop-page .shop-results .products-grid.products li.product .product-info p {
    min-height: 60px;
    margin: 0;
    font-size: var(--font-sm);
    line-height: 1.42;
    color: #4c4c4c;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.shop-page .shop-results .products-grid.products li.product .product-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 0;
}

body.shop-page .shop-results .products-grid.products li.product .product-price-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

body.shop-page .shop-results .products-grid.products li.product .product-price-old {
    font-family: var(--secondary-font);
    font-size: var(--font-md);
    color: var(--icon-clr);
    text-decoration: line-through;
}

body.shop-page .shop-results .products-grid.products li.product .product-price,
body.shop-page .shop-results .products-grid.products li.product .product-price .amount {
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 700;
    color: var(--font-clr);
}

body.shop-page .shop-results .products-grid.products li.product .product-price ins,
body.shop-page .shop-results .products-grid.products li.product .product-price del {
    background: transparent;
}

body.shop-page .shop-results .products-grid.products li.product .product-price del .amount {
    font-size: var(--font-md);
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--icon-clr);
}

@media (min-width: 783px) {
    body.shop-page .shop-results .products-grid.products li.product .product-price,
    body.shop-page .shop-results .products-grid.products li.product .product-price .amount,
    body.shop-page .shop-results .products-grid.products li.product .product-price bdi,
    body.shop-page .shop-results .products-grid.products li.product .product-price .woocommerce-Price-currencySymbol,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins *,
    body.shop-page .shop-results .products-grid.products li.product .product-price a {
        text-decoration: none !important;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-price del,
    body.shop-page .shop-results .products-grid.products li.product .product-price del .amount,
    body.shop-page .shop-results .products-grid.products li.product .product-price del bdi,
    body.shop-page .shop-results .products-grid.products li.product .product-price del .woocommerce-Price-currencySymbol {
        font-size: var(--font-md);
        font-family: var(--secondary-font);
        font-weight: 400;
        color: var(--icon-clr);
        text-decoration: line-through !important;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-price ins,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins .amount,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins bdi,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins .woocommerce-Price-currencySymbol {
        text-decoration: none !important;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-price-old,
    body.shop-page .shop-results .products-grid.products li.product .product-price-old .amount,
    body.shop-page .shop-results .products-grid.products li.product .product-price-old bdi,
    body.shop-page .shop-results .products-grid.products li.product .product-price-old .woocommerce-Price-currencySymbol,
    body.shop-page .shop-results .products-grid.products li.product .product-price-old del,
    body.shop-page .shop-results .products-grid.products li.product .product-price-old del * {
        text-decoration: line-through !important;
    }
}

body.shop-page .shop-results .products-grid.products li.product .product-btn.button,
body.shop-page .shop-results .products-grid.products li.product .product-btn.added_to_cart,
body.shop-page .shop-results .products-grid.products li.product .product-btn.button.alt {
    min-width: 118px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
    font-family: var(--primary-font);
    font-size: var(--font-sm);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.re-style-wishlist-button {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(28, 28, 28, 0.08);
    border-radius: 999px;
    background: #fff;
    color: #1c1c1c;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.re-style-wishlist-button:hover {
    background-color: #fff;
    color: #b42323;
    transform: translateY(-1px);
}

.re-style-wishlist-button.is-active {
    color: #b42323;
    border-color: rgba(180, 35, 35, 0.18);
}

.re-style-wishlist-button__icon {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.re-style-wishlist-button__icon svg {
    width: 17px;
    height: 17px;
    display: block;
    fill: currentColor;
    transform: none;
}

.re-style-wishlist-button__icon--active {
    opacity: 0;
    transform: scale(0.9);
}

.re-style-wishlist-button.is-active .re-style-wishlist-button__icon--default {
    opacity: 0;
    transform: scale(0.9);
}

.re-style-wishlist-button.is-active .re-style-wishlist-button__icon--active {
    opacity: 1;
    transform: scale(1);
}

li.product .mio-wishlist-icon-wrapper,
body.single-product div.product .mio-wishlist-icon-wrapper {
    display: none !important;
}

body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button,
body.shop-page .shop-results .products-grid.products li.product .wishlist-button-container,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button,
body.shop-page .shop-results .products-grid.products li.product button.woosw-btn {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    z-index: 4 !important;
    margin: 0 !important;
}

body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist a,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper a,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap .woosw-btn,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button a,
body.shop-page .shop-results .products-grid.products li.product button.woosw-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0 !important;
    border-radius: 999px;
    border: 1px solid rgba(28, 28, 28, 0.08);
    background: #fff;
    color: #1c1c1c !important;
    box-shadow: none;
    left: auto !important;
    right: 0 !important;
    overflow: hidden;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
}

body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist a:hover,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper a:hover,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap .woosw-btn:hover,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn:hover,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button:hover,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist:hover,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button:hover,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button a:hover,
body.shop-page .shop-results .products-grid.products li.product button.woosw-btn:hover {
    background-color: #ffffff;
    color: #b42323 !important;
    transform: translateY(-1px);
}

body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist svg,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper svg,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap svg,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn svg,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button svg,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist svg,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button svg,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button svg,
body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist img,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper img,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap img,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn img,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button img,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist img,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button img,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button img,
body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist i,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper i,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap i,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn i,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button i,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist i,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button i,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button i,
body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist span,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper span,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap span,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn span,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button span,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist span,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button span,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button span {
    display: none !important;
}

body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-add-to-wishlist a::before,
body.shop-page .shop-results .products-grid.products li.product .tinv-wraper a::before,
body.shop-page .shop-results .products-grid.products li.product .woosw-wrap .woosw-btn::before,
body.shop-page .shop-results .products-grid.products li.product .woosw-btn::before,
body.shop-page .shop-results .products-grid.products li.product .wcboost-wishlist-button::before,
body.shop-page .shop-results .products-grid.products li.product a.add_to_wishlist::before,
body.shop-page .shop-results .products-grid.products li.product a.tinvwl_add_to_wishlist_button::before,
body.shop-page .shop-results .products-grid.products li.product .jet-woo-builder-wishlist-button a::before,
body.shop-page .shop-results .products-grid.products li.product button.woosw-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b42323'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

body.shop-page .shop-results .products-grid.products li.product .feedback,
body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-wishlistaddedbrowse,
body.shop-page .shop-results .products-grid.products li.product .yith-wcwl-wishlistexistsbrowse,
body.shop-page .shop-results .products-grid.products li.product .tinvwl_add_to_wishlist-text,
body.shop-page .shop-results .products-grid.products li.product .tinvwl_add_to_wishlist_button-text,
body.shop-page .shop-results .products-grid.products li.product .woosw-added,
body.shop-page .shop-results .products-grid.products li.product .woosw-adding {
    display: none !important;
}

body.shop-page .shop-results .products-grid.products li.product .product-btn.button:hover,
body.shop-page .shop-results .products-grid.products li.product .product-btn.added_to_cart:hover,
body.shop-page .shop-results .products-grid.products li.product .product-btn.button.alt:hover {
    background-color: var(--btn-bg-hover);
    color: var(--font-clr);
}

body.shop-page .shop-results .products-grid.products li.product .product-btn.button:active,
body.shop-page .shop-results .products-grid.products li.product .product-btn.added_to_cart:active,
body.shop-page .shop-results .products-grid.products li.product .product-btn.button.alt:active {
    transform: scale(0.98);
}

body.shop-page .shop-results .products-grid.products li.product a.added_to_cart {
    margin-left: 8px;
}

body.shop-page .shop-results .products-grid.products li.product .button.loading::after,
body.shop-page .shop-results .products-grid.products li.product .button.added::after {
    position: static;
    margin-left: 8px;
}

body.shop-page .shop-results .products-grid.products li.product .button {
    margin: 0;
}

.shop-results .woocommerce-pagination {
    margin-top: 34px;
}

.shop-results .woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.shop-results .woocommerce-pagination ul.page-numbers li {
    border: none;
}

.shop-results .woocommerce-pagination ul.page-numbers li .page-numbers {
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-clr);
    border-radius: 8px;
    background-color: #fff;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: var(--font-sm);
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shop-results .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    background-color: var(--secondary-clr);
    border-color: var(--contrast-clr);
}

.shop-results .woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
    border-color: var(--btn-bg);
}

.woocommerce-info--empty {
    margin: 0;
}

.shop-benefits {
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.shop-benefit-card {
    padding: 28px 24px;
    background-color: var(--secondary-clr);
    border: 1px solid var(--border-clr);
    border-radius: 12px;
}

.shop-benefit-card h2 {
    margin-bottom: 14px;
    font-size: 24px;
    text-transform: none;
}

.shop-benefit-card p {
    margin: 0;
    font-size: var(--font-md);
}

.shop-cta-section {
    padding-top: 56px;
}

.shop-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.shop-cta-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

.shop-cta-btn {
    min-width: 200px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-family: var(--primary-font);
    font-size: var(--font-md);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shop-cta-btn-primary {
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
}

.shop-cta-btn-primary:hover {
    background-color: var(--btn-bg-hover);
    color: var(--font-clr);
}

.shop-cta-btn-secondary {
    background-color: transparent;
    color: var(--font-clr);
    border: 1px solid var(--border-clr);
}

.shop-cta-btn-secondary:hover {
    background-color: var(--border-clr);
}

.shop-cta-btn:active {
    transform: scale(0.98);
}

html:has(body.single-product) {
    scroll-snap-type: none;
}

body.single-product {
    min-height: 100vh;
}

body.single-product section {
    height: auto;
    min-height: auto;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
}

body.single-product .site-main {
    width: auto;
    margin: 0;
    padding: 40px var(--re-style-shell-padding) 88px;
}

body.single-product .site-main > .woocommerce-notices-wrapper {
    margin: 0 auto 24px;
    max-width: 1280px;
}

body.single-product div.product {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(400px, 0.95fr) minmax(360px, 1fr);
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
}

body.single-product div.product div.images,
body.single-product div.product div.summary,
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .woocommerce-product-gallery .flex-viewport,
body.single-product div.product .woocommerce-product-gallery__wrapper {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
}

body.single-product div.product div.images,
body.single-product div.product .woocommerce-product-gallery {
    grid-column: 1;
}

body.single-product div.product div.summary,
body.single-product div.product .summary {
    grid-column: 2;
}

body.single-product div.product .woocommerce-product-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-width: 0;
    margin-bottom: 0;
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport {
    grid-column: 2;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    min-height: clamp(320px, 34vw, 500px);
    overflow: hidden;
    background-color: var(--secondary-clr);
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: block;
    height: 100%;
    min-width: 0;
}

body.single-product div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    grid-column: 2;
    width: 100%;
    min-height: clamp(320px, 34vw, 500px);
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
body.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
    height: 100%;
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    display: flex;
    align-items: stretch;
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: clamp(320px, 34vw, 500px);
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    display: block;
}

body.single-product div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    width: 100%;
    min-height: clamp(320px, 34vw, 500px);
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    min-height: 0;
    border: 1px solid var(--border-clr);
    border-radius: 12px;
    background-color: var(--secondary-clr);
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.single-product div.product .flex-control-thumbs {
    grid-column: 1;
    order: -1;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.single-product div.product .flex-control-thumbs li {
    margin: 0;
}

body.single-product div.product .flex-control-thumbs img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border: 1px solid var(--border-clr);
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

body.single-product div.product .flex-control-thumbs img.flex-active,
body.single-product div.product .flex-control-thumbs img:hover {
    border-color: var(--contrast-clr);
    transform: translateY(-1px);
}

body.single-product div.product .woocommerce-product-gallery.re-style-gallery--single-image {
    grid-template-columns: minmax(0, 1fr);
}

body.single-product div.product .woocommerce-product-gallery.re-style-gallery--single-image .flex-viewport {
    grid-column: 1;
}

body.single-product div.product .woocommerce-product-gallery.re-style-gallery--single-image > .woocommerce-product-gallery__wrapper {
    grid-column: 1;
}

body.single-product div.product .woocommerce-product-gallery.re-style-gallery--single-image .flex-control-thumbs {
    display: none;
}

body.single-product div.product .woocommerce-product-gallery__trigger,
body.single-product div.product span.onsale {
    position: absolute;
    z-index: 3;
}

body.single-product div.product span.onsale {
    top: 14px;
    left: 14px;
    min-width: 0;
    min-height: 32px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background-color: #710e0e;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 10px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

body.single-product div.product .summary {
    position: relative;
    margin: 0;
    padding-top: 6px;
}

body.single-product div.product .summary .product_title {
    margin-bottom: 10px;
    padding-right: 48px;
    font-size: clamp(32px, 3vw, 41.6px);
    line-height: 1.02;
}

body.single-product div.product .summary > * {
    clear: none !important;
}

body.single-product div.product .summary .price,
body.single-product div.product .summary .price .amount {
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 22.4px;
    font-weight: 700;
    text-decoration: none;
}

body.single-product div.product .summary .price {
    margin-bottom: 20px;
}

body.single-product div.product .summary .price ins,
body.single-product div.product .summary .price a,
body.single-product div.product .summary .price ins *,
body.single-product div.product .summary .price > .amount,
body.single-product div.product .summary .price .amount {
    background: transparent;
    text-decoration: none !important;
}

body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-message,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-info,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-error {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 17.6px 20px;
    border: 1px solid var(--border-clr);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(28, 28, 28, 0.06);
    color: var(--font-clr);
    font-family: var(--secondary-font);
    list-style: none;
}

body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-message::before,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-info::before,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-error::before {
    position: static;
    margin: 0;
    color: #9ab21e;
    font-size: 16px;
    line-height: 1;
}

body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-message a.button,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-info a.button,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-error a.button {
    order: 2;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    padding: 0 17.6px;
    border: 1px solid var(--border-clr);
    border-radius: 10px;
    background: var(--secondary-clr);
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 13.12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-info a.button:hover,
body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-error a.button:hover {
    background: var(--btn-bg);
    color: var(--contrast-clr);
}

body.single-product div.product .summary .price del {
    margin-right: 8px;
    opacity: 0.55;
    text-decoration-line: line-through !important;
    text-decoration-style: solid !important;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
}

body.single-product div.product .summary .price del *,
body.single-product div.product .summary .price del span,
body.single-product div.product .summary .price del bdi,
body.single-product div.product .summary .price del .amount {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none !important;
}

.re-style-single-description {
    margin-bottom: 28px;
}

.re-style-single-description__title {
    display: none;
    margin-bottom: 12px;
    font-size: 15.68px;
    text-transform: none;
}

.re-style-single-description__content {
    position: relative;
}

.re-style-single-description__content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 72px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.re-style-single-description.is-collapsible:not(.is-expanded) .re-style-single-description__content {
    max-height: 9.8em;
    overflow: hidden;
}

.re-style-single-description.is-collapsible:not(.is-expanded) .re-style-single-description__content::after {
    opacity: 1;
}

.re-style-single-description__content > :first-child {
    margin-top: 0;
}

.re-style-single-description__content > :last-child {
    margin-bottom: 0;
}

.re-style-single-description__content p,
.re-style-single-description__content ul,
.re-style-single-description__content ol {
    margin: 0 0 12px;
    max-width: 46ch;
    font-size: 15.68px;
    line-height: 1.75;
    color: rgba(28, 28, 28, 0.82);
}

.re-style-single-description__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 13.12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.re-style-single-description__toggle-label--collapse {
    display: none;
}

.re-style-single-description.is-expanded .re-style-single-description__toggle-label--expand {
    display: none;
}

.re-style-single-description.is-expanded .re-style-single-description__toggle-label--collapse {
    display: inline;
}

body.single-product div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 14px;
}

body.single-product div.product form.cart.variations_form {
    display: grid;
    gap: 20px;
    align-items: start;
}

body.single-product div.product form.cart table.variations {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 13.6px;
}

body.single-product div.product form.cart table.variations tbody,
body.single-product div.product form.cart table.variations tr {
    display: grid;
    gap: 8.8px;
}

body.single-product div.product form.cart table.variations td,
body.single-product div.product form.cart table.variations th {
    width: auto;
    padding: 0;
    border: 0;
    text-align: left;
    vertical-align: top;
}

body.single-product div.product form.cart table.variations th.label label {
    margin: 0;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 15.68px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

body.single-product div.product form.cart table.variations td.value {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 13.6px;
}

body.single-product div.product form.cart table.variations select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--border-clr);
    border-radius: 10px;
    background-color: #fff;
    color: var(--font-clr);
    font-family: var(--secondary-font);
    font-size: 15.68px;
}

body.single-product div.product form.cart table.variations .reset_variations {
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 14.08px;
    font-weight: 500;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
    white-space: nowrap;
}

body.single-product div.product form.cart .single_variation_wrap {
    display: grid;
    gap: 16px;
}

body.single-product div.product form.cart .woocommerce-variation {
    display: grid;
    gap: 5.6px;
}

body.single-product div.product form.cart .woocommerce-variation-price,
body.single-product div.product form.cart .woocommerce-variation-price .price,
body.single-product div.product form.cart .woocommerce-variation-price .amount {
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 19.2px;
    font-weight: 700;
    text-decoration: none;
}

body.single-product div.product form.cart .woocommerce-variation-price ins,
body.single-product div.product form.cart .woocommerce-variation-price del,
body.single-product div.product form.cart .woocommerce-variation-price del .amount {
    background: transparent;
    text-decoration: none;
}

body.single-product div.product form.cart .woocommerce-variation-price del,
body.single-product div.product form.cart .woocommerce-variation-price del .amount {
    text-decoration: line-through;
}

body.single-product div.product form.cart .woocommerce-variation-availability,
body.single-product div.product form.cart .woocommerce-variation-description {
    margin: 0;
}

body.single-product div.product form.cart .woocommerce-variation-availability p {
    margin: 0;
    color: rgba(28, 28, 28, 0.72);
    font-family: var(--secondary-font);
}

body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 14px;
}

body.single-product div.product form.cart .quantity {
    display: grid;
    grid-template-columns: 44px minmax(54px, 64px) 44px;
    align-items: center;
    height: 52px;
    border: 1px solid var(--border-clr);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bg-clr);
    margin-right: 14px;
}

body.single-product div.product form.cart .quantity .qty {
    width: 100% !important;
    height: 100%;
    min-width: 0;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--font-clr);
    font-family: var(--secondary-font);
    font-size: 15.68px;
    font-weight: 600;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

body.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button,
body.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.re-style-quantity-button {
    width: 44px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--contrast-clr);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.re-style-quantity-button:hover {
    background-color: var(--secondary-clr);
    color: var(--font-clr);
}

body.single-product div.product form.cart .single_add_to_cart_button.button {
    min-width: min(100%, 320px);
    height: 52px;
    padding: 0 28px;
    border-radius: 8px;
    border: 0;
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
    font-family: var(--primary-font);
    font-size: var(--font-sm);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.single-product div.product form.cart .single_add_to_cart_button.button:hover {
    background-color: var(--btn-bg-hover);
    color: var(--font-clr);
}

body.single-product div.product form.cart .single_add_to_cart_button.button:active {
    transform: scale(0.98);
}

body.single-product div.product .summary .re-style-wishlist-button--single {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
}

body.single-product div.product .summary .re-style-wishlist-button--single .re-style-wishlist-button__icon svg {
    width: 20px;
    height: 20px;
}

body.single-product div.product .summary .yith-wcwl-add-to-wishlist,
body.single-product div.product .summary .tinv-wraper,
body.single-product div.product .summary .woosw-wrap,
body.single-product div.product .summary .woosw-btn {
    display: none !important;
}

body.single-product div.product .summary .feedback,
body.single-product div.product .summary .yith-wcwl-wishlistaddedbrowse,
body.single-product div.product .summary .yith-wcwl-wishlistexistsbrowse,
body.single-product div.product .summary .tinvwl_add_to_wishlist-text,
body.single-product div.product .summary .tinvwl_add_to_wishlist_button-text,
body.single-product div.product .summary .woosw-added,
body.single-product div.product .summary .woosw-adding {
    display: none !important;
}

body.single-product div.product .summary .product_meta {
    display: none;
}

body.single-product .related.products {
    max-width: 1280px;
    margin: 0 auto;
}

body.single-product .related.products {
    margin-top: 80px;
}

body.single-product .related.products > h2,
body.single-product .re-style-single-reviews-section .woocommerce-Reviews-title,
body.single-product .re-style-single-reviews-section #reply-title {
    margin-bottom: 24px;
    font-size: clamp(27.2px, 2vw, 34.4px);
    text-transform: none;
}

body.single-product .related.products ul.products {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid !important;
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
    grid-auto-rows: 1fr;
    gap: 20px;
    align-items: stretch;
    justify-items: stretch;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after {
    display: none !important;
    content: none !important;
}

body.single-product .related.products ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-self: stretch;
    align-self: stretch;
    flex: 1 1 auto;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex-basis: auto !important;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--border-clr);
    border-radius: 12px;
    background-color: #fff;
}

body.single-product .related.products ul.products li.product .product-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: var(--secondary-clr);
}

body.single-product .related.products ul.products li.product .product-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.single-product .related.products ul.products li.product .product-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 18px;
}

body.single-product .related.products ul.products li.product .product-info h3 {
    min-height: 42px;
    margin: 0;
    font-size: 18px;
}

body.single-product .related.products ul.products li.product .product-info h3 a {
    color: var(--font-clr);
    text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.single-product .related.products ul.products li.product .product-info p {
    min-height: 63px;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    font-size: var(--font-sm);
    line-height: 1.5;
    color: #4c4c4c;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.single-product .related.products ul.products li.product .product-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

body.single-product .related.products ul.products li.product .product-price-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

body.single-product .related.products ul.products li.product .product-price,
body.single-product .related.products ul.products li.product .product-price .amount {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--font-clr);
}

body.single-product .related.products ul.products li.product .product-price,
body.single-product .related.products ul.products li.product .product-price .amount,
body.single-product .related.products ul.products li.product .product-price bdi,
body.single-product .related.products ul.products li.product .product-price .woocommerce-Price-currencySymbol,
body.single-product .related.products ul.products li.product .product-price ins,
body.single-product .related.products ul.products li.product .product-price ins *,
body.single-product .related.products ul.products li.product .product-price a {
    text-decoration: none !important;
}

body.single-product .related.products ul.products li.product .product-price del,
body.single-product .related.products ul.products li.product .product-price del .amount,
body.single-product .related.products ul.products li.product .product-price del bdi,
body.single-product .related.products ul.products li.product .product-price del .woocommerce-Price-currencySymbol {
    font-family: var(--secondary-font);
    font-size: 14.4px;
    font-weight: 400;
    color: var(--icon-clr);
    text-decoration: line-through !important;
}

body.single-product .related.products ul.products li.product .product-price ins,
body.single-product .related.products ul.products li.product .product-price ins .amount,
body.single-product .related.products ul.products li.product .product-price ins bdi,
body.single-product .related.products ul.products li.product .product-price ins .woocommerce-Price-currencySymbol {
    text-decoration: none !important;
}

body.single-product .related.products ul.products li.product .product-price-old {
    font-family: var(--secondary-font);
    font-size: 14.4px;
    color: var(--icon-clr);
    text-decoration: line-through;
}

body.single-product .related.products ul.products li.product .product-btn.button,
body.single-product .related.products ul.products li.product .product-btn.button.alt,
body.single-product .related.products ul.products li.product .product-btn.added_to_cart {
    min-width: 120px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
    font-family: var(--primary-font);
    font-size: 12.48px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.4px;
}

body.single-product .related.products ul.products li.product a.added_to_cart {
    margin-left: 0;
}

body.single-product .re-style-single-reviews-section {
    grid-column: 1 / -1;
    margin-top: 64px;
    width: 100%;
    max-width: none;
    padding: 40px;
    border: 1px solid var(--border-clr);
    border-radius: 24px;
    background-color: var(--secondary-clr);
    box-shadow: 0 20px 48px rgba(28, 28, 28, 0.05);
    overflow: hidden;
}

body.single-product .re-style-single-reviews-section #reviews {
    display: grid;
    gap: 36px;
}

body.single-product .re-style-single-reviews-section #review_form_wrapper,
body.single-product .re-style-single-reviews-section #review_form,
body.single-product .re-style-single-reviews-section .comment-respond,
body.single-product .re-style-single-reviews-section .woocommerce-Reviews,
body.single-product .re-style-single-reviews-section .woocommerce-Reviews #comments,
body.single-product .re-style-single-reviews-section .woocommerce-Reviews #review_form_wrapper,
body.single-product .re-style-single-reviews-section .woocommerce-Reviews ol.commentlist,
body.single-product .re-style-single-reviews-section .woocommerce-Reviews .commentlist {
    width: 100%;
    max-width: none;
    min-width: 0;
    float: none;
}

body.single-product .re-style-single-reviews-section aside,
body.single-product .re-style-single-reviews-section .widget,
body.single-product .re-style-single-reviews-section .widget-area,
body.single-product .re-style-single-reviews-section .sidebar,
body.single-product .re-style-single-reviews-section .secondary,
body.single-product .re-style-single-reviews-section .site-sidebar {
    display: none !important;
}

body.single-product .re-style-single-reviews-section #comments,
body.single-product .re-style-single-reviews-section #review_form_wrapper,
body.single-product .re-style-single-reviews-section .comment-respond {
    margin: 0;
}

body.single-product .re-style-single-reviews-section #review_form_wrapper {
    padding: 28px;
    border: 1px solid rgba(28, 28, 28, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.58);
}

body.single-product .re-style-single-reviews-section .woocommerce-Reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0;
    padding: 0;
}

body.single-product .re-style-single-reviews-section .woocommerce-Reviews #comments ol.commentlist li img.avatar {
    top: 10px !important;
    left: 10px !important;
}

body.single-product .re-style-single-reviews-section .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px;
}

body.single-product .re-style-single-reviews-section .commentlist li {
    margin: 0;
    padding: 24px;
    border: 1px solid rgba(28, 28, 28, 0.08);
    border-radius: 20px;
    background-color: var(--bg-clr) !important;
    box-shadow: 0 12px 28px rgba(28, 28, 28, 0.06);
}

body.single-product .re-style-single-reviews-section .comment_container {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

body.single-product .re-style-single-reviews-section .comment_container > img.avatar {
    grid-column: 1;
    align-self: start;
    justify-self: start;
    display: block;
    margin: 0;
}

body.single-product .re-style-single-reviews-section .comment_container > .comment-text {
    grid-column: 2;
    align-self: start;
}

body.single-product .re-style-single-reviews-section .avatar {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    object-fit: cover;
    background: #fff;
    flex-shrink: 0;
}

body.single-product .re-style-single-reviews-section .meta,
body.single-product .re-style-single-reviews-section .description p {
    margin: 0;
}

body.single-product .re-style-single-reviews-section .woocommerce-Reviews-title,
body.single-product .re-style-single-reviews-section #reply-title {
    margin-bottom: 0;
    font-size: clamp(28px, 2.2vw, 36px);
    line-height: 1.02;
}

body.single-product .re-style-single-reviews-section #comments {
    display: grid;
    gap: 24px;
}

body.single-product .re-style-single-reviews-section .comment-text {
    display: grid;
    gap: 12px;
    min-width: 0;
}

body.single-product .re-style-single-reviews-section .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    color: var(--icon-clr);
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 1.5;
}

body.single-product .re-style-single-reviews-section .meta .woocommerce-review__dash {
    display: none;
}

body.single-product .re-style-single-reviews-section .meta strong,
body.single-product .re-style-single-reviews-section .meta .woocommerce-review__author {
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
}

body.single-product .re-style-single-reviews-section .description p {
    color: rgba(28, 28, 28, 0.82);
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 1.75;
}

body.single-product .re-style-single-reviews-section .star-rating {
    margin: 0;
}

body.single-product .re-style-single-reviews-section .comment-form-rating,
body.single-product .re-style-single-reviews-section .comment-form-comment,
body.single-product .re-style-single-reviews-section .comment-form-author,
body.single-product .re-style-single-reviews-section .comment-form-email {
    margin-bottom: 16px;
}

body.single-product .re-style-single-reviews-section .comment-form-author,
body.single-product .re-style-single-reviews-section .comment-form-email {
    width: 100%;
}

body.single-product .re-style-single-reviews-section form.comment-form {
    display: grid;
    gap: 0;
}

body.single-product .re-style-single-reviews-section form.comment-form label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.single-product .re-style-single-reviews-section input[type="text"],
body.single-product .re-style-single-reviews-section input[type="email"],
body.single-product .re-style-single-reviews-section textarea,
body.single-product .re-style-single-reviews-section select {
    width: 100%;
    border: 1px solid rgba(28, 28, 28, 0.12);
    border-radius: 14px;
    background-color: #fff;
    color: var(--font-clr);
    font-family: var(--secondary-font);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.single-product .re-style-single-reviews-section input[type="text"],
body.single-product .re-style-single-reviews-section input[type="email"],
body.single-product .re-style-single-reviews-section select {
    height: 48px;
    padding: 0 14px;
}

body.single-product .re-style-single-reviews-section textarea {
    min-height: 160px;
    padding: 16px;
    resize: vertical;
}

body.single-product .re-style-single-reviews-section input[type="text"]:focus,
body.single-product .re-style-single-reviews-section input[type="email"]:focus,
body.single-product .re-style-single-reviews-section textarea:focus,
body.single-product .re-style-single-reviews-section select:focus {
    border-color: var(--contrast-clr);
    box-shadow: 0 0 0 3px rgba(208, 185, 133, 0.14);
    background-color: #fff;
    outline: none;
}

body.single-product .re-style-single-reviews-section .form-submit {
    margin: 0;
}

body.single-product .re-style-single-reviews-section .submit {
    min-width: 220px;
    height: 52px;
    padding: 0 26px;
    border: 1px solid var(--btn-bg);
    border-radius: 12px;
    background-color: var(--btn-bg) !important;
    color: var(--contrast-clr) !important;
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.single-product .re-style-single-reviews-section .submit:hover {
    border-color: var(--btn-bg-hover);
    background-color: var(--btn-bg-hover) !important;
    color: var(--font-clr) !important;
    transform: translateY(-1px);
}

body.single-product #sidebar {
    display: none !important;
}

body.woocommerce-account .site-main {
    width: auto;
    margin: 0;
    padding: 40px var(--re-style-shell-padding) 88px;
}

body.woocommerce-account .entry-page {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
}

body.woocommerce-account .entry-content {
    display: grid;
    gap: 32px;
}

body.woocommerce-account .woocommerce,
body.woocommerce-account .woocommerce p,
body.woocommerce-account .woocommerce li,
body.woocommerce-account .woocommerce td,
body.woocommerce-account .woocommerce address,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce .woocommerce-form-login,
body.woocommerce-account .woocommerce .woocommerce-form-register {
    font-family: var(--secondary-font);
}

.re-style-account-intro {
    display: grid;
    gap: 20px;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--border-clr);
    border-radius: 16px;
    background:
        radial-gradient(circle at top left, rgba(208, 185, 133, 0.18), transparent 384px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 234, 219, 0.95));
}

.re-style-account-intro__copy {
    display: grid;
    gap: 14px;
    max-width: 768px;
}

.re-style-account-intro__title {
    margin: 0;
    font-size: clamp(36px, 4vw, 57.6px);
    line-height: 1.02;
}

.re-style-account-intro__description {
    margin: 0;
    font-size: var(--re-style-font-size-lead);
    line-height: 1.7;
}

body.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.woocommerce form.login {
    margin: 0;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    display: none;
}

body.woocommerce-account:not(.logged-in) .entry-content .woocommerce {
    grid-template-columns: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce form.checkout_coupon,
body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register {
    width: auto;
    float: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: calc(var(--re-style-topbar-height) + var(--re-style-header-height) + 24px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 16px;
    list-style: none;
    display: grid;
    gap: 8px;
    border: 1px solid var(--border-clr);
    border-radius: 16px;
    background: var(--secondary-clr);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 14.4px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fff;
    border-color: var(--contrast-clr);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    transform: translateY(-1px);
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce #customer_login .u-column1,
body.woocommerce-account .woocommerce #customer_login .u-column2 {
    min-width: 0;
    padding: clamp(20px, 2vw, 32px);
    border: 1px solid var(--border-clr);
    border-radius: 16px;
    background: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content > :first-child,
body.woocommerce-account .woocommerce #customer_login .u-column1 > :first-child,
body.woocommerce-account .woocommerce #customer_login .u-column2 > :first-child {
    margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content > :last-child,
body.woocommerce-account .woocommerce #customer_login .u-column1 > :last-child,
body.woocommerce-account .woocommerce #customer_login .u-column2 > :last-child {
    margin-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce #customer_login h2,
body.woocommerce-account .woocommerce .woocommerce-Address-title h3,
body.woocommerce-account .woocommerce .woocommerce-order-details__title,
body.woocommerce-account .woocommerce .woocommerce-column__title {
    margin-bottom: 16px;
    font-family: var(--primary-font);
    font-size: clamp(24px, 2vw, 32px);
    text-transform: none;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button),
body.woocommerce-account .woocommerce .woocommerce-Address-title a,
body.woocommerce-account .woocommerce .woocommerce-orders-table__cell-order-actions a {
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-weight: 500;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover,
body.woocommerce-account .woocommerce .woocommerce-Address-title a:hover,
body.woocommerce-account .woocommerce .woocommerce-orders-table__cell-order-actions a:hover {
    color: var(--btn-bg-hover);
}

body.woocommerce-account .woocommerce #customer_login {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 460px));
    gap: 24px;
    justify-content: center;
    width: min(100%, 1000px);
    margin: 0 auto;
}

body.woocommerce-account .woocommerce form .form-row {
    margin: 0 0 16px;
}

body.woocommerce-account .woocommerce form label {
    margin-bottom: 7.2px;
    display: block;
    font-family: var(--primary-font);
    font-size: 13.12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.woocommerce-account .woocommerce form input:not([type="checkbox"]):not([type="radio"]),
body.woocommerce-account .woocommerce form select,
body.woocommerce-account .woocommerce form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14.4px;
    border: 1px solid var(--border-clr);
    border-radius: 10px;
    background: #fff;
    color: var(--font-clr);
    font-family: var(--secondary-font);
    font-size: var(--font-md);
}

body.woocommerce-account .woocommerce form textarea {
    min-height: 144px;
    resize: vertical;
}

body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce .button,
body.woocommerce-account .woocommerce a.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 19.2px;
    border: 0;
    border-radius: 10px;
    background: var(--btn-bg);
    color: var(--contrast-clr);
    font-family: var(--primary-font);
    font-size: 13.12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce a.button:hover {
    background: var(--btn-bg-hover);
    color: var(--font-clr);
}

body.woocommerce-account .woocommerce table.shop_table,
body.woocommerce-account .woocommerce table.my_account_orders,
body.woocommerce-account .woocommerce table.woocommerce-orders-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid var(--border-clr);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

body.woocommerce-account .woocommerce table.shop_table th,
body.woocommerce-account .woocommerce table.shop_table td,
body.woocommerce-account .woocommerce table.my_account_orders th,
body.woocommerce-account .woocommerce table.my_account_orders td,
body.woocommerce-account .woocommerce table.woocommerce-orders-table th,
body.woocommerce-account .woocommerce table.woocommerce-orders-table td {
    padding: 15.68px 16px;
    border-bottom: 1px solid var(--border-clr);
    text-align: left;
}

body.woocommerce-account .woocommerce table.shop_table th,
body.woocommerce-account .woocommerce table.my_account_orders th,
body.woocommerce-account .woocommerce table.woocommerce-orders-table th {
    background: var(--secondary-clr);
    font-family: var(--primary-font);
    font-size: 13.12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.woocommerce-account .woocommerce table.shop_table tr:last-child td,
body.woocommerce-account .woocommerce table.my_account_orders tr:last-child td,
body.woocommerce-account .woocommerce table.woocommerce-orders-table tr:last-child td {
    border-bottom: 0;
}

body.woocommerce-account .woocommerce .woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-error {
    margin: 0 0 16px;
    padding: 16px 17.6px;
    border: 1px solid var(--border-clr);
    border-radius: 12px;
    background: var(--secondary-clr);
    list-style: none;
}

body.woocommerce-account .woocommerce .addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

body.woocommerce-account .woocommerce .addresses .col-1,
body.woocommerce-account .woocommerce .addresses .col-2 {
    width: auto;
    max-width: none;
    float: none;
    margin: 0;
}

body.woocommerce-account .woocommerce .addresses .woocommerce-Address {
    min-height: 100%;
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--border-clr);
    border-radius: 16px;
    background: var(--secondary-clr);
}

body.woocommerce-account .woocommerce .addresses .woocommerce-Address-title {
    display: grid;
    gap: 12px;
    margin-bottom: 0;
    align-items: start;
}

body.woocommerce-account .woocommerce .addresses .woocommerce-Address-title h3 {
    margin: 0;
    float: none;
}

body.woocommerce-account .woocommerce .addresses .woocommerce-Address-title a {
    width: fit-content;
    margin: 0;
    float: none;
    display: inline-flex;
    align-items: center;
    text-align: left;
    line-height: 1.45;
    text-underline-offset: 0.16em;
}

body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set,
body.woocommerce-account .woocommerce .woocommerce-Addresses {
    width: 100%;
    max-width: none;
}

body.re-style-account-endpoint-edit-address .woocommerce .addresses,
body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

body.re-style-account-endpoint-edit-address .woocommerce .addresses .col-1,
body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses .col-1 {
    order: 2;
}

body.re-style-account-endpoint-edit-address .woocommerce .addresses .col-2,
body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses .col-2 {
    order: 1;
}

body.re-style-account-endpoint-edit-address .woocommerce .addresses .woocommerce-Address,
body.re-style-account-endpoint-edit-address .woocommerce .u-columns.woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    max-width: none;
}

body.re-style-account-endpoint-edit-address .woocommerce .woocommerce-Address-title h3,
body.re-style-account-endpoint-edit-address .woocommerce .woocommerce-Address-title a {
    float: none;
}

body.re-style-account-endpoint-edit-address .woocommerce .woocommerce-Address-title a {
    justify-self: start;
}

body.woocommerce-account .woocommerce .woocommerce-pagination,
body.woocommerce-account .woocommerce .woocommerce-Button,
body.woocommerce-account .woocommerce .woocommerce-orders-table__cell-order-actions {
    margin-top: 16px;
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content ul:not(.woocommerce-Address-fields):not(.woocommerce-error):not(.woocommerce-info):not(.woocommerce-message) {
    padding-left: 17.6px;
}

body.re-style-account-endpoint-dashboard .woocommerce-MyAccount-content > p:first-of-type {
    padding: 16px 17.6px;
    border-left: 3px solid var(--contrast-clr);
    border-radius: 0 12px 12px 0;
    background: rgba(240, 234, 219, 0.55);
}

body.re-style-account-endpoint-dashboard .woocommerce-MyAccount-content a:not(.button) {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

body.re-style-account-endpoint-orders .woocommerce-MyAccount-content,
body.re-style-account-endpoint-downloads .woocommerce-MyAccount-content,
body.re-style-account-endpoint-view-order .woocommerce-MyAccount-content,
body.re-style-account-endpoint-payment-methods .woocommerce-MyAccount-content,
body.re-style-account-endpoint-add-payment-method .woocommerce-MyAccount-content,
body.re-style-account-endpoint-edit-address .woocommerce-MyAccount-content,
body.re-style-account-endpoint-edit-account .woocommerce-MyAccount-content,
body.re-style-account-endpoint-subscriptions .woocommerce-MyAccount-content {
    box-shadow: 0 18px 40px rgba(28, 28, 28, 0.04);
}

body.re-style-account-endpoint-orders .woocommerce-orders-table__cell-order-actions,
body.re-style-account-endpoint-view-order .woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10.4px;
}

body.re-style-account-endpoint-orders .woocommerce-orders-table__cell-order-actions .button,
body.re-style-account-endpoint-view-order .woocommerce-orders-table__cell-order-actions .button {
    margin: 0;
}

body.re-style-account-endpoint-downloads .woocommerce-table--downloads td.download-file a,
body.re-style-account-endpoint-dashboard .woocommerce-MyAccount-downloads-file a {
    font-family: var(--primary-font);
    font-weight: 600;
}

body.re-style-account-endpoint-edit-address .woocommerce-Address,
body.re-style-account-endpoint-edit-address .woocommerce-Address-title,
body.re-style-account-endpoint-edit-account .woocommerce-form-row,
body.re-style-account-endpoint-edit-account .woocommerce-form-row label {
    min-width: 0;
}

body.re-style-account-endpoint-edit-address .woocommerce-Address address {
    margin: 0;
    line-height: 1.8;
}

@media (min-width: 1101px) {
    body.re-style-account-endpoint-edit-address .woocommerce .addresses,
    body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses {
        grid-template-columns: minmax(0, 1fr);
    }

    body.re-style-account-endpoint-edit-address .woocommerce .addresses .col-1,
    body.re-style-account-endpoint-edit-address .woocommerce .addresses .col-2,
    body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses .col-1,
    body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses .col-2 {
        display: block;
        width: 100%;
    }

    body.re-style-account-endpoint-edit-address .woocommerce .woocommerce-Address,
    body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
        width: 100%;
        grid-template-rows: auto 1fr;
    }

    body.re-style-account-endpoint-edit-address .woocommerce .woocommerce-Address--billing,
    body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address--billing {
        background: transparent;
        border-color: var(--border-clr);
        color: var(--font-clr);
    }
}

body.re-style-account-endpoint-edit-account fieldset {
    margin: 32px 0 0;
    padding: 24px;
    border: 1px solid var(--border-clr);
    border-radius: 14px;
    background: rgba(240, 234, 219, 0.42);
}

body.re-style-account-endpoint-edit-account fieldset legend {
    padding: 0 8px;
    font-family: var(--primary-font);
    font-size: 14.4px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.re-style-account-endpoint-subscriptions .woocommerce-MyAccount-content .button,
body.re-style-account-endpoint-payment-methods .woocommerce-MyAccount-content .button {
    margin-top: 8px;
}

body.re-style-account-endpoint-dashboard .woocommerce-MyAccount-navigation ul li.is-active a,
body.re-style-account-endpoint-orders .woocommerce-MyAccount-navigation ul li.is-active a,
body.re-style-account-endpoint-downloads .woocommerce-MyAccount-navigation ul li.is-active a,
body.re-style-account-endpoint-edit-address .woocommerce-MyAccount-navigation ul li.is-active a,
body.re-style-account-endpoint-edit-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.re-style-account-endpoint-customer-logout .woocommerce-MyAccount-navigation ul li.is-active a,
body.re-style-account-endpoint-subscriptions .woocommerce-MyAccount-navigation ul li.is-active a {
    box-shadow: inset 0 0 0 1px rgba(208, 185, 133, 0.35);
}

@media (min-width: 1101px) {
    body.woocommerce-account .woocommerce #customer_login {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 620px));
        width: min(100%, 1320px);
    }

    body.woocommerce-account .woocommerce #customer_login .u-column1 {
        padding: 36px 40px;
    }

    body.woocommerce-account .woocommerce #customer_login .woocommerce-form-login {
        max-width: none;
    }
}

@media (max-width: 1100px) {
    .shop-page-main {
        padding-right: 32px;
        padding-left: 32px;
    }

    .shop-layout-page {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 24px;
    }

    body.shop-page .shop-results .products-grid.products {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }

    body.woocommerce-account .woocommerce {
        grid-template-columns: minmax(0, 1fr);
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
    }

    body.woocommerce-account .woocommerce #customer_login {
        grid-template-columns: minmax(0, 1fr);
    }

    body.woocommerce-account .woocommerce .addresses {
        grid-template-columns: minmax(0, 1fr);
    }

    body.re-style-account-endpoint-edit-address .woocommerce .addresses,
    body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses.col2-set.addresses {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product div.product {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    body.single-product div.product div.images,
    body.single-product div.product .woocommerce-product-gallery,
    body.single-product div.product div.summary,
    body.single-product div.product .summary {
        grid-column: auto;
    }

    body.single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    body.shop-page {
        overflow-x: hidden;
    }

    .shop-toolbar-top,
    .shop-benefits {
        grid-template-columns: 1fr;
    }

    .shop-toolbar-top {
        gap: 14px;
    }

    .shop-toolbar-controls {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
    }

    .shop-layout-page {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .shop-filters-toggle {
        height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
        border: 1px solid var(--border-clr);
        border-radius: 8px;
        background-color: #fff;
        color: var(--font-clr);
        font-family: var(--primary-font);
        font-size: var(--font-sm);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    .shop-filters-toggle:hover {
        background-color: var(--secondary-clr);
        border-color: var(--contrast-clr);
    }

    .shop-filters-overlay {
        position: fixed;
        inset: 0;
        z-index: 997;
        display: block;
        opacity: 0;
        visibility: hidden;
        border: 0;
        background: rgba(28, 28, 28, 0.38);
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 998;
        width: 100vw;
        max-width: 100%;
        height: 100dvh;
        padding: 0;
        transform: translateX(-100%);
        transition: transform 0.24s ease;
        order: 2;
    }

    .shop-results {
        order: 1;
    }

    body.shop-page.shop-filters-open {
        overflow: hidden;
    }

    body.shop-page.shop-filters-open .shop-filters-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.shop-page.shop-filters-open .shop-sidebar {
        transform: translateX(0);
    }

    .shop-filters-card {
        height: 100%;
        overflow: auto;
        border-radius: 0;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
    }

    .shop-filters-close {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid var(--border-clr);
        border-radius: 999px;
        background-color: #fff;
        color: var(--font-clr);
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .shop-filters-close span {
        font-size: 26px;
        line-height: 1;
        transform: translateY(-1px);
    }

    .shop-filters-close:hover {
        background-color: var(--secondary-clr);
        border-color: var(--contrast-clr);
    }

    .shop-filters-close:active {
        transform: scale(0.98);
    }

    body.single-product .site-main {
        padding-right: 32px;
        padding-left: 32px;
        padding-bottom: 64px;
    }

    body.single-product div.product .woocommerce-product-gallery {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product div.product .woocommerce-product-gallery .flex-viewport,
    body.single-product div.product .flex-control-thumbs {
        grid-column: auto;
    }

    body.single-product div.product .flex-control-thumbs {
        order: 0;
        grid-auto-flow: column;
        grid-auto-columns: minmax(72px, 92px);
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    body.single-product div.product span.onsale {
        left: 14px;
        right: auto;
    }
}

@media (max-width: 782px) {
    body.shop-page .shop-results .products-grid.products li.product .product-price,
    body.shop-page .shop-results .products-grid.products li.product .product-price .amount,
    body.shop-page .shop-results .products-grid.products li.product .product-price bdi,
    body.shop-page .shop-results .products-grid.products li.product .product-price .woocommerce-Price-currencySymbol,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins *,
    body.shop-page .shop-results .products-grid.products li.product .product-price a {
        text-decoration: none !important;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-price del,
    body.shop-page .shop-results .products-grid.products li.product .product-price del .amount,
    body.shop-page .shop-results .products-grid.products li.product .product-price del bdi,
    body.shop-page .shop-results .products-grid.products li.product .product-price del .woocommerce-Price-currencySymbol {
        font-size: var(--font-md);
        font-family: var(--secondary-font);
        font-weight: 400;
        color: var(--icon-clr);
        text-decoration: line-through !important;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-price ins,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins .amount,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins bdi,
    body.shop-page .shop-results .products-grid.products li.product .product-price ins .woocommerce-Price-currencySymbol {
        text-decoration: none !important;
    }

    .shop-page-main .woocommerce-message,
    .shop-page-main .woocommerce-info,
    .shop-page-main .woocommerce-error {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-page-main .woocommerce-message a.button,
    .shop-page-main .woocommerce-info a.button,
    .shop-page-main .woocommerce-error a.button {
        width: 100%;
        margin-left: 0;
    }

    .shop-page-main {
        padding-right: var(--re-style-mobile-main-padding, 20px);
        padding-left: var(--re-style-mobile-main-padding, 20px);
        padding-top: 24px;
        padding-bottom: 56px;
    }

    .shop-toolbar-section {
        margin-bottom: 28px;
        padding-bottom: 20px;
    }

    .shop-toolbar-top {
        gap: 12px;
    }

    .shop-toolbar-controls {
        grid-template-columns: minmax(0, 1fr);
    }

    .shop-toolbar-actions,
    .shop-filters-toggle {
        width: 100%;
    }

    .shop-categories-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .shop-categories-tabs::-webkit-scrollbar {
        display: none;
    }

    body.shop-page .shop-results .products-grid.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .shop-filters-card {
        padding: 20px;
    }

    .shop-sidebar {
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        padding-left: 0;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-media {
        aspect-ratio: 4 / 4;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-media img {
        height: 100%;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-info h3,
    body.shop-page .shop-results .products-grid.products li.product .product-info p {
        min-height: 0;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    body.shop-page .shop-results .products-grid.products li.product .product-btn.button,
    body.shop-page .shop-results .products-grid.products li.product .product-btn.added_to_cart,
    body.shop-page .shop-results .products-grid.products li.product .product-btn.button.alt {
        width: 100%;
    }

    .products-grid.products li.product a.added_to_cart {
        margin-left: 0;
        margin-top: 8px;
    }

    .shop-cta-btn {
        width: 100%;
    }

    body.woocommerce-account .site-main {
        padding-right: var(--re-style-mobile-main-padding, 20px);
        padding-left: var(--re-style-mobile-main-padding, 20px);
        padding-top: 24px;
        padding-bottom: 56px;
    }

    .re-style-account-intro__actions {
        flex-direction: column;
    }

    .re-style-account-intro__actions .re-style-page-btn {
        width: 100%;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 12px;
    }

    body.woocommerce-account .woocommerce table.shop_table thead,
    body.woocommerce-account .woocommerce table.my_account_orders thead,
    body.woocommerce-account .woocommerce table.woocommerce-orders-table thead {
        display: none;
    }

    body.woocommerce-account .woocommerce table.shop_table tr,
    body.woocommerce-account .woocommerce table.my_account_orders tr,
    body.woocommerce-account .woocommerce table.woocommerce-orders-table tr {
        display: grid;
        gap: 0;
    }

    body.woocommerce-account .woocommerce table.shop_table td,
    body.woocommerce-account .woocommerce table.my_account_orders td,
    body.woocommerce-account .woocommerce table.woocommerce-orders-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 13.6px 16px;
    }

    body.woocommerce-account .woocommerce table.shop_table td::before,
    body.woocommerce-account .woocommerce table.my_account_orders td::before,
    body.woocommerce-account .woocommerce table.woocommerce-orders-table td::before {
        content: attr(data-title);
        font-family: var(--primary-font);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgba(28, 28, 28, 0.6);
    }

    body.single-product .site-main {
        padding-right: var(--re-style-mobile-main-padding, 20px);
        padding-left: var(--re-style-mobile-main-padding, 20px);
        padding-top: 24px;
        padding-bottom: 56px;
    }

    body.single-product div.product .summary {
        padding-top: 0;
    }

    body.single-product div.product .summary .product_title {
        padding-right: 44px;
        font-size: clamp(28.8px, 8vw, 37.6px);
    }

    .re-style-single-description__title {
        display: block;
    }

    .re-style-single-description.is-collapsible:not(.is-expanded) .re-style-single-description__content {
        max-height: 11.2em;
    }

    body.single-product div.product form.cart {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product div.product form.cart table.variations td.value {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product div.product form.cart .quantity,
    body.single-product div.product form.cart .single_add_to_cart_button.button {
        width: 100%;
        min-width: 0;
    }

    body.single-product div.product form.cart .quantity {
        margin: 0 auto 14px auto;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        justify-self: stretch;
    }

    body.single-product div.product form.cart .quantity .qty {
        float: none;
        margin: 0 auto;
    }

    body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-message,
    body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-info,
    body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-error {
        align-items: flex-start;
        flex-direction: column;
    }

    body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-message a.button,
    body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-info a.button,
    body.single-product .site-main > .woocommerce-notices-wrapper .woocommerce-error a.button {
        width: 100%;
        margin-left: 0;
    }

    body.single-product .related.products {
        margin-top: 48px;
    }

    body.single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-product .related.products ul.products li.product .product-info h3,
    body.single-product .related.products ul.products li.product .product-info p {
        min-height: 0;
    }

    body.single-product .related.products ul.products li.product .product-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    body.single-product .related.products ul.products li.product .product-btn.button,
    body.single-product .related.products ul.products li.product .product-btn.button.alt,
    body.single-product .related.products ul.products li.product .product-btn.added_to_cart {
        width: 100%;
    }

    body.single-product .re-style-single-reviews-section {
        margin-top: 48px;
        padding: 20px;
    }

    body.single-product .re-style-single-reviews-section .comment_container {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.single-product .re-style-single-reviews-section .avatar {
        width: 56px;
        height: 56px;
    }

    body.woocommerce-cart .site-main {
        padding-right: var(--re-style-mobile-main-padding, 20px);
        padding-left: var(--re-style-mobile-main-padding, 20px);
        padding-bottom: 64px;
    }

    body.woocommerce-cart .entry-content > .woocommerce {
        grid-template-columns: minmax(0, 1fr);
    }
}


/* START PAGINA CARRELLO */

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-cart .wc-block-components-sidebar {
    background: var(--bg-clr);
    padding: 20px;
    border-radius: var(--re-style-radius);
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60%;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
    gap: 20px;
    justify-content: space-around;
}

@media (max-width: 699px) {
    .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100%;
    }
}

/* END PAGINA CARRELLO */


body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new {
    margin-top: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
    text-decoration: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--border-clr);
    border-radius: 12px;
    background: #fff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product:hover {
    transform: translateY(-3px);
    border-color: var(--contrast-clr);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-image,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-components-product-image,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-image,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-components-product-image {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: var(--secondary-clr);
    aspect-ratio: 1 / 1;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-components-product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-components-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product:hover .wc-block-grid__product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product:hover .wc-block-components-product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product:hover .wc-block-grid__product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product:hover .wc-block-components-product-image img {
    transform: scale(1.03);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-title {
    margin: 0;
    padding: 18px 18px 8px;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 1.1;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-title a,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-title a {
    color: inherit;
    text-decoration: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-title a:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-title a:hover {
    opacity: 0.75;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price {
    margin: auto 18px 0;
    padding-bottom: 16px;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price .amount,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price bdi,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price .woocommerce-Price-currencySymbol,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price ins,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price ins *,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price .amount,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price bdi,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price .woocommerce-Price-currencySymbol,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price ins,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price ins * {
    text-decoration: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price del,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price del .amount,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price del bdi,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-price del .woocommerce-Price-currencySymbol,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price del,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price del .amount,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price del bdi,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-price del .woocommerce-Price-currencySymbol {
    font-family: var(--secondary-font);
    font-size: 14.4px;
    font-weight: 400;
    color: var(--icon-clr);
    text-decoration: line-through !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-add-to-cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wp-block-button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-add-to-cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wp-block-button {
    margin: 0;
    padding: 0 18px 18px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-add-to-cart .add_to_cart_button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wp-block-button .wp-block-button__link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-add-to-cart .add_to_cart_button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wp-block-button .wp-block-button__link {
    min-width: 120px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background-color: var(--btn-bg);
    color: var(--contrast-clr);
    font-family: var(--primary-font);
    font-size: 12.48px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.4px;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-add-to-cart .add_to_cart_button:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wp-block-button .wp-block-button__link:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-add-to-cart .add_to_cart_button:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wp-block-button .wp-block-button__link:hover {
    background-color: var(--btn-bg-hover);
    color: var(--contrast-clr);
    transform: translateY(-1px);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link:active,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-add-to-cart .add_to_cart_button:active,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wp-block-button .wp-block-button__link:active,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link:active,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-add-to-cart .add_to_cart_button:active,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wp-block-button .wp-block-button__link:active {
    transform: translateY(0);
}

@media (max-width: 1099px) {
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__products,
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 699px) {
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__products,
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products {
        grid-template-columns: minmax(0, 1fr);
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-title,
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__product-title {
        font-size: 17px;
    }
}

/* START PAGINA PAGAMENTO */

body.woocommerce-checkout {
    background-color: var(--secondary-clr);
}

body.woocommerce-checkout .site-main {
    background-color: var(--secondary-clr);
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main,
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar {
    background: var(--bg-clr);
    padding: 20px;
    border-radius: var(--re-style-radius);
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main {
    width: 60%;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    gap: 20px;
    justify-content: space-around;
}

@media (max-width: 699px) {
    .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main,
    .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar {
        width: 100%;
    }
}

/* END PAGINA PAGAMENTO */

.re-style-related-products__controls {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 20px;
}

.re-style-related-products__control {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--border-clr);
    border-radius: 999px;
    background-color: #fff;
    color: var(--font-clr);
    font-family: var(--primary-font);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.re-style-related-products__control:hover {
    background-color: var(--secondary-clr);
    border-color: var(--contrast-clr);
}

.re-style-related-products__control:active {
    transform: scale(0.98);
}

.re-style-related-products__control[disabled] {
    opacity: 0.38;
    cursor: default;
    transform: none;
}

body.single-product .related.products.has-slider ul.products {
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (20px * (var(--re-style-related-slides, 1) - 1))) / var(--re-style-related-slides, 1));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.single-product .related.products.has-slider ul.products::-webkit-scrollbar {
    display: none;
}

body.single-product .related.products.has-slider ul.products li.product {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

@media (max-width: 782px) {
    .re-style-related-products__controls {
        gap: 10px;
        margin-bottom: 16px;
    }

    .re-style-related-products__control {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}
