/* GauGrih Product Details */
.gg-pd-page,
.__inline-23 {
    background: #faf7f2;
}

.__inline-23 > .container.mt-4 {
    background: transparent;
}

.gg-pd-related {
    padding: 36px 0 16px;
}

.gg-pd-also-like {
    padding-top: 36px;
    padding-bottom: 16px;
}

.gg-pd-similar {
    padding-top: 12px;
    padding-bottom: 40px;
}

.gg-pd-related .gg-section-head {
    margin-bottom: 22px;
}

.gg-pd-related .row > [class*="col-"] {
    display: flex;
}

.gg-pd-related .gg-card {
    width: 100%;
}

/* Gallery */
.gg-pd-gallery {
    position: sticky;
    top: 90px;
}

.gg-pd-gallery-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.gg-pd-thumbs {
    order: 2;
    width: 100%;
    overflow: visible;
}

.gg-pd-main {
    order: 1;
    width: 100%;
}

.gg-pd-thumbs .product-thumb-slider .owl-item {
    width: 72px !important;
    height: auto !important;
}

.gg-pd-thumbs .product-preview-thumb {
    width: 68px !important;
    height: 68px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1.5px solid #efe6da !important;
    background: #fff !important;
    padding: 4px;
    box-sizing: border-box;
}

.gg-pd-thumbs .product-preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px !important;
    display: block;
}

.gg-pd-thumbs .product-preview-thumb.active {
    border-color: #c4783a !important;
}

.gg-pd-thumbs .gg-pd-thumbs-scroll,
.gg-pd-thumbs .__max-h-515px,
.gg-pd-thumbs .table-responsive {
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 4px 2px 6px;
}

.gg-pd-thumbs .owl-carousel {
    display: block;
    width: 100%;
}

.gg-pd-thumbs .owl-carousel .owl-stage-outer {
    height: auto !important;
    overflow: visible !important;
    padding: 2px 0;
}

.gg-pd-thumbs .owl-carousel .owl-stage {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    transform: none !important;
    transition: none !important;
    width: auto !important;
}

.gg-pd-thumbs .owl-carousel .owl-item {
    width: 72px !important;
    margin: 0 8px 0 0 !important;
    float: none !important;
    overflow: visible !important;
}

.gg-pd-main .cz-preview,
.gg-pd-main .product-preview-item {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #efe6da;
    box-shadow: 0 6px 20px rgba(80, 40, 10, 0.06);
    aspect-ratio: 1 / 1;
}

.gg-pd-main .product-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.gg-pd-preview-wrap {
    position: relative;
}

.gg-pd-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #efe6da;
    background: #fff;
    color: #5c2e16;
    box-shadow: 0 4px 12px rgba(80, 40, 10, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gg-pd-nav--prev { left: 10px; }
.gg-pd-nav--next { right: 10px; }

.gg-pd-main .product-thumbnail-slider .owl-nav {
    display: none !important;
}

.gg-pd-media-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.gg-pd-media-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #d9cbb8;
    background: #fff;
    color: #5c2e16;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.gg-pd-media-btn:hover {
    border-color: #c4783a;
    color: #c4783a;
}

/* Product info */
.gg-pd-info {
    background: #fff;
    border: 1px solid #efe6da;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(80, 40, 10, 0.05);
    padding: 20px 22px !important;
}

.gg-pd-badge {
    display: inline-block;
    background: #c4783a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gg-pd-title,
.__inline-23 .details h2.__inline-24 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 700;
    color: #3a1a12;
    line-height: 1.3;
}

.gg-pd-meta {
    gap: 6px 8px;
    color: #6b5a4c;
    font-size: 13px;
}

.gg-pd-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cfc0b0;
    display: inline-block;
}

.gg-pd-stock {
    color: #2f8f4e;
    font-weight: 600;
    font-size: 12.5px;
}

.gg-pd-stock i {
    font-size: 8px;
    margin-right: 4px;
    vertical-align: middle;
}

.gg-pd-stock--out {
    color: #b42318;
}

.__inline-23 .discounted-unit-price {
    color: #c4783a !important;
    font-weight: 700 !important;
}

.__inline-23 .product-total-unit-price {
    color: #9a8a7a !important;
}

.gg-pd-off {
    display: inline-flex;
    align-items: center;
    background: #e8f6ec;
    color: #1f7a3f;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
}

.gg-pd-tax-note {
    font-size: 12px;
    color: #8a7a6c;
}

.gg-pd-pack-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}

.gg-pd-pack-item input {
    display: none;
}

.gg-pd-pack-label {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 10px 14px !important;
    margin: 0 !important;
    border: 1.5px solid #e5d8c8 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #5c2e16 !important;
    font-size: 13px !important;
    font-weight: 600;
    cursor: pointer;
}

.gg-pd-pack-item input:checked + .gg-pd-pack-label {
    border-color: #c4783a !important;
    background: #fff4ea !important;
    color: #8a4a1a !important;
}

.gg-pd-qty {
    border-radius: 10px !important;
    overflow: hidden;
    border-color: #e5d8c8 !important;
}

.gg-pd-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    background: #f7efe4;
    border: 1px solid #efe6da;
    border-radius: 12px;
    padding: 12px 10px;
}

.gg-pd-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #5c2e16;
    line-height: 1.25;
}

.gg-pd-trust-ico {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eadfce;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c4783a;
}

.gg-pd-actions,
.gg-pd-actions.__btn-grp {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    row-gap: 0 !important;
}

.gg-pd-cta-row {
    width: 100%;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    order: 1;
}

.gg-pd-actions .product-restock-request-section {
    order: 1;
    margin-top: 8px;
}

.gg-pd-btn-cart,
.gg-pd-btn-buy {
    flex: 1;
    min-height: 46px;
    border-radius: 10px !important;
    font-weight: 700 !important;
}

.gg-pd-btn-cart {
    background: #c4783a !important;
    border-color: #c4783a !important;
    color: #fff !important;
}

.gg-pd-btn-buy {
    background: #5c2e16 !important;
    border-color: #5c2e16 !important;
    color: #fff !important;
}

.gg-pd-secondary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
    margin: 6px 0 0 !important;
    padding: 4px 0 !important;
    width: 100%;
    order: 2;
}

.gg-pd-sec-btn--cart,
.gg-pd-sec-btn--buy {
    justify-content: center;
}

.gg-pd-actions.__btn-grp > .gg-pd-sec-btn,
.gg-pd-actions.__btn-grp .gg-pd-sec-btn,
.gg-pd-secondary-actions .gg-pd-sec-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    color: #6b3a1f !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.3 !important;
    cursor: pointer;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 0 !important;
}

.gg-pd-sec-btn i {
    font-size: 15px;
    color: #c4783a;
    width: 18px;
    text-align: center;
}

.gg-pd-sec-btn:hover,
.gg-pd-sec-btn:focus {
    color: #c4783a !important;
    background: transparent !important;
    text-decoration: none !important;
}

.gg-pd-sec-btn .wishlist-tooltip {
    display: none !important;
}

.gg-pd-delivery {
    display: block;
    background: #fffdf9;
    border: 1px solid #efe6da;
    border-radius: 12px;
    padding: 12px 14px;
    order: 3;
    width: 100%;
    margin: 12px 0 0 !important;
}

.gg-pd-delivery-perks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.gg-pd-delivery-perks--full {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.gg-pd-perk {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 12.5px;
    font-weight: 600;
    color: #5c2e16;
}

.gg-pd-perk-star {
    color: #c4783a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-left: 1px;
}

.gg-pd-perk i {
    display: none;
}

/* Bottom trust bar */
.gg-pd-trust-bar {
    background: #f3e8d8;
    border-top: 1px solid #eadfce;
    border-bottom: 1px solid #eadfce;
    padding: 18px 0;
    margin: 20px 0 8px;
}

.gg-pd-trust-bar-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.gg-pd-trust-bar-col {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gg-pd-trust-bar-col i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #c4783a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gg-pd-trust-bar-col strong {
    display: block;
    font-size: 13px;
    color: #3a1a12;
}

.gg-pd-trust-bar-col span {
    font-size: 11px;
    color: #7a6a5c;
}

.__inline-23 .web--bg-primary,
.__inline-23 .btn-primary,
.__inline-23 .btn--primary {
    background: #c4783a !important;
    border-color: #c4783a !important;
}

.__inline-23 .product-buy-now-button.btn-secondary,
.__inline-23 .gg-pd-btn-buy {
    background: #5c2e16 !important;
    border-color: #5c2e16 !important;
    color: #fff !important;
}

/* Tabs / description cards */
.__inline-23 .nav-tabs .nav-link {
    border-radius: 9px;
    color: #7a6a5c;
    font-weight: 600;
}

.__inline-23 .gg-pd-tabs.nav-tabs .nav-link.active {
    color: #fff !important;
    border-bottom: 0 !important;
}

.__inline-23 .card.__card,
.__inline-23 .__review-overview {
    border-radius: 14px !important;
    border: 1px solid #efe6da !important;
    box-shadow: 0 4px 16px rgba(80, 40, 10, 0.05) !important;
    background: #fff;
}

.__inline-23 .__inline-31 {
    border-radius: 14px;
    border: 1px solid #efe6da;
    background: #fff;
    overflow: hidden;
    padding: 12px;
}

/* Overview + Reviews redesign */
.gg-pd-tabs-wrap {
    margin-top: 28px !important;
}

.gg-pd-tabs-card {
    background: #fff;
    border: 1px solid #efe6da;
    border-radius: 16px !important;
    box-shadow: 0 6px 22px rgba(80, 40, 10, 0.05);
    padding: 8px 22px 22px !important;
    margin-bottom: 8px;
}

.gg-pd-tabs {
    border: 1px solid #efe6da !important;
    border-radius: 12px;
    background: #fffdf9;
    gap: 6px;
    margin: 12px auto 4px !important;
    padding: 6px !important;
    width: fit-content;
    max-width: 100%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.gg-pd-tabs-card > .gg-pd-tabs {
    display: flex !important;
}

.gg-pd-tabs .nav-item {
    margin: 0;
    flex: 0 0 auto;
}

.gg-pd-tabs .nav-link,
.gg-pd-tabs .tab_link {
    background: transparent !important;
    border: 0 !important;
    border-radius: 9px !important;
    color: #8a7a6c !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em;
    padding: 10px 28px !important;
    margin: 0 !important;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.gg-pd-tabs .nav-link:hover,
.gg-pd-tabs .tab_link:hover {
    color: #5c2e16 !important;
    background: rgba(196, 120, 58, 0.08) !important;
}

.gg-pd-tabs .nav-link.active,
.gg-pd-tabs .tab_link.active,
.gg-pd-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background: #c4783a !important;
    border: 0 !important;
    box-shadow: 0 4px 12px rgba(196, 120, 58, 0.28) !important;
}

.gg-pd-tabs .nav-link::before,
.gg-pd-tabs .tab_link::before {
    display: none !important;
    content: none !important;
}

.gg-pd-tab-content {
    padding: 18px 6px 4px;
}

.gg-pd-overview-body {
    color: #5c4a3c !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    max-height: none;
}

.gg-pd-overview-body h1,
.gg-pd-overview-body h2,
.gg-pd-overview-body h3,
.gg-pd-overview-body h4,
.gg-pd-overview-body strong {
    color: #5c2e16;
}

.gg-pd-overview-body p {
    margin-bottom: 0.85rem;
}

.gg-pd-overview-body ul,
.gg-pd-overview-body ol {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.gg-pd-overview-body img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

.gg-pd-overview-video {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #efe6da;
    background: #fffdf9;
    aspect-ratio: 16 / 9;
}

.gg-pd-overview-video iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
}

.gg-pd-empty {
    padding: 28px 12px 18px;
    color: #8a7a6c;
}

.gg-pd-review-summary {
    background: #fffdf9;
    border: 1px solid #efe6da;
    border-radius: 14px;
    margin: 4px 0 18px !important;
    padding: 20px 16px !important;
    align-items: center;
}

.gg-pd-rating-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 12px;
}

.gg-pd-rating-number,
.gg-pd-rating-score .overall_review,
.gg-pd-rating-score .__inline-28 {
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #5c2e16 !important;
    margin: 0 0 8px !important;
}

.gg-pd-rating-stars .tio-star,
.gg-pd-rating-stars .tio-star-half,
.gg-pd-rating-stars .tio-star-outlined {
    color: #c4783a !important;
    font-size: 18px;
}

.gg-pd-rating-count {
    margin-top: 8px;
    font-size: 13px;
    color: #8a7a6c;
    font-weight: 600;
}

.gg-pd-rating-bars {
    padding: 4px 4px 4px 8px;
}

.gg-pd-rating-row .__rev-txt {
    min-width: 110px;
    color: #5c4a3c;
    font-weight: 600;
    font-size: 13px;
}

.gg-pd-rating-row .progress {
    height: 8px !important;
    border-radius: 999px;
    background: #efe6da !important;
    overflow: hidden;
}

.gg-pd-rating-row .progress-bar {
    background: #c4783a !important;
    border-radius: 999px;
}

.gg-pd-rating-row .col-1 {
    color: #5c2e16;
    font-weight: 700;
    font-size: 13px;
}

.gg-pd-review-heading,
.gg-pd-review-heading.__inline-30 {
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #efe6da !important;
    padding: 0 0 10px !important;
    margin: 0 12px 4px !important;
    color: #5c2e16 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.gg-pd-review-item {
    border: 1px solid #efe6da;
    border-radius: 12px;
    background: #fff;
    padding: 16px 18px;
    margin-bottom: 12px;
}

.gg-pd-review-avatar {
    border: 2px solid #efe6da;
    object-fit: cover;
}

.gg-pd-review-name {
    color: #5c2e16 !important;
    font-weight: 700 !important;
    display: block;
    margin-bottom: 4px !important;
}

.gg-pd-review-rating {
    color: #c4783a;
    font-size: 13px;
    font-weight: 600;
}

.gg-pd-review-rating .czi-star-filled.active,
.gg-pd-review-rating .sr-star {
    color: #c4783a !important;
}

.gg-pd-review-comment {
    color: #5c4a3c !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.gg-pd-review-date {
    color: #8a7a6c !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.gg-pd-review-photo {
    border-color: #efe6da !important;
    border-radius: 10px !important;
    object-fit: cover;
}

.gg-pd-review-reply {
    background: #fffdf9 !important;
    border: 1px solid #efe6da;
    color: #5c4a3c;
}

.gg-pd-review-reply h6 {
    color: #5c2e16;
}

.gg-pd-view-more {
    background: #5c2e16 !important;
    border-color: #5c2e16 !important;
    border-radius: 10px !important;
    padding: 10px 28px !important;
    font-weight: 700 !important;
    min-width: 140px;
}

.gg-pd-view-more:hover {
    background: #c4783a !important;
    border-color: #c4783a !important;
}

.gg-pd-review-more {
    padding-top: 8px !important;
    padding-bottom: 4px !important;
}

@media (max-width: 767.98px) {
    .gg-pd-tabs-card {
        padding: 6px 14px 16px !important;
    }

    .gg-pd-tabs .nav-link,
    .gg-pd-tabs .tab_link {
        padding: 9px 18px !important;
        font-size: 13px !important;
        min-width: 100px;
    }

    .gg-pd-tab-content {
        padding: 12px 0 0;
    }

    .gg-pd-rating-number,
    .gg-pd-rating-score .overall_review,
    .gg-pd-rating-score .__inline-28 {
        font-size: 40px !important;
    }

    .gg-pd-review-date {
        float: none !important;
        display: block;
        margin-top: 8px;
    }
}

@media (max-width: 991.98px) {
    .gg-pd-gallery {
        position: static;
    }

    .gg-pd-thumbs .product-thumb-slider {
        display: flex;
    }

    .gg-pd-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gg-pd-trust-bar-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .gg-pd-related {
        padding: 24px 0 8px;
    }

    .gg-pd-also-like {
        padding-bottom: 8px;
    }

    .gg-pd-similar {
        padding-bottom: 28px;
    }

    .gg-pd-cta-row {
        flex-direction: column !important;
    }

    .gg-pd-trust-bar-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .gg-pd-trust-bar-row {
        grid-template-columns: 1fr;
    }
}

/* Why Choose banner (product details) */
.gg-pd-why {
    padding: 20px 0 8px;
}

.gg-pd-why-card {
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    align-items: stretch;
    background: #fffdf9;
    border: 1px solid #efe6da;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(80, 40, 10, 0.1);
    min-height: 160px;
    max-height: 180px;
}

.gg-pd-why-media {
    min-height: 160px;
    max-height: 180px;
    background: #efe4d4;
    overflow: hidden;
}

.gg-pd-why-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.gg-pd-why-copy {
    padding: 18px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 92% 50%, rgba(196, 164, 132, 0.14) 0%, transparent 42%),
        #fffdf9;
    box-shadow: -12px 0 24px rgba(80, 40, 10, 0.06);
    position: relative;
    z-index: 1;
}

.gg-pd-why-title {
    margin: 0 0 6px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 700;
    color: #3a1a12;
    line-height: 1.2;
}

.gg-pd-why-text {
    margin: 0 0 12px;
    max-width: 480px;
    font-size: 13px;
    line-height: 1.55;
    color: #5c4a3d;
}

.gg-pd-why-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.gg-pd-why-feature {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #5c2e16;
}

.gg-pd-why-ico {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid #d48847;
    color: #d48847;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gg-pd-why-ico svg {
    width: 12px;
    height: 12px;
}

@media (max-width: 991.98px) {
    .gg-pd-why-card {
        grid-template-columns: 1fr;
        max-height: none;
        min-height: 0;
    }

    .gg-pd-why-media {
        min-height: 140px;
        max-height: 160px;
    }

    .gg-pd-why-copy {
        padding: 16px 18px 18px;
        box-shadow: 0 -8px 20px rgba(80, 40, 10, 0.05);
    }
}

@media (max-width: 575.98px) {
    .gg-pd-why-features {
        flex-direction: column;
        gap: 10px;
    }

    .gg-pd-why-media {
        min-height: 120px;
        max-height: 140px;
    }
}
