.shop-wrap { max-width: 1180px; margin: 0 auto; padding: 2rem 1.25rem 3.2rem; }
.shop-kicker { display: inline-block; margin-bottom: .35rem; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--bs-secondary-color); }
.shop-wrap h1, .shop-section h2 { margin: 0 0 .4rem; font-family: var(--bs-headings-font-family); }
.shop-lead { margin: 0 0 1.4rem; max-width: 46rem; color: var(--bs-secondary-color); line-height: 1.7; }
.shop-section { padding: 2.2rem 1.25rem; }
.shop-section__inner { max-width: 1180px; margin: 0 auto; }
.shop-section__head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1.1rem; }
.shop-section__head a { color: var(--bs-primary); font-weight: 700; text-decoration: none; }
.shop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
.shop-card { position: relative; display: flex; flex-direction: column; color: inherit; text-decoration: none; border: 1px solid var(--bs-border-color); background: var(--bs-white); min-height: 100%; }
.shop-card img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--gray-50, #fbf7f3); }
.shop-card__name { display: block; padding: .85rem .9rem 0; font-weight: 700; line-height: 1.4; }
.shop-card__price { display: flex; gap: .45rem; align-items: baseline; padding: .35rem .9rem 1rem; }
.shop-card__price s { color: var(--bs-secondary-color); font-size: .9rem; }
.shop-card__badge { position: absolute; top: .6rem; left: .6rem; padding: .15rem .45rem; background: var(--bs-primary); color: var(--bs-primary-contrast, #fff); font-size: .72rem; font-weight: 800; }
.shop-tools { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: .7rem; margin: 0 0 1.2rem; }
.shop-tools input, .shop-tools select { min-height: 2.7rem; padding: .45rem .7rem; border: 1px solid var(--bs-border-color); background: var(--bs-white); color: inherit; font: inherit; }
.shop-empty { padding: 2rem 0; color: var(--bs-secondary-color); }
.shop-pdp { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 2rem; align-items: start; }
.shop-gallery img.shop-gallery__main { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--bs-white); border: 1px solid var(--bs-border-color); }
.shop-thumbs { display: flex; gap: .5rem; margin-top: .7rem; flex-wrap: wrap; }
.shop-thumbs button { width: 4.4rem; height: 4.4rem; padding: 0; border: 1px solid var(--bs-border-color); background: var(--bs-white); cursor: pointer; }
.shop-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.shop-pdp__price { display: flex; gap: .6rem; align-items: baseline; font-size: 1.35rem; margin: .4rem 0 1rem; }
.shop-pdp__price s { color: var(--bs-secondary-color); font-size: 1rem; }
.shop-options { display: grid; gap: .85rem; margin: 1rem 0 1.2rem; }
.shop-options label { display: grid; gap: .35rem; font-weight: 700; font-size: .86rem; }
.shop-options select, .shop-options input[type=number] { min-height: 2.7rem; padding: .4rem .65rem; border: 1px solid var(--bs-border-color); max-width: 12rem; font: inherit; }
.shop-add { min-height: 3rem; padding: .7rem 1.3rem; border: 0; background: var(--bs-primary); color: var(--bs-primary-contrast, #fff); font-weight: 800; cursor: pointer; }
.shop-cart table { width: 100%; border-collapse: collapse; background: var(--bs-white); }
.shop-cart th, .shop-cart td { padding: .8rem; border-bottom: 1px solid var(--bs-border-color); text-align: left; vertical-align: middle; }
.shop-cart img { width: 4.2rem; height: 4.2rem; object-fit: contain; background: var(--gray-50); }
.shop-cart input[type=number] { width: 4.2rem; min-height: 2.3rem; }
.shop-cart__remove { border: 0; background: none; color: var(--bs-primary); cursor: pointer; font-weight: 700; }
.shop-cart__sum { margin: 1rem 0; font-size: 1.2rem; }
.shop-cart__actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.shop-cart__actions a, .shop-cart__actions button { min-height: 2.8rem; padding: .6rem 1.1rem; display: inline-flex; align-items: center; text-decoration: none; font-weight: 800; }
.shop-cart__actions .is-primary { background: var(--bs-primary); color: var(--bs-primary-contrast, #fff); }
.site-header__cart { position: relative; }
.site-header__cart-count { display: inline-flex; min-width: 1.2rem; margin-left: .25rem; padding: 0 .28rem; border-radius: 99px; background: var(--bs-primary); color: var(--bs-primary-contrast, #fff); font-size: .72rem; font-weight: 800; justify-content: center; }
.ck { position: fixed; inset: auto 1rem 1rem; z-index: 80; display: flex; flex-direction: column; gap: .7rem; max-width: 28rem; padding: .95rem 1rem; border: 1px solid var(--bs-border-color); background: var(--bs-body-bg); box-shadow: var(--bs-shadow); }
.ck[hidden] { display: none !important; }
.ck p { margin: 0; color: var(--bs-secondary-color); font-size: .9rem; line-height: 1.5; }
.ck div { display: flex; gap: .5rem; justify-content: flex-end; }
.ck button { min-height: 2.4rem; padding: 0 .9rem; border: 1px solid var(--bs-border-color); background: transparent; cursor: pointer; font: inherit; font-weight: 700; }
.ck [data-cookie-accept] { background: var(--bs-primary); color: var(--bs-primary-contrast, #fff); border-color: var(--bs-primary); }
.shop-faq details { border-bottom: 1px solid var(--bs-border-color); padding: .7rem 0; }
.shop-faq summary { cursor: pointer; font-weight: 700; }
@media (max-width: 960px) { .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .shop-pdp, .shop-tools { grid-template-columns: 1fr; } }
.contact-section__map { max-width: 1120px; margin: 1.5rem auto 0; padding: 0 1rem 2rem; display: grid; gap: 1rem; }
.contact-section__map-embed iframe { width: 100%; min-height: 288px; border: 0; }
@media (max-width: 560px) { .shop-grid { grid-template-columns: 1fr; } .shop-cart table, .shop-cart thead { display: none; } .shop-cart tbody, .shop-cart tr, .shop-cart td { display: block; width: 100%; } }

.shop-map { padding: 0 1.25rem 3rem; }
.shop-map__embed { margin-top: 1rem; overflow: hidden; border: 1px solid var(--bs-border-color); background: var(--bs-white); }
.shop-map__embed iframe { display: block; width: 100%; min-height: 288px; height: 288px; border: 0; }
