.product-recommendations{position:relative}.product-recommendations__inner{position:relative;border-radius:1.75rem;padding:clamp(2rem,3vw,3.25rem);background:rgb(var(--color-background));box-shadow:0 1.5rem 3.2rem -1.6rem rgba(var(--color-foreground),.18);overflow:visible;display:flex;flex-direction:column}.product-recommendations--minimal .product-recommendations__inner{box-shadow:none;border-radius:0;padding-inline:0;background:transparent}.product-recommendations__header{display:flex;align-items:flex-start;gap:clamp(1.2rem,2vw,2rem);margin-bottom:clamp(1.6rem,2.5vw,2.8rem)}.product-recommendations__title{margin:0;letter-spacing:-.01em}.product-recommendations__eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-foreground),.72);margin-bottom:.75rem}.product-recommendations__subheading{color:rgba(var(--color-foreground),.78);margin:.35rem 0 0;max-width:32rem;line-height:1.55}.product-recommendations__divider{flex:1 1 auto;height:2px;margin-top:.85rem;background:rgba(var(--color-button),.35);border-radius:999px}.product-recommendations__cta{flex:0 0 auto;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none;padding-top:.15rem}.product-recommendations__cta:hover,.product-recommendations__cta:focus{text-decoration:underline}.product-recommendations__cta:focus{outline:none;box-shadow:0 0 0 .15rem rgba(var(--color-foreground),.18);border-radius:999px;padding-inline:.4rem;margin-inline:-.4rem}.product-recommendations__icon{flex:0 0 auto;width:3rem;height:3rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--color-button),.16);color:rgb(var(--color-button-text))}.product-recommendations__icon svg{width:1.65rem;height:1.65rem}.product-recommendations__meta{flex:1 1 auto}.product-recommendations__tray,.product-recommendations__scroller{position:relative}.product-recommendations__grid{margin:0;padding:0;list-style:none;gap:clamp(1.2rem,2vw,2.4rem)}.product-recommendations__grid .grid__item{scroll-snap-align:start}.product-recommendations--complete:not(.product-recommendations--carousel) .product-recommendations__grid{display:grid;gap:clamp(1.6rem,3vw,2.4rem);align-items:stretch;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.product-recommendations--complete:not(.product-recommendations--carousel) .product-recommendations__grid .grid__item{width:auto;max-width:none;margin:0;position:relative;transition:transform .22s ease,box-shadow .22s ease;min-width:0}.product-recommendations--complete:not(.product-recommendations--carousel) .product-recommendations__grid .grid__item:hover,.product-recommendations--complete:not(.product-recommendations--carousel) .product-recommendations__grid .grid__item:focus-within{transform:translateY(-.3rem);box-shadow:0 1.2rem 2.6rem -1.6rem rgba(var(--color-foreground),.22)}.product-recommendations--complete:not(.product-recommendations--carousel) .product-card-wrapper{height:100%;display:flex;flex-direction:column}.product-recommendations--complete:not(.product-recommendations--carousel) .product-card-wrapper .card{height:100%;display:flex;flex-direction:column}.product-recommendations--complete:not(.product-recommendations--carousel) .product-card-wrapper .card__content{flex-grow:1;display:flex;flex-direction:column}.product-recommendations--complete:not(.product-recommendations--carousel) .card-information{margin-top:auto}.product-recommendations--complete .quick-add{margin-top:1.4rem}.product-recommendations--complete .quick-add__submit{font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase}.product-recommendations--complete .card__recommendation-badges{margin-top:.4rem}.product-recommendations--complete .card__recommendation-highlight{margin-bottom:.45rem}.product-recommendations--related:not(.product-recommendations--carousel) .product-recommendations__grid{display:grid;align-items:stretch;gap:clamp(1.4rem,3vw,2.2rem);grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}@media screen and (min-width: 750px){.product-recommendations--related:not(.product-recommendations--carousel) .product-recommendations__grid{grid-template-columns:repeat(auto-fit,minmax(22rem,1fr))}}@media screen and (min-width: 990px){.product-recommendations--related:not(.product-recommendations--carousel) .product-recommendations__grid{grid-template-columns:repeat(3,1fr)}}.product-recommendations--carousel .product-recommendations__grid{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(18rem,28vw,30rem);gap:clamp(1.2rem,4vw,2rem);align-items:stretch}.product-recommendations--carousel .product-recommendations__grid .grid__item{width:auto;max-width:none}@media screen and (min-width: 990px){.product-recommendations--carousel .product-recommendations__grid{grid-auto-columns:minmax(22rem,30rem)}}@media screen and (min-width: 1200px){.product-recommendations--carousel .product-recommendations__grid{grid-auto-columns:minmax(24rem,32rem)}}.product-recommendations--related:not(.product-recommendations--carousel) .product-recommendations__grid .grid__item{width:auto;max-width:none;margin:0;transition:transform .2s ease,box-shadow .2s ease;min-width:0}.product-recommendations--related:not(.product-recommendations--carousel) .product-recommendations__grid .grid__item:hover,.product-recommendations--related:not(.product-recommendations--carousel) .product-recommendations__grid .grid__item:focus-within{transform:translateY(-.25rem);box-shadow:0 1rem 2.2rem -1.4rem rgba(var(--color-foreground),.18)}.product-recommendations--related:not(.product-recommendations--carousel) .product-card-wrapper,.product-recommendations--related:not(.product-recommendations--carousel) .product-card-wrapper .card,.product-recommendations--related:not(.product-recommendations--carousel) .product-card-wrapper .card__content{height:100%;display:flex;flex-direction:column}.product-recommendations--related:not(.product-recommendations--carousel) .card-information{margin-top:auto}.product-recommendations--related .quick-add{margin-top:1.2rem}.product-recommendations--related .quick-add__submit{font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.product-recommendations--carousel .product-recommendations__scroller{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.4rem}.product-recommendations__nav{position:absolute;top:50%;transform:translateY(-50%);width:3.8rem;height:3.8rem;pointer-events:none;opacity:0;transition:opacity .2s ease,transform .2s ease;display:inline-flex;align-items:center;border-radius:50%;background:rgba(var(--color-foreground),.95);border:1px solid rgba(var(--color-background),.45);box-shadow:0 .8rem 1.8rem rgba(var(--color-foreground),.28);z-index:2;cursor:pointer;justify-content:center}.product-recommendations__nav svg{width:1.6rem;height:1.6rem;color:#fff}.product-recommendations__nav:focus-visible{outline:none;box-shadow:0 0 0 .2rem rgba(var(--color-background),.4)}.product-recommendations__nav:not([disabled]):hover,.product-recommendations__nav:not([disabled]):focus-visible{transform:translateY(-50%) scale(1.07);box-shadow:0 1.1rem 2.4rem rgba(var(--color-foreground),.32)}.product-recommendations__nav.is-visible{opacity:1;pointer-events:auto}.product-recommendations__nav[disabled]{cursor:default;opacity:0;pointer-events:none}.product-recommendations__nav--left,.product-recommendations__nav--right{position:absolute}.product-recommendations__nav--left{left:clamp(-2.2rem,-2.5vw,-1.6rem)}.product-recommendations__nav--right{right:clamp(-2.2rem,-2.5vw,-1.6rem)}.product-recommendations__nav--right svg{transform:none}.product-recommendations__nav--left svg{transform:rotate(180deg)}.product-recommendations--bordered .product-recommendations__inner{border:1px solid rgba(var(--color-foreground),.1);box-shadow:none;border-radius:1.25rem}.product-recommendations--tinted .product-recommendations__inner:before{content:"";position:absolute;inset:clamp(1.2rem,2vw,1.6rem);border-radius:2.2rem;background:rgba(var(--color-button),.12);z-index:0;pointer-events:none}.product-recommendations--tinted .product-recommendations__inner{background:rgb(var(--color-background))}.product-recommendations--tinted .product-recommendations__header,.product-recommendations--tinted .product-recommendations__tray,.product-recommendations--tinted .product-recommendations__actions{position:relative;z-index:1}.card__recommendation-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:.6rem 0 .8rem;padding:0;list-style:none}.card__recommendation-badges li{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:500;letter-spacing:.02em;background:rgba(var(--color-button),.12);color:rgba(var(--color-foreground),.8)}.card__recommendation-highlight{margin:0 0 .75rem;font-size:.95rem;color:rgba(var(--color-foreground),.75)}@media screen and (max-width: 749px){.product-recommendations__nav{top:50%;left:auto;right:auto;width:3.4rem;height:3.4rem}.product-recommendations__nav--left{left:.5rem}.product-recommendations__nav--right{right:.5rem}.product-recommendations__inner{border-radius:1.25rem}.product-recommendations__header{flex-direction:column;align-items:flex-start}.product-recommendations__divider{width:100%}.product-recommendations:not(.product-recommendations--carousel) .product-recommendations__tray .grid{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.product-recommendations--minimal .product-recommendations__inner{padding-block:1.5rem}.product-recommendations--complete:not(.product-recommendations--carousel) .product-recommendations__grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:clamp(1.2rem,4vw,2rem)}.product-recommendations--related:not(.product-recommendations--carousel) .product-recommendations__grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:clamp(1.2rem,4vw,1.8rem)}.product-recommendations--carousel .product-recommendations__grid{display:flex;flex-wrap:nowrap;gap:clamp(1.2rem,4vw,2rem)}.product-recommendations--carousel .product-recommendations__grid .grid__item{width:17.5rem;min-width:17.5rem;max-width:17.5rem;flex:0 0 17.5rem;box-sizing:border-box}.product-recommendations--carousel .card,.product-recommendations--carousel .card__inner{overflow:hidden}.product-recommendations--carousel .inline-variant-selector{right:.5rem;left:.5rem;bottom:1.5rem;padding-right:.5rem}.product-recommendations--carousel .inline-variant-selector__bag-icon{width:3.6rem;height:3.6rem}.product-recommendations--carousel .inline-variant-selector__bag-icon svg{width:4rem;height:4rem}}@media screen and (min-width: 750px){.product-recommendations--carousel .product-recommendations__grid{grid-auto-columns:clamp(18rem,24vw,24rem)}}.product-recommendations__nav-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-recommendations.css.map */
