.shop-hero{position:relative}.shop-hero__inner{display:grid;gap:var(--gutter-regular)}.shop-hero__heading{margin:0}.shop-hero__sub{color:var(--color-secondary-text-main);max-width:44em}.shop-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}@media screen and (max-width:767px){.shop-hero__chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:calc(var(--gutter-container) * -1);margin-right:calc(var(--gutter-container) * -1);padding-left:var(--gutter-container);padding-right:var(--gutter-container);scroll-padding-left:var(--gutter-container)}.shop-hero__chips::-webkit-scrollbar{display:none}.shop-hero__chips li{flex:0 0 auto}}.shop-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:var(--border-width-buttons) solid var(--color-borders-main);border-radius:var(--border-radius-buttons);font-size:calc(var(--base-body-size) * 1px * .88);font-weight:var(--font-weight-body-bold);line-height:1.2;color:var(--color-text-main);text-decoration:none;background:var(--color-fourth-background-main);white-space:nowrap;transition:background .18s ease,border-color .18s ease,color .18s ease}.shop-chip:hover,.shop-chip:focus-visible{background:var(--color-accent-main);border-color:var(--color-accent-main);color:var(--color-foreground-accent-main)}.shop-chip--ghost{background:transparent}.shop-trust{display:flex;flex-wrap:wrap;gap:10px 28px;margin:0;padding:14px 0 0;list-style:none;border-top:1px solid var(--color-borders-main);color:var(--color-secondary-text-main);font-size:calc(var(--base-body-size) * 1px * .9)}.shop-trust li{display:inline-flex;align-items:center;gap:8px}.shop-trust svg{width:18px;height:18px;flex:0 0 18px;color:var(--color-accent-main)}.shop-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--gutter-regular);margin-bottom:var(--gutter-regular)}.shop-section__head .title{margin:0}.shop-section__sub{margin:.35em 0 0;color:var(--color-secondary-text-main)}.shop-section__link{flex:0 0 auto;white-space:nowrap}@media screen and (max-width:767px){.shop-section__head{flex-direction:column;align-items:flex-start;gap:6px}}.shop-tiles{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(var(--shop-cols, 4),minmax(0,1fr))}@media screen and (max-width:1023px){.shop-tiles{grid-template-columns:repeat(var(--shop-cols-lap, 3),minmax(0,1fr))}}@media screen and (max-width:767px){.shop-tiles{grid-template-columns:repeat(var(--shop-cols-mobile, 2),minmax(0,1fr))}}.shop-tiles--compact{gap:calc(var(--grid-gap) * .6)}.shop-tile{position:relative;display:flex;flex-direction:column;background:var(--color-background-cards);border:var(--border-width-cards) solid var(--color-borders-cards);border-radius:var(--border-radius-cards);overflow:hidden;color:var(--color-text-cards);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.shop-tile:hover,.shop-tile:focus-within{transform:translateY(-2px);box-shadow:0 10px 24px #00000014;border-color:var(--color-borders-forms-secondary)}.shop-tile__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.shop-tile__media{position:relative;width:100%;height:0;padding-top:var(--shop-pad, 100%);background:var(--color-third-background-main);overflow:hidden}.shop-tile__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.shop-tile:hover .shop-tile__media img{transform:scale(1.05)}.shop-tile__media--contain img{object-fit:contain;padding:var(--image-fit-padding, 10%);background:#fff}.shop-tile__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--color-secondary-text-main)}.shop-tile__placeholder svg{width:34%;height:34%;opacity:.35}.shop-tile__badge{position:absolute;top:10px;left:10px;z-index:1;padding:4px 10px;border-radius:30px;background:var(--color-accent-main);color:var(--color-foreground-accent-main);font-size:calc(var(--base-body-size) * 1px * .72);font-weight:var(--font-weight-body-bold);letter-spacing:.02em;text-transform:uppercase;line-height:1.3}.shop-tile__body{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:12px 14px 13px}.shop-tile__title{margin:0;font-size:calc(var(--base-body-size) * 1px * 1.05);font-weight:var(--font-weight-body-bold);line-height:1.25}.shop-tile__subtitle{display:block;margin-top:3px;font-size:calc(var(--base-body-size) * 1px * .82);font-weight:var(--font-weight-body);color:var(--color-secondary-text-cards)}.shop-tile__count{flex:0 0 auto;font-size:calc(var(--base-body-size) * 1px * .78);color:var(--color-secondary-text-cards);white-space:nowrap}.shop-tile__arrow{flex:0 0 auto;width:18px;height:18px;transition:transform .2s ease}.shop-tile:hover .shop-tile__arrow{transform:translate(3px)}.shop-tile--overlay .shop-tile__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000009e,#0000000d 55%,#0000)}.shop-tile--overlay .shop-tile__body{position:absolute;left:0;right:0;bottom:0;z-index:1;color:#fff;padding:14px 16px 15px}.shop-tile--overlay .shop-tile__title,.shop-tile--overlay .shop-tile__count,.shop-tile--overlay .shop-tile__subtitle{color:#fff}.shop-tile--overlay .shop-tile__count{opacity:.85}.shop-tiles--compact .shop-tile{flex-direction:row;align-items:center}.shop-tiles--compact .shop-tile__media{flex:0 0 72px;width:72px;height:72px;padding-top:0}.shop-tiles--compact .shop-tile__body{flex:1 1 auto;padding:10px 12px}.shop-tiles--compact .shop-tile__title{font-size:calc(var(--base-body-size) * 1px * .95)}@media screen and (max-width:474px){.shop-tiles--compact{grid-template-columns:1fr}}.shop-index{columns:4;column-gap:var(--gutter-large);margin:0;padding:0;list-style:none}@media screen and (max-width:1023px){.shop-index{columns:3}}@media screen and (max-width:767px){.shop-index{columns:2;column-gap:var(--gutter-regular)}}@media screen and (max-width:474px){.shop-index{columns:1}}.shop-index li{break-inside:avoid;padding:7px 0;border-bottom:1px solid var(--color-borders-main)}.shop-index a{display:flex;justify-content:space-between;gap:10px;color:var(--color-text-main);text-decoration:none}.shop-index a:hover .shop-index__name{text-decoration:underline;text-underline-offset:3px}.shop-index__count{color:var(--color-secondary-text-main);font-size:calc(var(--base-body-size) * 1px * .82);white-space:nowrap}.shop-index__footer{display:flex;flex-wrap:wrap;gap:12px;margin-top:var(--gutter-regular)}@media(prefers-reduced-motion:reduce){.shop-tile,.shop-tile__media img,.shop-tile__arrow,.shop-chip{transition:none!important}.shop-tile:hover,.shop-tile:hover .shop-tile__media img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-shop.css.map */
