/** Shopify CDN: Minification failed

Line 79:17 Unexpected "{"
Line 79:26 Expected ":"
Line 79:77 Unexpected "{"
Line 79:86 Expected ":"
Line 80:17 Unexpected "{"
Line 80:26 Expected ":"
Line 80:66 Unexpected "{"
Line 80:75 Expected ":"
Line 81:41 Unexpected "{"
Line 81:50 Expected ":"
... and 32 more hidden warnings

**/


/* CSS from section stylesheet tags */
.legal-clean { max-width: var(--legal-width); margin: 0 auto; }
.legal-clean__title { font-size: 28px; font-weight: 800; text-align:center; margin: 0 0 24px; }
.legal-clean__content { line-height: 1.6; font-size: 16px; color: #222; }
.legal-clean__content h1, .legal-clean__content h2, .legal-clean__content h3 {
  margin: 1.6em 0 .6em; font-weight: 800;
}
.legal-clean__content p { margin: 0 0 1em; }
.legal-clean__content ol, .legal-clean__content ul { margin: 0 0 1em 2em; }
.legal-clean__content li { margin: .4em 0; }
 /* ładne wyrównanie list „a., b., c.” */
.legal-clean__content ol[type="a"] { list-style: lower-alpha; }
.legal-clean__content ol[type="a"] li { padding-left: .5em; text-indent: 0; }
 /* fallback gdyby coś zostało akapitami: wiszące wcięcie */
.legal-clean__content p[data-li] { padding-left: 2em; text-indent: -1.5em; }
/* Stały „rowek” na literę + kropkę, 100% równe zawijanie */
.legal-clean__content ol[type="a"]{
  list-style: none;
  margin: 0 0 1em 2.2em;  /* stałe wcięcie całej listy */
  padding: 0;
  counter-reset: alpha;
}
.legal-clean__content ol[type="a"] > li{
  display: grid;
  grid-template-columns: 1.6em 1fr; /* szerokość kolumny na marker */
  column-gap: .4em;
  margin: .35em 0;
}
.legal-clean__content ol[type="a"] > li::before{
  counter-increment: alpha;
  content: counter(alpha, lower-alpha) ".";
  font-weight: 700; /* jeśli chcesz marker pogrubiony */
}
/* tytuł definicji + myślnik wyglądają schludnie */
.legal-clean__content ol[type="a"] > li > b,
.legal-clean__content ol[type="a"] > li > strong{ font-weight:700; }
/* Paragrafy oznaczone jako element listy (fallback bez <ol><li>) */
.legal-clean__content p[data-li]{
  display: grid;
  grid-template-columns: 1.6em 1fr; /* stała kolumna na marker */
  column-gap: .4em;
  margin: .35em 0;
  padding: 0;
  text-indent: 0;
}
.legal-clean__content p[data-li] .li-marker{
  font-weight: 700;
  display: inline-block;
  text-align: right;
  padding-right: .1em;
}
.cp{--gap:28px}
.cp__grid{display:grid;grid-template-columns:1fr;gap:var(--gap)}
@media(min-width:990px){.cp__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);align-items:start}}
.cp__gallery{width:100%}
.cp-gallery{display:flex;flex-direction:row;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px}
.cp-gallery__item{flex:0 0 88%;scroll-snap-align:start}
.cp-gallery__img,.cp-gallery__video,.cp-gallery__model,.cp-gallery__other{display:block;width:100%;height:auto;border-radius:10px}
@media(min-width:990px){.cp-gallery{display:block;overflow:visible;padding-bottom:0}.cp-gallery__item{flex:none;margin-bottom:12px}}
.cp__title .h3{margin:0 0 12px}
.cp__price{margin:8px 0 16px}
#custom-product-{{ section.id }} #infiniteoptions-container,#custom-product-{{ section.id }} .lpo-placeholder{max-width:100%}
#custom-product-{{ section.id }} .cl-po--options,#custom-product-{{ section.id }} .product-parameters .product-form__controls-group{display:grid;gap:12px 14px;grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:990px){#custom-product-{{ section.id }} .cl-po--options,#custom-product-{{ section.id }} .product-parameters .product-form__controls-group{grid-template-columns:repeat(3,1fr);gap:16px 18px}}
#custom-product-{{ section.id }} .swatch{border:1px solid #e6e6e6;border-radius:14px;overflow:hidden;background:#fff;cursor:pointer}
#custom-product-{{ section.id }} .swatch__img{width:100%;height:120px;object-fit:cover;display:block}
@media(min-width:990px){#custom-product-{{ section.id }} .swatch__img{height:140px}}
.cp__cta{margin-top:18px}
.cp__add-to-cart{font-size:18px!important;line-height:1.2!important;font-weight:700!important;padding:16px 20px!important;width:100%}
.product-form__error-message-wrapper{margin-bottom:8px}
.czego-unikac-section {
  background: #fff;
  padding: 60px 20px 160px;
  text-align: center;
}

.czego-unikac-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #444444;
}

.czego-unikac-subtext {
  color: #444444;
  margin-bottom: 60px;
  font-size: 16px;
}

.fala-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.fala-background {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
}

.fala-svg {
  width: 100%;
  height: 100%;
}

.fala-points {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.fala-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}

.fala-icon {
  width: 90px;
  height: 90px;
  background-color: #c72319;
  border-radius: 50%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.fala-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.czego-unikac-section .fala-text h3 {
  color: #666666 !important;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.czego-unikac-section .fala-text p {
  color: #666666 !important;
  font-size: 16px;
  margin: 6px 0 0;
}

/* pozycjonowanie względem fali desktop */
.point-1 { margin-top: 0px; }
.point-2 { margin-top: 50px; }
.point-3 { margin-top: 0px; }
.point-4 { margin-top: 50px; }

/* === MOBILE === */
@media screen and (max-width: 768px) {
  .fala-wrapper {
    padding: 0;
    margin: 0;
  }

  .fala-background {
    width: 3px;
    height: 650px;
    top: -20px;
    left: 30px;
    background-color: #c72319;
    z-index: 0;
    position: absolute;
  }

  .fala-svg {
    display: none;
  }

  .fala-points {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    gap: 40px;
    position: relative;
  }

  .fala-point {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
    position: relative;
  }

  .fala-icon {
    width: 85px;
    height: 85px;
    min-width: 40px;
    background-color: #c72319;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
      transform: translateX(-50px);
  }

  .fala-icon img {
    width: 80px;
    height: 80px;
  }

  .fala-text {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -8px;
  }

  .fala-text h3 {
    font-size: 16px;
    margin: 0 0 4px;
  }

  .fala-text p {
    font-size: 14px;
    margin: 0;
  }

  /* Reset marginesów punktów */
  .point-1, .point-2, .point-3, .point-4 {
    margin-top: 0 !important;
  }
}
.fabric-accordion {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px 16px;
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', sans-serif;
  box-sizing: border-box;
}
.fabric-heading-wrapper {
  text-align: center;
  margin-bottom: 28px;
}
.fabric-heading-main {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(to right, #d1001c, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.fabric-heading-sub {
  font-size: 26px;
  color: #555;
  font-weight: 400;
}
.fabric-item {
  border-top: 1px solid #ddd;
  padding: 14px 0;
  cursor: pointer;
}
.fabric-title {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
  transition: color 0.3s ease;
}
.fabric-title:hover {
  color: #cc0033;
}
.fabric-item.active .fabric-title {
  color: #cc0033;
}
.fabric-title:hover .fabric-icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(92%) saturate(3920%) hue-rotate(-8deg) brightness(75%) contrast(110%);
}
.fabric-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: url("/cdn/shop/files/Robin_Inspire_svg_15.svg?v=1753366543");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 0.3s ease, transform 0.3s ease;
  transform: rotate(0deg);
}
.fabric-item.active .fabric-icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(92%) saturate(3920%) hue-rotate(-8deg) brightness(75%) contrast(110%);
  transform: rotate(-90deg);
}
.fabric-content {
  display: none;
  font-size: 20px;
  color: #111 !important;
  line-height: 1.5;
  margin-top: 6px;
}
.fabric-item.active .fabric-content {
  display: block;
  padding-top: 10px;
}
.fabric-product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
  justify-content: flex-start;
}
.fabric-product-card {
  width: 180px;
  flex: 0 0 auto;
  text-align: center;
  text-decoration: none;
  color: #555;
  transition: transform 0.3s ease;
}
.fabric-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 8px;
}
.fabric-product-card:hover {
  transform: translateY(-3px);
  color: #e53935;
}
.fabric-product-card p {
    color: #111; /* domyślnie przez `color: #111;` w `.fabric-product-card` */
  font-size: 18px;
  margin: 0;
}
@media (max-width: 768px) {
  .fabric-accordion {
    padding: 20px 12px;
  }
  .fabric-heading-main {
    font-size: 24px;
  }
  .fabric-title {
    font-size: 22px;
  }
  .fabric-content {
    font-size: 16px;
  }
  .fabric-product-card {
    width: calc(50% - 10px);
  }
}
.payments-section{padding:40px 0}
.payments-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:24px;align-items:stretch}
@media (max-width: 991px) {
  .payments-hero {
    display: none !important;
  }

  .payments-grid {
    display: flex;
    flex-direction: column;
  }

  .payments-grid__left {
    order: 1; /* Kafelki */
  }

  .payments-grid__right {
    order: 2; /* FAQ kolumna */
  }

  .payments-faq {
    order: 2; /* upewnienie się że FAQ jest na końcu w prawej kolumnie */
  }
}
/* Kafelki */
.pay-card{
  background:#fff;border:1px solid rgba(0,0,0,.06);
  border-radius: {{ section.settings.card_radius }}px;
  padding: {{ section.settings.card_padding }}px;
  display:flex;flex-direction:column;gap:8px;
  box-shadow:0 2px 10px rgba(0,0,0,.04)
}

.pay-card__icon{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:4px;margin-left:10px}
.pay-card__icon img{display:block;object-fit:contain}
.pay-card__title{margin:10px 0 3px;font-weight:700;margin-left:10px}
.pay-card__text{margin:0;color:#555;line-height:1.6;margin-left:10px;font-size:16.2px!important}
.pay-card:first-child .pay-card__icon {
  display: flex;
  align-items: center;
  gap: 37px; /* odstęp między ikonami */
  margin-top: 8px !important;
}

.pay-card:first-child .pay-card__icon img {
  transform: scale(1.9);
  transform-origin: left center;
}
/* Hero */
.payments-hero{
  position:relative;min-height:420px;overflow:hidden;background-size:cover;background-position:center
}
.payments-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.25) 60%,rgba(0,0,0,.15) 100%)}
.payments-hero__label{
  position:absolute;left:20px;top:16px;z-index:2;background:#ffffffcc;color:#111;
  padding:6px 10px;border-radius:999px;font-size:13px;font-weight:700
}
.payments-hero__title{position:absolute;left:20px;bottom:70px;right:20px;color:#fff;z-index:2;font-weight:800;line-height:1.2}
.payments-hero__text{position:absolute;left:20px;bottom:20px;right:20px;color:#fff;z-index:2;line-height:1.5;opacity:.95}

/* Logotypy */
.payments-brands{margin-top:28px}
.payment-icons{display:flex;flex-wrap:wrap;justify-content:center}
.payment-icons__item{
  background:#fff;border:1px solid rgba(0,0,0,.06);
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  display:flex;align-items:center;justify-content:center;
}
.payment-icons__item img {
  display: block;
  object-fit: contain;
}

/* Powiększenie wybranych mniejszych logo */
.payment-icons__item img[alt="Visa"],
.payment-icons__item img[alt="Mastercard"] {
  transform: scale(2.1);
  transform-origin: center;
}
.payment-icons__item:first-child img {
  transform: scale(2.1);
  transform-origin: center;
}

.payments-brands__footnote {
  text-align: center;
  color: #777;
  margin-top: 10px;
  font-size: 12px;
}
/* FAQ (stały margines pod hero na desktopie) */
.payments-faq{margin-top:34px}
.payments-faq__heading{text-align:center;font-weight:800;margin-bottom:14px}
.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:8px}
.faq-list details{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:14px 16px}
.faq-list summary{cursor:pointer;font-weight:700;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list .faq-answer{margin-top:8px;color:#555;line-height:1.6}
.hero-mobile { display: none; }
@media (max-width: 991px) {
  .hero-mobile { display: block; }
  .hero-mobile__bg {
    position: relative;
    min-height: 300px;
    background-size: cover;
    background-position: center;
  }
  .hero-mobile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.25) 60%,rgba(0,0,0,.15) 100%);
  }
  .hero-mobile__label {
    position: absolute;
    left: 20px;
    top: 16px;
    background: #ffffffcc;
    color: #111;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
  }
  .hero-mobile__title {
    position: absolute;
    left: 20px;
    bottom: 70px;
    right: 20px;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    z-index: 2;
  }
  .hero-mobile__text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #fff;
    line-height: 1.5;
    opacity: .95;
    z-index: 2;
  }
}
.inspiracje-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
}
.inspiracja-tile {
  width: 100%;
  max-width: 440px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  background: #fff;
}
.inspiracja-tile:hover {
  transform: scale(1.02);
}
.inspiracja-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.inspiracja-content {
  padding: 20px;
}
.inspiracja-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.inspiracja-text {
  font-size: 15px;
  color: #666;
}
@media (max-width: 768px) {
  .inspiracje-wrapper {
    padding: 20px 10px;
  }
  .inspiracja-tile {
    max-width: 100%;
  }
}
.faq-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
}

.faq-heading {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
}

.faq-category {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 12px;
  background: #fff;
}

.faq-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  font-weight: bold;
  font-size: inherit;
  color: #000;
  transition: color 0.3s ease;
}

.faq-category-header:hover {
  color: #d95137;
}

.faq-category-header:hover .faq-toggle-icon {
 color: #d95137;
}

.faq-category-header img {
  width: 70px;
  height: 70px;
  margin-right: 12px;
}

.faq-category-header .faq-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-toggle-icon {
  transition: transform 0.3s ease, color 0.3s ease;
  transform: rotate(-90deg); /* domyślnie w lewo */
  color: #000;
  width: 30px;
  height: 30px;
}

.faq-toggle-icon path {
  stroke: currentColor;
}

.faq-category.open .faq-category-header {
 color: #d95137;
}

.faq-category.open .faq-toggle-icon {
  transform: rotate(90deg); /* po kliknięciu – w prawo */
  color: #d95137;
}

.faq-questions {
  display: none;
  padding: 16px 32px 24px 56px;
}

.faq-question {
  margin-bottom: 20px;
}

.faq-question strong {
  display: block;
  margin-bottom: 4px;
  color: #000;
}

.faq-question span {
  color: #000;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .faq-category-header {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    font-size: 10px;
  }

.faq-category-header img {
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0px;
}

  .faq-header-left {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
  }

  .faq-toggle-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
  }

  .faq-questions {
    padding: 16px 16px 24px 16px;
  }

  .faq-question span,
  .faq-question strong {
    line-height: 1.5;
    word-break: break-word;
  }
  .faq-wrapper {
  padding-top: 20px;
}

.faq-heading {
  margin-top: 0;
  padding-top: 0;
}
  
}

}
.robin-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 180px 0;
  }
  .robin-404 .robin-404__content {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    max-width: 810px;
    margin: auto;
  }
  .robin-404 .robin-404__content p {
    color: #000 !important;
  }
  .robin-404 .robin-404__content p strong {
    font-size: 25px;
    font-weight: 700;
  }
  .robin-404 .custom-btn {
    display: block;
  }
  .robin-404 .custom-btn.custom-btn--primary {
    border: 2px solid #C2262D;
    background: #C2262D;
    padding: 14px 42px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: unset;
    transition: background .3s ease-in-out;
  }
  .robin-404 .custom-btn.custom-btn--primary:hover {
    background: #a42027;
  }
  .robin-404 .custom-btn.custom-btn--primary svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
    transition: transform .3s ease-in-out;
  }
  .robin-404 .custom-btn.custom-btn--primary:hover svg {
    transform: translateX(-5px);
  }
.robin-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-bottom: 20px;
  }
.robin-blocks .robin-blocks__block {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}
  .robin-blocks .robin-blocks__block .robin-blocks__block-pretitle {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 0.5;
  }
  .robin-blocks .robin-blocks__block .robin-blocks__block-title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
  }
  .robin-blocks .robin-blocks__block .robin-blocks__block-desc {
    margin: 30px 0;
    max-width: 400px;
  }
  .robin-blocks .robin-blocks__block .robin-blocks__block-desc p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  .robin-blocks .custom-btn {
    display: block;
  }
  .robin-blocks .custom-btn.custom-btn--primary {
    border: 2px solid #C2262D;
    background: #C2262D;
    padding: 14px 42px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: unset;
    transition: background .3s ease-in-out;
  }
  .robin-blocks .custom-btn.custom-btn--primary:hover {
    background: #a42027;
  }
  .robin-blocks .custom-btn.custom-btn--primary svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
    transition: transform .3s ease-in-out;
  }
  .robin-blocks .custom-btn.custom-btn--primary:hover svg {
    transform: translateX(5px);
  }
  @media (max-width: 991.98px) {
    .robin-blocks {
      grid-template-columns: 1fr;
    }
  }
.robin-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .robin-categories .robin-categories__block {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 3px;
    min-height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    transition: border-color .2s ease-in-out;
  }
  .robin-categories .robin-categories__block:hover {
    border-color: #C2262D;
  }
  .robin-categories a {
    text-decoration: none;
  }
  .robin-categories .robin-categories__block-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
  }
  .robin-categories .robin-categories__block-desc {
    font-size: 13px;
    font-weight: 400;
    color: #000;
  }
  @media (max-width: 767.98px) {
    .robin-categories {
      grid-template-columns: 1fr;
    }
  }
.robin-complaints {
   display: grid;
   grid-template-columns: 1fr auto;
   gap: 90px;
   margin: 60px auto 140px;
   align-items: flex-end;
  }
  .robin-complaints .robin-complaints__title {
   font-size: 39px;
   font-weight: 700;
   color: #000;
   margin-bottom: 60px;
   display: block;
  }
  .robin-complaints .robin-complaints__content p {
   font-size: 16px;
   font-weight: 400;
   line-height: 26px;
   color: #000;
  }
  .robin-complaints .robin-complaints__content ol {
   padding: 0 0 0 15px;
   margin: 0;
   display: flex;
   flex-direction: column;
   gap: 12px;
  }
  .robin-complaints .robin-complaints__content li {
   font-size: 16px;
   line-height: 26px;
   color: #000;
  }
  .robin-complaints img {
   margin: 0 auto;
   display: block;
   max-width: 250px !important;
  }
  @media (max-width: 767.98px) {
   .robin-complaints {
     grid-template-columns: 1fr;
     gap: 30px;
   }
  }
.robin-contact {
   border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  padding: 60px 30px;
  background: url('/cdn/shop/files/contact-banner.png?v=1751966143') no-repeat;
  background-size: cover;
}
.robin-contact .robin-contact__title {
  font-size: 31px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
.robin-contact p {
  max-width: 670px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  margin: 0;
}
.robin-contact .robin-contact__buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.robin-contact .custom-btn.custom-btn--primary {
  border: 2px solid #C2262D;
  padding: 14px 42px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: unset;
  transition: background .3s ease-in-out;
}
.robin-contact .custom-btn.custom-btn--primary:hover {
  background: #C2262D;
}
.robin-contact .robin-contact__buttons span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .robin-contact {
    text-align: center;
  }
  .robin-contact .robin-contact__buttons {
    flex-direction: column;
    gap: 12px;
  }
  .robin-contact .custom-btn.custom-btn--primary {
    width: 100%;
  }
}

/* Modal stylizacja */
.robin-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
}
.robin-modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.robin-modal__content {
  background: white;
  max-width: 500px;
  margin: 100px auto;
  position: relative;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 2;
  font-family: 'Helvetica Neue', sans-serif;
}
.robin-modal__content h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(to right, #d1001c, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.robin-modal__content form input,
.robin-modal__content form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.robin-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}
.robin-delivery {
    margin: 70px auto;
  }
  .robin-delivery .robin-delivery__row {
    display: grid;
  }
  .robin-delivery .robin-delivery__row:nth-of-type(1) {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    margin: 60px auto 140px;
    align-items: flex-start;
  }
  .robin-delivery .robin-delivery__row:nth-of-type(1) .robin-delivery__column:not(:last-child) {
    border-right: 1px solid #D8D8D8;
    padding-right: 45px;
  }
  .robin-delivery .robin-delivery__row:nth-of-type(2) {
    grid-template-columns: 1fr auto;
    gap: 70px;
    margin: 60px auto 140px;
    align-items: flex-end;
  }
  .robin-delivery .robin-delivery__title {
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
    display: block;
  }
  .robin-delivery .robin-delivery__content h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .robin-delivery .robin-delivery__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
  }
  .robin-delivery .robin-delivery__content ol {
    padding: 0 0 0 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .robin-delivery .robin-delivery__content li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
  }
  .robin-delivery .robin-delivery__blocks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .robin-delivery .robin-delivery__block a {
    border: 1px solid #B8B8B8;
    background: #E8E8E84D;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 400px;
    text-decoration: unset;
    cursor: pointer;
  }
  .robin-delivery .robin-delivery__block-meta {
    display: flex;
    flex-direction: column;
  }
  .robin-delivery .robin-delivery__block-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  @media (max-width: 991.98px) {
    .robin-delivery .robin-delivery__row:nth-of-type(1) {
      grid-template-columns: 1fr;
      gap: 30px;
      margin: 60px auto;
    }
    .robin-delivery .robin-delivery__row:nth-of-type(1) .robin-delivery__column:not(:last-child) {
      border-right: unset;
      border-bottom: 1px solid #B8B8B8;
      padding-bottom: 30px;
      padding-right: 0;
    }
    .robin-delivery .robin-delivery__row:nth-of-type(2) {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .robin-delivery .robin-delivery__block {
      min-width: unset;
    }
  }
/* Layout */
.robin-footer{background:#1A1A1A;padding:30px;color:#fff;display:grid;grid-template-columns:1fr .6fr .6fr .6fr .6fr;gap:40px}
.robin-footer__accordion-toggle{background:none;border:none;color:#fff;font-weight:600;font-size:16px;display:flex;gap:8px;align-items:center;width:100%}
.robin-footer__accordion-content{display:none;flex-direction:column;gap:16px;margin-top:12px}
.robin-footer__accordion-content.open{display:flex}

/* Ikony płatności — mniejsze kafelki */
.robin-footer__payments{grid-column:1/-1;display:flex;justify-content:center;margin-top:10px}
.payment-icons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.payment-icons__item{
  background:#fff;border-radius:8px;width:78px;height:40px;display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 6px rgba(0,0,0,0.1)
}
.payment-icons__item img{
  max-height:20px;max-width:52px;width:auto;height:auto;object-fit:contain;display:block
}

/* Powiększenie wybranych mniejszych logo */
.payment-icons__item img[alt="Visa"],
.payment-icons__item img[alt="Mastercard"],
.payment-icons__item img[alt="Przelewy24"] {
  transform: scale(2.1);
  
}

/* Powiększenie wybranych mniejszych logo */
.payment-icons__item img[alt="Shop Pay"],
.payment-icons__item img[alt="Bank Pekao"] {
  transform: scale(0.8);
}
.robin-footer__column-link a {
  color: #fff;
  text-decoration: none; /* opcjonalnie usuwa podkreślenie */
}

/* RWD */
@media (max-width:767.98px){
  .robin-footer{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:567.98px){
  .robin-footer{grid-template-columns:1fr}
  .payment-icons__item{width:70px;height:36px}
  .payment-icons__item img{max-height:18px;max-width:48px}
}
.robin-hero {
    margin-bottom: 15px;
  }
  .robin-hero .swiper-slide {
    background: #000;
    padding-top: 41.7%;
    position: relative;
    border-radius: 16px; /* <- ZAOKRĄGLENIE ROGÓW */
  overflow: hidden;    /* <- WAŻNE, by video nie wychodziło poza rogi */
  }
  .robin-hero .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
  }
  .robin-hero .swiper-slide video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .robin-hero .robin-hero__video-desktop {
    display: block;
  }
  .robin-hero .robin-hero__video-mobile {
    display: none;
  }
  .robin-hero .robin-hero__meta {
    max-width: 640px;
    padding: 0 60px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    z-index: 1;
    box-sizing: border-box;
  }
  .robin-hero .robin-hero__meta-pretitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
  }
  .robin-hero .robin-hero__meta-title {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #fff;
  }
  .robin-hero .custom-btn {
    display: block;
  }
  .robin-hero .custom-btn.custom-btn--primary {
    border: 2px solid #C2262D;
    background: #C2262D;
    padding: 14px 42px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: unset;
    transition: background .3s ease-in-out;
  }
  .robin-hero .custom-btn.custom-btn--primary:hover {
    background: #a42027;
  }
  .robin-hero .custom-btn.custom-btn--primary svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
    transition: transform .3s ease-in-out;
  }
  .robin-hero .custom-btn.custom-btn--primary:hover svg {
    transform: translateX(5px);
  }
  @media (max-width: 991.98px) {
    .robin-hero .robin-hero__meta {
      text-align: center;
      padding: 0 20px;
      max-width: 100%;
      width: 100%;
    }
    .robin-hero .robin-hero__meta-title {
      font-size: 36px;
      margin-bottom: 30px;
    }
    .robin-hero .custom-btn.custom-btn--primary {
      margin: 0 auto;
    }
  }
  @media (max-width: 767.98px) {
    .robin-hero .swiper-slide {
      padding-top: 81%;
    }
    .robin-hero .robin-hero__meta-title {
      font-size: 30px;
      margin-bottom: 30px;
    }
    .robin-hero .robin-hero__video-desktop {
      display: none;
    }
    .robin-hero .robin-hero__video-mobile {
      display: block;
    }
  }
  @media (max-width: 575.98px) {
    .robin-hero .robin-hero__meta {
      gap: 6px;
    }
    .robin-hero .robin-hero__meta-pretitle {
      font-size: 12px;
    }
    .robin-hero .robin-hero__meta-title {
      font-size: 20px;
    }
    .robin-hero .custom-btn.custom-btn--primary {
      padding: 7px 24px;
    }
  }
  .robin-hero__pagination {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}
.robin-notification {
    padding: 10px;
    text-align: left;
    background: #b7252b;
    color: #fff;
    margin-top: 12px;
    width: fit-content;
    text-transform: uppercase;
  }
.robin-payment {
    margin: 70px auto;
  }
  .robin-payment .robin-payment__row {
    margin: 60px auto 140px;
  }
  .robin-payment .robin-payment__row:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    align-items: flex-start;
  }
  .robin-payment .robin-payment__row:nth-of-type(1) .robin-payment__column:not(:last-child) {
    border-right: 1px solid #D8D8D8;
    padding-right: 45px;
  }
  .robin-payment .robin-payment__title {
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
    display: block;
  }
  .robin-payment .robin-payment__content h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .robin-payment .robin-payment__content p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  .robin-payment .robin-payment__content ol {
    padding: 0 0 0 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .robin-payment .robin-payment__content li {
    font-size: 16px;
    color: #000;
  }
  .robin-payment img {
    width: 100%;
  }
  @media (max-width: 991.98px) {
    .robin-payment .robin-payment__row:nth-of-type(1) {
      grid-template-columns: 1fr;
      gap: 30px;
      margin: 60px auto;
    }
    .robin-payment .robin-payment__row:nth-of-type(1) .robin-payment__column:not(:last-child) {
      border-right: unset;
      border-bottom: 1px solid #B8B8B8;
      padding-bottom: 30px;
      padding-right: 0;
    }
  }
.robin-post {
    margin: 70px auto;
  }
  .robin-post .robin-post__title {
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
    display: block;
  }
  .robin-post .robin-post__content h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .robin-post .robin-post__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
  }
  .robin-post .robin-post__content ol {
    padding: 0 0 0 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .robin-post .robin-post__content li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
  }
.robin-productdescription {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 75px;
  }
  .robin-productdescription p {
    font-size: 16px;
    line-height: 26px;
  }
.robin-productdetails {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 75px;
  }

  .robin-productdetails .robin-productdetails__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
  }

  .robin-productdetails .robin-productdetails__item:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
  }

  .robin-productdetails .robin-productdetails__key {
    color: #000;
  }
.robin-reassurance {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 30px 0;
  }
  .robin-reassurance .robin-reassurance__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .robin-reassurance .robin-reassurance__block img {
    height: 60px;
  }
  @media (max-width: 991.98px) {
    .robin-reassurance {
      grid-template-columns: repeat(2, 1fr);
    }
    .robin-reassurance .robin-reassurance__block {
      align-items: center;
      text-align: center;
    }
  }
  @media (max-width: 567.98px) {
    .robin-reassurance {
      grid-template-columns: 1fr;
    }
  }
.robin-reviews {
    margin-bottom: 10px;
  }

  .robin-reviews .swiper-slide {
    background:linear-gradient(180deg,rgba(199, 199, 199, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
    padding: 24px;
    height: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    box-sizing: border-box;
  }

  .robin-reviews .swiper-slide__block {
    height: fit-content;
  }

  .robin-reviews .swiper-slide__review {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .robin-reviews .swiper-slide__preview {
    padding-top: 100%;
    position: relative;
    min-width: 180px;
  }

  .robin-reviews .swiper-slide__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
  }

  .robin-reviews .swiper-slide__author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .robin-reviews .swiper-slide__author img {
    border-radius: 50%;
    object-fit: cover;
    width: 30px;
    height: 30px;
  }

  .review-author-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .robin-reviews .swiper-slide__reviews {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-bottom: 0 !important;
  }

  .robin-reviews .swiper-slide__reviews li {
    list-style: none;
    margin: 0 !important;
    display: block;
  }

  .robin-reviews .swiper-slide__title {
    font-weight: 600;
    color: #000;
  }

  .robin-reviews .swiper-slide__content p {
    margin: 0;
    line-height: 26px;
    color: #000;
  }

  .review-author-country {
    font-weight: normal;
    font-size: 14px;
    color: #555;
  }

  .review-translation-note {
    font-size: 12px;
    color: #555;
    margin-top: 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
  }

  @media (max-width: 599.98px) {
    .robin-reviews .swiper-slide__preview {
      min-width: 120px;
    }
  }

  @media (max-width: 499.98px) {
    .robin-reviews .swiper-slide {
      display: flex;
      flex-direction: column;
    }

    .robin-reviews .swiper-slide__block {
      height: auto;
    }
  }
.robin-seo {
    margin-bottom: 75px;
  }

  .robin-seo .robin-seo__content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  .robin-seo .robin-seo__content::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0, #ffffff, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
  }

  .robin-seo .robin-seo__content:not(.collapsed)::after {
    opacity: 0;
  }

  .robin-seo .robin-seo__content p {
    margin: 0;
    line-height: 26px;
  }

  .robin-seo .custom-btn {
    display: block;
  }

  .robin-seo .custom-btn.custom-btn--primary {
    border: 2px solid #C2262D;
    background: transparent;
    padding: 14px 42px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: unset;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    margin: 30px auto 0;
  }

  .robin-seo .custom-btn.custom-btn--primary:hover {
    background: #C2262D;
    color: #fff;
  }
.robin-simple-section-with-image {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  align-items: center;
  gap: 30px;
  margin: 35px 0;
  padding: 60px;
  border-radius: 16px;
 background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(14px);
border-radius: 16px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
  }
  .robin-simple-section-with-image .robin-simple-section-with-image__column:nth-child(1) {
    max-width: 730px;
  }
  .robin-simple-section-with-image .robin-simple-section-with-image__column-title {
    font-size: 39px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #11141B;
  }
  .robin-simple-section-with-image .robin-simple-section-with-image__column-desc {
    font-size: 16;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    color: #11141B;
  }
  .robin-simple-section-with-image .robin-simple-section-with-image__column-desc p {
    margin: 0;
  }
  .robin-simple-section-with-image .custom-btn {
    display: block;
  }
  .robin-simple-section-with-image .custom-btn.custom-btn--primary {
    border: 2px solid #C2262D;
    background: #C2262D;
    padding: 14px 42px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: unset;
    transition: background .3s ease-in-out;
    margin-top: 30px;
  }
  .robin-simple-section-with-image .custom-btn.custom-btn--primary:hover {
    background: #a42027;
  }
  .robin-simple-section-with-image .custom-btn.custom-btn--primary svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
    transition: transform .3s ease-in-out;
  }
  .robin-simple-section-with-image .custom-btn.custom-btn--primary:hover svg {
    transform: translateX(5px);
  }
  @media (max-width: 1023.98px) {
    .robin-simple-section-with-image {
      grid-template-columns: 1fr;
    }
    .robin-simple-section-with-image .robin-simple-section-with-image__column:nth-child(1) {
      order: 2;
    }
    .robin-simple-section-with-image .robin-simple-section-with-image__column:nth-child(2) {
      order: 1;
    }
  }
 .desc-mobile {
  display: none;
}

@media (max-width: 1023.98px) {
  .desc-desktop {
    display: none !important;
  }

  .desc-mobile {
    display: block;
    line-height: 1.4; /* mniejsza interlinia – możesz dać np. 1.2 jeśli chcesz jeszcze ciaśniej */
    font-size: 15px;  /* opcjonalnie zmniejsz czcionkę */
  }
}
@media (max-width: 1023.98px) {
  .robin-simple-section-with-image {
    grid-template-columns: 1fr;
    padding: 30px 16px; /* <-- zmniejszony padding poziomy */
  }

  .robin-simple-section-with-image .robin-simple-section-with-image__column:nth-child(1) {
    order: 2;
    max-width: 100% !important; /* <-- rozciąga tekst */
  }

  .robin-simple-section-with-image .robin-simple-section-with-image__column-desc {
    line-height: 1.4;
    font-size: 15px;
  }
}
.robin-simple-section {
    margin: 75px 0;
    max-width: 1140px;
  }
  .robin-simple-section .robin-simple-section__title {
    font-size: 39px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #11141B;
  }
  .robin-simple-section .robin-simple-section__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    color: #11141B;
  }
.robin-statistics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 60px;
  margin: 75px 0;
}
.robin-statistics .robin-statistics__column img {
  margin: 0 auto;
  display: block;
}
.robin-statistics .robin-statistics__column-title {
  font-size: 39px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #11141B;
}
.robin-statistics .robin-statistics__column-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #11141B;
}
.robin-statistics .robin-statistics__column-stats {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
}
.robin-statistics .robin-statistics__column-stats li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--color-foreground));
}
.robin-statistics .robin-statistics__column-stats li b {
  font-size: 48px;
  font-weight: 700;
  color: #11141B;
  line-height: normal;
}
@media (max-width: 1023.98px) {
  .robin-statistics {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .robin-statistics .robin-statistics__column-stats {
    grid-template-columns: 1fr;
  }
}
.robin-statistics__icon {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 500px; /* przesunięcie w prawo */
}

.robin-statistics__icon img {
  width: 900px;       /* ustalona szerokość */
  max-width: 100%;    /* skalowanie responsywne na mniejszych ekranach */
  height: auto;
  display: inline-block;
}
/* --- GRID: większa lewa kolumna --- */
.ri-techspecs__grid{
  display:grid;
  grid-template-columns: 60% 40%;
  gap:36px;
  align-items:start;
}
.ri-techspecs.page-width{
  /* .page-width ma już max-width i boczne „guttery” motywu */
  margin:0 auto;
  padding:24px 0 0px; /* zero bocznych, żeby wyrównać do linii z tekstem wyżej */
}
.ri-techspecs__title{ margin:0 0 18px; font-size:28px; font-weight:600; }
.ri-techspecs__imagewrap{ position:relative; }
.ri-techspecs__figure{ position:relative; margin:0; border-radius:16px; overflow:hidden; background:#fff; box-shadow:0 6px 20px rgba(0,0,0,.06); }

/* Landscape ramka i pokazanie CAŁEGO obrazu */
.ri-techspecs__img{
  width:100%; height:100%;
  aspect-ratio:16/9;
  object-fit:contain;
  object-position:center center;
  display:block;
  background:#fff;
}

/* Lupa w prawym górnym rogu */
.ri-zoom{
  position:absolute;
  top:12px; right:12px;
  width:44px; height:44px;
  border-radius:999px; border:0;
  background:rgba(0,0,0,.55);
  display:grid; place-items:center;
  cursor:pointer;
  transition:transform .15s ease, background .2s ease;
}
.ri-zoom:hover{ transform:scale(1.03); background:rgba(0,0,0,.7); }
.ri-zoom__icon{ width:22px; height:22px; fill:#fff; }

.ri-dialog{ inset:0; margin:auto; border:0; padding:0; width:min(94vw,1200px); background:transparent; }
.ri-dialog::backdrop{ background:rgba(0,0,0,.6); }
.ri-dialog__inner{ position:relative; background:#000; border-radius:12px; }
.ri-dialog__img{ display:block; width:100%; }
.ri-dialog__close{ position:absolute; top:8px; right:8px; width:36px; height:36px; border:0; border-radius:999px; background:rgba(255,255,255,.85); font-size:22px; }

.robin-productdetails{ display:flex; flex-direction:column; margin-top:8px; }
.robin-productdetails__item{ display:flex; justify-content:space-between; padding:12px 0; border-bottom:1px solid #e6e6e6; }
.robin-productdetails__key{ font-weight:500; }

/* Mobile */
@media(max-width:900px){
  .ri-techspecs__grid{ grid-template-columns:1fr; gap:22px; }
  .ri-techspecs__img{ aspect-ratio:4/3; }
}
/* --- WIĘKSZE ZDJĘCIE (szerzej + wyższa ramka) --- */
.ri-techspecs.container{ max-width: 1400px; }          /* było ~1200px */
.ri-techspecs__grid{ grid-template-columns: 68% 32%; } /* było 60/40 */
.ri-techspecs__img{
  aspect-ratio: 4/3;    /* było 16/9; 4/3 da większą wysokość = zdjęcie „większe” */
  object-fit: contain;  /* nadal pokazuje CAŁE zdjęcie */
}

/* --- WIĘKSZA LUPA --- */
.ri-zoom{ width: 52px; height: 52px; }  /* było 44x44 */
.ri-zoom__icon{ width: 24px; height: 24px; } /* było 22px */

/* --- WIĘKSZY TEKST W PRAWEJ KOLUMNIE --- */
.ri-techspecs__subtitle{ font-size: 24px; } /* nagłówek „Parametry” */
.robin-productdetails__key,
.robin-productdetails__value{ font-size: 16px; } /* było ~14–15px */
@media (min-width: 1200px){
  .robin-productdetails__key,
  .robin-productdetails__value{ font-size: 18px; }
}
/* dociągnięcie sekcji do lewej krawędzi kontentu */
@media (min-width: 768px){
  .ri-techspecs.container{ padding-left: 0; } /* było 20px */
}
/* --- Dociągnięcie sekcji do lewej krawędzi treści --- */
/* Używamy zmiennej z fallbackiem 20px, bo motywy różnie nazywają gutter. */
@media (min-width: 990px){
  .ri-techspecs.page-width{
    padding-left: 0;
    padding-right: 0;
  }
  /* Przesuń nagłówek i grid o wartość gutter w lewo */
  .ri-techspecs__title,
  .ri-techspecs__grid{
    margin-left: calc(var(--page-gutter, 20px) * -1); /* <- ewentualnie zmień 20 na 16/24 */
  }
}
/* Drobna korekta ręczna (tu -16px) */
@media (min-width: 990px){
  .ri-techspecs__title,
  .ri-techspecs__grid{ margin-left: -30px; }
}

/* --- MOBILE: jedna kolumna, obraz nad szczegółami --- */
@media (max-width: 1024px){
  .ri-techspecs__grid{
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "image"
      "details";
    gap: 18px;
    align-items: start;
  }
  .ri-techspecs__imagewrap{ grid-area: image; width: 100%; max-width: none; }
  .ri-techspecs__details{ grid-area: details; width: 100%; max-width: none; }
}
/* --- MOBILE: wcięcie od lewej prawej dla całej sekcji --- */
@media (max-width: 749px){
  /* jeśli używasz page-width */
  .ri-techspecs.page-width{
    padding-left: var(--mobile-gutter, 16px);
    padding-right: var(--mobile-gutter, 16px);
  }
  /* jeśli masz jeszcze klasę container – też złapmy */
  .ri-techspecs.container{
    padding-left: var(--mobile-gutter, 16px);
    padding-right: var(--mobile-gutter, 16px);
  }

  /* cofnięcie wcześniejszych wyrównań do lewej (desktopowych) */
  .ri-techspecs__title,
  .ri-techspecs__grid{
    margin-left: 0;
  }

  /* upewnij się, że elementy wewnątrz nie mają „anty-wcięć” */
  .ri-techspecs__imagewrap,
  .ri-techspecs__details{
    padding-left: 0;
    padding-right: 0;
  }
}
/* --- DIALOG: bezpieczne dopasowanie obrazu do ekranu --- */

/* Desktop: nie wychodź poza viewport i ładnie wycentruj */
@media (min-width: 750px){
  dialog.ri-dialog[open]{ display:flex; align-items:center; justify-content:center; }
  .ri-dialog__inner{ max-width: 94vw; max-height: 92vh; }
  .ri-dialog__img{
    max-width: 94vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;   /* nie przycinaj */
  }
}

/* Mobile: pełny ekran, obraz dopasowany do wysokości/szerokości */
@media (max-width: 749px){
  dialog.ri-dialog{
    inset: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  dialog.ri-dialog[open]{ display:flex; align-items:center; justify-content:center; }
  .ri-dialog__inner{
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* na wszelki wypadek */
  }
  .ri-dialog__img{
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;   /* pokaż całe zdjęcie */
  }
  /* Przyklej przycisk zamknięcia, żeby nie „uciekał” */
  .ri-dialog__close{
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 3;
    background: rgba(255,255,255,.9);
  }
}
/* --- Klucze i wartości: ten sam szary kolor --- */
.robin-productdetails__key,
.robin-productdetails__value{
  color:#666; /* zmień w razie potrzeby */
}

/* --- Nagłówek szczegółów: czarny tekst + podkreślenie z gradientem --- */
.ri-techspecs__subtitle{
  color:#000;
  display:inline-block;     /* żeby podkreślenie miało szerokość tekstu */
  position:relative;
  padding-bottom:6px;       /* odstęp na kreskę */
}
.ri-techspecs__subtitle::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:3px;
  background:linear-gradient(90deg, #D40000 0%, #000 100%);
  border-radius:999px;      /* delikatnie zaokrąglone końce */
}
/* TYLKO MOBILE: zbij każdy możliwy „luz” w tej sekcji */
@media (max-width: 749px){
  /* sekcja + wewnętrzny wrapper */
  #shopify-section-{{ section.id }},
  #{{ section_id }},
  #{{ section_id }} .ri-techspecs__grid,
  #{{ section_id }} .ri-techspecs__details,
  #{{ section_id }} .robin-productdetails{
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
  }
}
.robin-statistics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 60px;
  margin: 75px 0;
}
  
.robin-statistics .robin-statistics__column img {
  margin: 0 auto;
  display: block;
}
.robin-statistics .robin-statistics__column-title {
  font-size: 39px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #11141B;
}
.robin-statistics .robin-statistics__column-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #11141B;
}
.robin-statistics .robin-statistics__column-stats {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
}
.robin-statistics .robin-statistics__column-stats li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--color-foreground));
  padding: 20px;
  text-align: center;
}

/* Styl tylko dla bloków typu image — dopasowuje się do obrazu */
.robin-statistics .robin-statistics__column-stats li:has(img) {
  padding: 0;
  height: auto;
  width: auto;
  background: transparent;
  display: block;
}
.robin-statistics .robin-statistics__column-stats li b {
  font-size: 48px;
  font-weight: 700;
  color: #11141B;
  line-height: normal;
}
@media (max-width: 1023.98px) {
  .robin-statistics {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .robin-statistics .robin-statistics__column-stats {
    grid-template-columns: 1fr;
  }
}
.robin-statistics__icon {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 500px;
}
.robin-statistics__icon img {
  width: 900px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.robin-statistics .robin-statistics__column-stats li img {
  height: auto;
  margin: 0 auto;
  display: block;
  width: auto; /* <-- WAŻNE, by nie nadpisywać width z Liquid */
  max-width: unset; /* <-- WAŻNE, by nie ograniczać rozmiaru */
}
.text-with-image-by-roxart {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .text-with-image-by-roxart .text-with-image-by-roxart__image {
    padding-top: 85%;
    position: relative;
    overflow: hidden;
  }

  .text-with-image-by-roxart .text-with-image-by-roxart__image img {
    position: absolute;
    top: 0;
    max-width: 100%;
  }

  .text-with-image-by-roxart .text-with-image-by-roxart__paragraph p {
    font-size: 18px;
    color: #000;
  }

  .text-with-image-by-roxart .text-with-image-by-roxart__paragraph .button {
    margin-top: 24px;
  }

  @media (max-width: 991.98px) {
    .text-with-image-by-roxart {
      grid-template-columns: 1fr;
    }

    .text-with-image-by-roxart .text-with-image-by-roxart__image img {
      width: 100%;
    }
  }
.robin-hero-delivery {
    width: 100%;
  max-width: 1536px;
  height: 600px;
  position: relative;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}

.robin-hero-delivery__text {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  padding: 10px 24px;
  border-radius: 12px;
  display: inline-block;
}

.robin-hero-delivery__text {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.robin-hero-delivery__button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: white;
  color: black;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 768px) {
  .robin-hero-delivery {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }

  .robin-hero-delivery__text {
    font-size: 22px;
    padding: 20px;
  }

  .robin-hero-delivery__button {
    font-size: 14px;
    padding: 10px 20px;
  }
}