/* ═══════════════════════════════════════
   PET SET GO — PREMIUM AQUA THEME
═══════════════════════════════════════ */
:root {
    --primary: #0a4a6b;
    --secondary: #1795b1;
    --bg: #ffffff;
    --hero-stripes: #dcf2f7;
    --text-dark: #222222;
    --text-light: #555555;
    --white: #ffffff;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 24 !important;
}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    background: var(--bg);
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}



/* ═══════════════════════════════════════
   INTRO — Text Zoom
═══════════════════════════════════════ */
#intro-overlay {
    position: fixed;
    inset: 0;
    background: var(--bg);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#intro-text {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 4px;
    text-transform: uppercase;
    will-change: transform, opacity;
    text-align: center;
    line-height: 1.2;
}

/* ═══════════════════════════════════════
   HEADER 
═══════════════════════════════════════ */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.8rem 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.left-nav,
.right-nav {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex: 1;
}

.right-nav {
    justify-content: flex-end;
}

header a {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header a:hover {
    color: var(--secondary);
}

.logo {
    display: flex;
    justify-content: center;
    flex: 1;
}

.logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.cart-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}


/* ═══════════════════════════════════════
   HERO PREMIUM (SCREENSHOT STYLE)
═══════════════════════════════════════ */
#hero-premium {
    position: relative;
    width: 100%;
    min-height: 80vh;
    /* Shrunk from 100vh */
    padding-top: 110px;
    /* Shrunk from 140px */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
}

.hero-stripes {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg,
            #ffffff,
            #ffffff 80px,
            #f0f9fb 80px,
            #f0f9fb 160px);
    opacity: 0.5;
    z-index: 1;
}

.hero-main-header {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 900px;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}

.hero-main-header h1 {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    color: #111;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.hero-main-header p {
    font-size: 1.15rem;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
}

.btn-discover {
    background: #1795b1;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(23, 149, 177, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 3rem;
    position: relative;
    z-index: 5;
}

.btn-discover:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(23, 149, 177, 0.4);
}

.hero-visual-area {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1400px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Central Product & Rock Base (CSS Styled) */
.hero-center-product {
    position: relative;
    width: 600px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 10;
}

.hero-rock-base {
    position: absolute;
    bottom: -20px;
    width: 650px;
    height: 120px;
    background: radial-gradient(ellipse at center, #d1d1d1 0%, #a1a1a1 70%, #888888 100%);
    border-radius: 50% / 40%;
    z-index: 1;
    box-shadow:
        inset 0 -10px 20px rgba(0, 0, 0, 0.2),
        0 30px 60px rgba(0, 0, 0, 0.1);
    filter: blur(2px);
}

.hero-splash-pad {
    width: 480px;
    z-index: 5;
    border-radius: 40px;
    /* Rounded as requested */
    border: 8px solid #fff;
    /* White border as requested */
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.15);
    background: #fff;
    object-fit: cover;
    animation: floatingProduct 4s ease-in-out infinite;
}

@keyframes floatingProduct {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

/* Left Quote Bubble */
.hero-left-quote {
    position: absolute;
    left: 8vw;
    bottom: 25%;
    width: 320px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
    z-index: 12;
}

.quote-symbol {
    font-size: 4rem;
    color: #1795b1;
    font-family: Georgia, serif;
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 0.3;
}

.hero-left-quote p {
    font-size: 1rem;
    color: #222;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.avatars {
    display: flex;
    align-items: center;
}

.avatars img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -12px;
    cursor: pointer;
    transition: all 0.3s;
}

.avatars img:first-child {
    margin-left: 0;
}

.avatars img.avatar-active {
    transform: scale(1.2) translateY(-5px);
    border-color: #1795b1;
    z-index: 10;
}

/* Right Gallery Stack */
.hero-right-gallery {
    position: absolute;
    right: 8vw;
    bottom: 25%;
    width: 300px;
    height: 250px;
    z-index: 12;
}

.gallery-card-stack {
    position: absolute;
    width: 160px;
    /* Slightly smaller to shrink the section */
    height: 160px;
    border-radius: 30px;
    /* More rounded as requested */
    border: 6px solid #fff;
    /* Thick white border */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.gallery-card-stack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    /* Matches outer rounding */
}

.gallery-card-stack.s1 {
    right: 0;
    bottom: 0;
    z-index: 5;
    transform: rotate(5deg);
}

.gallery-card-stack.s2 {
    right: 50px;
    bottom: 30px;
    z-index: 4;
    transform: rotate(-5deg);
    opacity: 0.9;
}

.gallery-card-stack.s3 {
    right: 100px;
    bottom: 60px;
    z-index: 3;
    transform: rotate(-12deg);
    opacity: 0.8;
}

.gallery-card-stack:hover {
    transform: scale(1.1) rotate(0) translate(-10px, -10px);
    z-index: 15;
}

@media (max-width: 900px) {
    #hero-premium {
        padding-top: 100px;
        padding-bottom: 5rem;
        height: auto;
        min-height: auto;
    }

    .hero-visual-area {
        height: auto;
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
    }

    .hero-center-product {
        width: 100%;
        margin-bottom: 4rem;
        height: 350px;
    }

    .hero-rock-base {
        width: 90%;
        height: 80px;
    }

    .hero-splash-pad {
        width: 85%;
    }

    .hero-left-quote {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0 auto 3rem;
        width: 90%;
        max-width: 320px;
    }

    .hero-right-gallery {
        position: relative;
        right: 0;
        bottom: 0;
        width: 90%;
        height: 200px;
        margin: 0 auto;
        max-width: 300px;
    }

    .gallery-card-stack {
        width: 140px;
        height: 140px;
    }
}

/* ═══════════════════════════════════════
   PREMIUM BADGE
═══════════════════════════════════════ */

.hero-quote-box .avatars img:first-child {
    margin-left: 0;
}

/* Right Gallery */
.hero-staggered-gallery {
    position: absolute;
    right: 10vw;
    bottom: 20%;
    width: 320px;
    height: 250px;
    z-index: 15;
}

.hero-gallery-card {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 15px;
    border: 4px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s;
}

.hero-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-gallery-card.c1 {
    bottom: 0;
    right: 0;
    z-index: 5;
    transform: rotate(5deg);
}

.hero-gallery-card.c2 {
    bottom: 20px;
    right: 60px;
    z-index: 4;
    transform: scale(0.9) rotate(-3deg);
    opacity: 0.9;
}

.hero-gallery-card.c3 {
    bottom: 40px;
    right: 120px;
    z-index: 3;
    transform: scale(0.8) rotate(-10deg);
    opacity: 0.8;
}

.hero-gallery-card:hover {
    transform: scale(1.1) rotate(0) translate(-10px, -10px);
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
    #hero-premium {
        height: auto;
        padding-bottom: 5rem;
    }

    .hero-main-visual {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .hero-central-asset {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }

    .hero-rock-pedestal {
        width: 90%;
        height: 100px;
        bottom: 0;
        left: 5%;
    }

    .hero-main-product {
        width: 80%;
    }

    .hero-quote-box {
        position: static;
        margin-bottom: 2rem;
        width: 90%;
        max-width: 320px;
    }

    .hero-staggered-gallery {
        position: static;
        width: 90%;
        height: 180px;
        margin: 0 auto;
    }
}

/* ═══════════════════════════════════════
   PDP PRODUCT PAGE
═══════════════════════════════════════ */
#floating-product-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* Mask corners */
    overflow: hidden;
    background: transparent;
}

#floating-product {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    /* Blends white into background */
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
    border: none !important;
    background: transparent !important;
}

.pdp-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 5rem;
}

@media (max-width: 900px) {
    .pdp-top-grid {
        grid-template-columns: 1fr;
    }
}

.offer-visual img {
    border-radius: 40px;
    border: 8px solid #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    margin-bottom: 2rem;
}

.main-image-box {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5rem;
    text-align: center;
}

.main-image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.thumbnail-list {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.thumbnail-list .thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.thumbnail-list .thumb.active,
.thumbnail-list .thumb:hover {
    border-color: var(--primary);
}

.pdp-category {
    font-size: 0.9rem;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.pdp-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.5rem;
    color: var(--text-dark);
    margin: 0.5rem 0 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.badge-stock {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.pdp-price-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pdp-price-box .current-price {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

.pdp-price-box .old-price {
    font-size: 1.5rem;
    color: #999;
    text-decoration: line-through;
}

.pdp-desc {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.pdp-options label {
    font-weight: 700;
    display: block;
    margin-bottom: 0.8rem;
    color: var(--text-dark);
}

.size-selector {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.size-btn {
    padding: 0.8rem 1.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s;
}

.size-btn:hover {
    border-color: var(--primary);
}

.size-btn.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.pdp-actions {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.qty-selector {
    display: flex;
    align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    overflow: hidden;
}

.qty-selector button {
    background: none;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: 700;
    color: var(--text-dark);
}

.qty-selector input {
    width: 50px;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 1.2rem;
    background: transparent;
}

.add-to-cart-btn {
    flex: 1;
    background: #ffcc00;
    color: #333;
    text-align: center;
    padding: 1rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
    transition: all 0.3s;
}

.add-to-cart-btn:hover {
    background: #e6b800;
    transform: translateY(-2px);
}

/* Review Section */
.pdp-reviews-section {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.review-tabs {
    display: flex;
    gap: 2rem;
    border-bottom: 2px solid #eee;
    margin-bottom: 2rem;
}

.review-tabs .tab {
    font-weight: 700;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    cursor: pointer;
    color: #888;
}

.review-tabs .tab.active {
    color: var(--text-dark);
    border-bottom: 3px solid var(--text-dark);
}

.review-summary-box {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #eee;
    align-items: center;
}

@media (max-width: 800px) {
    .review-summary-box {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.rating-overall h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 4rem;
    color: var(--text-dark);
    margin: 0;
}

.rating-overall h2 span {
    font-size: 1.2rem;
    font-family: 'Nunito', sans-serif;
    color: #888;
    margin-left: 10px;
}

.rating-overall p {
    color: #888;
    margin-top: 5px;
}

.bar-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.star-label {
    min-width: 60px;
    font-weight: 700;
    color: #555;
}

.bar-bg {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: #ffcc00;
    border-radius: 10px;
}

.write-review h3 {
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.write-review p {
    color: var(--text-light);
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.write-btn {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--text-dark);
    background: transparent;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.write-btn:hover {
    background: var(--text-dark);
    color: #fff;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    color: var(--text-light);
    font-weight: 700;
}

.review-header select {
    border: none;
    background: transparent;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    outline: none;
}

.review-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.reviewer-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-info h4 {
    margin: 0;
    color: var(--text-dark);
}

.verified {
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
}

.reviewer-info .date {
    margin-left: auto;
    color: #aaa;
    font-size: 0.9rem;
}

.review-item h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.review-item p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.review-item .stars {
    color: #ffcc00;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.review-images {
    display: flex;
    gap: 1rem;
}

.review-images img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.hero-visuals {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw 4rem;
}

.main-product-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
    transform: translateY(20px);
    width: 100%;
}

.main-hero-img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    object-fit: cover;
    filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.2));
}

.floating-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 280px;
    z-index: 2;
}

.left-card {
    transform: translateY(-40px);
}

.quote-icon {
    font-family: Georgia, serif;
    font-size: 4rem;
    color: var(--secondary);
    line-height: 0;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.left-card p {
    font-size: 0.95rem;
    color: var(--text-dark);
    line-height: 1.5;
    margin-bottom: 1.2rem;
}

.avatars {
    display: flex;
    align-items: center;
}

.avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    cursor: pointer;
    transition: transform 0.3s, border-color 0.3s;
}

.avatars img:first-child {
    margin-left: 0;
}

.avatars img:hover {
    transform: scale(1.1);
    z-index: 5;
    position: relative;
}

.avatars img.avatar-active {
    border-color: var(--secondary);
    transform: scale(1.15);
    z-index: 10;
    position: relative;
    box-shadow: 0 4px 10px rgba(23, 149, 177, 0.3);
}

.avatar-more {
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 8px;
    color: var(--text-light);
}

.right-gallery {
    position: relative;
    width: 280px;
    height: 280px;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    transform: translateY(-20px);
}

.gallery-card {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.gallery-card:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
    z-index: 10 !important;
}

/* Stacking 5 images */
.gallery-card.back-3 {
    top: 0;
    left: 0;
    transform: scale(0.7) rotate(-15deg);
    opacity: 0.6;
    z-index: 1;
}

.gallery-card.back-3:hover {
    transform: scale(0.9) rotate(-10deg) translate(-20px, -20px);
    opacity: 1;
}

.gallery-card.back-2 {
    top: 10px;
    left: 30px;
    transform: scale(0.75) rotate(-10deg);
    opacity: 0.7;
    z-index: 2;
}

.gallery-card.back-2:hover {
    transform: scale(0.95) rotate(-5deg) translate(-10px, -20px);
    opacity: 1;
}

.gallery-card.back-1 {
    top: 25px;
    left: 60px;
    transform: scale(0.8) rotate(-5deg);
    opacity: 0.8;
    z-index: 3;
}

.gallery-card.back-1:hover {
    transform: scale(1) rotate(-2deg) translate(0, -10px);
    opacity: 1;
}

.gallery-card.back {
    top: 40px;
    left: 90px;
    transform: scale(0.9) rotate(0deg);
    opacity: 0.9;
    z-index: 4;
}

.gallery-card.back:hover {
    transform: scale(1.05) rotate(2deg);
    opacity: 1;
}

.gallery-card.front {
    bottom: 0;
    right: 0;
    transform: scale(1) rotate(5deg);
    z-index: 5;
}

.gallery-card.front:hover {
    transform: scale(1.1) rotate(0deg);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ═══════════════════════════════════════
   FLOATING PRODUCT OVERLAY (SCROLL EFFECT)
═══════════════════════════════════════ */
#floating-product-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(850px, 95vw); /* Increased container width */
    height: min(850px, 95vh);
    padding: 60px; /* Crucial: This provides 'sway room' so the image doesn't cut */
    z-index: 5;
    pointer-events: none;
    display: none;
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.18));
    will-change: transform;
    box-sizing: border-box;
}

#floating-product {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ═══════════════════════════════════════
   LIGHTBOX OVERLAY
═══════════════════════════════════════ */
.lightbox-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    padding-top: 5vh;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 85vh;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.lightbox-close:hover {
    color: #ccc;
}

/* ═══════════════════════════════════════
   TESTIMONIAL CAROUSEL
═══════════════════════════════════════ */
#testimonials-section {
    padding: 6rem 5vw 4rem;
    background: #fdfdfd;
    text-align: center;
    overflow: hidden;
}

.section-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.5rem;
    color: var(--secondary);
    letter-spacing: 3px;
    margin-bottom: 3.5rem;
    text-transform: uppercase;
}

.testimonial-slider {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 380px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

/* Base Card State (Hidden) */
.t-card {
    position: absolute;
    width: 450px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(10, 74, 107, 0.08);
    padding: 2.5rem 2.5rem;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transform: translateX(0) scale(0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Active 3 States */
.t-card.t-left {
    transform: translateX(-70%) scale(0.85);
    opacity: 0.5;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.t-card.t-right {
    transform: translateX(70%) scale(0.85);
    opacity: 0.5;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.t-card.t-center {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
    box-shadow: 0 20px 60px rgba(23, 149, 177, 0.15);
}

.t-card.t-left:hover,
.t-card.t-right:hover {
    opacity: 0.8;
}

.t-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--secondary);
    margin-top: -65px;
    /* Pop out the top */
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.t-name {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.3rem;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.t-role {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.t-quotes {
    font-size: 2.5rem;
    color: var(--secondary);
    line-height: 0;
    margin-bottom: 0.5rem;
    font-family: Georgia, serif;
    opacity: 0.4;
}

.t-text {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.6;
    font-style: italic;
}

/* Added Trust Badges & Mobile Testimonials Fixes */
.trust-badges .badge-item {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f4f9f9;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--primary);
    border: 1px solid #e1eff0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trust-badges .badge-icon {
    font-size: 1.5rem;
}

@media (max-width: 600px) {
    .trust-badges .badge-item {
        flex: 1 1 100%;
        font-size: 1rem;
        padding: 12px 15px;
    }
}

@media (max-width: 768px) {
    .t-card {
        width: 100% !important;
        position: absolute !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 1.5rem 1rem !important;
    }

    .testimonial-slider {
        width: 100% !important;
        height: 420px !important;
        /* Slightly taller for mobile text wrap */
        padding: 0 10px !important;
    }

    .t-card.t-left {
        transform: translateX(-50%) scale(0.8) !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .t-card.t-right {
        transform: translateX(50%) scale(0.8) !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .t-quotes {
        font-size: 2rem !important;
        margin-bottom: 0 !important;
    }

    .t-text {
        font-size: 0.95rem !important;
    }

    .t-avatar {
        width: 70px !important;
        height: 70px !important;
        margin-top: -50px !important;
        margin-bottom: 0.5rem !important;
    }

    .t-name {
        font-size: 1.1rem !important;
    }

    .t-role {
        margin-bottom: 0.5rem !important;
    }
}


/* ═══════════════════════════════════════
   VIDEO TESTIMONIALS (INFINITE SCROLL)
═══════════════════════════════════════ */
#video-testimonials {
    padding: 0 0 6rem;
    /* Removed horizontal padding to allow full-width scroll */
    background: #fdfdfd;
    text-align: center;
    overflow: hidden;
}

.infinite-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 1rem 0;
}

/* Gradient Masks for smooth fade out at edges */
.infinite-slider::before,
.infinite-slider::after {
    position: absolute;
    top: 0;
    width: 10vw;
    height: 100%;
    content: "";
    z-index: 2;
    pointer-events: none;
}

.infinite-slider::before {
    left: 0;
    background: linear-gradient(to right, #fdfdfd 0%, transparent 100%);
}

.infinite-slider::after {
    right: 0;
    background: linear-gradient(to left, #fdfdfd 0%, transparent 100%);
}

.slider-track {
    display: inline-flex;
    gap: 2rem;
    animation: scroll 30s linear infinite;
    padding: 0 1rem;
}

.infinite-slider:hover .slider-track {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 1rem));
    }

    /* -50% because we duplicated the 6 cards */
}

.video-card {
    position: relative;
    width: 260px;
    /* Fixed width for consistent scrolling */
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    aspect-ratio: 9 / 16;
    background: #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.video-card:hover video {
    opacity: 1;
}

/* ═══════════════════════════════════════
   FEATURE SECTIONS (Alternating)
═══════════════════════════════════════ */
.feature-section {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10vw;
    background: #fff;
    overflow: hidden;
}

.feature-section:nth-of-type(even) {
    background: #fdfdfd;
}

.feature-section.centered-content {
    background: linear-gradient(135deg, #f7fbfc 0%, #edf8fa 100%);
    display: block;
    padding: 0;
}

.feature-text {
    flex: 1;
    max-width: 500px;
    z-index: 10;
    position: relative;
}

.feature-visual-target {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.feature-visual-target img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.step-label {
    display: inline-block;
    font-family: 'Fredoka', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1rem;
    opacity: 0.8;
}

.feature-text h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    color: var(--primary);
    margin-bottom: 2rem;
}

.feature-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--text-light);
}

header a:hover {
    opacity: 0.8;
}

header .logo {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
}

.cart-icon {
    font-size: 1.3rem;
}

/* Subpage Solid Header override */
header.solid-header {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: none;
    /* Removed shadow to blend seamlessly visually */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.solid-header a {
    color: #fff;
    opacity: 0.9;
}

header.solid-header a:hover {
    color: #fff;
    opacity: 1;
}

header.solid-header .logo a {
    color: #fff;
    font-weight: 700;
}

/* ═══════════════════════════════════════
   OFFER SECTION
═══════════════════════════════════════ */
.feature-section.offer-layout {
    background: radial-gradient(circle at left center, #edf8fa 0%, #ffffff 100%);
    padding-bottom: 10vh;
}

.offer-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(23, 149, 177, 0.2);
    border-radius: 30px;
    padding: 3rem 4rem;
    max-width: 550px;
    box-shadow: 0 20px 80px rgba(10, 74, 107, 0.08);
    position: relative;
    z-index: 10;
}

.offer-badge {
    display: inline-block;
    background: #e91e63;
    color: #fff;
    font-family: 'Fredoka', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.4);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
}

.offer-card h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.8rem;
    color: var(--primary);
    margin-bottom: 2rem;
    line-height: 1.1;
}

.pricing-options {
    background: #fcfdfe;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(23, 149, 177, 0.15);
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    font-family: 'Fredoka', sans-serif;
}

.price-row:not(:last-child) {
    border-bottom: 1px dashed rgba(23, 149, 177, 0.2);
}

.price-row.prepaid {
    color: var(--secondary);
}

.price-row.cod {
    color: var(--text-light);
}

.price-label {
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.discount-tag {
    background: var(--secondary);
    color: #fff;
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-amount {
    font-size: 2.2rem;
    font-weight: 800;
}

.mrp-row {
    text-align: right;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    color: #888;
    margin-top: 0.5rem;
}

.mrp-row .old-price {
    text-decoration: line-through;
    color: #e91e63;
    font-weight: 700;
}

.buy-now-btn {
    width: 100%;
    text-align: center;
    font-family: 'Fredoka', sans-serif;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border: none;
    padding: 1.2rem;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(23, 149, 177, 0.25);
    display: inline-block;
    text-decoration: none;
}

.buy-now-btn:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 20px 40px rgba(23, 149, 177, 0.3);
}

/* ═══════════════════════════════════════
   PREMIUM FOOTER
═══════════════════════════════════════ */
.premium-footer {
    background: #0a4a6b;
    color: #edf8fa;
    padding: 5rem 5vw 2rem;
    font-family: 'Nunito', sans-serif;
    border-top: 1px solid rgba(23, 149, 177, 0.2);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 2.5fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-brand p {
    color: #b0d4dd;
    line-height: 1.6;
    margin: 1.5rem 0;
    max-width: 350px;
    font-size: 1.1rem;
}

.footer-logo {
    height: 70px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.social-links a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s;
}

.social-links a:hover img {
    transform: scale(1.2);
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #1795b1;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(23, 149, 177, 0.4);
}

/* ═══════════════════════════════════════
   VIDEO TESTIMONIALS SLIDER (HORIZONTAL)
═══════════════════════════════════════ */
.infinite-slider {
    width: 100%;
    overflow: hidden;
    padding: 3rem 0;
    position: relative;
    background: #ffffff;
}

.slider-track {
    display: flex;
    gap: 30px;
    width: max-content;
    /* Dynamically calculated for all items */
    animation: videoScroll 50s linear infinite;
}

@keyframes videoScroll {
    0% {
        transform: translateX(0);
    }

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

.video-card {
    flex: 0 0 280px;
    /* Reduced from 320px */
    height: 480px;
    /* Reduced from 560px (9:16 approx) */
    border-radius: 25px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border: 4px solid #fff;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

/* ═══════════════════════════════════════
   PREMIUM PRODUCT ACTIONS
═══════════════════════════════════════ */
.pdp-actions-premium {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin: 2rem 0;
}

.qty-pill {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    padding: 5px;
    height: 54px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.qty-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #1795b1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.qty-btn:hover {
    background: #1795b1;
    color: #fff;
    transform: scale(1.05);
}

.qty-pill input {
    width: 50px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    color: #333;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.qty-pill input::-webkit-outer-spin-button,
.qty-pill input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pdp-main-btns {
    display: flex;
    gap: 12px;
    flex: 2;
    /* Increased priority */
    min-width: 250px;
}

.buy-now-btn-premium {
    flex: 1;
    height: 160px !important; /* Extremely tall and bold button */
    border-radius: 100px;
    border: none;
    background: linear-gradient(135deg, #1795b1, #137a91);
    color: #fff;
    font-size: 1.4rem; /* Slightly larger but within 'not massive' request */
    font-weight: 800;
    letter-spacing: 1.5px; /* Spaced out to feel 'bigger' without being huge fonts */
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; 
    box-shadow: 0 15px 45px rgba(23, 149, 177, 0.45);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
}

.buy-now-btn-premium:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 40px rgba(23, 149, 177, 0.5);
    filter: brightness(1.15);
}

.buy-now-btn-premium svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}



/* ═══════════════════════════════════════
   TOAST REMOVED (ACCESSED VIA Add To Cart)
═══════════════════════════════════════ */

@media (max-width: 768px) {
    .pdp-actions-premium {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 20px !important;
    }

    .pdp-main-btns {
        flex-direction: column;
        min-width: unset;
    }

    .qty-pill {
        justify-content: center;
    }
}

/* ═══════════════════════════════════════
   PREMIUM REVIEWS SLIDER
   Manual Swipe & Navigation Controls
═══════════════════════════════════════ */
.reviews-slider-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 3rem auto;
    padding: 0 60px;
}

.reviews-slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 25px;
    padding: 20px 10px;
    -ms-overflow-style: none; /* Hide scrollbar IE/Edge */
    scrollbar-width: none;  /* Hide scrollbar Firefox */
}

.reviews-slider-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

.review-card-mini {
    flex: 0 0 calc(33.333% - 17px);
    min-width: 300px;
    scroll-snap-align: center;
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(10, 74, 107, 0.05);
    border: 1px solid #e1eff2;
    transition: transform 0.3s, border-color 0.3s;
}

.review-card-mini:hover {
    transform: translateY(-5px);
    border-color: var(--secondary);
}

.reviewer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.reviewer-name {
    font-weight: 700;
    color: var(--primary);
    font-size: 1.1rem;
}

.review-stars {
    display: flex;
    gap: 3px;
}

.review-stars svg {
    fill: #ffcc00;
    width: 14px;
    height: 14px;
}

.review-text {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.6;
    font-style: italic;
}

/* Slider Navigation Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #e1eff2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background: var(--secondary);
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev { left: 5px; }
.slider-arrow.next { right: 5px; }

@media (max-width: 992px) {
    .review-card-mini { flex: 0 0 70%; }
}

@media (max-width: 600px) {
    .review-card-mini { flex: 0 0 85%; }
    .reviews-slider-wrapper { padding: 0 15px; }
    .slider-arrow { display: none; } /* Use touch swipe on mobile */
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.link-group h3 {
    font-family: 'Fredoka', sans-serif;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.link-group a,
.link-group p {
    display: block;
    color: #b0d4dd;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: color 0.3s, transform 0.3s;
    font-size: 1.1rem;
}

.link-group a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #8da6b0;
    font-size: 0.95rem;
}

@media (max-width: 900px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-links {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ═══════════════════════════════════════
   ANIMATIONS & RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1100px) {
    .feature-section {
        padding: 0 5vw;
    }
}

@media (max-width: 900px) {
    body {
        overflow-x: hidden;
        width: 100vw;
    }

    .left-nav {
        display: none;
    }

    .right-nav {
        display: flex;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .right-nav a:not(.cart-icon) {
        display: none;
    }

    header {
        justify-content: center;
        background: #ffffff;
        padding: 0.8rem;
        border-bottom: 1px solid #eee;
        position: fixed;
        width: 100%;
        z-index: 1000;
        left: 0;
        height: 70px;
    }

    header.solid-header {
        height: 70px;
    }

    header .logo img {
        max-height: 50px !important;
    }

    .hero-visuals {
        flex-direction: column;
        gap: 3rem;
        margin-top: 1rem;
    }

    .left-card {
        transform: translateY(0);
        order: 2;
        margin-top: 2rem;
    }

    .right-gallery {
        transform: translateY(0);
        order: 3;
        margin: 0 auto;
    }

    .main-product-wrapper {
        order: 1;
        transform: translateY(0);
    }

    .main-hero-img {
        width: 90vw;
    }

    #hero-banner {
        padding-top: 140px;
    }

    .feature-section {
        flex-direction: column;
        height: auto;
        padding: 4rem 1.5rem;
        text-align: center;
    }

    .feature-visual-target img {
        margin-bottom: 2rem;
    }

    .feature-text h2 {
        font-size: 2.2rem;
    }
}


/* ═══════════════════════════════════════
   BANNER SLIDER (LTR ANIMATION)
═══════════════════════════════════════ */
.banner-slider {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 4rem 0;
    position: relative;
}

.banner-track {
    display: flex;
    width: calc(300px * 12);
    /* 6 images * 2 for loop */
    animation: bannerScroll 40s linear infinite;
    gap: 20px;
}

.banner-track img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@keyframes bannerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-320px * 6));
    }
}

@media (max-width: 768px) {
    .pdp-top-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }

    .pdp-details {
        width: 100% !important;
        max-width: 100vw !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pdp-details h1 {
        font-size: 1.7rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }

    .cod-badge-premium {
        width: calc(100vw - 40px) !important;
        margin: 1.5rem auto !important;
        box-shadow: 0 10px 30px rgba(10, 74, 107, 0.05);
        border: 1px solid #e1eff2;
        background: #ffffff;
    }

    .cod-badge-premium .p-price {
        font-size: 2.5rem !important;
        color: #333;
    }

    .buy-now-btn.pdp-btn {
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto;
    }

    .buy-now-btn-premium {
        height: 180px !important; /* The biggest CTA possible for mobile conversions */
        font-size: 1.5rem !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}


/* Added Testimonial Navigation Buttons */
.t-nav-btn {
    background: #000;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, background 0.2s;
    flex-shrink: 0;
}

.t-nav-btn:hover {
    background: var(--secondary);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .testimonial-slider-container {
        gap: 15px;
    }

    .t-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* ═══════════════════════════════════════
   POLICY & CHECKOUT PREMIUM STYLING
   (Removing Tailwind Reliance)
═══════════════════════════════════════ */
.policy-body {
    background: #f7fbfc;
}

.policy-container {
    max-width: 900px;
    margin: 120px auto 60px;
    padding: 0 5vw;
    min-height: 60vh;
}

.policy-content {
    background: #fff;
    padding: 3rem;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(10, 74, 107, 0.05);
    border: 1px solid #edf8fa;
}

.policy-content section {
    margin-bottom: 2.5rem;
}

.policy-content h2 {
    font-family: 'Fredoka', sans-serif;
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.8rem;
    border-bottom: 2px solid #f0f9fb;
    padding-bottom: 0.5rem;
}

.policy-content p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.8;
}

.section-header.center {
    text-align: center;
    margin-bottom: 3rem;
}

.premium-title {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--primary);
    margin-bottom: 1rem;
}

.tagline {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

/* Checkout Specific */
.checkout-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    margin-top: 40px;
}

.checkout-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(10, 74, 107, 0.04);
    border: 1px solid #f0f9fb;
    margin-bottom: 2rem;
}

.checkout-card h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.6rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.full {
    grid-column: span 2;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem 1.2rem;
    border-radius: 15px;
    border: 2px solid #f0f7f8;
    background: #f9fdfd;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    transition: all 0.3s;
    outline: none;
}

.form-group input:focus {
    border-color: var(--secondary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(23, 149, 177, 0.1);
}

.summary-card {
    position: sticky;
    top: 120px;
}

.order-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #e1eff0;
    margin-bottom: 1.5rem;
}

.order-item img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
}

.order-info h3 {
    font-size: 1.1rem;
    color: var(--primary);
    margin-bottom: 0.2rem;
}

.order-info p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.calc-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: var(--text-light);
}

.calc-row.total {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f7f8;
    color: var(--primary);
    font-size: 1.8rem;
    font-family: 'Fredoka', sans-serif;
}

.free-tag {
    color: #2e7d32;
    font-weight: 800;
    font-size: 0.8rem;
    background: #e8f5e9;
    padding: 2px 8px;
    border-radius: 5px;
}

.cod-badge {
    background: #fff9f1;
    border: 1px solid #ffe8cc;
    padding: 1.2rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.cod-badge i {
    font-size: 1.5rem;
    color: #f59e0b;
}

.cod-badge div p:first-child {
    font-weight: 800;
    color: #92400e;
}

.cod-badge div p:last-child {
    font-size: 0.8rem;
    color: #b45309;
}

@media (max-width: 900px) {
    .checkout-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .form-group.full {
        grid-column: auto;
    }

    .summary-card {
        position: static;
    }

    .policy-content {
        padding: 1.5rem;
    }
}

/* ═══════════════════════════════════════
   WRITE A REVIEW FEATURE
═══════════════════════════════════════ */
.write-review-btn {
    background: linear-gradient(135deg, var(--secondary), #137a91);
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-family: 'Fredoka', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(23, 149, 177, 0.2);
    margin: 1rem 0;
}

.write-review-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 30px rgba(23, 149, 177, 0.3);
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: none; /* Controlled by JS */
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.review-modal-content {
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    padding: 3rem;
    position: relative;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    animation: modalSlideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover {
    color: var(--primary);
}

.form-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: 12px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-group input:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary);
}

.star-rating-input {
    display: flex;
    gap: 8px;
    font-size: 2.5rem;
    color: #ddd;
    justify-content: center;
    margin: 1rem 0;
}

.star-input {
    cursor: pointer;
    transition: color 0.2s, transform 0.2s;
}

.star-input.active {
    color: #ffcc00;
    transform: scale(1.2);
}

.submit-review-btn {
    width: 100%;
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 1.2rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 1rem;
}

.submit-review-btn:hover {
    background: #137a91;
}