body.elementor-page-677:not(.elementor-motion-effects-element-type-background), body.elementor-page-677 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-05f72b3 );}/* Start custom CSS */```css
.js-size-guide,
.js-size-guide * {
  box-sizing: border-box;
}

.js-size-guide {
  width: 100%;
  color: #171717;
  font-family: inherit;
}

.js-size-guide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.js-size-guide__measure {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  margin-bottom: clamp(48px, 7vw, 88px);
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid #ded9d1;
  border-radius: 18px;
  background: #f6f4f0;
}

.js-size-guide__figure {
  margin: 0;
  padding: 20px;
  border-radius: 14px;
  background: #ffffff;
}

.js-size-guide__figure img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.js-size-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #9f8261;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.js-size-guide__eyebrow::before {
  width: 24px;
  height: 1px;
  background: currentColor;
  content: "";
}

.js-size-guide h2,
.js-size-guide h3,
.js-size-guide p {
  margin-top: 0;
}

.js-size-guide__measure h2,
.js-size-guide__section-head h2 {
  margin-bottom: 14px;
  color: #171717;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.js-size-guide__lead,
.js-size-guide__section-head p {
  max-width: 680px;
  margin-bottom: 24px;
  color: #6e6a64;
  font-size: 16px;
  line-height: 1.7;
}

.js-size-guide__legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.js-size-guide__legend-item {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid #ded9d1;
  border-radius: 12px;
  background: #ffffff;
}

.js-size-guide__legend-number {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #171717;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.js-size-guide__legend-item strong {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.js-size-guide__section + .js-size-guide__section {
  margin-top: clamp(56px, 8vw, 96px);
}

.js-size-guide__section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

.js-size-guide__section-head p {
  margin-bottom: 4px;
}

.js-size-card {
  overflow: hidden;
  border: 1px solid #ded9d1;
  border-radius: 18px;
  background: #ffffff;
}

.js-size-card + .js-size-card {
  margin-top: 20px;
}

.js-size-card__header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #ded9d1;
}

.js-size-card__heading {
  min-width: 0;
}

.js-size-card__heading h3 {
  margin-bottom: 4px;
  color: #171717;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.js-size-card__heading p {
  margin-bottom: 0;
  color: #6e6a64;
  font-size: 13px;
  line-height: 1.5;
}

.js-size-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.js-size-table {
  width: 100%;
  min-width: 790px;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.js-size-table--compact {
  min-width: 390px;
}

.js-size-table th,
.js-size-table td {
  padding: 15px 16px;
  border: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.js-size-table thead th {
  background: #f6f4f0;
  color: #6e6a64;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.js-size-table tbody td {
  border-top: 1px solid #ded9d1;
  color: #171717;
  font-size: 14px;
  line-height: 1.45;
}

.js-size-table tbody tr:nth-child(even) td {
  background: #fbfaf8;
}

.js-size-table th:first-child,
.js-size-table td:first-child {
  padding-left: 24px;
  text-align: left;
}

.js-size-table tbody td:first-child {
  font-weight: 700;
}

.js-size-guide__compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.js-size-guide__compact-grid .js-size-card + .js-size-card {
  margin-top: 0;
}

.js-size-guide__note {
  margin: 18px 0 0;
  color: #6e6a64;
  font-size: 13px;
  line-height: 1.6;
}

.js-size-guide__sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 900px) {
  .js-size-guide__section-head,
  .js-size-guide__compact-grid {
    grid-template-columns: 1fr;
  }

  .js-size-guide__section-head {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .js-size-guide__measure {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .js-size-guide__figure {
    padding: 16px;
  }

  .js-size-guide__figure img {
    max-width: 220px;
  }

  .js-size-guide__legend {
    grid-template-columns: 1fr;
  }

  .js-size-card__header {
    padding: 17px 16px;
  }

  .js-size-table-wrap {
    overflow: visible;
    padding: 12px;
    background: #f6f4f0;
  }

  .js-size-table,
  .js-size-table tbody {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .js-size-table thead {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }

  .js-size-table tbody {
    display: grid;
    gap: 12px;
  }

  .js-size-table tbody tr {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #ded9d1;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .js-size-table tbody tr:hover,
  .js-size-table tbody tr:focus,
  .js-size-table tbody tr:active {
    background: #ffffff;
    box-shadow: none;
    transform: none;
  }

  .js-size-table tbody td,
  .js-size-table tbody tr:nth-child(even) td,
  .js-size-table tbody tr:hover td:not([data-label="Rozmiar"]),
  .js-size-table tbody tr:focus td:not([data-label="Rozmiar"]),
  .js-size-table tbody tr:active td:not([data-label="Rozmiar"]) {
    display: flex;
    min-width: 0;
    min-height: 68px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 11px 12px;
    border-top: 0;
    border-right: 1px solid #ded9d1;
    border-bottom: 1px solid #ded9d1;
    background: #ffffff;
    box-shadow: none;
    transform: none;
    transition: none;
    text-align: left;
    white-space: normal;
  }

  .js-size-table tbody td::before {
    display: block;
    margin-bottom: 5px;
    color: #6e6a64;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    content: attr(data-label);
  }

  .js-size-table tbody td:first-child {
    grid-column: 1 / -1;
    min-height: 52px;
    display: block;
    padding: 14px 12px;
    border-right: 0;
    background: #ffffff;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .js-size-table tbody td:first-child::before {
    display: inline;
    margin: 0 6px 0 0;
    color: #171717;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: none;
  }

  .js-size-table tbody td:nth-child(3),
  .js-size-table tbody td:nth-child(5) {
    border-right: 0;
  }

  .js-size-table tbody td:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .js-size-table--compact tbody tr {
    grid-template-columns: 1fr;
  }

  .js-size-table--compact tbody td,
  .js-size-table--compact tbody td:last-child {
    grid-column: 1;
    min-height: 58px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 0;
  }

  .js-size-table--compact tbody td:first-child {
    grid-column: 1;
    min-height: 52px;
    display: block;
    padding: 14px 12px;
    border-right: 0;
    border-bottom: 1px solid #ded9d1;
    background: #ffffff;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .js-size-table--compact tbody td:first-child::before {
    display: inline;
    margin: 0 6px 0 0;
    color: #171717;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: none;
  }

  .js-size-table--compact tbody td:last-child {
    background: #ffffff;
  }

  .js-size-table--compact tbody td:last-child::before {
    margin: 0 14px 0 0;
  }
}

@media (max-width: 420px) {
  .js-size-table:not(.js-size-table--compact) tbody tr {
    grid-template-columns: 1fr;
  }

  .js-size-table:not(.js-size-table--compact) tbody td,
  .js-size-table:not(.js-size-table--compact) tbody td:last-child {
    grid-column: 1;
    min-height: 54px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 1px solid #ded9d1;
  }

  .js-size-table:not(.js-size-table--compact) tbody td:first-child {
    grid-column: 1;
    min-height: 52px;
    display: block;
    padding: 14px 12px;
    border-right: 0;
    border-bottom: 1px solid #ded9d1;
    background: #ffffff;
  }

  .js-size-table:not(.js-size-table--compact) tbody td:last-child {
    border-bottom: 0;
  }

  .js-size-table:not(.js-size-table--compact) tbody td::before {
    max-width: 68%;
    margin: 0 14px 0 0;
  }

  .js-size-table:not(.js-size-table--compact) tbody td:first-child::before {
    max-width: none;
    margin: 0 6px 0 0;
  }
}/* End custom CSS */