.additional-attributes .additional-attributes__title {
  font-family: var(--e-global-typography-1ba490d-font-family), Sans-serif;
  font-size: var(--e-global-typography-1ba490d-font-size);
  font-weight: var(--e-global-typography-1ba490d-font-weight);
  line-height: var(--e-global-typography-1ba490d-line-height);
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.additional-attributes .additional-attributes__box {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .additional-attributes .additional-attributes__box .additional-attributes__box__options {
    grid-template-columns: 1fr;
  }
}
.additional-attributes .additional-attributes__box .additional-attributes__box__options .additional-attributes__box__options__item label {
  font-family: "Urbanist", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  margin-bottom: 0.5rem;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__options .additional-attributes__box__options__item select {
  font-family: var(--e-global-typography-b470168-font-family), Sans-serif;
  font-size: 16px;
  color: #000000;
  border: 1px solid #dddddd;
  border-radius: 32px;
  padding: 0.5rem 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 384 512"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path fill="%23013168" d="M180.7 475.3c6.2 6.2 16.4 6.2 22.6 0l176-176c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L208 425.4 208 48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 377.4L27.3 276.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l176 176z"/></svg>') no-repeat right 0.75rem center;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper .additional-attributes__box__addtocart_wrapper__qty label {
  font-family: "Urbanist", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  margin-bottom: 0.5rem;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper .additional-attributes__box__addtocart_wrapper__qty .additional-attributes__box__addtocart_wrapper__qty__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #dddddd;
  border-radius: 32px;
  padding: 0.2rem 0.4rem;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper .additional-attributes__box__addtocart_wrapper__qty .additional-attributes__box__addtocart_wrapper__qty__content button {
  background-color: transparent;
  border: 1px solid #aaaaaa;
  outline: none;
  color: #aaaaaa;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-shadow: none;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 0;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper .additional-attributes__box__addtocart_wrapper__qty .additional-attributes__box__addtocart_wrapper__qty__content input[type=number] {
  -moz-appearance: textfield;
  border: none;
  text-align: center;
  width: 50px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper .additional-attributes__box__addtocart_wrapper__qty .additional-attributes__box__addtocart_wrapper__qty__content input[type=number]::-webkit-inner-spin-button, .additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper .additional-attributes__box__addtocart_wrapper__qty .additional-attributes__box__addtocart_wrapper__qty__content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.additional-attributes .additional-attributes__box .additional-attributes__box__addtocart_wrapper .additional-attributes__box__addtocart_wrapper__button {
  background-color: var(--e-global-color-secondary);
}

.product-unavailable > p {
  font-weight: 600;
  color: #ffffff;
  background: var(--e-global-color-secondary);
  padding: 0.5rem 1rem;
  border-radius: 22px;
  font-size: 14px;
  display: inline-block;
}

#oxo-addtocart-btn.loading .spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
  transform-origin: center;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#oxo-addtocart-btn .spinner {
  display: none;
}

.additional-attributes__box__variations {
  margin-bottom: 1rem;
}
.additional-attributes__box__variations label {
  font-family: "Urbanist", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  margin-bottom: 0.5rem;
}
.additional-attributes__box__variations select {
  font-family: var(--e-global-typography-b470168-font-family), Sans-serif;
  font-size: 16px;
  color: #000000;
  border: 1px solid #dddddd;
  border-radius: 32px;
  padding: 0.5rem 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 384 512"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path fill="%23013168" d="M180.7 475.3c6.2 6.2 16.4 6.2 22.6 0l176-176c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L208 425.4 208 48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 377.4L27.3 276.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l176 176z"/></svg>') no-repeat right 0.75rem center;
}

.oxo-attributes-wrapper .oxo-attributes-grid__title {
  font-family: var(--e-global-typography-cb8eec1-font-family), Sans-serif;
  font-size: var(--e-global-typography-cb8eec1-font-size);
  font-weight: var(--e-global-typography-cb8eec1-font-weight);
  line-height: var(--e-global-typography-cb8eec1-line-height);
  margin-bottom: 1rem;
  color: var(--e-global-color-primary);
}
.oxo-attributes-wrapper .oxo-attributes-grid {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  row-gap: 1rem;
}
.oxo-attributes-wrapper .oxo-attributes-grid .oxo-attributes-grid__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.oxo-attributes-wrapper .oxo-attributes-grid .oxo-attributes-grid__item:not(:last-child) {
  border-right: 1px solid #eeeeee;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.oxo-attributes-wrapper .oxo-attributes-grid .oxo-attributes-grid__item span {
  font-family: "Urbanist", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.oxo-attributes-wrapper .oxo-attributes-grid .oxo-attributes-grid__item div {
  font-family: var(--e-global-typography-b470168-font-family), Sans-serif;
  font-size: 14px;
  color: #666666;
}
.oxo-attributes-wrapper .oxo-attributes-grid .oxo-attributes-grid__item div a {
  color: var(--e-global-color-secondary);
}

.oxo-informations-product-list {
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .oxo-informations-product-list {
    margin-left: 0;
  }
}
.oxo-informations-product-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oxo-informations-product-list ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
.oxo-informations-product-list ul li:last-child {
  border-bottom: none;
}
.oxo-informations-product-list ul li .information-label {
  font-family: "Urbanist", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  margin-bottom: 0.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  width: 200px;
  flex-shrink: 0;
}
.oxo-informations-product-list ul li .information-value {
  font-family: var(--e-global-typography-b470168-font-family), Sans-serif;
  font-size: 14px;
  color: #666666;
  text-align: right;
}
.oxo-informations-product-list ul li .information-value p {
  margin: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1) {
  clear: none;
}
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+1) {
  clear: left;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
  width: 14%;
  margin-right: 2.5%;
  float: left;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n) {
  margin-right: 0;
}

/*# sourceMappingURL=woocommerce_product.css.map */
