@charset "UTF-8";.o--hero-section{height:calc(100vh - max(var(--o-navbar-height, 4rem),4rem));height:calc(100svh - max(var(--o-navbar-height, 4rem),4rem));height:calc(100dvh - max(var(--o-navbar-height, 4rem),4rem));height:calc(var(--o-viewport-height, 100vh) - max(var(--o-navbar-height, 4rem),4rem));background:var(--o-gradient-hero),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="candles" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="50" cy="60" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23candles)"/></svg>');background-size:cover;background-position:center;background-attachment:fixed;position:relative;display:flex;align-items:center;overflow:hidden}.o--hero-section .o--hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1)0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.05)0,transparent 50%)}.o--hero-section .o--hero-content{z-index:2;position:relative}.o--hero-section .o--hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out}.o--hero-section .o--hero-subtitle{font-size:1.3rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:500px;text-shadow:1px 1px 2px rgba(0,0,0,.2);animation:fadeInUp 1s ease-out .2s both}.o--hero-section .o--hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;animation:fadeInUp 1s ease-out .4s both}.o--hero-section .o--hero-scroll{position:absolute;bottom:30px;bottom:calc(30px + constant(safe-area-inset-bottom));bottom:calc(30px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);z-index:2}.o--hero-section .o--hero-scroll a{color:#fff;font-size:2rem;text-decoration:none;animation:bounce 2s infinite}.o--scattered-images{position:relative;width:100%;height:500px}.o--scattered-images .o--polaroid{position:absolute;width:180px;padding:10px 10px 25px;background:#fff;border-radius:4px;box-shadow:0 6px 20px rgba(0,0,0,.25);transition:transform .3s ease;cursor:pointer}.o--scattered-images .o--polaroid:hover{transform:scale(1.05) rotate(0deg)!important;z-index:2}.o--scattered-images .o--product-link{display:block;text-decoration:none;color:inherit}.o--scattered-images .o--product-link:hover{text-decoration:none;color:inherit}.o--scattered-images .o--polaroid img{width:100%;display:block;border-radius:2px;transition:opacity .3s ease}.o--scattered-images .o--product-link:hover img{opacity:.9}.o--scattered-images .o--polaroid:nth-child(1){top:10%;left:5%;transform:rotate(-12deg)}.o--scattered-images .o--polaroid:nth-child(2){top:0;left:45%;transform:rotate(8deg)}.o--scattered-images .o--polaroid:nth-child(3){top:40%;left:20%;transform:rotate(-6deg)}.o--scattered-images .o--polaroid:nth-child(4){top:55%;left:60%;transform:rotate(10deg)}.o--scattered-images .o--polaroid:nth-child(5){top:25%;left:75%;transform:rotate(-4deg)}.o--scattered-images .o--polaroid:nth-child(6){top:65%;left:30%;transform:rotate(6deg)}.o--featured-section{background:#fff}.o--featured-section#o--featured{scroll-margin-top:max(0px,var(--o-navbar-height, 4rem) - 3rem)}.o--featured-section .o--section-title{font-size:2.5rem;font-weight:700;color:var(--o-dark-color);margin-bottom:1rem}.o--featured-section .o--section-subtitle{font-size:1.1rem;color:var(--o-secondary-color);margin-bottom:3rem}.o--featured-section .o--product-image-container{position:relative;overflow:hidden;border-radius:15px}.o--featured-section .o--product-image{height:400px;object-fit:cover;transition:transform .5s ease}.o--featured-section .o--product-image:hover{transform:scale(1.05)}.o--featured-section .o--product-info{padding:2rem}.o--featured-section .o--product-title{font-size:2rem;font-weight:600;color:var(--o-dark-color);margin-bottom:1rem}.o--featured-section .o--product-description{color:var(--o-secondary-color);margin-bottom:1.5rem;line-height:1.8}.o--featured-section .o--product-price{font-size:2rem;font-weight:700;color:var(--o-primary-color);margin-bottom:2rem}.o--featured-section .o--product-actions{display:flex;gap:1rem;flex-wrap:wrap}.o--newsletter-section{background:var(--o-gradient-primary);color:#fff}.carousel-control-next,.carousel-control-prev{width:50px;height:50px;background:var(--o-gradient-primary);border-radius:50%;top:50%;transform:translateY(-50%);opacity:.8;transition:all .3s ease}.carousel-control-next:hover,.carousel-control-prev:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.carousel-control-prev{left:-25px}.carousel-control-next{right:-25px}.carousel-indicators button{width:12px;height:12px;border-radius:50%;background-color:var(--o-primary-color);border:0;margin:0 5px}@media (max-width:768px){.o--hero-title{font-size:2.5rem}.o--hero-subtitle{font-size:1.1rem}.o--product-actions{flex-direction:column}.carousel-control-next,.carousel-control-prev,.o--scattered-images{display:none}.o--hero-scroll{bottom:70px;bottom:calc(70px + constant(safe-area-inset-bottom));bottom:calc(70px + env(safe-area-inset-bottom))}}