/** Shopify CDN: Minification failed

Line 209:0 Unexpected "}"

**/
/* Dilbeste Moda — product page variant picker & gallery */

/* PDP ana görseller: keskin, Full HD srcset */
media-gallery .product__media img,
.product__media-item .media img,
.product__media img {
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 750px) {
  .product__media-wrapper {
    overflow: hidden;
    isolation: isolate;
    z-index: 0;
  }

  /* Galeri sticky kalırsa benzer ürünlerin üstüne biniyor */
  .product--thumbnail media-gallery.product__column-sticky {
    position: relative;
    top: auto;
    z-index: 0;
  }

  /*
    Ana görsel: klasik e-ticaret dikey dikdörtgen (2:3).
    max-height + width:100% oranı bozup yataya çekiyordu — kaldırıldı.
  */
  .product--thumbnail .product-media-container,
  .product--thumbnail .product-media-container.constrain-height,
  .product--thumbnail .product-media-container.media-fit-cover,
  .product--thumbnail .product-media-container.media-fit-contain {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .product--thumbnail .product-media-container.media-fit-cover .product__modal-opener,
  .product--thumbnail .product-media-container .product__modal-opener {
    display: block;
    height: auto !important;
    max-height: none !important;
  }

  .product__media-item .product-media-container .media,
  .product--thumbnail .product-media-container .media,
  .product--thumbnail .product-media-container.media-fit-cover .media,
  .product--thumbnail .product-media-container.constrain-height .media {
    padding-top: 0 !important;
    aspect-ratio: 2 / 3 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    background: #f6f1ec;
    overflow: hidden;
  }

  .product__media-item .product-media-container .media img,
  .product__media-item .product__media img,
  .product--thumbnail .product-media-container .media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
}

/* Circular color image swatches */
.be-product-form__input--color-image {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.be-product-form__input--color-image .form__label {
  width: 100%;
  margin-bottom: 0.6rem;
}

.be-color-swatch-input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.be-color-swatch-label {
  --be-swatch-size: 5.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--be-swatch-size);
  height: var(--be-swatch-size);
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid rgba(var(--color-foreground), 0.15);
  cursor: pointer;
  margin: 0.4rem 0.8rem 0.4rem 0;
  padding: 0;
  background: rgb(var(--color-background));
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.be-color-swatch-label:hover {
  border-color: rgba(var(--color-foreground), 0.45);
}

.be-color-swatch-input:checked + .be-color-swatch-label,
.be-color-swatch-label--selected {
  border-color: rgb(var(--color-foreground));
  box-shadow: 0 0 0 1px rgb(var(--color-foreground));
}

.be-color-swatch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.be-color-swatch-fallback {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.be-color-swatch-input.visually-disabled + .be-color-swatch-label {
  opacity: 0.45;
}

/* Stoköz outfit (manken) swatches — renk daireleri ile aynı dil */
.be-outfit-swatches {
  margin: 1.2rem 0 0.4rem;
}

.be-outfit-swatches__heading {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
  color: rgba(var(--color-foreground), 0.75);
}

.be-outfit-swatches__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.4rem 0.2rem;
}

.be-outfit-swatch {
  --be-outfit-size: 5.6rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: calc(var(--be-outfit-size) + 0.4rem);
  text-decoration: none;
  color: rgb(var(--color-foreground));
  margin: 0 0.6rem 0.4rem 0;
}

.be-outfit-swatch__img,
.be-outfit-swatch__fallback {
  width: var(--be-outfit-size);
  height: var(--be-outfit-size);
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid rgba(var(--color-foreground), 0.15);
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--color-background));
}

.be-outfit-swatch:hover .be-outfit-swatch__img,
.be-outfit-swatch:hover .be-outfit-swatch__fallback {
  border-color: rgba(var(--color-foreground), 0.45);
}

.be-outfit-swatch__fallback {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.be-outfit-swatch__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}

/* Size — kare butonlar (denizbutik referans) */
.be-product-form__input--size input[type='radio'] + .be-size-label {
  border: 1px solid rgba(var(--color-foreground), 0.35);
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  min-height: 4.4rem;
  margin: 0.35rem 0.35rem 0.15rem 0;
  padding: 0.7rem 0.9rem;
  font-size: 1.25rem;
  letter-spacing: 0.04rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.be-product-form__input--size input[type='radio']:checked + .be-size-label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  border-color: rgb(var(--color-foreground));
}

.be-product-form__input--size input[type='radio'].be-size--off + .be-size-label,
.be-product-form__input--size input[type='radio'].disabled + .be-size-label {
  color: rgba(var(--color-foreground), 0.45);
  text-decoration: line-through;
  border-color: rgba(var(--color-foreground), 0.12);
}

.be-product-form__input--size input[type='radio'].be-size--off:checked + .be-size-label,
.be-product-form__input--size input[type='radio'].disabled:checked + .be-size-label {
  background-color: rgba(var(--color-foreground), 0.35);
  color: rgba(var(--color-background), 0.85);
}

.be-product-form__input--size input[type='radio']:not(.disabled):not(.be-size--off) + .be-size-label {
  text-decoration: none;
}

/* Gallery — hide media for other colors */
.be-media-hidden {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .be-color-swatch-label {
    --be-swatch-size: 5.2rem;
  }

  /*
    Sol dikey portrait thumbnail — denizbutik birebir:
    thumbs absolute left (110px), ana görsel margin-left 125px (~15px ara)
    oran: dikey dikdörtgen (3:4 — kareden biraz daha uzun)
  */
  .product--thumbnail .product__media-wrapper,
  .product--thumbnail media-gallery {
    position: relative;
  }

  .product--thumbnail media-gallery {
    display: block;
  }

  .product--thumbnail media-gallery > .thumbnail-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 110px;
    max-width: 110px;
    height: calc(100% - 5px);
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
  }

  .product--thumbnail media-gallery > .slider-mobile-gutter:not(.thumbnail-slider) {
    display: block;
    width: auto;
    margin: 0 0 0 125px;
    padding: 0;
    min-width: 0;
  }

  .product--thumbnail .thumbnail-slider .slider-button {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product--thumbnail .thumbnail-list {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px !important;
    margin: 0;
    width: 100%;
    height: auto;
    grid-template-columns: none !important;
    overflow: visible;
  }

  .product--thumbnail .thumbnail-list.slider--tablet-up,
  .product--thumbnail .thumbnail-list.slider {
    scroll-snap-type: none;
  }

  .product--thumbnail .thumbnail-list__item,
  .product--thumbnail .thumbnail-list__item.slider__slide {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    flex: 0 0 auto;
  }

  .product--thumbnail .thumbnail-list__item::before {
    padding-bottom: 133.333%; /* 3:4 portrait */
  }

  .product--thumbnail .thumbnail {
    border-radius: 0;
    border: 1px solid #eee;
    aspect-ratio: 3 / 4 !important;
  }

  .product--thumbnail .thumbnail[aria-current] {
    box-shadow: inset 0 0 0 2px #111;
  }

  .product--thumbnail .product__media-list {
    margin: 0;
    padding: 0;
  }

  /* contain + auto margin ana görseli ortalayıp boşluk yaratıyordu — kapat */
  .product--thumbnail .product-media-container.constrain-height {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }

  .product--thumbnail .product-media-container.constrain-height.media-fit-contain {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }

  .product--thumbnail .product__media-item .product__media,
  .product--thumbnail .product__media-item .media {
    width: 100%;
    aspect-ratio: 2 / 3 !important;
    height: auto !important;
    padding-top: 0 !important;
  }

  .product--thumbnail .product__media-item .product__media img,
  .product--thumbnail .product__media-item .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}

/* Thumbnail portrait (dikey dikdörtgen) */
.product .thumbnail-list .thumbnail,
.product .product__media-list .thumbnail {
  aspect-ratio: 3 / 4 !important;
  border-radius: 0;
  overflow: hidden;
}

.product .thumbnail-list .thumbnail img,
.product .product__media-list .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.product .thumbnail-list__item::before {
  padding-bottom: 133.333% !important;
}

/* Ürün özellikleri — masaüstü sekmeler / mobil accordion (denizbutik referansı) */
.be-product-tabs {
  margin: 1.6rem 0 0;
  border-top: 1px solid #e8e8e8;
  padding-top: 0;
}

.be-product-tabs__tab {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  margin: 0;
  padding: 0.85rem 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #777;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.be-product-tabs__tab:hover {
  color: #111;
}

.be-product-tabs__tab[aria-selected='true'] {
  color: #111;
  border-bottom-color: var(--be-gold, #9a7340);
}

.be-product-tabs__plus {
  display: none;
}

.be-product-tabs__panel {
  display: none;
  font-size: 1.35rem;
  line-height: 1.65;
  color: #333;
}

.be-product-tabs__panel.is-active {
  display: block;
}

.be-product-tabs__panel.rte p:first-child {
  margin-top: 0;
}

.be-product-tabs__panel.rte p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .be-product-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
    column-gap: 0;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: visible;
  }

  .be-product-tabs__item {
    display: contents;
  }

  .be-product-tabs__tab {
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.7rem 0.15rem 0.65rem;
    font-size: clamp(0.65rem, 1.2vw, 0.78rem);
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    overflow: visible;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
  }

  .be-product-tabs__tab[aria-selected='true'] {
    color: #111;
    border-bottom-color: var(--be-gold, #9a7340);
  }

  .be-product-tabs__panel {
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
    padding: 1rem 0 0.25rem;
    border-top: 0;
  }
}

/* WhatsApp / Telefon sipariş CTA */
.be-product-order-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin: 1rem 0 0.25rem;
  padding: 0.85rem 0 0.25rem;
  border-top: 1px solid #eee;
}

.be-product-order-cta__sku {
  margin: 0;
  font-size: 0.8125rem;
  color: #666;
  flex: 0 1 auto;
  min-width: 0;
}

.be-product-order-cta__sku span {
  color: #222;
  font-weight: 600;
}

.be-product-order-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.be-product-order-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  border: 1.5px solid;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.be-product-order-cta__btn--wa {
  border-color: #25d366;
  color: #128c7e;
}

.be-product-order-cta__btn--wa:hover {
  background: #f0fff6;
  color: #075e54;
}

.be-product-order-cta__btn--phone {
  border-color: #e53935;
  color: #c62828;
}

.be-product-order-cta__btn--phone:hover {
  background: #fff5f5;
  color: #b71c1c;
}

/* Masaüstü: görsel altında ortala; sağ köşe değil */
.be-product-order-cta--under-media {
  justify-content: center;
  text-align: center;
}

.be-product-order-cta--under-media .be-product-order-cta__sku {
  width: 100%;
  text-align: center;
  margin-bottom: 0.15rem;
}

.be-product-order-cta--under-media .be-product-order-cta__actions {
  margin-left: 0;
  justify-content: center;
}

/* Varsayılan: mobil yerleşimi gizle (masaüstünde görsel altı kullanılır) */
.be-product-order-cta--before-delivery {
  display: none;
}

@media screen and (max-width: 749px) {
  /* Mobil: görsel altındakini gizle; tahmini teslimat üstünü göster */
  .be-product-order-cta--under-media {
    display: none !important;
  }

  .be-product-order-cta--before-delivery {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0.85rem 0 0.65rem;
    padding: 0.75rem 0 0.15rem;
  }

  .be-product-order-cta--before-delivery .be-product-order-cta__actions {
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .be-product-order-cta--before-delivery .be-product-order-cta__btn {
    white-space: normal;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.55rem 0.45rem;
  }
}

@media screen and (min-width: 990px) {
  .product.grid {
    align-items: start;
  }

  .product__info-wrapper {
    padding-bottom: 0;
  }

  product-recommendations.related-products,
  .related-products {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    margin-top: 0;
  }

  .related-products__heading {
    margin-bottom: 1.5rem;
  }
}

/* Premium buy buttons */
.be-product-buy .product-form__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.be-product-buy .product-form__submit {
  margin-bottom: 0;
  min-height: 4.8rem;
  border-radius: 2px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.be-product-buy .product-form__submit.button--secondary {
  background: #fff;
  color: #111;
  border: 1.5px solid #111;
  box-shadow: none;
}

.be-product-buy .product-form__submit.button--secondary:hover:not([disabled]):not([aria-disabled='true']) {
  background: #111;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.be-product-buy .shopify-payment-button {
  margin-top: 0;
}

.be-product-buy .shopify-payment-button__button {
  min-height: 4.8rem !important;
  border-radius: 2px !important;
  font-size: 1.15rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.be-product-buy .shopify-payment-button__button--unbranded {
  background-color: #9a7340 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(154, 115, 64, 0.28);
}

.be-product-buy .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: #7d5c33 !important;
  transform: translateY(-1px);
}

/* =========================================================
   MOBİL ÜRÜN GALERİSİ
   - Thumbnail yok; sağa/sola kaydırınca görsel değişir
   - Ana görsel 3:4, ekranı taşmaz
   - Özellikler accordion
   - Bedenler 4’lü eşit ızgara
   ========================================================= */
@media screen and (max-width: 749px) {
  .product .thumbnail-slider,
  .product--thumbnail .thumbnail-slider,
  .product--mobile-show .thumbnail-slider,
  .product--mobile-columns .thumbnail-slider {
    display: none !important;
  }

  .slider-mobile-gutter { padding-left: 0 !important; padding-right: 0 !important; }
  .product__media-list.grid--peek.slider--mobile,
  .product__media-list.slider--mobile { margin: 0 !important; }

  .product__media-list.slider--mobile .product__media-item,
  .product__media-list.grid--peek.slider--mobile .grid__item {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    scroll-snap-align: center;
  }
  .product__media-list.grid--peek.slider .product__media-item:first-of-type { margin-left: 0 !important; }
  .product__media-list.grid--peek.slider::after { display: none !important; content: "" !important; margin: 0 !important; }

  #Slider-Gallery .product-media-container,
  .product__media-item .product-media-container,
  .product-media-container.constrain-height,
  .product-media-container.constrain-height.media-fit-contain,
  .product-media-container.media-fit-contain,
  .product-media-container.media-fit-cover {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: auto !important;
  }

  .product__media-item .product-media-container .media {
    padding-top: 0 !important;
    aspect-ratio: 3 / 4 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 0;
    background: #f6f1ec;
    overflow: hidden;
  }

  .product__media-item .product-media-container .media img,
  .product__media-item .product__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .product__media-list ~ .slider-buttons,
  .product .slider-buttons {
    margin-top: 8px;
  }

  .product__media-toggle,
  .product__media-toggle::after {
    pointer-events: none;
  }

  media-gallery .product__media img {
    cursor: grab;
  }

  .product__media-list.slider--mobile,
  .product__media-list.grid--peek.slider--mobile {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-media-container,
  .product-media-container .product__modal-opener,
  .product-media-container .media,
  .product__media-list.slider--mobile {
    touch-action: pan-y pan-x;
  }

  /* Beden: 4 sütun, eşit kare */
  .be-product-form__input--size {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .be-product-form__input--size > .form__label,
  .be-product-form__input--size > legend {
    flex: 1 0 100%;
    margin: 0 0 2px;
  }

  .be-product-form__input--size.product-form__input--pill input[type='radio'] + label.be-size-label,
  .be-product-form__input--size input[type='radio'] + .be-size-label {
    flex: 1 1 calc(25% - 8px);
    max-width: calc(25% - 8px);
    min-width: 0;
    width: auto;
    margin: 0;
    min-height: 4.4rem;
    padding: 0.8rem 0.2rem;
    border-radius: 6px;
    box-sizing: border-box;
  }

  /* Özellikler: açılır kapanır */
  .be-product-tabs {
    border-top: 1px solid #e4e4e4;
    margin-top: 1.8rem;
    padding-top: 0;
  }

  .be-product-tabs__item {
    display: block;
    border-bottom: 1px solid #e4e4e4;
  }

  .be-product-tabs__tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    white-space: normal;
    padding: 1.15rem 0;
    margin: 0;
    border-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #111;
  }

  .be-product-tabs__tab[aria-selected='true'] {
    border-bottom-color: transparent;
  }

  .be-product-tabs__plus {
    display: block;
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
  }

  .be-product-tabs__plus::before,
  .be-product-tabs__plus::after {
    content: '';
    position: absolute;
    background: #111;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .be-product-tabs__plus::before {
    width: 1.4rem;
    height: 1.5px;
  }

  .be-product-tabs__plus::after {
    width: 1.5px;
    height: 1.4rem;
  }

  .be-product-tabs__tab[aria-expanded='true'] .be-product-tabs__plus::after {
    display: none;
  }

  .be-product-tabs__panel {
    padding: 0 0 1.2rem;
    font-size: 1.3rem;
  }
}

.be-product-features .pd-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin: 0.8rem 0 0.35rem;
}

.be-product-features .pd-title:first-child {
  margin-top: 0;
}

.be-product-features ul {
  margin: 0;
  padding-left: 1.4rem;
}

.be-size-chart-wrap {
  margin: 1.4rem 0 0;
  padding-top: 0.2rem;
}

.be-size-chart__heading {
  margin: 0 0 0.8rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.be-size-chart .be-size-chart {
  margin: 0;
}

.be-size-chart .size-table,
.be-size-chart-wrap table.size-table,
.be-size-chart-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.15rem;
}

.be-size-chart-wrap th,
.be-size-chart-wrap td {
  border: 1px solid #e4d9d0;
  text-align: center;
  padding: 0.55rem 0.35rem;
}

.be-size-chart-wrap thead th {
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
}

.be-size-chart-wrap tbody th {
  background: #f6f1ec;
  color: #1a1a1a;
  text-align: left;
  font-weight: 700;
}

.be-size-chart-wrap .size-note {
  margin: 0.6rem 0 0;
  font-size: 1.1rem;
  color: #666;
}
