.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground)}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.hero-section{min-height:100vh;background:linear-gradient(135deg,#1e5aaf,#1e40af,#3b82f6 50%,#60a5fa);position:relative;overflow:hidden;display:flex;align-items:center}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="30" cy="30" r="4"/></g></svg>') repeat;pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.hero-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:50px;font-size:14px;margin-bottom:2rem;animation:fadeInUp .8s ease-out}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .2s backwards}.gradient-text{background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.6;opacity:.9;margin-bottom:2.5rem;max-width:500px;animation:fadeInUp .8s ease-out .4s backwards}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;animation:fadeInUp .8s ease-out .6s backwards}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 24px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;box-shadow:0 4px 15px #ff6b6b66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b99}.btn-secondary{background:transparent;color:#fff;border-color:#ffffff80}.btn-secondary:hover{background:#ffffff1a;border-color:#fff}.hero-stats{display:flex;gap:2rem;animation:fadeInUp .8s ease-out .8s backwards}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:gold;margin-bottom:.25rem}.stat-label{font-size:.875rem;opacity:.8}.hero-visual{position:relative;animation:fadeInRight 1s ease-out .5s backwards}.hero-image-container{position:relative;display:flex;justify-content:center;align-items:center;width:500px;height:500px;margin:0 auto}.hero-image{width:500px;height:500px;animation:float 6s ease-in-out infinite;position:relative;z-index:1}.hero-image img{width:100%;height:100%;object-fit:contain}.floating-elements{position:absolute;width:100%;height:100%;pointer-events:none;z-index:10}.floating-card{position:absolute;background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 8px 25px #0000001a;font-size:14px;font-weight:600;color:#333;animation:floatCard 4s ease-in-out infinite;z-index:10}.card-1{top:25%;left:0%;animation-delay:0s}.card-2{top:45%;right:-10%;animation-delay:1.5s}.card-3{bottom:25%;left:5%;animation-delay:3s}.features-section{padding:120px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a202c;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#718096;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.feature-card p{color:#718096;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(-5px) rotate(-1deg)}}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center;padding:2rem 1rem}.hero-visual{order:-1}.hero-actions{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.floating-card{display:none}.features-section{padding:80px 0}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}@media (max-width: 480px){.hero-section{min-height:80vh}.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.hero-stats{gap:1rem}.stat-number{font-size:1.5rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
