.header{width:100%;padding:1rem 0;background-color:#fff;border-bottom:1px solid #e8e0d0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #00000008}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.logo-container{display:flex;align-items:center;text-decoration:none;color:inherit;cursor:pointer}.logo-image{margin-right:.75rem;height:40px;display:flex;align-items:center}.logo-image img{height:100%;width:auto;object-fit:contain}.brand-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;letter-spacing:2px;margin:0;color:#1a1a1a}.header-actions{display:flex;align-items:center}.chat-container{display:flex;align-items:center;margin-right:1.5rem;cursor:pointer;transition:opacity .2s ease}.chat-container:hover{opacity:.8}.chat-text{font-family:Playfair Display,serif;font-size:.9rem;color:#333;margin-right:.5rem;letter-spacing:.5px}.whatsapp-icon{display:flex;align-items:center;justify-content:center}.cart-container{position:relative}.cart-icon{color:#1a1a1a;position:relative;text-decoration:none;display:flex;align-items:center}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#b8a283;color:#fff;font-size:.7rem;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}.tagline{position:absolute;left:50%;transform:translate(-50%);text-align:center}.tagline span{font-family:Playfair Display,serif;font-size:1rem;font-weight:500;letter-spacing:1.5px;color:#333;text-transform:uppercase}@media (max-width: 768px){.header-container{padding:0 1rem;flex-wrap:wrap}.logo-image{height:32px}.brand-name{font-size:1.25rem}.tagline{position:relative;left:0;transform:none;order:3;width:100%;margin-top:.5rem;text-align:center}.tagline span{font-size:.85rem}.chat-text{display:none}.chat-container{margin-right:1rem}}@media (max-width: 480px){.logo-image{height:28px}.brand-name{font-size:1.1rem;letter-spacing:1px}}.cart-icon-svg{transition:transform .3s ease}.animate-cart{animation:cartPulse .6s ease}@keyframes cartPulse{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}.cart-count{transition:all .3s ease}.animate-count{animation:countBounce .6s ease;background-color:#e05151}@keyframes countBounce{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.footer{background-color:#f9f6f0;border-top:1px solid rgba(184,162,131,.3);padding:3rem 0 1.5rem;margin-top:3rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-top{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.social-links{margin-bottom:1.5rem}.instagram-link{color:#333;transition:color .3s ease;display:inline-block}.instagram-link:hover{color:#b8a283}.footer-links{display:flex;justify-content:center;flex-wrap:wrap}.footer-link{color:#333;text-decoration:none;font-family:Playfair Display,serif;font-size:.9rem;letter-spacing:.5px;margin:0 1.5rem 1rem;transition:color .3s ease}.footer-link:hover{color:#b8a283}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(184,162,131,.2)}.copyright{font-family:Arial,sans-serif;font-size:.8rem;color:#888;letter-spacing:.5px}@media (max-width: 768px){.footer{padding:2rem 0 1rem;margin-top:2rem}.footer-container{padding:0 1rem}.footer-top{margin-bottom:1.5rem}.footer-links{flex-direction:column;align-items:center}.footer-link{margin:0 0 1rem;text-align:center}}@media (min-width: 768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:center}.social-links{margin-bottom:0}.footer-links{justify-content:flex-end}.footer-link{margin:0 0 0 2rem}}.collection-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid rgba(184,162,131,.2)}.collection-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #b8a28326}.collection-image-container{height:0;padding-bottom:90%;position:relative;background-color:#f9f8f6;overflow:hidden}.collection-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease}.collection-card:hover .collection-image{transform:scale(1.05)}.collection-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#b8a283;font-style:italic;font-size:.8rem;text-align:center;padding:0 .5rem;background:linear-gradient(135deg,#f9f6f0,#efe9db)}.collection-info{padding:1rem 1rem 5rem;flex:0 0 auto;display:flex;flex-direction:column;background-color:#fff;height:150px;position:relative}.collection-title{font-family:Playfair Display,serif;font-size:1rem!important;font-weight:600;margin-bottom:2.5rem;color:#333;letter-spacing:1px;text-align:center;text-transform:uppercase;padding-top:.5rem}.collection-shop-now{position:absolute;bottom:.8rem;left:50%;transform:translate(-50%);padding:.5rem 1.5rem;background-color:#b8a283;color:#fff;border:none;border-radius:4px;font-family:Playfair Display,serif;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;width:75%;max-width:160px;text-decoration:none;display:inline-block;text-align:center}.collection-shop-now:hover{background-color:#a08b6e;box-shadow:0 4px 8px #00000026}@media (max-width: 576px){.collection-image-container{height:350px}.collection-info{padding:1.2rem 1.2rem 5rem;height:150px}.collection-title{font-size:1.1rem!important;margin-bottom:2.8rem}.collection-shop-now{padding:.6rem 1.5rem;font-size:.9rem;bottom:.8rem;width:80%;max-width:180px}}.collection-grid-container{padding:3rem 0;width:100%}.collection-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;max-width:1300px;margin:0 auto;padding:0 1rem;justify-content:center}.collection-grid:has(:nth-child(5):last-child){grid-template-columns:repeat(5,1fr)}.collection-grid-5-items{grid-template-columns:repeat(5,1fr)}@media screen and (max-width: 992px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.collection-grid:has(:nth-child(5):last-child),.collection-grid-5-items{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-grid:has(:nth-child(5):last-child),.collection-grid-5-items{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 576px){.collection-grid,.collection-grid:has(:nth-child(5):last-child),.collection-grid-5-items{grid-template-columns:1fr;gap:1.5rem}.collection-grid-container{padding:2rem 0}}.testimonial-container{max-width:1000px;margin:0 auto;padding:1rem}.testimonial-content{display:flex;align-items:center;justify-content:center;position:relative}.testimonial-slide{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 10px 25px #0000000d;text-align:center;position:relative;width:80%;min-height:250px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(184,162,131,.2)}.testimonial-text{font-family:Playfair Display,serif;font-size:1.2rem;line-height:1.6;color:#333;font-style:italic;margin-bottom:2rem;position:relative;z-index:1}.quote-marks{font-family:Playfair Display,serif;font-size:8rem;color:#f9f6f0;position:absolute;top:-2rem;left:50%;transform:translate(-50%);z-index:0;opacity:.8;line-height:1}.testimonial-author{margin-top:auto}.author-name{font-family:Playfair Display,serif;font-weight:600;font-size:1.1rem;color:#b8a283;margin-bottom:.2rem;letter-spacing:1px;text-transform:uppercase}.author-city{font-family:Arial,sans-serif;font-size:.9rem;color:#888;font-style:italic}.testimonial-arrow{background-color:#fff;border:1px solid #b8a283;color:#b8a283;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.testimonial-arrow:hover{background-color:#b8a283;color:#fff}.left-arrow{margin-right:1rem}.right-arrow{margin-left:1rem}.testimonial-dots{display:flex;justify-content:center;margin-top:1.5rem}.dot{height:10px;width:10px;margin:0 5px;background-color:#ddd;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#b8a283}@media (max-width: 768px){.testimonial-slide{padding:2rem;width:90%;min-height:280px}.testimonial-text{font-size:1rem}.quote-marks{font-size:6rem;top:-1.5rem}.testimonial-arrow{width:36px;height:36px;font-size:1rem}}@media (max-width: 576px){.testimonial-content{flex-direction:column}.testimonial-slide{width:100%;min-height:300px;margin-bottom:1rem}.left-arrow,.right-arrow{margin:.5rem;position:relative;top:unset;transform:none}.testimonial-arrows{display:flex;justify-content:center;margin-top:.5rem}.quote-marks{font-size:5rem;top:-1rem}.testimonial-arrow{position:static;transform:none;margin:.5rem}}.testimonial-section{text-align:center;padding:3rem 1rem 2rem;margin-top:2rem}.home-page{width:100%}.hero-section{text-align:center;padding:.75rem 1rem .25rem;margin-bottom:.25rem}.page-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:600;color:#333;letter-spacing:2px;text-transform:uppercase}@media (max-width: 768px){.hero-section{padding:2rem 1rem .5rem}.collection-title{font-size:1.8rem}.collection-subtitle{font-size:1rem}}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid rgba(184,162,131,.2);position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #b8a28326}.product-link{text-decoration:none;color:inherit;display:block}.product-image-container{position:relative;width:100%;padding-top:125%;overflow:hidden;background-color:#f9f8f6}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#b8a283;font-style:italic;font-size:.9rem;text-align:center;padding:0 .5rem;background:linear-gradient(135deg,#f9f6f0,#efe9db)}.product-info{padding:1.25rem 1.25rem 3.5rem;background-color:#fff;text-align:center}.product-title{display:block;margin:0;padding:0;font-size:1rem!important;font-weight:800!important;font-family:Arial,sans-serif!important;color:#777!important;letter-spacing:0!important;text-transform:none!important;line-height:1.2!important;max-height:2.4em;overflow:hidden;text-overflow:ellipsis;margin-bottom:.4rem!important}.product-price-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.product-price{font-family:Arial,sans-serif;color:#b8a283;font-weight:600;font-size:1.2rem}.product-original-price{font-family:Arial,sans-serif;color:#999;font-weight:400;font-size:1rem;text-decoration:line-through}.product-discount{font-family:Arial,sans-serif;color:#e05151;font-weight:600;font-size:.9rem;background-color:#e051511a;padding:.1rem .4rem;border-radius:3px}.product-cta-button{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);padding:.5rem 1.5rem;background-color:#b8a283;color:#fff;border:none;border-radius:4px;font-family:Playfair Display,serif;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;width:75%;max-width:160px;text-decoration:none;text-align:center;display:block}.product-cta-button:hover{background-color:#a08b6e;box-shadow:0 4px 8px #00000026}@media (max-width: 768px){.product-title{font-size:.75rem}.product-price{font-size:1.1rem}.product-original-price{font-size:.9rem}.product-discount{font-size:.8rem}.product-info{padding:1rem 1rem 3.5rem}}@media (max-width: 480px){.product-title{font-size:.7rem}.product-info{padding:.75rem .75rem 3.5rem}}.collection-detail-page{max-width:1300px;margin:0 auto;padding:0 1.5rem}.collection-header{text-align:center;padding:2rem 0;margin-bottom:2rem}.collection-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;color:#333;letter-spacing:2px;text-transform:uppercase;position:relative;display:inline-block}.collection-title:after{content:"";position:absolute;bottom:-.8rem;left:50%;transform:translate(-50%);width:60px;height:2px;background-color:#b8a283}.products-container{width:100%}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1300px;margin:0 auto}.products-grid>*{min-height:450px;display:flex;flex-direction:column}.products-grid img{max-height:100%;object-fit:contain;width:100%}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(calc(100% / 6),1fr))}}.products-grid.products-4{grid-template-columns:repeat(4,1fr)}.products-grid.products-3{grid-template-columns:repeat(3,1fr)}.products-grid.products-2{grid-template-columns:repeat(2,1fr)}.no-products{text-align:center;font-family:Arial,sans-serif;font-size:1rem;color:#888;padding:3rem 0}.loading{text-align:center;padding:3rem 0;font-family:Arial,sans-serif;font-size:1rem;color:#888}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.collection-title{font-size:2.2rem}.products-grid.products-2,.products-grid.products-3,.products-grid.products-4,.products-grid.products-5{grid-template-columns:repeat(2,1fr)}.products-grid>*{min-height:400px}}@media (max-width: 640px){.collection-detail-page{padding:0 1rem}.collection-header{padding:1.5rem 0;margin-bottom:1.5rem}.collection-title{font-size:1.8rem}.products-grid,.products-grid.products-2,.products-grid.products-3,.products-grid.products-4,.products-grid.products-5{grid-template-columns:1fr;gap:1.5rem}.products-grid>*{min-height:350px}}.product-detail-page{max-width:1300px;margin:0 auto;padding:3rem 1.5rem}.mobile-pricing-cta{display:none;position:sticky;top:0;left:0;right:0;z-index:100;background-color:#fff;padding:.75rem;box-shadow:0 2px 10px #0000001a;margin-bottom:1rem}.mobile-product-title-row{margin-bottom:.5rem}.mobile-price-row{margin-bottom:.75rem}.mobile-size-selection{display:flex;justify-content:flex-start;margin-bottom:.75rem}.mobile-size-options{margin-bottom:0!important}.mobile-actions{display:flex;gap:.5rem}.product-detail-container{display:grid;grid-template-columns:300px 1fr 250px;gap:2rem;margin-bottom:4rem}.hidden-mobile{display:initial}.desktop-only-content{display:block}.product-images-section{flex:1;max-width:300px}.main-product-image{width:100%;height:100%;display:block;object-fit:cover;background-color:#f9f8f6}.main-image-container{width:100%;position:relative;overflow:hidden;margin-bottom:1.5rem;border-radius:8px;background-color:#f9f8f6;box-shadow:0 4px 16px #0000000d;aspect-ratio:2/3}.swipeable-container{touch-action:pan-y;-webkit-user-select:none;user-select:none}.swipe-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#00000080;color:#fff;padding:8px 12px;border-radius:20px;font-size:.8rem;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:5}.swipe-indicator-text{display:flex;align-items:center}.swipe-indicator-text:before,.swipe-indicator-text:after{content:"";display:inline-block;width:15px;height:1px;background-color:#fff;margin:0 5px}.swipeable-container:hover .swipe-indicator{opacity:.7}.image-carousel-controls{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.carousel-control{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#ffffffb3;border:none;border-radius:50%;font-size:1.5rem;color:#333;cursor:pointer;transition:all .2s ease;z-index:10}.carousel-control:hover{background-color:#ffffffe6;transform:scale(1.1)}.prev-control{margin-right:auto}.next-control{margin-left:auto}.carousel-indicators{display:flex;justify-content:center;gap:.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .2s ease}.carousel-dot:hover{background-color:#fffc}.carousel-dot.active{background-color:#fff;transform:scale(1.2)}.product-info-section{display:flex;flex-direction:column;flex:1;max-width:500px;padding:1.5rem}.product-main-info{margin-bottom:2rem}.recommendations-section{padding-top:0;border-top:none;margin-top:0;width:100%;display:flex;flex-direction:column;align-items:center}.recommendations-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem;letter-spacing:1px;text-align:center;width:100%}.recommendations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.recommendation-card{overflow:hidden;border-radius:4px;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.recommendation-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.recommendation-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.recommendation-image-container{width:100%;padding-top:100%;position:relative;overflow:hidden;background-color:#f9f8f6}.recommendation-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.recommendation-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#b8a283;font-style:italic;font-size:.8rem;text-align:center;padding:0 .5rem;background:linear-gradient(135deg,#f9f6f0,#efe9db)}.recommendation-title{padding:.6rem .5rem;font-family:Playfair Display,serif;font-size:.75rem;color:#555;text-align:center;font-weight:400;line-height:1.3;min-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}.product-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1.5rem;letter-spacing:1px;line-height:1.3}.product-price-section{margin-bottom:2rem}.product-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.product-current-price{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#b8a283}.product-original-price{font-family:Arial,sans-serif;font-size:1.1rem;color:#888;text-decoration:line-through}.product-discount-tag{background-color:#e051511a;color:#e05151;font-family:Arial,sans-serif;font-size:.85rem;font-weight:600;padding:.2rem .5rem;border-radius:3px;animation:pulsate 2s ease-in-out infinite;position:relative;display:inline-block}@keyframes pulsate{0%{transform:scale(1);box-shadow:0 0 #e0515166}50%{transform:scale(1.05);box-shadow:0 0 0 4px #e0515100}to{transform:scale(1);box-shadow:0 0 #e0515100}}.tax-info{font-family:Arial,sans-serif;font-size:.85rem;color:#888;font-style:italic}.similar-products-section{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(184,162,131,.2)}.loading,.error{display:flex;justify-content:center;align-items:center;min-height:300px;font-family:Arial,sans-serif;color:#666}.error{color:#e05151}.product-details-section{margin-top:2rem;border-top:1px solid rgba(184,162,131,.2);padding-top:1.5rem}.product-detail-item{display:flex;margin-bottom:.75rem;align-items:baseline}.detail-label{font-family:Playfair Display,serif;font-size:.95rem;font-weight:600;color:#333;min-width:120px}.detail-value{font-family:Arial,sans-serif;font-size:.95rem;color:#666}.product-actions{margin-top:2rem;display:flex;gap:1rem}.add-to-cart-btn,.buy-now-btn{padding:1rem 2rem;border-radius:4px;font-family:Playfair Display,serif;font-size:1rem;letter-spacing:1px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease;flex:1;border:none}.add-to-cart-btn{background-color:transparent;color:#b8a283;border:2px solid #b8a283}.add-to-cart-btn:hover{background-color:#b8a2831a}.buy-now-btn{background-color:#b8a283;color:#fff}.buy-now-btn:hover{background-color:#a08b6e}.size-selection-container{margin-top:2rem}.selection-title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}.size-options{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.size-option{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background-color:transparent;font-family:Arial,sans-serif;font-size:.9rem;cursor:pointer;transition:all .2s ease;padding:0 .8rem;border-radius:2px}.size-option:hover{border-color:#b8a283}.size-option.selected{border-color:#b8a283;background-color:#b8a283;color:#fff}.img-magnifier-container{position:relative;overflow:visible!important}.img-magnifier-glass{position:absolute;border:3px solid #b8a283;border-radius:50%;cursor:none;width:150px;height:150px;display:none;z-index:1000;box-shadow:0 5px 15px #0000001a;pointer-events:none}.main-image-container .main-product-image{cursor:crosshair}@media (max-width: 1024px){.product-detail-container{grid-template-columns:250px 1fr 200px;gap:1.5rem}.recommendations-grid{grid-template-columns:repeat(2,1fr)}.carousel-control{width:25px;height:25px;font-size:1.2rem}}@media (max-width: 768px){.product-detail-page{padding:0}.mobile-pricing-cta{display:block}.hidden-mobile{display:none!important}.product-detail-container{grid-template-columns:1fr;margin-top:.5rem}.product-info-section,.recommendations-section{grid-column:1}.product-info-section{padding:1rem}.recommendations-section{margin-top:1.5rem;padding-top:1.2rem}.recommendations-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.recommendations-title{font-size:1.1rem;margin-bottom:.8rem}.recommendation-title{font-size:.7rem;padding:.5rem;min-height:2.6em}.mobile-pricing-cta .product-title{font-size:1.2rem;margin-bottom:.5rem;line-height:1.2}.mobile-pricing-cta .product-current-price{font-size:1.2rem}.mobile-pricing-cta .product-original-price{font-size:.9rem}.mobile-pricing-cta .product-discount-tag{font-size:.75rem;padding:.15rem .4rem}.mobile-pricing-cta .tax-info{font-size:.75rem;margin-top:0;margin-bottom:.5rem}.mobile-pricing-cta .size-option{min-width:35px;height:35px;padding:0 .6rem;font-size:.8rem}.mobile-pricing-cta .product-actions,.mobile-actions{gap:.5rem}.mobile-pricing-cta .add-to-cart-btn,.mobile-pricing-cta .buy-now-btn{padding:.6rem 1rem;font-size:.85rem}.product-details-section{margin-top:1.5rem;padding-top:1.2rem}.detail-label{font-size:.9rem;min-width:110px}.detail-value{font-size:.9rem}.carousel-control{width:24px;height:24px;font-size:1.2rem}.carousel-dot{width:6px;height:6px}.image-carousel-controls{padding:.5rem}.img-magnifier-glass{display:none!important}.main-image-container .main-product-image{cursor:default}.product-images-section{max-width:100%;width:100%;margin:0 auto}.swipe-indicator{opacity:.8;animation:fadeOut 3s forwards}@keyframes fadeOut{0%{opacity:.8}70%{opacity:.8}to{opacity:0}}}@media (max-width: 480px){.recommendations-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.recommendations-title{font-size:1rem}.recommendation-title{font-size:.65rem;padding:.4rem;min-height:2.4em}.mobile-pricing-cta{padding:.65rem}.mobile-pricing-cta .product-title{font-size:1.1rem}.product-price-row{gap:.5rem}.product-details-section{margin-top:1.2rem;padding-top:1rem}.product-detail-item{margin-bottom:.5rem}.detail-label{font-size:.85rem;min-width:100px}.detail-value{font-size:.85rem}.product-info-section{padding:.75rem}.mobile-actions{flex-direction:row;gap:.5rem}.mobile-pricing-cta .add-to-cart-btn,.mobile-pricing-cta .buy-now-btn{padding:.6rem .8rem;font-size:.8rem}.carousel-control{width:20px;height:20px;font-size:1rem}.carousel-indicators{gap:.3rem}.carousel-dot{width:5px;height:5px}.image-carousel-controls{padding:.4rem}.swipe-indicator{font-size:.7rem;padding:6px 10px}}.cart-page{max-width:800px;margin:0 auto;padding:1.5rem 1rem}.cart-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.cart-title{font-family:Playfair Display,serif;font-size:1.5rem;color:#333;text-align:center;margin-bottom:1.2rem}.empty-cart-message{text-align:center;padding:2rem 0}.empty-cart-message p{color:#666;margin-bottom:1.2rem}.continue-shopping-btn{background-color:#b8a283;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer}.proceed-to-buy-container{margin-bottom:1.5rem;text-align:center}.proceed-to-buy-btn{background-color:#b8a283;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-family:Playfair Display,serif;font-size:1rem;font-weight:500;cursor:pointer;width:100%;max-width:350px}.proceed-to-buy-btn:hover{background-color:#a08b6e}.cart-items{margin-bottom:1.5rem}.cart-item{display:flex;padding:.8rem 0;border-bottom:1px solid #f0f0f0;position:relative}.item-image{width:65px;height:65px;border-radius:4px;overflow:hidden;margin-right:1.2rem;flex-shrink:0;background-color:#f9f9f9;position:relative}.item-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;max-width:100%;max-height:100%}.item-details{flex:1;display:flex;flex-direction:column;justify-content:center}.item-title{font-family:Playfair Display,serif;font-size:1rem;color:#333;margin:0 0 .2rem;padding-right:25px}.item-size{font-size:.85rem;color:#666;margin:0 0 .2rem}.item-price{font-size:1rem;color:#b8a283;font-weight:500;margin:0 0 .4rem}.quantity-selector{display:flex;align-items:center}.quantity-btn{width:24px;height:24px;border:1px solid #ddd;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;cursor:pointer}.quantity{width:30px;text-align:center;font-size:.9rem}.remove-item-btn{position:absolute;top:.8rem;right:0;background:none;border:none;color:#999;font-size:1.3rem;cursor:pointer;width:22px;height:22px;display:flex;align-items:center;justify-content:center;padding:0}.remove-item-btn:hover{color:#e05151}.order-summary{border-top:1px solid #f0f0f0;padding-top:1.2rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:.95rem}.free-delivery{color:#4caf50;font-weight:500}.summary-divider{border-top:1px dashed #ddd;margin-bottom:1.2rem}.summary-row.total{font-weight:600;font-size:1.1rem;margin-bottom:.4rem}.tax-note{font-size:.75rem;color:#888;text-align:right;font-style:italic;margin:0}@media (max-width: 768px){.cart-page{padding:1rem .75rem}.cart-container{padding:1.2rem .9rem}.cart-title{font-size:1.4rem;margin-bottom:1rem}.proceed-to-buy-btn{padding:.7rem 1.2rem;font-size:.95rem}}@media (max-width: 480px){.cart-container{padding:1rem .7rem;border-radius:4px}.cart-title{font-size:1.2rem;margin-bottom:.9rem}.item-image{width:55px;height:55px;margin-right:.8rem}.item-title,.item-price{font-size:.95rem}.quantity-btn{width:22px;height:22px}.summary-row.total{font-size:1.05rem}}.checkout-page{max-width:1300px;margin:0 auto;padding:3rem 1.5rem}.checkout-title{font-family:Playfair Display,serif;font-size:2rem;color:#333;text-align:center;margin-bottom:2rem;letter-spacing:1px}.checkout-container{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-form-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:2rem}.section-title{font-family:Playfair Display,serif;font-size:1.3rem;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(184,162,131,.2)}.checkout-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.form-group label{font-family:Arial,sans-serif;font-size:.95rem;color:#555;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:Arial,sans-serif;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#b8a283}.form-group input.error,.form-group textarea.error{border-color:#e05151;background-color:#e051510d}.error-message{color:#e05151;font-size:.85rem;margin-top:.3rem}.payment-button{background-color:#b8a283;color:#fff;border:none;border-radius:4px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;padding:1rem 2rem;cursor:pointer;transition:background-color .3s ease;margin-top:1rem;letter-spacing:1px}.payment-button:hover{background-color:#a08b6e}.payment-button:disabled{background-color:#d9d9d9;cursor:not-allowed}.order-summary-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:2rem}.cart-items-summary{margin-bottom:2rem;max-height:400px;overflow-y:auto}.summary-item{display:flex;padding:1rem 0;border-bottom:1px solid #f0f0f0}.summary-item:last-child{border-bottom:none}.item-image{width:70px;height:70px;border-radius:4px;overflow:hidden;margin-right:1rem}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-details h3{font-family:Playfair Display,serif;font-size:.95rem;color:#333;margin:0 0 .3rem}.item-size,.item-quantity{font-family:Arial,sans-serif;font-size:.85rem;color:#666;margin:0 0 .2rem}.item-price{font-family:Arial,sans-serif;font-size:.95rem;color:#b8a283;font-weight:600;margin:.2rem 0 0}.price-summary{border-top:1px solid #f0f0f0;padding-top:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-family:Arial,sans-serif;font-size:.95rem;color:#333}.summary-row.total{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;margin-top:1rem;border-top:1px dashed #ddd;padding-top:1rem}.checkout-empty{max-width:600px;margin:5rem auto;text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d}.checkout-empty h2{font-family:Playfair Display,serif;font-size:1.8rem;color:#333;margin-bottom:1rem}.checkout-empty p{font-family:Arial,sans-serif;font-size:1rem;color:#666;margin-bottom:2rem}.continue-shopping-btn{background-color:#b8a283;color:#fff;border:none;border-radius:4px;font-family:Playfair Display,serif;font-size:1rem;padding:.8rem 2rem;cursor:pointer;transition:background-color .3s ease}.continue-shopping-btn:hover{background-color:#a08b6e}.required{color:#e05151;margin-left:2px}@media (max-width: 992px){.checkout-container{grid-template-columns:1fr}.checkout-title{font-size:1.8rem;margin-bottom:1.5rem}}@media (max-width: 768px){.checkout-page{padding:2rem 1rem}.checkout-form-section,.order-summary-section{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1.25rem}.checkout-title{font-size:1.5rem}.section-title{font-size:1.2rem}.payment-button{padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.checkout-page{padding:1.5rem .75rem}.checkout-form-section,.order-summary-section{padding:1.2rem}.checkout-title{font-size:1.3rem}.section-title{font-size:1.1rem;margin-bottom:1.2rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.7rem}}.order-success-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem;background-color:#f8f9fa}.order-success-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:3rem;text-align:center;max-width:600px;width:100%}.success-icon{font-size:4rem;color:#28a745;margin-bottom:1.5rem}.success-title{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#333}.success-message{font-size:1.5rem;margin-bottom:1.5rem;color:#555}.follow-up-message,.alternative-contact{font-size:1.1rem;margin-bottom:1rem;color:#666;line-height:1.5}.chat-button{background-color:#25d366;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;margin-top:1.5rem;cursor:pointer;transition:background-color .2s}.chat-button:hover{background-color:#128c7e}.redirect-message{margin-top:2rem;font-size:.9rem;color:#888;font-style:italic}@media (max-width: 768px){.order-success-content{padding:2rem}.success-title{font-size:1.75rem}.success-message{font-size:1.25rem}}@media (max-width: 480px){.order-success-content{padding:1.5rem}.success-icon{font-size:3rem}.success-title{font-size:1.5rem}.success-message{font-size:1.1rem}}.privacy-policy-container{max-width:1200px;margin:0 auto;padding:40px 20px}.privacy-policy-content{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000000d}.privacy-policy-content h1{font-size:2.5rem;margin-bottom:10px;color:#333}.privacy-policy-content h2{font-size:1.2rem;color:#666;font-weight:400;margin-bottom:30px}.privacy-policy-content h3{font-size:1.5rem;margin-top:30px;margin-bottom:15px;color:#333}.privacy-policy-content p,.privacy-policy-content li{font-size:1rem;line-height:1.6;color:#444;margin-bottom:15px}.privacy-policy-content ul{padding-left:20px;margin-bottom:20px}.privacy-policy-content a{color:#06c;text-decoration:none}.privacy-policy-content a:hover{text-decoration:underline}@media (max-width: 768px){.privacy-policy-container{padding:20px 15px}.privacy-policy-content{padding:20px}.privacy-policy-content h1{font-size:2rem}.privacy-policy-content h3{font-size:1.3rem}}.returns-policy-container{max-width:1200px;margin:0 auto;padding:40px 20px}.returns-policy-content{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000000d}.returns-policy-content h1{font-size:2.5rem;margin-bottom:10px;color:#333}.returns-policy-content h2{font-size:1.2rem;color:#666;font-weight:400;margin-bottom:30px}.returns-policy-content h3{font-size:1.5rem;margin-top:30px;margin-bottom:15px;color:#333}.returns-policy-content p,.returns-policy-content li{font-size:1rem;line-height:1.6;color:#444;margin-bottom:15px}.returns-policy-content ul{padding-left:20px;margin-bottom:20px}.returns-policy-content a{color:#06c;text-decoration:none}.returns-policy-content a:hover{text-decoration:underline}section{margin-bottom:30px}@media (max-width: 768px){.returns-policy-container{padding:20px 15px}.returns-policy-content{padding:20px}.returns-policy-content h1{font-size:2rem}.returns-policy-content h3{font-size:1.3rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;background-color:#f9f6f0;color:#333}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 1.5rem;max-width:1300px;margin:0 auto;width:100%}@media (max-width: 768px){.main-content{padding:1.5rem 1rem}}:root{font-family:Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}#root{width:100%}
