:root{--ohnice-shop-ink:#11100f;--ohnice-shop-red:#e31720;--ohnice-shop-paper:#fffaf5}.ohnice-shop{width:min(100% - 40px,1240px);margin:0 auto;padding:clamp(42px,6vw,92px) 0 clamp(64px,8vw,120px)}.ohnice-shop__breadcrumbs{color:#645b54;align-items:center;gap:10px;margin-bottom:42px;font:italic 400 15px/1.3 Arial,sans-serif;display:flex}.ohnice-shop__breadcrumbs a{color:inherit;text-underline-offset:3px;text-decoration:underline}.ohnice-shop__header{border-bottom:1px solid var(--ohnice-shop-ink);grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);align-items:end;gap:clamp(30px,6vw,90px);margin-bottom:46px;padding-bottom:38px;display:grid}.ohnice-shop__eyebrow{color:var(--ohnice-shop-red);letter-spacing:.14em;grid-column:1/-1;margin:0 0 -16px;font:italic 700 15px/1.2 Georgia,serif}.ohnice-shop__header h1{color:var(--ohnice-shop-ink);letter-spacing:-.035em;text-transform:uppercase;margin:0;font:italic 700 clamp(48px,6vw,86px)/.95 Georgia,serif}.ohnice-shop__header>p:last-child{color:#514c47;margin:0;font:italic 400 clamp(17px,1.4vw,21px)/1.5 Arial,sans-serif}.ohnice-shop-filters{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.ohnice-shop-filter{border:1px solid var(--ohnice-shop-ink);min-height:44px;color:var(--ohnice-shop-ink);cursor:pointer;background:0 0;border-radius:0;align-items:center;gap:10px;padding:10px 15px;font:italic 700 15px/1 Arial,sans-serif;display:inline-flex}.ohnice-shop-filter span{background:#11100f14;place-items:center;min-width:24px;height:24px;padding:0 5px;font:700 12px/1 Arial,sans-serif;display:grid}.ohnice-shop-filter:hover,.ohnice-shop-filter.is-active{background:var(--ohnice-shop-ink);color:#fff}.ohnice-shop-filter.is-active span{background:var(--ohnice-shop-red)}.ohnice-shop-filter:focus-visible,.ohnice-product-card a:focus-visible,.ohnice-product-card button:focus-visible{outline-offset:3px;outline:3px solid #2563eb}.ohnice-shop__result{color:#6a625c;margin:0 0 28px;font:400 14px/1.3 Arial,sans-serif}.ohnice-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.4vw,34px);display:grid}.ohnice-product-card{border:1px solid var(--ohnice-shop-ink);background:#fffaf559;flex-direction:column;min-width:0;display:flex}.ohnice-product-card[hidden]{display:none}.ohnice-product-card__media{aspect-ratio:4/3;border-bottom:1px solid var(--ohnice-shop-ink);background:#ead9ca;display:block;position:relative;overflow:hidden}.ohnice-product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .26s}.ohnice-product-card:hover .ohnice-product-card__media img{transform:scale(1.025)}.ohnice-product-card__category{background:var(--ohnice-shop-paper);color:var(--ohnice-shop-ink);text-transform:uppercase;padding:7px 10px;font:italic 700 12px/1 Arial,sans-serif;position:absolute;bottom:12px;left:12px}.ohnice-product-card__body{flex-direction:column;flex:1;padding:22px;display:flex}.ohnice-product-card h2{color:var(--ohnice-shop-ink);margin:0 0 22px;font:italic 700 clamp(21px,2vw,28px)/1.15 Georgia,serif}.ohnice-product-card h2 a{color:inherit;text-decoration:none}.ohnice-product-card__price{flex-wrap:wrap;align-items:baseline;gap:10px;margin:auto 0 24px;display:flex}.ohnice-product-card__price del{color:#736a63;font:400 14px/1 Arial,sans-serif}.ohnice-product-card__price strong{color:var(--ohnice-shop-red);font:italic 700 27px/1 Georgia,serif}.ohnice-product-card__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ohnice-product-card__details,.ohnice-product-card__cart,.ohnice-product-card__unavailable{box-sizing:border-box;border:1px solid var(--ohnice-shop-ink);text-align:center;border-radius:0;justify-content:center;align-items:center;min-height:46px;padding:10px 12px;font:italic 700 14px/1.1 Arial,sans-serif;text-decoration:none;display:flex}.ohnice-product-card__details{color:var(--ohnice-shop-ink);background:0 0}.ohnice-product-card__cart{border-color:var(--ohnice-shop-red);background:var(--ohnice-shop-red);color:#fff;cursor:pointer}.ohnice-product-card__details:hover,.ohnice-product-card__cart:hover{border-color:var(--ohnice-shop-ink);background:var(--ohnice-shop-ink);color:#fff}.ohnice-product-card__unavailable{color:#6a625c;background:#e5ddd6;grid-column:2}@media (width<=900px){.ohnice-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ohnice-shop__header{grid-template-columns:1fr;gap:22px}}@media (width<=620px){.ohnice-shop{width:min(100% - 24px,1240px);padding-top:32px}.ohnice-shop__breadcrumbs{margin-bottom:30px}.ohnice-shop__header{margin-bottom:30px;padding-bottom:28px}.ohnice-shop__header h1{font-size:clamp(42px,13vw,62px)}.ohnice-shop-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-right:0;padding:2px 0 8px;display:grid;overflow:visible}.ohnice-shop-filter{overflow-wrap:anywhere;white-space:normal;flex-direction:column;justify-content:center;gap:4px;min-width:0;min-height:56px;padding:7px 5px;font-size:clamp(10px,3.1vw,13px);line-height:1.05}.ohnice-shop-filter span{min-width:21px;height:21px;padding:0 4px;font-size:11px}.ohnice-shop-grid{grid-template-columns:1fr;gap:18px}.ohnice-product-card__body{padding:18px}.ohnice-product-card__actions{grid-template-columns:1fr}.ohnice-product-card__unavailable{grid-column:auto}}@media (prefers-reduced-motion:reduce){.ohnice-product-card__media img{transition:none}}
