.custom-product{--cp-ink: #1a1a1a;--cp-muted: #6b6b6b;--cp-border: #e2e2e2;--cp-accent: #1a2b4d;--cp-radius: 2px;color:var(--cp-ink);font-family:var(--font-body-family, inherit)}.cp-breadcrumb{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 0;font-size:1.1rem;letter-spacing:.05em;text-transform:uppercase;color:var(--cp-muted)}.cp-breadcrumb a{color:var(--cp-muted);text-decoration:none}.cp-breadcrumb a:hover{color:var(--cp-ink)}.cp-breadcrumb span[aria-hidden]{margin:0 .6rem}.cp-layout{display:grid;grid-template-columns:1fr;gap:3rem;padding:2rem 2rem 4rem;max-width:1200px;margin:0 auto}@media screen and (min-width:990px){.cp-layout{grid-template-columns:1.1fr .9fr;gap:5rem}}.cp-gallery__main{position:relative;overflow:hidden;border-radius:var(--cp-radius);background:#f5f4f2}.cp-gallery__slide{display:none}.cp-gallery__slide.is-active{display:block}.cp-gallery__slide img,.cp-placeholder{width:100%;height:auto;display:block}.cp-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem;overflow-x:auto}.cp-gallery__thumb{border:1px solid transparent;padding:0;background:none;cursor:pointer;width:70px;flex-shrink:0;border-radius:var(--cp-radius);overflow:hidden}.cp-gallery__thumb.is-active,.cp-gallery__thumb:hover{border-color:var(--cp-ink)}.cp-gallery__thumb img{display:block;width:100%}.cp-vendor{text-transform:uppercase;font-size:1.2rem;letter-spacing:.08em;color:var(--cp-muted);margin:0 0 .5rem}.cp-title{font-size:2.8rem;line-height:1.15;margin:0 0 1rem;font-weight:500}.cp-price{font-size:1.8rem;margin-bottom:2rem;display:flex;gap:1rem;align-items:baseline}.cp-price__compare{text-decoration:line-through;color:var(--cp-muted);font-size:1.5rem}.cp-option{margin-bottom:1.75rem}.cp-option__label{display:flex;gap:.4rem;text-transform:uppercase;font-size:1.2rem;letter-spacing:.06em;font-weight:600;margin-bottom:.8rem}.cp-option__value{font-weight:400;text-transform:none;color:var(--cp-muted)}.cp-swatches{display:flex;gap:.6rem;flex-wrap:wrap}.cp-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer;background-color:var(--swatch-color, #ccc);box-shadow:0 0 0 1px var(--cp-border);transition:box-shadow .15s ease,transform .15s ease}.cp-swatch:hover{transform:scale(1.06)}.cp-swatch.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--cp-ink)}.cp-swatch--image{background-size:cover;background-position:center;background-color:transparent}.cp-pills{display:flex;gap:.6rem;flex-wrap:wrap}.cp-pill{min-width:44px;padding:.8rem 1rem;border:1px solid var(--cp-border);background:#fff;border-radius:var(--cp-radius);cursor:pointer;font-size:1.3rem;transition:border-color .15s ease,background .15s ease}.cp-pill:hover{border-color:var(--cp-ink)}.cp-pill.is-selected{border-color:var(--cp-ink);background:var(--cp-ink);color:#fff}.cp-pill[disabled]{opacity:.35;cursor:not-allowed;text-decoration:line-through}.cp-size-chart-trigger{background:none;border:none;padding:0;text-decoration:underline;font-size:1.2rem;cursor:pointer;color:var(--cp-ink);margin-bottom:1.5rem;display:inline-block}.cp-stock-msg{font-size:1.2rem;color:#b3261e;min-height:1.6rem;margin-bottom:.5rem}.cp-quantity{display:inline-flex;align-items:center;border:1px solid var(--cp-border);border-radius:var(--cp-radius);margin-bottom:1.5rem;width:fit-content}.cp-qty__btn{width:40px;height:44px;border:none;background:#fff;font-size:1.6rem;cursor:pointer;color:var(--cp-ink);line-height:1}.cp-qty__btn:hover{background:#f5f4f2}.cp-qty__input{width:48px;height:44px;border:none;border-left:1px solid var(--cp-border);border-right:1px solid var(--cp-border);text-align:center;font-size:1.3rem;-moz-appearance:textfield}.cp-qty__input::-webkit-outer-spin-button,.cp-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cp-atc{width:100%;padding:1.5rem 2rem;background:var(--cp-accent);color:#fff;border:none;border-radius:var(--cp-radius);font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:opacity .15s ease}.cp-atc:hover{opacity:.9}.cp-atc[disabled]{background:#b8b8b8;cursor:not-allowed}.cp-atc.is-added{background:#2f6b3f}.cp-description{margin-top:2.5rem;line-height:1.6;color:var(--cp-muted)}.cp-accordion{margin-top:2.5rem;border-top:1px solid var(--cp-border)}.cp-accordion__item{border-bottom:1px solid var(--cp-border)}.cp-accordion__item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;cursor:pointer;text-transform:uppercase;font-size:1.2rem;letter-spacing:.06em;font-weight:600}.cp-accordion__item summary::-webkit-details-marker{display:none}.cp-chevron{transition:transform .2s ease}.cp-accordion__item[open] .cp-chevron{transform:rotate(180deg)}.cp-accordion__content{padding:0 0 1.6rem;color:var(--cp-muted);line-height:1.6}.cp-sticky-bar{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--cp-border);box-shadow:0 -4px 12px #0000000f;transform:translateY(100%);transition:transform .25s ease;z-index:40}@media screen and (min-width:990px){.cp-sticky-bar{top:0;bottom:auto;transform:translateY(-100%);box-shadow:0 4px 12px #0000000f}}.cp-sticky-bar.is-visible{transform:translateY(0)}.cp-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 2rem;max-width:1200px;margin:0 auto}.cp-sticky-bar__product{display:flex;align-items:center;gap:1rem}.cp-sticky-bar__product img{border-radius:var(--cp-radius)}.cp-sticky-bar__title{font-size:1.3rem;margin:0}.cp-sticky-bar__price{margin:0;color:var(--cp-muted);font-size:1.2rem}.cp-sticky-bar__atc{width:auto;padding:1.1rem 2.5rem}.cp-size-modal{border:none;border-radius:var(--cp-radius);padding:0;max-width:720px;width:92vw;max-height:85vh;overflow:hidden auto}.cp-size-modal::backdrop{background:#00000080}.cp-size-modal__header{position:sticky;top:0;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:2rem 2.5rem;border-bottom:1px solid var(--cp-border)}.cp-size-modal__header h2{font-size:1.8rem;margin:0}.cp-size-modal__header h2 .cp-size-modal__subtitle{margin:24px 0 12px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cp-size-modal__header h2 .cp-size-modal__subtitle:first-child{margin-top:0}.cp-size-modal__close{background:none;border:none;font-size:2.4rem;line-height:1;cursor:pointer;color:var(--cp-muted)}.cp-size-modal__body{padding:2rem 2.5rem 2.5rem}.cp-size-modal__body table{width:100%;border-collapse:collapse;font-size:1.2rem}.cp-size-modal__body th,.cp-size-modal__body td{padding:1rem;text-align:center;border-bottom:1px solid var(--cp-border)}.cp-size-modal__body th{background:#f5f4f2;text-transform:uppercase;font-size:1.1rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-product.css.map */
