.fresh-market{--fresh-market-canvas: #fffefa;--fresh-market-frame: #d9e4da;--fresh-market-card-outline: #e1e8e2;--fresh-market-media: #fff;--fresh-market-divider: #dfe8e0;--fresh-market-mobile-divider: #e7ece7;font-family:var(--font-body-family);font-weight:var(--font-body-weight);padding-block:var(--fresh-market-padding-top) var(--fresh-market-padding-bottom)}.fresh-market *,.fresh-market *:before,.fresh-market *:after{box-sizing:border-box}.fresh-market__page{width:min(calc(100% - 48px),1800px);margin-inline:auto}.fresh-market__shell{display:grid;width:100%;min-height:250px;grid-template-columns:236px minmax(0,1fr);overflow:hidden;border:1px solid var(--fresh-market-frame);border-radius:16px;background:var(--fresh-market-canvas);box-shadow:var(--card-shadow)}.fresh-market__channel{position:relative;display:flex;min-width:0;min-height:248px;padding:17px 16px;overflow:hidden;color:rgb(var(--fresh-market-accent));background-color:#f3f5e9;background-image:var(--fresh-market-channel-image);background-repeat:no-repeat;background-position:center bottom;background-size:cover;box-shadow:inset -1px 0 rgba(var(--fresh-market-accent),.1)}.fresh-market__channel-copy{position:relative;z-index:1;width:100%}.fresh-market__heading-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.fresh-market__heading{margin:0;color:inherit;font-family:var(--font-heading-family);font-size:25px;font-weight:var(--font-heading-weight);line-height:1.1;letter-spacing:0}.fresh-market__badge{display:inline-flex;min-height:22px;padding:3px 7px;border-radius:5px;border:1px solid rgba(var(--fresh-market-sale),.22);color:rgb(var(--fresh-market-sale));background:rgba(var(--fresh-market-sale),.1);align-items:center;font-family:var(--font-pcard-badge-family);font-size:10px;font-weight:var(--font-pcard-badge-weight);line-height:1;white-space:nowrap}.fresh-market__subheading{margin:7px 0 0;color:rgba(var(--fresh-market-accent),.76);font-family:var(--font-subheading-family);font-size:var(--font-subheading-size);font-weight:var(--font-subheading-weight);line-height:1.35;letter-spacing:var(--font-subheading-letter-spacing);text-transform:var(--font-subheading-transform)}.fresh-market__tabs{display:flex;min-width:0;width:auto;height:30px;min-height:30px;padding:3px;border:0;border-radius:999px;box-sizing:border-box;align-items:stretch;flex:1 1 auto;flex-wrap:nowrap;gap:0;background:rgba(var(--fresh-market-accent),.055);overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.fresh-market__tabs::-webkit-scrollbar{display:none}.fresh-market__tab{position:relative;display:inline-flex;min-width:0;height:24px;min-height:24px;padding:4px 13px;border:1px solid transparent;border-radius:8px;box-sizing:border-box;color:rgba(var(--color-foreground),.82);background:transparent;align-items:center;justify-content:center;font:inherit;font-family:var(--font-navigation-family);font-size:1.2rem;font-weight:500;line-height:1;text-transform:var(--navigation-transform);white-space:nowrap;cursor:pointer;transition:color .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.fresh-market__tab:hover{color:rgb(var(--fresh-market-accent));background:rgba(var(--fresh-market-surface),.62)}.fresh-market__tab.is-active{border-color:rgba(var(--fresh-market-accent),.58);color:rgb(var(--fresh-market-accent));background:rgb(var(--fresh-market-surface));font-weight:500;box-shadow:0 2px 6px rgba(var(--fresh-market-accent),.17);z-index:1}.fresh-market__tab:not(:first-child):before{position:absolute;top:5px;bottom:5px;left:-1px;width:1px;background:rgba(var(--fresh-market-accent),.25);content:""}.fresh-market__tab.is-active:before{display:none}.fresh-market__content{display:block;min-width:0;padding:10px 14px 12px;background:var(--fresh-market-canvas)}.fresh-market__toolbar,.fresh-market__deadline,.fresh-market__countdown,.fresh-market__toolbar-actions,.fresh-market__shop-all{display:flex;align-items:center}.fresh-market__toolbar{min-height:30px;margin-bottom:6px;padding-block:.6rem;justify-content:flex-start}.fresh-market__deadline{min-width:0;min-height:21px;margin-top:9px;color:rgba(var(--fresh-market-accent),.82);font-size:11px;font-weight:var(--font-body-weight-bolder);white-space:nowrap}.fresh-market__countdown{min-width:0;gap:5px}.fresh-market__countdown-label{color:rgba(var(--fresh-market-accent),.72)}.fresh-market__countdown time{display:inline-flex;color:rgb(var(--fresh-market-sale));align-items:center;gap:2px;font-size:11px;font-variant-numeric:tabular-nums;font-weight:var(--font-body-weight-bolder)}.fresh-market__countdown time [data-hours],.fresh-market__countdown time [data-minutes],.fresh-market__countdown time [data-seconds]{display:inline-flex;min-width:22px;min-height:21px;padding:2px 4px;border-radius:4px;border:1px solid rgba(var(--fresh-market-sale),.16);color:rgb(var(--fresh-market-sale));background:rgba(var(--fresh-market-sale),.11);align-items:center;justify-content:center}.fresh-market__toolbar-actions{flex:0 0 auto;max-width:100%;min-width:0;gap:16px;justify-content:space-between}.fresh-market__shop-all{position:relative;height:30px;min-height:30px;padding:4px 14px;border:0;border-radius:8px;box-sizing:border-box;color:rgb(var(--fresh-market-accent));background:var(--fresh-market-canvas);font-family:var(--font-navigation-family);font-size:1.2rem;font-weight:var(--font-navigation-weight);line-height:1;text-decoration:none;text-transform:var(--navigation-transform);white-space:nowrap;flex:0 0 auto;gap:7px;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.fresh-market__shop-all:before{content:none}.fresh-market__shop-all:after{width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor;content:"";transform:rotate(45deg)}.fresh-market__shop-all:hover{color:rgb(var(--fresh-market-accent));background:var(--fresh-market-canvas)}.fresh-market__tab:focus-visible,.fresh-market__shop-all:focus-visible,.fresh-market__edge-next:focus-visible,.fresh-market__track:focus-visible,.fresh-market-card a:focus-visible,.fresh-market-card button:focus-visible{outline:2px solid rgb(var(--color-keyboard-focus));outline-offset:2px}.fresh-market__rail{position:relative;min-width:0}.fresh-market__rail[hidden]{display:none}.fresh-market__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px) / 7);gap:8px;min-width:0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none}.fresh-market__track[hidden]{display:none}.fresh-market__track::-webkit-scrollbar{display:none}.fresh-market__card{min-width:0;scroll-snap-align:start}.fresh-market__card>.product-card{width:100%}.fresh-market__edge-next{position:absolute;z-index:2;top:50%;right:16px;display:inline-flex;width:44px;height:44px;padding:0;border:1px solid rgba(var(--fresh-market-accent),.2);border-radius:50%;color:rgb(var(--fresh-market-accent));background:#fffffff5;box-shadow:0 7px 18px #2e5d4121;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:color .16s ease,background-color .16s ease,border-color .16s ease}.fresh-market__edge-next .icon{width:19px;height:19px}.fresh-market__edge-next:hover{border-color:rgb(var(--fresh-market-accent));color:#fff;background:rgb(var(--fresh-market-accent))}.fresh-market__edge-next[hidden]{display:none}.fresh-market__empty{min-height:190px;margin:0;color:rgba(var(--color-foreground),.62);place-content:center;text-align:center}.fresh-market__empty:not([hidden]){display:grid}.fresh-market-card{position:relative;display:flex;min-width:0;height:190px;overflow:hidden;border:1px solid var(--fresh-market-card-outline);border-radius:8px;background:rgb(var(--fresh-market-surface));flex-direction:column;scroll-snap-align:start}.fresh-market-card__media{position:relative;height:112px;min-height:112px;overflow:hidden;border-bottom:0;background:var(--fresh-market-media)}.fresh-market-card__media>a{display:block;width:100%;height:100%}.fresh-market-card__media img,.fresh-market-card__media .placeholder-svg{display:block;width:100%;height:100%;padding:0;object-fit:contain;transition:opacity .36s ease,transform .85s cubic-bezier(.4,0,.2,1)}.fresh-market-card__media .fresh-market-card__image--second{position:absolute;top:0;right:0;bottom:0;left:0;display:none;opacity:0;visibility:hidden;transform:scale3d(1.08,1.08,1)}.fresh-market-card__discount{position:absolute;z-index:1;top:6px;left:6px;display:inline-flex;min-height:19px;padding:2px 5px;border-radius:4px;align-items:center;font-family:var(--font-pcard-badge-family);font-size:9px;font-weight:var(--font-pcard-badge-weight);line-height:1;color:#fff;background:rgb(var(--fresh-market-sale))}.fresh-market-card__body{display:flex;min-height:0;padding:6px 8px 7px;flex:1;flex-direction:column}.fresh-market-card__title{display:-webkit-box;min-height:31px;margin:0;overflow:hidden;color:rgb(var(--color-foreground));font-family:var(--font-pcard-title-family);font-size:11px;font-weight:var(--font-pcard-title-weight);line-height:1.4;letter-spacing:0;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fresh-market-card__title a{color:inherit;text-decoration:none}.fresh-market-card__footer,.fresh-market-card__prices,.fresh-market-card__action{display:flex;align-items:center}.fresh-market-card__footer{min-width:0;margin-top:4px;align-items:flex-end;justify-content:space-between;gap:5px}.fresh-market-card__prices{min-width:0;flex-wrap:wrap;gap:2px 5px}.fresh-market-card__price{color:rgb(var(--fresh-market-sale));font-family:var(--font-pcard-price-family);font-size:14px;font-weight:var(--font-pcard-price-weight);line-height:1.1;white-space:nowrap}.fresh-market-card__price--from{display:inline-flex;align-items:baseline;gap:3px;color:rgba(var(--color-foreground),.58);font-size:10px}.fresh-market-card__price-amount{color:rgb(var(--fresh-market-sale));font-size:14px;font-weight:var(--font-pcard-price-weight);line-height:1.1}.fresh-market-card__compare{color:rgba(var(--color-foreground),.52);font-size:9px;line-height:1.1;white-space:nowrap}.fresh-market-card__action,.fresh-market-card__form{flex:0 0 auto}.fresh-market-card__add{position:relative;display:inline-flex;width:42px;height:28px;min-width:42px;min-height:28px;padding:0;border:0;border-radius:999px;color:#fff;background:rgb(var(--fresh-market-action, 252, 113, 69));align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:transform .16s ease,filter .16s ease,opacity .16s ease}.fresh-market-card__add .btn__text{display:inline-flex}.fresh-market-card__add .icon{width:15px;height:15px}.fresh-market-card__add:after{position:absolute;top:-8px;right:-4px;bottom:-8px;left:-4px;border-radius:999px;content:""}.fresh-market-card__add:hover:not(:disabled){filter:brightness(.94);transform:translateY(-1px)}.fresh-market-card__add:disabled{cursor:not-allowed;opacity:.42}.fresh-market-card__add .loading__spinner{--loading-size: 15px}@media(min-width:768px){.fresh-market__toolbar{min-height:30px;padding-block:.3rem}.fresh-market__toolbar-actions{width:100%;gap:16px;justify-content:space-between}.fresh-market__tabs{width:auto;height:30px;min-height:30px;padding:3px;flex:0 1 auto;gap:0}.fresh-market__tab{height:24px;min-height:24px;padding:4px 16px;flex:0 0 auto;font-size:1.3rem}.fresh-market__shop-all{height:30px;min-height:30px;padding:4px 14px;flex:0 0 auto;justify-content:center;font-size:1.3rem}}@media(min-width:768px)and (hover:hover)and (pointer:fine){.fresh-market-card__media .fresh-market-card__image--second{display:block}.fresh-market-card:hover .fresh-market-card__media:not(.fresh-market-card__media--has-second) .fresh-market-card__image--main{transform:scale(1.025)}.fresh-market-card:hover .fresh-market-card__media--has-second .fresh-market-card__image--main{opacity:0}.fresh-market-card:hover .fresh-market-card__image--second{opacity:1;visibility:visible;transform:scaleZ(1)}}@media(min-width:1200px){.fresh-market__track{grid-auto-columns:158px}}@media(min-width:1200px)and (max-width:1599px){.fresh-market__shell{grid-template-columns:220px minmax(0,1fr)}}@media(min-width:768px)and (max-width:1199px){.fresh-market__shell{grid-template-columns:180px minmax(0,1fr)}.fresh-market__channel{padding-inline:13px}.fresh-market__heading{font-size:21px}.fresh-market__toolbar-actions{gap:12px}.fresh-market__tabs{max-width:calc(100% - 104px);gap:0}.fresh-market__tab{padding-inline:13px}.fresh-market__track{grid-auto-columns:calc((100% - 24px)/4)}}@media(max-width:767px){.fresh-market{padding-block:max(8px,var(--fresh-market-padding-top)) max(8px,var(--fresh-market-padding-bottom))}.fresh-market__page{width:100%;padding-inline:16px}.fresh-market__shell{display:block;min-height:0;border-radius:14px}.fresh-market__channel{min-height:92px;padding:10px 11px;background-image:var(--fresh-market-channel-image-mobile);background-position:center;background-size:cover}.fresh-market__channel-copy{max-width:56%}.fresh-market__heading-row{gap:6px}.fresh-market__heading{font-size:18px}.fresh-market__badge{min-height:19px;padding:2px 5px;font-size:9px}.fresh-market__subheading{margin-top:4px}.fresh-market__deadline{min-height:18px;margin-top:5px;font-size:9px}.fresh-market__tabs{width:auto;height:30px;min-height:30px;padding:3px;flex:1 1 auto;gap:0}.fresh-market__tab{height:24px;min-height:24px;padding:4px 10px;flex:1 0 auto}.fresh-market__tab:after{position:absolute;top:-10px;right:0;bottom:-10px;left:0;content:""}.fresh-market__content{padding:7px}.fresh-market__toolbar{min-height:44px;margin-bottom:7px;padding-block:0}.fresh-market__countdown-label{display:inline;font-weight:var(--font-body-weight-bolder)}.fresh-market__countdown{gap:3px}.fresh-market__countdown time{gap:1px;font-size:9px}.fresh-market__countdown time [data-hours],.fresh-market__countdown time [data-minutes],.fresh-market__countdown time [data-seconds]{min-width:19px;min-height:18px;padding:1px 3px}.fresh-market__toolbar-actions{width:100%;min-height:44px;border-bottom:0;gap:8px;justify-content:space-between}.fresh-market__shop-all{height:30px;min-height:30px;padding:4px 11px 4px 9px;min-width:0;width:auto;flex:0 0 auto;gap:0}.fresh-market__shop-all>span{display:none}.fresh-market__shop-all:before{position:absolute;top:-7px;right:0;bottom:-7px;left:0;content:""}.fresh-market__edge-next{display:none}.fresh-market__track{display:flex;padding:0 44px 2px 0;scroll-padding-inline:0}.fresh-market__card{width:clamp(114px,32vw,120px);min-width:clamp(114px,32vw,120px)}.fresh-market-card__media{height:94px;min-height:94px}.fresh-market-card__discount{top:4px;left:4px;min-height:17px;padding:2px 4px;font-size:9px}.fresh-market-card__body{padding:5px 6px 6px}.fresh-market-card__title{min-height:30px;font-size:11px;line-height:1.4}.fresh-market-card__footer{height:35px;min-height:35px;margin-top:3px;margin-bottom:-6px;align-items:flex-end;gap:3px}.fresh-market-card__prices{display:flex;height:35px;min-width:0;min-height:35px;padding-bottom:6px;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:1px}.fresh-market-card__price{display:block;max-width:58px;overflow:hidden;font-size:13px;text-overflow:ellipsis}.fresh-market-card__price--from{display:flex;max-width:none;overflow:visible;flex-direction:column;align-items:flex-start;gap:0;font-size:8px;line-height:1;text-overflow:clip}.fresh-market-card__price-amount{font-size:13px}.fresh-market-card__compare{display:block;margin-top:0;font-size:8px}.fresh-market-card__compare--varies{display:none}.fresh-market-card__add{width:40px;height:28px;min-width:40px;min-height:28px}.fresh-market-card__add .icon{width:14px;height:14px}.fresh-market__empty{min-height:184px;font-size:11px}}@media(max-width:374px){.fresh-market-card__body{padding-inline:4px}}@media(prefers-reduced-motion:reduce){.fresh-market__track{scroll-behavior:auto}.fresh-market__tab,.fresh-market__edge-next,.fresh-market-card__media img,.fresh-market-card__add{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-fresh-market-channel.css.map */
