@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap";
:root{--color-background:#fdf6e9;--color-primary:#f4c466;--color-secondary:#8097a5;--color-teal:#9fe2dd;--color-winter-blue:#007396;--color-footer-yellow:#f9da88;--color-text:#2c3e50;--color-text-light:#666;--color-white:#fff;--color-accent-brown:#854931;--font-main:"Nunito", sans-serif;--border-radius:16px;--border-radius-lg:32px;--border-radius-full:9999px;--shadow-card:0 4px 12px #0000000d;--shadow-float:0 10px 25px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-main);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.btn-primary{background-color:var(--color-primary);color:#fff;border-radius:var(--border-radius-full);cursor:pointer;border:none;padding:12px 24px;font-weight:700;transition:transform .2s;display:inline-block;box-shadow:0 2px 8px #f4c46666}.btn-primary:hover{transform:scale(1.05)}.btn-outline{color:var(--color-primary);border-radius:var(--border-radius-full);border:2px solid var(--color-primary);cursor:pointer;background-color:#0000;padding:12px 24px;font-weight:700;transition:background-color .2s}.btn-outline:hover{background-color:#f4c4661a}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{border:3px solid var(--color-background);background-color:#f7c969;border-radius:20px}.mobile-carousel{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}@media (max-width:768px){.mobile-carousel{scroll-snap-type:x mandatory;padding-bottom:2rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1.5rem;margin-inline:-1rem;padding-inline:1rem;display:flex;overflow-x:auto}.mobile-carousel::-webkit-scrollbar{height:8px}.mobile-carousel>*{scroll-snap-align:center;flex:0 0 85%}}.thumb{pointer-events:none;appearance:none;background:0 0;outline:none;width:100%;height:0;position:absolute}.thumb::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;border:none;border:2px solid var(--color-teal);cursor:pointer;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .1s;box-shadow:0 2px 5px #00000026}.thumb::-webkit-slider-thumb:hover{transform:scale(1.1)}.thumb::-moz-range-thumb{pointer-events:auto;border:none;border:2px solid var(--color-teal);cursor:pointer;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .1s;box-shadow:0 2px 5px #00000026}.thumb::-moz-range-thumb:hover{transform:scale(1.1)}.thumb::-webkit-slider-runnable-track{background:0 0;width:100%}.thumb::-moz-range-track{background:0 0;width:100%}.nav-item:hover{color:var(--color-primary)}@media (max-width:850px){.desktop-nav{display:none!important}.mobile-toggle{display:block!important}}.seasons-section{width:100%;height:80vh;display:flex}@media (max-width:768px){.seasons-section{flex-direction:column!important}}.what-we-offer-section{padding:4rem 10%}@media (max-width:768px){.what-we-offer-section{min-height:auto;padding:3rem 5%}}.offer-grid{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;display:grid}@media (max-width:1024px){.offer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.offer-grid{scroll-snap-type:x mandatory;padding-bottom:2rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1.5rem;margin-inline:-1rem;padding-inline:1rem;display:flex;overflow-x:auto}.offer-grid::-webkit-scrollbar{height:8px}.offer-grid>*{scroll-snap-align:center;flex:0 0 85%}}.collections-grid{grid-template-columns:280px 1fr;align-items:start;gap:3rem;display:grid}@media (max-width:900px){.collections-grid{grid-template-columns:1fr;gap:2rem}}.product-page{max-width:1400px;font-family:var(--font-main);color:#333;margin:0 auto;padding:clamp(2rem,5vw,4rem) 2rem 2rem}.product-main{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.product-gallery{height:fit-content;position:sticky;top:120px}.desktop-gallery-view{grid-template-columns:80px 1fr;gap:1.5rem;display:grid}.mobile-gallery-view{display:none}.mobile-gallery-scroll{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;border-radius:12px;display:flex;overflow-x:auto}.mobile-gallery-scroll::-webkit-scrollbar{display:none}.mobile-gallery-image{scroll-snap-align:center;object-fit:contain;aspect-ratio:1;background:#fff;min-width:100%}.mobile-gallery-dots{justify-content:center;gap:8px;margin-top:1rem;display:flex}.gallery-dot{background:#e0e0e0;border-radius:50%;width:10px;height:10px;transition:all .3s}.gallery-dot.active{background:var(--color-primary);transform:scale(1.2)}.gallery-thumbnails{flex-direction:column;gap:1rem;display:flex}.gallery-thumbnail{aspect-ratio:1;object-fit:contain;border:2px solid var(--color-primary);cursor:pointer;background:#fff;border-radius:12px;width:100%;padding:.25rem;transition:transform .2s}.gallery-thumbnail:hover{transform:scale(1.05)}.gallery-thumbnail.active{border-color:var(--color-winter-blue);transform:scale(1.05)}.gallery-main-image{aspect-ratio:1;width:min(100%,60vh);box-shadow:var(--shadow-card);background:#f9f9f9;border-radius:24px;margin:0 auto;overflow:hidden}.gallery-main-image img{object-fit:contain;width:100%;height:100%;display:block}.product-info{flex-direction:column;gap:1.5rem;padding-top:1rem;display:flex}.product-title{color:var(--color-text);margin:0;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700;line-height:1.2}.product-price{color:var(--color-accent-brown);font-size:clamp(1.5rem,4vw,1.8rem);font-weight:600}.product-rating{align-items:center;gap:.5rem;display:flex}.review-count{color:var(--color-text-light);font-size:1rem}.divider{background-color:#e5e5e5;width:100%;height:1px;margin:.5rem 0}.size-selector-row{align-items:center;gap:1.5rem;display:flex}.size-selector-label{color:var(--color-text);font-size:1.1rem;font-weight:700}.size-dropdown-container{width:140px;position:relative}.size-dropdown-btn{border:2px solid var(--color-primary);text-align:left;cursor:pointer;background:#fff;border-radius:50px;justify-content:space-between;align-items:center;width:100%;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.size-dropdown-btn:hover{background:#fff9ed}.size-dropdown-menu{z-index:10;background:#fff;border:1px solid #ddd;border-radius:12px;width:100%;max-height:200px;margin-top:.5rem;position:absolute;top:100%;left:0;overflow:hidden auto;box-shadow:0 5px 20px #0000001a}.size-option{cursor:pointer;padding:.75rem 1rem;transition:background .2s}.size-option:hover{background:#f0f0f0}.add-to-cart-row{flex-wrap:wrap;gap:1rem;width:63%;min-width:320px;margin-top:.5rem;display:flex}.quantity-selector{border:2px solid var(--color-primary);background-color:#fff;border-radius:50px;justify-content:space-between;align-items:center;width:120px;height:54px;padding:0 .5rem;display:flex}.quantity-selector:hover{background:#fff9ed}.qty-btn{cursor:pointer;color:var(--color-text);background:0 0;border:none;align-items:center;height:100%;padding:0 .8rem;font-size:1.5rem;display:flex}.add-btn{background:var(--color-primary);color:var(--color-text);cursor:pointer;border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:160px;height:54px;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.add-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f4c46666}.buy-now-btn{background:var(--color-winter-blue);color:#fff;cursor:pointer;border:none;border-radius:50px;width:63%;min-width:320px;height:54px;margin-top:0;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0073964d}.urgency-box{color:#d32f2f;font-variant-numeric:tabular-nums;background:#fff0f0;border:1px solid #fcc;border-radius:12px;align-items:center;width:63%;min-width:320px;padding:1rem;font-weight:600;display:flex}.trust-badge{color:var(--color-text);align-items:center;gap:1rem;font-size:1rem;display:flex}.trust-icon{color:var(--color-winter-blue)}.short-description{color:var(--color-text-light);font-size:clamp(.95rem,2vw,1.05rem);line-height:1.7}.specs-list{margin:0;padding:0;list-style:none}.specs-list li{margin-bottom:.75rem;padding-left:1.5rem;font-weight:500;position:relative}.specs-list li:before{content:"✔";color:var(--color-primary);font-weight:700;position:absolute;left:0}.product-tabs-section{width:100%;margin-top:2rem}.tab-item{border-bottom:1px solid #eee}.tab-header{cursor:pointer;color:var(--color-text);justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:clamp(1rem,3vw,1.2rem);font-weight:700;transition:color .2s;display:flex}.tab-header:hover{color:var(--color-winter-blue)}.tab-content{color:var(--color-text-light);padding-bottom:2rem;line-height:1.8}.bundle-section{margin-bottom:6rem}.bundle-section-mobile{display:none}.bundle-section-desktop{display:block}.bundle-container{align-items:flex-start;gap:3rem;display:flex}.bundle-cards{grid-template-columns:200px auto 200px auto 200px;align-items:stretch;gap:.5rem;display:grid}.bundle-card-wrapper{flex-direction:column;min-width:0;height:100%;transition:opacity .2s;display:flex;position:relative}.bundle-card-wrapper.deselected{opacity:.6}.bundle-card-wrapper>*{flex:1}.bundle-checkbox{z-index:10;background:#fff;border:2px solid #ddd;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 5px #0000001a}.bundle-checkbox.selected{background:var(--color-primary);border-color:var(--color-primary)}.plus-sign{color:var(--color-text-light);justify-content:center;align-items:center;font-size:2rem;font-weight:300;display:flex}.bundle-summary{width:300px;box-shadow:var(--shadow-card);background:#fff;border:1px solid #eee;border-radius:20px;flex-direction:column;flex-shrink:0;gap:1rem;padding:2rem;display:flex;position:sticky;top:120px}.bundle-total-price{text-align:center;flex-direction:column;margin-bottom:1rem;display:flex}.bundle-total-price .label{color:var(--color-text-light);text-transform:uppercase;font-size:.9rem;font-weight:700}.bundle-total-price .value{color:var(--color-accent-brown);font-size:2.5rem;font-weight:800}.bundle-btn{height:50px;margin:0;font-size:1rem;width:100%!important;min-width:0!important}.recommendations-section{margin-bottom:6rem}.section-header{text-align:left;margin-bottom:2rem}.section-subtitle{color:var(--color-accent-brown);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.section-title{color:var(--color-text);margin-top:0;font-size:clamp(1.5rem,5vw,2.2rem)}.product-carousel{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;grid-auto-columns:280px;grid-auto-flow:column;gap:2rem;padding:1rem .5rem 2rem;display:grid;overflow-x:auto}.product-carousel::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;flex-direction:column;height:100%;display:flex}.carousel-item>*{flex:1}.carousel-container{align-items:center;padding:0 3.5rem;display:flex;position:relative}.nav-btn.desktop-nav{z-index:10;background:#fff;border:none;width:48px;height:48px;display:none;position:absolute;box-shadow:0 4px 12px #00000026}.prev-btn{left:0}.next-btn{right:0}.nav-btn{cursor:pointer;width:40px;height:40px;color:var(--color-text);background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.nav-btn:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.bottom-tabs-container{max-width:1400px;margin:0 auto}.bottom-tabs-nav{border-bottom:2px solid #eee;gap:3rem;margin-bottom:3rem;display:flex}.bottom-tab-btn{font-size:clamp(.9rem,2.5vw,1.2rem);font-weight:700;font-family:var(--font-main);color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:1rem;transition:all .2s}.bottom-tab-btn.active{color:var(--color-text);border-bottom-color:var(--color-primary)}.review-item{margin-bottom:2.5rem}.review-name{color:var(--color-text);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.review-header{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.review-title{color:var(--color-text);font-size:1rem;font-weight:700}.review-date{color:#888;margin-bottom:.75rem;font-size:.9rem}.review-divider{background-color:#eee;width:40px;height:2px;margin-bottom:.75rem}.review-text{color:#555;margin:0;font-size:clamp(.95rem,2vw,1rem);line-height:1.6}.faq-container{grid-template-columns:3fr 1fr;align-items:start;gap:2rem;display:grid}.faq-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.faq-item h4{color:var(--color-text);margin:0 0 .75rem;font-size:clamp(1rem,3vw,1.1rem)}.faq-item p{color:var(--color-text-light);margin:0;font-size:clamp(.9rem,2vw,.95rem);line-height:1.6}.support-card{box-shadow:var(--shadow-card);text-align:center;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-width:200px;padding:2.5rem;display:flex}.support-icon{color:var(--color-winter-blue);margin-bottom:1.5rem}.contact-btn{background:var(--color-winter-blue);font-family:var(--font-main);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:1.5rem;padding:1rem 2rem;font-weight:700;transition:transform .2s}.contact-btn:hover{transform:scale(1.05)}@media (max-width:1200px){.bundle-container{flex-direction:column}.bundle-summary{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem;width:100%;display:grid}.bundle-total-price{text-align:left;margin-bottom:0}}@media (min-width:769px){.nav-btn.desktop-nav{display:flex}}@media (max-width:768px){.product-main{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.desktop-gallery-view{display:none}.mobile-gallery-view,.bundle-section-mobile{display:block}.bundle-section-desktop{display:none}.mobile-bundle-summary{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:16px;width:100%;padding:1.2rem;box-shadow:0 2px 8px #0000000f}.mobile-bundle-summary.hidden{display:none}.mobile-bundle-images{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.mobile-bundle-img-wrapper{background:#fafafa;border:1px solid #eee;border-radius:12px;width:80px;height:80px;padding:6px}.mobile-bundle-img-wrapper img{object-fit:contain;width:100%;height:100%}.mobile-plus{color:#999;font-size:1.4rem;font-weight:300}.mobile-bundle-bar{color:var(--color-text);border-top:1px solid #eee;justify-content:space-between;align-items:center;padding-top:.8rem;font-weight:600;display:flex}.mobile-bundle-price{color:var(--color-accent-brown);font-weight:700}.mobile-bundle-grid{grid-template-columns:1fr 1fr;gap:1rem;width:100%;margin-bottom:1.5rem;display:grid}.mobile-bundle-grid .bundle-card-wrapper:first-child{grid-column:span 2}.mobile-bundle-actions{flex-direction:column;gap:.75rem;display:flex}.faq-container,.faq-grid{grid-template-columns:1fr}.add-to-cart-row{flex-direction:column;width:100%;min-width:0}.add-btn{flex:none;width:100%;height:54px}.quantity-selector{width:100%}.buy-now-btn,.urgency-box{width:100%;min-width:0}.nav-btn.desktop-nav{display:none!important}.carousel-container{padding:0;display:block}}
