.mg-collections-page{background:#f6f7f8;padding:40px 0 80px}.mg-collections-page__inner{width:min(1240px,calc(100% - 40px));margin:0 auto}.mg-collections-hero{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;min-height:330px;padding:56px;border-radius:28px;color:#fff;background:radial-gradient(circle at 88% 18%,rgba(153,204,39,.32),transparent 28%),linear-gradient(135deg,#101820,#172637 62%,#123c2c);box-shadow:0 24px 60px #0f182024}.mg-collections-hero:after{content:"";position:absolute;z-index:-1;right:-90px;bottom:-150px;width:360px;height:360px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 54px #ffffff09,0 0 0 108px #ffffff06}.mg-collections-hero__content{max-width:720px}.mg-collections-hero__eyebrow,.mg-collections-heading__eyebrow{margin:0 0 10px;color:#99cc27;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mg-collections-hero h1{margin:0;max-width:700px;color:#fff;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.045em}.mg-collections-hero__intro{max-width:650px;margin:22px 0 0;color:#ffffffc7;font-size:18px;line-height:1.6}.mg-collections-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.mg-collections-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease}.mg-collections-button:hover{transform:translateY(-2px)}.mg-collections-button--primary{color:#10200b;background:#99cc27}.mg-collections-button--secondary{color:#fff;border-color:#ffffff47;background:#ffffff14}.mg-collections-hero__stat{display:flex;flex-direction:column;width:220px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mg-collections-hero__stat strong{color:#99cc27;font-size:18px}.mg-collections-hero__stat span{margin-top:6px;color:#ffffffbd;font-size:14px;line-height:1.5}.mg-collections-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:56px 0 24px}.mg-collections-heading h2{margin:0;color:#121820;font-size:clamp(30px,4vw,44px);line-height:1.05;letter-spacing:-.035em}.mg-collections-heading__link{flex:0 0 auto;color:#121820;font-weight:800;text-decoration:none}.mg-collections-heading__link span{color:#72a800}.mg-collections-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.mg-collection-card{min-width:0;overflow:hidden;border:1px solid #e5e8eb;border-radius:20px;background:#fff;box-shadow:0 8px 30px #1118200e;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mg-collection-card:hover{transform:translateY(-5px);border-color:#72a80059;box-shadow:0 18px 42px #1118201c}.mg-collection-card__link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}.mg-collection-card__media{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:linear-gradient(145deg,#f0f3f4,#e7ebed)}.mg-collection-card__image{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .26s ease}.mg-collection-card:hover .mg-collection-card__image{transform:scale(1.035)}.mg-collection-card__fallback{display:grid;width:100%;height:100%;place-items:center;background:radial-gradient(circle at 30% 25%,rgba(153,204,39,.28),transparent 32%),linear-gradient(145deg,#14212e,#1e3b2c)}.mg-collection-card__fallback span{color:#ffffffe6;font-size:72px;font-weight:900}.mg-collection-card__badge{position:absolute;top:14px;left:14px;padding:7px 11px;border-radius:999px;color:#16200f;background:#ffffffe6;box-shadow:0 5px 18px #11182014;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mg-collection-card--deals .mg-collection-card__badge{color:#fff;background:#0abf53}.mg-collection-card__content{display:flex;flex:1;flex-direction:column;padding:22px}.mg-collection-card__title-row{display:flex;align-items:start;justify-content:space-between;gap:16px}.mg-collection-card h3{margin:0;color:#121820;font-size:20px;line-height:1.2;letter-spacing:-.02em}.mg-collection-card__arrow{flex:0 0 auto;color:#72a800;font-size:22px;line-height:1;transition:transform .18s ease}.mg-collection-card:hover .mg-collection-card__arrow{transform:translate(4px)}.mg-collection-card__content p{margin:12px 0 18px;color:#64707c;font-size:14px;line-height:1.55}.mg-collection-card__count{margin-top:auto;color:#38434d;font-size:13px;font-weight:750}.mg-collection-card__link:focus-visible,.mg-collections-button:focus-visible,.mg-collections-heading__link:focus-visible{outline:3px solid #99cc27;outline-offset:3px}@media screen and (max-width:1050px){.mg-collections-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:800px){.mg-collections-page{padding-top:24px}.mg-collections-page__inner{width:min(100% - 28px,720px)}.mg-collections-hero{grid-template-columns:1fr;min-height:auto;padding:38px 30px}.mg-collections-hero__stat{width:auto;max-width:320px}.mg-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:560px){.mg-collections-page{padding-bottom:56px}.mg-collections-page__inner{width:min(100% - 22px,520px)}.mg-collections-hero{padding:32px 24px;border-radius:22px}.mg-collections-hero h1{font-size:42px}.mg-collections-hero__intro{font-size:16px}.mg-collections-hero__actions,.mg-collections-button{width:100%}.mg-collections-heading{align-items:start;margin-top:42px}.mg-collections-heading__link{display:none}.mg-collections-grid{grid-template-columns:1fr;gap:16px}.mg-collection-card__media{aspect-ratio:16 / 10}}@media(prefers-reduced-motion:reduce){.mg-collection-card,.mg-collection-card__image,.mg-collection-card__arrow,.mg-collections-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/32/compiled_assets/styles.css.map?subset=AAAC */
