.ppc__sale-badge{display:none!important}.pfc{--pfc-card-radius: 16px;--pfc-card-bg: #ffffff;--pfc-card-border: #f0eeeb;--pfc-card-padding: 20px;--pfc-card-gap: 20px;--pfc-card-shadow: 0 2px 16px rgba(0,0,0,.06);--pfc-img-radius: 12px;--pfc-img-height-small: 220px;--pfc-img-height-medium: 300px;--pfc-img-height-large: 400px;--pfc-img-height-custom: 300px;--pfc-badge-bg: #1a1a1a;--pfc-badge-color: #ffffff;--pfc-badge-radius: 100px;--pfc-badge-font-size: 11px;--pfc-save-bg: #e8f5e9;--pfc-save-color: #1b5e20;--pfc-save-radius: 100px;--pfc-save-font-size: 12px;--pfc-btn-bg: #1a1a1a;--pfc-btn-color: #ffffff;--pfc-btn-hover-bg: #3a3a3a;--pfc-btn-hover-color: #ffffff;--pfc-btn-radius: 100px;--pfc-btn-padding-v: 12px;--pfc-btn-padding-h: 24px;--pfc-btn-font-size: 14px;--pfc-title-font-size: 15px;--pfc-included-font-size: 13px;--pfc-price-font-size: 17px;--pfc-compare-font-size: 13px}.pfc-section{width:100%}@media(max-width:768px){.pfc-section__inner{padding-left:20px;padding-right:20px;max-width:var(--page-width, 1280px);margin:0 auto}}@media(min-width:770px){.pfc-section__inner{padding-left:5rem!important;padding-right:5rem!important;max-width:90%!important;margin:0 auto}}.pfc-section--full-width .pfc-section__inner{max-width:100%;padding-left:24px;padding-right:24px}.pfc-header{margin-bottom:40px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.pfc-header__text{flex:1 1 auto}.pfc-header__title{margin:0 0 10px;line-height:1.15;letter-spacing:-.02em}.pfc-header__subtitle{margin:0;opacity:.6;font-size:16px;line-height:1.5}.pfc-header__view-all{flex-shrink:0}.pfc-grid{display:grid;gap:var(--pfc-card-gap);grid-template-columns:repeat(var(--pfc-cols-desktop, 4),1fr);list-style:none;margin:0;padding:0;position:relative}@media screen and (max-width:989px){.pfc-grid{grid-template-columns:repeat(var(--pfc-cols-tablet, 2),1fr)}}@media screen and (max-width:749px){.pfc-grid{grid-template-columns:repeat(var(--pfc-cols-mobile, 1),1fr)}}.pfc-grid--slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth}.pfc-grid--slider::-webkit-scrollbar{display:none}.pfc-grid--slider .pfc-grid__item{flex:0 0 calc(100% / var(--pfc-cols-desktop, 4) - var(--pfc-card-gap) * (var(--pfc-cols-desktop, 4) - 1) / var(--pfc-cols-desktop, 4));min-width:220px;scroll-snap-align:start}@media screen and (max-width:989px){.pfc-grid--slider .pfc-grid__item{flex:0 0 calc(100% / var(--pfc-cols-tablet, 2) - var(--pfc-card-gap) * (var(--pfc-cols-tablet, 2) - 1) / var(--pfc-cols-tablet, 2))}}@media screen and (max-width:749px){.pfc-grid--slider .pfc-grid__item{flex:0 0 calc(100% / var(--pfc-cols-mobile, 1) - var(--pfc-card-gap) * (var(--pfc-cols-mobile, 1) - 1) / max(var(--pfc-cols-mobile, 1),1))}.pfc-section--swipe-mobile .pfc-grid--slider .pfc-grid__item{flex:0 0 75vw;min-width:unset}}.pfc-slider-nav{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px}.pfc-slider-nav__btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1.5px solid currentColor;background:transparent;cursor:pointer;opacity:.7;transition:opacity .2s,background .2s,color .2s}.pfc-slider-nav__btn:hover{opacity:1;background:#1a1a1a;color:#fff;border-color:#1a1a1a}.pfc-slider-nav__btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pfc-slider-nav__count{font-size:13px;opacity:.55;letter-spacing:.04em;font-variant-numeric:tabular-nums;min-width:52px;text-align:center}.pfc-view-all{display:flex;justify-content:center;margin-top:40px}.pfc-view-all__link{display:inline-flex;align-items:center;gap:6px;padding:14px 32px;border-radius:var(--pfc-btn-radius);font-size:14px;font-weight:600;letter-spacing:.04em;text-decoration:none;border:1.5px solid currentColor;transition:background .2s,color .2s}.pfc-view-all__link:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.ppc-wrapper{height:100%;display:flex;flex-direction:column}.ppc{display:flex;flex-direction:column;height:100%;border-radius:var(--pfc-card-radius);background:var(--pfc-card-bg);border:1px solid var(--pfc-card-border);overflow:hidden;position:relative;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease}.ppc--shadow{box-shadow:var(--pfc-card-shadow)}.ppc--hover-anim:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.ppc__media-wrap{position:relative;overflow:hidden;border-radius:var(--pfc-img-radius) var(--pfc-img-radius) 0 0;background:#f5f4f2;flex-shrink:0}.ppc__media-wrap--zoom:hover .ppc__img--primary{transform:scale(1.06)}.ppc__media{width:100%;height:100%;position:relative}.ppc-img--small .ppc__media{min-height:var(--pfc-img-height-small)}.ppc-img--medium .ppc__media{min-height:var(--pfc-img-height-medium)}.ppc-img--large .ppc__media{min-height:var(--pfc-img-height-large)}.ppc-img--custom .ppc__media{min-height:var(--pfc-img-height-custom)}.ppc__image-link{display:block;width:100%;height:100%;text-decoration:none}.ppc__img{width:100%;height:100%;object-fit:var(--pfc-img-fit, cover);display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.ppc__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease,transform .5s cubic-bezier(.25,.46,.45,.94)}.ppc__media-wrap:hover .ppc__img--secondary{opacity:1}.ppc__media-wrap:hover .ppc__img--primary{opacity:0}.ppc__img-placeholder{width:100%;height:100%;min-height:var(--pfc-img-height-medium);display:flex;align-items:center;justify-content:center;background:#f0eeeb}.ppc__placeholder-svg{width:100%;height:100%;max-width:180px;opacity:.35}.ppc__badge{position:absolute;top:91%!important;left:55%!important;z-index:2;background:var(--pfc-badge-bg);color:var(--pfc-badge-color);font-size:var(--pfc-badge-font-size);font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:var(--pfc-badge-radius);box-shadow:0 2px 8px #00000026;white-space:nowrap;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;line-height:1.4}.ppc__sold-out-badge,.ppc__sale-badge{position:absolute;top:12px;right:12px;z-index:2;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:100px;line-height:1.4}.ppc__sold-out-badge{background:#1a1a1a;color:#fff}.ppc__sale-badge{background:#d32f2f;color:#fff}.ppc__body{padding:var(--pfc-card-padding);display:flex;flex-direction:column;flex:1 1 auto;gap:8px}.ppc__vendor{font-size:11px;text-transform:uppercase;letter-spacing:.1em;opacity:.45;font-weight:500;margin:0}.ppc__title{margin:0;font-size:var(--pfc-title-font-size);line-height:1.35;font-weight:600;letter-spacing:-.01em}.ppc__title-link{text-decoration:none;color:inherit;transition:opacity .15s}.ppc__title-link:hover{opacity:.7}.ppc__included{margin:0;font-size:var(--pfc-included-font-size);line-height:1.5;opacity:.55;display:-webkit-box;-webkit-line-clamp:var(--pfc-included-clamp, 2);-webkit-box-orient:vertical;overflow:hidden}.ppc__pricing{display:flex;flex-direction:column;gap:4px;margin-top:4px}.ppc__compare-price{font-size:var(--pfc-compare-font-size);opacity:.45;text-decoration:line-through;font-weight:400;letter-spacing:.01em}.ppc__pricing-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ppc__price{font-size:var(--pfc-price-font-size);font-weight:700;letter-spacing:-.02em;line-height:1.1}.ppc__price--sale{color:#d32f2f}.ppc__save-tag{display:inline-flex;align-items:center;background:var(--pfc-save-bg);color:var(--pfc-save-color);font-size:var(--pfc-save-font-size);font-weight:600;padding:3px 9px;border-radius:var(--pfc-save-radius);white-space:nowrap;line-height:1.4}.ppc__rating{display:flex;align-items:center;gap:6px;margin-top:2px}.ppc__rating-stars{display:inline-block;--star-size: 14px;--star-color: #fbc02d;--star-empty: #e0e0e0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fbc02d' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:var(--star-size) var(--star-size);width:calc(var(--rating-max, 5) * var(--star-size));height:var(--star-size);position:relative;margin-top:2px}.ppc__rating-count{font-size:12px;opacity:.5}.ppc__cta{margin-top:auto;padding-top:12px}.ppc__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:var(--pfc-btn-padding-v) var(--pfc-btn-padding-h);border-radius:var(--pfc-btn-radius);font-size:var(--pfc-btn-font-size);font-weight:600;letter-spacing:.04em;cursor:pointer;border:none;text-decoration:none;transition:background .2s ease,color .2s ease,opacity .2s ease,transform .15s ease,box-shadow .2s ease;position:relative;overflow:hidden;line-height:1.2}.ppc__btn:active{transform:scale(.97)}.ppc__btn--solid{background:var(--pfc-btn-bg);color:var(--pfc-btn-color)}.ppc__btn--solid:hover:not(:disabled){background:var(--pfc-btn-hover-bg);color:var(--pfc-btn-hover-color);box-shadow:0 4px 16px #0000002e}.ppc__btn--outline{background:transparent;color:var(--pfc-btn-bg);border:1.5px solid var(--pfc-btn-bg)}.ppc__btn--minimal{background:transparent;color:var(--pfc-btn-bg);border:none;text-decoration:underline;text-underline-offset:3px;padding-left:0;padding-right:0}.ppc__btn--minimal:hover:not(:disabled){color:var(--pfc-btn-hover-bg);text-decoration-color:var(--pfc-btn-hover-bg)}.ppc__btn:disabled{opacity:.42;cursor:not-allowed;pointer-events:none}.ppc__btn .loading__spinner{display:none}.ppc__btn[aria-busy=true] .loading__spinner{display:block}@media screen and (max-width:749px){.pfc-header{margin-bottom:28px}.pfc-header__title{font-size:1.5em}.ppc__body{padding:var(--pfc-mobile-card-padding, 14px);gap:6px}.ppc__title{font-size:calc(var(--pfc-title-font-size) * var(--pfc-mobile-font-scale, .9))}.ppc__price{font-size:calc(var(--pfc-price-font-size) * var(--pfc-mobile-font-scale, .9))}.ppc__btn{font-size:var(--pfc-mobile-btn-font-size, 13px);padding:11px 18px}}@media(prefers-reduced-motion:no-preference){.pfc-animate{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;transition-delay:calc(var(--animation-order, 0) * 80ms)}.pfc-animate.pfc-animate--in{opacity:1;transform:none}}@media screen and (max-width:749px){.pfc-grid--mobile-slider{display:flex!important;flex-direction:row!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;margin-right:-20px;padding-right:20px;padding-bottom:4px}.pfc-grid--mobile-slider::-webkit-scrollbar{display:none}.pfc-grid--mobile-slider .pfc-grid__item{flex:0 0 78vw;min-width:240px;scroll-snap-align:start}}.pfc-mobile-nav{display:none}@media screen and (max-width:749px){.pfc-mobile-nav{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}}.pfc-mobile-nav__dot{width:6px;height:6px;border-radius:100px;background:currentColor;opacity:.2;border:none;padding:0;cursor:pointer;transition:opacity .25s ease,width .25s ease;flex-shrink:0}.pfc-mobile-nav__dot--active{opacity:1;width:20px}
/*# sourceMappingURL=/cdn/shop/t/7/assets/premium-featured-collection.css.map */
