.home-featured-products .row.g-4.mt-4 {
    align-items: stretch;
}

.home-featured-products .product-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-featured-products .product-thumb {
    aspect-ratio: 1 / 0.78;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff8f5 0%, #f8efea 100%);
}

.home-featured-products .product-thumb a,
.home-featured-products .product-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-featured-products .product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 14px;
}

.home-featured-products .product-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.55;
    color: #6f6257;
    margin-bottom: 8px;
}

.home-featured-products .btn-wrap {
    margin-top: auto;
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.home-featured-products .cart-btn,
.home-featured-products .buy-btn {
    flex: 1;
    min-width: 0;
}

.home-featured-products .product-content h3 {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 1.08;
    color: #802920;
    font-weight: 800;
}

.home-featured-products .product-content h3 a {
    color: #802920 !important;
}

.home-featured-products .price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: 10px;
}

.home-featured-products .price-wrap .price {
    color: #802920;
    font-size: 20px;
    font-weight: 700;
}

.home-featured-products .price-wrap del {
    color: #7b6a5f;
    font-size: 14px;
}

.home-featured-products .stars {
    white-space: nowrap;
}

.home-blogs .vl-blog-6-item {
    height: 100%;
}

.home-blogs .vl-blog-6-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-blogs .vl-blog-6-content hr {
    margin-top: auto;
}

.recipe-card-link.disabled {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8e7d6b;
    cursor: default;
    pointer-events: none;
}

.rec-para {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.recipes-page {
    --radius-lg: 4px;
}

.recipes-page .recipe-card {
    border-radius: 4px;
    box-shadow: none;
}

.recipes-page .recipe-card-img {
    border-radius: 0;
}

.recipes-page .recipe-card-img img {
    border-radius: 0;
}

.recipes-page .recipe-card-tag {
    color: var(--white);
    font-family: inherit;
}

.recipes-page .recipe-card-link.disabled {
    display: none;
}

.recipe-detail-page {
    background: linear-gradient(180deg, #fffdf8 0%, #f8f2e7 100%);
}

.recipe-body {
    padding: 70px 0 30px;
}

.recipe-intro {
    max-width: 980px;
    font-size: 18px;
    line-height: 1.9;
    color: #5f564b;
    margin-bottom: 42px;
}

.recipe-section-label {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(200, 169, 110, 0.14);
    color: #8b6b38;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 700;
}

.recipe-section-label-center {
    margin-bottom: 18px;
}

.recipe-section-title {
    font-size: clamp(34px, 4vw, 52px);
    margin-bottom: 30px;
    color: #2e2318;
}

.recipe-section-title em {
    font-style: italic;
    color: #8b6b38;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.step-item {
    display: flex;
    gap: 18px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(200, 169, 110, 0.22);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(61, 43, 31, 0.08);
}

.step-num-circle {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c8a96e, #a67c3e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 12px 28px rgba(166, 124, 62, 0.28);
}

.step-title {
    font-size: 24px;
    margin-bottom: 8px;
    color: #31251a;
}

.step-desc {
    margin-bottom: 0;
    color: #655c52;
    line-height: 1.8;
}

.recipe-sidebar {
    position: sticky;
    top: 120px;
}

.ingredient-card,
.product-cta-card,
.tip-card,
.related-card {
    border: 1px solid rgba(200, 169, 110, 0.22);
    box-shadow: 0 18px 40px rgba(61, 43, 31, 0.08);
}

.ingredient-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
}

.card-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(200, 169, 110, 0.18);
    background: linear-gradient(180deg, #fff8ea 0%, #fff 100%);
}

.card-header-bar h3 {
    font-size: 28px;
    color: #2f2418;
}

.card-header-bar span {
    font-size: 13px;
    color: #8b6b38;
    font-weight: 700;
}

.ingredient-list {
    padding: 22px 24px 8px;
}

.ingredient-group-title {
    color: #8b6b38;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ingredient-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.ing-check {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(7, 105, 87, 0.10);
    color: #076957;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.ing-name {
    color: #54483c;
    line-height: 1.7;
}

.recipe-result-box {
    margin: 0 24px 24px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f7f1e4;
    color: #5c5144;
}

.recipe-result-box strong {
    display: block;
    margin-bottom: 6px;
    color: #2d2319;
}

.product-cta-card {
    background: transparent;
    border-radius: 24px;
    overflow: hidden;
}

.product-cta-inner {
    background: linear-gradient(180deg, #2f2318 0%, #453426 100%);
    color: #f5ead7;
    padding: 26px 24px;
}

.cta-eyebrow {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #e9d5b0;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-showcase {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.product-showcase img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    padding: 10px;
}

.product-showcase h4 {
    color: #fff7eb;
    margin-bottom: 6px;
}

.product-showcase p,
.product-cta-text {
    color: rgba(245, 234, 215, 0.82);
    margin-bottom: 0;
    line-height: 1.8;
}

.product-cta-text {
    margin-bottom: 18px;
}

.tips-section,
.related-section {
    padding: 72px 0;
}

.tips-section {
    background: linear-gradient(180deg, rgba(245, 237, 216, 0.70) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.tip-card {
    height: 100%;
    background: #fff;
    border-radius: 22px;
    padding: 28px 24px;
}

.products-page {
    background: #fff;
}

.products-section {
    padding: 36px 0 92px;
}

.products-intro {
    margin-bottom: 0;
}

.products-kicker {
    display: none;
}

.products-intro h2 {
    font-family: 'Gruppo', sans-serif;
    font-size: clamp(30px, 2.6vw, 36px);
    line-height: 1.02;
    margin-bottom: 0;
    color: #8f3325;
    white-space: nowrap;
}

.products-intro p {
    display: none;
}

.products-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.products-search,
.products-sort {
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(143, 51, 37, .16);
    background: #fff;
    box-shadow: 0 8px 20px rgba(143, 51, 37, .04);
}

.products-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    min-width: min(100%, 250px);
    flex: 1 1 250px;
}

.products-search i {
    color: #8f3325;
}

.products-search input {
    width: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    color: #2d2522;
    background: transparent;
}

.products-sort {
    padding: 0 16px;
    font-size: 15px;
    color: #2d2522;
    min-width: 162px;
    outline: none;
}

.products-view-group {
    display: inline-flex;
    gap: 10px;
}

.products-view-btn {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(143, 51, 37, .16);
    border-radius: 10px;
    background: #fff;
    color: #8f3325;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(143, 51, 37, .04);
    transition: all .2s ease;
}

.products-view-btn.active,
.products-view-btn:hover {
    background: #8f3325;
    color: #fff;
    border-color: #8f3325;
}

.products-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(143, 51, 37, .22);
}

.products-count {
    color: #8f3325;
    font-size: 15px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-top: 46px;
}

.products-grid.is-list {
    grid-template-columns: 1fr;
}

.product-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    transition: transform .25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: none;
}

.product-card .product-thumb {
    position: relative;
    background: #fff;
    padding: 0;
    aspect-ratio: 16 / 10;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
}

.product-card .product-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-card .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

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

.product-badge {
    display: none;
}

.product-body {
    padding: 14px 4px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 8px;
}

.product-card h3 {
    font-family: 'Gruppo', sans-serif;
    font-size: clamp(30px, 2.8vw, 38px);
    line-height: 1;
    margin-bottom: 12px;
    color: #8f3325;
}

.product-card p {
    color: #555;
    line-height: 1.4;
    margin-bottom: 18px;
}

.product-card .price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.product-card .price {
    color: #8f3325;
    font-size: 18px;
    font-weight: 700;
}

.product-card .price del {
    color: #7b6a5f;
    font-size: 14px;
}

.product-card .btn-wrap {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.product-card .theme-btn11,
.product-card .outline-btn {
    flex: 1;
    justify-content: center;
}

.product-detail-page .related-section .product-box {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(128, 41, 32, 0.1);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(128, 41, 32, 0.05);
    display: flex;
    flex-direction: column;
}

.product-detail-page .related-section .product-thumb {
    aspect-ratio: 1 / 0.78;
    background: linear-gradient(180deg, #fff8f5 0%, #f8efea 100%);
}

.product-detail-page .related-section .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-page .related-section .product-content {
    padding: 14px 4px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-detail-page .related-section .product-content h3 {
    font-family: 'Gruppo', sans-serif;
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 4px;
    color: #8f3325;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 800;
}

.product-detail-page .related-section .product-content h3 a,
.product-detail-page .related-section .product-content h3 a:hover,
.product-detail-page .related-section .product-content h3 a:focus,
.product-detail-page .related-section .product-content h3 a:visited {
    color: #8f3325 !important;
}

.product-detail-page .related-section .product-content p {
    color: #555;
    line-height: 1.55;
    margin-bottom: 8px;
    font-size: 15px;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-detail-page .related-section .price-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: auto 0 10px;
}

.product-detail-page .related-section .price {
    font-size: 20px;
    font-weight: 700;
    color: #802920;
}

.product-detail-page .related-section .stars {
    font-size: 20px;
    white-space: nowrap;
}

.product-detail-page .related-section .btn-wrap {
    display: flex;
    gap: 12px;
    margin-top: 0;
}

.product-detail-page .related-section .cart-btn,
.product-detail-page .related-section .buy-btn {
    flex: 1;
    min-width: 0;
}

.product-detail-page .related-section .product-box:hover {
    transform: translateY(-3px);
}

.admin-login-wrapper {
    min-height: 100vh;
    width: 100%;
}

.admin-login-wrapper.product-section.login.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.admin-login-wrapper.product-section.login.bg-cover::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 248, 244, 0.92) 0%, rgba(246, 234, 220, 0.88) 45%, rgba(255, 242, 235, 0.9) 100%),
        radial-gradient(circle at top right, rgba(143, 51, 37, 0.12), transparent 36%),
        radial-gradient(circle at bottom left, rgba(180, 77, 52, 0.10), transparent 34%);
    pointer-events: none;
}

.admin-login-wrapper .main-wrapper,
.admin-login-wrapper .main-wrapper > * {
    position: relative;
    z-index: 1;
}

.admin-login-wrapper .main-wrapper {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 14px;
}

.admin-login-wrapper .register-container {
    background: rgba(255, 252, 250, 0.97);
    border: 1px solid rgba(143, 51, 37, 0.08);
    border-radius: 20px;
    padding: 28px 26px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 24px 60px rgba(78, 39, 30, 0.18);
    animation: adminSlideUp 0.8s ease-out;
}

@keyframes adminSlideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.admin-login-wrapper .brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.admin-login-wrapper .brand-row img {
    width: auto;
    max-width: 190px;
    max-height: 90px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.admin-login-wrapper .page-title {
    color: #8f3325;
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 6px;
}

.admin-login-wrapper .welcome-text {
    color: #333;
    text-align: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.admin-login-wrapper .form-label {
    color: #000;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.admin-login-wrapper .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 14px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.admin-login-wrapper .form-control:focus {
    border-color: #8f3325;
    box-shadow: 0 0 0 0.2rem rgba(143, 51, 37, 0.14);
    outline: none;
}

.admin-login-wrapper .form-control:hover {
    border-color: #b24d34;
}

.admin-login-wrapper .btn-register {
    background: linear-gradient(135deg, #8f3325 0%, #b24d34 100%);
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.admin-login-wrapper .btn-register:hover {
    background: linear-gradient(135deg, #7b2a1e 0%, #9e432e 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(143, 51, 37, 0.26);
}

.admin-login-wrapper .forgot-pass {
    color: #8f3325;
    font-weight: 600;
    text-decoration: none;
}

.admin-login-wrapper .forgot-pass:hover {
    text-decoration: underline;
}

.admin-login-wrapper .admin-note {
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.admin-login-wrapper .admin-note strong {
    color: #8f3325;
    font-weight: 700;
}

@media (max-width: 767px) {
    .home-featured-products .btn-wrap {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .admin-login-wrapper .register-container {
        padding: 24px 18px;
    }

    .admin-login-wrapper .page-title {
        font-size: 1.6rem;
    }

    .product-detail-page .related-section .product-content h3 {
        font-size: 24px;
    }

    .product-detail-page .related-section .product-content p {
        font-size: 13px;
    }
}

/* Product detail page styles */
.product-detail-page .hero6 {
            min-height: 320px;
        }

        .product-detail-page .product-detail-wrapper,
        .product-detail-page .product-desc-section,
        .product-detail-page .related-section {
            padding: 80px 0;
        }

        .product-detail-page .product-detail-wrapper {
            padding-top: 0;
            padding-bottom: 40px;
        }

        .product-detail-page .breadcrumb-trail {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
            padding: 14px 0 0;
            font-size: 13px;
            color: #8f3325;
        }

        .product-detail-page .breadcrumb-trail a {
            color: #1f4bb8;
            font-weight: 600;
        }

        .product-detail-page .product-gallery {
            position: relative;
        }

        .product-detail-page .main-image-wrap {
            position: relative;
            width: 100%;
        }

        .product-detail-page .main-image-inner {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
            background: #fff;
        }

        .product-detail-page .main-image-inner img {
            width: 95%;
            display: block;
            margin: 0 auto;
        }

        .product-detail-page .zoom-lens {
            position: absolute;
            width: 120px;
            height: 120px;
            border: 2px solid rgba(143, 51, 37, .8);
            background: rgba(255, 255, 255, .22);
            box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
            pointer-events: none;
            display: none;
            z-index: 3;
            border-radius: 18px;
        }

        .product-detail-page .zoom-result {
            position: absolute;
            top: 0;
            left: calc(100% + 20px);
            width: 420px;
            height: 420px;
            border: 1px solid rgba(143, 51, 37, .12);
            border-radius: 24px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
            background-color: #fff;
            background-repeat: no-repeat;
            display: none;
            z-index: 4;
        }

        .product-detail-page .main-image-inner:hover {
            cursor: zoom-in;
        }

        .product-detail-page .thumb-row {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            flex-wrap: wrap;
        }

        .product-detail-page .thumb-item {
            width: 80px;
            height: 80px;
            border: 2px solid #e5e5e5;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: all .2s ease;
        }

        .product-detail-page .thumb-item.active,
        .product-detail-page .thumb-item:hover {
            border-color: #802920;
        }

        .product-detail-page .thumb-item img {
            width: 100%;
            display: block;
            height: 100%;
            object-fit: cover;
        }

        .product-detail-page .product-info-area {
            padding-left: 30px;
        }

        .product-detail-page .product-info-area h2 {
            font-family: 'Gruppo', sans-serif;
            font-size: 50px;
            line-height: 1.02;
            color: #802920;
            margin-bottom: 4px;
        }

        .product-detail-page .product-subtitle {
            color: #666;
            font-size: 18px;
            margin-bottom: 16px;
        }

        .product-detail-page .rating-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 14px;
            align-items: center;
            color: #802920;
            margin-bottom: 10px;
        }

        .product-detail-page .stars {
            font-size: 20px;
            color: #802920;
            letter-spacing: 1px;
        }

        .product-detail-page .stars .star-fill {
            color: #802920;
        }

        .product-detail-page .stars .star-empty {
            color: #555555;
        }

        .product-detail-page .rating-score {
            font-size: 16px;
            color: #802920;
            margin-left: 6px;
        }

        .product-detail-page .review-count {
            color: #802920;
            font-weight: 500;
        }

        .product-detail-page .price-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

        .product-detail-page .current-price {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 40px;
            font-weight: 500;
            line-height: 1;
            color: #8f3325;
        }

        .product-detail-page .old-price {
            color: #8a7a6e;
            text-decoration: line-through;
            font-size: 26px;
        }

        .product-detail-page .save-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            padding: 0 12px;
            border-radius: 999px;
            background: #fff2ef;
            color: #8f3325;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .04em;
        }

        .product-detail-page .bulk-row {
            color: #666;
            margin-bottom: 15px;
        }

        .product-detail-page .bulk-highlight {
            color: #8f3325;
            font-weight: 700;
        }

        .product-detail-page .undrlien {
            height: 1px;
            background: rgba(143, 51, 37, .18);
            margin: 18px 0 22px;
        }

        .product-detail-page .btn-row {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
            margin-bottom: 24px;
        }

        .product-detail-page .qty-selector {
            display: flex;
            align-items: center;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            overflow: hidden;
            height: 48px;
            flex: 1;
        }

        .product-detail-page .qty-minus,
        .product-detail-page .qty-plus {
            width: 48px;
            height: 100%;
            border: 0;
            background: #f8f8f8;
            color: #8f3325;
            font-size: 18px;
        }

        .product-detail-page #qtyInput {
            width: 56px;
            height: 100%;
            border: 0;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            color: #242424;
            background: #fff;
        }

        .product-detail-page .cart-btn,
        .product-detail-page .buy-btn {
            min-width: 180px;
            height: 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .product-detail-page .highlight-icos {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: 1px solid #e5e5e5;
            border-radius: 20px;
            overflow: hidden;
            margin-top: 25px;
            background: #f6f6f6;
        }

        .product-detail-page .highlight-item {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 32px 18px;
            position: relative;
        }

        .product-detail-page .highlight-item:not(:last-child) {
            border-right: 1px solid #e5e5e5;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .product-detail-page .highlight-item img {
            width: 20px;
            height: 20px;
            object-fit: contain;
            margin-bottom: 0;
        }

        .product-detail-page .highlight-item span {
            font-size: 14px;
            font-weight: 400;
            color: #666;
            line-height: 1;
        }

        .product-detail-page .desc-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            border-bottom: 2px solid #e5e5e5;
        }

        .product-detail-page .desc-tab-btn {
            border: 0;
            background: transparent;
            color: #888;
            padding: 14px 28px;
            font-weight: 700;
            border-bottom: 2px solid transparent;
            margin-bottom: -2px;
        }

        .product-detail-page .desc-tab-btn.active {
            color: #8f3325;
            border-bottom-color: #8f3325;
        }

        .product-detail-page .desc-tab-content {
            display: none;
            padding-top: 32px;
        }

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

        .product-detail-page .section-title {
            font-family: 'Gruppo', sans-serif;
            font-size: clamp(32px, 3.6vw, 52px);
            line-height: 1.05;
            color: #242424;
            margin-bottom: 16px;
        }

        .product-detail-page .section-title em {
            font-style: normal;
            color: #8f3325;
        }

        .product-detail-page .desc-body,
        .product-detail-page .nut-vale {
            color: #6a6258;
            line-height: 1.85;
        }

        .product-detail-page .specs-table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border: 1px solid rgba(143, 51, 37, .12);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(143, 51, 37, .05);
        }

        .product-detail-page .specs-table td {
            padding: 14px 18px;
            border-bottom: 1px solid rgba(143, 51, 37, .08);
            vertical-align: top;
            color: #5f4d3c;
        }

        .product-detail-page .specs-table tr:last-child td {
            border-bottom: 0;
        }

        .product-detail-page .specs-table td:first-child {
            width: 220px;
            font-weight: 700;
            color: #242424;
            background: #fff8f5;
        }

        .product-detail-page .review-card,
        .product-detail-page .review-empty,
        .product-detail-page .review-form-shell {
            background: #fff;
            border: 1px solid rgba(143, 51, 37, .12);
            border-radius: 22px;
            box-shadow: 0 10px 30px rgba(143, 51, 37, .05);
        }

        .product-detail-page .review-card {
            padding: 20px;
            margin-bottom: 16px;
        }

        .product-detail-page .review-head {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 12px;
        }

        .product-detail-page .review-empty {
            text-align: center;
            padding: 48px 20px;
        }

        .product-detail-page .review-form-shell {
            padding: 24px;
            margin-top: 22px;
        }

        @media (max-width: 991.98px) {
            .product-detail-page .thumb-row {
                width: 100%;
            }

            .product-detail-page .highlight-icos {
                flex-wrap: wrap;
            }

            .product-detail-page .highlight-item {
                flex: 1 1 33.33%;
            }

            .product-detail-page .zoom-result,
            .product-detail-page .zoom-lens {
                display: none !important;
            }
        }

        @media (max-width: 767px) {
            .product-detail-page .product-info-area {
                padding: 22px;
            }

            .product-detail-page .btn-row .theme-btn11 {
                width: 100%;
            }

            .product-detail-page .specs-table td:first-child {
                width: 170px;
            }

            .product-detail-page .highlight-item {
                flex: 1 1 100%;
                border-right: 0;
                margin: 0;
                justify-content: flex-start;
                padding: 14px 15px;
                border-bottom: 1px solid #e5e5e5;
            }

            .product-detail-page .highlight-item:last-child {
                border-bottom: 0;
            }
        }

