.tgd-supermarket{width:100%;background:#fff;color:#111;font-family:var(--font-body-family)}.tgd-supermarket__hero{padding:72px 18px 56px;text-align:center;border-bottom:1px solid #e5e5e5}.tgd-supermarket__eyebrow{margin:0 0 18px;font-size:10px;line-height:1;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#2b00f9}.tgd-supermarket__title{width:100%;max-width:none;margin:0 auto;font-size:clamp(42px,5.6vw,92px);line-height:.92;font-weight:700;letter-spacing:-.06em;text-transform:uppercase;text-align:center}.tgd-supermarket__title span{display:block;white-space:nowrap}.tgd-supermarket__subtitle{max-width:900px;margin:22px auto 0;font-size:20px;line-height:1.45;font-weight:400;letter-spacing:-.02em;color:#333}.tgd-supermarket__collections{display:flex;align-items:center;gap:26px;padding:14px 18px;border-bottom:1px solid #e5e5e5;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.tgd-supermarket__collections::-webkit-scrollbar{display:none}.tgd-supermarket__collection-link{color:#111;text-decoration:none;font-size:10px;line-height:1;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.tgd-supermarket__collection-link:hover{color:#2b00f9}.tgd-supermarket__toolbar{display:flex;justify-content:space-between;align-items:center;min-height:42px;padding:0 18px;border-bottom:1px solid #e5e5e5}.tgd-supermarket__count{font-size:10px;line-height:1;font-weight:500;text-transform:uppercase;color:#555}.tgd-supermarket__actions{display:flex;align-items:center;gap:22px}.tgd-supermarket__sort-button,.tgd-supermarket__filter-button{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:0;color:#111;font:inherit;font-size:10px;line-height:1;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.tgd-supermarket__sort-button:hover,.tgd-supermarket__filter-button:hover{color:#2b00f9}.tgd-supermarket__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#fff}.tgd-supermarket-card{display:block;color:#111;text-decoration:none;background:#fff}.tgd-supermarket-card__media{position:relative;width:100%;aspect-ratio:3 / 4;background:#f3f3f3;overflow:hidden}.tgd-supermarket-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.tgd-supermarket-card:hover .tgd-supermarket-card__image{transform:scale(1.015)}.tgd-supermarket-card__info{padding:7px 6px 12px;min-height:44px}.tgd-supermarket-card__title{margin:0 0 3px;font-size:10px;line-height:1.15;font-weight:400;letter-spacing:.01em;text-transform:uppercase;color:#111}.tgd-supermarket-card__price{margin:0;font-size:10px;line-height:1.15;font-weight:700;letter-spacing:.01em;color:#111}.tgd-supermarket__empty{padding:80px 18px;text-align:center;font-size:12px;color:#555}@media screen and (min-width:1600px){.tgd-supermarket__grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (max-width:1200px){.tgd-supermarket__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:900px){.tgd-supermarket__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tgd-supermarket__hero{padding:58px 16px 44px}}@media screen and (max-width:640px){.tgd-supermarket__hero{padding:46px 14px 36px}.tgd-supermarket__title{font-size:clamp(28px,9.5vw,46px);letter-spacing:-.055em}.tgd-supermarket__subtitle{max-width:320px;font-size:12px}.tgd-supermarket__collections{gap:20px;padding:13px 14px}.tgd-supermarket__toolbar{padding:0 14px}.tgd-supermarket__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tgd-supermarket-card__info{padding:6px 5px 11px}.tgd-supermarket-card__title,.tgd-supermarket-card__price{font-size:9px}}.tgd-supermarket-filter{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.tgd-supermarket-filter.is-open{pointer-events:auto;visibility:visible}.tgd-supermarket-filter__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e;opacity:0;transition:opacity .28s ease}.tgd-supermarket-filter.is-open .tgd-supermarket-filter__overlay{opacity:1}.tgd-supermarket-filter__panel{position:absolute;top:0;right:0;width:min(520px,100%);height:100%;background:#181818;color:#fff;transform:translate(100%);transition:transform .32s ease;display:flex;flex-direction:column}.tgd-supermarket-filter.is-open .tgd-supermarket-filter__panel{transform:translate(0)}.tgd-supermarket-filter__header{position:relative;display:flex;align-items:center;justify-content:center;min-height:74px;padding:0 64px;border-bottom:1px solid rgba(255,255,255,.08)}.tgd-supermarket-filter__title{margin:0;font-size:14px;line-height:1;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.tgd-supermarket-filter__close{position:absolute;right:28px;top:50%;transform:translateY(-50%);-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#fff;font-size:28px;line-height:1;font-weight:300;cursor:pointer}.tgd-supermarket-filter__body{flex:1;padding:42px 42px 120px;overflow-y:auto}.tgd-supermarket-filter__row{width:100%;-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#fff;padding:17px 0;display:flex;justify-content:space-between;align-items:center;font:inherit;font-size:13px;line-height:1;font-weight:500;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.tgd-supermarket-filter__row:hover{color:#2b00f9}.tgd-supermarket-filter__footer{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px 42px;background:#181818}.tgd-supermarket-filter__clear,.tgd-supermarket-filter__view{-webkit-appearance:none;appearance:none;border:0;min-height:58px;padding:0 18px;font:inherit;font-size:13px;line-height:1;font-weight:500;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.tgd-supermarket-filter__clear{background:#252525;color:#ffffff73}.tgd-supermarket-filter__view{background:#fff;color:#111}.tgd-supermarket-filter__view:hover{background:#2b00f9;color:#fff}@media screen and (max-width:640px){.tgd-supermarket-filter__panel{width:100%}.tgd-supermarket-filter__header{min-height:68px}.tgd-supermarket-filter__body{padding:34px 28px 110px}.tgd-supermarket-filter__footer{padding:20px 28px;gap:12px}.tgd-supermarket-filter__clear,.tgd-supermarket-filter__view{min-height:54px;font-size:12px}}@media screen and (max-width:1024px){.tgd-supermarket__subtitle{max-width:none!important;width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0 14px 4px!important;display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tgd-supermarket__subtitle::-webkit-scrollbar{display:none}.tgd-supermarket__subtitle>span:nth-child(odd){min-height:36px!important;padding:0 14px 0 7px!important;border-radius:12px!important;font-size:11px!important;gap:8px!important;flex:0 0 auto!important;scroll-snap-align:start}.tgd-supermarket__subtitle>span:nth-child(odd)>span{width:22px!important;height:22px!important;font-size:10px!important;border-width:1.5px!important}.tgd-supermarket__subtitle>span:nth-child(2n){width:28px!important;min-width:28px!important;height:1.5px!important;margin:0 8px!important;flex:0 0 auto!important}}@media screen and (max-width:1024px){.tgd-supermarket{overflow-x:hidden}.tgd-supermarket__hero{overflow-x:hidden;padding-left:0;padding-right:0}.tgd-supermarket__title{width:100%;max-width:100%;font-size:clamp(22px,7vw,30px);line-height:.95;letter-spacing:-.055em;padding:0 12px;box-sizing:border-box;text-align:center}.tgd-supermarket__title span{display:block;white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/tgd-supermarket-main.css.map */
