<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-info span.amount {
  color: #d40000;
}
.dns-option {
  display: block;
  margin: 0px auto 7px;
}

.dns-option &gt; label {
  display: block;
  font-weight: 700;
}

.dns-option .woocommerce-input-wrapper input {
  position: absolute;
  visibility: hidden;
}

.dns-option .woocommerce-input-wrapper label {
  display: inline-block !important;
  padding: 6px 10px;
  border: solid 1px #f1f1f1;
  margin-right: 5px;
  min-width: 80px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.2;
  border-radius: 4px;

  -webkit-transition: all 0.3s 0.01s ease-in;
  -moz-transition: all 0.3s 0.01s ease-in;
  -o-transition: all 0.3s 0.01s ease-in;
  transition: all 0.3s 0.01s ease-in;
}
.dns-option .woocommerce-input-wrapper label:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.dns-option .woocommerce-input-wrapper input:checked + label {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}
.sticky-add-to-cart--active .dns-option .woocommerce-input-wrapper label {
  padding: 2px 3px;
  min-width: 40px;
}
.dns-warning {
  display: none;
}
@media screen and (max-width: 550px) {
  .sticky-add-to-cart--active .dns-option {
    display: none;
  }
  .sticky-add-to-cart--active .dns-warning {
    display: block;
  }
}

#size-chart-btn {
  text-decoration: underline;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  padding-left: 36px;
  cursor: pointer;
  background-image: url(../image/icon_size_chart.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin-bottom: 15px;
}
#size-chart-btn a:hover {
  color: #000;
}

.VariationColor__Wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin-top: 8px;
  margin-top: 8px;
}
.VariationColor__wrapper--variable {
  margin-bottom: 24px;
  margin-bottom: 0px;
}
[role="button"] {
  cursor: pointer;
}
.VariationColor__swatch--item {
  height: 32px;
  height: 32px;
  width: 32px;
  width: 32px;
  margin-right: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.ColorSwatch__selectedLight {
  position: relative;
}
.ColorSwatch__colorSwatch {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border: 2px solid transparent;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ColorSwatch__tick {
  width: 50%;
  height: 50%;
}

.ColorSwatch__selected:after,
.ColorSwatch__selectedLight:after {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 50%;
  content: "";

  border: 2px solid #fff;
}
.ColorSwatch__colorSwatch {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border: 2px solid transparent;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ColorSwatch__selectedLight.ColorSwatch__bordered--white {
  border: 2px solid #40354e;
}
.ColorSwatch__bordered--white {
  border: 2px solid #f2f2f6;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  box-shadow: unset;
  border: #e2e2e2 1px solid;
  border-radius: 3px;
}
</pre></body></html>