.pg-cart{--color-black: #111111;--color-accent: #F59E0B;--color-white: #FFFFFF;--color-muted: #9CA3AF;--color-surface: #1F2937;padding:2rem 0 4rem;max-width:56rem;margin:0 auto;width:100%}.pg-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:.9375rem;text-decoration:none;border:none;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.pg-btn:hover{opacity:.92;transform:translateY(-1px)}.pg-btn--amber{background:var(--color-accent);color:var(--color-black)}.pg-btn--ghost{background:transparent;color:var(--color-white);border:1px solid #374151;padding:.625rem 1.25rem;font-size:.875rem}.pg-btn--ghost:hover{border-color:var(--color-white)}.pg-cart__header{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid #374151}.pg-cart__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--color-white)}.pg-cart__count{margin-top:.375rem;font-size:.875rem;color:var(--color-muted)}.pg-cart__layout{display:grid;grid-template-columns:1fr minmax(280px,340px);gap:2.5rem;align-items:start}.pg-cart__items{display:flex;flex-direction:column;gap:1rem}.pg-cart-item{display:grid;grid-template-columns:6.5rem 1fr;gap:1.25rem;padding:1.25rem;background:#1a1a1a;border:1px solid #374151;border-radius:12px}.pg-cart-item__media{display:block;border-radius:10px;overflow:hidden;background:var(--color-surface);aspect-ratio:1}.pg-cart-item__media img{width:100%;height:100%;object-fit:cover}.pg-cart-item__placeholder{width:100%;height:100%;background:var(--color-black)}.pg-cart-item__body{display:flex;flex-direction:column;gap:.875rem;min-width:0}.pg-cart-item__top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.pg-cart-item__title{font-size:.9375rem;font-weight:600;text-decoration:none;color:var(--color-white);line-height:1.35}.pg-cart-item__title:hover{color:var(--color-accent)}.pg-cart-item__variant{margin-top:.25rem;font-size:.8125rem;color:var(--color-muted)}.pg-cart-item__line-price{font-size:.9375rem;font-weight:700;color:var(--color-white);white-space:nowrap}.pg-cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pg-qty{display:inline-flex;align-items:center;border:1px solid #374151;border-radius:8px;overflow:hidden;background:var(--color-surface)}.pg-qty__btn{width:2.25rem;height:2.25rem;border:none;background:transparent;color:var(--color-white);font-size:1.125rem;cursor:pointer}.pg-qty__btn:hover{background:#374151}.pg-qty__input{width:2.75rem;height:2.25rem;border:none;border-left:1px solid #374151;border-right:1px solid #374151;text-align:center;background:#1a1a1a;color:var(--color-white);-webkit-appearance:textfield;appearance:textfield}.pg-qty__input::-webkit-outer-spin-button,.pg-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pg-cart-item__remove{font-size:.8125rem;color:var(--color-muted);text-decoration:underline;text-underline-offset:2px}.pg-cart-item__remove:hover{color:#f87171}.pg-cart__actions-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.pg-cart__continue{font-size:.875rem;font-weight:500;color:var(--color-muted);text-decoration:none}.pg-cart__continue:hover{color:var(--color-accent)}.pg-cart__summary-card{position:sticky;top:5.5rem;padding:1.5rem;background:var(--color-black);color:var(--color-white);border-radius:16px;border:1px solid #374151}.pg-cart__summary-title{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.pg-cart__totals{margin:0 0 1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #1F2937}.pg-cart__total-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.9375rem}.pg-cart__total-row+.pg-cart__total-row{margin-top:.625rem}.pg-cart__total-row dd{font-weight:700;margin:0}.pg-cart__total-row--muted{font-size:.8125rem;color:#9ca3af}.pg-cart__total-row--muted dd{font-weight:400;text-align:right}.pg-cart__note-label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.5rem;color:#9ca3af}.pg-cart__note{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #374151;border-radius:8px;background:#1f2937;color:var(--color-white);resize:vertical;min-height:4.5rem}.pg-cart__checkout{width:100%;padding:1rem;font-size:1rem}.pg-cart__trust{margin:1.25rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;color:#9ca3af}.pg-cart__trust li:before{content:"\2713  ";color:var(--color-accent);font-weight:700}.pg-cart__empty{text-align:center;padding:3rem 1.5rem;background:#1a1a1a;border:1px dashed #374151;border-radius:16px}.pg-cart__empty-title{font-size:1.375rem;font-weight:700;margin-bottom:.5rem;color:var(--color-white)}.pg-cart__empty-text{color:var(--color-muted);margin-bottom:1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.pg-cart__layout{grid-template-columns:1fr}.pg-cart__summary-card{position:static}.pg-cart-item{grid-template-columns:5rem 1fr;padding:1rem}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.pg-featured{padding:2rem 0 4rem}.pg-featured__header{text-align:center;margin-bottom:2rem}.pg-featured__title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.pg-featured__subtitle{color:var(--color-muted);margin-top:.5rem}.pg-featured__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.pg-product-card{text-decoration:none;color:inherit;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;background:var(--color-white);transition:box-shadow .2s ease,transform .2s ease}.pg-product-card:hover{box-shadow:0 8px 24px #11111114;transform:translateY(-2px)}.pg-product-card__media{aspect-ratio:1;background:var(--color-surface);overflow:hidden}.pg-product-card__media img{width:100%;height:100%;object-fit:cover}.pg-product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:var(--color-black)}.pg-product-card__placeholder img{width:4rem;opacity:.9}.pg-product-card__info{padding:1rem 1.125rem 1.25rem}.pg-product-card__title{font-size:.9375rem;font-weight:600;margin-bottom:.375rem}.pg-product-card__price{font-size:.9375rem;font-weight:700;color:var(--color-accent)}.pg-featured__empty{grid-column:1 / -1;text-align:center;color:var(--color-muted);padding:2rem}.pg-featured__cta{text-align:center;margin-top:2rem}.pg-features{padding:4rem 0}.pg-features__header{text-align:center;margin-bottom:2.5rem}.pg-features__title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.pg-features__subtitle{color:var(--color-muted);font-size:1rem}.pg-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pg-features__card{background:var(--color-surface);border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem}.pg-features__icon{font-size:1.5rem;display:block;margin-bottom:.75rem}.pg-features__card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.pg-features__card-text{font-size:.875rem;line-height:1.55;color:var(--color-muted)}@media(max-width:768px){.pg-features__grid{grid-template-columns:1fr}}.pg-footer{background:var(--color-black);color:#9ca3af;padding:3rem var(--page-margin) 2rem;margin-top:auto}.pg-footer__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid #1F2937}.pg-footer__logo{width:5rem;height:auto;margin-bottom:.75rem}.pg-footer__tagline{font-size:.8125rem;color:#9ca3af}.pg-footer__columns{display:flex;gap:3rem;justify-content:flex-end}.pg-footer__col{display:flex;flex-direction:column;gap:.625rem}.pg-footer__heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-white);margin-bottom:.25rem}.pg-footer__link{text-decoration:none;color:#9ca3af;font-size:.875rem;transition:color .15s ease}.pg-footer__link:hover{color:var(--color-accent)}.pg-footer__bottom{max-width:var(--page-width);margin:1.5rem auto 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pg-footer__copy{font-size:.75rem;color:#6b7280}.pg-footer__payment{display:flex;gap:.5rem;flex-wrap:wrap}.pg-footer__payment svg{height:1.5rem;width:auto;filter:grayscale(1) brightness(1.4)}@media(max-width:768px){.pg-footer__inner{grid-template-columns:1fr}.pg-footer__columns{justify-content:flex-start}}.pg-header{height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:0 var(--page-margin);background:var(--color-white);border-bottom:1px solid #E5E7EB;position:sticky;top:0;z-index:100}.pg-header__logo{flex-shrink:0;text-decoration:none}.pg-header__logo-img{height:2rem;width:auto}.pg-header__nav{display:flex;align-items:center;gap:2rem}.pg-header__link{text-decoration:none;color:var(--color-muted);font-size:.875rem;font-weight:500;transition:color .15s ease}.pg-header__link:hover{color:var(--color-accent)}.pg-header__actions{display:flex;align-items:center;gap:1rem}.pg-header__icon{position:relative;display:flex;align-items:center;justify-content:center;color:var(--color-black);text-decoration:none}.pg-header__icon svg{width:1.375rem;height:1.375rem}.pg-header__cart-count{position:absolute;top:-6px;right:-8px;min-width:1.125rem;height:1.125rem;padding:0 4px;border-radius:999px;background:var(--color-accent);color:var(--color-black);font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.pg-header__nav{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.pg-hero{background:var(--color-black);color:var(--color-white);padding:4rem var(--page-margin) 5rem}.pg-hero__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.pg-hero__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.pg-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.25rem}.pg-hero__accent{color:var(--color-accent)}.pg-hero__text{font-size:1.0625rem;line-height:1.65;color:#9ca3af;max-width:36ch;margin-bottom:2rem}.pg-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.pg-hero__visual{display:flex;justify-content:center;align-items:center}.pg-hero__image{border-radius:16px;box-shadow:0 24px 64px #f59e0b26}.pg-hero__icon-wrap{width:min(280px,100%);aspect-ratio:1;display:grid;place-items:center;background:radial-gradient(circle,rgba(245,158,11,.12) 0%,transparent 70%);border-radius:24px}.pg-hero__icon{width:60%;filter:drop-shadow(0 0 32px rgba(245,158,11,.35))}@media(max-width:900px){.pg-hero__inner{grid-template-columns:1fr;text-align:center}.pg-hero__text{margin-inline:auto}.pg-hero__actions{justify-content:center}}.pg-product{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem 0 4rem;align-items:start}.pg-product__gallery{background:var(--color-surface);border-radius:16px;overflow:hidden;border:1px solid #E5E7EB}.pg-product__main-image{width:100%;aspect-ratio:1;object-fit:cover}.pg-product__placeholder{aspect-ratio:1;display:grid;place-items:center;background:var(--color-black)}.pg-product__vendor{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem}.pg-product__title{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.pg-product__price{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin-bottom:1.5rem}.pg-product__description{font-size:.9375rem;line-height:1.65;color:var(--color-muted);margin-bottom:1.5rem}.pg-product__label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem}.pg-product__select{width:100%;padding:.75rem 1rem;border:1px solid #E5E7EB;margin-bottom:1rem;background:var(--color-white)}.pg-product__submit{width:100%;margin-bottom:.75rem}.pg-product__trust{margin-top:1.5rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--color-muted)}.pg-product__trust li:before{content:"\2713  ";color:var(--color-accent);font-weight:700}@media(max-width:900px){.pg-product{grid-template-columns:1fr}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
