.elementor-3275 .elementor-element.elementor-element-8993665{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0ab1191 */.slux-size-guide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0 20px;
  background: transparent;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  box-sizing: border-box;
}

.slux-size-guide h2 {
  margin: 0;
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: clamp(7px, 1.5vw, 16px);
  line-height: 1.1;
}

.sg-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.sg-subtitle span {
  width: 75px;
  height: 1px;
  background: #777;
}

.sg-subtitle p {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #555;
}

.sg-product-name {
  display: inline-block;
  margin: 15px 0 18px;
  padding: 8px 28px;
  border-radius: 9px;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 6px;
}

.sg-table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  border: 1px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
}

.sg-table-wrap table {
  width: 100%;
  margin-bottom: 0 !important;
  border-collapse: collapse;
  table-layout: fixed;
}

.sg-table-wrap th,
.sg-table-wrap td {
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  text-align: center !important;
  vertical-align: middle;
}

.sg-table-wrap th:last-child,
.sg-table-wrap td:last-child {
  border-right: none;
}

.sg-table-wrap tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 14px !important;
}

.sg-table-wrap th {
  padding: 14px 6px 12px;
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 4px;
}

.sg-table-wrap th small {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3px;
}

.sg-table-wrap td {
  padding: 14px 6px;
  height: auto;
  font-size: 19px;
  font-weight: 500;
}

.sg-table-wrap td:first-child {
  font-size: 20px;
  font-weight: 800;
}

.sg-table-wrap td span {
  font-size: 9px;
  letter-spacing: 2px;
  margin-left: 3px;
}

.sg-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.sg-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 12px;
  text-align: left;
  border-right: 1px solid #aaa;
}

.sg-info-item:last-child {
  border-right: none;
}

.sg-icon {
  font-size: 32px;
  line-height: 1;
}

.sg-info-item h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.sg-info-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #111;
}

/* Tablet */
@media (max-width: 1024px) {
  .slux-size-guide h2 {
    font-size: 32px;
    letter-spacing: 12px;
  }

  .sg-subtitle p {
    font-size: 9px;
  }

  .sg-product-name {
    font-size: 13px;
  }

  .sg-table-wrap th {
    font-size: 13px;
  }

  .sg-table-wrap td {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .slux-size-guide {
    padding: 14px 0 18px;
  }

  .slux-size-guide h2 {
    font-size: 23px;
    letter-spacing: 6px;
  }

  .sg-subtitle {
    gap: 8px;
    margin-top: 12px;
  }

  .sg-subtitle span {
    width: 30px;
  }

  .sg-subtitle p {
    font-size: 8px;
    letter-spacing: 2.5px;
  }

  .sg-product-name {
    margin: 13px 0 15px;
    padding: 7px 15px;
    font-size: 11px;
    letter-spacing: 3px;
  }

  .sg-table-wrap {
    border-radius: 8px;
  }

  .sg-table-wrap th {
    padding: 11px 3px 9px;
    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .sg-table-wrap th small {
    margin-top: 5px;
    font-size: 7px;
    letter-spacing: 1px;
  }

  .sg-table-wrap td {
    padding: 11px 3px;
    font-size: 16px;
  }

  .sg-table-wrap tbody tr:last-child td {
    padding-bottom: 11px !important;
  }

  .sg-table-wrap td:first-child {
    font-size: 16px;
  }

  .sg-table-wrap td span {
    font-size: 8px;
    letter-spacing: 1px;
    margin-left: 1px;
  }

  .sg-info {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 16px;
  }

  .sg-info-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: none;
    padding: 0 5px;
  }

  .sg-info-item:last-child {
    border-right: none;
  }

  .sg-icon {
    font-size: 20px;
  }

  .sg-info-item h4 {
    margin: 0 0 3px;
    font-size: 9px;
    letter-spacing: 0.6px;
    line-height: 1.2;
  }

  .sg-info-item p {
    font-size: 8px;
    line-height: 1.35;
  }
}/* End custom CSS */