:root{--primary-orange:#f58a1f;--text-dark:#1a1a1a;--text-gray:#666;--bg-light:#fff;--bg-offwhite:#fafafa;--bg-blue:#cdeefe;--bg-yellow:#fbe6b8;--bg-pink:#fbd5c5;--font-family:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--text-dark);background-color:var(--bg-light);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--font-family);background:0 0;border:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn-black{color:#fff;background-color:#000;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 24px #00000040}.btn-black:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0000004d}.section-title{text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{text-align:center;color:var(--text-gray);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}html,body,#root{width:100%;max-width:100vw;overflow-x:hidden}.App{width:100%;max-width:100vw;position:relative;overflow-x:hidden}.navbar{background-color:#0000;justify-content:space-between;align-items:center;padding:1.5rem 5% 1.5rem 12%;display:flex}.logo{flex-direction:column;align-items:center;margin-top:6px;display:flex}.logo-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;line-height:1}.logo-divider{background-color:var(--text-dark);width:40px;height:1px;margin:4px 0}.logo-est{letter-spacing:2px;text-transform:uppercase;font-size:.65rem;font-weight:500}.nav-links{gap:2rem;display:flex}.nav-links a{font-size:.95rem;font-weight:600;transition:color .2s}.nav-links a:hover{color:var(--primary-orange)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:var(--text-dark);justify-content:center;align-items:center;display:flex}.header-search-form{align-items:center;display:flex}.header-search-input{border:1px solid #ddd;border-radius:20px;outline:none;width:140px;padding:6px 15px;font-size:.9rem;transition:width .3s,border-color .3s}.header-search-input:focus{border-color:var(--primary-orange);width:180px}.cart-btn{background-color:var(--primary-orange);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;position:relative}.cart-btn:hover{transform:translateY(-2px)}.cart-badge{color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 5px #0003}.mobile-menu-btn{display:none}.nav-left-mobile{order:3;align-items:center;gap:1.5rem;display:flex}.logo{order:1}.desktop-only{order:2}.mobile-overlay{z-index:99;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.mobile-drawer{z-index:100;background:#fff;flex-direction:column;width:250px;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 10px #0000001a}.close-drawer-btn{align-self:flex-end;margin-bottom:2rem}.mobile-nav-links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-links a{color:var(--text-dark);font-size:1.25rem;font-weight:600}@media (width<=900px){.navbar{box-sizing:border-box;width:100%;padding:1rem!important}.desktop-only{display:none}.mobile-menu-btn{display:flex}.nav-left-mobile{order:2;gap:.5rem}.nav-actions{gap:.5rem}.logo{order:1}}.footer{background-color:#fafafa;padding:5rem 0 2rem;position:relative;overflow:visible}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:4rem;display:flex}.footer-col{flex:1;min-width:200px}.brand-col{flex:2}.footer-brand{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.footer-email,.footer-phone,.footer-address{color:var(--text-gray);margin-bottom:1rem;font-size:.95rem}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-icon{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bg-red{background-color:#e52d27}.bg-blue-dark{background-color:#3b5998}.bg-blue-light{background-color:#007bb5}.footer-col h3{text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-col ul{flex-direction:column;gap:1rem;display:flex}.footer-col ul a{color:var(--text-gray);font-size:.95rem;transition:color .2s}.footer-col ul a:hover{color:var(--primary-orange)}.footer-bottom{text-align:center;color:#999;border-top:1px solid #eaeaea;padding-top:2rem;font-size:.85rem}.footer-hero-img-wrapper{pointer-events:none;z-index:10;width:800px;position:absolute;bottom:0;right:0}.footer-hero-img{width:100%;height:auto;display:block}@media (width<=768px){.footer-hero-img-wrapper{width:100%;margin-top:2rem;position:static}}.hero{justify-content:space-between;align-items:center;width:100%;min-height:100vh;padding:4rem 0% 4rem 12%;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background-image:repeating-radial-gradient(circle at 0 0,#0000 0 40px,#00000008 41px,#0000 42px);width:600px;height:600px;position:absolute;top:-10%;left:-5%}.hero-content{z-index:10;flex:1;max-width:500px;position:relative}.hero-title{color:var(--primary-orange);letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:900;line-height:1.1}.text-orange{color:var(--primary-orange)}.hero-desc{color:var(--text-dark);margin-bottom:2.5rem;font-size:1rem;font-weight:500;line-height:1.6}.hero-image-wrapper{flex:1.6;justify-content:flex-end;align-items:center;display:flex;position:relative}.hero-img{object-fit:contain;mix-blend-mode:multiply;width:120%;max-width:none;height:auto;transform:translate(-5%,-5%)}@media (width<=900px){.hero:before{display:none}.hero{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:flex-start;width:100%;padding:1rem 1rem 4rem!important}.hero-content{z-index:10;box-sizing:border-box;width:100%;max-width:100%;margin-top:8rem;margin-bottom:0;padding:0 1rem;position:relative}.hero-title{margin-bottom:1rem;font-size:2.8rem;line-height:1.1}.hero-desc{font-size:1.1rem}.hero-image-wrapper{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.hero-img{object-fit:cover;object-position:right center;opacity:.2;mix-blend-mode:multiply;width:100%;height:100%;transform:scale(1.2)}}.when-to-use{text-align:center;padding:6rem 2rem}.cards-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.use-card{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:box-shadow .3s;display:flex}.use-card:hover{box-shadow:0 10px 30px #0000000d}.icon-wrapper{color:var(--text-dark);margin-bottom:1.5rem}.use-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.use-card p{color:var(--text-gray);font-size:.95rem;line-height:1.5}.order-btn-wrapper{justify-content:center;display:flex}@media (width<=900px){.when-to-use{padding:2rem 1rem}.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.cards-grid{grid-template-columns:1fr}}.best-selling{padding:6rem 2rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.product-card{text-align:center}.product-img-wrapper{aspect-ratio:1;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:0;display:flex;overflow:hidden;box-shadow:0 10px 20px #0000000d}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-img{transform:scale(1.05)}.product-title{text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.product-desc{color:var(--text-gray);font-size:.95rem;line-height:1.5}.bg-blue{background-color:var(--bg-blue)}.bg-yellow{background-color:var(--bg-yellow)}.bg-pink{background-color:var(--bg-pink)}.view-more-wrapper{justify-content:center;display:flex}@media (width<=900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.product-grid{grid-template-columns:1fr}}.stats-card{background-color:#000;border-radius:16px;justify-content:space-between;align-items:center;margin-top:-2rem;margin-bottom:6rem;padding:3rem 4rem;display:flex;box-shadow:0 20px 40px #0003}.stats-content{flex:1;padding-right:4rem}.stats-content .section-title{text-align:left}.stats-content .section-subtitle{color:#ccc;text-align:left;margin:0 0 1.5rem}.stats-desc{color:#eee;margin-bottom:2rem;line-height:1.6}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem 4rem;display:grid}.stat-item{color:#fff}.stat-value{margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.stat-value:after{content:"";background-color:var(--primary-orange);width:100%;height:2px;position:absolute;bottom:-4px;left:0}.stat-label{color:#999;margin-top:.5rem;font-size:.9rem}@media (width<=900px){.stats-card{flex-direction:column;gap:3rem;padding:2.5rem 1.5rem}.stats-content{text-align:center;padding-right:0}.stats-content .section-title,.stats-content .section-subtitle{text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem;width:100%}.stat-item{text-align:center}}.testimonials{padding:4rem 2rem}.test-wrapper{background-color:#fff9f2;border-radius:24px;padding:4rem;position:relative}.test-cards-container{gap:3rem;display:flex}.test-card{background-color:#fff;border-radius:16px;flex:1;align-items:flex-start;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 10px 30px #00000008}.test-author{flex-direction:column;align-items:center;gap:1rem;min-width:120px;display:flex}.author-img{object-fit:cover;border-radius:16px;width:80px;height:80px}.author-name{text-transform:uppercase;text-align:center;font-size:.85rem;font-weight:700}.test-content{position:relative}.quote-mark{color:var(--primary-orange);font-family:serif;font-size:4rem;font-weight:900;line-height:.5}.test-content p{color:var(--text-dark);margin-top:.5rem;font-weight:500;line-height:1.6}.test-nav{gap:1rem;display:flex;position:absolute;bottom:2rem;right:4rem}.nav-arrow{color:#000;padding:.5rem;font-size:1.5rem}.nav-arrow.active{color:var(--primary-orange)}@media (width<=900px){.test-wrapper{padding:2rem 1rem}.test-cards-container{flex-direction:column;gap:2rem}.test-card{text-align:center;flex-direction:column;align-items:center;padding:1.5rem}.test-nav{bottom:.5rem;right:50%;transform:translate(50%)}}.contact-us{padding:4rem 2rem}.contact-wrapper{align-items:stretch;gap:4rem;display:flex}.contact-form{flex-direction:column;flex:1;gap:1.5rem;display:flex}.contact-form input,.contact-form textarea{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;width:100%;padding:1.25rem;font-family:inherit;font-size:.95rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary-orange);outline:none}.submit-btn{background-color:var(--primary-orange);color:#fff;border-radius:8px;padding:1.25rem;font-size:1rem;font-weight:700;transition:opacity .2s;box-shadow:0 10px 20px #f58a1f33}.submit-btn:hover{opacity:.9}.contact-image-wrapper{border-radius:12px;flex:1;position:relative;overflow:hidden}.contact-img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=900px){.contact-wrapper{flex-direction:column}.contact-image-wrapper{width:100%;min-height:350px}}.subscribe-card{color:#fff;background-color:#000;border-radius:16px;justify-content:space-between;align-items:center;margin:6rem 0;padding:4rem 5rem;display:flex}.sub-content{flex:1;max-width:400px}.sub-content h2{margin-bottom:1rem;font-size:2rem;font-weight:700}.sub-content p{color:#999;font-size:.95rem;line-height:1.6}.sub-form{flex:1;justify-content:flex-end;align-items:center;max-width:400px;display:flex;position:relative}.sub-form input{color:#fff;background:0 0;border:none;border-bottom:1px solid #333;width:100%;padding:1rem 0;font-family:inherit;font-size:.95rem}.sub-form input:focus{border-bottom-color:var(--primary-orange);outline:none}.sub-btn{background-color:var(--primary-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;right:0}@media (width<=900px){.subscribe-card{flex-direction:column;gap:3rem;padding:3rem 2rem}.sub-form{justify-content:flex-start;width:100%}}.faq{max-width:800px;margin:0 auto;padding:4rem 2rem 6rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{cursor:pointer;background-color:#fff;border:1px solid #eaeaea;border-radius:8px;padding:1.5rem;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 4px 12px #00000005}.faq-item.active{border-color:#fbd5c5}.faq-question{justify-content:space-between;align-items:center;display:flex}.faq-question h3{font-size:1rem;font-weight:700}.faq-icon{color:var(--text-gray);font-family:monospace;font-weight:900}.faq-item.active .faq-icon{color:var(--primary-orange)}.faq-answer{color:var(--text-gray);margin-top:1rem;font-size:.95rem;line-height:1.6}.shop-template-page{background-color:#fcfcfc;width:100%;min-height:100vh;padding-bottom:5rem}.shop-banner-container{background-color:#fdf5ef;width:100%;height:140px;margin-bottom:60px;position:relative}.shop-banner-bg{opacity:.6;background-image:url(https://images.unsplash.com/photo-1509440159596-0249088772ff?w=1600&q=80);background-position:50%;background-size:cover;width:100%;height:100%}.search-pill-container{z-index:10;justify-content:center;width:100%;display:flex;position:absolute;top:100%;left:0;transform:translateY(-50%)}.search-pill{box-sizing:border-box;background:#fff;border-radius:50px;align-items:center;gap:20px;width:90%;max-width:900px;padding:10px 10px 10px 30px;display:flex;box-shadow:0 10px 30px #00000014}.search-field{box-sizing:border-box;flex:1;align-items:center;gap:15px;min-width:0;display:flex}.field-icon{color:#777;flex-shrink:0}.field-text{flex-direction:column;flex:1;min-width:0;display:flex}.field-label{color:#333;white-space:nowrap;margin-bottom:2px;font-size:.8rem;font-weight:700}.field-input{color:#666;background:0 0;border:none;outline:none;width:100%;min-width:0;padding:0;font-size:.9rem}.field-input::placeholder{color:#aaa}.search-divider{background-color:#eee;width:1px;height:40px}.search-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:40px;padding:15px 35px;font-size:1rem;font-weight:600;transition:background .2s}.search-btn:hover{background-color:#2563eb}.shop-main-layout{gap:2rem;max-width:1300px;margin:0 auto;padding:0 1.5rem;display:flex}.shop-sidebar{flex-direction:column;flex-shrink:0;gap:1.5rem;width:280px;display:flex}.filter-box{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000008}.filter-header{cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.filter-header h3{color:#111;margin:0;font-size:1rem;font-weight:700}.range-slider-container{width:100%;margin-bottom:1.5rem;padding:10px 0}.price-range-slider{-webkit-appearance:none;background:#e5e7eb;border-radius:2px;outline:none;width:100%;height:4px;position:relative}.price-range-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:2px solid #3b82f6;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0003}.price-range-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:2px solid #3b82f6;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0003}.price-inputs{gap:10px;margin-bottom:1.5rem;display:flex}.price-input-box{border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;flex:1;padding:8px 12px;display:flex}.price-input-box label{color:#6b7280;margin-bottom:2px;font-size:.7rem}.price-input-box input{color:#111;border:none;outline:none;width:100%;font-size:.9rem;font-weight:600}.filter-actions{justify-content:space-between;align-items:center;display:flex}.btn-clear{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600}.btn-apply{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:20px;padding:8px 20px;font-weight:600}.checkbox-list{flex-direction:column;gap:10px;display:flex}.checkbox-item{cursor:pointer;align-items:center;gap:10px;display:flex}.stars-row{gap:2px;display:flex}.shop-products-area{flex:1}.products-top-bar{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.results-count{color:#6b7280;font-size:.95rem}.sort-view-controls{align-items:center;gap:1.5rem;display:flex}.sort-dropdown-container{position:relative}.sort-dropdown{cursor:pointer;color:#374151;border-bottom:1px solid #0000;align-items:center;gap:5px;padding:5px 0;font-size:.95rem;font-weight:500;display:flex}.sort-dropdown:hover{border-bottom:1px solid #9ca3af}.sort-popup{z-index:50;background:#fff;border:1px solid #f3f4f6;border-radius:12px;flex-direction:column;gap:8px;min-width:200px;margin-top:10px;padding:1.5rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 30px #0000001a}.sort-group-label{color:#6b7280;margin-top:10px;margin-bottom:2px;font-size:.8rem}.sort-option{cursor:pointer;color:#111;align-items:center;gap:10px;font-size:.9rem;display:flex}.sort-option input[type=radio]{cursor:pointer;width:16px;height:16px}.view-icons{gap:8px;display:flex}.view-icon{color:#9ca3af;cursor:pointer}.view-icon.active{color:#3b82f6}.products-grid-new{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.tour-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000a}.tour-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.tour-card-img-link{display:block}.tour-card-img-wrapper{width:100%;height:200px;position:relative}.tour-card-img-wrapper img{object-fit:cover;width:100%;height:100%}.badge-featured{color:#fff;background-color:#ef4444;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:700;position:absolute;top:15px;left:15px}.btn-heart{color:#fff;cursor:pointer;opacity:.9;background:0 0;border:none;position:absolute;top:15px;right:15px}.btn-heart:hover{opacity:1;transform:scale(1.1)}.tour-avatar{cursor:pointer;background:#3b82f6;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;position:absolute;bottom:-20px;right:20px;overflow:hidden;box-shadow:0 2px 8px #00000026}.tour-avatar:hover{transform:scale(1.1)}.add-icon{object-fit:cover;width:100%;height:100%}.tour-card-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.tour-title{color:#111;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.tour-rating{align-items:center;gap:5px;margin-bottom:1.5rem;display:flex}.rating-score{color:#374151;font-size:.85rem;font-weight:700}.rating-count{color:#9ca3af;font-size:.85rem}.tour-card-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.tour-price{align-items:center;gap:4px;display:flex}.price-label{color:#9ca3af;font-size:.85rem}.price-value{color:#111;font-size:1.1rem;font-weight:800}.tour-duration{color:#6b7280;align-items:center;gap:5px;font-size:.85rem;display:flex}@media (width<=1024px){.search-pill{border-radius:20px;flex-wrap:wrap;padding:15px}.search-divider{display:none}.search-field{min-width:45%;margin-bottom:10px}.search-btn{width:100%;margin-top:10px}.shop-banner-container{height:120px;margin-bottom:150px}}@media (width<=768px){.shop-main-layout{flex-direction:column}.shop-sidebar{width:100%}.search-pill-container{top:80px;transform:none}.search-pill{flex-direction:column;align-items:stretch;width:90%;padding:20px}.search-field{width:100%;min-width:0;margin-bottom:15px}.shop-banner-container{margin-bottom:360px}}.product-details-page{min-height:100vh;padding:8rem 2rem 4rem}.product-not-found{text-align:center;padding:10rem 2rem}.product-layout{align-items:flex-start;gap:4rem;display:flex}.product-image-container{border-radius:16px;flex:1;overflow:hidden;box-shadow:0 10px 30px #0000000d}.product-main-image{object-fit:cover;width:100%;height:auto;display:block}.product-info-container{flex-direction:column;flex:1;display:flex}.product-category{color:var(--primary-orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.product-info-container .product-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.product-info-container .product-price{color:#000;margin-bottom:2rem;font-size:2rem;font-weight:700}.product-description{color:var(--text-gray);border-bottom:1px solid #eaeaea;margin-bottom:2.5rem;padding-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.quantity-selector{margin-bottom:2rem}.quantity-selector label{text-transform:uppercase;margin-bottom:.75rem;font-size:.9rem;font-weight:700;display:block}.qty-controls{border:1px solid #ccc;border-radius:8px;align-items:center;width:max-content;display:flex;overflow:hidden}.qty-btn{cursor:pointer;width:40px;height:40px;color:var(--text-dark);background:0 0;border:none;font-size:1.2rem}.qty-btn:hover{background:#f5f5f5}.qty-value{text-align:center;width:40px;font-weight:700}.product-actions{flex-direction:column;gap:1rem;display:flex}.add-to-cart-btn{color:#000;cursor:pointer;background:0 0;border:2px solid #000;border-radius:8px;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .2s}.add-to-cart-btn:hover{color:#fff;background:#000}.buy-now-btn{background:var(--primary-orange);border:2px solid var(--primary-orange);color:#fff;cursor:pointer;border-radius:8px;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:opacity .2s;box-shadow:0 10px 20px #f58a1f33}.buy-now-btn:hover{opacity:.9}@media (width<=900px){.product-layout{flex-direction:column;gap:2rem}}.cart-page{min-height:100vh;padding:8rem 2rem 4rem}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-cart h2{margin-bottom:1rem;font-size:2rem}.empty-cart p{color:var(--text-gray);margin-bottom:2rem}.cart-header{text-align:center;margin-bottom:3rem}.cart-content{align-items:flex-start;gap:4rem;display:flex}.cart-items{flex-direction:column;flex:2;gap:1.5rem;display:flex}.cart-item{border-bottom:1px solid #eaeaea;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.cart-item-img{object-fit:cover;border-radius:12px;width:100px;height:100px}.cart-item-details{flex:1}.cart-item-details h3{margin-bottom:.5rem;font-size:1.1rem}.cart-item-details h3 a{color:var(--text-dark);text-decoration:none}.cart-item-details h3 a:hover{color:var(--primary-orange)}.cart-item-price{color:var(--text-gray);font-weight:500}.cart-item-actions{align-items:center;gap:1.5rem;display:flex}.qty-controls.small{height:36px}.qty-controls.small button,.qty-controls.small span{width:36px;height:36px;font-size:1rem;line-height:36px}.remove-btn{color:#ff4d4f;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:flex}.remove-btn:hover{opacity:.7}.cart-item-total{text-align:right;width:80px;font-size:1.1rem;font-weight:700}.cart-summary{background:#f9f9f9;border-radius:16px;flex:1;padding:2rem;position:sticky;top:100px}.cart-summary h3{border-bottom:1px solid #eaeaea;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}.summary-row{color:var(--text-gray);justify-content:space-between;margin-bottom:1rem;display:flex}.summary-row.total{color:#000;border-top:1px solid #eaeaea;margin-top:1.5rem;padding-top:1.5rem;font-size:1.25rem;font-weight:800}.checkout-btn{width:100%;margin-top:2rem;padding:1.25rem;font-size:1.1rem}@media (width<=900px){.cart-content{flex-direction:column}.cart-item{flex-wrap:wrap}.cart-item-total{text-align:left;width:100%;margin-top:.5rem}}.checkout-page{min-height:100vh;padding:8rem 2rem 4rem}.checkout-page.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.checkout-page.empty h2{margin-bottom:2rem}.checkout-header{text-align:center;margin-bottom:3rem}.checkout-content{align-items:flex-start;gap:4rem;display:flex}.checkout-form{background:#fff;border-radius:16px;flex:2;padding:2.5rem;box-shadow:0 10px 30px #0000000a}.checkout-form h3{border-bottom:1px solid #eaeaea;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-weight:700;display:block}.form-group input,.form-group textarea{background:#fafafa;border:1px solid #ccc;border-radius:8px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-orange);background:#fff;outline:none}.place-order-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:opacity .2s;box-shadow:0 10px 20px #25d36633}.place-order-btn:hover{opacity:.9}.checkout-summary{background:#f9f9f9;border-radius:16px;flex:1;padding:2rem;position:sticky;top:100px}.checkout-summary h3{border-bottom:1px solid #eaeaea;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}.summary-items{margin-bottom:1.5rem}.summary-item{color:var(--text-dark);justify-content:space-between;margin-bottom:1rem;display:flex}.summary-total{color:#000;border-top:1px solid #eaeaea;justify-content:space-between;margin-bottom:1.5rem;padding-top:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.whatsapp-notice{color:var(--text-gray);text-align:center;font-size:.85rem;line-height:1.5}@media (width<=900px){.checkout-content{flex-direction:column}.checkout-form{padding:1.5rem}}.about-page{background-color:#fcfcfc;flex-direction:column;align-items:center;width:100%;min-height:80vh;padding:8rem 1.5rem 4rem;display:flex}.about-header{text-align:center;margin-bottom:4rem}.about-title{color:#3b271d;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700}.about-subtitle{color:#665248;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-style:italic}.about-card-container{width:100%;max-width:800px}.about-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:4rem;box-shadow:0 10px 40px #0000000d}.about-card-title{color:#3b271d;margin-bottom:2rem;font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:700}.about-paragraph{color:#555;margin-bottom:0;font-size:1.1rem;line-height:1.8}@media (width<=768px){.about-page{padding:6rem 1rem 3rem}.about-title{font-size:2.5rem}.about-card{padding:2rem}}.digital-menu-container{background-color:var(--bg-light);justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 60px;display:flex}.flipbook-wrapper{flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.digital-menu-title{color:var(--text-dark);text-align:center;margin-bottom:5px;font-family:Playfair Display,Georgia,serif;font-size:2.5rem}.digital-menu-subtitle{color:var(--text-light);text-align:center;margin-bottom:40px;font-size:.95rem}.book-container{border-radius:4px;justify-content:center;display:flex;position:relative;box-shadow:0 20px 50px #00000026}.menu-page{background-color:#fdfbf7;background-image:url(https://www.transparenttextures.com/patterns/cream-paper.png);border-right:1px solid #0000001a;box-shadow:inset 1px 0 10px #0000000d}.menu-page.--left{border-left:1px solid #0000001a;border-right:0;box-shadow:inset -1px 0 10px #0000000d}.page-content{flex-direction:column;height:100%;padding:25px 20px;display:flex}.page-header{text-align:center;margin-bottom:15px}.page-header h2{color:var(--primary-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-family:Playfair Display,Georgia,serif;font-size:1.6rem}.page-ornament{background-color:var(--text-dark);width:50px;height:2px;margin:0 auto}.page-items{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex-grow:1;gap:12px;display:flex;overflow-y:auto}.page-items::-webkit-scrollbar{display:none}.menu-item-row{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.item-details{flex-grow:1}.item-name{color:var(--text-dark);margin-bottom:4px;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:700}.item-desc{color:#666;font-size:.85rem;font-style:italic;line-height:1.4}.item-price{color:var(--text-dark);white-space:nowrap;font-size:1.05rem;font-weight:700}.page-footer{text-align:center;color:#999;margin-top:20px;font-size:.8rem}.cover-page{color:#fff;background-color:#2c2c2c;background-image:url(https://www.transparenttextures.com/patterns/dark-leather.png);padding:30px}.cover-content{border:2px solid #ffd70066;height:100%;padding:10px}.cover-border{text-align:center;border:1px solid #ffd70033;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.cover-title{color:gold;margin-bottom:5px;font-family:Playfair Display,Georgia,serif;font-size:2.2rem}.cover-divider{background-color:gold;width:60px;height:1px;margin:10px 0}.cover-est{letter-spacing:3px;color:#ffffffb3;margin-bottom:60px;font-size:.7rem}.cover-menu-text{letter-spacing:5px;margin-bottom:60px;font-size:3rem;font-weight:300}.cover-address{color:#fff9;font-size:.85rem;line-height:1.6}.back-thanks{color:gold;margin-bottom:10px;font-family:Playfair Display,Georgia,serif;font-size:2rem}.back-sub{color:#ffffffb3}@media (width<=768px){.digital-menu-container{align-items:flex-start;padding:20px 10px 40px}.digital-menu-title{margin-top:10px;font-size:1.8rem}.page-content{padding:12px 10px}.page-header h2{margin-bottom:4px;font-size:.7rem}.item-name{margin-bottom:1px;font-size:.55rem}.item-desc{font-size:.45rem;line-height:1.1}.item-price{font-size:.55rem}.page-items{gap:4px}.cover-page{padding:10px}.cover-content{padding:4px}.cover-border{padding:10px}.cover-title{margin-bottom:2px;font-size:.9rem}.cover-est{letter-spacing:1px;margin-bottom:15px;font-size:.45rem}.cover-menu-text{letter-spacing:2px;margin-bottom:15px;font-size:1.1rem}.cover-divider{margin:5px 0}.cover-address{font-size:.45rem;line-height:1.2}.back-thanks{margin-bottom:5px;font-size:1rem}.back-sub{font-size:.55rem}.page-footer{padding-bottom:8px;font-size:.45rem}}
