.product-detail-header{flex-shrink:0;gap:4px;display:flex}.product-detail-category-header,.product-detail-title-header{color:var(--color-text);flex-shrink:0}.product-detail-category-header{background:var(--primary-color);flex-direction:column;flex-basis:35%;justify-content:center;padding:14px 18px;display:flex}.product-detail-category-title{text-transform:capitalize;margin:0;font-size:clamp(1.25rem,2vw,1.75rem);font-style:italic;font-weight:700;line-height:1.2}.product-detail-title-header{background:var(--primary-color);text-align:right;flex-basis:65%;padding:12px 18px}.product-detail-product-title{text-transform:uppercase;letter-spacing:.02em;margin:0 0 4px;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700;line-height:1.25}.product-detail-article-no{text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:clamp(.9rem,1.5vw,1.05rem);font-weight:600}@media (max-width:768px){.product-detail-title-header{text-align:left}}
.product-detail{background:var(--background);flex-direction:column;height:100%;min-height:0;padding:60px 3rem 1.5rem;display:flex;overflow:hidden}.product-detail-columns{flex:1;gap:4px;min-height:0;display:flex;overflow:hidden}.product-detail-left,.product-detail-right{flex-direction:column;min-height:0;display:flex;overflow:hidden}.product-detail-left{flex:0 0 35%}.product-detail-right{flex:1;min-width:0}.product-detail-image-wrap{background:var(--background);flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.product-detail-zoom-figure{cursor:zoom-in;background-repeat:no-repeat;background-size:200%;width:100%;max-height:100%;margin:0;overflow:hidden}.product-detail-zoom-figure--garment{box-sizing:border-box;margin-top:24px}.product-detail-zoom-image{pointer-events:none;width:100%;height:auto;transition:opacity .15s;display:block}.product-detail-zoom-figure:hover .product-detail-zoom-image{opacity:0}.product-detail-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;color:var(--primary-color);flex:1;padding:.5rem .6rem .5rem .5rem;font-size:15px;line-height:1.6;overflow:hidden auto}.product-detail-feature dt{margin-right:.35rem;font-weight:700;display:inline}.product-detail-feature dd{margin:0;display:inline}.product-detail-options-title{margin-bottom:1rem;font-weight:700}.product-detail-options{margin:0 0 1.5rem;padding-left:1rem;list-style-type:disc;list-style-position:outside}.product-detail-options li{margin-bottom:.35rem;display:list-item}.product-detail-actions{justify-content:flex-end;margin-top:-3rem;display:flex}.product-detail-quote-btn{background:var(--primary-color);color:var(--color-text);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;padding:10px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex}.product-detail-quote-btn:hover{background:var(--primary-color-dark)}@media (max-width:768px){.product-detail{height:auto;padding:1rem 1rem 2rem;overflow:visible}.product-detail-columns{flex-direction:column;flex:none;overflow:visible}.product-detail-left,.product-detail-right{flex:none;overflow:visible}.product-detail-image-wrap{flex:none}.product-detail-content{flex:none;padding:1rem 0;overflow:visible}.product-detail-actions{justify-content:stretch}.product-detail-quote-btn{width:100%}}
