.shop-page {
    background: #F8FAFC;
}

.front-inner-header {
    position: relative;
}

.front-inner-header .menu-area {
    background: #2E1B16;
}

.front-inner-header .menu-area .menu-wrap,
.front-inner-header .menu-area.sticky-menu {
    background: #2E1B16 !important;
}

.front-inner-header .menu-area .menu-wrap {
    border-radius: 0 !important;
}

.front-simple-header {
    background: #2E1B16;
    color: #FFFFFF;
    padding: 14px 0;
}

.front-simple-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.front-simple-logo img {
    max-height: 54px;
    width: auto;
}

.front-simple-trust {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 9px;
    align-items: center;
    text-align: right;
    line-height: 1.25;
}

.front-simple-trust i {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .12);
    color: #86EFAC;
}

.front-simple-trust span {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.front-simple-trust strong {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 850;
}

.shop-shell {
    overflow: hidden;
}

.shop-hero {
    background: linear-gradient(135deg, #1F2937 0%, #34261E 100%);
    padding: 86px 0 58px;
    color: #FFFFFF;
}

.shop-hero h1 {
    color: #FFFFFF;
    font-size: clamp(38px, 6vw, 76px);
    line-height: .95;
    margin-bottom: 14px;
}

.shop-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    margin-bottom: 0;
}

.shop-eyebrow,
.shop-section-title span {
    display: block;
    color: #15803D;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.shop-list-section,
.cart-section,
.product-detail {
    padding: 56px 0;
}

.shop-filter-panel {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    margin-bottom: 22px;
}

.shop-search-toggle {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 0 18px;
    background: #FFFFFF;
    color: #374151;
    font-weight: 800;
    cursor: pointer;
}

.shop-search-toggle.is-active,
.shop-search-toggle.has-filters {
    border-color: #16A34A;
    color: #15803D;
    background: #F0FDF4;
}

.shop-filter-fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 12px;
    align-items: end;
    margin-top: 14px;
}

.shop-filter-fields .shop-search {
    grid-column: span 2;
}

.shop-filter-fields:not(.is-open) {
    display: none;
}

.shop-filter-panel label,
.cart-summary label {
    display: block;
    color: #64748B;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.shop-filter-panel input,
.shop-filter-panel select,
.cart-summary input,
.coupon-row input,
.checkout-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    color: #111827;
    background: #FFFFFF;
    padding: 0 14px;
    font-weight: 700;
}

.checkout-form label {
    display: block;
    color: #64748B;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.checkout-form input:focus,
.coupon-row input:focus {
    border-color: #16A34A;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, .1);
    outline: none;
}

.shop-filter-panel .btn {
    height: 50px;
    padding: 14px 22px;
    border-radius: 12px;
}

.shop-filter-submit {
    border: 0;
    background: #16A34A !important;
    color: #FFFFFF !important;
    box-shadow: 0 12px 22px rgba(22, 163, 74, .18);
}

.shop-filter-submit:hover {
    background: #15803D !important;
    color: #FFFFFF !important;
}

.shop-clear-filter {
    height: 50px;
    display: inline-flex;
    align-items: center;
    color: #64748B;
    font-weight: 800;
    text-decoration: none;
}

.shop-result-bar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #64748B;
    margin-bottom: 22px;
}

.shop-result-bar strong {
    color: #111827;
}

.shop-result-bar small {
    display: inline-flex;
    margin-left: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #ECFDF5;
    color: #15803D;
    font-size: 11px;
    font-weight: 800;
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.shop-product-grid.compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-product-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .07);
    transition: transform .2s, box-shadow .2s;
}

.shop-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(15, 23, 42, .12);
}

.shop-product-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: #F3F4F6;
    overflow: hidden;
}

.shop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s;
}

.shop-product-card:hover .shop-product-image img {
    transform: scale(1.04);
}

.shop-product-image span:not(.front-image-placeholder) {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #16A34A;
    color: #FFFFFF;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.shop-product-info {
    padding: 18px;
}

.shop-product-category {
    color: #64748B;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

.shop-product-info h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 8px 0;
}

.shop-product-info h2 a {
    color: #111827;
    text-decoration: none;
}

.shop-product-info p {
    min-height: 22px;
    color: #64748B;
    font-size: 13px;
    margin-bottom: 12px;
}

.shop-product-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.shop-product-foot strong {
    color: #111827;
    font-size: 18px;
}

.shop-product-foot a {
    color: #111827;
    font-weight: 900;
    text-decoration: none;
}

.shop-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.shop-pagination a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #FFFFFF;
    color: #111827;
    font-weight: 900;
    text-decoration: none;
}

.shop-pagination a.active {
    background: #16A34A;
    color: #FFFFFF;
}

.shop-empty {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 46px 20px;
    text-align: center;
}

.shop-empty i {
    color: #16A34A;
    font-size: 42px;
    margin-bottom: 16px;
}

.not-found-section {
    padding: clamp(64px, 10vw, 116px) 0;
}

.product-not-found-section {
    padding-bottom: clamp(34px, 6vw, 62px);
}

.not-found-suggestions {
    padding-top: 0;
}

.not-found-panel {
    max-width: 650px;
    margin: 0 auto;
    padding: clamp(38px, 7vw, 68px) 24px;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    text-align: center;
}

.not-found-panel span {
    display: block;
    color: #16A34A;
    font-size: clamp(62px, 14vw, 112px);
    font-weight: 900;
    line-height: 1;
}

.not-found-panel h1 {
    color: #111827;
    font-size: clamp(28px, 5vw, 42px);
    margin: 12px 0;
}

.not-found-panel p {
    color: #64748B;
    margin-bottom: 26px;
}

.account-section {
    padding: clamp(42px, 7vw, 70px) 0;
}

.account-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.account-heading span {
    display: block;
    color: #16A34A;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.account-heading h1 {
    color: #111827;
    font-size: clamp(30px, 5vw, 44px);
    margin: 7px 0 0;
}

.account-logout {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #64748B;
    font-weight: 800;
}

.account-limited {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    background: #ECFDF5;
    border: 1px solid #D1FAE5;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
}

.account-limited > i {
    color: #15803D;
    font-size: 26px;
}

.account-limited strong {
    color: #14532D;
}

.account-limited p {
    color: #166534;
    font-size: 13px;
    margin: 3px 0 0;
}

.account-message {
    display: block;
    border-radius: 12px;
    padding: 13px 15px;
    margin: 0 0 18px;
    font-weight: 800;
}

.account-message.success {
    background: #DCFCE7;
    color: #166534;
}

.account-message.error {
    background: #FEF3C7;
    color: #92400E;
}

.account-tabs {
    display: flex;
    gap: 8px;
    margin: 24px 0 16px;
    overflow-x: auto;
}

.account-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    color: #374151;
    padding: 12px 16px;
    font-weight: 850;
}

.account-panel {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: clamp(18px, 4vw, 26px);
    margin-bottom: 18px;
}

.account-panel h2 {
    color: #111827;
    font-size: 23px;
    margin-bottom: 20px;
}

.customer-order {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 14px;
}

.customer-order-head,
.customer-order-meta,
.customer-order-products > div,
.customer-order-summary {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.customer-order-head div {
    display: grid;
}

.customer-order-head span,
.customer-order-products small {
    display: block;
    color: #64748B;
    font-size: 12px;
}

.customer-order-head b {
    align-self: start;
    border-radius: 999px;
    background: #FEF3C7;
    color: #92400E;
    padding: 7px 11px;
    font-size: 12px;
}

.customer-order-meta {
    flex-wrap: wrap;
    border: solid #E5E7EB;
    border-width: 1px 0;
    padding: 14px 0;
    margin: 15px 0;
}

.customer-order-meta span {
    display: grid;
    color: #111827;
    font-weight: 800;
}

.customer-order-meta small {
    color: #64748B;
}

.customer-order-meta a {
    color: #15803D;
    font-weight: 900;
}

.customer-order-products > div {
    padding: 9px 0;
}

.customer-delivery-address {
    display: grid;
    gap: 4px;
    color: #374151;
    font-weight: 700;
    margin: 0 0 10px;
}

.customer-delivery-address small {
    color: #64748B;
}

.customer-order-products p {
    margin: 0;
}

.customer-order-summary {
    justify-content: flex-end;
    flex-wrap: wrap;
    background: #F8FAFC;
    border-radius: 12px;
    padding: 12px;
    margin-top: 12px;
}

.customer-order-summary span {
    color: #64748B;
    font-size: 13px;
}

.customer-order-summary strong {
    color: #111827;
    margin-left: 5px;
}

.account-data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.account-data div {
    border-radius: 12px;
    background: #F8FAFC;
    padding: 14px;
    color: #111827;
    font-weight: 800;
}

.account-data small {
    display: block;
    color: #64748B;
    margin-bottom: 5px;
}

.account-data .wide {
    grid-column: 1 / -1;
}

.account-edit-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.account-edit-form label {
    display: block;
    color: #64748B;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.account-edit-form input {
    width: 100%;
    height: 49px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 0 13px;
}

.account-edit-form button {
    min-height: 50px;
    align-self: end;
}

.account-empty {
    color: #64748B;
}

.account-password-panel {
    max-width: 440px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: clamp(25px, 6vw, 38px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.account-password-panel > i {
    color: #16A34A;
    font-size: 34px;
}

.account-password-panel h1 {
    color: #111827;
    font-size: 30px;
    margin: 4px 0;
}

.account-password-panel p {
    color: #64748B;
}

.account-password-panel label {
    color: #64748B;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.account-password-panel input {
    height: 50px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 0 14px;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 36px;
    align-items: start;
}

.product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #64748B;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 22px;
}

.product-breadcrumb a {
    color: #374151;
    text-decoration: none;
}

.product-breadcrumb strong {
    color: #111827;
}

.product-gallery-main {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 22px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.product-gallery-zoom {
    position: relative;
    cursor: zoom-in;
    touch-action: pan-y;
}

.product-gallery-zoom.is-zoomed {
    cursor: zoom-out;
    touch-action: none;
}

.product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .18s ease;
}

.product-gallery-main img.zoomed {
    transform: scale(1.75);
}

.zoom-hint {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: rgba(17, 24, 39, .74);
    color: #FFFFFF;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.product-gallery-zoom.is-zoomed .zoom-hint {
    background: #FFFFFF;
    color: #111827;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .14);
}

@media (hover: none), (pointer: coarse) {
    .product-gallery-main img.zoomed {
        transform: scale(2.2);
    }

    .zoom-hint {
        left: 12px;
        bottom: 12px;
        padding: 9px 13px;
    }
}

.product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.product-gallery-thumbs button {
    border: 2px solid transparent;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product-gallery-thumbs button.active {
    border-color: #16A34A;
}

.product-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-buy-box,
.product-description-panel,
.cart-items-panel,
.cart-summary {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.product-buy-box {
    padding: 28px;
    position: sticky;
    top: 18px;
}

.product-buy-box h1 {
    color: #111827;
    font-size: clamp(22px, 2.6vw, 34px);
    line-height: 1.08;
    margin: 8px 0 12px;
}

.product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.product-badges span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #F3F4F6;
    color: #374151;
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.product-badges .discount {
    background: #16A34A;
    color: #FFFFFF;
}

.product-meta-line,
.product-rating-line,
.product-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.product-meta-line {
    color: #64748B;
    font-size: 12px;
    font-weight: 650;
    margin-bottom: 12px;
}

.product-meta-line span + span {
    padding-left: 10px;
    border-left: 1px solid #E5E7EB;
}

.product-rating-line {
    margin-bottom: 16px;
}

.product-rating-line > strong {
    color: #111827;
    font-size: 18px;
}

.rating-stars {
    display: inline-flex;
    gap: 2px;
    color: #D1D5DB;
}

.rating-stars .filled {
    color: #F59E0B;
}

.rating-stars .muted {
    color: #D1D5DB;
}

.product-rating-line > span:last-child,
.product-rating-line > button {
    color: #64748B;
    font-size: 13px;
    font-weight: 650;
}

.product-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #15803D !important;
}

.product-rating-line > button {
    border: 0;
    background: transparent;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.product-short,
.product-help-text {
    color: #64748B;
}

.product-price-card {
    background: transparent;
    border: 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    border-radius: 0;
    padding: 13px 0 15px;
    margin: 16px 0;
    box-shadow: none;
}

.product-promo-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 14px;
    margin-bottom: 9px;
    color: #64748B;
    font-size: 13px;
    font-weight: 850;
}

.product-promo-line strong,
.product-promo-line span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-promo-line strong {
    color: #15803D;
    font-size: 15px;
    font-weight: 950;
}

.product-promo-line strong + span::before {
    content: none;
}

.product-promo-line span {
    padding: 6px 9px;
    border-radius: 999px;
    background: #FFF7ED;
    color: #B45309;
    font-weight: 950;
    animation: promoUrgencyPulse 1.05s ease-in-out infinite;
}

.product-promo-line b {
    color: #92400E;
    font-weight: 950;
}

@keyframes promoUrgencyPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.045);
        opacity: .78;
    }
}

.product-price-line {
    color: #64748B;
    font-size: 15px;
    font-weight: 400;
    display: block;
}

.product-price-line s {
    color: #94A3B8;
}

.product-price-line .term-price {
    color: #64748B;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.product-price-line .price-from {
    color: #64748B;
    font-weight: 400;
}

.product-save-callout {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: #16A34A;
    color: #FFFFFF !important;
    border-radius: 999px;
    padding: 6px 10px;
    margin: 0;
}

.product-old-price {
    color: #94A3B8 !important;
    text-decoration: line-through;
    font-weight: 850;
}

.product-installment-line {
    display: block;
    margin-top: 7px;
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.product-installment-open {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #15803D;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.product-installment-modal[hidden] {
    display: none;
}

.product-installment-modal {
    position: fixed;
    inset: 0;
    z-index: 1900;
    display: grid;
    place-items: center;
    padding: 18px;
}

.product-installment-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .55);
}

.product-installment-dialog {
    position: relative;
    width: min(400px, 100%);
    max-height: min(88vh, 680px);
    overflow: hidden;
    border-radius: 18px;
    background: #FFFFFF;
    padding: 25px 22px 18px;
    box-shadow: 0 24px 72px rgba(15, 23, 42, .22);
}

.product-installment-dialog h2 {
    margin: 0 36px 18px 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
}

.product-installment-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #F3F4F6;
    color: #374151;
    cursor: pointer;
}

.product-installment-options {
    max-height: min(68vh, 530px);
    overflow-y: auto;
    padding-right: 3px;
}

.product-installment-option {
    min-height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #F1F5F9;
    color: #374151;
    font-size: 14px;
}

.product-installment-option strong {
    font-weight: 700;
    color: #111827;
}

.product-installment-option small {
    color: #15803D;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.installment-modal-open {
    overflow: hidden;
}

.pix-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.pix-price span {
    color: #15803D;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pix-price strong {
    color: #15803D;
    font-size: clamp(32px, 5vw, 44px);
    line-height: 1;
}

.product-option-block {
    margin-top: 20px;
}

.product-option-block > span,
.product-quantity-row > span {
    display: block;
    color: #64748B;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-variation-list,
.product-size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-variation-list button,
.product-size-list button {
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    color: #111827;
    border-radius: 14px;
    padding: 10px 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
}

.product-variation-list button {
    border-color: #E5E7EB;
    padding: 7px 12px 7px 7px;
}

.product-variation-list button img,
.product-variation-list button span {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    flex: 0 0 auto;
}

.product-variation-list button span {
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 0 1px #CBD5E1;
}

.product-size-list button.size-circle {
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    padding: 0;
}

.product-size-list button.size-circle small {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #111827;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 10px;
    font-weight: 950;
}

.product-variation-list button.active,
.product-size-list button.active {
    border-color: #111827;
    background: #F8FAFC;
}

.product-size-list button:disabled {
    border-color: #CBD5E1;
    background: #F1F5F9;
    color: #94A3B8;
    opacity: .72;
    cursor: not-allowed;
    text-decoration: line-through;
}

.product-size-list button:disabled small {
    background: #94A3B8;
}

.product-size-list.needs-selection {
    animation: shopShake .25s linear 2;
}

@keyframes shopShake {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}

.product-quantity-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}

.product-quantity {
    display: inline-flex;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
}

.product-quantity button,
.product-quantity input {
    width: 44px;
    height: 44px;
    border: 0;
    text-align: center;
    background: #FFFFFF;
    font-weight: 900;
}

.product-quantity input {
    border-left: 1px solid #E5E7EB;
    border-right: 1px solid #E5E7EB;
}

.product-action-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    margin-top: 24px;
    align-items: stretch;
}

.product-action-row .btn {
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
}

.product-buy-btn {
    background: #16A34A;
    color: #FFFFFF;
    width: 100%;
}

.product-buy-btn:hover {
    color: #FFFFFF;
    background: #15803D;
}

.product-cart-btn {
    background: #16A34A;
    color: #FFFFFF;
    width: 100%;
}

.product-trust-row {
    justify-content: space-between;
    color: #64748B;
    font-size: 13px;
    font-weight: 500;
    margin-top: 16px;
}

.product-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-share-btn {
    width: 100%;
    height: 44px;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    background: #FFFFFF;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 8px;
    font-weight: 900;
    margin-top: 12px;
}

.product-favorite-btn {
    margin-top: 8px;
}

.product-favorite-btn.active {
    border-color: #BBF7D0;
    background: #F0FDF4;
    color: #15803D;
}

.product-description-panel {
    padding: 28px;
    margin-top: 32px;
}

.product-tab-buttons {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 20px;
}

.product-tab-buttons button {
    border: 0;
    background: transparent;
    color: #64748B;
    font-weight: 950;
    padding: 0 4px 14px;
    position: relative;
}

.product-tab-buttons button.active {
    color: #111827;
}

.product-tab-buttons button.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px;
    background: var(--tg-primary-color);
}

.product-tab-content {
    display: none;
}

.product-tab-content.active {
    display: block;
}

.product-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-feature-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #F8FAFC;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    color: #374151;
    padding: 9px 13px;
    font-weight: 900;
}

.product-description-panel h2,
.shop-section-title h2,
.cart-summary h2,
.cart-panel-head h2 {
    color: #111827;
}

.shop-soft-section {
    background: #FFFFFF;
    padding: 56px 0;
}

.product-testimonials-soft {
    background: #F1F5F9;
}

.product-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.product-testimonial-carousel {
    display: block;
    margin: 0 -9px;
}

.product-testimonial-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.product-testimonial-carousel .slick-slide {
    height: auto;
    padding: 0 9px;
}

.product-testimonial-carousel .slick-slide > div {
    height: 100%;
}

.product-testimonial-carousel .slick-dots {
    display: none !important;
}

.product-testimonial-home-carousel .slick-slide {
    padding: 0 12px;
}

.product-testimonial-home-carousel .testimonial-item {
    margin-bottom: 0;
}

.product-testimonial-card {
    background: #F8FAFC;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 22px;
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.product-testimonial-card .testimonial-avatar {
    margin-bottom: 14px;
}

.product-testimonial-card strong {
    display: block;
    color: #111827;
}

.product-testimonial-card span,
.product-testimonial-card p {
    color: #64748B;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 18px;
    align-items: start;
}

.cart-clean-shell {
    background: #F8FAFC;
}

.purchase-steps {
    display: flex;
    width: 100%;
    margin: 0 0 22px;
    padding: 15px 18px;
    background: #FFFFFF;
    border: 1px solid #DCFCE7;
    border-radius: 16px;
}

.purchase-step {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #94A3B8;
    text-align: center;
}

.purchase-step:not(:last-child)::after {
    position: absolute;
    z-index: 0;
    top: 17px;
    left: calc(50% + 22px);
    right: calc(-50% + 22px);
    height: 3px;
    content: "";
    background: #E2E8F0;
    border-radius: 999px;
}

.purchase-step.is-complete:not(:last-child)::after {
    background: #22C55E;
}

.purchase-step-dot {
    position: relative;
    z-index: 1;
    display: inline-grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #64748B;
    font-size: 13px;
    font-weight: 900;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-radius: 50%;
}

.purchase-step.is-complete .purchase-step-dot,
.purchase-step.is-current .purchase-step-dot {
    color: #FFFFFF;
    background: #16A34A;
    border-color: #16A34A;
    box-shadow: 0 0 0 4px #DCFCE7;
}

.purchase-step.is-current .purchase-step-dot::after {
    position: absolute;
    inset: -7px;
    content: "";
    border: 2px solid rgba(22, 163, 74, 0);
    border-radius: 50%;
    animation: purchaseStepPulse 1.45s ease-out infinite;
}

@keyframes purchaseStepPulse {
    0% {
        transform: scale(.94);
        border-color: rgba(22, 163, 74, .42);
    }
    72% {
        transform: scale(1.3);
        border-color: rgba(22, 163, 74, 0);
    }
    100% {
        transform: scale(1.3);
        border-color: rgba(22, 163, 74, 0);
    }
}

.purchase-step-copy {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    padding-right: 0;
    background: transparent;
}

.purchase-step-copy strong {
    color: #475569;
    font-size: 13px;
    line-height: 1.1;
}

.purchase-step-copy small {
    color: #94A3B8;
    font-size: 11px;
    line-height: 1.15;
}

.purchase-step.is-complete .purchase-step-copy strong,
.purchase-step.is-current .purchase-step-copy strong {
    color: #15803D;
}

.cart-secure-head {
    margin-bottom: 18px;
    padding: 18px 0 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    color: #64748B;
}

.cart-secure-head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #15803D;
    font-weight: 900;
}

.cart-secure-head strong {
    color: #111827;
    font-size: clamp(24px, 4vw, 38px);
}

.cart-items-panel,
.cart-summary {
    padding: 24px;
}

.cart-stock-alert {
    align-items: flex-start;
    background: #FFFBEB;
    border: 1px solid #FCD34D;
    border-radius: 10px;
    color: #92400E;
    display: flex;
    font-size: 13px;
    gap: 10px;
    line-height: 1.45;
    margin: 0 0 16px;
    padding: 12px 13px;
}

.cart-stock-alert[hidden] {
    display: none;
}

.cart-stock-alert i {
    color: #D97706;
    flex: 0 0 auto;
    margin-top: 2px;
}

.cart-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.cart-panel-head a {
    color: var(--tg-primary-color);
    font-weight: 900;
    text-decoration: none;
}

.cart-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    border-top: 1px solid #E5E7EB;
    padding: 16px 0;
}

.cart-item-image {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 14px;
    overflow: hidden;
    background: #F3F4F6;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-main h3 {
    color: #111827;
    font-size: 16px;
    line-height: 1.18;
    margin-bottom: 2px;
}

.cart-item-main h3 a {
    color: inherit;
    text-decoration: none;
}

.cart-item-main p {
    color: #64748B;
    line-height: 1.18;
    margin-bottom: 2px;
}

.cart-item-main strong {
    color: #111827;
}

.cart-item-price {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cart-item-price s,
.checkout-mini-price s {
    color: #94A3B8;
    font-size: 12px;
    font-weight: 500;
}

.cart-item-actions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}

.cart-qty {
    display: inline-flex;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
}

.cart-qty button,
.cart-qty span {
    width: 38px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    background: #FFFFFF;
    color: #111827;
    font-weight: 900;
}

.cart-item-actions > button {
    border: 0;
    background: transparent;
    color: #64748B;
    font-weight: 900;
}

.cart-remove-btn {
    width: 38px;
    height: 38px;
    border-radius: 12px !important;
    background: #F1F5F9 !important;
}

.cart-summary {
    position: sticky;
    top: 18px;
}

.coupon-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 6px;
    margin-bottom: 2px;
}

.coupon-row.has-remove,
.partner-row.has-remove {
    grid-template-columns: minmax(0, 1fr) 42px;
}

.coupon-row button {
    border: 0;
    border-radius: 12px;
    background: #111827;
    color: #FFFFFF;
    min-height: 48px;
    padding: 0 10px;
    font-weight: 900;
}

.coupon-row .coupon-remove {
    width: 42px;
    padding: 0;
    background: #F1F5F9;
    color: #64748B;
}

.coupon-feedback {
    min-height: 16px;
    color: #15803D;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 8px;
}

.coupon-feedback.error {
    color: #B45309;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #E5E7EB;
    padding: 13px 0;
    color: #64748B;
}

.summary-line strong {
    color: #111827;
}

.summary-box {
    margin: 16px 0;
}

.summary-total {
    border-top: 1px solid #E5E7EB;
    padding-top: 14px;
    display: grid;
    gap: 4px;
}

.summary-total span {
    color: #64748B;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.summary-total strong {
    color: #111827;
    font-size: 34px;
    line-height: 1;
}

.summary-total small,
.summary-total em,
.summary-pix-separator {
    color: #64748B;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.summary-total em {
    color: #15803D;
    font-weight: 900;
}

.summary-pix-separator {
    display: block;
}

.checkout-form {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.checkout-layout-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    gap: 22px;
    align-items: start;
}

.checkout-form-panel,
.checkout-review-panel {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.checkout-form-panel {
    padding: 30px;
}

.checkout-form-panel h1 {
    color: #111827;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
    margin-bottom: 18px;
}

.checkout-form-panel .checkout-primary {
    width: 100%;
    min-height: 54px;
    margin-top: 18px;
    border-radius: 14px;
    justify-content: center;
}

.checkout-review-panel {
    padding: 22px;
    position: sticky;
    top: 18px;
}

.checkout-review-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.checkout-review-head h2 {
    color: #111827;
    font-size: 20px;
    margin: 0;
}

.checkout-review-head span {
    color: #64748B;
    font-size: 13px;
    font-weight: 800;
}

.checkout-mini-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #E5E7EB;
}

.checkout-mini-image {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    overflow: visible;
    background: #F3F4F6;
}

.checkout-mini-image img,
.checkout-mini-image .front-image-placeholder {
    width: 58px;
    height: 58px;
    min-height: 58px;
    border-radius: 12px;
    object-fit: cover;
    overflow: hidden;
}

.checkout-mini-image b {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #111827;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 11px;
    line-height: 1;
}

.checkout-mini-info strong {
    display: block;
    color: #111827;
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 2px;
}

.checkout-mini-info span {
    display: block;
    color: #64748B;
    font-size: 12px;
    line-height: 1.15;
}

.checkout-mini-info small {
    display: block;
    color: #64748B;
    font-size: 12px;
    line-height: 1.15;
}

.checkout-mini-item em {
    color: #111827;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.checkout-mini-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}

.checkout-mini-price strong {
    color: #111827;
    font-weight: 900;
}

.checkout-discount-tools {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #E5E7EB;
}

.shop-card-price {
    margin: 8px 0 12px;
}

.shop-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 12px;
    background: #16A34A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    width: 100%;
}

.contact-shell {
    background: #F8FAFC;
}

.contact-heading {
    padding: 62px 0 36px;
    background: #FFFFFF;
}

.contact-heading span {
    color: #15803D;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-heading h1 {
    margin: 10px 0 12px;
    color: #1F2937;
    font-size: 36px;
}

.contact-heading p {
    margin: 0;
    max-width: 600px;
    color: #64748B;
}

.contact-content {
    padding: 32px 0 64px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
    gap: 18px;
}

.contact-main,
.contact-address {
    padding: 28px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
}

.contact-main h2,
.contact-address h2 {
    margin: 0 0 20px;
    color: #1F2937;
    font-size: 21px;
}

.contact-info-list {
    display: grid;
    gap: 12px;
}

.contact-info-list a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    color: #1F2937;
    text-decoration: none;
}

.contact-info-list i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #15803D;
    background: #ECFDF5;
}

.contact-info-list small,
.contact-info-list strong {
    display: block;
}

.contact-info-list small {
    color: #64748B;
}

.contact-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
}

.contact-social small {
    width: 100%;
    color: #64748B;
    font-weight: 700;
}

.contact-social a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid #E5E7EB;
    border-radius: 9px;
    color: #475569;
    text-decoration: none;
}

.contact-social a:hover {
    color: #15803D;
}

.contact-address p {
    display: flex;
    gap: 10px;
    color: #475569;
}

.contact-address p i {
    color: #15803D;
    margin-top: 4px;
}

.contact-hours {
    display: grid;
    gap: 5px;
    margin: 20px 0;
    padding: 17px;
    background: #F8FAFC;
    border-radius: 12px;
    color: #475569;
}

.contact-hours strong {
    color: #1F2937;
    margin-bottom: 4px;
}

.contact-route-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #16A34A;
    border-color: #16A34A;
}

.shop-card-link:hover {
    color: #FFFFFF;
    background: #15803D;
}

.thank-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 22px;
    align-items: start;
}

.thank-main-panel {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
    padding: clamp(26px, 4vw, 44px);
    text-align: center;
}

.thank-check-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #DCFCE7;
    color: #15803D;
    font-size: 30px;
    margin: 0 auto 24px;
}

.thank-main-panel h1 {
    color: #111827;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.05;
    margin-bottom: 14px;
}

.thank-main-panel p {
    color: #64748B;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.thank-main-panel .thank-lead {
    color: #111827;
    font-size: 18px;
}

.thank-status-box {
    display: grid;
    gap: 4px;
    background: #F8FAFC;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 16px;
    margin: 24px 0;
    text-align: center;
}

.thank-status-box span {
    color: #64748B;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.thank-status-box strong {
    color: #B45309;
    font-size: 19px;
}

.thank-countdown {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 18px;
    background: #ECFDF5;
    color: #14532D;
    padding: 18px;
    justify-content: center;
    text-align: left;
}

.thank-countdown strong {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #16A34A;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(22, 163, 74, .24);
}

.thank-countdown span {
    display: block;
    font-weight: 800;
    line-height: 1.45;
}

.thank-countdown a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 10px;
    padding: 0 16px;
    border-radius: 999px;
    background: #16A34A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.thank-review-panel {
    position: sticky;
    top: 18px;
}

.thank-mini-item {
    grid-template-columns: 52px minmax(0, 1fr) auto;
}

.thank-help-btn {
    display: grid;
    gap: 3px;
    margin-top: 18px;
    border-radius: 16px;
    border: 1px solid #D1FAE5;
    background: #F0FDF4;
    color: #166534;
    padding: 18px;
    text-decoration: none;
}

.thank-help-btn i {
    font-size: 24px;
    margin-bottom: 4px;
    color: #16A34A;
}

.thank-help-btn span {
    font-size: 13px;
    opacity: .9;
}

.thank-help-btn strong {
    color: #166534;
    font-size: 16px;
    line-height: 1.35;
}

.thank-help-btn:hover {
    color: #166534;
    background: #DCFCE7;
}

.checkout-form h3 {
    color: #111827;
    font-size: 17px;
    margin: 0 0 2px;
}

.cart-summary .btn {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
}

.cart-safe-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 14px 0;
    padding: 12px;
    border-radius: 14px;
    background: #F0FDF4;
    color: #166534;
    font-size: 13px;
    font-weight: 800;
}

.checkout-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #16A34A;
    color: #FFFFFF;
}

.checkout-primary:hover {
    background: #15803D;
    color: #FFFFFF;
}

.checkout-pulse {
    animation: checkoutPulse 1.45s ease-in-out infinite;
}

@keyframes checkoutPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, .28);
        transform: translateY(0);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(22, 163, 74, 0);
        transform: translateY(-1px);
    }
}

.checkout-title {
    max-width: 620px;
    margin-bottom: 22px;
}

.checkout-title span {
    color: #15803D;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.checkout-title h1 {
    color: #111827;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.05;
    margin: 8px 0;
}

.checkout-title p {
    color: #64748B;
    margin: 0;
}

.checkout-form-visible {
    margin-top: 0;
}

.checkout-customer-signed {
    align-items: center;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 14px;
    display: flex;
    gap: 14px;
    margin-top: 6px;
    padding: 18px;
}

.checkout-customer-signed i {
    align-items: center;
    background: #16A34A;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.checkout-customer-signed strong,
.checkout-customer-signed span {
    color: #334155;
    display: block;
}

.checkout-customer-signed strong {
    color: #111827;
    margin-bottom: 3px;
}

.account-favorites {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
}

.account-favorites a {
    color: #111827;
    display: block;
    text-decoration: none;
}

.account-favorites img,
.favorite-no-image {
    align-items: center;
    aspect-ratio: 1;
    background: #F1F5F9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
    object-fit: cover;
    width: 100%;
}

.favorite-no-image i {
    color: #94A3B8;
    font-size: 30px;
}

.account-favorites strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.checkout-form-visible h2 {
    margin-bottom: 14px;
}

.checkout-summary-box {
    margin-top: 20px;
}

.checkout-secondary {
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F1F5F9;
    color: #334155;
    font-weight: 900;
    text-decoration: none;
}

.cart-empty {
    display: none;
}

@media (max-width: 1199px) {
    .shop-filter-fields {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-product-grid,
    .shop-product-grid.compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .product-detail-grid,
    .cart-layout,
    .checkout-layout-v2,
    .thank-layout {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .product-buy-box,
    .cart-summary,
    .checkout-review-panel,
    .thank-review-panel {
        position: static;
    }

    .product-testimonial-grid,
    .shop-product-grid,
    .shop-product-grid.compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .shop-hero {
        padding: 58px 0 36px;
    }

    .shop-filter-fields,
    .shop-product-grid,
    .shop-product-grid.compact,
    .product-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .shop-filter-fields .shop-search {
        grid-column: auto;
    }

    .shop-search-toggle {
        width: 100%;
        min-height: 50px;
    }

    .shop-result-bar,
    .cart-panel-head,
    .cart-secure-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item {
        grid-template-columns: 82px 1fr;
    }

    .cart-item-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .purchase-steps {
        padding: 12px 8px;
    }

    .purchase-step:not(:last-child)::after {
        top: 17px;
        left: calc(50% + 18px);
        right: calc(-50% + 18px);
    }

    .purchase-step-copy small {
        display: none;
    }

    .coupon-row,
    .partner-row {
        grid-template-columns: minmax(0, 1fr) 86px;
    }

    .coupon-row.has-remove,
    .partner-row.has-remove {
        grid-template-columns: minmax(0, 1fr) 40px;
    }

    .checkout-form-panel,
    .checkout-review-panel {
        padding: 20px;
        border-radius: 18px;
    }

    .product-detail {
        padding: 28px 0 42px;
    }

    .front-simple-header .container {
        align-items: center;
    }

    .thank-countdown {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-heading,
    .customer-order-head,
    .customer-order-products > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-limited,
    .account-data,
    .account-edit-form {
        grid-template-columns: 1fr;
    }

    .front-simple-logo img {
        max-height: 44px;
    }

    .front-simple-trust span {
        font-size: 11px;
    }

    .front-simple-trust strong {
        font-size: 13px;
    }

    .product-buy-box {
        padding: 20px;
        border-radius: 18px;
    }

    .product-promo-line {
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 6px;
    }

    .product-promo-line strong,
    .product-promo-line span {
        font-size: 11px;
        white-space: nowrap;
        gap: 3px;
    }

    .product-promo-line strong i {
        display: none;
    }

    .product-promo-line span {
        padding: 5px 7px;
    }

    .product-action-row {
        display: flex;
        flex-direction: column;
    }

    .product-action-row .product-quantity {
        align-self: flex-start;
    }

    .product-action-row .product-cart-btn {
        width: 100%;
    }

    .product-trust-row {
        flex-wrap: nowrap;
        gap: 4px;
        font-size: 10px;
    }

    .product-trust-row span {
        white-space: nowrap;
        gap: 3px;
    }

    .product-installment-modal {
        place-items: center;
        padding: 16px;
    }

    .product-installment-dialog {
        width: min(360px, calc(100vw - 32px));
        max-height: min(82vh, 580px);
        border-radius: 18px;
        padding: 23px 18px calc(14px + env(safe-area-inset-bottom));
    }

    .contact-heading {
        padding: 38px 0 26px;
    }

    .contact-heading h1 {
        font-size: 27px;
    }

    .contact-main,
    .contact-address {
        padding: 20px;
    }

    .pix-price {
        align-items: baseline;
        flex-direction: row;
        gap: 8px;
    }

    .pix-price {
        align-items: flex-start;
        flex-direction: column;
    }
}
