:root{--pp-transition: .3s cubic-bezier(.25, .1, .25, 1);--pp-sidebar-width: 260px}.pp{width:100%;max-width:1600px;margin:0 auto;padding-inline:20px}.pp__banner{margin-bottom:24px;border-radius:var(--brand-radius-lg, 20px);overflow:hidden;max-height:360px}.pp__banner-img-wrap{position:relative;width:100%;height:100%}.pp__banner-img{display:block;width:100%;height:360px;object-fit:cover}.pp__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / .25),transparent 60%)}.pp__breadcrumb{margin-bottom:20px}.pp__breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;list-style:none;margin:0;padding:0;font-size:.8125rem;color:rgb(var(--color-foreground-rgb) / .55)}.pp__breadcrumb-item a{color:inherit;text-decoration:none;transition:color var(--pp-transition)}.pp__breadcrumb-item a:hover{color:var(--color-foreground, #000)}.pp__breadcrumb-item--current{color:var(--color-foreground, #000);font-weight:500}.pp__breadcrumb-sep{opacity:.4}.pp__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px}.pp__title{font-family:var(--font-heading--family);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:var(--font-heading--weight, 700);line-height:1.15;margin:0;color:var(--color-foreground, #000)}.pp__description{margin-top:8px;font-size:.9375rem;line-height:1.6;color:rgb(var(--color-foreground-rgb) / .7);max-width:640px}.pp__header-count{font-size:.8125rem;color:rgb(var(--color-foreground-rgb) / .5);white-space:nowrap;flex-shrink:0}.pp__active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px}.pp__active-filter{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:.8125rem;color:var(--color-foreground, #000);background:rgb(var(--color-foreground-rgb) / .06);border-radius:100px;text-decoration:none;transition:background var(--pp-transition)}.pp__active-filter:hover{background:rgb(var(--color-foreground-rgb) / .12)}.pp__active-filter-x{opacity:.5;transition:opacity var(--pp-transition)}.pp__active-filter:hover .pp__active-filter-x{opacity:1}.pp__active-clear{font-size:.8125rem;color:rgb(var(--color-foreground-rgb) / .5);text-decoration:underline;text-underline-offset:2px}.pp__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;margin-bottom:20px;border-top:1px solid rgb(var(--color-foreground-rgb) / .08);border-bottom:1px solid rgb(var(--color-foreground-rgb) / .08)}.pp__toolbar-left,.pp__toolbar-right{display:flex;align-items:center;gap:16px}.pp__filter-toggle{display:none;align-items:center;gap:8px;padding:8px 14px;font-size:.875rem;font-family:inherit;font-weight:500;color:var(--color-foreground, #000);background:none;border:1px solid rgb(var(--color-foreground-rgb) / .15);border-radius:8px;cursor:pointer;transition:border-color var(--pp-transition)}.pp__filter-toggle:hover{border-color:rgb(var(--color-foreground-rgb) / .4)}.pp__result-count{font-size:.8125rem;color:rgb(var(--color-foreground-rgb) / .55)}.pp__sort-wrap{position:relative}.pp__sort-select{-webkit-appearance:none;appearance:none;padding:8px 32px 8px 12px;font-size:.8125rem;font-family:inherit;color:var(--color-foreground, #000);background:none;border:1px solid rgb(var(--color-foreground-rgb) / .15);border-radius:8px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color var(--pp-transition)}.pp__sort-select:hover{border-color:rgb(var(--color-foreground-rgb) / .4)}.pp__grid-switcher{display:flex;gap:2px;padding:2px;background:rgb(var(--color-foreground-rgb) / .04);border-radius:8px}.pp__grid-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;color:rgb(var(--color-foreground-rgb) / .35);cursor:pointer;transition:all var(--pp-transition)}.pp__grid-btn:hover{color:rgb(var(--color-foreground-rgb) / .7)}.pp__grid-btn--active{background:var(--color-background, #fff);color:var(--color-foreground, #000);box-shadow:0 1px 3px #00000014}.pp__layout{display:grid;grid-template-columns:1fr;gap:0}@media screen and (min-width:750px){.pp__layout:not([class*=sidebar]){grid-template-columns:1fr}.pp__layout--sidebar-left{grid-template-columns:var(--pp-sidebar-width) 1fr;gap:32px}.pp__layout:not(.pp__layout--sidebar-left){grid-template-columns:1fr var(--pp-sidebar-width);gap:32px}}.pp__sidebar{display:none}@media screen and (min-width:750px){.pp__sidebar{display:block;position:sticky;top:calc(var(--header-group-height, 120px) + 16px);max-height:calc(100vh - var(--header-group-height, 120px) - 32px);overflow-y:auto;scrollbar-width:thin;padding:4px 0}}.pp__sidebar-inner{display:flex;flex-direction:column;gap:0}.pp__filter-group{border-bottom:1px solid rgb(var(--color-foreground-rgb) / .06)}.pp__filter-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;font-size:.875rem;font-weight:600;font-family:inherit;color:var(--color-foreground, #000);background:none;border:none;cursor:pointer;list-style:none}.pp__filter-group-toggle::-webkit-details-marker{display:none}.pp__filter-group-caret{transition:transform var(--pp-transition);color:rgb(var(--color-foreground-rgb) / .4)}.pp__filter-group[open] .pp__filter-group-caret{transform:rotate(180deg)}.pp__filter-group-body{padding-bottom:16px}.pp__filter-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.pp__filter-link{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:.8125rem;color:rgb(var(--color-foreground-rgb) / .7);text-decoration:none;transition:color var(--pp-transition)}.pp__filter-link:hover{color:var(--color-foreground, #000)}.pp__filter-link--active{color:var(--color-foreground, #000);font-weight:500}.pp__filter-check{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:1.5px solid rgb(var(--color-foreground-rgb) / .2);border-radius:4px;flex-shrink:0;transition:all var(--pp-transition)}.pp__filter-link--active .pp__filter-check{background:var(--color-foreground, #000);border-color:var(--color-foreground, #000);color:var(--color-background, #fff)}.pp__filter-count{opacity:.4;font-size:.75rem;margin-left:auto}.pp__swatches{display:flex;flex-wrap:wrap;gap:8px}.pp__swatch{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:inherit}.pp__swatch-color{width:32px;height:32px;border-radius:50%;border:2px solid transparent;transition:border-color var(--pp-transition),transform var(--pp-transition);box-shadow:inset 0 0 0 1px #00000014}.pp__swatch--active .pp__swatch-color{border-color:var(--color-foreground, #000);transform:scale(1.1)}.pp__swatch-color--none{background:linear-gradient(135deg,#fff 45%,#ddd 45% 55%,#fff 55%)}.pp__swatch-label{font-size:.6875rem;color:rgb(var(--color-foreground-rgb) / .6);max-width:48px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp__pills{display:flex;flex-wrap:wrap;gap:6px}.pp__pill{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;font-size:.8125rem;font-family:inherit;color:var(--color-foreground, #000);background:none;border:1px solid rgb(var(--color-foreground-rgb) / .15);border-radius:8px;text-decoration:none;cursor:pointer;transition:all var(--pp-transition)}.pp__pill:hover{border-color:rgb(var(--color-foreground-rgb) / .4)}.pp__pill--active{background:var(--color-foreground, #000);border-color:var(--color-foreground, #000);color:var(--color-background, #fff)}.pp__price-range{display:flex;flex-direction:column;gap:12px}.pp__price-inputs{display:flex;align-items:center;gap:8px}.pp__price-field{display:flex;align-items:center;flex:1;gap:4px;padding:0 10px;height:40px;border:1px solid rgb(var(--color-foreground-rgb) / .15);border-radius:8px;transition:border-color var(--pp-transition)}.pp__price-field:focus-within{border-color:var(--color-foreground, #000)}.pp__price-currency{font-size:.8125rem;opacity:.5}.pp__price-input{width:100%;border:none;background:none;font-size:.8125rem;font-family:inherit;color:var(--color-foreground, #000);outline:none;padding:0}.pp__price-input::-webkit-outer-spin-button,.pp__price-input::-webkit-inner-spin-button{-webkit-appearance:none}.pp__price-input[type=number]{-moz-appearance:textfield}.pp__price-dash{opacity:.3;flex-shrink:0}.pp__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--pp-card-gap, 16px)}@media screen and (min-width:750px){.pp__grid{grid-template-columns:repeat(var(--pp-desktop-cols, 4),1fr)}}.pp__card-wrap{display:flex;flex-direction:column}.pp__card{display:flex;flex-direction:column;border-radius:var(--card-radius, 12px);overflow:hidden;transition:transform var(--pp-transition),box-shadow var(--pp-transition);position:relative}.pp[data-hover=lift] .pp__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.pp__card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.pp__card-media{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:var(--card-radius, 12px);background:var(--color-background-secondary, #f5f5f5)}.pp[data-ratio="1/1"] .pp__card-media{aspect-ratio:1/1}.pp[data-ratio="4/3"] .pp__card-media{aspect-ratio:4/3}.pp__card-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-background-secondary, #f5f5f5);animation:ppSkeletonPulse 1.5s ease-in-out infinite}@keyframes ppSkeletonPulse{0%,to{opacity:.5}50%{opacity:.9}}.pp__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.pp__card-img--secondary{opacity:0;transition:opacity .4s ease}.pp__card:hover .pp__card-img--secondary{opacity:1}.pp__card-img-tag{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.25,.1,.25,1)}.pp[data-hover=zoom] .pp__card:hover .pp__card-img-tag{transform:scale(1.06)}.pp__card-img--secondary .pp__card-img-tag{transform:scale(1)}.pp[data-hover=zoom] .pp__card:hover .pp__card-img--secondary .pp__card-img-tag{transform:scale(1.06)}.pp__badges{position:absolute;top:10px;left:10px;z-index:3;display:flex;flex-wrap:wrap;gap:4px;pointer-events:none}.pp__badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;line-height:1;white-space:nowrap}.pp__badge--pill,.pp__badge--sale,.pp__badge--new,.pp__badge--bestseller,.pp__badge--sold-out{border-radius:100px}.pp__badge--sale{background:#d4380d;color:#fff}.pp__badge--new{background:var(--color-foreground, #000);color:var(--color-background, #fff)}.pp__badge--bestseller{background:var(--brand-primary, #F6989D);color:#fff}.pp__badge--sold-out{background:rgb(var(--color-foreground-rgb) / .7);color:var(--color-background, #fff)}.pp__wishlist{position:absolute;top:10px;right:10px;z-index:3;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:rgb(var(--color-background-rgb, 255 255 255) / .85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--color-foreground, #000);cursor:pointer;opacity:0;transform:translateY(-4px);transition:opacity var(--pp-transition),transform var(--pp-transition),background var(--pp-transition)}.pp__card:hover .pp__wishlist{opacity:1;transform:translateY(0)}.pp__wishlist:hover{background:var(--color-foreground, #000);color:var(--color-background, #fff)}.pp__wishlist.is-active{opacity:1;color:var(--brand-primary, #F6989D)}.pp__wishlist.is-active svg{fill:currentColor}.pp__wishlist svg{transition:fill .25s ease,transform .25s ease}.pp__card-info{display:flex;flex-direction:column;gap:4px;padding:12px 4px 4px}.pp__vendor{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--color-foreground-rgb) / .45);font-weight:500}.pp__card-title{font-size:.875rem;font-weight:500;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pp__card-title a{color:inherit;text-decoration:none;transition:color var(--pp-transition)}.pp__card-title a:hover{color:var(--brand-primary, #F6989D)}.pp__card-price{margin-top:2px}.pp__swatches-row{display:flex;align-items:center;gap:4px;margin-top:6px}.pp__card-swatch{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;text-decoration:none;border:1.5px solid transparent;transition:border-color var(--pp-transition)}.pp__card-swatch:hover{border-color:var(--color-foreground, #000)}.pp__card-swatch-dot{display:block;width:12px;height:12px;border-radius:50%;box-shadow:inset 0 0 0 .5px #0000001a}.pp__card-swatch-more{font-size:.6875rem;color:rgb(var(--color-foreground-rgb) / .4);margin-left:2px}.pp__quick-add{position:relative;z-index:2;margin-top:8px;opacity:0;transform:translateY(4px);transition:opacity var(--pp-transition),transform var(--pp-transition)}.pp__card:hover .pp__quick-add{opacity:1;transform:translateY(0)}.pp__quick-add-form{display:flex}.pp__quick-add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;background:var(--pp-btn-bg, var(--brand-primary, #F6989D));color:var(--pp-btn-color, #fff);border-color:var(--pp-btn-bg, var(--brand-primary, #F6989D))}.pp__quick-add-btn:hover{filter:brightness(.9);border-color:var(--pp-btn-bg, var(--brand-primary, #F6989D));color:var(--pp-btn-color, #fff);transform:translateY(-1px);box-shadow:var(--brand-shadow-md)}.pp[data-ratio=auto] .pp__card-media{aspect-ratio:auto;min-height:200px}.pp[data-ratio=auto] .pp__card-img{position:relative}.pp[data-ratio=auto] .pp__card-img-tag{height:auto}.pp__empty{display:flex;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:60px 20px}.pp__empty-inner{max-width:400px}.pp__empty-icon{margin-bottom:20px;color:rgb(var(--color-foreground-rgb) / .3)}.pp__empty-illustration{margin-bottom:20px;opacity:.3}.pp__empty-svg{width:120px;height:120px}.pp__empty-title{font-size:1.25rem;font-weight:600;margin:0 0 8px}.pp__empty-text{font-size:.9375rem;color:rgb(var(--color-foreground-rgb) / .55);margin:0 0 24px;line-height:1.6}.pp__empty-btn{display:inline-flex;text-decoration:none}.pp__pagination-wrap{grid-column:1 / -1;display:flex;justify-content:center;padding:32px 0 16px}.pp__pagination-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.pp__page-link{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;font-size:.875rem;font-weight:500;color:rgb(var(--color-foreground-rgb) / .6);text-decoration:none;border-radius:8px;transition:all var(--pp-transition)}.pp__page-link:hover{color:var(--color-foreground, #000);background:rgb(var(--color-foreground-rgb) / .06)}.pp__page-link--current{color:var(--color-background, #fff);background:var(--color-foreground, #000)}.pp__page-dots{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:.875rem;color:rgb(var(--color-foreground-rgb) / .3)}.pp__load-more{display:inline-flex;min-width:200px;justify-content:center}.pp__loading-dots{display:flex;gap:6px;padding:16px 0}.pp__loading-dots span{width:8px;height:8px;border-radius:50%;background:rgb(var(--color-foreground-rgb) / .2);animation:ppDotPulse 1.2s ease-in-out infinite}.pp__loading-dots span:nth-child(2){animation-delay:.15s}.pp__loading-dots span:nth-child(3){animation-delay:.3s}@keyframes ppDotPulse{0%,80%,to{transform:scale(.6);opacity:.3}40%{transform:scale(1);opacity:1}}.pp__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.pp__drawer-overlay[aria-hidden=false]{opacity:1;visibility:visible}.pp__drawer{position:fixed;top:0;left:0;z-index:1000;width:min(380px,85vw);height:100vh;height:100dvh;background:var(--color-background, #fff);transform:translate(-100%);transition:transform .35s cubic-bezier(.25,.1,.25,1);display:flex;flex-direction:column;overflow:hidden}.pp__drawer[aria-hidden=false]{transform:translate(0)}.pp__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgb(var(--color-foreground-rgb) / .08);flex-shrink:0}.pp__drawer-title{font-size:1rem;font-weight:600;margin:0}.pp__drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:none;cursor:pointer;color:var(--color-foreground, #000);transition:background var(--pp-transition)}.pp__drawer-close:hover{background:rgb(var(--color-foreground-rgb) / .06)}.pp__drawer-body{flex:1;overflow-y:auto;padding:0 20px;scrollbar-width:thin}.pp__drawer-footer{display:flex;gap:8px;padding:16px 20px;border-top:1px solid rgb(var(--color-foreground-rgb) / .08);flex-shrink:0}.pp__drawer-clear{flex:1}.pp__drawer-apply{flex:2}@media screen and (max-width:749px){.pp{padding-inline:16px}.pp__filter-toggle{display:flex}.pp__header{flex-direction:column;align-items:flex-start;gap:4px}.pp__header-count{font-size:.75rem}.pp__toolbar{flex-wrap:wrap}.pp__toolbar-right{width:100%;justify-content:space-between}.pp__grid-switcher{display:none}.pp__banner{max-height:200px;margin-bottom:16px;border-radius:var(--brand-radius-md, 14px)}.pp__banner-img{height:200px}.pp__breadcrumb{margin-bottom:12px}.pp__card-media{aspect-ratio:3/4}.pp[data-ratio="1/1"] .pp__card-media{aspect-ratio:1/1}.pp[data-ratio="4/3"] .pp__card-media{aspect-ratio:4/3}.pp[data-ratio=auto] .pp__card-media{aspect-ratio:auto;min-height:160px}.pp__quick-add{position:absolute;bottom:0;left:0;right:0;z-index:5;padding:0;opacity:0;transform:translateY(4px);background:linear-gradient(to top,rgb(0 0 0 / .5),transparent);transition:opacity var(--pp-transition),transform var(--pp-transition)}.pp__card:hover .pp__quick-add,.pp__card:focus-within .pp__quick-add{opacity:1;transform:translateY(0)}.pp__quick-add-btn{--_btn-padding-y: 7px;--_btn-padding-x: 0;--_btn-font-size: 11px;width:100%;border-radius:0;border:none}.pp__card-info{padding:8px 2px 2px;gap:2px}.pp__card-title{font-size:.8125rem;-webkit-line-clamp:1;height:1.35em}.pp__wishlist{opacity:1;transform:none;width:32px;height:32px}.pp__wishlist svg{width:16px;height:16px}}@media screen and (min-width:750px)and (max-width:1023px){.pp__grid{grid-template-columns:repeat(3,1fr)}.pp__layout--sidebar-left{grid-template-columns:220px 1fr;gap:20px}}@media(prefers-reduced-motion:reduce){.pp__card,.pp__card-img-tag,.pp__card-img--secondary,.pp__wishlist,.pp__quick-add,.pp__page-link,.pp__filter-group-caret,.pp__drawer,.pp__drawer-overlay,.pp__active-filter,.pp__swatch-color,.pp__pill,.pp__sort-select,.pp__filter-toggle,.pp__filter-link,.pp__grid-btn,.pp__swatch,.pp__price-field,.pp__card-swatch,.pp__badge{transition:none!important}.pp__card-skeleton,.pp__loading-dots span{animation:none}}.pp :focus-visible{outline:2px solid var(--color-foreground, #000);outline-offset:2px}.pp__card-link:focus-visible{outline-offset:0;border-radius:var(--card-radius, 12px)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/products-premium.css.map */
