.product-page{max-width:1170px;padding:28px 30px 60px}.product-page .breadcrumbs{display:flex;justify-content:center;flex-wrap:wrap;gap:5px;margin:0 0 24px;font:400 13px/1.4 var(--font-body)}.product-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"gallery heading" "gallery purchase";grid-template-rows:auto 1fr;gap:0 30px}.product-heading{grid-area:heading;margin:0 0 18px}.product-universe{display:inline-flex;align-items:center;gap:3px;margin-bottom:14px;font:400 14px/1.4 var(--font-body);color:#555}.product-universe .icon{width:12px;height:12px}.product-heading h1{font:600 24px/1.25 var(--font-body);margin:0}.product-details{grid-area:purchase;min-width:0;padding:0;position:static}.product-gallery{grid-area:gallery;display:grid;grid-template-columns:74px minmax(0,1fr);gap:24px;align-items:start;min-width:0}.product-gallery:not(:has(.product-thumbnails)){grid-template-columns:minmax(0,1fr);padding-left:98px}.product-gallery-stage{grid-column:2;position:relative;min-width:0;background:#f6f6f6}.product-gallery:not(:has(.product-thumbnails)) .product-gallery-stage{grid-column:1}.product-gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.product-gallery-track::-webkit-scrollbar{display:none}.product-gallery-slide{flex:0 0 100%;min-width:0;aspect-ratio:.76;scroll-snap-align:start;scroll-snap-stop:always}.product-image-zoom{display:block;position:relative;width:100%;height:100%;padding:0;border:0;background:#f6f6f6;cursor:zoom-in}.product-image-zoom>img{display:block;width:100%;height:100%;object-fit:contain}.zoom-indicator{position:absolute;bottom:9px;right:9px;display:flex;align-items:center;color:#333}.zoom-indicator>span{position:absolute;font:700 12px/1 var(--font-body);top:3px;left:6px}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent;color:#333}.gallery-arrow--previous{left:0}.gallery-arrow--previous .icon{transform:rotate(180deg)}.gallery-arrow--next{right:0}.gallery-arrow:disabled{visibility:hidden}.gallery-dots{position:absolute;bottom:3px;left:50%;transform:translate(-50%);display:flex;flex-wrap:wrap;justify-content:center;max-width:calc(100% - 80px)}.gallery-dots button{width:24px;height:32px;border:0;background:transparent;display:grid;place-items:center}.gallery-dots button>span{display:block;width:10px;height:10px;border:1px solid #bbb;border-radius:50%;background:#fff}.gallery-dots button[aria-pressed=true]>span{background:var(--ink);border-color:var(--ink)}.product-thumbnails{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:16px;margin:0;max-height:600px;overflow-y:auto}.product-thumbnails button{width:100%;flex:0 0 auto;aspect-ratio:.76;border:1px solid transparent;border-radius:2px;background:#f6f6f6;padding:2px}.product-thumbnails button[aria-pressed=true]{border-color:var(--ink)}.product-thumbnails img{object-fit:contain}.product-price-block{margin:0 0 24px}.product-price-block .price{margin:0;font:600 20px/1.5 var(--font-body);gap:5px}.product-price-block .price s{font-size:14px;font-weight:400}.product-price-block .discount-line{margin-top:14px;font-size:14px}.product-buy{display:block}.product-option{min-width:0;padding:0;margin:0 0 18px;border:0}.product-option legend{display:block;font:500 14px/1.5 var(--font-body);padding:0;margin:0 0 10px}.product-option legend>span{font-weight:400}.option-values{display:flex;flex-wrap:wrap;gap:10px 12px}.product-buy .option-choice{position:relative;margin:0;font-weight:400}.option-choice input{position:absolute;opacity:0;width:1px;height:1px}.option-choice>span{display:grid;place-items:center;position:relative;min-width:40px;min-height:39px;padding:7px 10px;font:400 15px/1.5 var(--font-body);border:1px solid var(--ink);border-radius:4px;cursor:pointer}.option-choice input:checked+span{background:var(--ink);color:#fff}.option-choice input:focus-visible+span{outline:2px solid var(--rose);outline-offset:3px}.option-unavailable>span{color:#999;border-color:#b8b8b8;cursor:not-allowed}.option-unavailable>span:after{content:"";width:28px;height:1px;background:#999;position:absolute;top:50%;left:calc(50% - 14px);transform:rotate(-50deg)}.size-guide{font-size:13px;margin-bottom:16px}.size-guide summary{text-decoration:underline;cursor:pointer}.variant-message{margin:12px 0;font-size:14px;color:#a12622}.purchase-actions{margin-top:22px;display:grid;gap:14px}.quantity-control{display:flex;align-items:center;justify-content:space-between}.quantity-control>label{margin:0;font-weight:400}.quantity-stepper{display:flex;border:1px solid #b7b7b7;border-radius:3px;height:38px}.quantity-stepper button{width:36px;border:0;background:#fff;font-size:20px}.quantity-stepper input{width:44px;min-height:0;padding:0;text-align:center;border:0;font-size:14px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-buy .product-add-button{width:100%;min-height:47px;padding:14px 16px;border-radius:3px;background:var(--rose);border:1px solid var(--rose);font:700 16px/17px var(--font-body);text-transform:none}.product-add-button:hover{background:#763547;border-color:#763547}.product-add-button:disabled{background:#e4e4e4;border-color:#e4e4e4;color:#777;opacity:1}.product-accordions{margin-top:24px}.product-description{margin:0;border-top:1px solid #d3d3d3}.product-description:last-child{border-bottom:1px solid #d3d3d3}.product-description summary{min-height:44px;padding:12px 0;font:400 15px/20px var(--font-body);align-items:center}.product-description summary .icon{width:17px;height:17px}.product-description[open] summary .icon{transform:rotate(180deg)}.product-description .rte{padding:4px 0 20px;font-size:16px;line-height:1.6}.product-description .rte img{max-width:100%;height:auto}.product-description .rte table{display:block;max-width:100%;overflow-x:auto}.product-sku{font-size:12px;margin:0 0 16px;color:var(--muted)}.product-related{margin-top:42px;padding-top:14px;border-top:2px solid var(--ink)}.product-related h2{margin-bottom:20px;font:500 18px/1.3 var(--font-body)}.product-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-zoom-dialog{padding:0;border:0;width:min(1100px,100%);max-width:100vw;max-height:100dvh;background:#fff}.product-zoom-dialog::backdrop{background:#000000a6}.zoom-image-wrap{max-height:100dvh;overflow:auto}.zoom-image-wrap img{display:block;width:100%;height:auto;object-fit:contain}.zoom-close{position:sticky;top:8px;float:right;margin-right:8px;background:#fff;border:1px solid #ddd;z-index:1;border-radius:50%}body.product-zoom-open{overflow:hidden}@media(max-width:1000px)and (min-width:701px){.product-page{padding-inline:20px}.product-gallery{grid-template-columns:52px minmax(0,1fr);gap:12px}.product-gallery:not(:has(.product-thumbnails)){padding-left:64px}}@media(max-width:700px){.product-page{padding:18px 0 40px}.product-page .breadcrumbs{justify-content:flex-start;padding:0 15px;margin-bottom:16px}.product-layout{grid-template-columns:minmax(0,1fr);grid-template-rows:auto;grid-template-areas:"heading" "gallery" "purchase";gap:0}.product-heading{padding:0 15px;margin-bottom:18px}.product-heading h1{font-size:21px;font-weight:600;line-height:1.3}.product-universe{margin-bottom:16px}.product-gallery,.product-gallery:not(:has(.product-thumbnails)){display:block;padding:0}.product-thumbnails{display:none}.product-details{padding:16px 15px 0}.product-price-block{margin-bottom:22px}.product-related{margin:32px 15px 0}.product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.product-zoom-dialog{width:100%;height:100dvh;max-height:100dvh}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/product.css.map */
