@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#000;font-family:Playfair Display,serif;font-weight:400;line-height:1.2}.montserrat{font-family:Montserrat,sans-serif}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Montserrat,sans-serif}img{display:block;height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}a:focus,button:focus{outline:2px solid #000;outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navigation{background-color:#fff;border-bottom:1px solid #000;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{text-decoration:none;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.05)}.logo-text{align-items:center;display:flex;gap:.3rem}.ftv-text{color:#000;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.ftv-star{color:#000;font-size:1.8rem;margin-top:-.2rem}.nav-links{gap:3rem}.nav-links,.nav-menu{align-items:center;display:flex}.nav-menu{gap:2.5rem}.nav-link{color:#000;font-size:.9rem;font-weight:600;letter-spacing:1.2px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.nav-link,.nav-link:focus{outline:none}.nav-link:before{background:#000;bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover{color:#666;transform:translateY(-1px)}.nav-link:hover:before{width:100%}.social-icons{border-left:1px solid #000;gap:1rem;padding-left:1rem}.social-icon,.social-icons{align-items:center;display:flex}.social-icon{background:#fff;border:1px solid #000;border-radius:50%;color:#000;font-size:1.4rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background-color:#000;color:#fff;transform:translateY(-2px) scale(1.1)}.instagram-logo{fill:currentColor;height:20px;width:20px}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.mobile-menu-toggle span{background:#000;border-radius:3px;height:3px;transform-origin:1px;transition:all .3s linear;width:30px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:translateX(20px)}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-container{padding:1rem;position:relative}.nav-links{background:#fff;border-left:1px solid #000;flex-direction:column;gap:0;height:100vh;justify-content:flex-start;max-width:300px;padding:80px 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:100%;z-index:1000}.nav-links.mobile-open{right:0}.nav-menu{align-items:flex-start;flex-direction:column;gap:2rem;margin-bottom:3rem;width:100%}.nav-link{border-bottom:1px solid #e0e0e0;font-size:1.2rem;padding:1rem 0;text-align:left;width:100%}.nav-link:before{display:none}.nav-link:hover{color:#000;transform:translateX(10px)}.ftv-text{font-size:1.8rem}.ftv-star{font-size:1.4rem}.social-icons{border-left:none;border-top:1px solid #000;justify-content:flex-start;padding-left:0;padding-top:2rem}.social-icon{font-size:1.4rem;height:50px;width:50px}}@media (max-width:480px){.nav-container{padding:.8rem}.ftv-text{font-size:1.5rem}.ftv-star{font-size:1.2rem}.nav-links{max-width:280px;padding:70px 1.5rem 1.5rem}.nav-link{font-size:1.1rem}.mobile-menu-toggle{height:26px;width:26px}.mobile-menu-toggle span{height:2.5px;width:26px}}.home{color:#000;min-height:100vh}.hero-section,.home{background-color:#fff}.hero-section{align-items:center;display:flex;justify-content:center;min-height:85vh;overflow:hidden;padding:1rem;position:relative}.hero-background{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.palm-tree{animation:dramaticSway 4s ease-in-out infinite;color:#0000000d;font-size:8rem;position:absolute;transform-origin:bottom center}.palm-left{animation:dramaticSwayLeft 4s ease-in-out infinite;left:-2rem;top:20%}.palm-right{animation:dramaticSwayRight 4s ease-in-out infinite;right:-2rem;top:10%}.sun-icon{animation:dynamicShine 6s ease-in-out infinite;color:#0000000d;font-size:4rem;position:absolute;right:10%;top:5%}@keyframes dramaticSwayLeft{0%{transform:rotate(-25deg) translateX(-20px) translateY(0) scale(1)}25%{transform:rotate(-5deg) translateX(15px) translateY(-10px) scale(1.05)}50%{transform:rotate(-30deg) translateX(25px) translateY(5px) scale(.98)}75%{transform:rotate(-10deg) translateX(-10px) translateY(-8px) scale(1.02)}to{transform:rotate(-25deg) translateX(-20px) translateY(0) scale(1)}}@keyframes dramaticSwayRight{0%{transform:rotate(25deg) translateX(20px) translateY(0) scale(1)}25%{transform:rotate(5deg) translateX(-15px) translateY(-12px) scale(1.03)}50%{transform:rotate(30deg) translateX(-25px) translateY(8px) scale(.97)}75%{transform:rotate(10deg) translateX(10px) translateY(-5px) scale(1.04)}to{transform:rotate(25deg) translateX(20px) translateY(0) scale(1)}}@keyframes dynamicShine{0%,to{opacity:.05;transform:scale(1) rotate(0deg) translateY(0)}25%{opacity:.08;transform:scale(1.05) rotate(5deg) translateY(-5px)}50%{opacity:.12;transform:scale(1.15) rotate(10deg) translateY(-8px)}75%{opacity:.08;transform:scale(1.05) rotate(15deg) translateY(-3px)}}.hero-content{background:#fff;border:1px solid #000;margin:0 auto;max-width:1600px;padding:4rem 6rem;position:relative;text-align:center;z-index:10}.hero-logo{height:auto;margin-bottom:2rem;object-fit:contain;width:160px}.hero-logo-text{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.hero-ftv-text{color:#000;font-family:Playfair Display,serif;font-size:4rem;font-weight:700;letter-spacing:3px;text-transform:uppercase}.hero-ftv-star{color:#000;font-size:3.5rem;margin-top:-.3rem}.hero-title{font-family:Playfair Display,serif;font-size:4rem;font-weight:400;letter-spacing:3px;margin-bottom:1rem}.hero-subtitle,.hero-title{color:#000;text-transform:uppercase}.hero-subtitle{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:300;letter-spacing:2px;margin-bottom:1.5rem}.hero-description{color:#333;font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:550px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-button{min-width:160px}.features-section{background-color:#fff;padding:5rem 2rem}.features-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1100px;text-align:center}.feature{background-color:#fff;border:1px solid #000;padding:3rem 2rem;transition:all .4s ease}.feature:hover{background-color:#000;color:#fff;transform:translateY(-10px) scale(1.02)}.feature-icon{align-items:center;background-color:#fff;border:1px solid #000;border-radius:50%;color:#000;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.feature:hover .feature-icon{background-color:#000;color:#fff;transform:scale(1.1) rotate(10deg)}.feature h3{color:inherit;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.feature p{color:inherit;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.7}@media (max-width:768px){.hero-section{min-height:100vh;padding:.5rem}.hero-logo{margin-bottom:1.5rem;width:130px}.hero-ftv-text{font-size:2.5rem;letter-spacing:2px}.hero-ftv-star{font-size:2.2rem}.hero-title{font-size:2.5rem;letter-spacing:1.5px;margin-bottom:1.5rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-description{font-size:.95rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{align-items:center;flex-direction:column;gap:1rem}.cta-button{font-size:.85rem;max-width:280px;padding:1rem 2rem;width:100%}.features-section{padding:3rem 1rem}.features-container{gap:2rem;grid-template-columns:1fr}.feature{padding:2rem 1.5rem}.hero-content{margin:.25rem;padding:3rem}.palm-tree{font-size:4rem}.sun-icon{font-size:2rem;right:8%;top:8%}}@media (max-width:480px){.hero-section{min-height:90vh;padding:.25rem}.hero-logo{margin-bottom:1rem;width:110px}.hero-ftv-text{font-size:2rem;letter-spacing:1.5px}.hero-ftv-star{font-size:1.8rem}.hero-title{font-size:2rem;letter-spacing:1px;margin-bottom:1rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.hero-description{font-size:.9rem;line-height:1.5;margin-bottom:2rem}.hero-buttons{gap:.8rem}.cta-button{font-size:.8rem;letter-spacing:1px;padding:.9rem 1.5rem}.button-icon{font-size:.9rem}.hero-content{margin:.1rem;padding:2rem}.features-section{padding:2.5rem .5rem}.feature{padding:1.5rem 1rem}.feature-icon{font-size:2.5rem;height:60px;margin-bottom:1rem;width:60px}.feature h3{font-size:1.3rem;margin-bottom:.8rem}.feature p{font-size:.9rem;line-height:1.6}.palm-tree{font-size:3rem}.palm-left{left:-1rem;top:25%}.palm-right{right:-1rem;top:15%}.sun-icon{font-size:1.5rem;right:5%;top:10%}}.about{color:#000;min-height:100vh}.about,.about-hero{background-color:#fff}.about-hero{border-bottom:1px solid #000;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.about-hero-content{background:#fff;border:1px solid #000;margin:0 auto;max-width:700px;padding:3rem;position:relative;z-index:10}.about-logo{height:auto;margin-bottom:2rem;object-fit:contain;width:140px}.about-hero h1{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:400;letter-spacing:3px;margin-bottom:1rem}.about-hero h1,.about-tagline{color:#000;text-transform:uppercase}.about-tagline{align-items:center;display:flex;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:300;gap:1rem;justify-content:center;letter-spacing:2px}.tagline-icon{color:#000;font-size:1.5rem}.about-content{margin:0 auto;max-width:1100px;padding:5rem 2rem}.about-section{margin-bottom:5rem}.about-section h2{color:#000;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;letter-spacing:2px;margin-bottom:2.5rem;text-align:center;text-transform:uppercase}.about-section p{color:#333;font-family:Poppins,sans-serif;font-size:1.15rem;line-height:1.8;margin-bottom:1.8rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.values-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:4rem}.value{background-color:#fff;border:1px solid #000;padding:3rem 2rem;text-align:center;transition:all .4s ease}.value:hover{background-color:#000;color:#fff;transform:translateY(-10px) scale(1.02)}.value-icon{align-items:center;background-color:#fff;border:1px solid #000;border-radius:50%;color:#000;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.value:hover .value-icon{background-color:#000;color:#fff;transform:scale(1.1) rotate(10deg)}.value h3{color:inherit;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.value p{color:inherit;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;margin:0;opacity:.9}.about-cta{background-color:#fff;border:1px solid #000;margin-top:3rem;padding:4rem 3rem;text-align:center}.about-cta h2{color:#000;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:400;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.about-cta p{color:#333;font-family:Poppins,sans-serif;font-size:1.15rem;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-button{align-items:center;border:2px solid #000;display:inline-flex;font-family:Montserrat,sans-serif;font-weight:600;gap:.8rem;justify-content:center;letter-spacing:1.5px;min-width:180px;overflow:hidden;padding:1.2rem 2.5rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .4s ease}.cta-button.primary{background-color:#000;color:#fff}.cta-button.primary:hover{transform:translateY(-3px)}.cta-button.primary:hover,.cta-button.secondary{background-color:#fff;color:#000}.cta-button.secondary:hover{background-color:#000;color:#fff;transform:translateY(-3px)}.button-icon{font-size:1rem;transition:transform .3s ease}.cta-button:hover .button-icon{transform:scale(1.2)}@media (max-width:768px){.about{padding:100px 0 60px}.about-hero{padding:2rem 1rem}.about-hero h1{font-size:2.2rem;letter-spacing:1.5px;margin-bottom:1.5rem}.about-tagline{flex-direction:column;font-size:.95rem;gap:.5rem;margin-bottom:2rem}.about-hero-content{margin:.5rem;padding:2rem 1.5rem}.about-section{padding:3rem 1rem}.about-section h2{font-size:1.8rem;margin-bottom:1.5rem}.about-section p{font-size:.95rem;line-height:1.6}.values-grid{gap:1.5rem;grid-template-columns:1fr}.value-item{padding:2rem 1.5rem}.value-icon{font-size:2rem;height:60px;margin-bottom:1rem;width:60px}.value-item h3{font-size:1.3rem;margin-bottom:.8rem}.value-item p{font-size:.9rem}.about-cta{margin-top:2rem;padding:3rem 1.5rem}.about-cta h2{font-size:1.8rem;margin-bottom:1rem}.about-cta p{font-size:1rem;margin-bottom:2rem}.cta-buttons{align-items:center;flex-direction:column;gap:1rem}.cta-button{font-size:.85rem;max-width:280px;padding:1rem 2rem;width:100%}}@media (max-width:480px){.about{padding:90px 0 50px}.about-hero{padding:1.5rem .5rem}.about-hero h1{font-size:1.8rem;letter-spacing:1px;margin-bottom:1rem}.about-tagline{font-size:.9rem;margin-bottom:1.5rem}.about-hero-content{margin:.25rem;padding:1.5rem 1rem}.about-section{padding:2.5rem .5rem}.about-section h2{font-size:1.6rem;margin-bottom:1rem}.about-section p{font-size:.9rem;line-height:1.5}.values-grid{gap:1rem}.value-item{padding:1.5rem 1rem}.value-icon{font-size:1.8rem;height:50px;margin-bottom:.8rem;width:50px}.value-item h3{font-size:1.2rem;margin-bottom:.6rem}.value-item p{font-size:.85rem;line-height:1.4}.about-cta{margin-top:1.5rem;padding:2.5rem 1rem}.about-cta h2{font-size:1.6rem;margin-bottom:.8rem}.about-cta p{font-size:.95rem;margin-bottom:1.5rem}.cta-button{font-size:.8rem;letter-spacing:1px;padding:.9rem 1.5rem}.button-icon{font-size:.9rem}}.shop{background-color:#fff;min-height:100vh;padding:2rem 0}.shop-header{margin:0 auto;max-width:800px;padding:3rem 2rem;text-align:center}.shop-header h1{color:#000;font-size:3rem;font-weight:300;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.shop-header p{color:#666;font-size:1.1rem;line-height:1.6}.products-container{margin:0 auto;max-width:1200px;padding:0 2rem}.products-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.product-card{background-color:#fff;border:1px solid #e0e0e0;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.product-link{color:inherit;display:block;outline:none;text-decoration:none}.product-image-container{background-color:#f8f8f8;height:300px;overflow:hidden;position:relative}.product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.view-product-btn{background-color:#fff;border:none;color:#000;cursor:pointer;font-weight:500;letter-spacing:1px;outline:none;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.view-product-btn:hover{background-color:#000;color:#fff}.product-info{padding:2rem;text-align:center}.product-name{color:#000;font-size:1.3rem;font-weight:500;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.product-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.product-price{font-size:1.2rem}.empty-shop{margin:0 auto;max-width:600px;padding:4rem 2rem;text-align:center}.empty-shop h2{font-size:2.5rem;font-weight:300;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.empty-shop p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.learn-more-btn{background-color:#000;border:2px solid #000;color:#fff;display:inline-block;font-weight:500;letter-spacing:1px;outline:none;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.learn-more-btn:hover{background-color:#fff;color:#000}@media (max-width:768px){.shop{padding:100px 0 60px}.shop-header{padding:2rem 1rem}.shop-header h1{font-size:2rem;margin-bottom:1rem}.shop-header p{font-size:1rem;margin-bottom:0}.products-container{padding:0 1rem}.products-grid{gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}.product-card{margin:0;max-width:100%}.product-image-container{height:280px}.product-info{padding:1.5rem}.product-name{font-size:1.2rem;margin-bottom:.5rem}.product-description{font-size:.9rem;margin-bottom:1rem}.product-price{font-size:1.1rem}.view-product-btn{font-size:.8rem;padding:.8rem 1.5rem}.empty-shop{padding:3rem 1rem}.empty-shop h2{font-size:2rem;margin-bottom:1rem}.empty-shop p{font-size:1rem;margin-bottom:1.5rem}.learn-more-btn{font-size:.85rem;padding:.9rem 1.8rem}}@media (max-width:480px){.shop{padding:90px 0 50px}.shop-header{padding:1.5rem .5rem}.shop-header h1{font-size:1.8rem;margin-bottom:.8rem}.shop-header p{font-size:.95rem}.products-container{padding:0 .5rem}.products-grid{gap:1.5rem;margin-bottom:2.5rem}.product-image-container{height:250px}.product-info{padding:1.2rem 1rem}.product-name{font-size:1.1rem;margin-bottom:.4rem}.product-description{font-size:.85rem;margin-bottom:.8rem}.product-price{font-size:1rem}.view-product-btn{font-size:.75rem;letter-spacing:.8px;padding:.7rem 1.2rem}.empty-shop{padding:2.5rem .5rem}.empty-shop h2{font-size:1.8rem;margin-bottom:.8rem}.empty-shop p{font-size:.95rem;margin-bottom:1.2rem}.learn-more-btn{font-size:.8rem;padding:.8rem 1.5rem}}.product-page{background-color:#fff;min-height:100vh;padding:120px 0 80px}.product-container{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.product-images{position:-webkit-sticky;position:sticky;top:120px}.main-image{border:1px solid #e0e0e0;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.main-product-image{height:500px;object-fit:cover;transition:transform .3s ease;width:100%}.main-product-image:hover{transform:scale(1.02)}.image-nav-btn{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;outline:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.image-nav-btn:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.image-nav-btn span{font-size:1.5rem;font-weight:700;margin-top:-2px}.prev-btn{left:15px}.next-btn{right:15px}.image-thumbnails{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr)}.thumbnail{background:none;border:2px solid #0000;cursor:pointer;outline:none;overflow:hidden;padding:0;transition:border-color .3s ease}.thumbnail.active{border-color:#000}.thumbnail img{display:block;height:80px;object-fit:cover;width:100%}.thumbnail:hover{border-color:#666}.product-details{padding-left:2rem}.product-header{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.product-title{color:#000;font-size:2.5rem;font-weight:300;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.product-price{color:#000;font-size:1.8rem;font-weight:600;letter-spacing:1px}.product-description{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.product-description p{color:#333;font-size:1.1rem;line-height:1.6}.size-selection{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.size-selection h3{color:#000;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.size-options{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{background-color:#fff;border:2px solid #000;color:#000;cursor:pointer;font-weight:500;letter-spacing:1px;outline:none;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.size-btn.selected,.size-btn:hover{background-color:#000;color:#fff}.product-features{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.product-features h3{color:#000;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.product-features ul{list-style:none;padding:0}.product-features li{color:#333;font-size:.95rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.product-features li:before{color:#000;content:"•";font-weight:700;left:0;position:absolute}.navigation-section{margin-top:2rem}.back-to-shop-link{color:#000;font-size:.9rem;font-weight:500;letter-spacing:1px;outline:none;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.back-to-shop-link:hover{opacity:.7}.product-not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.product-not-found h1{color:#000;font-size:2.5rem;font-weight:300;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.product-not-found p{color:#666;font-size:1.1rem;margin-bottom:2rem}.back-to-shop-btn{background-color:#000;border:2px solid #000;color:#fff;font-weight:500;letter-spacing:1px;outline:none;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.back-to-shop-btn:hover{background-color:#fff;color:#000}@media (max-width:768px){.product-page{padding:100px 0 60px}.product-container{gap:2.5rem;grid-template-columns:1fr;padding:0 1rem}.product-images{position:static}.main-product-image{height:350px}.image-thumbnails{gap:.4rem;grid-template-columns:repeat(4,1fr)}.thumbnail{border-width:1px}.thumbnail img{height:70px}.product-details{padding-left:0}.product-title{font-size:1.8rem;letter-spacing:1.5px;margin-bottom:1rem}.product-price{font-size:1.4rem;margin-bottom:0}.product-description,.product-header{margin-bottom:1.5rem;padding-bottom:1.5rem}.product-description p{font-size:1rem;line-height:1.5}.size-selection{margin-bottom:1.5rem;padding-bottom:1.5rem}.size-btn{font-size:.9rem;padding:.8rem 1.5rem}.product-features{margin-bottom:1.5rem;padding-bottom:1.5rem}.product-features h3{font-size:1rem;margin-bottom:.8rem}.product-features li{font-size:.9rem;margin-bottom:.4rem}.image-nav-btn{height:45px;width:45px}.image-nav-btn span{font-size:1.3rem}.prev-btn{left:12px}.next-btn{right:12px}.back-to-shop-link{font-size:.85rem}.product-not-found{padding:2rem 1rem}.product-not-found h1{font-size:2rem;margin-bottom:1rem}.product-not-found p{font-size:1rem;margin-bottom:1.5rem}.back-to-shop-btn{font-size:.85rem;padding:.9rem 1.8rem}}@media (max-width:480px){.product-page{padding:90px 0 50px}.product-container{gap:2rem;padding:0 .5rem}.product-title{font-size:1.5rem;letter-spacing:1px;margin-bottom:.8rem}.product-price{font-size:1.2rem}.product-description,.product-header{margin-bottom:1.2rem;padding-bottom:1.2rem}.product-description p{font-size:.95rem;line-height:1.4}.main-product-image{height:280px}.image-thumbnails{gap:.3rem}.thumbnail img{height:55px}.size-selection{margin-bottom:1.2rem;padding-bottom:1.2rem}.size-selection h3{font-size:.95rem;margin-bottom:.8rem}.size-btn{font-size:.85rem;padding:.7rem 1.2rem}.product-features{margin-bottom:1.2rem;padding-bottom:1.2rem}.product-features h3{font-size:.95rem;margin-bottom:.6rem}.product-features li{font-size:.85rem;margin-bottom:.3rem}.image-nav-btn{height:38px;width:38px}.image-nav-btn span{font-size:1.1rem}.prev-btn{left:8px}.next-btn{right:8px}.back-to-shop-link{font-size:.8rem}.navigation-section{margin-top:1.5rem}.product-not-found{padding:1.5rem .5rem}.product-not-found h1{font-size:1.8rem;margin-bottom:.8rem}.product-not-found p{font-size:.95rem;margin-bottom:1.2rem}.back-to-shop-btn{font-size:.8rem;padding:.8rem 1.5rem}}.App{background-color:#fff;color:#000;min-height:100vh}
/*# sourceMappingURL=main.c779f286.css.map*/