:root{--color-accent: #A8842A;--color-accent-hover: #8C6D1F;--color-accent-contrast: #1A1A1A;--pbp-gold: var(--pb-or-champagne, #D4AF37);--pbp-gold-deep: #A8842A;--pbp-gold-line: rgba(212, 175, 55, .45);--pbp-ink: var(--pb-noir-elegant, #1A1A1A);--pbp-ivory: var(--pb-ivoire, #FAF6EF);--pbp-gold-grad: linear-gradient(135deg, #E6CB6B 0%, #D4AF37 45%, #C39A24 100%)}:root .icon--sparkle{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}@media(min-width:768px)and (max-width:1023px){:root .header__nav.hidden-mobile{display:none!important}:root .header__icon--menu.hidden-desktop{display:inline-flex!important}}@media(min-width:1024px)and (max-width:1279px){:root .header__inner{gap:var(--pb-space-sm, .75rem)}:root .header__nav{min-width:0}:root .header__menu{gap:0}:root .header__menu-item{font-size:.72rem;letter-spacing:.05em}:root .header__menu-link{font-size:.72rem;letter-spacing:.05em;padding-inline:.45rem;white-space:nowrap}:root .header__actions{flex-shrink:0}}.product .product__vendor{display:inline-flex;align-items:center;gap:.75rem;font-size:.68rem;font-weight:500;letter-spacing:.22em;color:var(--pbp-gold-deep)}.product .product__vendor:before{content:"";width:1.75rem;height:1px;background:var(--pbp-gold)}.product .product__price-wrap{flex-wrap:wrap;padding-bottom:var(--sp-4);margin-bottom:var(--sp-4);border-bottom:1px solid var(--pb-border-subtle, #E8E0D2)}.product .product__price{font-family:var(--font-heading);font-size:clamp(1.9rem,1.6rem + 1.2vw,2.4rem);font-weight:500;line-height:1;letter-spacing:-.01em;color:var(--pbp-ink)}.product .product__price--compare{font-size:1rem;color:var(--pb-text-tertiary, #998873);text-decoration-thickness:1px}.product .product__excerpt{line-height:1.7}.product .product__option{border:0;padding:0;margin:0;min-width:0}.product .product__option-label{display:block;width:100%;padding:0 0 .75rem;margin:0;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--pb-text-secondary, #8B7355)}.product .product__option-selected{margin-left:.35rem;font-size:.875rem;font-weight:500;letter-spacing:.01em;text-transform:none;color:var(--pbp-ink)}.product .product__option-value span{min-height:46px;padding:0 1.1rem;background:#fff;border-color:var(--pb-border-subtle, #E8E0D2);border-radius:var(--pb-radius-md, 8px);box-shadow:var(--pb-shadow-subtle);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,transform .2s ease}.product .product__option-value span:hover{border-color:var(--pbp-gold);transform:translateY(-1px)}.product .product__option-value input:checked+span{background:var(--pbp-ink);border-color:var(--pbp-ink);color:var(--pbp-ivory);box-shadow:0 0 0 2px var(--pbp-ivory),0 0 0 3px var(--pbp-gold)}.product .product__qty{background:#fff;border-color:var(--pb-border-subtle, #E8E0D2);border-radius:var(--pb-radius-md, 8px);box-shadow:var(--pb-shadow-subtle);overflow:hidden}.product .product__add{position:relative;overflow:hidden;border:0;border-radius:var(--pb-radius-md, 8px);background:var(--pbp-gold-grad);color:var(--pbp-ink);font-size:.8rem;font-weight:600;letter-spacing:.16em;box-shadow:0 12px 26px -14px #a8842ae6,inset 0 1px #ffffff59;transition:transform .25s var(--pb-ease-out, ease-out),box-shadow .25s var(--pb-ease-out, ease-out),filter .25s ease}.product .product__add:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.45) 50%,transparent 65%);transform:translate(-120%);transition:transform .8s var(--pb-ease-out, ease-out);pointer-events:none}.product .product__add:hover:not(:disabled){transform:translateY(-1px);filter:saturate(1.08);box-shadow:0 16px 30px -14px #a8842a,inset 0 1px #ffffff73}.product .product__add:hover:not(:disabled):after{transform:translate(120%)}.product .product__add:disabled{background:var(--pb-gris-perle, #E8E2D5);color:var(--pb-text-tertiary, #998873);box-shadow:none}.product .product__reassurance{position:relative;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem .75rem;margin-block:var(--sp-6);padding:1.5rem 1rem;border:1px solid var(--pbp-gold-line);border-radius:var(--pb-radius-lg, 16px);background:radial-gradient(120% 90% at 50% 0%,rgba(212,175,55,.14),transparent 60%),#1b1a18;color:var(--pbp-ivory);box-shadow:var(--pb-shadow-elevated);list-style:none}.product .product__reassurance li{flex-direction:column;align-items:center;gap:.6rem;text-align:center;font-size:.8rem;min-width:0}.product .product__reassurance .icon{box-sizing:border-box;width:42px;height:42px;padding:10px;border:1px solid var(--pbp-gold-line);border-radius:50%;background:#d4af3714;color:var(--pbp-gold);box-shadow:0 0 22px #d4af372e}.product .product__reassurance strong{font-family:var(--font-heading);font-size:1rem;font-weight:500;letter-spacing:.01em;color:var(--pbp-ivory)}.product .product__reassurance p{margin:0;font-size:.72rem;letter-spacing:.04em;color:var(--pb-taupe-clair, #C9B79C)}.product .product__accordions{border-top:1px solid var(--pb-border-subtle, #E8E0D2)}.product .accordion__item{border:0;border-bottom:1px solid var(--pb-border-subtle, #E8E0D2)}.product .accordion__trigger{padding:1.1rem 0;font-size:1.15rem;color:var(--pbp-ink)}.product .accordion__trigger .icon{box-sizing:border-box;flex-shrink:0;width:34px;height:34px;padding:9px;border:1px solid var(--pbp-gold-line);border-radius:50%;background:#fff;color:var(--pbp-gold-deep);transition:transform .4s var(--pb-ease-out, ease-out),background-color .25s ease,color .25s ease,border-color .25s ease}.product .accordion__trigger:hover .icon{border-color:var(--pbp-gold)}.product .accordion__trigger[aria-expanded=true] .icon{background:var(--pbp-ink);border-color:var(--pbp-ink);color:var(--pbp-gold)}.product .product__share a{border-color:var(--pb-border-subtle, #E8E0D2);background:#fff}.product .product__share a:hover{background:var(--pbp-ink);border-color:var(--pbp-ink);color:var(--pbp-gold)}:root .product-card__media{border-radius:12px;overflow:hidden;background:var(--pb-beige-doux, #F5EFE6);box-shadow:var(--pb-shadow-subtle);transition:transform .45s var(--pb-ease-out, ease-out),box-shadow .45s var(--pb-ease-out, ease-out)}:root .product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #d4af3700;transition:box-shadow .45s var(--pb-ease-out, ease-out);pointer-events:none}@media(hover:hover){:root .product-card:hover .product-card__media{transform:translateY(-4px);box-shadow:var(--pb-shadow-elevated)}:root .product-card:hover .product-card__media:after{box-shadow:inset 0 0 0 1px #d4af37b3}}:root .product-card__body{padding-top:.85rem}:root .product-card__title{line-height:1.3}:root .product-card__price{margin-top:.3rem;font-family:var(--font-heading);font-size:1.05rem;font-weight:600;letter-spacing:.01em;color:var(--pbp-ink)}:root .product-card__price s,:root .product-card__price del{font-family:var(--font-body);font-size:.8rem;font-weight:400;color:var(--pb-text-tertiary, #998873)}:root .collection__filters-toggle,:root .collection__toolbar select{background-color:#fff;border:1px solid var(--pb-border-subtle, #E8E0D2);border-radius:var(--pb-radius-md, 8px);box-shadow:var(--pb-shadow-subtle)}:root .collection__filters-toggle:hover,:root .collection__toolbar select:hover{border-color:var(--pbp-gold)}:root .drawer__header{border-bottom-color:var(--pbp-gold-line)}:root .drawer__title{font-family:var(--font-heading);font-size:1.4rem;font-weight:500;letter-spacing:.01em}:root .drawer__close{border:1px solid var(--pb-border-subtle, #E8E0D2)}:root .collections-drawer__thumb{border-radius:50%;border-color:var(--pbp-gold-line)}:root .collections-drawer .drawer__footer .btn{border:0;border-radius:var(--pb-radius-md, 8px);background:var(--pbp-gold-grad);color:var(--pbp-ink);letter-spacing:.14em;font-weight:600}.mobile-bar.mobile-bar{background:#faf6eff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--pbp-gold-line);box-shadow:0 -8px 24px #1a1a1a0f}.mobile-bar .mobile-bar__item{letter-spacing:.04em}.mobile-bar .mobile-bar__item.is-active{color:var(--pbp-ink)}.mobile-bar .mobile-bar__item.is-active:before{content:"";position:absolute;top:-1px;left:50%;width:26px;height:2px;border-radius:0 0 2px 2px;background:var(--pbp-gold);transform:translate(-50%)}.mobile-bar .mobile-bar__item.is-active .icon{color:var(--pbp-gold-deep)}.mobile-bar .mobile-bar__count{background:var(--pbp-gold);color:var(--pbp-ink)}.site-footer.site-footer{background:#161514;color:#faf6efbd}.site-footer .site-footer__main{padding-inline:clamp(1.25rem,4vw,3rem);border-top:1px solid rgba(212,175,55,.22)}.site-footer .site-footer__logo{filter:invert(1);mix-blend-mode:screen}.site-footer .site-footer__tagline{color:#faf6efdb}.site-footer .site-footer__trust{color:var(--pb-taupe-clair, #C9B79C)}.site-footer .site-footer__col,.site-footer .site-footer__col--acc,.site-footer .site-footer__col-summary{border-color:#faf6ef1f}.site-footer .site-footer__col-title{color:var(--pbp-gold);letter-spacing:.2em}.site-footer .site-footer__col-summary svg{color:var(--pbp-gold)}.site-footer .site-footer__menu a,.site-footer .site-footer__hours,.site-footer .site-footer__col-body,.site-footer .site-footer__col-body a{color:#faf6efbd}.site-footer .site-footer__menu a:hover,.site-footer .site-footer__col-body a:hover{color:var(--pbp-gold)}.site-footer .site-footer__bottom{border-top:1px solid rgba(250,246,239,.12)}.site-footer .site-footer__copyright{color:#faf6ef8c}.site-footer .site-footer__social a{color:var(--pbp-gold);border-color:var(--pbp-gold-line)}@media(prefers-reduced-motion:reduce){.product .product__add:after{display:none}:root .product-card__media,.product .product__add{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/pb-polish.css.map */
