.catalog-heading {display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:.8rem;}
.catalog-heading .section-title {margin:0;}
.catalog-count {font-size:.76rem;color:var(--green);background:#e4eadf;border-radius:40px;padding:.35rem .65rem;white-space:nowrap;}
.product-card {cursor:default;display:flex;flex-direction:column;}
.product-info {display:flex;flex-direction:column;flex:1;}
.product-image-button {display:block;position:relative;border:0;background:var(--beige);padding:0;cursor:pointer;width:100%;overflow:hidden;}
.photo-frame {display:block;width:100%;aspect-ratio:1;position:relative;overflow:hidden;background:var(--cream);}
.photo-frame img {display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;max-width:none;}
.photo-full img {object-fit:contain;}
.product-photo-badge {position:absolute;left:.8rem;top:.8rem;background:#fefcf8e8;border-radius:40px;color:var(--brown);font-size:.7rem;padding:.3rem .7rem;}
.product-name {font-size:1.1rem;font-weight:400;}
.product-name button {font:inherit;color:inherit;text-align:left;border:0;background:none;cursor:pointer;padding:0;}
.product-desc {opacity:.8;min-height:3.7em;}
.product-footer {margin-top:auto;gap:.5rem;padding-top:.65rem;}
.price-pending {font-size:.82rem!important;font-weight:500;color:var(--brown);}
.selected-color {font-size:.75rem;color:var(--brown);line-height:1.4;min-height:2.1em;margin:.35rem 0 .1rem;}
button.swatch {padding:0;width:28px;height:28px;box-shadow:0 0 0 1px #69594825;}
button.swatch.active {border-color:var(--green);box-shadow:0 0 0 2px var(--white);}
button:focus-visible,a:focus-visible {outline:2px solid var(--green);outline-offset:3px;}
.product-modal-wrap {width:min(980px,100%);}
.product-modal {width:100%;grid-template-columns:1fr 1fr;align-items:start;}
.product-gallery {padding:1.2rem;position:sticky;top:0;background:var(--white);}
.detail-photo {border-radius:14px;}
.gallery-thumbnails {display:flex;gap:.5rem;margin-top:.7rem;}
.gallery-thumbnails button {width:68px;padding:2px;border:1px solid var(--beige);background:none;border-radius:8px;overflow:hidden;cursor:pointer;}
.gallery-thumbnails button.active {border:2px solid var(--green);}
.gallery-thumbnails .photo-frame {border-radius:4px;}
.product-source {display:block;color:var(--green);font-size:.77rem;margin-top:.8rem;line-height:1.5;text-underline-offset:3px;}
.product-modal-body {padding:1.8rem 1.5rem 1.5rem .6rem;gap:.9rem;}
.product-modal-body h3 {font-size:1.65rem;}
.variant-label {font-size:.8rem;line-height:1.6;margin-bottom:.6rem;}
.variant-options {display:flex;flex-wrap:wrap;gap:.45rem;}
.variant-option {border:1px solid var(--beige);border-radius:8px;padding:.55rem .65rem;background:var(--white);color:var(--dark);display:flex;align-items:center;gap:.4rem;font-family:inherit;font-size:.77rem;cursor:pointer;min-height:38px;}
.variant-option.active {border-color:var(--green);background:#edf0e8;}
.variant-option>span {width:16px;height:16px;border-radius:50%;border:1px solid #69594820;flex-shrink:0;}
.product-unit-note,.price-status-note {font-size:.79rem;line-height:1.65;color:var(--brown);}
.price-status-note {padding:.85rem;background:var(--cream);border-radius:10px;}
.instagram-grid a {display:block;overflow:hidden;border-radius:12px;}
.instagram-grid img {width:100%;height:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .2s;}
.instagram-grid a:hover img {transform:scale(1.04);}
body:has(#productModal.open) {overflow:hidden;}
.cart-item-thumb .photo-frame {border-radius:8px;}
@media(max-width:700px){.product-modal{grid-template-columns:1fr;}.product-gallery{position:static;padding:1rem;}.product-modal-body{padding:.5rem 1.2rem 1.3rem;}.product-modal-overlay{padding:.6rem;}.product-modal{max-height:94dvh;}.catalog-heading{flex-wrap:wrap;}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));}}

/* Collection browsing follows actual product families. */
.hero {padding:3rem 2rem;background:linear-gradient(135deg,var(--beige),var(--cream) 60%,#dde8d0);text-align:left;}
.hero-inner {position:relative;max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:4rem;}
.hero h1 {font-size:clamp(2.3rem,4vw,3.75rem);line-height:1.15;margin-bottom:1.25rem;}
.hero p {margin:0 0 1.75rem;opacity:.9;}
.hero .hero-eyebrow {font-size:.875rem;color:var(--green);margin-bottom:1rem;font-weight:500;}
.hero-btns {justify-content:flex-start;}
.hero-collection-photo {display:block;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);}
.hero-collection-photo img {width:100%;height:auto;display:block;aspect-ratio:1;object-fit:cover;}
#produkty {scroll-margin-top:70px;}
.catalog-group {padding:0;margin:0 0 3rem;}
.catalog-group:last-child {margin-bottom:0;}
.catalog-group-heading {display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;}
.catalog-group-heading h3 {font-size:1.6rem;color:var(--brown);font-weight:600;}
.catalog-group-heading p {font-size:.875rem;color:var(--brown);margin-top:.35rem;line-height:1.6;}
.group-count {display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;background:var(--beige);color:var(--brown);border-radius:50%;font-size:.875rem;}
#mainFilters {gap:.6rem;margin-bottom:1.25rem;}
#subFilters:empty {display:none;}
#subFilters {margin-top:0!important;margin-bottom:2rem;}
.filter-btn {min-height:44px;font-size:1rem;}
.product-desc {font-size:.875rem;line-height:1.6;min-height:0;margin-bottom:.6rem;}
.product-info {padding:1.15rem;}
.product-name {font-size:1.2rem;line-height:1.4;}
.product-category {font-size:.75rem;letter-spacing:.05em;}
.selected-color {font-size:.875rem;}
.price-pending {font-size:.875rem!important;line-height:1.5;}
.add-to-cart {min-height:42px;font-size:.875rem;}
.product-source,.variant-label,.variant-option,.product-unit-note,.price-status-note {font-size:.875rem;}
.variant-option {min-height:44px;}
.product-modal-body .desc {font-size:1rem;}
.product-modal-price {margin-top:.5rem;}
.product-photo-badge {font-size:.75rem;}
.catalog-count {font-size:.875rem;}
@media(max-width:700px){.hero{padding:2rem 1.25rem;}.hero-inner{grid-template-columns:1fr;gap:1.5rem;}.hero h1{font-size:2.6rem;}.hero p{font-size:1rem;}.hero-collection-photo{max-width:440px;width:100%;margin:auto;}.hero-copy{max-width:540px;}.hero-btns{gap:.65rem;}.hero-btns a{font-size:.875rem;padding:.7rem 1.25rem;}#produkty{padding:2.5rem 1.25rem;}.catalog-group-heading h3{font-size:1.45rem;}.filter-btn{padding:.45rem .9rem;font-size:.875rem;}.product-gallery{max-width:100%;}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{transition:none!important;}}

.photo-window {position:absolute;display:block;overflow:hidden;}

.product-price-note { display:block; font-size:.8rem; line-height:1.5; font-weight:400; color:var(--brown); }
