/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:37 Unexpected "{"
Line 20:46 Expected ":"
Line 23:13 Unexpected "{"
Line 23:22 Expected ":"
Line 24:13 Unexpected "{"
Line 24:22 Expected ":"
Line 27:13 Unexpected "{"
Line 27:22 Expected ":"
... and 8 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding { padding-top: 24px; padding-bottom: 24px; }
@media (min-width: 750px){ .section-{{ section.id }}-padding { padding-top: 36px; padding-bottom: 36px; } }

/* Jednolity kadr 1:1 tylko w tej sekcji */
.js-related-{{ section.id }} .card__media { aspect-ratio: 1 / 1; }
.js-related-{{ section.id }} .card__media img { object-fit: cover; width: 100%; height: 100%; }

/* Ukryj paski przewijania */
.js-related-{{ section.id }} .slider { -ms-overflow-style: none; scrollbar-width: none; scroll-padding-left: 0 !important; }
.js-related-{{ section.id }} .slider::-webkit-scrollbar { display: none; }

/* Wyrównanie karuzeli do lewej (bez wcinki od slider-mobile-gutter) */
.js-related-{{ section.id }} .slider-mobile-gutter { padding-left: 0 !important; margin-left: 0 !important; }
.js-related-{{ section.id }} .grid.product-grid { padding-left: 0 !important; margin-left: 0 !important; }
.js-related-{{ section.id }} .slider__slide:first-child { scroll-margin-left: 0 !important; }