:root {
  --container_width: 1280px;
  --container_padding: 30px;
}
@media (max-width: 767px) {
  :root {
    --container_padding: 20px;
  }
}

.variations {
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
}
.variations tbody, .variations tr, .variations th, .variations td {
  display: block;
}
.variations tr {
  display: flex;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  margin-bottom: 20px;
}
.variations tr:nth-last-child(1) {
  margin-bottom: 0;
}
.variations th {
  line-height: 1.4;
  margin-bottom: 5px;
}
.variations th label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
}
.variations .value .hidden {
  display: none !important;
}
.variations .value .variation-swatches > div {
  position: relative;
  overflow: hidden;
}
.variations .value .variation-swatches > div.out-of-stock {
  cursor: not-allowed;
}
.variations .value .variation-swatches > div.out-of-stock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: red;
}
.variations .value .variation-swatches--image {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.variations .value .variation-swatches--image .swatch-image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #c01a2c;
  transition: 0.3s;
  cursor: pointer;
}
.variations .value .variation-swatches--image .swatch-image:not(.out-of-stock).active, .variations .value .variation-swatches--image .swatch-image:not(.out-of-stock):hover {
  border-color: #c01a2c;
}
.variations .value .variation-swatches--image .swatch-image img {
  padding: 2px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variations .value .variation-swatches--label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.variations .value .variation-swatches--label .swatch-label {
  padding: 8px 10px;
  border: 1px solid black;
  transition: 0.3s;
  color: black;
  font-size: 1.4rem;
  line-height: 2.2rem;
  cursor: pointer;
  border-radius: 8px;
}
.variations .value .variation-swatches--label .swatch-label:not(.out-of-stock).active, .variations .value .variation-swatches--label .swatch-label:not(.out-of-stock):hover {
  border-color: #c01a2c;
  color: #c01a2c;
}

.woocommerce-variation-description {
  display: none !important;
}

/*# sourceMappingURL=sct-swatches-frontend.css.map */
