.deal-cards-section{--offers-ink: #2d2d2d;--offers-muted: rgba(45, 45, 45, .72);--offers-border: #e3e3e3;--offers-border-strong: #d2d2d2;--offers-surface: var(--home-section-surface-base, #ffffff);--offers-gold: #d39a2a;--offers-gold-light: #f5e679;--offers-blue: #2cb6b4;--offers-blue-dark: #2cb6b4;padding-top:var(--deal-cards-pt, 28px);padding-bottom:var(--deal-cards-pb, 56px);background:var(--offers-surface)}.deal-cards-shell{width:100%;max-width:var(--page-shell-width, 1520px);margin:0 auto;padding-inline:var(--page-gutter-inline, .75rem)}.deal-cards-header{display:grid;gap:.9rem;justify-items:center;text-align:center;margin-bottom:1.9rem}.deal-cards-header__title{margin:0;max-width:20ch;font-family:var(--font-heading, "LEMON MILK", "Quicksand", system-ui, sans-serif);font-size:var(--home-section-title-size, var(--content-lemon-heading-size, 2rem));line-height:1.08;font-weight:500;letter-spacing:var(--home-section-title-spacing, .02em);color:var(--offers-ink)}.deal-cards-header__subtitle{margin:0;max-width:48rem;font-family:var(--font-body, "Quicksand", system-ui, sans-serif);font-size:clamp(.98rem,1.35vw,1.15rem);line-height:1.6;color:var(--offers-muted)}.deal-cards-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;width:100%;margin-top:.2rem}.deal-cards-pill{--deal-pill-border: var(--offers-blue);--deal-pill-hover: rgba(6, 180, 180, .12);--deal-pill-active-text: #ffffff;-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-width:clamp(10.5rem,17vw,14rem);padding:.82rem 1.65rem;border:1.5px solid var(--deal-pill-border);border-radius:.62rem;background:var(--offers-surface);box-shadow:none;color:var(--offers-ink);font-family:var(--font-body, "Quicksand", system-ui, sans-serif);font-size:1rem;font-weight:700;line-height:1.1;text-decoration:none;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.deal-cards-pill--one,.deal-cards-pill--two,.deal-cards-pill--three{--deal-pill-border: var(--offers-blue);--deal-pill-hover: rgba(6, 180, 180, .12)}.deal-cards-pill:hover,.deal-cards-pill:focus-visible{transform:translateY(-1px);background:var(--deal-pill-hover);box-shadow:none}.deal-cards-pill[aria-selected=true]{background:var(--deal-pill-border);border-color:var(--deal-pill-border);color:var(--deal-pill-active-text);box-shadow:none}.deal-cards-pill[aria-selected=true]:hover,.deal-cards-pill[aria-selected=true]:focus-visible{background:var(--deal-pill-border);color:var(--deal-pill-active-text)}.deal-cards-panels{position:relative}.deal-cards-panel[hidden]{display:none}.deal-cards-panel.is-active{animation:deal-cards-panel-in .24s ease}.deal-cards-note{width:min(54rem,100%);margin:-.35rem auto 1.25rem;display:flex;align-items:center;gap:.75rem;padding:.72rem .9rem;border:1px solid rgba(211,154,42,.42);border-left:4px solid #067776;border-radius:.55rem;background:#fff9e8;color:var(--offers-ink);text-align:left}.deal-cards-note__label{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:3.7rem;padding:.34rem .55rem;border:2px solid #067776;border-radius:999px;background:#f6c236;color:#664800;font-family:var(--font-heading, "LEMON MILK", "Quicksand", system-ui, sans-serif);font-size:.76rem;font-weight:800;line-height:1;text-transform:uppercase}.deal-cards-note__text{margin:0;font-family:var(--font-body, "Quicksand", system-ui, sans-serif);font-size:clamp(.88rem,1.05vw,.98rem);font-weight:650;line-height:1.45}.deal-cards-grid{display:grid;grid-template-columns:1fr;gap:1.35rem;background:transparent}.deal-cards-grid__item{min-width:0;display:flex}.deal-cards-grid__empty{grid-column:1 / -1;padding:1.2rem;border:1px dashed var(--offers-border);border-radius:.6rem;color:var(--offers-muted);font-family:var(--font-body, "Quicksand", system-ui, sans-serif);font-weight:600;text-align:center}.deal-product-card{position:relative;display:flex;flex-direction:column;width:100%;min-height:100%;padding:.85rem;border:1px solid var(--offers-border);border-radius:.6rem;background:#fff;box-shadow:0 2px 8px #141c1708;color:inherit;text-decoration:none;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,transform .2s ease}.deal-product-card:hover,.deal-product-card:focus-within{border-color:var(--offers-border-strong);background:#fff;box-shadow:0 12px 28px #141c1714;transform:translateY(-2px)}.deal-product-card__media-wrap{position:static;margin:0;padding:.2rem .2rem 0}.deal-product-card__media{width:100%;aspect-ratio:1 / 1;min-height:0;display:flex;align-items:center;justify-content:center;border:0;border-radius:.55rem;background:transparent;text-decoration:none;overflow:hidden}.deal-product-card__media img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;padding:.35rem;transition:transform .25s ease}.deal-product-card:hover .deal-product-card__media img,.deal-product-card:focus-within .deal-product-card__media img{transform:scale(1.07)}.deal-product-card__footer{display:flex;flex:1;flex-direction:column;align-items:center;gap:.6rem;align-content:start;padding:.7rem .45rem .35rem;background:transparent;text-align:center}.deal-product-card__title{margin:0;width:min(100%,15rem);margin-inline:auto;font-family:var(--font-body, "Quicksand", system-ui, sans-serif);font-size:1rem;line-height:1.28;font-weight:600;color:var(--offers-ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.deal-product-card__title a{color:inherit;text-decoration:none}.deal-product-card__pricing{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.2rem .42rem;width:min(100%,15rem);margin-inline:auto;color:var(--offers-ink)}.deal-product-card__price-label{font-family:var(--font-body, "Quicksand", system-ui, sans-serif);font-size:.95rem;font-weight:700;color:var(--offers-ink)}.deal-product-card__price-current{font-family:Barlow Condensed,Quicksand,system-ui,sans-serif;font-size:1.7rem;font-weight:500;line-height:1;color:var(--offers-ink)}.deal-product-card__price-compare{font-family:Barlow Condensed,Quicksand,system-ui,sans-serif;font-size:1.2rem;font-weight:500;color:#2d2d2d94;text-decoration:line-through}.deal-product-card__action{margin-top:auto;width:100%;max-width:15rem;margin-inline:auto}.deal-product-card__form{margin:0;width:100%}.deal-product-card__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:11px 14px;border:1px solid rgba(6,180,180,.35);border-radius:.7rem;background:#fff;color:var(--offers-ink);font-family:var(--font-body, "Quicksand", system-ui, sans-serif);font-size:.96rem;font-weight:700;line-height:1;text-decoration:none;box-shadow:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.deal-product-card__button:hover:not(:disabled){background:#06b4b40f;border-color:#06b4b480;color:var(--offers-blue-dark)}.deal-product-card__button:disabled{opacity:.55;cursor:not-allowed}.deal-product-card--placeholder .deal-product-card__media{background:radial-gradient(circle at 50% 40%,rgba(169,177,190,.16),transparent 34%),linear-gradient(180deg,#fff,#f8f8f8)}@keyframes deal-cards-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(min-width:480px){.deal-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.deal-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.deal-product-card__media{min-height:232px}.deal-product-card__title{font-size:1.04rem}}@media(min-width:1024px){.deal-cards-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.deal-cards-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem}}@media(max-width:767px){.deal-cards-header{margin-bottom:1.35rem}.deal-cards-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.deal-cards-pill{min-width:0;width:100%;padding:.72rem .35rem;font-size:clamp(.76rem,2.8vw,.92rem)}.deal-cards-grid{display:flex;grid-template-columns:none;gap:.9rem;margin-inline:calc(var(--page-gutter-inline, .75rem) * -1);padding:.72rem var(--page-gutter-inline, .75rem) .85rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--page-gutter-inline, .75rem);-webkit-overflow-scrolling:touch}.deal-cards-grid::-webkit-scrollbar{display:none}.deal-cards-grid{scrollbar-width:none}.deal-cards-grid__item{flex:0 0 clamp(9.85rem,44vw,12rem);scroll-snap-align:start}.deal-product-card{padding:.7rem}.deal-product-card__media-wrap{padding:.16rem .16rem 0}.deal-product-card__media{min-height:clamp(132px,34vw,168px)}.deal-product-card__footer{gap:.46rem;padding:.56rem .34rem .3rem}.deal-product-card__title{width:100%;font-size:.86rem;line-height:1.25;-webkit-line-clamp:3}.deal-product-card__pricing{width:100%;gap:.14rem .32rem}.deal-product-card__price-label{font-size:.82rem}.deal-product-card__price-current{font-size:1.28rem}.deal-product-card__price-compare{font-size:.98rem}.deal-product-card__action{max-width:100%}.deal-product-card__button{min-height:40px;padding:9px 12px;font-size:.88rem;border-radius:.62rem}}@media(max-width:479px){.deal-cards-shell{padding-inline:.5rem}.deal-cards-pills{gap:.38rem}.deal-cards-pill{font-size:clamp(.7rem,2.9vw,.82rem);padding:.7rem .24rem}.deal-cards-grid{margin-inline:-.5rem;padding-inline:.5rem;scroll-padding-inline:.5rem}.deal-product-card__media{min-height:clamp(128px,37vw,158px)}}.deal-cards-grid--promo,.deal-cards-grid--promo .deal-cards-grid__item{align-items:stretch}.deal-product-card--promo{padding:0;border-radius:0;overflow:visible}.deal-product-card__overlay-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;text-decoration:none}.deal-product-card--promo .deal-product-card__bundle-bar{position:relative;z-index:4;min-height:30px;display:flex;align-items:center;padding:.36rem 4.2rem .34rem .55rem;border-radius:0;background:#067776;color:#fff;pointer-events:none}.deal-product-card__bundle-label{display:-webkit-box;min-width:0;overflow:hidden;font-family:var(--font-heading, "LEMON MILK", "Quicksand", system-ui, sans-serif);font-size:clamp(.55rem,.72vw,.68rem);font-weight:800;line-height:1.05;letter-spacing:0;text-transform:uppercase;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.deal-product-card__bundle-badge{position:absolute;z-index:5;top:-1.08rem;right:-.88rem;width:66px;height:66px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid #067776;border-radius:50%;background:#f6c236;color:#664800;font-family:var(--font-heading, "LEMON MILK", "Quicksand", system-ui, sans-serif);font-size:.72rem;font-weight:800;line-height:1.02;text-align:center;text-transform:uppercase;white-space:normal;box-shadow:0 6px 14px #02675e2e;pointer-events:none}.deal-product-card__bundle-badge-primary,.deal-product-card__bundle-badge-secondary{display:block}.deal-product-card__bundle-badge-primary{font-size:1.35em;line-height:.95}.deal-product-card__bundle-badge-secondary{margin-top:.02rem;line-height:.95}.deal-product-card--bogo .deal-product-card__bundle-badge{width:66px;height:66px;font-size:.82rem;line-height:1}.deal-product-card--bogo .deal-product-card__bundle-badge-primary{font-size:1.1em;line-height:1}.deal-product-card--promo .deal-product-card__media-wrap{padding:.72rem .75rem 0}.deal-product-card--promo .deal-product-card__media{position:relative;z-index:1;aspect-ratio:4 / 3;min-height:0;border-radius:0}.deal-product-card--promo .deal-product-card__media img{padding:.12rem}.deal-product-card--promo .deal-product-card__footer{align-items:center;gap:.38rem;padding:.62rem .72rem .68rem;border-top:0}.deal-product-card--promo .deal-product-card__title{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;padding:0;border-bottom:0;font-size:.92rem;line-height:1.18;overflow:hidden}.deal-product-card--promo .deal-product-card__title a{position:relative;z-index:3;display:-webkit-box;color:var(--offers-ink);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.deal-product-card--promo .deal-product-card__pricing{width:100%;min-height:0;padding:0}.deal-product-card--promo .deal-product-card__price-current{font-size:1.42rem;color:var(--offers-ink)}.deal-product-card--promo .deal-product-card__action{position:relative;z-index:3;max-width:none;padding:0 .72rem .72rem}.deal-product-card--promo .deal-product-card__button{border-color:#2d2d2d2e;background:#fff;color:var(--offers-ink);transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.deal-product-card--promo .deal-product-card__button:hover:not(:disabled),.deal-product-card--promo .deal-product-card__button:focus-visible:not(:disabled){border-color:#06b4b46b;background:#06b4b40f;color:#02675e;transform:translateY(-1px)}@media(max-width:767px){.deal-cards-note{align-items:flex-start;margin-top:-.2rem;padding:.68rem .75rem}.deal-cards-note__text{font-size:.86rem}.deal-product-card--promo .deal-product-card__bundle-bar{min-height:28px;padding:.34rem 3.85rem .32rem .52rem}.deal-product-card__bundle-label{font-size:.58rem;line-height:1.05}.deal-product-card__bundle-badge{top:-.92rem;right:-.72rem;width:58px;height:58px;border-width:3px;font-size:.62rem}.deal-product-card--bogo .deal-product-card__bundle-badge{width:58px;height:58px;font-size:.72rem}.deal-product-card--promo .deal-product-card__media-wrap{padding:.68rem .62rem 0}.deal-product-card--promo .deal-product-card__title{min-height:42px;padding:0;font-size:.9rem}.deal-product-card--promo .deal-product-card__pricing{min-height:0;padding:0}.deal-product-card--promo .deal-product-card__price-label{font-size:.88rem}.deal-product-card--promo .deal-product-card__price-current{font-size:1.38rem}.deal-product-card--promo .deal-product-card__action{padding:0 .62rem .72rem}}@media(max-width:479px){.deal-product-card--promo .deal-product-card__bundle-bar{min-height:28px;padding-right:3.7rem}.deal-product-card--promo .deal-product-card__media-wrap{padding:.8rem .72rem 0}.deal-product-card--promo .deal-product-card__title{font-size:.94rem}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/section-deal-cards.css.map */
