* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--page-bg, #f0f0f5);
    color: var(--text-main, #02060c);
}

body {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Theme bridge: keep utility-heavy storefront sections tied to admin colors. */
.bg-orange-50,
.bg-blue-50,
.bg-yellow-50,
.bg-purple-50,
.bg-cyan-50,
.bg-pink-50 {
    background-color: var(--theme-soft) !important;
}

.bg-green-50,
.bg-emerald-50 {
    background-color: var(--button-soft) !important;
}

.border-orange-100,
.border-orange-200,
.border-blue-100,
.border-blue-200,
.border-yellow-100,
.border-purple-100,
.border-cyan-100,
.border-pink-100 {
    border-color: var(--theme-border) !important;
}

.border-green-100,
.border-green-200,
.border-emerald-100,
.border-emerald-200,
.border-btnGreen {
    border-color: var(--button-border) !important;
}

.text-brandOrange,
.text-orange-600,
.text-orange-700,
.text-blue-600,
.text-blue-700,
.text-yellow-600,
.text-purple-600,
.text-cyan-600,
.text-pink-600 {
    color: var(--primary) !important;
}

.text-btnGreen,
.text-green-600,
.text-green-700,
.text-emerald-600,
.text-emerald-700,
.text-\[\#1ba672\] {
    color: var(--button) !important;
}

.text-\[\#02060c\] {
    color: var(--text-main) !important;
}

.bg-brandOrange,
.bg-orange-600,
.bg-blue-600 {
    background-color: var(--primary) !important;
}

.bg-btnGreen,
.bg-green-600,
.bg-emerald-600 {
    background-color: var(--button) !important;
}

.hover\:bg-orange-50:hover,
.hover\:bg-blue-50:hover,
.hover\:bg-blue-100:hover {
    background-color: var(--theme-strong-soft) !important;
}

.hover\:bg-green-50:hover,
.hover\:bg-emerald-50:hover {
    background-color: rgb(var(--button-rgb) / .14) !important;
}

.hover\:border-orange-200:hover,
.hover\:border-orange-500:hover,
.hover\:border-blue-500:hover {
    border-color: var(--primary) !important;
}

.hover\:border-green-200:hover,
.hover\:border-btnGreen:hover {
    border-color: var(--button) !important;
}

.from-orange-100 {
    --tw-gradient-from: rgb(var(--primary-rgb) / .16) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(var(--primary-rgb) / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.to-red-100,
.to-yellow-400 {
    --tw-gradient-to: rgb(var(--primary-rgb) / .30) var(--tw-gradient-to-position) !important;
}

.from-brandOrange {
    --tw-gradient-from: var(--primary) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(var(--primary-rgb) / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.shadow-orange-200,
.shadow-orange-300,
[class*="rgba(255,82,0"] {
    box-shadow: 0 10px 25px var(--theme-shadow) !important;
}

.shadow-green-200,
.shadow-emerald-200 {
    box-shadow: 0 12px 28px var(--button-shadow) !important;
}

[data-product-size-section] {
    background-color: var(--theme-soft) !important;
    border-color: var(--theme-border) !important;
}

[data-size-choice] {
    border-color: var(--theme-border) !important;
    color: var(--primary) !important;
}

[data-size-choice]:hover {
    background-color: var(--theme-strong-soft) !important;
    border-color: var(--primary) !important;
}

[data-size-choice].bg-blue-600 {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}

.site-search-form button[type="submit"] {
    background: linear-gradient(135deg, var(--theme-soft), rgb(var(--primary-rgb) / .22)) !important;
    border-color: var(--theme-border) !important;
    box-shadow: inset 0 1px 2px rgb(var(--primary-rgb) / .12);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.font800 {
    font-weight: 800;
}

.pop-btn {
    cursor: pointer;
    transition: transform .1s ease;
}

.pop-btn:active {
    transform: scale(.92);
}

.site-header {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.site-brand-wrap,
.site-actions {
    min-width: 0;
}

.site-brand {
    max-width: min(58vw, 280px);
}

.site-logo {
    width: 34px;
    height: 34px;
}

.site-nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    border-radius: 12px;
    padding: 0 13px;
    color: var(--text-muted, #02060c99);
    font-size: 13px;
    font-weight: 900;
    transition: background .18s ease, color .18s ease;
}

.site-nav-link:hover {
    background: #f7f7fb;
    color: var(--text-main, #02060c);
}

.site-search-form {
    min-height: 54px;
    width: 100%;
}

.site-search-field {
    overflow: visible;
}

.site-search-input {
    width: 100%;
    min-width: 0;
    appearance: none;
}

.site-search-input::-webkit-search-cancel-button {
    display: none;
}

.site-search-submit {
    touch-action: manipulation;
}

.site-footer-link {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    border-radius: 10px;
    padding: 6px 8px;
    color: var(--text-muted, #02060c99);
    font-size: 12px;
    font-weight: 850;
    text-align: left;
    transition: background .18s ease, color .18s ease;
}

.site-footer-link i {
    width: 16px;
    color: var(--primary);
    text-align: center;
}

.site-footer-link:hover {
    background: #f7f7fb;
    color: var(--text-main, #02060c);
}

.store-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: calc(64px + env(safe-area-inset-bottom, 0px));
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(229, 231, 235, .95);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -10px 28px rgba(2, 6, 12, .10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.store-bottom-nav-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 14px;
    color: var(--text-muted, #64748b);
    font-size: 10px;
    font-weight: 950;
    line-height: 1;
    transition: background .18s ease, color .18s ease, transform .1s ease;
}

.store-bottom-nav-item:active {
    transform: scale(.94);
}

.store-bottom-nav-item i {
    font-size: 17px;
}

.store-bottom-nav-item.active {
    background: var(--button-soft);
    color: var(--button, #1ba672);
}

.mobile-nav-count {
    position: absolute;
    top: -6px;
    right: -11px;
    display: grid;
    min-width: 17px;
    height: 17px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 9px;
    font-weight: 950;
    line-height: 1;
}

@media (max-width: 767px) {
    .site-header-inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    .site-header-row {
        height: 48px;
    }

    .site-brand {
        max-width: min(54vw, 230px);
    }

    .site-brand-text span:first-child {
        font-size: 16px;
    }

    .site-cart-btn {
        width: 42px;
        padding-right: 0;
        padding-left: 0;
    }

    .site-search-form {
        min-height: 50px;
        border-radius: 17px;
        gap: 8px;
        padding: 10px 10px;
    }

    .site-search-field {
        gap: 9px;
    }

    .site-search-input {
        font-size: 14px;
        font-weight: 850;
    }

    .site-search-submit {
        width: 36px;
        height: 36px;
    }

    .site-footer:not(.site-footer-no-mobile-nav) {
        padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    }
}

@media (min-width: 768px) {
    .site-brand {
        max-width: 320px;
    }

    .site-logo {
        width: 38px;
        height: 38px;
    }

    .site-search-form {
        min-height: 56px;
    }
}

@media (min-width: 1024px) {
    .site-menu-btn {
        display: none;
    }

    .site-header-row {
        height: 56px;
    }

    .site-search-row {
        margin-top: 6px;
    }
}

.loader-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-logo {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    margin-bottom: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
    animation: iconPop .28s cubic-bezier(.175, .885, .32, 1.275) forwards;
}

.loader-text {
    color: white;
    font-size: 58px;
    font-weight: 900;
    line-height: .85;
    letter-spacing: 0;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
}

.loader-text-line {
    display: block;
    opacity: 0;
    transform: translateY(16px);
    animation: textRise .28s cubic-bezier(.175, .885, .32, 1.275) forwards;
}

.loader-text-line:nth-child(1) {
    animation-delay: .04s;
}

.loader-text-line:nth-child(2) {
    animation-delay: .08s;
}

.loader-hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.05);
    transition: opacity .18s ease, transform .18s ease;
}

@keyframes iconPop {
    0% { opacity: 0; transform: scale(.5); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes textRise {
    0% { opacity: 0; transform: translateY(16px); }
    100% { opacity: 1; transform: translateY(0); }
}

.search-typewriter {
    border-right: 2px solid var(--button, #1ba672);
    padding-right: 4px;
    white-space: nowrap;
    animation: blinkCaret .75s step-end infinite;
}

@keyframes blinkCaret {
    from, to { border-color: transparent; }
    50% { border-color: var(--button, #1ba672); }
}

.offer-banner {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    box-shadow: 0 5px 18px var(--theme-shadow);
}

.marquee-track {
    display: flex;
    min-width: max-content;
    width: max-content;
    animation: marqueeScroll 16s linear infinite;
}

.marquee-item {
    flex: 0 0 auto;
    padding-right: 24px;
    white-space: nowrap;
}

@keyframes marqueeScroll {
    100% { transform: translateX(-50%); }
}

.carousel-container {
    scroll-snap-type: x mandatory;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.carousel-slide {
    scroll-snap-align: center;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px var(--theme-shadow);
}

.product-card {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    border-color: var(--theme-border);
    box-shadow: 0 8px 22px var(--theme-shadow);
}

.cart-add-button {
    min-width: 0;
    border-color: var(--button, #1ba672) !important;
    background: #fff !important;
    color: var(--button, #1ba672) !important;
    white-space: nowrap;
}

.cart-add-button:hover {
    background: var(--button-soft) !important;
}

.cart-add-button.is-filled {
    border-color: var(--button, #1ba672) !important;
    background: var(--button, #1ba672) !important;
    color: #fff !important;
}

.cart-add-button i {
    color: currentColor !important;
}

.cart-updated {
    animation: itemUpdateFlash .4s ease-out;
    border-color: var(--button, #1ba672) !important;
}

@keyframes itemUpdateFlash {
    0% { transform: scale(1); background-color: #fff; }
    50% { transform: scale(1.03); background-color: var(--button-soft); border-color: var(--button, #1ba672); box-shadow: 0 8px 25px var(--button-shadow); z-index: 10; }
    100% { transform: scale(1); background-color: #fff; }
}

.timer-box {
    border-radius: 8px;
    background: var(--theme-soft);
    color: var(--primary);
    padding: 6px 10px;
    border: 1px solid var(--theme-border);
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dot-loader-container {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}

.brand-dots {
    display: flex;
    gap: 6px;
}

.brand-dots span {
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    animation: jump .5s infinite alternate cubic-bezier(.5, .05, 1, .5);
}

.brand-dots span:nth-child(2) {
    animation-delay: .16s;
}

.brand-dots span:nth-child(3) {
    animation-delay: .33s;
}

@keyframes jump {
    to { transform: translateY(-12px); opacity: .6; }
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity .2s ease;
}

.cart-overlay.active {
    display: block;
    opacity: 1;
}

.cart-modal {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    width: 100%;
    max-width: 520px;
    height: 85vh;

    background: #fff;
    border-radius: 25px 25px 0 0;

    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
    z-index: 1002;
}

.cart-modal.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%,0);
}

#size-picker-overlay {
    z-index: 1001;
}

#size-picker-modal {
    z-index: 1002;
    transform: translate(-50%, 100%);
}

#size-picker-modal.active {
    transform: translate(-50%, 0);
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.cart-overlay.active {
    opacity: 1;
}

.blur-active {
    filter: blur(6px);
    pointer-events: none;
    transform: scale(.98);
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    z-index: 1003;
    transform: translateX(-100%);
    transition: transform .3s cubic-bezier(.25, 1, .5, 1);
    box-shadow: 10px 0 25px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
}

.side-menu.active {
    transform: translateX(0);
}

#celebration {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s;
}

#celebration.show {
    display: flex;
    opacity: 1;
}
/* ===============================
   CART OVERLAY
================================= */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.cart-overlay.active {
    opacity: 1;
    pointer-events: auto;
}




/* ===============================
   HEADER
================================= */
.cart-header {
    padding: 16px;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #eee;
}


/* ===============================
   CART ITEMS
================================= */
.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background: #fff;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 10px;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 600;
}

.qty-btn {
    background: var(--button, #1ba672);
    color: white;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: bold;
}


/* ===============================
   OFFERS SECTION
================================= */
#offer-box {
    background: var(--button-soft);
    padding: 12px;
}

.offer-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.offer-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
    border-left: 4px solid #d1d5db;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
}

.offer-card.active {
    border-left: 4px solid var(--button, #1ba672);
    background: var(--button-soft);
}

.offer-card p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.offer-card span {
    font-size: 11px;
    color: var(--text-muted, #6b7280);
}


/* ===============================
   SAVINGS BOX
================================= */
.savings-box {
    background: var(--button-soft);
    color: var(--button, #1ba672);
    font-size: 13px;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}


/* ===============================
   FOOTER
================================= */
.cart-footer {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #eee;
}

.total-row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}


/* ===============================
   BUTTON
================================= */
.proceed-btn {
    width: 100%;
    background: var(--button, #1ba672);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;

    transition: 0.2s;
}

.proceed-btn:hover {
    background: var(--button, #1ba672);
    box-shadow: 0 10px 24px var(--button-shadow);
}


/* ===============================
   SCROLLBAR
================================= */
.cart-items::-webkit-scrollbar {
    width: 4px;
}

.cart-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.celebration-box {
    background: white;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    width: 85%;
    max-width: 320px;
    animation: popIn .4s cubic-bezier(.34, 1.56, .64, 1);
}

@keyframes popIn {
    0% { transform: scale(.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes pulseGlow {
    0%, 100% { opacity: 1; box-shadow: 0 0 10px rgba(239, 68, 68, .8); }
    50% { opacity: .7; box-shadow: 0 0 2px rgba(239, 68, 68, .3); }
}

/* Product detail description, similar products and reviews */
.product-description-card,
.details-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 26px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 2px 10px rgba(2, 6, 12, 0.05);
    border: 1px solid rgba(2, 6, 12, 0.04);
    overflow: hidden;
}

.similar-products-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 10px;
}

.similar-product-item {
    flex: 0 0 188px;
    scroll-snap-align: start;
}

.similar-product-item .product-card {
    height: 100%;
}

@media (min-width: 640px) {
    .similar-product-item {
        flex-basis: 210px;
    }
}

@media (min-width: 1024px) {
    .similar-product-item {
        flex-basis: 232px;
    }
}

.review-item {
    padding: 14px 0;
    border-bottom: 1px solid #f1f1f1;
}

.review-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: var(--button, #1ba672);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 5px 7px;
}

.review-title {
    color: #02060c;
    font-size: 13px;
    font-weight: 900;
}

.review-text {
    margin-top: 8px;
    color: #02060c99;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.review-images-scroll {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.review-img {
    width: 74px;
    height: 74px;
    flex: 0 0 auto;
    cursor: pointer;
    border-radius: 14px;
    border: 1px solid #ececec;
    background: #f7f7fb;
    object-fit: cover;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #02060c73;
    font-size: 11px;
    font-weight: 800;
}

.review-image-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(2, 6, 12, 0.72);
    backdrop-filter: blur(6px);
}

.review-image-popup.active {
    display: flex;
}

.review-image-popup img {
    max-width: min(92vw, 720px);
    max-height: 82vh;
    border-radius: 22px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.review-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #02060c;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}


.product-description-html {
    color: var(--text-muted, #4b5563);
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
}

.product-description-card > .flex,
.product-description-card .min-w-0,
.product-description-html * {
    max-width: 100%;
    min-width: 0;
}

.product-description-html * {
    overflow-wrap: anywhere;
    white-space: normal;
}

.product-description-html table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 4px;
    overflow: hidden;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    background: #fff;
}

.product-description-html tr {
    border-bottom: 1px solid #eef0f4;
}

.product-description-html tr:last-child {
    border-bottom: 0;
}

.product-description-html td,
.product-description-html th {
    padding: 10px 12px;
    vertical-align: top;
    text-align: left;
    font-size: 13px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.product-description-html td:first-child,
.product-description-html th:first-child {
    width: 34%;
    color: var(--text-main, #02060c);
    font-weight: 900;
    background: #f8fafc;
}

.product-description-html ul,
.product-description-html ol {
    margin: 4px 0 4px 18px;
    padding: 0;
}

.product-description-html li {
    margin: 3px 0;
}

.product-description-html p {
    margin: 0 0 8px;
}

.product-description-html p:last-child {
    margin-bottom: 0;
}

@media (max-width: 520px) {
    .product-description-card {
        max-width: calc(100vw - 32px);
        margin-right: auto;
        margin-left: auto;
        padding: 14px;
    }

    .product-description-card > .flex {
        flex-direction: column;
        gap: 10px;
    }

    .product-description-html {
        width: 100%;
        max-width: 100%;
        padding-bottom: 4px;
    }

    .product-description-html table {
        width: 100%;
        min-width: 100%;
        max-width: none;
        table-layout: fixed;
    }

    .product-description-html td,
    .product-description-html th {
        min-width: 0;
        padding: 8px 7px;
        font-size: 10.5px;
        line-height: 1.35;
        white-space: normal;
    }

    .product-description-html td:first-child,
    .product-description-html th:first-child {
        position: static;
        z-index: 1;
        width: 23%;
        min-width: 0;
        border-right: 1px solid #eef0f4;
        box-shadow: none;
    }
}
