.product-detail{grid-gap:clamp(2rem, 5vw, 4.5rem);grid-template:"title gallery""body gallery"1fr/1fr 1fr;align-items:start;gap:max(2rem,min(5vw,4.5rem));margin-bottom:max(3rem,min(6vw,4.5rem));display:grid}.product-detail>*{min-width:0}.product-info__title-block{flex-direction:column;grid-area:title;gap:.4rem;display:flex}.product-info__body{flex-direction:column;grid-area:body;gap:.9rem;display:flex}.product-detail .gallery{grid-area:gallery}@media (max-width:800px){.product-detail{grid-template-columns:1fr;grid-template-rows:initial;grid-template-areas:"title""gallery""body"}}.product-info__category-label{color:var(--foreground);font-size:1rem;font-weight:400;line-height:1.3}.product-info__title-block h1{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:max(2.4rem,min(5vw,4rem));font-weight:700;line-height:1}.product-info__rating{color:var(--muted-foreground);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.product-info__short-desc{color:var(--foreground);font-size:.95rem;line-height:1.65}.product-info__short-desc p{margin:0}.product-info__body .variation-selector{gap:.75rem}.product-info__body .variation-group{grid-gap:.75rem;grid-template-columns:1fr 1fr;align-items:center;gap:.75rem;display:grid}.product-info__body .variation-select{border-color:#3e6855;border-color:var(--sage-600);width:100%}.product-info__body .variation-select:hover,.product-info__body .variation-select:focus{border-color:#4a7a6e;border-color:var(--sage-700)}.product-color-guide{background-color:#cadfd6;background-color:var(--sage-500);border-radius:6px;border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}.product-color-guide__title{color:var(--primary-strong);font-size:1rem;font-weight:600;line-height:1.3}.product-color-guide__body{color:var(--foreground);font-size:.8rem;line-height:1.55}.product-color-guide__btn{background-color:#3e6855;background-color:var(--sage-600);color:var(--white);border-radius:6px;border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:.4rem 1.2rem;font-size:.875rem;font-weight:400;transition:background-color .15s;display:inline-flex}.product-color-guide__btn:hover{background-color:#4a7a6e;background-color:var(--sage-700)}.product-buy-row{flex-direction:column;gap:.85rem;display:flex}.product-info__price-block{flex-direction:column;gap:.15rem;display:flex}.product-info__body .price--lg{font-size:max(2.4rem,min(5vw,3.8rem));line-height:1}.product-info__lead-time{color:var(--primary-strong);font-size:.8rem;font-weight:500}.product-buy-row .add-to-cart{flex-direction:row;align-items:center;gap:.75rem}.product-buy-row .add-to-cart .btn-primary{flex:1}.product-info__body .btn-primary,.product-variant-block .btn-primary{background-color:#3e6855;background-color:var(--sage-600);border-radius:6px;border-radius:var(--radius-sm);box-shadow:0 2px 10px rgba(58,42,31,.06);box-shadow:var(--shadow-soft)}.product-info__body .btn-primary:hover:not(:disabled),.product-variant-block .btn-primary:hover:not(:disabled){background-color:#3e6855;background-color:var(--sage-600);box-shadow:0 2px 10px rgba(58,42,31,.06);box-shadow:var(--shadow-soft);transform:none}.product-meta{color:var(--muted-foreground);flex-direction:column;gap:.4rem;font-size:.85rem;display:flex}.product-meta span:first-child{color:var(--primary-strong);font-weight:700}.product-variant-block{flex-direction:column;gap:1.1rem;display:flex}.product-features{grid-gap:2rem;border-top:1px solid #e2d3b5;border-top:1px solid var(--border);border-bottom:1px solid #e2d3b5;border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:max(2rem,min(4vw,3rem));padding:max(2rem,min(4vw,2.5rem)) 0;display:grid}@media (max-width:640px){.product-features{grid-template-columns:1fr;gap:1.5rem}}.product-feature{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.product-feature__icon{color:var(--primary-strong);justify-content:center;align-items:center;display:flex}.product-feature__title{color:var(--primary-strong);font-size:1rem;font-weight:700}.product-feature__desc{color:var(--muted-foreground);font-size:.82rem;line-height:1.55}.product-tabs{margin-top:max(1rem,min(2vw,1.5rem))}.product-tabs-nav{scroll-margin-top:calc(128px + 1rem);scroll-margin-top:calc(var(--nav-height) + 1rem);flex-wrap:wrap;margin-bottom:max(1.5rem,min(3vw,2.5rem));display:flex}.product-tab-btn{background-color:#cadfd6;background-color:var(--sage-500);color:var(--foreground);white-space:nowrap;border-right:1px solid #3e6855;border-right:1px solid var(--sage-600);padding:.55rem 1.4rem;font-size:.875rem;font-weight:400;transition:background-color .15s,color .15s}.product-tab-btn:first-child{border-radius:6px 0 0 6px;border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.product-tab-btn:last-child{border-radius:0 6px 6px 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0;border-right:none}.product-tab-btn:only-child{border-radius:6px;border-radius:var(--radius-sm);border-right:none}.product-tab-btn__short{display:none}@media (max-width:640px){.product-tabs-nav{flex-wrap:nowrap}.product-tab-btn{text-align:center;text-overflow:ellipsis;flex:1;justify-content:center;min-width:0;padding:.5rem .3rem;font-size:.75rem;overflow:hidden}.product-tab-btn__full{display:none}.product-tab-btn__short{display:inline}}.product-tab-btn:hover:not(.is-active){background-color:#c5ddd7;background-color:var(--sage-300)}.product-tab-btn.is-active{background-color:#3e6855;background-color:var(--sage-600);color:var(--white)}.product-tabs-back-top{border:1px solid #d4be95;border:1px solid var(--border-strong);border-radius:999px;border-radius:var(--radius-full);background-color:#fff;background-color:var(--surface);color:var(--primary-strong);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;align-items:center;gap:.35rem;margin-top:max(1.5rem,min(3vw,2.5rem));margin-right:auto;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:background-color .15s,border-color .15s;display:flex}.product-tabs-back-top:hover{background-color:#f0e5cc;background-color:var(--linen-100);border-color:#5a3e28;border-color:var(--primary)}.product-tab-panel{opacity:1;transition:opacity .18s,transform .18s;transform:translateY(0)}.product-tab-panel.is-fading{opacity:0;transform:translateY(6px)}@media (prefers-reduced-motion:reduce){.product-tab-panel{transition:none}.product-tab-panel.is-fading{transform:none}}.product-tab-content{color:var(--foreground);width:100%;font-size:.95rem;line-height:1.7}.product-tab-content h1,.product-tab-content h2,.product-tab-content h3,.product-tab-content h4{color:var(--primary-strong);font-weight:700;font-family:var(--font-lexend);margin-top:1.5em;margin-bottom:.5em}.product-tab-content h2{font-size:1.4rem}.product-tab-content h3{font-size:1.25rem}.product-tab-content h4{font-size:1.1rem}.product-tab-content h2 img.emoji,.product-tab-content h3 img.emoji,.product-tab-content h4 img.emoji{vertical-align:middle;width:1.35em;height:1.35em}.product-tab-content p{margin-bottom:.75em}.product-tab-content ul,.product-tab-content ol{margin-bottom:.75em;padding-left:1.4em}.product-tab-content ul{list-style:outside}.product-tab-content ol{list-style:decimal}.product-tab-content li{margin-bottom:.3em}.product-attrs-table{border-collapse:collapse;width:100%;font-size:.9rem}.product-attrs-table th,.product-attrs-table td{text-align:left;border-bottom:1px solid #e2d3b5;border-bottom:1px solid var(--border);padding:.65rem 1rem}.product-attrs-table th{color:var(--primary-strong);width:35%;background-color:#f0e5cc;background-color:var(--surface-muted);font-weight:700}.product-section{margin-top:max(3rem,min(6vw,4.5rem))}.product-section h2{white-space:nowrap;margin-bottom:1.75rem}@media (max-width:640px){.product-section h2{font-size:1.4rem}}.product-reviews-list{flex-direction:column;gap:1.5rem;display:flex}.product-reviews-list .review-card{box-shadow:none;border:none;border-bottom:1px solid #e2d3b5;border-bottom:1px solid var(--border);background:0 0;border-radius:0;padding:0 0 1.5rem}.product-reviews-list .review-card:last-child{border-bottom:none;padding-bottom:0}.product-reviews-list .review-card__avatar{display:none}.product-reviews-list .review-card__head{gap:0}.product-reviews-list .stars{color:var(--sage-600)}.product-reviews-list .stars .star-empty{color:var(--sage-300)}
.product-color-guide__actions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.product-color-guide__palette-btn{border:1.5px solid #3e6855;border:1.5px solid var(--sage-600);color:var(--primary-strong);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s;display:inline-flex}.product-color-guide__palette-btn:hover{background-color:#3e6855;background-color:var(--sage-600);color:#fff}.color-palette-overlay{z-index:200;cursor:zoom-out;background-color:rgba(0,0,0,.88);justify-content:center;align-items:center;padding:1.5rem;animation:.15s fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.color-palette-overlay__close{color:#fff;cursor:pointer;background:rgba(255,255,255,.15);border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background-color .15s;display:flex;position:absolute;top:1rem;right:1rem}.color-palette-overlay__close:hover{background:rgba(255,255,255,.28)}.color-palette-overlay__img{-o-object-fit:contain;object-fit:contain;border-radius:6px;border-radius:var(--radius-sm);cursor:default;max-width:90vw;max-height:88vh}
