.shop-detail{--detail-ink:#181818;--detail-paper:#f1eee8;--detail-gold:#b79253;box-sizing:border-box;background:var(--detail-paper);color:var(--detail-ink);padding:1.5rem clamp(1.25rem,3vw,3rem) 4rem}
.shop-detail *{box-sizing:border-box}
.shop-detail__breadcrumbs{display:flex;flex-wrap:wrap;gap:.7rem;max-width:1500px;margin:0 auto 1.5rem;font-size:.75rem;line-height:1.5;color:#625f58}
.shop-detail__breadcrumbs a{color:inherit;text-underline-offset:4px}
.shop-detail__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:clamp(1.5rem,3vw,3rem);max-width:1500px;margin:auto}
.shop-detail .shop-detail__gallery{width:100%;min-width:0;margin:0;border:0;background:#fff;align-self:start;position:relative;overflow:hidden}
.shop-detail__gallery .swiper-slide{height:clamp(400px,43vw,680px);padding:1.5rem 2rem 3.5rem;display:flex;align-items:center;justify-content:center}
.shop-detail__gallery img,.shop-detail__gallery svg{display:block;width:100%;height:100%;max-height:100%;object-fit:contain}
.shop-detail__gallery:not(.swiper-initialized) .swiper-slide:not(:first-child){display:none}
.shop-detail__gallery .swiper-button-prev,.shop-detail__gallery .swiper-button-next{width:40px;height:40px;border:0;border-radius:0;background:var(--detail-ink);color:#fff;padding:0}
.shop-detail__gallery .swiper-button-prev:after,.shop-detail__gallery .swiper-button-next:after{font-size:16px}
.shop-detail__gallery .swiper-pagination{bottom:15px}.shop-detail__gallery .swiper-pagination-bullet{padding:0;border:0;background:var(--detail-ink);width:9px;height:9px}
.shop-detail .shop-product-card__info{width:100%;min-width:0;padding:clamp(1.5rem,3vw,3rem);margin:0;background:#fbfaf7}
.shop-detail__heading{padding:0;border:0;margin:0 0 1.5rem}
.shop-detail .shop-detail__vendor{display:block;font-size:.7rem;color:#806338;font-weight:700;text-transform:uppercase;letter-spacing:.16em;margin:0 0 .8rem}
.shop-detail h1,.shop-detail h2,.shop-detail h3{font-family:var(--font-brand);font-weight:800;letter-spacing:normal;text-transform:uppercase;color:inherit;max-width:none}
.shop-detail h1{margin:0;font-size:clamp(2rem,3vw,3.5rem);line-height:1.05;text-align:left;overflow-wrap:anywhere}
.shop-detail__intro{margin-top:1.25rem;font-size:1rem;line-height:1.7}.shop-detail__intro p{margin:0}.shop-detail__intro>*+*{margin-top:.8rem}
.shop-detail .shop-product-card__price{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(24,24,24,.18)}
.shop-detail .price-item{font-size:1.8rem}.shop-detail .price__sale s{font-size:1rem;color:#625f58}.shop-detail .price .badge{margin-top:.4rem;font-size:.85rem}.shop-detail .price .badge i{font-style:normal}
.shop-detail .product-form__input{margin:1.25rem 0 0;padding:0;border:0;max-width:none}
.shop-detail .form__label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-bottom:.75rem}
.shop-detail .product-form__input input[type=radio]+label{border:1px solid #bcb8b0;border-radius:0;padding:.8rem 1rem;background:transparent;color:var(--detail-ink)}
.shop-detail .product-form__input input[type=radio]:checked+label{background:var(--detail-ink);border-color:var(--detail-ink);color:#fff}
.shop-detail .product-form__buttons{margin-top:1.5rem;padding-top:0}
.shop-detail .product-form__submit{min-height:56px;padding:1rem;background:var(--detail-gold);border:1px solid var(--detail-gold);color:var(--detail-ink);font-size:.8rem;letter-spacing:.1em;border-radius:0}
.shop-detail .product-form__submit:hover{background:#c7a66e;border-color:#c7a66e}.shop-detail .product-form__submit:disabled{background:#dedbd4;border-color:#dedbd4;color:#625f58;cursor:not-allowed}
.shop-detail :focus-visible{outline:2px solid #806338;outline-offset:4px}
.shop-detail__details{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:clamp(2rem,5vw,5rem);max-width:1400px;margin:clamp(2.5rem,5vw,5rem) auto 0;padding-top:2rem;border-top:1px solid rgba(24,24,24,.18)}
.shop-detail__details h2{margin:0;font-size:clamp(2rem,3.5vw,3.6rem);line-height:1.05;text-align:left}
.shop-detail__details-copy{border-left:1px solid rgba(24,24,24,.18);padding-left:clamp(1.5rem,3vw,3rem)}
.shop-detail__details-copy{font-size:1rem;line-height:1.75;min-width:0}.shop-detail__details-copy h3{font-size:1.1rem;margin:1.75rem 0 1rem;padding:0;text-align:left}.shop-detail__details-copy p{margin:0 0 1rem}.shop-detail__details-copy ul,.shop-detail__details-copy ol{padding-left:1.25rem;margin:1rem 0}.shop-detail__details-copy li{margin:.5rem 0}.shop-detail__details-copy img{max-width:100%;height:auto}.shop-detail__details-copy table{display:block;max-width:100%;overflow:auto}
@media(max-width:900px){.shop-detail__grid{grid-template-columns:1fr;gap:1.5rem}.shop-detail__gallery .swiper-slide{height:clamp(340px,70vw,580px)}.shop-detail__details{grid-template-columns:1fr;gap:1.5rem}.shop-detail__details-copy{border-left:0;border-top:1px solid rgba(24,24,24,.18);padding:1.5rem 0 0}.shop-detail .shop-product-card__info{padding:1.5rem}}
