.cart-page{padding:2rem 0 4rem}.cart-page h1{font-size:1.75rem;margin:0 0 1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem 0}.cart-form{display:grid;grid-template-columns:1fr 20rem;gap:2.5rem;align-items:start}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:5rem 1fr auto;gap:1rem;align-items:start;padding:1.25rem 0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.cart-item__image{display:block;border-radius:.4rem;overflow:hidden;background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.cart-item__image img{width:100%;height:auto;aspect-ratio:5 / 7;object-fit:cover;display:block}.cart-item__details{display:flex;flex-direction:column;gap:.3rem}.cart-item__title{color:currentcolor;text-decoration:none;font-weight:600;font-size:.95rem}.cart-item__variant,.cart-item__price{margin:0;font-size:.85rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.cart-item__actions{display:flex;align-items:center;gap:1rem;margin-top:.4rem}.cart-item__quantity{width:4rem;padding:.4rem .5rem;border:1px solid color-mix(in srgb,var(--color-foreground) 25%,transparent);border-radius:var(--style-border-radius-inputs, 4px)}.cart-item__remove{font-size:.85rem;color:color-mix(in srgb,var(--color-foreground) 55%,transparent)}.cart-item__line-total{margin:0;font-weight:600;white-space:nowrap}.cart-summary{position:sticky;top:1.5rem;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:1rem}.cart-summary__total{font-weight:700;font-size:1.2rem}.cart-summary__hint{margin:0;font-size:.8rem;color:color-mix(in srgb,var(--color-foreground) 55%,transparent)}.cart-summary__hint--legal a{color:inherit}.cart-summary__actions{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.cart-summary__actions .button{width:100%}@media(max-width:48rem){.cart-form{grid-template-columns:1fr}.cart-summary{position:static}}.category-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;padding:0 0 1.5rem}.category-card{position:relative;display:block;border-radius:.75rem;overflow:hidden;text-decoration:none;background:color-mix(in srgb,var(--color-foreground) 6%,transparent);aspect-ratio:2.4 / 1;transition:transform .15s ease,box-shadow .15s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px color-mix(in srgb,var(--color-foreground) 20%,transparent)}.category-card--soccer-ball{background:linear-gradient(135deg,#1b3a2b,#0d1f16)}.category-card--cards{background:linear-gradient(135deg,#2a1f3d,#140f20)}.category-card__image{width:100%;height:100%}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ffffff29}.category-card__placeholder svg{width:38%;height:38%;max-width:6rem}.category-card__label{position:absolute;inset:auto 0 0 0;padding:.9rem 1.1rem;font-size:1.25rem;font-weight:600;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent 70%)}.collection-teaser{padding:2rem 0}.collection-teaser__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.collection-teaser__header h2{font-size:1.5rem;margin:0}.collection-teaser__view-all{color:currentcolor;font-size:.9rem}.collection-teaser__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.collection-header{padding:2rem 0 1.5rem}.collection-header h1{margin:0 0 .5rem}.collection-layout{display:flex;gap:2rem;align-items:flex-start}.collection-filters-drawer{display:contents}.collection-filters-toggle{display:none}.collection-filters{flex:0 0 14rem;display:flex;flex-direction:column;gap:1.25rem}.collection-filters__group{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.collection-filters__group legend{font-weight:600;font-size:.9rem;margin-bottom:.3rem;padding:0}.collection-filters__option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:color-mix(in srgb,var(--color-foreground) 80%,transparent)}.collection-filters__reset{font-size:.85rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.collection-products{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;padding-bottom:3rem;min-width:0}@media(max-width:48rem){.collection-layout{flex-direction:column}.collection-filters-drawer{display:block;width:100%}.collection-filters-toggle{display:block;cursor:pointer;font-weight:600;font-size:.95rem;padding:.75rem 0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}.collection-filters-drawer:not([open]) .collection-filters{display:none}.collection-filters{flex:none;width:100%;flex-direction:column;gap:1.25rem;padding-top:1rem}.collection-products{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}}.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;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-bottom:1.5rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:48rem){footer{flex-direction:column;align-items:flex-start}footer .footer__links{gap:.75rem 1.25rem}}header{position:relative;height:5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}.header__logo-link{justify-content:flex-start;gap:.6rem;font-weight:700;font-size:1.15rem}.header__logo-mark{width:2.5rem;height:2.5rem;display:block}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}.header__menu-drawer{display:contents}.header__menu-toggle{display:none;list-style:none;cursor:pointer;padding:.5rem;margin:-.5rem}.header__menu-toggle::-webkit-details-marker{display:none}.header__menu-toggle svg{width:1.6rem;height:1.6rem;display:block}@media(max-width:48rem){.header__menu-drawer{display:block}.header__menu-toggle{display:flex;align-items:center}header .header__menu{display:none}.header__menu-drawer[open] .header__menu{display:flex;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--color-background);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);padding:.5rem var(--page-margin, 1rem) 1rem;z-index:30}.header__menu-drawer[open] .header__menu a{justify-content:flex-start;padding:.6rem 0}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{padding:1.25rem 0 1.5rem;text-align:center}.hero__content{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:.5rem;align-items:center}.hero__logo{width:100%;max-width:9rem;height:auto;margin-bottom:.1rem}.hero__heading{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.15;margin:0}.hero__subheading{font-size:1rem;color:color-mix(in srgb,var(--color-foreground) 70%,transparent);margin:0}.product{display:grid;grid-template-columns:minmax(0,24rem) 1fr;gap:3rem;padding:2rem 0 4rem;align-items:start}.product-images{display:flex;flex-direction:column;gap:.75rem;position:sticky;top:1.5rem}.product-images__frame{background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background));border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:1rem;padding:1.5rem;display:flex;align-items:center;justify-content:center}.product-images__frame--secondary{padding:.75rem;max-width:8rem}.product-image{width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 16px color-mix(in srgb,var(--color-foreground) 15%,transparent)}.product-info{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.product-eyebrow{margin:0;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:color-mix(in srgb,var(--color-foreground) 55%,transparent)}.product-info h1{font-size:1.85rem;line-height:1.2;margin:0 0 .25rem}.product-price-row{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin:.25rem 0 .5rem}.product-price{font-size:1.65rem;font-weight:700;margin:0}.product-price__compare{font-size:1.1rem;opacity:.5;margin-right:.4rem;font-weight:400}.product-stock{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:color-mix(in srgb,var(--color-foreground) 65%,transparent);margin:0}.product-stock__dot{width:.5rem;height:.5rem;border-radius:50%;background:#2e7d46}.product-stock__dot[data-available=false]{background:#b3392c}.product-details{width:100%;display:flex;flex-direction:column;margin:.75rem 0;border-top:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.product-details>div{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);font-size:.9rem}.product-details dt{color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.product-details dd{margin:0;font-weight:600;text-align:right}.product-description{font-size:.95rem;color:color-mix(in srgb,var(--color-foreground) 80%,transparent);margin:.25rem 0}.product-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:24rem;margin-top:1rem}.product-form__row{display:flex;gap:.75rem}.product-form__field{display:flex;flex-direction:column;gap:.35rem;flex:1}.product-form__field--quantity{flex:0 0 6rem}.product-form__label{font-size:.8rem;font-weight:600;color:color-mix(in srgb,var(--color-foreground) 65%,transparent);display:inline-flex;align-items:center;gap:.3rem}.product-private-sale-hint{margin:0;font-size:.78rem;color:color-mix(in srgb,var(--color-foreground) 50%,transparent)}.info-tooltip{position:relative;display:inline-flex;color:color-mix(in srgb,var(--color-foreground) 50%,transparent);cursor:help}.info-tooltip svg{width:1rem;height:1rem}.info-tooltip__bubble{display:none;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);width:16rem;max-width:70vw;background:var(--color-foreground);color:var(--color-background);font-size:.78rem;font-weight:400;line-height:1.4;padding:.6rem .75rem;border-radius:.4rem;z-index:20;text-transform:none}.info-tooltip:hover .info-tooltip__bubble,.info-tooltip:focus .info-tooltip__bubble,.info-tooltip:focus-within .info-tooltip__bubble{display:block}.product-form select,.product-form__quantity{padding:.7rem .85rem;border:1px solid color-mix(in srgb,var(--color-foreground) 22%,transparent);border-radius:var(--style-border-radius-inputs, 4px);font-size:.95rem}.product-form__submit{width:100%;padding:.9rem 1.5rem;font-size:1rem;margin-top:.75rem}@media(max-width:48rem){.product{grid-template-columns:1fr;gap:1.5rem}.product-images{position:static}.product-images__frame{max-width:18rem;margin:0 auto}}.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}.trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:2rem 0 3rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent)}.trust-strip__item{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}.trust-strip__item span{color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.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}.product-card{display:flex;flex-direction:column;gap:.5rem}.product-card__media{position:relative;display:block;border-radius:.6rem;overflow:hidden;background:color-mix(in srgb,var(--color-foreground) 6%,transparent);box-shadow:0 1px 3px color-mix(in srgb,var(--color-foreground) 12%,transparent);transition:box-shadow .15s ease,transform .15s ease}.product-card__media:hover{box-shadow:0 8px 20px color-mix(in srgb,var(--color-foreground) 18%,transparent);transform:translateY(-2px)}.product-card__image img{aspect-ratio:5 / 7;object-fit:cover}.product-card__badge{position:absolute;top:.5rem;left:.5rem;background:color-mix(in srgb,var(--color-background) 90%,transparent);color:var(--color-foreground);font-size:.7rem;font-weight:600;padding:.2rem .55rem;border-radius:999px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__quick-add{flex:none;width:2rem;height:2rem;border-radius:50%;border:none;background:var(--color-foreground);color:var(--color-background);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,background .15s ease}.product-card__quick-add svg{width:1rem;height:1rem}.product-card__quick-add:hover{transform:scale(1.08)}.product-card__quick-add:disabled{background:color-mix(in srgb,var(--color-foreground) 35%,transparent);cursor:not-allowed}.product-card__quick-add[data-state=added]{background:#2e7d46}.product-card__quick-add[data-state=added] svg{transform:rotate(45deg);transition:transform .15s ease}.product-card__info{display:flex;flex-direction:column;gap:.15rem;text-decoration:none;color:currentcolor;min-width:0}.product-card__title{font-size:.95rem;font-weight:500}.product-card__price{font-size:.9rem;font-weight:600;color:color-mix(in srgb,var(--color-foreground) 80%,transparent)}.product-card__price--compare{margin-right:.35rem;opacity:.55;font-weight:400}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
