.breadcumb-section {
    position: relative;
    /* important */

    padding-top: 140px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.breadcumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);
    /* black overlay (adjust opacity here) */

    z-index: -1;
    /* keeps it behind content */
}

.hero-heading {
    font-size: 64px;
    line-height: 1.2;
}

/* instruments.php Specific Premium Light Styles */
:root {
    --inst-bg-cream: #fbf9f6;
    --inst-bg-sand: #f4ede0;
    --inst-bg-white: #ffffff;
    --inst-text-dark: #2d241e;
    --inst-text-soft: #5c524f;
    --inst-gold: #c9a84c;
    --inst-clay: #b65a3f;
    --inst-border-soft: rgba(45, 36, 30, 0.08);
    --inst-border-gold: rgba(201, 168, 76, 0.25);
    --inst-shadow-soft: 0 15px 35px rgba(45, 36, 30, 0.04);
    --inst-shadow-hover: 0 25px 60px rgba(45, 36, 30, 0.1);
}

.tf-product-delivery i {
    font-size: 24px;
}

/* Intro Section */
.inst-intro-section {
    background-color: var(--inst-bg-cream);
    padding: 130px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.inst-subheading {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--inst-clay);
    font-weight: 700;
    margin-bottom: 28px;
}

.inst-subheading::before,
.inst-subheading::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: var(--inst-clay);
}

.inst-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 58px;
    line-height: 1.15;
    color: var(--inst-text-dark);
    font-weight: 300;
    max-width: 850px;
    margin: 0 auto 35px;
}

.inst-desc {
    font-size: 17px;
    line-height: 1.85;
    color: var(--inst-text-soft);
    max-width: 650px;
    margin: 0 auto;
    font-weight: 300;
}

/* Listing Section & Product Cards */
.inst-listing-section {
    background-color: var(--inst-bg-cream);
    padding: 120px 0;
    position: relative;
}

.prod-card {
    display: flex;
    flex-direction: column;
    background-color: var(--inst-bg-white);
    border: 1px solid rgba(45, 36, 30, 0.05);
    position: relative;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(45, 36, 30, 0.03);
}

.prod-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(45, 36, 30, 0.08);
    border-color: rgba(201, 168, 76, 0.35);
}

.prod-card-img-wrap {
    position: relative;
    overflow: hidden;
    background-color: var(--inst-bg-sand);
}

.prod-card-img-wrap a {
    display: block;
}

/* Gold inner-border overlay that fades in on hover */
.prod-card-img-wrap::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--inst-border-gold);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
    pointer-events: none;
}

.prod-card:hover .prod-card-img-wrap::after {
    opacity: 1;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.prod-card-img {
    width: 100%;
    height: 350px;
    /* Fixed height for level grid */
    display: block;
    object-fit: cover;
    transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Clean luxury zoom on hover (no rotation) */
.prod-card:hover .prod-card-img {
    transform: scale(1.04);
}

.prod-card-content {
    padding: 20px 15px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}



/* Editorial Category Label above Title */
.prod-card-category {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--inst-clay);
    margin-bottom: 8px;
    display: none;
}

.prod-card-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    color: var(--inst-text-dark);
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 1.25;
    transition: color 0.3s ease;
    letter-spacing: -0.01em;
}

.prod-card:hover .prod-card-title {
    color: var(--inst-clay);
}

/* Vertical specifications list with rows */
.prod-specs-list {
    border-top: 1px solid rgba(45, 36, 30, 0.04);
    border-bottom: 1px solid rgba(45, 36, 30, 0.04);
    padding: 14px 0;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.prod-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.prod-spec-label {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #a49a95;
    /* softer label */
    font-weight: 700;
}

.prod-spec-value {
    font-size: 11px;
    color: var(--inst-text-soft);
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
}

/* Boutique Serif Pricing Section */
.prod-card-price-box {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 24px;
}

.prod-price-original {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    text-decoration: line-through;
    color: #a49a95;
    opacity: 0.7;
    font-weight: 400;
}

.prod-price-selling {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: var(--inst-clay);
}

/* Action area with side-by-side responsive buttons */
.prod-card-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    width: 100%;
}

.prod-btn-details,
.prod-btn-whatsapp {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none !important;
    border-radius: 0;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* View Details Button - Solid Dark */
.prod-btn-details {
    background-color: var(--inst-text-dark);
    border: 1px solid var(--inst-text-dark);
    color: var(--inst-bg-white);
}

.prod-btn-details:hover {
    background-color: var(--inst-gold);
    border-color: var(--inst-gold);
    color: var(--inst-text-dark);
}

/* WhatsApp Button - Outline with Green Hover */
.prod-btn-whatsapp {
    background-color: transparent;
    border: 1px solid rgba(45, 36, 30, 0.15);
    color: var(--inst-text-dark);
}

.prod-btn-whatsapp:hover {
    border-color: #25d366;
    background-color: rgba(37, 211, 102, 0.05);
    color: #128c7e;
}

.prod-btn-whatsapp i {
    font-size: 11px;
}

/* Responsive stacking for buttons on mobile/tablet */
@media (max-width: 991px) {
    .prod-card-actions {
        flex-direction: column;
        gap: 8px;
    }

    .prod-btn-details,
    .prod-btn-whatsapp {
        width: 100%;
        padding: 14px 10px;
        font-size: 10px;
    }
}
}

/* FAQ Section */
. .faq-container {
    max-width: 850px;
    margin: 70px auto 0;
}

/* Custom Premium Accordion Styling */
.premium-faq-accordion .accordion-item {
    background-color: var(--inst-bg-white);
    border: 1px solid var(--inst-border-soft) !important;
    border-radius: 8px !important;
    margin-bottom: 18px;
    box-shadow: var(--inst-shadow-soft);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-faq-accordion .accordion-item:hover {
    border-color: rgba(45, 36, 30, 0.15) !important;
    box-shadow: var(--inst-shadow-hover);
}

.premium-faq-accordion .accordion-button {
    background: none !important;
    border: none !important;
    padding: 10px 30px !important;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--inst-text-dark) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    box-shadow: none !important;
    transition: color 0.4s ease, border-color 0.4s ease;
    border-bottom: 1px solid transparent !important;
    line-height: 1.8;
}

.premium-faq-accordion .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

.premium-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--inst-clay) !important;
    border-bottom-color: var(--inst-bg-sand) !important;
}

/* Premium Custom + and - icon details */
.premium-faq-accordion .accordion-button::after {
    display: none !important;
    /* Hide native Bootstrap arrow */
}

.faq-icon-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid var(--inst-border-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--inst-gold);
    background-color: transparent;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-icon-line {
    position: absolute;
    background-color: currentColor;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.faq-line-horizontal {
    width: 12px;
    height: 1px;
}

.faq-line-vertical {
    width: 1px;
    height: 12px;
}

/* Hover effects on the icon wrapper */
.premium-faq-accordion .accordion-button:hover .faq-icon-wrapper {
    background-color: var(--inst-bg-sand);
    color: var(--inst-clay);
    border-color: var(--inst-clay);
}

/* Expanded states */
.premium-faq-accordion .accordion-button:not(.collapsed) .faq-icon-wrapper {
    background-color: var(--inst-clay);
    border-color: var(--inst-clay);
    color: var(--inst-bg-white);
    transform: rotate(180deg);
}

.premium-faq-accordion .accordion-button:not(.collapsed) .faq-line-vertical {
    transform: rotate(90deg);
    opacity: 0;
}

.premium-faq-accordion .accordion-body {
    padding: 24px 30px 30px !important;
    color: var(--inst-text-soft) !important;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 300;
    background-color: var(--inst-bg-white);
}

@media (max-width: 768px) {
    .inst-heading {
        font-size: 42px;
    }

    .inst-card-title {
        font-size: 26px;
    }

    .inst-card-content {
        padding: 35px 25px;
    }

    .premium-faq-accordion .accordion-button {
        font-size: 20px;
        padding: 20px 24px !important;
    }

    .premium-faq-accordion .accordion-body {
        padding: 20px 24px 24px !important;
    }
}

/* Cinematic Dark "Why a Zenzula is Different" Section */
.diff-section {
    background: radial-gradient(circle at 50% 50%, #331b0e 0%, #1C1613 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(201, 168, 76, 0.1);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.diff-card {
    background-color: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 45px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.diff-card:hover {
    transform: translateY(-8px);
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(201, 168, 76, 0.25);
    box-shadow: 0 20px 45px rgba(201, 168, 76, 0.02);
}

.diff-icon-wrap {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a84c;
    font-size: 20px;
    margin-bottom: 28px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background-color: rgba(201, 168, 76, 0.02);
}

.diff-card:hover .diff-icon-wrap {
    background-color: #c9a84c;
    color: #1c1613;
    border-color: #c9a84c;
    transform: scale(1.05);
}

.diff-card-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.diff-card-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    line-height: 1.75;
    color: #C0B7B1;
    margin: 0;
}

@media (max-width: 991px) {
    .diff-section {
        padding: 100px 0;
    }

    .diff-card {
        padding: 35px 25px;
    }
}

.inst-faq-section {
    background-color: var(--inst-bg-cream);
    padding: 130px 0;
    position: relative;
}

/* Custom Audio Player Bar inside Product Cards */
.prod-audio-player-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: rgba(28, 22, 19, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    transform: translateY(0);
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prod-audio-toggle {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    outline: none;
}

.prod-audio-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--inst-gold);
}

.prod-audio-toggle i {
    font-size: 12px;
}

.prod-audio-toggle .pause-icon {
    display: none;
}

.prod-card.playing .prod-audio-toggle .play-icon {
    display: none !important;
}

.prod-card.playing .prod-audio-toggle .pause-icon {
    display: block !important;
}

.prod-audio-status {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: left;
}

.prod-audio-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1;
}

.prod-audio-time {
    font-size: 9px;
    color: #a49a95;
    font-weight: 500;
    margin-top: 2px;
    line-height: 1.1;
}

/* Animated Equalizer Waveform */
.prod-equalizer {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 14px;
    width: 30px;
    margin-left: 10px;
}

.eq-bar {
    width: 2px;
    height: 3px;
    background-color: var(--inst-gold);
    transition: height 0.2s ease;
}

.prod-card.playing .eq-bar {
    animation: bounce-eq 0.8s ease infinite alternate;
}

.prod-card.playing .eq-bar:nth-child(1) {
    animation-delay: 0.1s;
}

.prod-card.playing .eq-bar:nth-child(2) {
    animation-delay: 0.4s;
}

.prod-card.playing .eq-bar:nth-child(3) {
    animation-delay: 0.2s;
}

.prod-card.playing .eq-bar:nth-child(4) {
    animation-delay: 0.6s;
}

.prod-card.playing .eq-bar:nth-child(5) {
    animation-delay: 0.3s;
}

.prod-card.playing .eq-bar:nth-child(6) {
    animation-delay: 0.5s;
}

.prod-card.playing .eq-bar:nth-child(7) {
    animation-delay: 0.1s;
}

.prod-card.playing .eq-bar:nth-child(8) {
    animation-delay: 0.7s;
}

@keyframes bounce-eq {
    0% {
        height: 3px;
    }

    100% {
        height: 14px;
    }
}

/* Mobile styling - make audio player bar visible continuously */
@media (max-width: 991px) {
    .prod-audio-player-bar {
        transform: translateY(0);
        opacity: 1;
        background: rgba(28, 22, 19, 0.9);
    }
}

/* Consolidated Premium Styles for Zenzula Product Details Redesign */

.tf-product-media-wrap.sticky-top {
    padding: 16px;
    background: var(--inst-bg-white);
    border: 1px solid var(--inst-border-soft);
    border-radius: 8px;
    box-shadow: var(--inst-shadow-soft);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tf-product-media-wrap.sticky-top:hover {
    box-shadow: var(--inst-shadow-hover);
}

#mainProductImage {
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.tf-product-media-main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.tf-product-media-thumbs .swiper-slide {
    opacity: 0.6;
    border: 1.5px solid rgba(45, 36, 30, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tf-product-media-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--inst-clay) !important;
    /*transform: scale(1.04);*/
    box-shadow: 0 4px 12px rgba(182, 90, 63, 0.12);
}

.tf-product-info-wrap.position-relative {
    padding: 20px;
    background: var(--inst-bg-white);
    border: 1px solid var(--inst-border-soft);
    border-radius: 8px;
    box-shadow: var(--inst-shadow-soft);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tf-product-info-wrap.position-relative:hover {
    box-shadow: var(--inst-shadow-hover);
}

.tf-product-info-list .text.text-btn-uppercase {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #a49a95;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.tf-product-info-title h5 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 300;
    color: var(--inst-text-dark) !important;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.tf-product-info-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.tf-product-info-badges .badges {
    background: rgba(182, 90, 63, 0.08);
    color: var(--inst-clay);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    line-height: 1.8;
}

.product-status-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--inst-gold);
    font-size: 13px;
}

.product-status-content p {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--inst-text-soft);
    font-weight: 500 !important;
    font-size: 13px;
}

.product-status-content i {
    font-size: 14px;
    animation: pulse-lightning 1.5s infinite alternate;
}

.tf-product-info-list {
    padding-left: 0px;
}

@keyframes pulse-lightning {
    0% {
        opacity: 0.6;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.tf-product-info-price {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--inst-border-soft);
}

.tf-product-info-price .price-on-sale {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    color: var(--inst-clay) !important;
    line-height: 1;
}

.tf-product-info-price .compare-at-price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #a49a95 !important;
    text-decoration: line-through;
    line-height: 1;
}

.price-discount-badge {
    background: var(--inst-clay);
    color: var(--inst-bg-white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.shortdescription {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: var(--inst-text-soft) !important;
    font-weight: 300 !important;
    margin-bottom: 24px !important;
}

.variant-picker-item .variant-picker-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--inst-text-soft);
    margin-bottom: 12px;
}

.variant-picker-values {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.variant-picker-values div {
    position: relative;
}

.variant-picker-values input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    margin: 0;
}

.variant-picker-item .variant-picker-values label.style-image {
    border: 1.5px solid var(--inst-border-soft);
    border-radius: 8px;
    padding: 4px;
    width: 64px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    background: var(--inst-bg-cream);
}

.variant-picker-item .variant-picker-values label.style-image:hover {
    border-color: rgba(45, 36, 30, 0.25);
    transform: translateY(-2px);
}

.variant-picker-values input[type="radio"]:checked+.style-image {
    border-color: var(--inst-clay) !important;
    background: var(--inst-bg-white);
    box-shadow: 0 4px 10px rgba(182, 90, 63, 0.1);
}

.variant-picker-item .variant-picker-values label.style-image .image img {
    border-radius: 4px;
    height: auto;
}

.product-actions-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.premium-cart-btn {
    background: var(--inst-text-dark) !important;
    color: var(--inst-bg-white) !important;
    border: 1px solid var(--inst-text-dark) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    padding: 16px 24px !important;
    height: 52px;
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(45, 36, 30, 0.08);
}

.premium-cart-btn:hover {
    background: var(--inst-gold) !important;
    border-color: var(--inst-gold) !important;
    color: var(--inst-text-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(201, 168, 76, 0.15);
}

.btn-whatsapp-btn {
    background: transparent !important;
    border: 1px solid rgba(45, 36, 30, 0.15) !important;
    color: var(--inst-text-dark) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    padding: 16px 24px !important;
    height: 52px;
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-whatsapp-btn:hover {
    border-color: #25d366 !important;
    background-color: rgba(37, 211, 102, 0.05) !important;
    color: #128c7e !important;
    transform: translateY(-2px);
}

.share-btn-trigger {
    width: 52px !important;
    height: 52px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(45, 36, 30, 0.15) !important;
    color: var(--inst-text-dark) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--inst-bg-white) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    padding: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.share-btn-trigger:hover {
    border-color: var(--inst-gold) !important;
    color: var(--inst-gold) !important;
    background: var(--inst-bg-cream) !important;
    transform: translateY(-2px);
}

.tf-product-info-delivery-return {
    background: var(--inst-bg-cream);
    border: 1px solid var(--inst-border-soft);
    border-radius: 12px;
    padding: 18px 22px;
    margin-top: 24px;
}

.tf-product-delivery {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 10px 0;
    border: none !important;
    flex-direction: row;
    text-align: left;
}

.tf-product-delivery:not(:last-child) {
    border-bottom: 1px solid rgba(45, 36, 30, 0.04) !important;
}

.tf-product-delivery .icon {
    color: var(--inst-text-dark);
    font-size: 20px;
    flex-shrink: 0;
}

.tf-product-delivery p {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: var(--inst-text-soft);
}

.tf-product-delivery p span.fw-7 {
    font-weight: 600;
    color: var(--inst-text-dark);
}

.bg_beige-4 {
    background-color: #f8f4f0;
}

/* Apple + Spotify Inspired Audio Player */
.zen-audio-player-container {
    background: radial-gradient(circle at 10% 20%, rgba(45, 36, 30, 0.95) 0%, rgba(28, 22, 19, 0.98) 100%);
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.15);
    color: #ffffff;
    margin: 24px 0;
}

.zen-audio-player {
    display: flex;
    align-items: center;
    gap: 16px;
}

.zen-play-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--inst-gold);
    border: none;
    color: #1C1613;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3);
    outline: none;
}

.zen-play-btn:hover {
    transform: scale(1.08);
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.4);
}

.zen-play-btn i {
    font-size: 16px;
}

.zen-play-btn i.fa-play {
    margin-left: 2px;
}

.player-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.player-time {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    color: #a49a95;
}

.player-progress-bar-container {
    padding: 4px 0;
    cursor: pointer;
}

.player-progress-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    position: relative;
    transition: height 0.2s ease;
}

.player-progress-bar-container:hover .player-progress-bar {
    height: 6px;
}

.player-progress-fill {
    height: 100%;
    background: var(--inst-gold);
    border-radius: 2px;
    width: 0%;
}

.player-progress-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    left: 0%;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.player-progress-bar-container:hover .player-progress-handle {
    transform: translate(-50%, -50%) scale(1);
}

.player-visualizer {
    width: 32px;
    display: flex;
    justify-content: flex-end;
}

.equalizer-waves {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 20px;
}

.eq-wave-bar {
    width: 3px;
    height: 4px;
    background-color: var(--inst-gold);
    border-radius: 1px;
    transition: height 0.2s ease;
}

.zen-audio-player.playing .eq-wave-bar {
    animation: bounce-wave 0.8s ease infinite alternate;
}

.zen-audio-player.playing .eq-wave-bar:nth-child(1) {
    animation-delay: 0.1s;
}

.zen-audio-player.playing .eq-wave-bar:nth-child(2) {
    animation-delay: 0.4s;
}

.zen-audio-player.playing .eq-wave-bar:nth-child(3) {
    animation-delay: 0.2s;
}

.zen-audio-player.playing .eq-wave-bar:nth-child(4) {
    animation-delay: 0.6s;
}

.zen-audio-player.playing .eq-wave-bar:nth-child(5) {
    animation-delay: 0.3s;
}

@keyframes bounce-wave {
    0% {
        height: 4px;
    }

    100% {
        height: 20px;
    }
}



.card-product {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: start;
    border-radius: 6px;
    overflow: hidden;
}

.card-product .card-product-wrapper {

    border-radius: 0;
    aspect-ratio: 1
}

.card-product .card-product-info {
    padding-top: 20px;
    gap: 12px;
    background: #fbf9f6;
    padding: 15px 0;
}

.flat-title .title {
    font-size: 42px;
    line-height: 50.4px;
    font-family: "Cormorant Garamond", serif;
}



/* Additional Tab, Related Products, and Floating Layout Overrides */

.widget-tabs.style-has-border {
    border: 1px solid var(--inst-border-soft) !important;
    border-radius: 12px;
    background: var(--inst-bg-white);
    padding: 28px;
    box-shadow: var(--inst-shadow-soft);
}

.widget-menu-tab {
    display: flex;
    gap: 24px;
    border-bottom: 1.5px solid var(--inst-border-soft) !important;
    margin-bottom: 24px !important;
    padding-bottom: 0px !important;
    overflow-x: auto;
    scrollbar-width: none;
}

.widget-menu-tab::-webkit-scrollbar {
    display: none;
}

.widget-menu-tab .item-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--inst-text-dark) !important;
    cursor: pointer;
    padding-bottom: 12px;
    position: relative;
    transition: all 0.3s ease;
    border: none !important;
}

.widget-menu-tab .item-title:hover {
    color: var(--inst-text-dark) !important;
}

.widget-menu-tab .item-title.active {
    color: var(--inst-clay) !important;
    font-weight: 600 !important;
}

.widget-menu-tab .item-title::after {
    content: '';
    position: absolute;
    bottom: -1.5px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--inst-clay);
    transition: width 0.3s ease;
}

.widget-menu-tab .item-title.active::after {
    width: 100%;
}

/* Card Product adjustments for Related Products */
.card-product {
    background: var(--inst-bg-white);
    border: 1px solid var(--inst-border-soft);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--inst-shadow-soft);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-product:hover {
    transform: translateY(-6px);
    box-shadow: var(--inst-shadow-hover);
    border-color: rgba(201, 168, 76, 0.25);
}

.card-product .card-product-info {
    background: var(--inst-bg-white) !important;
    padding: 16px !important;
}

.card-product-info .title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 20px !important;
    color: var(--inst-text-dark) !important;
}

/* Mobile Sticky bottom checkout */
.mobile-sticky-checkout-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid var(--inst-border-soft);
    z-index: 999;
    padding: 12px 10px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(105%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: none;
}

@media (max-width: 767px) {
    .mobile-sticky-checkout-wrap {
        display: block;
    }
}

.mobile-sticky-checkout-wrap.visible {
    transform: translateY(0);
}

.sticky-checkout-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.sticky-checkout-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sticky-checkout-img {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid var(--inst-border-soft);
}

.sticky-checkout-details {
    display: flex;
    flex-direction: column;
}

.sticky-checkout-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--inst-text-dark);
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

.sticky-checkout-price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: var(--inst-clay);
}

.sticky-checkout-actions {
    display: flex;
    gap: 8px;
}

.sticky-action-btn {
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sticky-action-btn.add-to-cart-sticky {
    background: var(--inst-text-dark);
    color: #ffffff;
    padding: 0 16px;
}

.sticky-action-btn.whatsapp-sticky {
    background: #25d366;
    color: #ffffff;
    padding: 0 12px;
}

/* Instagram-style Share Bottom Sheet / Modal */
.share-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.share-drawer-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.share-drawer-content {
    background: var(--inst-bg-white);
    width: 100%;
    max-width: 500px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 24px 24px 40px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid var(--inst-border-soft);
    border-bottom: none;
}

.share-drawer-overlay.open .share-drawer-content {
    transform: translateY(0);
}

@media (min-width: 768px) {
    .share-drawer-overlay {
        align-items: center;
    }

    .share-drawer-content {
        border-radius: 20px;
        border-bottom: 1px solid var(--inst-border-soft);
        max-width: 440px;
        transform: scale(0.9) translateY(20px);
        padding: 24px;
    }

    .share-drawer-overlay.open .share-drawer-content {
        transform: scale(1) translateY(0);
    }
}

.share-drawer-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--inst-border-soft);
}

.share-drawer-drag-handle {
    width: 40px;
    height: 4px;
    background: var(--inst-border-soft);
    border-radius: 2px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .share-drawer-drag-handle {
        display: none;
    }
}

.share-drawer-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--inst-text-dark);
    margin: 0;
}

.share-drawer-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--inst-bg-cream);
    border: none;
    color: var(--inst-text-soft);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.share-drawer-close-btn:hover {
    background: var(--inst-bg-sand);
    color: var(--inst-text-dark);
}

.share-drawer-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: var(--inst-text-soft);
    text-align: center;
    margin-bottom: 24px;
}

.share-options-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 24px;
}

.share-option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: var(--inst-text-dark);
    transition: transform 0.2s ease;
    text-decoration: none !important;
}

.share-option-item:hover {
    transform: translateY(-4px);
}

.share-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.share-icon-circle.native-color {
    background: linear-gradient(135deg, #c9a84c 0%, #b65a3f 100%);
}

.share-icon-circle.whatsapp-color {
    background: #25d366;
}

.share-icon-circle.copy-color {
    background: #5c524f;
}

.share-option-item:hover .share-icon-circle {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.share-option-item span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--inst-text-soft);
}

.share-url-container {
    display: flex;
    background: var(--inst-bg-cream);
    border: 1px solid var(--inst-border-soft);
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
}

.share-url-input {
    flex-grow: 1;
    background: none;
    border: none;
    padding: 10px 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    color: var(--inst-text-soft);
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-url-copy-btn {
    background: var(--inst-text-dark);
    color: var(--inst-bg-white);
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.share-url-copy-btn:hover {
    background: var(--inst-gold);
    color: var(--inst-text-dark);
}

.share-toast {
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: rgba(45, 36, 30, 0.9);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    z-index: 100001;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.share-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Floating Music Bar */
.floating-audio-controller-wrap {
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 9999;
    transform: translateY(150px) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-audio-controller-wrap.visible {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}

.floating-audio-card {
    background: rgba(30, 25, 23, 0.92);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 40px;
    padding: 8px 16px 8px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    max-width: 290px;
    position: relative;
    overflow: hidden;
}

.floating-audio-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-audio-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.floating-audio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-eq-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#floating-audio-controller.playing .floating-eq-waves {
    opacity: 1;
}

.floating-eq-waves .eq-wave-bar {
    width: 2px;
    height: 4px;
    background: var(--inst-gold);
}

#floating-audio-controller.playing .floating-eq-waves .eq-wave-bar {
    animation: bounce-wave-small 0.6s ease infinite alternate;
}

#floating-audio-controller.playing .floating-eq-waves .eq-wave-bar:nth-child(1) {
    animation-delay: 0.1s;
}

#floating-audio-controller.playing .floating-eq-waves .eq-wave-bar:nth-child(2) {
    animation-delay: 0.3s;
}

#floating-audio-controller.playing .floating-eq-waves .eq-wave-bar:nth-child(3) {
    animation-delay: 0.2s;
}

@keyframes bounce-wave-small {
    0% {
        height: 4px;
    }

    100% {
        height: 12px;
    }
}

.floating-audio-text {
    display: flex;
    flex-direction: column;
}

.floating-audio-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

.floating-audio-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 9px;
    color: #a49a95;
}

.floating-audio-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.floating-play-btn,
.floating-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.floating-play-btn {
    background: var(--inst-gold);
    color: #1C1613;
    width: 28px;
    height: 28px;
    font-size: 10px;
}

.floating-play-btn:hover {
    background: #ffffff;
    transform: scale(1.05);
}

.floating-close-btn {
    color: #a49a95;
    font-size: 12px;
}

.floating-close-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.floating-progress-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--inst-gold);
    width: 0%;
}