.ns-recently-viewed-section{display:block}.ns-recently-viewed{max-width:1400px;margin:0 auto;padding-left:48px;padding-right:48px;box-sizing:border-box;--ns-rv-card-w: var(--ns-rv-card-d, 190px);--ns-rv-gap: 16px}.ns-recently-viewed__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 20px}.ns-recently-viewed__headtext{min-width:0}.ns-recently-viewed__heading{margin:0 0 4px;font-family:var(--font-heading-family, "Cormorant Garamond", serif);font-weight:400;font-size:28px;line-height:1.1;letter-spacing:-.01em;color:#2b2724}.ns-recently-viewed__subheading{margin:0;font-family:var(--font-body-family, "Inter", sans-serif);font-size:14px;line-height:1.5;color:#6f6258}.ns-recently-viewed__viewport{position:relative}.ns-recently-viewed__row{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--ns-rv-gap);margin:0;padding:6px 2px 8px;list-style:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.ns-recently-viewed:not(.ns-recently-viewed--scrollbar) .ns-recently-viewed__row{scrollbar-width:none;-ms-overflow-style:none}.ns-recently-viewed:not(.ns-recently-viewed--scrollbar) .ns-recently-viewed__row::-webkit-scrollbar{height:0;width:0;display:none}.ns-recently-viewed .ns-srow__bar{margin-top:8px}.ns-rv__card{flex:0 0 var(--ns-rv-card-w);width:var(--ns-rv-card-w);max-width:var(--ns-rv-card-w);scroll-snap-align:start}.ns-recently-viewed .ns-rv__card .card-wrapper{height:100%}.ns-recently-viewed .ns-rv__card .card{position:relative;display:block;height:100%;background:#fff;border:0;border-radius:var(--ns-radius, 8px);box-shadow:0 6px 20px #2b27241a;overflow:hidden;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;will-change:transform}.ns-recently-viewed .ns-rv__card .card-wrapper:hover .card,.ns-recently-viewed .ns-rv__card .card-wrapper:focus-within .card{transform:translateY(-6px) scale(1.015);box-shadow:0 14px 36px #2b272426;border-color:#2b272414}@media(hover:none){.ns-recently-viewed .ns-rv__card .card{box-shadow:none;transition:none;will-change:auto}.ns-recently-viewed .ns-rv__card .card-wrapper:hover .card{transform:none;box-shadow:none}.ns-recently-viewed .ns-rv__card .card__media img{will-change:auto!important}}.ns-recently-viewed .ns-rv__card .card__media{position:relative;display:block;aspect-ratio:4 / 5;background:#fff;overflow:hidden}.ns-recently-viewed .ns-rv__card .card__media>a{display:block;width:100%;height:100%}.ns-recently-viewed .ns-rv__card .card__media img,.ns-recently-viewed .ns-rv__card .card__media svg.placeholder-svg{width:100%;height:100%;object-fit:contain;background:#fff;display:block;transition:transform .6s ease}.ns-recently-viewed .ns-rv__card .card__media img.ns-fill-portrait-img{object-fit:cover;object-position:center center}.ns-recently-viewed .ns-rv__card .card-wrapper:hover .card__media img{transform:scale(1.04)}.ns-recently-viewed .ns-rv__card .card__content{padding:12px 14px 14px}.ns-recently-viewed .ns-rv__card .card__heading{margin:0 0 6px;font-family:var(--font-body-family, "Inter", sans-serif);font-size:14px;font-weight:400;line-height:1.4;letter-spacing:0;text-transform:none}.ns-recently-viewed .ns-rv__card .card__heading a{color:#2b2724;text-decoration:none}.ns-recently-viewed .ns-rv__card .card__heading a:hover{color:#7a5d46}.ns-recently-viewed .ns-rv__card .card__heading a:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.ns-recently-viewed .ns-rv__vendor{display:block;margin:0 0 8px;font-family:var(--font-body-family, "Inter", sans-serif);font-size:12px;line-height:1.45;letter-spacing:.06em;text-transform:uppercase;color:#776d65}.ns-recently-viewed .ns-rv__card .price{font-family:var(--font-body-family, "Inter", sans-serif);font-size:14px;font-weight:500;line-height:1.35;letter-spacing:.02em;color:#2b2724}.ns-recently-viewed .ns-rv__card .price--on-sale .ns-rv__price-sale{color:#2b2724}.ns-recently-viewed .ns-rv__card .ns-rv__price-compare{margin-left:6px;font-size:12px;font-weight:400;color:#776d65;text-decoration:line-through}.ns-recently-viewed .ns-rv__soldout{position:absolute;left:10px;bottom:10px;z-index:2;padding:3px 9px;border-radius:999px;background:#2b2724d1;color:#f7f4ef;font-family:var(--font-body-family, "Inter", sans-serif);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.ns-recently-viewed .ns-rv__card .ns-card-atc{position:absolute;left:10px;right:10px;bottom:10px;z-index:4}.ns-recently-viewed .ns-rv__card .ns-card-atc__btn{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;height:40px;padding:0 12px;border-radius:var(--ns-radius, 2px);background:#f7f4eff5;border:1px solid rgba(43,39,36,.14);color:#2b2724;font-family:var(--font-body-family, "Inter", sans-serif);font-weight:500;font-size:12px;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.ns-recently-viewed .ns-rv__card .ns-card-atc__btn:hover{background:#2b2724;color:#f7f4ef;border-color:#2b2724}.ns-recently-viewed .ns-rv__card .ns-card-atc__btn:disabled,.ns-recently-viewed .ns-rv__card .ns-card-atc__btn[aria-disabled=true]{opacity:.6;cursor:not-allowed}.ns-recently-viewed .ns-rv__card .ns-card-atc__btn.loading{pointer-events:none}@media screen and (min-width:990px){.ns-recently-viewed .ns-rv__card .ns-card-atc{opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.ns-recently-viewed .ns-rv__card .card-wrapper:hover .ns-card-atc,.ns-recently-viewed .ns-rv__card .card-wrapper:focus-within .ns-card-atc{opacity:1;transform:translateY(0);pointer-events:auto}}.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile{display:none}@media screen and (max-width:989px){.ns-recently-viewed .ns-rv__card .ns-card-atc--desktop{display:none}.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile{display:block;position:relative;left:auto;right:auto;bottom:auto;z-index:2;margin-top:8px}.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile .ns-card-atc__btn,.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile .ns-card-atc__btn:hover{height:38px;padding:0 14px;background:#6f6258;color:#f7f4ef;border:0;border-radius:var(--ns-radius, 4px);font-family:"Inter",var(--font-body-family, sans-serif);font-size:11px;font-weight:600;letter-spacing:.1em;text-indent:.1em;white-space:nowrap;box-shadow:none;transition:background-color .18s ease,color .18s ease}.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile .ns-card-atc__btn:active{background:#7a5d46}.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile .ns-card-atc__btn:disabled,.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile .ns-card-atc__btn[aria-disabled=true]{background:#9a8e83;opacity:1}.ns-recently-viewed .ns-rv__card .card__content{padding:10px}.ns-recently-viewed .ns-rv__card .card{display:flex;flex-direction:column}.ns-recently-viewed .ns-rv__card .card__media{flex:none}.ns-recently-viewed .ns-rv__card .card__content,.ns-recently-viewed .ns-rv__card .card__information{display:flex;flex-direction:column;flex:1 1 auto}.ns-recently-viewed .ns-rv__card .ns-card-atc--mobile{margin-top:auto;padding-top:8px}.ns-recently-viewed .ns-rv__vendor{margin:0 0 4px;font-size:11px;font-weight:500;letter-spacing:.24em;color:#6f6258}}.ns-recently-viewed__arrow{position:absolute;top:42%;transform:translateY(-50%);z-index:3;width:40px;height:40px;display:none;align-items:center;justify-content:center;padding:0;border:1px solid rgba(43,39,36,.12);border-radius:999px;background:#f7f4eff2;color:#2b2724;cursor:pointer;box-shadow:0 4px 14px #2b27241f;transition:opacity .2s ease,background-color .2s ease}.ns-recently-viewed--arrows.ns-recently-viewed--overflow .ns-recently-viewed__arrow{display:inline-flex}.ns-recently-viewed__arrow:hover{background:#fff}.ns-recently-viewed__arrow[disabled]{opacity:0;pointer-events:none}.ns-recently-viewed__arrow .svg-wrapper,.ns-recently-viewed__arrow svg{width:14px;height:14px}.ns-recently-viewed__arrow--prev{left:-6px;transform:translateY(-50%) rotate(90deg)}.ns-recently-viewed__arrow--next{right:-6px;transform:translateY(-50%) rotate(-90deg)}@media screen and (min-width:1400px){.ns-recently-viewed{padding-left:64px;padding-right:64px}}@media screen and (max-width:989px){.ns-recently-viewed{padding-left:32px;padding-right:32px;--ns-rv-card-w: var(--ns-rv-card-t, 170px)}}@media screen and (max-width:749px){.ns-recently-viewed{padding-left:16px;padding-right:16px;--ns-rv-gap: 12px;--ns-rv-card-w: var(--ns-rv-card-m, 145px)}.ns-recently-viewed__heading{font-size:24px}.ns-recently-viewed__arrow{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/ns-recently-viewed-products.css.map */
