@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Montserrat:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Montserrat:wght@300;400;500;600&display=swap";
.hero-carousel{justify-content:center;align-items:center;width:100%;min-height:75vh;padding:calc(6rem + 80px) 2rem 4rem;transition:background .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.hero-carousel:has(.hero-carousel__slide--hamper){background:linear-gradient(135deg,#d84315 0%,#f4511e 20%,#ff6f00 40%,#ff8f00 60%,#ffa726 80%,#ffb74d 100%)!important}.hero-carousel:has(.hero-carousel__slide--hamper):before{content:"";pointer-events:none;z-index:1;background:radial-gradient(at 0 0,#ff98004d 0%,#0000 50%),radial-gradient(at 100% 100%,#ff57224d 0%,#0000 50%);position:absolute;inset:0}@media (max-width:768px){.hero-carousel{min-height:85vh;padding:calc(5rem + 80px) 1.5rem 3rem}}@media (max-width:480px){.hero-carousel{min-height:90vh;padding:calc(4rem + 70px) 1rem 2rem}}.hero-carousel__decoration{z-index:0;opacity:.15;pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite floatDecor;position:absolute}.hero-carousel__decoration--top{background:radial-gradient(circle,#ffffff4d 0%,#ffffff0d 100%);width:250px;height:250px;animation-delay:0s;top:-50px;right:-50px}@media (max-width:768px){.hero-carousel__decoration--top{width:150px;height:150px;top:-30px;right:-30px}}.hero-carousel__decoration--bottom{background:radial-gradient(circle,#fff3 0%,#ffffff08 100%);width:350px;height:350px;animation-delay:2s;bottom:-80px;left:-80px}@media (max-width:768px){.hero-carousel__decoration--bottom{width:200px;height:200px;bottom:-50px;left:-50px}}.hero-carousel__content{z-index:2;width:100%;max-width:1300px;position:relative}.hero-carousel__slide{opacity:1;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;transition:opacity .6s,transform .6s cubic-bezier(.4,0,.2,1);display:flex;transform:scale(1)}.hero-carousel__slide--animating{animation:.6s ease-in-out slideTransition}@media (max-width:968px){.hero-carousel__slide{text-align:center;flex-direction:column;gap:2.5rem}}.hero-carousel__image-container{flex:1;justify-content:center;align-items:center;animation:.8s ease-out fadeInScale;display:flex;position:relative}.hero-carousel__image-wrapper{background:linear-gradient(135deg,#ffffffe6 0%,#ffffffb3 100%);border-radius:40%;width:380px;height:450px;padding:8px;animation:6s ease-in-out infinite floatImage;position:relative;overflow:hidden;box-shadow:0 12px 48px #00000026}@media (max-width:968px){.hero-carousel__image-wrapper{width:300px;height:360px}}@media (max-width:480px){.hero-carousel__image-wrapper{width:260px;height:320px}}.hero-carousel__image-wrapper:before{content:"";z-index:1;background:#fff;border-radius:40%;position:absolute;inset:6px}.hero-carousel__image{object-fit:cover;z-index:2;border-radius:40%;width:100%;height:100%;transition:transform .6s;position:relative}.hero-carousel__image:hover{transform:scale(1.05)}.hero-carousel__text{flex-direction:column;flex:1;padding-left:2rem;animation:.8s ease-out .2s backwards fadeInSlide;display:flex}@media (max-width:968px){.hero-carousel__text{align-items:center;padding-left:0}}.hero-carousel__subtitle{color:#fff;letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 8px #0000004d,0 4px 16px #0003;margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;animation:.6s ease-out .3s backwards fadeIn}@media (max-width:768px){.hero-carousel__subtitle{letter-spacing:1.5px;font-size:.9rem}}.hero-carousel__title{color:#fff;text-shadow:0 2px 8px #0000004d,0 4px 20px #00000040,0 1px 3px #0006;margin:0 0 1.5rem;font-family:Playfair Display,serif;font-size:4.2rem;font-weight:700;line-height:1.1;animation:.6s ease-out .4s backwards fadeIn}@media (max-width:968px){.hero-carousel__title{font-size:3.2rem}}@media (max-width:480px){.hero-carousel__title{margin-bottom:1rem;font-size:2.5rem}}.hero-carousel__description{color:#fff;text-shadow:0 2px 6px #0000004d,0 3px 12px #0003;max-width:550px;margin:0 0 2.5rem;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:500;line-height:1.6;animation:.6s ease-out .5s backwards fadeIn}@media (max-width:968px){.hero-carousel__description{margin-bottom:2rem;font-size:1.15rem}}@media (max-width:480px){.hero-carousel__description{margin-bottom:1.5rem;font-size:1rem}}.hero-carousel__button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:1.5px;cursor:pointer;text-align:center;text-shadow:0 2px 6px #0006,0 1px 3px #00000080;background-color:#ffffff40;border:3px solid #fff;border-radius:4px;max-width:320px;padding:1.1rem 3.5rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out .6s backwards fadeInUp;display:inline-block;box-shadow:0 4px 12px #0003}@media (max-width:768px){.hero-carousel__button{letter-spacing:1px;padding:1rem 2.5rem;font-size:1rem}}.hero-carousel__button:hover{color:#d81b60;text-shadow:none;background-color:#fff;border-color:#fff;transform:translateY(-3px)scale(1.02);box-shadow:0 8px 24px #00000040}.hero-carousel__button:active{transform:translateY(-1px)scale(.98)}.hero-carousel__button:focus-visible{outline-offset:4px;outline:3px solid #fff}.hero-carousel__nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s;position:absolute;top:50%;transform:translateY(-50%);z-index:100!important}.hero-carousel__nav--prev{left:2rem}@media (max-width:768px){.hero-carousel__nav--prev{left:1rem}}.hero-carousel__nav--next{right:2rem}@media (max-width:768px){.hero-carousel__nav--next{right:1rem}}.hero-carousel__nav:hover{transform:translateY(-50%)scale(1.1)}@media (max-width:480px){.hero-carousel__nav{width:40px;height:40px}}.hero-carousel__pagination{z-index:90;gap:12px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (max-width:768px){.hero-carousel__pagination{gap:10px;bottom:1.5rem}}.hero-carousel__dot{cursor:pointer;background:#fff6;border:2px solid #fff9;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-carousel__dot:hover{background:#ffffffb3;transform:scale(1.2)}.hero-carousel__dot--active{background:#fffffff2;border-color:#fff;border-radius:6px;width:32px}@media (max-width:480px){.hero-carousel__dot--active{width:28px}.hero-carousel__dot{width:10px;height:10px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes slideTransition{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeInSlide{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes floatDecor{0%,to{transform:translate(0)scale(1)}33%{transform:translate(10px,-10px)scale(1.05)}66%{transform:translate(-10px,10px)scale(.95)}}.hero-carousel__slide--hamper .christmas-lights-string{pointer-events:none;z-index:5;width:calc(100% + 300px);height:80px;position:absolute;top:-20px;left:-150px;right:-150px;overflow:visible}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg{width:100%;height:80px;animation:8s ease-in-out infinite lightStringGlow}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-cord{animation:12s ease-in-out infinite cordSway}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group{animation:6s ease-in-out infinite lightGroupTwinkle}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-1{animation-delay:0s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-2{animation-delay:.5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-3{animation-delay:1s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-4{animation-delay:1.5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-5{animation-delay:2s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-6{animation-delay:2.5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-7{animation-delay:3s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-8{animation-delay:3.5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-9{animation-delay:4s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-10{animation-delay:4.5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-11{animation-delay:5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-12{animation-delay:5.5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-13{animation-delay:6s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group.light-14{animation-delay:6.5s}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group rect{filter:drop-shadow(0 2px 3px #0000004d)}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group .bulb.red-bulb{animation:8s ease-in-out infinite redBulbTwinkle}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group .bulb.green-bulb{animation:9s ease-in-out infinite greenBulbTwinkle}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group .bulb.blue-bulb{animation:7s ease-in-out infinite blueBulbTwinkle}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group .bulb.yellow-bulb{animation:10s ease-in-out infinite yellowBulbTwinkle}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group .bulb.white-bulb{animation:6s ease-in-out infinite whiteBulbTwinkle}@media (max-width:968px){.hero-carousel__slide--hamper .christmas-lights-string{width:calc(100% + 120px);height:70px;left:-60px;right:-60px}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg{height:70px}}@media (max-width:768px){.hero-carousel__slide--hamper .christmas-lights-string{width:calc(100% + 80px);height:60px;left:-40px;right:-40px}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg{height:60px}}@media (max-width:480px){.hero-carousel__slide--hamper .christmas-lights-string{width:calc(100% + 60px);height:50px;left:-30px;right:-30px}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg{height:50px}}.hero-carousel__slide--hamper .christmas-lights{pointer-events:none;z-index:4;position:absolute;inset:-10px}.hero-carousel__slide--hamper .christmas-lights .light{background:radial-gradient(circle,#ffdfbae6 0%,#ffd70099 70%,#0000 100%);border-radius:50%;width:8px;height:8px;animation:8s ease-in-out infinite christmasLightTwinkle;position:absolute;box-shadow:0 0 12px #ffdfba66,0 0 20px #ffd70033}.hero-carousel__slide--hamper .christmas-lights .light:before{content:"";background:radial-gradient(circle,#ffffff4d 0%,#0000 60%);border-radius:50%;animation:6s ease-in-out infinite lightGlow;position:absolute;inset:-2px}.hero-carousel__slide--hamper .christmas-lights .light--1{animation-delay:0s;top:5%;left:15%}.hero-carousel__slide--hamper .christmas-lights .light--2{animation-delay:1s;top:2%;left:35%}.hero-carousel__slide--hamper .christmas-lights .light--3{animation-delay:2s;top:8%;right:25%}.hero-carousel__slide--hamper .christmas-lights .light--4{animation-delay:3s;top:15%;right:8%}.hero-carousel__slide--hamper .christmas-lights .light--5{animation-delay:4s;top:35%;right:2%}.hero-carousel__slide--hamper .christmas-lights .light--6{animation-delay:5s;bottom:25%;right:5%}.hero-carousel__slide--hamper .christmas-lights .light--7{animation-delay:6s;bottom:15%;left:20%}.hero-carousel__slide--hamper .christmas-lights .light--8{animation-delay:7s;top:25%;left:5%}@media (max-width:480px){.hero-carousel__slide--hamper .christmas-lights .light{width:6px;height:6px}}.hero-carousel__slide--hamper .holiday-sparkles{pointer-events:none;z-index:1;position:absolute;inset:0}.hero-carousel__slide--hamper .holiday-sparkles .sparkle{opacity:0;background:radial-gradient(circle,#ffc857e6 0%,#ff8c32b3 50%,#0000);border-radius:50%;width:5px;height:5px;animation:15s ease-in-out infinite sparkleFloat;position:absolute;box-shadow:0 0 8px #ff8c3280}.hero-carousel__slide--hamper .holiday-sparkles .sparkle:before,.hero-carousel__slide--hamper .holiday-sparkles .sparkle:after{content:"";transform-origin:50%;background:linear-gradient(#ffc857cc,#0000);width:2px;height:10px;position:absolute;top:50%;left:50%}.hero-carousel__slide--hamper .holiday-sparkles .sparkle:before{transform:translate(-50%,-50%)rotate(0)}.hero-carousel__slide--hamper .holiday-sparkles .sparkle:after{transform:translate(-50%,-50%)rotate(90deg)}.hero-carousel__slide--hamper .holiday-sparkles .sparkle--1{animation-delay:0s;top:20%;left:60%}.hero-carousel__slide--hamper .holiday-sparkles .sparkle--2{animation-delay:5s;top:45%;right:15%}.hero-carousel__slide--hamper .holiday-sparkles .sparkle--3{animation-delay:10s;bottom:30%;left:25%}.hero-carousel__slide--hamper .holiday-sparkles .sparkle--4{animation-delay:12s;top:65%;left:70%}@keyframes lightStringGlow{0%,to{opacity:.9}50%{opacity:1}}@keyframes cordSway{0%,to{transform:translateY(0)}25%{transform:translateY(-1px)}75%{transform:translateY(1px)}}@keyframes lightGroupTwinkle{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes redBulbTwinkle{0%,to{fill:#ff6b35;opacity:.8}25%{fill:#ff8c5a;opacity:1}50%{fill:#ff7847;opacity:.9}75%{fill:#ff6b35;opacity:.85}}@keyframes greenBulbTwinkle{0%,to{fill:#f7931e;opacity:.8}30%{fill:#ffb84d;opacity:1}60%{fill:#ffa726;opacity:.9}}@keyframes blueBulbTwinkle{0%,to{fill:#ffc837;opacity:.8}40%{fill:#ffe066;opacity:1}70%{fill:#ffd54f;opacity:.9}}@keyframes yellowBulbTwinkle{0%,to{fill:#fbbf24;opacity:.8}35%{fill:#fde047;opacity:1}65%{fill:#facc15;opacity:.9}}@keyframes whiteBulbTwinkle{0%,to{fill:#ffe66d;opacity:.8}20%{fill:#fff59d;opacity:1}80%{fill:#ffeb3b;opacity:.9}}@keyframes christmasLightTwinkle{0%,to{opacity:.6;transform:scale(1)}25%{opacity:1;transform:scale(1.1)}50%{opacity:.7;transform:scale(.95)}75%{opacity:.9;transform:scale(1.05)}}@keyframes lightGlow{0%,to{opacity:.3}50%{opacity:.8}}@keyframes sparkleFloat{0%{opacity:0;transform:translateY(15px)scale(.5)rotate(0)}10%{opacity:1;transform:translateY(0)scale(1)rotate(45deg)}50%{opacity:.8;transform:translateY(-8px)scale(1.2)rotate(180deg)}90%{opacity:1;transform:translateY(-12px)scale(1)rotate(315deg)}to{opacity:0;transform:translateY(-20px)scale(.5)rotate(360deg)}}.hamper-animation-container{width:320px;height:380px;position:relative}@media (max-width:968px){.hamper-animation-container{width:280px;height:320px}}@media (max-width:480px){.hamper-animation-container{width:240px;height:280px}}.hamper-box{opacity:1;background:linear-gradient(135deg,#ffffffe6 0%,#ffffffb3 100%);border-radius:40%;width:100%;height:100%;padding:8px;transition:none;position:absolute;overflow:hidden;transform:scale(1);box-shadow:0 12px 48px #00000026}.hamper-box:before{content:"";z-index:1;background:#fff;border-radius:40%;position:absolute;inset:6px}.hamper-box--static{z-index:2;opacity:1;animation:none}.hamper-box--small,.hamper-box--big,.hamper-box--open{display:none}.hamper-image{object-fit:cover;z-index:2;border-radius:40%;width:100%;height:100%;transition:none;position:relative}.hamper-contents{z-index:3;pointer-events:none;position:absolute;inset:0}.hamper-item{opacity:0;transition:opacity .6s,transform .6s;display:none;position:absolute;transform:scale(.8)}.hamper-item:after{display:none}.hamper-item--1{background:radial-gradient(circle,#fffc 0%,#ffc0cb99 100%);border-radius:50%;width:20px;height:20px;animation:9s infinite hamperItemCycle;top:25%;left:20%}.hamper-item--2{background:radial-gradient(circle,#fffc 0%,#d2b48c99 100%);border-radius:50%;width:18px;height:18px;animation:9s .2s infinite hamperItemCycle;top:40%;right:25%}.hamper-item--3{background:radial-gradient(circle,#fffc 0%,#8b451399 100%);border-radius:50%;width:20px;height:20px;animation:9s .4s infinite hamperItemCycle;top:55%;left:30%}.hamper-item--4{background:radial-gradient(circle,#fffc 0%,#ffdab999 100%);border-radius:50%;width:16px;height:16px;animation:9s .6s infinite hamperItemCycle;bottom:35%;right:20%}.hamper-item--5{background:radial-gradient(circle,#fffc 0%,#ff69b499 100%);border-radius:50%;width:18px;height:18px;animation:9s .8s infinite hamperItemCycle;bottom:20%;left:25%}@media (max-width:480px){.hamper-item--1,.hamper-item--2,.hamper-item--3,.hamper-item--4,.hamper-item--5{width:14px;height:14px}}@keyframes hamperCycleSmall{0%{opacity:1;transform:scale(1.5)}5%{opacity:1;transform:scale(1.5)}20%{opacity:1;transform:scale(1)}25%{opacity:0;transform:scale(.95)}to{opacity:0;transform:scale(.95)}}@keyframes hamperCycleBig{0%,20%{opacity:0;transform:scale(.95)}25%{opacity:1;transform:scale(1.5)}30%{opacity:1;transform:scale(1.5)}45%{opacity:1;transform:scale(1)}47%{opacity:0;transform:scale(.95)}to{opacity:0;transform:scale(.95)}}@keyframes hamperCycleOpen{0%,42%{opacity:0;transform:scale(.95)}47%{opacity:1;transform:scale(1.5)}52%{opacity:1;transform:scale(1.5)}67%{opacity:1;transform:scale(1)}95%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes hamperItemCycle{0%,42%{opacity:0}47%{opacity:1}95%{opacity:1}to{opacity:0}}@keyframes hamperEnter{0%{opacity:0;transform:scale(.8)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes hamperClosedToOpen{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)rotateY(10deg)}to{opacity:0;transform:scale(1.1)rotateY(25deg)}}@keyframes hamperOpenReveal{0%{opacity:0;transform:scale(.95)rotateY(-25deg)}to{opacity:1;transform:scale(1)rotateY(0)}}@keyframes hamperItemReveal{0%{opacity:0;transform:scale(.5)translateY(10px)}50%{opacity:1;transform:scale(1.2)translateY(-2px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.hero-carousel__decoration,.hero-carousel__image-wrapper,.hero-carousel__slide--animating,.hero-carousel__subtitle,.hero-carousel__title,.hero-carousel__description,.hero-carousel__button,.hamper-box,.hamper-item,.christmas-lights .light,.christmas-lights-string,.christmas-lights-string .lights-svg,.christmas-lights-string .light-group,.holiday-sparkles .sparkle{transition:none;animation:none}.hero-carousel__nav:hover{transform:translateY(-50%)}.hamper-box--small,.hamper-box--big{opacity:0}.hamper-box--open,.hamper-item{opacity:1;transform:scale(1)}.hero-carousel__slide--hamper .christmas-lights .light{opacity:.4;transform:scale(1)}.hero-carousel__slide--hamper .christmas-lights-string{opacity:.8}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .light-group{opacity:.9;transform:scale(1)}.hero-carousel__slide--hamper .christmas-lights-string .lights-svg .bulb{opacity:.8}.hero-carousel__slide--hamper .holiday-sparkles .sparkle{opacity:.3;transform:scale(1)}}.hero-carousel__cta-container,.order-cta-wrapper{display:inline-block;position:relative}.contact-popup{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;visibility:hidden;z-index:1000;background:#fffffff2;border-radius:16px;min-width:280px;padding:.5rem;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:absolute;bottom:calc(100% + 15px);left:50%;transform:translate(-50%)translateY(10px)scale(.9);box-shadow:0 10px 30px #0003,0 0 0 1px #ffffff4d,inset 0 1px #fff6}.contact-popup:after{content:"";border-top:8px solid #fffffff2;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.contact-popup--open{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)scale(1)}.contact-popup--open .contact-popup__option:first-child{animation:.5s ease-out .1s both popupBounceIn}.contact-popup--open .contact-popup__option:nth-child(2){animation:.5s ease-out .2s both popupBounceIn}.contact-popup__option{color:#333;opacity:0;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.875rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;transform:translateY(10px)}.contact-popup__option:before{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.contact-popup__option:last-child{margin-bottom:0}.contact-popup__option:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.contact-popup__option:hover:before{left:100%}.contact-popup__option:active{transform:translateY(0)}.contact-popup__option--phone{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.contact-popup__option--phone:hover{background:linear-gradient(135deg,#5a67d8 0%,#6b46c1 100%);box-shadow:0 8px 25px #667eea66}.contact-popup__option--whatsapp{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.contact-popup__option--whatsapp:hover{background:linear-gradient(135deg,#22c55e 0%,#16a085 100%);box-shadow:0 8px 25px #25d36666}.contact-popup__option svg{flex-shrink:0}@keyframes popupBounceIn{0%{opacity:0;transform:translateY(20px)scale(.8)}60%{opacity:1;transform:translateY(-5px)scale(1.05)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.contact-popup{min-width:260px;left:0;right:0;transform:translate(0)}.contact-popup--open{transform:translate(0)translateY(0)scale(1)}.contact-popup:before{left:30px;transform:translate(0)}.contact-popup__option{gap:.5rem;padding:.75rem;font-size:.9rem}}.lohri-bonfire{display:none}.bonfire-flame{transform-origin:bottom;filter:blur(2px);opacity:.8;background:linear-gradient(#ffc10700 0%,#ffc107 40%,#ff9800 70%,#ff6f00 100%);border-radius:50% 50% 0 0;width:40px;height:80px;animation:2s ease-in-out infinite flameFlicker;position:absolute;bottom:0;left:50%}.bonfire-flame--1{height:80px;animation-delay:0s;transform:translate(-50%)}.bonfire-flame--2{width:35px;height:65px;animation-delay:.3s;transform:translate(-70%)}.bonfire-flame--3{width:38px;height:70px;animation-delay:.6s;transform:translate(-30%)}.bonfire-flame--4{width:30px;height:55px;animation-delay:.9s;transform:translate(-90%)}.bonfire-flame--5{width:32px;height:60px;animation-delay:1.2s;transform:translate(-10%)}@media (max-width:768px){.bonfire-flame{width:30px;height:60px}.bonfire-flame--1{height:60px}.bonfire-flame--2,.bonfire-flame--3,.bonfire-flame--4,.bonfire-flame--5{width:25px;height:45px}}@keyframes flameFlicker{0%,to{opacity:.8;transform:translate(-50%)scaleY(1)scaleX(1)}25%{opacity:1;transform:translate(-48%)scaleY(1.1)scaleX(.95)rotate(-2deg)}50%{opacity:.9;transform:translate(-52%)scaleY(.95)scaleX(1.05)rotate(2deg)}75%{opacity:.95;transform:translate(-50%)scaleY(1.05)scaleX(.9)rotate(-1deg)}}.lohri-embers{pointer-events:none;z-index:5;position:absolute;inset:0;overflow:hidden}.ember{opacity:0;background:radial-gradient(circle,#ffd54f 0%,#ff9800 50%,#ff5722 100%);border-radius:50%;width:6px;height:6px;animation:8s ease-in-out infinite emberFloat;position:absolute;box-shadow:0 0 10px #ff9800cc,0 0 20px #ff572266}.ember--1{animation-duration:7s;animation-delay:0s;left:15%}.ember--2{animation-duration:8s;animation-delay:1.5s;left:25%}.ember--3{animation-duration:9s;animation-delay:3s;left:45%}.ember--4{animation-duration:7.5s;animation-delay:2s;right:25%}.ember--5{animation-duration:8.5s;animation-delay:4s;right:15%}.ember--6{animation-duration:7s;animation-delay:5s;left:35%}.ember--7{animation-duration:8s;animation-delay:6s;right:35%}.ember--8{animation-duration:9s;animation-delay:4.5s;left:55%}@keyframes emberFloat{0%{opacity:0;bottom:-20px;transform:translate(0)scale(.5)rotate(0)}10%{opacity:1;transform:translate(-5px)scale(1)rotate(45deg)}50%{opacity:.9;transform:translate(10px)scale(1.2)rotate(180deg)}90%{opacity:.6;transform:translate(-10px)scale(.8)rotate(315deg)}to{opacity:0;top:-50px;transform:translate(5px)scale(.3)rotate(360deg)}}.lohri-rangoli{pointer-events:none;z-index:0;position:absolute;inset:0}.rangoli-dot{background:radial-gradient(circle,#ffc1074d 0%,#ff980026 50%,#0000 70%);border:2px solid #ff980033;border-radius:50%;width:80px;height:80px;animation:4s ease-in-out infinite rangolipulse;position:absolute}.rangoli-dot:before{content:"";background:radial-gradient(circle,#ffeb3b66 0%,#0000 70%);border-radius:50%;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rangoli-dot--1{animation-delay:0s;top:10%;left:10%}.rangoli-dot--2{animation-delay:1s;top:15%;right:10%}.rangoli-dot--3{animation-delay:2s;bottom:20%;left:5%}.rangoli-dot--4{animation-delay:3s;bottom:15%;right:8%}@media (max-width:768px){.rangoli-dot{width:50px;height:50px}.rangoli-dot:before{width:25px;height:25px}}@keyframes rangolipulse{0%,to{opacity:.6;transform:scale(1)rotate(0)}50%{opacity:.8;transform:scale(1.1)rotate(180deg)}}@media (max-width:480px){.contact-popup{min-width:240px;padding:.4rem}.contact-popup:before{left:20px}.contact-popup__option{padding:.625rem .75rem;font-size:.85rem}}
.featured-products{background-color:#fdf1e6;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}@media (max-width:768px){.featured-products{padding:3rem 1.5rem}}@media (max-width:480px){.featured-products{padding:2rem 1rem}}.featured-products .section-title{color:var(--brand-dark-pink);text-align:center;margin:0 0 3rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;position:relative}@media (max-width:768px){.featured-products .section-title{margin-bottom:2rem;font-size:2rem}}.featured-products .section-title:after{content:"";background-color:#f9b48b;width:80px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.featured-products .products-container{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;max-width:1280px;margin-bottom:3rem;display:grid}@media (max-width:992px){.featured-products .products-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.featured-products .products-container{grid-template-columns:1fr;gap:3rem}}.featured-products .products-container .product-card{flex-direction:column;align-items:center;display:flex}.featured-products .products-container .product-card .image-container{margin-bottom:1.5rem;transition:transform .3s;position:relative}.featured-products .products-container .product-card .image-container:hover{transform:translateY(-8px)}.featured-products .products-container .product-card .image-container .product-image-wrapper{background-color:#fff;border:4px solid #f9cba5;border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;display:flex;overflow:hidden;box-shadow:0 5px 15px #0000001a}@media (max-width:768px){.featured-products .products-container .product-card .image-container .product-image-wrapper{width:180px;height:180px}}.featured-products .products-container .product-card .image-container .product-image-wrapper .product-image{object-fit:cover;width:100%;height:100%}.featured-products .products-container .product-card .image-container .product-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 3px 10px #0000001a}.featured-products .products-container .product-card .product-title{color:var(--brand-medium-pink);text-align:center;margin:0 0 .5rem;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.featured-products .products-container .product-card .product-description{color:#3a4256;text-align:center;max-width:300px;margin:0;font-family:Montserrat,sans-serif;font-size:1.1rem;line-height:1.5}.featured-products .order-button{color:#ee7a7a;letter-spacing:1px;cursor:pointer;background-color:#0000;border:2px solid #fb7070;margin:3rem 0;padding:1rem 3rem;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;transition:all .3s;box-shadow:0 2px 4px #00000026}.featured-products .order-button:hover{color:#f06292;background-color:#fff;border-color:#e96767;transform:translateY(-3px);box-shadow:0 5px 15px #00000026}
.about-us-container{background-color:#fff9f5;background-image:radial-gradient(circle at 10% 90%,#ffb49a1a 0%,#ffd6cc00 30%),radial-gradient(circle at 90% 10%,#ffd6cc26 0%,#ffd6cc00 30%);justify-content:center;width:100%;display:flex}.about-us-section{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1364px;margin:0 auto;padding:6rem 4rem;display:flex;position:relative;overflow:hidden}@media (max-width:992px){.about-us-section{padding:5rem 3rem}}@media (max-width:768px){.about-us-section{flex-direction:column-reverse;gap:3rem;padding:4rem 2rem}}.about-us-section:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffb49a4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.about-us-section:after{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffb49a4d,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.about-us-section .about-text{text-align:left;z-index:2;flex-direction:column;flex:1;align-items:flex-start;max-width:560px;padding-right:3rem;display:flex;position:relative}@media (max-width:768px){.about-us-section .about-text{text-align:center;align-items:center;max-width:100%;padding-right:0}}.about-us-section .about-text .section-subtitle{color:#ff6b6b;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;padding-bottom:8px;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;display:inline-block;position:relative}.about-us-section .about-text .section-subtitle:after{content:"";background-color:#ff6b6b;width:40px;height:2px;position:absolute;bottom:0;left:0}@media (max-width:768px){.about-us-section .about-text .section-subtitle:after{left:50%;transform:translate(-50%)}}.about-us-section .about-text .section-title{color:#f36;margin:.5rem 0 1.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;position:relative}@media (max-width:992px){.about-us-section .about-text .section-title{font-size:2.5rem}}@media (max-width:768px){.about-us-section .about-text .section-title{font-size:2.25rem}}.about-us-section .about-text .about-description{color:#555;margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-size:1.2rem;line-height:1.8;position:relative}.about-us-section .about-text .about-description.highlight{color:#333;border-left:3px solid #ff6b6b;padding-left:16px;font-style:italic;font-weight:500}@media (max-width:768px){.about-us-section .about-text .about-description.highlight{border-top:3px solid #ff6b6b;border-bottom:3px solid #ff6b6b;border-left:none;max-width:90%;margin:1rem auto;padding:16px 0}.about-us-section .about-text .about-description{font-size:1.1rem}}.about-us-section .about-text .read-more-button{color:#fff;z-index:1;background:linear-gradient(135deg,#f36 0%,#ff6b6b 100%);border:none;border-radius:50px;align-items:center;gap:12px;margin-top:1.5rem;padding:14px 28px;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #ff336640}.about-us-section .about-text .read-more-button:before{content:"";z-index:-1;background:linear-gradient(135deg,#ff6b6b 0%,#f36 100%);width:0;height:100%;transition:all .5s;position:absolute;top:0;left:0}.about-us-section .about-text .read-more-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ff33664d}.about-us-section .about-text .read-more-button:hover:before{width:100%}.about-us-section .about-text .read-more-button:hover svg{transform:translate(4px)}.about-us-section .about-text .read-more-button svg{transition:transform .3s}@media (max-width:768px){.about-us-section .about-text .read-more-button{padding:12px 24px;font-size:.9rem}}.about-us-section .divider{background:linear-gradient(#ff6b6b1a,#ff33664d,#ff6b6b1a);flex-direction:column;justify-content:space-between;align-items:center;width:1px;height:300px;margin:0 3rem;padding:30px 0;display:flex;position:relative}.about-us-section .divider .divider-dot{background:#f36;border-radius:50%;width:10px;height:10px;display:block;box-shadow:0 0 10px #ff336680}@media (max-width:992px){.about-us-section .divider{height:260px;margin:0 2rem}}@media (max-width:768px){.about-us-section .divider{display:none}}.about-us-section .about-image{z-index:2;flex:1;justify-content:center;align-items:center;max-width:500px;display:flex;position:relative}@media (max-width:768px){.about-us-section .about-image{max-width:100%;margin-bottom:1rem}}.about-us-section .about-image .main-image{z-index:2;border-radius:16px;width:100%;max-width:450px;height:auto;transition:all .5s;position:relative;transform:rotate(2deg);box-shadow:0 10px 30px #0000001a,0 1px 3px #0000000d}.about-us-section .about-image .main-image:hover{transform:rotate(0)scale(1.02);box-shadow:0 15px 35px #ff336626}@media (max-width:992px){.about-us-section .about-image .main-image{max-width:400px}}@media (max-width:768px){.about-us-section .about-image .main-image{max-width:350px}}.about-us-section .about-image .badge{z-index:3;text-align:center;background:#f36;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;padding:0;transition:all .3s;display:flex;position:absolute;bottom:10px;right:20px;transform:rotate(-5deg);box-shadow:0 6px 20px #ff33664d}.about-us-section .about-image .badge:hover{transform:rotate(0)scale(1.05)}.about-us-section .about-image .badge .badge-text{color:#fff;text-transform:uppercase;letter-spacing:.5px;text-align:center;width:100%;margin:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;line-height:1.1;display:block}.about-us-section .about-image .badge .heart{color:#fff;text-align:center;margin-top:3px;font-size:16px;line-height:1;animation:1.5s infinite pulse;display:block}@media (max-width:992px){.about-us-section .about-image .badge{width:90px;height:90px;bottom:5px;right:15px}.about-us-section .about-image .badge .badge-text{font-size:11px}.about-us-section .about-image .badge .heart{font-size:14px}}@media (max-width:768px){.about-us-section .about-image .badge{width:80px;height:80px;bottom:0;right:10px}.about-us-section .about-image .badge .badge-text{font-size:10px}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.badge:before{content:"";z-index:-1;border:2px solid #ffffffb3;border-radius:50%;position:absolute;inset:-3px}.badge .badge-content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:5px;display:flex}
