.hero{position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.hero__image{object-fit:cover!important;object-position:center center!important}.hero h1{text-shadow:0 2px 8px rgba(0,0,0,.15);animation:fadeInUp .8s ease}.hero .divider{animation:expandWidth 1s ease .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes expandWidth{0%{width:0}to{width:100%}}.product-list .product-card{border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1rem 3.5rem #302f2f0d;transition:all .3s ease}.product-list .product-card:hover{box-shadow:0 1.5rem 4rem #302f2f1f;transform:translateY(-4px)}.product-list .product-card__image{border-radius:10px 10px 0 0}.product-card h5,.product-card .text-preset-custom{font-weight:600;color:#383838}.product-card .price{color:#fb33a4;font-weight:700;font-size:1.125rem}.product-list-themegen h2{font-weight:700;margin-bottom:24px;position:relative;display:inline-block}.product-list-themegen h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#fb33a4,#604dbc);border-radius:2px}.product-list-themegen{background:#f9f9f9}.section_x8mrnx{position:relative}.section_x8mrnx h2:first-of-type{color:#fb33a4;font-weight:700;letter-spacing:.06rem;text-transform:uppercase;margin-bottom:16px}.section_x8mrnx h2:nth-of-type(2){font-weight:600;line-height:1.3;color:#383838}.section_x8mrnx .button{background-color:#000;color:#fff;border:none;padding:12px 28px;font-size:1rem;font-weight:600;border-radius:10px;transition:all .3s ease;margin-top:16px}.section_x8mrnx .button:hover{background-color:#fb33a4;transform:translateY(-2px);box-shadow:0 4px 16px #fb33a44d}.media-with-content h2{font-weight:700;font-size:2rem;line-height:1.2;color:#383838;margin-bottom:16px}.media-with-content p{font-size:1.125rem;line-height:1.6;color:#383838;margin-bottom:24px}.media-with-content .button{background-color:#fb33a4;color:#fff;border:none;padding:12px 28px;font-size:1rem;font-weight:600;border-radius:10px;transition:all .3s ease;box-shadow:0 4px 12px #fb33a44d}.media-with-content .button:hover{background-color:#604dbc;transform:translateY(-2px);box-shadow:0 6px 20px #604dbc66}.media-with-content img{border-radius:10px}.marquee{background:linear-gradient(135deg,#fb33a4,#604dbc);box-shadow:0 2px 20px #fb33a433}.marquee p{color:#fff;font-weight:600;font-size:1.125rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.featured-product-section{position:relative;overflow:hidden}.featured-product-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(251,51,164,.2),transparent)}.featured-product-section .section-content-wrapper{gap:0}.featured-product-section .product-grid__card{box-shadow:none;border:none}.featured-product-section h2{font-size:2rem;font-weight:700;color:#383838;margin-bottom:16px;line-height:1.2}.featured-product-section .price{color:#fb33a4;font-weight:700;font-size:1.5rem}.featured-product-section .button{background-color:#000;color:#fff;border:none;padding:14px 32px;font-size:1rem;font-weight:600;border-radius:10px;transition:all .3s ease;margin-top:20px;box-shadow:0 4px 12px #00000026}.featured-product-section .button:hover{background-color:#fb33a4;transform:translateY(-2px);box-shadow:0 6px 20px #fb33a466}.featured-product-section img{border-radius:10px;box-shadow:0 4px 20px #00000014}.featured-product-section:nth-of-type(odd){background:#fff}.featured-product-section:nth-of-type(2n){background:#f9f9f9}.section{padding:64px 0}.divider{background:linear-gradient(90deg,#fb33a4,#604dbc);height:4px;border-radius:2px}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.01em}h3{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:1.3}@media (hover: hover){.product-card:hover .product-card__image img{transform:scale(1.05);transition:transform .3s ease}.collection-card:hover{box-shadow:0 1.5rem 4rem #fb33a426}}.button,button[type=submit],input[type=submit]{font-family:Inter,sans-serif;cursor:pointer;display:inline-block;text-decoration:none;text-align:center;position:relative;overflow:hidden;font-weight:600;letter-spacing:.02em}.button:active{transform:translateY(0)}.button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.button:hover:before{width:300px;height:300px}.trust-indicators{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:32px 0;background:#f8f9fa;border-radius:12px;margin:40px 0}.trust-indicator{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;text-align:center;min-width:150px}.trust-indicator__icon{font-size:2rem;color:#10b981;margin-bottom:8px}.trust-indicator__text{font-size:.875rem;font-weight:600;color:#2d3748;line-height:1.4}@media screen and (max-width: 749px){.hero h1{font-size:2rem}.product-list .columns{grid-template-columns:1fr}.section{padding:48px 0}}.button:focus-visible,a:focus-visible{outline:3px solid #FB33A4;outline-offset:2px}.product-card img{transition:opacity .3s ease}.product-card img[loading=lazy]{opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}.product-grid{display:grid;gap:20px}@media screen and (min-width: 750px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{text-wrap:pretty;max-width:65ch}.section{opacity:0;animation:fadeIn .6s ease forwards}.section:nth-child(1){animation-delay:.1s}.section:nth-child(2){animation-delay:.2s}.section:nth-child(3){animation-delay:.3s}.section:nth-child(4){animation-delay:.4s}.section:nth-child(5){animation-delay:.5s}.section:nth-child(6){animation-delay:.6s}.section:nth-child(7){animation-delay:.7s}.section:nth-child(8){animation-delay:.8s}.product-card{opacity:0;animation:fadeInUp .6s ease forwards}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}html{scroll-behavior:smooth}@media (prefers-contrast: high){.button{border:2px solid currentColor}.product-card{border:1px solid #000}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.section,.product-card,.hero h1,.hero .divider{animation:none!important;opacity:1!important}}.media-with-content+.media-with-content{margin-top:0}.section+.section:before{content:"";display:block;margin:0 auto;width:80%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.06),transparent)}.hero+.section:before,.media-with-content+.featured-product-section:before,.featured-product-section+.featured-product-section:before{display:none}.media-with-content img,.featured-product-section img{transition:transform .5s ease}.media-with-content:hover img,.featured-product-section:hover img{transform:scale(1.02)}.hero .button{position:relative;overflow:hidden;background:#fb33a4;color:#fff;border:none;padding:16px 36px;font-size:1.125rem;font-weight:700;border-radius:10px;box-shadow:0 6px 20px #fb33a459;transition:all .3s ease;margin-top:12px}.hero .button:hover{background:#604dbc;transform:translateY(-3px);box-shadow:0 8px 28px #604dbc73}@media screen and (min-width: 750px){.section-x8mrnx{padding:100px 40px!important}.product-list-themegen{padding-top:100px!important;padding-bottom:100px!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/homepage-enhancements.css.map */
