.pop-featured-section{width:100%;overflow:hidden}.pop-tabs{padding:0 20px;background-color:var(--tab-bg-color, #c9b8d4);transition:background-color .3s ease}@media(min-width:750px){.pop-tabs{padding:0 40px}}.pop-tabs__list{display:flex;gap:25px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:5px 0}.pop-tabs__list::-webkit-scrollbar{display:none}.pop-tabs__tab{background:none;border:none;padding:10px 5px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--tab-text-color, #fff);cursor:pointer;position:relative;white-space:nowrap;flex-shrink:0;opacity:.7;transition:opacity .3s ease;-webkit-tap-highlight-color:transparent;font-family:inherit}.pop-tabs__tab:hover,.pop-tabs__tab--active{opacity:1}.pop-tabs__tab--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background-color:var(--tab-active-color, #fff)}.pop-tabs__tab:focus{outline:none}.pop-tabs__tab:focus-visible{outline:2px solid var(--tab-active-color, #fff);outline-offset:2px}.pop-panels{position:relative}.pop-panel{display:none;opacity:0;transition:opacity .2s ease}.pop-panel--active{display:block;opacity:1}.pop-panel[hidden]{display:none}.pop-panel__inner{background-color:var(--hero-bg-color, #c9b8d4);background-image:var(--hero-bg-desktop);background-size:cover;background-position:center right;background-repeat:no-repeat}@media(min-width:750px){.pop-panel__inner{background-image:none}}@media(max-width:749px){.pop-panel__inner{background-image:var(--hero-bg-mobile, var(--hero-bg-desktop))}}.pop-hero{position:relative;min-height:200px;display:flex;align-items:flex-start;padding:20px 40px 80px}@media(min-width:750px){.pop-hero{height:300px;min-height:unset;background-image:var(--hero-bg-desktop);background-size:cover;background-position:center right;background-repeat:no-repeat}}@media(max-width:749px){.pop-hero{min-height:160px;padding:20px 20px 60px}}.pop-hero__content{position:relative;z-index:2;max-width:300px}.pop-hero__title{font-size:42px;font-weight:400;margin:0 0 15px;line-height:1.1;color:var(--title-color, #fff)}@media(max-width:749px){.pop-hero__title{font-size:32px;margin-bottom:10px}}.pop-hero__link{font-size:16px;color:var(--link-color, #fff);text-decoration:underline;text-underline-offset:4px;transition:opacity .3s ease;display:inline-block}.pop-hero__link:hover{opacity:.8}.pop-products{position:relative;margin-top:-50px;padding:0 40px 30px;z-index:2}@media(max-width:749px){.pop-products{margin-top:-35px;padding:0 20px 30px}}.pop-products__wrapper{position:relative}.pop-products__scroll{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:15px}.pop-products__scroll::-webkit-scrollbar{display:none}@media(min-width:750px){.pop-products__scroll{gap:15px}}@media(min-width:990px){.pop-products__scroll{gap:20px}}.pop-product-card{flex:0 0 auto;width:var(--product-width-mobile, 180px);scroll-snap-align:start}@media(min-width:750px){.pop-product-card{width:var(--product-width-desktop, 220px)}}.pop-product-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;background-color:var(--card-bg-color, #ffffff);border-radius:var(--image-corner-radius, 8px);overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:box-shadow .3s ease,transform .3s ease}.pop-product-card__link:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.pop-product-card__image{aspect-ratio:1;background:var(--card-bg-color, #ffffff);overflow:hidden;position:relative}.pop-product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pop-product-card__link:hover .pop-product-card__img{transform:scale(1.05)}.pop-product-card__placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.pop-product-card__placeholder svg{width:60%;height:60%;opacity:.3}.pop-product-card__info{flex:1;display:flex;flex-direction:column;padding:15px;background-color:var(--card-bg-color, #ffffff);text-align:var(--card-text-align, left)}.pop-product-card__title{font-size:14px;font-weight:400;color:var(--card-title-color, #d4a5c9);margin:0 0 8px;line-height:1.4;min-height:calc(14px * 1.4 * 4);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pop-product-card__vendor{font-size:12px;font-weight:400;color:var(--card-title-color, #d4a5c9);margin:0 0 6px;opacity:.7}.pop-product-card__price{font-size:15px;font-weight:600;color:var(--card-price-color, #d4a5c9);margin:auto 0 0}.pop-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .25s ease;padding:0;border:none;background:transparent}.pop-nav-arrow:focus{outline:none}.pop-nav-arrow:focus-visible{outline:2px solid #333;outline-offset:2px}.pop-nav-arrow.disabled{opacity:.3;pointer-events:none}.pop-nav-prev{left:8px}.pop-nav-next{right:8px}.pop-nav-arrow svg{width:18px;height:18px;flex-shrink:0}.pop-nav-arrow--square{width:36px;height:36px;border-radius:4px;background:rgba(255,255,255,var(--arrow-opacity, .9));border:1px solid rgba(0,0,0,.08);color:#333;box-shadow:0 1px 3px #00000014;opacity:var(--arrow-opacity, .9)}.pop-nav-arrow--square:hover{background:#fff;border-color:#00000026;box-shadow:0 2px 6px #0000001f;transform:translateY(-50%)}.pop-nav-arrow--square:active{transform:translateY(-50%) scale(.96);box-shadow:0 1px 2px #0000001a}.pop-nav-arrow--square.disabled{opacity:.4;background:#fff9}.pop-nav-arrow--square svg{width:16px;height:16px}@media(min-width:750px){[data-arrow-style=square] .pop-nav-arrow--square{display:flex}[data-arrow-style=square] .pop-nav-prev{left:5px}[data-arrow-style=square] .pop-nav-next{right:5px}}@media(max-width:749px){.pop-nav-arrow{display:none!important}}.pop-progress{max-width:400px;margin:15px auto 0;padding:0 20px}@media(min-width:750px){.pop-progress{padding:0 40px}}.pop-progress__bar{width:100%;height:3px;background:#00000026;border-radius:2px;overflow:hidden}.pop-progress__fill{height:100%;background:#00000080;border-radius:2px;width:15%;min-width:15%;transition:width .15s ease-out}.pop-empty{text-align:center;padding:60px 20px;color:#ffffffb3}.pop-empty p{margin:0;font-size:16px}@keyframes popFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pop-panel--active .pop-product-card{animation:popFadeIn .4s ease forwards}.pop-panel--active .pop-product-card:nth-child(1){animation-delay:0s}.pop-panel--active .pop-product-card:nth-child(2){animation-delay:.05s}.pop-panel--active .pop-product-card:nth-child(3){animation-delay:.05s}.pop-panel--active .pop-product-card:nth-child(4){animation-delay:.1s}.pop-panel--active .pop-product-card:nth-child(5){animation-delay:.1s}.pop-panel--active .pop-product-card:nth-child(6){animation-delay:.15s}.pop-panel--active .pop-product-card:nth-child(7){animation-delay:.15s}.pop-panel--active .pop-product-card:nth-child(8){animation-delay:.2s}.section--divider .pop-featured-section{padding-top:40px;border-top:1px solid rgba(0,0,0,.1)}@media(prefers-reduced-motion:reduce){.pop-panel,.pop-panel--active .pop-product-card,.pop-product-card__img,.pop-nav-arrow,.pop-progress__fill{animation:none;transition:none}}@media print{.pop-nav-arrow,.pop-progress{display:none!important}.pop-panel{display:block!important;opacity:1!important;page-break-inside:avoid}.pop-products__scroll{flex-wrap:wrap;overflow:visible}.pop-product-card{width:23%!important;margin-bottom:20px}.pop-hero{min-height:auto;padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/85/assets/pop-featured-collection.css.map */
