.product-variant-options {
  visibility: visible;
}
.product-variant-options .splide__list {
  display: flex !important;
}
.product-variant-options .splide__slide {
  flex: 1;
  padding: 5px 0;
}
.product-variant-options .splide__slide:first-child:last-child {
  flex: unset;
  padding-left: 4px;
  padding-right: 0;
}
.product-variant-options .splide__slide:first-child:last-child:has(input.disabled) label::after {
  border-radius: 100%;
}
.product-variant-options .splide__slide:first-child:last-child label {
  display: inline-block;
}
.product-variant-options .splide__slide:first-child:last-child label::before {
  content: unset;
}
.product-variant-options .splide__slide:first-child:last-child label div {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  border: 4px solid #fff;
}
.product-variant-options .splide__slide:first-child:last-child label::after {
  width: 98%;
}
.product-variant-options .splide__slide:first-child:not(:last-child) {
  padding-left: 5px;
}
.product-variant-options .splide__slide:first-child:not(:last-child) input:checked + label::before {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.product-variant-options .splide__slide:first-child:not(:last-child):has(input.disabled) label::after {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.product-variant-options .splide__slide:first-child:not(:last-child):has(input.disabled) label::before {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.product-variant-options .splide__slide:first-child:not(:last-child) label div {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.product-variant-options .splide__slide label {
  position: relative;
  cursor: pointer;
}
.product-variant-options .splide__slide label div {
  padding: 7px 10px;
  border-left: 0.5px solid #eee;
  border-right: 0.5px solid #eee;
}
.product-variant-options .splide__slide:not(:first-child):not(:last-child) label div {
  border-radius: 0;
}
.product-variant-options .splide__slide:last-child:not(:first-child) {
  padding-right: 5px;
}
.product-variant-options .splide__slide:last-child:not(:first-child) input:checked + label::before {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product-variant-options .splide__slide:last-child:not(:first-child):has(input.disabled) label::after {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product-variant-options .splide__slide:last-child:not(:first-child):has(input.disabled) label::before {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product-variant-options .splide__slide:last-child:not(:first-child) label div {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product-variant-options .splide__slide:has(input.disabled) label {
  position: relative;
  display: block;
}
.product-variant-options .splide__slide:has(input.disabled) label::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC43ODciIGhlaWdodD0iMjQuNzg3IiB2aWV3Qm94PSIwIDAgMjQuNzg3IDI0Ljc4NyI+CiAgPGcgaWQ9ImNyb3NzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjM5NCAyLjM5NCkiIG9wYWNpdHk9IjAuNSI+CiAgICA8cGF0aCBpZD0iTGluZV82IiBkYXRhLW5hbWU9IkxpbmUgNiIgZD0iTS41LjUsMTkuNjMsMTkuNjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjA2NSAtMC4wNjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI0Ii8+CiAgICA8cGF0aCBpZD0iTGluZV82X0NvcHkiIGRhdGEtbmFtZT0iTGluZSA2IENvcHkiIGQ9Ik0tMy4zNy41LTIyLjUsMTkuNjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjkzNSAtMC4wNjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI0Ii8+CiAgPC9nPgo8L3N2Zz4K);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-variant-options .splide__slide:has(input.disabled) div {
  opacity: 0.3;
}
.product-variant-options .splide__slide.long-variant-value:first-child:last-child {
  flex: 1;
}
.product-variant-options .splide__slide.long-variant-value:first-child:last-child label {
  display: block;
}
.product-variant-options .splide__slide.long-variant-value:first-child:last-child label div {
  width: auto;
  height: auto;
  border-radius: 30px;
}
.product-variant-options input.hidden {
  display: none;
}
.product-variant-options input.disabled + label::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
.product-variant-options input.disabled + label div {
  opacity: 0.3;
}
.product-variant-options input:checked + label {
  position: relative;
  display: block;
}
.product-variant-options input:checked + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  box-shadow: 1px 1px 2px 0 #a3a3a3;
  z-index: 4;
  border: 5px solid #fff;
  border-radius: 6px;
}
.product-variant-options input:checked + label div {
  position: relative;
}
.product-variant-options input:checked.disabled + label {
  display: block;
}
.product-variant-options input:checked.disabled + label::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}

.product-variant-options.denominations label div {
  background-color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}

.product-variant-options.hand label div {
  background-color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  width: 100%;
}
.product-variant-options.hand label {
  flex: 1;
}
.product-variant-options.hand .splide__slide:first-child:not(:last-child) {
  padding-left: 0;
}
.product-variant-options.hand .splide__slide input:checked + label div {
  background-color: #333;
  color: #fff;
}
.product-variant-options.hand .splide__slide input:checked + label::before {
  content: unset;
}
.product-variant-options.hand .splide__slide div {
  font-weight: 700;
}
.product-variant-options.hand .splide__slide {
  flex: 1;
}

.product-variant-options.material label div {
  background-color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}

.product-variant-options.size label div {
  background-color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}
.product-variant-options.size .splide__slide:first-child:not(:last-child) {
  padding-left: 0;
}
.product-variant-options.size .splide__slide input:checked + label div {
  background-color: #333;
  color: #fff;
}
.product-variant-options.size .splide__slide input:checked + label::before {
  content: unset;
}
.product-variant-options.size .splide__slide div {
  font-weight: 700;
}

.product-variant-options__swatch {
  height: 45px;
  cursor: pointer;
  width: 100%;
}

.product-variant-options__swatch.no-meta {
  background-color: #c8c8c8;
}

.product-variant-option__name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .product-variant-option__name {
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  .product-variant-options {
    padding: 0 15px;
  }
  .product-variant-options .splide__slide:first-child {
    padding-left: 2rem;
  }
  .product-variant-options .splide__slide:last-child {
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .product-variant-options .splide__slide:first-child:not(:last-child) {
    padding-left: 3px;
  }
  .product-variant-options .splide__slide {
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=snippet-product-variant-options.min.css.map */
