*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Lato",sans-serif;line-height:1.2;color:#333;background:#fdfaf6}.logo h1{font-weight:100}.logo a{text-decoration:none;color:#e6a8a1}.logo img{max-width:100%;height:50px}header{background-color:#edede9;color:#e6a8a1;padding:10px 20px}nav{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{margin:0;padding:0}.logo h1{margin:0;padding:0;font-size:24px}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:10px}.hamburger .line{width:25px;height:3px;background-color:#e6a8a1;margin:4px 0}.nav-links{display:flex;list-style:none;margin:0;padding:0}.nav-links li{margin-left:20px}.nav-links a{color:#e6a8a1;text-decoration:none;font-size:18px}.nav-links a:hover{color:#333}.close-menu{font-family:"Lato",sans-serif;font-size:20px;cursor:pointer;display:none;position:absolute;top:10px;right:10px;width:40px;height:40px;background-color:#fdfaf6;color:#e6a8a1;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 2px 5px rgb(0 0 0 / .2);z-index:1001}.close-menu:hover{background-color:#e6a8a1}.nav-links.active .close-menu{display:flex}@media (min-width:769px){.close-menu{display:none!important}}@media (max-width:768px){.hamburger{display:flex}.nav-links{display:none;flex-direction:column;background-color:#edede9;position:absolute;top:60px;right:0;width:100%;text-align:center;z-index:1000;padding:20px 0}.nav-links.active{display:flex}.nav-links li{margin:10px 0}.getintouch{display:none}}.getintouch .btn{background-color:#e6a8a1;color:#edede9;padding:10px 20px;text-decoration:none;border-radius:15px;font-size:16px}.getintouch .btn:hover{background-color:#333}#hero{position:relative;width:100vw;height:80vh;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.hero-content{color:#fff;max-width:1200px;width:100%;padding:0 20px;text-align:left;z-index:2}.hero-content h2{font-size:2em;margin:0;line-height:1.05;display:inline-block;text-shadow:3px 3px 8px #333}.hero-content h1{font-size:4em;font-weight:900;line-height:.6;margin:10px 0;color:#fdfaf6;text-shadow:3px 3px 8px #333}.hero-content p{font-size:1.5em;margin:10px 0;line-height:1.5;text-shadow:3px 3px 8px #333}.hero-content .btn{padding:10px 20px;font-size:1.2em;background-color:#e6a8a1;color:#fff;text-decoration:none;border-radius:15px;display:inline-block;margin-top:20px}.hero-content .btn:hover{background:#e6a8a1}#hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.dots{text-align:center;padding:10px;position:absolute;bottom:20px;width:100%;z-index:2}.dot{height:15px;width:15px;margin:0 5px;background-color:#fdfaf6;border-radius:50%;display:inline-block;transition:background-color 0.3s ease;cursor:pointer}.dot.active{background-color:#e6a8a1}@media (max-width:768px){.hero-content{max-width:90%}.hero-content h2{font-size:1.5em}.hero-content h1{font-size:2em}.hero-content p{font-size:1.2em}.hero-content .btn{font-size:1em;padding:8px 16px}#hero{height:50vh}}@media (max-width:480px){.hero-content{max-width:95%}.hero-content h2{font-size:1.2em}.hero-content h1{font-size:1.5em}.hero-content p{font-size:1em}.hero-content .btn{font-size:.9em;padding:6px 12px}#hero{height:40vh}}#quick-links{padding:60px 20px;background:#f8f9fa;text-align:center}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;max-width:1200px;margin:0 auto}.quick-link{padding:20px;border:1px solid #555;border-radius:10px;transition:transform 0.3s ease,box-shadow 0.3s ease}.quick-link a{text-decoration:none;color:#333}.quick-link:hover{transform:translateY(-10px);box-shadow:0 10px 20px rgb(0 0 0 / .1)}.quick-link i{font-size:2.5rem;color:#fdfaf6;margin-bottom:15px}.quick-link h3{font-size:1.5rem;margin-bottom:10px;color:#333}.quick-link p{font-size:1rem;color:#333}#about{background:linear-gradient(rgb(0 0 0 / .5),rgb(0 0 0 / .5)),url(img/aboutus.jpg) no-repeat center center/cover;height:100vh;display:flex;justify-content:flex-end;align-items:center;color:#e6a8a1;position:relative;padding:0 20px;margin-top:30px}.about-container{max-width:1200px;width:100%;margin:0 auto;display:flex;justify-content:flex-end}.about-content{background-color:rgb(237 237 233 / .8);padding:30px;max-width:600px;border-radius:10px;box-shadow:0 4px 8px rgb(0 0 0 / .2);text-align:left;color:#fff}.about-content h2{margin:0 0 15px 0;font-size:28px;color:#333}.about-content p{margin:0 0 20px 0;font-size:16px;color:#333;line-height:1.6}.about-content .btn{display:inline-block;background-color:#e6a8a1;color:#fff;padding:10px 20px;text-decoration:none;border-radius:25px;font-size:16px;transition:background-color 0.3s ease}.about-content .btn:hover{background-color:#333}@media (max-width:768px){#about{justify-content:center}.about-content{font-size:14px;max-width:100%;padding:20px}}.learn-more-btn{background-color:#fdfaf6;color:#fff;border:none;padding:15px 30px;font-size:18px;border-radius:15px;cursor:pointer;transition:background-color 0.3s ease}.learn-more-btn:hover{background-color:#e6a8a1}@media (max-width:768px){.learn-more-btn{font-size:16px;padding:12px 24px}}@media (max-width:480px){.learn-more-btn{font-size:14px;padding:10px 20px}}.services{display:flex;flex-wrap:wrap;justify-content:space-around;padding:20px;background-color:#f9f9f9}.service-item{text-align:center;width:22%;margin:10px;padding:20px;background-color:#e6a8a1;border-radius:10px;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.service-item i{font-size:40px;color:#fdfaf6;margin-bottom:15px}.service-item h3{font-size:20px;margin-bottom:10px}.red-line{width:50px;height:3px;background-color:#fdfaf6;margin:0 auto 15px}.service-item p{font-size:14px;color:#555}@media (max-width:768px){.service-item{width:45%}}@media (max-width:480px){.service-item{width:100%}}#menu{text-align:center;padding:20px}.meal-showcase{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center}.meal-showcase li{margin:0;padding:0;flex:1 1 calc(25% - 0px);max-width:calc(25% - 0px);box-sizing:border-box}.meal-photo img{width:100%;height:auto;display:block;cursor:pointer;transition:transform 0.3s ease}.meal-photo img:hover{transform:scale(1.05)}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgb(187 40 4 / .8);text-align:center}.modal-content{width:100hv;height:80vh;object-fit:cover;border-radius:0;margin:auto;display:block;position:relative;top:50%;transform:translateY(-50%)}.close{position:absolute;top:20px;right:35px;color:#000;font-size:40px;font-weight:700;transition:0.3s;cursor:pointer}.close:hover{color:#e6a8a1}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#000;border:none;border-radius:50%;width:50px;height:50px;cursor:pointer;font-size:20px;color:#fdfaf6;transition:background-color 0.3s ease;display:flex;align-items:center;justify-content:center}.nav-button:hover{background-color:#e6a8a1}.prev-button{left:20px}.next-button{right:20px}@media (max-width:768px){.meal-showcase li{flex:1 1 calc(50% - 0px);max-width:calc(50% - 0px)}.modal-content{width:90%;height:auto;max-width:500px;max-height:500px}}@media (max-width:480px){.meal-showcase li{flex:1 1 calc(100% - 0px);max-width:calc(100% - 0px)}.modal-content{width:90%;height:auto;max-width:500px;max-height:500px}}#partners-comm{background-image:url(img/sponsorsbg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 20px;position:relative;text-align:center;color:#fff}#partners-comm::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5)}.sponsors-overlay{position:relative;z-index:1}#partners-comm h2{font-size:32px;margin-bottom:20px;color:#fff}.sponsors-description{font-size:16px;color:#f0f0f0;max-width:800px;margin:0 auto 40px}.sponsors-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.sponsors-logos img{width:200px;height:200px;object-fit:contain;filter:brightness(0) invert(1);transition:transform 0.3s ease}.sponsors-logos img:hover{transform:scale(1.1)}@media (max-width:768px){.sponsors-logos img{width:150px;height:150px}}@media (max-width:480px){#partners-comm h2{font-size:28px}.sponsors-description{font-size:14px}.sponsors-logos{gap:20px}.sponsors-logos img{width:120px;height:120px}}footer{background-color:#e6a8a1;color:#fff;padding:40px 20px}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px}.footer-logo{flex:1;min-width:200px;text-align:left}.footer-logo h3{margin-bottom:15px;font-size:24px;text-align:left}.footer-logo img{max-width:100%;height:80px}.contact-info{text-align:left}.contact-info p{margin:5px 0;font-size:14px;text-align:left}.contact-info a{color:#fff;text-decoration:none;transition:color 0.3s ease}.contact-info a:hover{color:#333}.footer-links{display:flex;gap:40px;flex-wrap:wrap}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column a{color:#fff;text-decoration:none;font-size:14px;transition:color 0.3s ease}.footer-column a:hover{color:#333}.operating-hours{flex:1;min-width:200px;text-align:left}.operating-hours h4{margin-bottom:15px;font-size:18px;text-align:left}.operating-hours p{margin:5px 0;font-size:14px;text-align:left}.social-icons{display:flex;gap:15px}.social-icons a{color:#e6a8a1;font-size:20px;transition:color 0.3s ease}.social-icons a:hover{color:#000}footer p{width:100%;text-align:center;margin:20px 0 0;font-size:14px;color:#fff}.scroll-to-top{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background-color:#333;color:#fdfaf6;border:none;border-radius:50%;cursor:pointer;display:none;justify-content:center;align-items:center;box-shadow:0 4px 8px rgb(0 0 0 / .2);transition:background-color 0.3s ease;z-index:1000}.scroll-to-top:hover{background-color:#e6a8a1;color:#edede9}.scroll-to-top i{font-size:20px}@media (max-width:768px){.footer-content{flex-direction:column;align-items:center}.footer-logo,.footer-links,.operating-hours,.social-icons{text-align:center}.footer-logo h3,.operating-hours h4,.operating-hours p{text-align:center}.contact-info{text-align:center}.contact-info p{text-align:center}.footer-links{flex-direction:column;gap:20px}.scroll-to-top{display:flex}}.top-bar{background-color:#e6a8a1;color:#fff;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.social-media-top-bar{display:flex;align-items:center}.contact-info-top-bar{display:flex;align-items:center}.top-bar a{color:#fff;text-decoration:none;margin:0 10px;display:flex;align-items:center}.top-bar a:hover{color:#333}.social-media-top-bar i,.contact-info-top-bar i{margin-right:8px}.phone-number{white-space:nowrap}@media (max-width:768px){.top-bar{flex-direction:row;justify-content:center;align-items:center}.contact-info-top-bar a:not(.phone-number),.contact-info-top-bar a:nth-child(3){display:none}.contact-info-top-bar,.social-media-top-bar{flex-direction:row;align-items:center;margin:0 10px}.social-media-top-bar a{margin:0 5px}}@media (max-width:480px){.top-bar{padding:10px}}.our-products{padding:30px 15px;text-align:center}.our-products h2{font-size:1.8em;margin-bottom:25px;color:#333}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;max-width:1200px;margin:0 auto}.product-item{background-color:#fff;border-radius:8px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.product-item:hover{transform:translateY(-3px);box-shadow:0 5px 12px rgb(0 0 0 / .15)}.product-item img{width:100%;height:400px;object-fit:cover;transition:transform 0.3s ease}.product-item:hover img{transform:scale(1.03)}.product-item p{margin:12px 0;font-weight:500;font-size:1rem;color:#333;padding:0 10px}.quick-view-banner{position:absolute;bottom:0;left:0;right:0;background-color:#e6a8a1;color:#fff;padding:10px;font-size:.9rem;font-weight:500;text-align:center;transform:translateY(100%);transition:transform 0.4s ease;z-index:10;cursor:pointer}.product-item:hover .quick-view-banner{transform:translateY(0)}.quick-view-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1000;overflow-y:auto;transform:translateX(100%);transition:transform 0.4s ease;padding-bottom:60px}.quick-view-popup.active{transform:translateX(0)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:999;opacity:0;visibility:hidden;transition:opacity 0.3s ease}.popup-overlay.active{opacity:1;visibility:visible}.popup-content{padding:20px;height:auto;min-height:calc(100vh - 60px);display:flex;flex-direction:column}.popup-close{position:absolute;top:0;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;z-index:10}.popup-image{width:100%;height:300px;object-fit:cover;border-radius:8px;margin-bottom:20px}.popup-title{font-size:1.3rem;margin-bottom:5px;color:#333;font-weight:600}.popup-subtitle{font-size:1rem;color:#666;margin-bottom:15px;line-height:1.4}.popup-price{font-size:1.5rem;font-weight:700;color:#e6a8a1;margin-bottom:20px}.option-group{margin-bottom:20px}.option-label{display:block;margin-bottom:8px;font-weight:500;font-size:1rem}.color-options{display:flex;gap:10px;margin-bottom:15px}.color-option{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid #fff0}.color-option.active{border-color:#e6a8a1}.color-blue{background:linear-gradient(to bottom,#e6a8a1 50%,white 50%)}.color-black{background-color:#333}.color-beige{background-color:wheat}.color-navy{background-color:#001f3f}.color-pink{background-color:#ffb6c1}.color-gray{background-color:#d3d3d3}.size-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px}.size-option{padding:12px 5px;text-align:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all 0.2s ease;font-size:.9rem}.size-option.active{background-color:#e6a8a1;color:#fff;border-color:#e6a8a1}.quantity-selector{display:flex;align-items:center;margin-bottom:25px;width:140px}.quantity-btn{width:40px;height:40px;background-color:#f5f5f5;border:1px solid #ddd;font-size:18px;cursor:pointer}.quantity-input{width:60px;height:40px;text-align:center;border:1px solid #ddd;border-left:none;border-right:none;font-size:1rem}.add-to-cart{background-color:#e6a8a1;color:#fff;border:none;padding:15px;font-size:1rem;font-weight:500;border-radius:15px;cursor:pointer;margin-bottom:15px;transition:background-color 0.2s ease;width:100%}.add-to-cart:hover{background-color:#333}.buy-with-shop{background-color:#5f5f5f;color:#fff;border:none;padding:15px;font-size:1rem;font-weight:500;border-radius:15px;cursor:pointer;transition:background-color 0.2s ease;width:100%}.buy-with-shop:hover{background-color:#333}.product-thumbnails{display:flex;gap:10px;margin:20px 0 30px 0;overflow-x:auto;padding-bottom:25px;order:3;scrollbar-width:thin;scrollbar-color:#e6a8a1 #f1f1f1}.product-thumbnail{width:70px;height:70px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid #fff0;transition:border-color 0.2s ease;flex-shrink:0;margin-bottom:2px}.product-thumbnails::-webkit-scrollbar{height:8px}.product-thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.product-thumbnails::-webkit-scrollbar-thumb{background:#e6a8a1;border-radius:4px}.product-thumbnail.active{border-color:#e6a8a1}.product-thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.product-grid{grid-template-columns:1fr}.our-products h2{font-size:1.5em}.popup-image{height:250px}.size-options{grid-template-columns:repeat(2,1fr)}}@media (min-width:769px){.product-grid{grid-template-columns:repeat(4,1fr)}.quick-view-popup{width:500px;left:auto;right:0;transform:translateX(100%);box-shadow:-5px 0 15px rgb(0 0 0 / .1)}}@media (max-width:768px){.quick-view-popup.active~.scroll-to-top,.popup-overlay.active~.scroll-to-top{display:none!important}}.most-loved{padding:20px 20px;text-align:center}.most-loved h2{font-size:2em;margin-bottom:30px}.styles-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.style-card{background:#fff;border-radius:10px;overflow:hidden;text-align:left;transition:transform 0.3s ease}.style-card img{width:100%;height:320px;object-fit:cover;transition:transform 0.3s ease}.style-card:hover img{transform:scale(1.03)}.info{padding:15px}.stars{font-size:.9rem;color:#333;margin-bottom:5px}.stars span{font-size:.85rem;color:#333}.title{font-weight:700;font-size:1rem;text-transform:uppercase;margin:5px 0}.subtitle{font-size:.9rem;color:#333;margin-bottom:10px}.colors{display:flex;gap:6px}.color{width:16px;height:16px;border-radius:50%;border:1px solid #ccc}@media (max-width:1200px){.styles-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.styles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.styles-grid{grid-template-columns:1fr}}.AMA-section{padding:60px 20px;background-color:#fff;text-align:center;color:#333}.AMA-content{max-width:900px;margin:0 auto}.AMA-content h2{font-size:2.5rem;font-weight:700;margin-bottom:25px;line-height:1.4;color:#333}.AMA-content p{font-size:1.125rem;line-height:1.9;color:#333;margin-bottom:35px}.AMA-content .btn{display:inline-block;padding:14px 28px;background-color:#e6a8a1;color:#fff;text-decoration:none;border-radius:30px;font-size:1rem;font-weight:500;transition:background-color 0.3s ease,transform 0.2s ease}.AMA-content .btn:hover{background-color:#333;transform:scale(1.03)}@media (max-width:768px){.AMA-content h2{font-size:2rem}.AMA-content p{font-size:1rem}.btn{padding:12px 20px;font-size:.95rem}}@media (max-width:480px){.btn{width:100%;max-width:300px}}html{scroll-behavior:smooth}.show-more{background-color:#fff8f8;padding:80px 20px;font-family:"Lato",sans-serif}.show-more-container{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.show-more-text{flex:1;min-width:300px}.show-more-text h2{font-size:2rem;color:#e6a8a1;margin-bottom:20px}.show-more-text p{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:30px}.show-more-image{flex:1;min-width:300px;text-align:center}.show-more-image img{max-width:100%;border-radius:10px;box-shadow:0 6px 20px rgb(0 0 0 / .1)}.show-more-container .btn{display:inline-block;padding:14px 34px;background-color:#e6a8a1;color:#fff;text-decoration:none;border-radius:30px;font-size:1rem;font-weight:700;transition:all 0.3s ease}.show-more-container .btn:hover{background-color:#333;transform:translateY(-2px)}@media (max-width:768px){.show-more-container{flex-direction:column-reverse;text-align:center}.show-more-text h2{font-size:1.6rem}.show-more-text p{font-size:1rem}.btn{padding:12px 26px}}.color{display:inline-block;width:20px;height:20px;border-radius:50%;margin-right:6px;cursor:pointer;border:2px solid #fff0;transition:border 0.3s}.color.active{border:2px solid #333}.contact-flex-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:30px;padding:50px 20px;max-width:1200px;margin:0 auto}.contact-image-wrapper{flex:1 1 450px;max-width:500px}.contact-image{width:100%;height:500px;border-radius:5px;object-fit:cover;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.contact-form-wrapper{flex:1 1 500px;max-width:600px}.contact-form-wrapper h2{font-size:2rem;margin-bottom:10px;color:#333}.contact-form-wrapper p{margin-bottom:20px;color:#333;font-size:1rem}.contact-form .form-group{margin-bottom:18px}.contact-form label{display:block;margin-bottom:6px;font-weight:600;color:#333}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 14px;border:1px solid #333;border-radius:8px;font-size:1rem;font-family:inherit;box-sizing:border-box;transition:border-color 0.3s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#e6a8a1;outline:none}.submit-btn{background-color:#e6a8a1;color:#fff;padding:12px 24px;border-radius:15px;font-size:16px;cursor:pointer;transition:background-color 0.3s ease;border:none}.submit-btn:hover{background-color:#333}@media (max-width:768px){.show-more-container,.contact-flex-container{flex-direction:column;padding:30px 15px}.show-more-text,.show-more-image,.contact-image-wrapper,.contact-form-wrapper{max-width:100%;text-align:center}.contact-form label{text-align:left}.contact-form input,.contact-form select,.contact-form textarea{font-size:.95rem}.submit-btn{width:100%}}.why-choose-ama{background-color:#fdf2f2;padding:60px 20px;text-align:center}.why-choose-container{max-width:1200px;margin:0 auto}.why-choose-container h2{font-size:2rem;color:#333;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.feature-item{background-color:#fffaf8;border-radius:12px;padding:30px 20px;box-shadow:0 4px 12px rgb(0 0 0 / .05);display:flex;flex-direction:column;align-items:center;transition:transform 0.3s ease}.feature-item i{font-size:2rem;color:#e6a8a1;margin-bottom:15px}.feature-item p{font-size:1rem;color:#333;margin:0}.feature-item:hover{transform:translateY(-5px)}.no-underline{text-decoration:none!important;color:#fff}.our-products-collections{padding:20px 20px;text-align:center}.our-products-collections h2{font-size:2em;margin-bottom:20px}.our-products-collections p{font-size:1em;margin-bottom:20px}.product-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-collection-item{background-color:#fff;border-radius:3px;overflow:hidden;transition:transform 0.3s ease}.product-collection-item img{width:100%;height:500px;object-fit:cover;transition:transform 0.3s ease}.product-collection-item:hover img{transform:scale(1.05)}.product-collection-item p{margin:10px 0;font-weight:500;font-size:1rem}@media (max-width:992px){.product-collection-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-collection-grid{grid-template-columns:1fr}.our-products-collections h2{font-size:1.5em}}.hover-swap{content:url(img/nursing_bra3.png);transition:0.3s ease-in-out}.hover-swap:hover{content:url(img/nursing_bra3_1.png)}.banner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:60px 10%;flex-wrap:wrap;background-color:#f3e7df;overflow:hidden}.banner-content{flex:1;min-width:300px;text-transform:uppercase;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.banner-subtitle{font-size:30px;color:#333;margin-bottom:10px}.banner-title{font-size:60px;font-weight:800;line-height:1.2;color:#333;margin-bottom:20px;transform:scaleY(1.2);position:relative;top:3px}.banner-description{font-size:40px;color:#333;margin-bottom:25px}.banner-btn{display:inline-block;background-color:#e6a8a1;color:#fff;border-radius:25px;text-decoration:none;font-size:15px;font-weight:500;padding:10px 24px;transition:all 0.3s ease;white-space:nowrap}.banner-btn:hover{background-color:#333;transform:translateY(-2px)}.banner-image{flex:1;display:flex;justify-content:center;align-items:flex-end;min-width:320px;position:relative}.banner-image img{width:120%;max-width:600px;height:50%;border-radius:10px;object-fit:contain;position:relative;bottom:-25px}@media (max-width:900px){.banner{flex-direction:column-reverse;align-items:center;text-align:center}.banner-content{margin-top:40px;align-items:center}.banner-title{font-size:30px;transform:scaleY(1.1)}.banner-description{font-size:16px}.banner-subtitle{font-size:21px}.banner-btn{padding:10px 24px}.banner-image img{width:95%;bottom:-15px}}.breadcrumb{font-size:14px;color:#666;margin:15px 0}.breadcrumb a{color:#666;text-decoration:none}.breadcrumb a:hover{color:#e6a8a1}.our-products{padding:40px 0}.our-products h2{text-align:center;margin-bottom:30px;font-size:32px;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.product-item{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer}.product-item:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgb(0 0 0 / .15)}.product-item img{width:100%;height:300px;object-fit:cover;transition:transform 0.5s ease}.product-item:hover img{transform:scale(1.05)}.product-item p{padding:20px;text-align:center;font-size:18px;font-weight:600;color:#333;margin:0}.product-page{display:none;padding:40px 0}.product-page.active{display:block}.back-button{background-color:#e6a8a1;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-bottom:20px;font-size:16px;transition:background-color 0.3s ease;display:flex;align-items:center;gap:8px}.back-button:hover{background-color:#d9928a}.product-detail{display:flex;flex-wrap:wrap;gap:40px;background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.product-images{flex:1;min-width:300px}.main-image{width:100%;height:1 rem;border-radius:10px;margin-bottom:20px;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.thumbnail-container{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:5px;cursor:pointer;opacity:.7;transition:opacity 0.3s ease}.thumbnail.active{opacity:1;border:2px solid #e6a8a1}.product-info{flex:1;min-width:300px}.brand-name{font-size:14px;color:#666;margin-bottom:5px}.product-title{font-size:24px;color:#333;margin-bottom:10px;line-height:1.3}.product-price{font-size:28px;color:#e6a8a1;font-weight:700;margin-bottom:20px}.option-group{margin-bottom:25px}.option-label{display:block;margin-bottom:10px;font-weight:600;color:#333}.color-options{display:flex;gap:10px;margin-bottom:15px}.color-option{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid #fff0;transition:border-color 0.3s ease}.color-option.active{border-color:#e6a8a1}.color-black{background-color:#333}.color-navy{background-color:#001f3f}.color-beige{background-color:wheat}.size-options{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:15px}.size-option{padding:12px 5px;text-align:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all 0.2s ease;font-size:14px}.size-option.active{background-color:#e6a8a1;color:#fff;border-color:#e6a8a1}.size-chart-link{color:#e6a8a1;text-decoration:none;font-size:14px;margin-bottom:20px;display:inline-block}.size-chart-link:hover{text-decoration:underline}.action-buttons{display:flex;flex-direction:column;gap:15px;margin-top:30px}.add-to-cart,.buy-with-shop{background-color:#e6a8a1;color:#fff;border:none;padding:15px;font-size:16px;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color 0.3s ease;text-align:center}.add-to-cart:hover,.buy-with-shop:hover{background-color:#d9928a}.buy-with-shop{background-color:#5f5f5f}.buy-with-shop:hover{background-color:#4a4a4a}.payment-options{text-align:center;margin-top:10px;font-size:14px;color:#666}.share-section{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.share-label{font-size:14px;color:#666}.share-icons{display:flex;gap:10px}.share-icon{width:36px;height:36px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:all 0.3s ease}.share-icon:hover{background-color:#e6a8a1;color:#fff}.product-description{margin-top:40px;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px rgb(0 0 0 / .1);overflow:hidden}.description-tabs{display:flex;border-bottom:1px solid #eee}.tab{padding:15px 30px;cursor:pointer;font-weight:500;transition:all 0.3s ease}.tab.active{color:#e6a8a1;border-bottom:2px solid #e6a8a1}.tab-content{padding:30px;display:none}.tab-content.active{display:block}.description-list{padding-left:20px;margin-bottom:20px}.description-list li{margin-bottom:10px;line-height:1.6}.featured-products{margin-top:60px}.featured-products h3{font-size:24px;margin-bottom:30px;color:#333;text-align:center}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:25px}.featured-item{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:transform 0.3s ease}.featured-item:hover{transform:translateY(-5px)}.featured-item img{width:100%;height:200px;object-fit:cover}.featured-info{padding:15px}.featured-title{font-size:16px;font-weight:600;margin-bottom:10px;color:#333}.featured-price{font-size:18px;color:#e6a8a1;font-weight:700;margin-bottom:10px}.quick-view{color:#666;font-size:14px;display:block;text-align:center;padding:8px;border-top:1px solid #eee;cursor:pointer;transition:all 0.3s ease}.quick-view:hover{background-color:#f9f9f9;color:#e6a8a1}.sold-out{background-color:#f9f9f9;color:#999;font-size:14px;display:block;text-align:center;padding:8px;border-top:1px solid #eee}@media (max-width:768px){.product-grid,.featured-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.product-detail{flex-direction:column}.size-options{grid-template-columns:repeat(3,1fr)}.product-title{font-size:20px}.description-tabs{flex-direction:column}.tab{padding:12px 20px;border-bottom:1px solid #eee}.tab.active{border-bottom:2px solid #e6a8a1}}@media (max-width:480px){.product-grid,.featured-grid{grid-template-columns:1fr}.size-options{grid-template-columns:repeat(2,1fr)}.thumbnail-container{justify-content:center}.our-products h2{font-size:24px}}.products-showroom{background-color:#fff8f8;padding:80px 20px;font-family:"Lato",sans-serif}.products-showroom-container{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.products-showroom-text{flex:1;min-width:300px}.products-showroom-text h2{font-size:2rem;color:#e6a8a1;margin-bottom:20px}.products-showroom-text p{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:30px}.products-showroom-image{flex:1;min-width:300px;text-align:center;position:relative;overflow:hidden;border-radius:0;box-shadow:0 6px 20px rgb(0 0 0 / .1)}.products-showroom-image img{max-width:100%;border-radius:0;transition:transform 0.8s ease;display:block}.products-showroom-image::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .6),transparent);transition:left 0.7s ease;z-index:2}.products-showroom-image:hover::before{left:100%}.products-showroom-image:hover img{transform:scale(1.05)}@media (max-width:768px){.products-showroom-container{flex-direction:column;text-align:center}.products-showroom-text h2{font-size:1.6rem}.products-showroom-text p{font-size:1rem}}.gallery-section{max-width:1000px;width:100%}.gallery-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:15px;height:500px}.gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .1)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:nth-child(1){grid-column:1;grid-row:1 / span 2}.gallery-item:nth-child(2){grid-column:2;grid-row:1}.gallery-item:nth-child(3){grid-column:2;grid-row:2}.gallery-item:nth-child(4){grid-column:3;grid-row:1 / span 2}@media (max-width:768px){.gallery-container{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:auto;max-height:none}.gallery-item:nth-child(1){grid-column:1;grid-row:1 / span 2}.gallery-item:nth-child(2){grid-column:2;grid-row:1}.gallery-item:nth-child(3){grid-column:2;grid-row:2}.gallery-item:nth-child(4){grid-column:1 / span 2;grid-row:3}}@media (max-width:480px){body{padding:20px 15px}.gallery-container{grid-template-columns:1fr;grid-template-rows:repeat(4,250px);gap:10px}.gallery-item:nth-child(1),.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(4){grid-column:1;grid-row:auto}}.faq-container{display:flex;width:90%;max-width:1200px;margin:50px auto;gap:50px}.sidebar{width:200px;position:sticky;top:100px;align-self:flex-start}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{margin-bottom:10px}.sidebar a{text-decoration:none;color:#444;padding:10px 0;display:block;border-bottom:1px solid #ddd;transition:0.3s}.sidebar a:hover{color:#000}.sidebar li.active a{font-weight:700;border-bottom:2px solid #000;color:#000}.faq-question{width:100%;background:none;border:none;text-align:left;font-size:1em;padding:15px 0;cursor:pointer;position:relative;font-weight:500;color:#333;transition:color 0.3s ease}.faq-question:hover{color:#000}.faq-question::after{content:'+';position:absolute;right:0;font-weight:700}.faq-question.active::after{content:'-'}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease;font-size:.95em;color:#555;line-height:1.6}.faq-answer.show{max-height:500px}@media (max-width:900px){.faq-container{flex-direction:column}.sidebar{width:100%;position:relative;top:auto}.sidebar ul{display:flex;justify-content:space-around;border-bottom:1px solid #ddd}.sidebar li{border:none}.sidebar a{border:none;padding:10px}.sidebar li.active a{border-bottom:2px solid #000}}