.shop-details{--shop-accent:#ff1b5e;--shop-dark:#0a1020;--shop-muted:#747b8b;--shop-card:#f8f8f8}.shop-details__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:48px;display:grid}.shop-details__media{flex-direction:column;gap:20px;min-width:0;display:flex}.shop-details__main-image{background-color:var(--shop-card);border-radius:22px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 26px 70px #0c142114}.shop-details__main-image img{object-fit:contain}.shop-details__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.shop-details__thumb{cursor:pointer;background-color:#fff;border:1px solid #e4e4e4;border-radius:12px;justify-content:center;align-items:center;padding:10px;transition:border-color .3s;display:inline-flex}.shop-details__thumb.active,.shop-details__thumb:hover,.shop-details__thumb:focus-visible{border-color:var(--shop-accent)}.shop-details__thumb img{object-fit:contain}.shop-details__stock{color:var(--shop-accent);letter-spacing:.2px;border:1px solid #ff1b5e66;border-radius:999px;justify-content:center;align-items:center;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.shop-details__title{margin-block:14px 10px}.shop-details__short-desc{color:var(--shop-muted);line-height:1.8}.shop-details__rating{align-items:center;gap:10px;margin-block-end:8px;display:inline-flex}.shop-details__stars{gap:4px;display:inline-flex}.shop-details__star{color:#c8ced9;display:inline-flex}.shop-details__star svg{width:16px;height:16px}.shop-details__star.is-filled{color:#ffb347}.shop-details__info{background:#fff;border:1px solid #eaecf0;border-radius:22px;width:100%;min-width:0;padding:28px;box-shadow:0 18px 50px #0c14210f}.shop-details__summary{background:var(--shop-card);border:1px solid #eaecf0;border-radius:16px;margin-block:18px 20px;padding:18px}.shop-details__price{flex-wrap:wrap;align-items:center;gap:12px;margin-block-end:16px;display:flex}.shop-details__price-old{color:var(--shop-muted);font-size:16px;text-decoration:line-through}.shop-details__price-new{color:var(--color-foreground-heading);font-size:28px;font-weight:700}.shop-details__discount{background-color:var(--shop-accent);color:#fff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600}.shop-details__qty{background:#fff;border:1px solid #dcdcdc;border-radius:10px;align-items:center;margin-block-end:18px;display:inline-flex;overflow:hidden}.shop-details__qty button,.shop-details__qty span{background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:40px;font-size:16px;font-weight:600;display:inline-flex}.shop-details__qty span{border-inline:1px solid #dcdcdc}.shop-details__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-block-end:0;display:flex}.shop-details__add-btn{background-color:var(--shop-dark);color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-width:160px;padding:12px 18px;font-weight:600;line-height:1;display:inline-flex}.shop-details__add-btn svg{width:18px;height:18px}.shop-details__wish-btn{background-color:#fff;border:1px solid #dcdcdc;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.shop-details__meta{border-top:1px solid #e4e4e4;flex-direction:column;gap:10px;padding-top:18px;display:flex}.shop-details__meta strong{color:var(--color-foreground-heading)}.shop-details__tags{flex-wrap:wrap;gap:8px;display:inline-flex}.shop-details__tag{border:1px solid #dcdcdc;border-radius:4px;padding:2px 8px;font-size:12px}.shop-details__share{align-items:center;gap:10px;display:inline-flex}.shop-details__share a{color:var(--color-foreground-heading);justify-content:center;align-items:center;display:inline-flex}.shop-details__divider{border-top:1px solid #e4e4e4;margin-block:36px 24px}.shop-details__description{max-width:760px}.shop-details__reviews{margin-block:32px 10px}.shop-details__reviews-header{justify-content:space-between;align-items:center;gap:16px;margin-block-end:20px;display:flex}.shop-details__reviews-list{gap:16px;display:grid}.shop-details__review{background:#fff;border:1px solid #e4e4e4;border-radius:16px;padding:18px}.shop-details__review-head{justify-content:space-between;align-items:center;gap:12px;margin-block-end:8px;display:flex}.shop-details__review-name{color:var(--color-foreground-heading);font-weight:600}.shop-details__review-date{color:var(--shop-muted);margin-top:2px;font-size:13px}.shop-details__empty{color:var(--shop-muted)}.shop-details__related{margin-block-start:50px}.shop-details__related .product-card__media{min-height:260px}.shop-details__related .product-card__content{text-align:left}@media (max-width:991px){.shop-details__grid{grid-template-columns:1fr;gap:32px}.shop-details__main-image{min-height:380px}.shop-details__related .product-card__media{min-height:220px}}@media (max-width:767px){.shop-details__info{padding:22px}.shop-details__reviews-header{flex-direction:column;align-items:flex-start}.shop-details__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-details__actions{flex-direction:column;align-items:stretch}.shop-details__add-btn{width:100%}}
