        .detail-wrap {
            background: #f3f3f3;
            padding: 1.3rem 0 2.2rem;
        }

        .breadcrumbs-row {
            font-size: 0.78rem;
            color: #6b6b6b;
            margin-bottom: 0.7rem;
        }

        .breadcrumbs-row a {
            color: #0066c0;
            text-decoration: none;
        }

        .product-stage {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            padding: 1rem;
        }

        .gallery-panel {
            display: grid;
            grid-template-columns: 88px 1fr;
            gap: 0.9rem;
        }

        .thumb-list {
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
        }

        .thumb-btn {
            width: 78px;
            height: 78px;
            border: 1px solid #d5d9d9;
            border-radius: 8px;
            background: #fff;
            padding: 4px;
            cursor: pointer;
        }

        .thumb-btn.active,
        .thumb-btn:hover {
            border-color: #007185;
            box-shadow: 0 0 0 1px #007185;
        }

        .thumb-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }

        .main-image-wrap {
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            background: #fff;
            min-height: 420px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }

        .main-image {
            width: 100%;
            max-height: 420px;
            object-fit: contain;
        }

        .full-view-link {
            display: inline-block;
            margin-top: 0.7rem;
            color: #0066c0;
            font-size: 0.83rem;
            text-decoration: none;
        }

        .details-title {
            font-size: 2.1rem;
            line-height: 1.2;
            font-weight: 500;
            margin-bottom: 0.35rem;
            color: #0f1111;
            font-family: var(--font-body, "Poppins", sans-serif);
        }

        .brand-line {
            font-size: 0.9rem;
            margin-bottom: 0.2rem;
        }

        .brand-line a {
            color: #007185;
            text-decoration: none;
        }

        .rating-line {
            font-size: 0.9rem;
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 0.55rem;
            margin-bottom: 0.6rem;
        }

        .rating-line .stars {
            color: #c45500;
            margin-right: 0.35rem;
        }

        .price-block {
            font-size: 0.9rem;
            line-height: 1.45;
            margin-bottom: 0.7rem;
        }

        .action-buttons {
            display: flex;
            gap: 0.6rem;
            margin: 0.8rem 0 1rem;
            flex-wrap: wrap;
        }

        .btn-cart-main,
        .btn-wishlist-main {
            border-radius: 999px;
            padding: 0.58rem 1rem;
            font-size: 0.9rem;
            font-weight: 600;
            border: 1px solid transparent;
            display: inline-flex;
            align-items: center;
            gap: 0.42rem;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .btn-cart-main {
            background: #ffd814;
            border-color: #fcd200;
            color: #0f1111;
        }

        .btn-cart-main:hover {
            background: #f7ca00;
            border-color: #f2c200;
            color: #0f1111;
        }

        .btn-wishlist-main {
            background: #fff;
            border-color: #d5d9d9;
            color: #0f1111;
        }

        .btn-wishlist-main:hover {
            background: #f7fafa;
            border-color: #a2a6ac;
            color: #0f1111;
        }

        .btn-wishlist-main i {
            transition: color 0.2s ease;
        }

        .btn-cart-main.is-disabled,
        .btn-cart-main:disabled {
            background: #d5d9d9;
            border-color: #c5c9c9;
            color: #5f6464;
            cursor: not-allowed;
        }

        .stock-state-wrap {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            margin-top: -0.25rem;
            margin-bottom: 0.65rem;
        }

        .stock-tag {
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            padding: 0.2rem 0.6rem;
            font-size: 0.76rem;
            font-weight: 700;
            color: #0f7a34;
            background: #e8f8ef;
            border: 1px solid #bfe9cf;
            text-transform: uppercase;
            letter-spacing: 0.02rem;
        }

        .stock-tag.is-sold-out {
            color: #b12704;
            background: #fdece8;
            border-color: #f5c3b5;
        }

        .stock-notify-link {
            font-size: 0.8rem;
            color: #007185;
            text-decoration: none;
            font-weight: 600;
        }

        .stock-notify-link:hover {
            text-decoration: underline;
        }

        .btn-wishlist-main.js-wishlist-added {
            color: #e74c3c;
        }

        .price-main {
            color: #b12704;
            font-size: 1.75rem;
            font-weight: 500;
        }

        .strike {
            text-decoration: line-through;
            color: #565959;
        }

        .save-line {
            color: #0f1111;
        }

        .offer-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.6rem;
            margin: 0.7rem 0;
        }

        .offer-card {
            border: 1px solid #d5d9d9;
            border-radius: 8px;
            padding: 0.65rem;
            font-size: 0.82rem;
            min-height: 108px;
        }

        .offer-card strong {
            display: block;
            margin-bottom: 0.35rem;
        }

        .promise-row {
            display: flex;
            gap: 1rem;
            border-top: 1px solid #e7e7e7;
            border-bottom: 1px solid #e7e7e7;
            padding: 0.7rem 0;
            margin-bottom: 0.8rem;
        }

        .promise-item {
            font-size: 0.78rem;
            color: #565959;
            text-align: center;
        }

        .promise-item i {
            display: block;
            font-size: 1.1rem;
            margin-bottom: 0.3rem;
            color: #007185;
        }

        .variant-section {
            margin: 0.75rem 0 0.95rem;
        }

        .variant-title-row {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            gap: 0.6rem;
            margin-bottom: 0.55rem;
        }

        .variant-title {
            font-size: 0.96rem;
            font-weight: 600;
            color: #0f1111;
            margin-bottom: 0;
        }

        .variant-main-link {
            font-size: 0.72rem;
            font-weight: 700;
            color: #007185;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 62%;
        }

        .variant-main-link:hover {
            text-decoration: underline;
        }

        .variant-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.5rem;
        }

        .variant-pill {
            width: 100%;
            border: 1px solid #c7d0d8;
            background: #fff;
            border-radius: 8px;
            padding: 0.42rem 0.5rem;
            text-align: left;
            display: block;
            min-height: 118px;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
        }

        .variant-pill:hover {
            border-color: #2a5e96;
        }

        .variant-pill.active {
            border-color: #1f5a95;
            box-shadow: inset 0 0 0 1px #1f5a95;
            background: #f8fbff;
        }

        .variant-pill-title {
            display: block;
            font-size: 0.95rem;
            line-height: 1.12;
            font-weight: 700;
            color: #1a232c;
            margin-bottom: 0.15rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .variant-pill-subtitle {
            display: block;
            font-size: 0.79rem;
            color: #5a6875;
            margin-bottom: 0.3rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .variant-pill-price {
            display: inline-block;
            font-size: 1.1rem;
            font-weight: 700;
            color: #0f1111;
            line-height: 1;
        }

        .variant-pill-old {
            display: inline-block;
            margin-left: 0.35rem;
            font-size: 0.78rem;
            color: #7c8791;
            text-decoration: line-through;
        }

        .variant-pill-delivery {
            display: block;
            margin-top: 0.32rem;
            font-size: 0.79rem;
            color: #353f49;
        }

        .spec-table {
            width: 100%;
            font-size: 0.9rem;
            margin-bottom: 0.7rem;
        }

        .spec-table td {
            padding: 0.28rem 0;
            vertical-align: top;
        }

        .spec-table td:first-child {
            width: 34%;
            color: #565959;
            font-weight: 600;
        }

        .about-title {
            border-top: 1px solid #e7e7e7;
            margin-top: 0.85rem;
            padding-top: 0.75rem;
            font-size: 1.1rem;
            font-weight: 600;
            color: #0f1111;
        }

        .about-list {
            margin: 0.4rem 0 0;
            padding-left: 1.1rem;
            font-size: 0.9rem;
        }

        .about-list li {
            margin-bottom: 0.35rem;
        }

        .about-html {
            font-size: 0.9rem;
            margin-top: 0.4rem;
            color: #0f1111;
        }

        .about-html p,
        .about-html ul,
        .about-html ol {
            margin-bottom: 0.5rem;
        }

        .about-html ul,
        .about-html ol {
            padding-left: 1.1rem;
        }

        .about-html li {
            margin-bottom: 0.35rem;
        }

        .about-content {
            position: relative;
        }

        .about-content.is-collapsed {
            max-height: 220px;
            overflow: hidden;
        }

        .about-content.is-collapsed::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 48px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
            pointer-events: none;
        }

        .read-more-btn {
            margin-top: 0.5rem;
            background: transparent;
            border: 0;
            color: #007185;
            font-size: 0.88rem;
            font-weight: 600;
            padding: 0;
        }

        .read-more-btn:hover {
            color: #c7511f;
            text-decoration: underline;
        }

        .reviews-block {
            border-top: 1px solid #e7e7e7;
            margin-top: 1rem;
            padding-top: 0.8rem;
        }

        .review-title {
            font-size: 1.08rem;
            font-weight: 600;
            color: #0f1111;
            margin-bottom: 0.7rem;
        }

        .review-summary {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            padding: 0.55rem 0.6rem;
            background: #f8faf9;
            border: 1px solid #dfe5e3;
            border-radius: 8px;
        }

        .review-summary-score {
            font-size: 1.7rem;
            font-weight: 600;
            color: #0f1111;
            line-height: 1;
        }

        .review-summary-stars i,
        .review-item-rating i {
            color: #d6d6d6;
            font-size: 0.8rem;
            margin-right: 2px;
        }

        .review-summary-stars i.is-filled,
        .review-item-rating i.is-filled {
            color: #c45500;
        }

        .review-summary-count {
            font-size: 0.81rem;
            color: #565959;
            margin-top: 2px;
        }

        .review-form label {
            font-size: 0.84rem;
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .rating-picker {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            flex-wrap: wrap;
        }

        .rating-star-btn {
            border: 0;
            background: transparent;
            padding: 0;
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #d6d6d6;
            cursor: pointer;
            transition: transform 0.15s ease, color 0.15s ease;
        }

        .rating-star-btn i {
            font-size: 1.05rem;
        }

        .rating-star-btn.is-active,
        .rating-star-btn:hover {
            color: #f4b400;
        }

        .rating-star-btn:hover {
            transform: scale(1.06);
        }

        .rating-picker-label {
            font-size: 0.78rem;
            color: #5b5f62;
            margin-left: 0.35rem;
        }

        .review-form .form-control,
        .review-form .form-select {
            font-size: 0.88rem;
        }

        .review-form .btn {
            border-radius: 999px;
            padding-inline: 0.95rem;
            font-weight: 600;
        }

        .review-notice,
        .review-empty {
            font-size: 0.86rem;
            color: #565959;
            background: #f7f7f7;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            padding: 0.55rem 0.65rem;
        }

        .review-list {
            display: grid;
            grid-auto-flow: column;
            grid-auto-columns: minmax(260px, 100%);
            gap: 0.6rem;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
            -ms-overflow-style: none;
            scroll-behavior: smooth;
            padding-bottom: 2px;
        }

        .review-list::-webkit-scrollbar {
            display: none;
        }

        .review-carousel-wrap {
            display: grid;
            grid-template-columns: 34px 1fr 34px;
            align-items: center;
            gap: 0.5rem;
        }

        .review-arrow {
            width: 32px;
            height: 32px;
            border-radius: 999px;
            border: 1px solid #d2d7d5;
            background: #fff;
            color: #4d5358;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .review-arrow:hover:not(:disabled) {
            border-color: #a7b0ad;
            color: #111;
            background: #f7f8f8;
        }

        .review-arrow:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        .review-item {
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 0.65rem;
            background: #fff;
            scroll-snap-align: start;
        }

        .review-item-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.25rem;
        }

        .review-item-head strong {
            font-size: 0.85rem;
            color: #0f1111;
        }

        .review-item-date {
            font-size: 0.76rem;
            color: #767676;
            white-space: nowrap;
        }

        .review-item-text {
            font-size: 0.86rem;
            color: #0f1111;
            line-height: 1.45;
        }

        .recent-view-wrap {
            background: #f3f3f3;
            padding: 0 0 1.6rem;
        }

        .recent-view-card {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            padding: 1rem;
        }

        .recent-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #0f1111;
            margin-bottom: 0.85rem;
        }

        .recent-grid {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 0.8rem;
        }

        .recent-item {
            display: block;
            text-decoration: none;
            color: inherit;
            border: 1px solid #ececec;
            border-radius: 8px;
            padding: 0.55rem;
            transition: box-shadow 0.2s ease, border-color 0.2s ease;
            background: #fff;
        }

        .recent-item:hover {
            border-color: #d5d9d9;
            box-shadow: 0 2px 10px rgba(15, 17, 17, 0.08);
            color: inherit;
        }

        .recent-item img {
            width: 100%;
            height: 120px;
            object-fit: contain;
            border-radius: 6px;
            background: #fff;
            margin-bottom: 0.45rem;
        }

        .recent-item-name {
            font-size: 0.82rem;
            line-height: 1.3;
            color: #0f1111;
            margin-bottom: 0.35rem;
            min-height: 2.1em;
        }

        .recent-item-price {
            font-size: 0.86rem;
            font-weight: 600;
            color: #b12704;
        }

        .related-wrap {
            background: #f3f3f3;
            padding: 0 0 1.6rem;
        }

        .related-card {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            padding: 1rem;
        }

        .related-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #0f1111;
            margin-bottom: 0.85rem;
        }

        .related-item {
            display: block;
            text-decoration: none;
            color: inherit;
            border: 1px solid #ececec;
            border-radius: 8px;
            padding: 0.55rem;
            background: #fff;
            transition: box-shadow 0.2s ease, border-color 0.2s ease;
        }

        .related-item:hover {
            border-color: #d5d9d9;
            box-shadow: 0 2px 10px rgba(15, 17, 17, 0.08);
            color: inherit;
        }

        .related-item img {
            width: 100%;
            height: 145px;
            object-fit: contain;
            border-radius: 6px;
            background: #fff;
            margin-bottom: 0.45rem;
        }

        .related-name {
            font-size: 0.82rem;
            line-height: 1.3;
            color: #0f1111;
            margin-bottom: 0.3rem;
            min-height: 2.1em;
        }

        .related-price {
            font-size: 0.86rem;
            font-weight: 600;
            color: #b12704;
            margin-bottom: 0.2rem;
        }

        .related-delivery {
            font-size: 0.77rem;
            color: #067d62;
            font-weight: 600;
        }

        @media (max-width: 992px) {
            .gallery-panel {
                grid-template-columns: 1fr;
            }

            .thumb-list {
                flex-direction: row;
                flex-wrap: wrap;
            }

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

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

            .footer-logo-wrap {
                justify-content: center;
            }

            .footer-logo {
                width: min(300px, 100%);
            }
        }

        @media (max-width: 768px) {
            .search-dropdown {
                top: 70px;
                padding: 1rem;
            }

            .search-input {
                height: 44px;
                font-size: 1.7rem;
            }

            .main-image-wrap {
                min-height: 290px;
            }

            .details-title {
                font-size: 1.3rem;
            }

            .recent-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .review-carousel-wrap {
                grid-template-columns: 1fr;
                gap: 0.45rem;
            }

            .review-arrow {
                width: 30px;
                height: 30px;
            }

            .review-arrow-left,
            .review-arrow-right {
                justify-self: end;
            }
        }
    

/* Auto-extracted inline style attributes */
.inl-3 { display:none; }
.inl-1 { color:#b12704; }
.inl-2 { font-size:0.8rem; color:#565959; }
.inl-4 { color:#cdbcb0; }