@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Regular.subset.woff2") format("woff2"), url("../fonts/CeraPro-Regular.subset.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Bold.subset.woff2") format("woff2"), url("../fonts/CeraPro-Bold.subset.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --wd-alternative-font: "Cera Pro", sans-serif !important;
  --wd-entities-title-font: "Cera Pro", sans-serif !important;
  --wd-header-el-font: "Cera Pro", sans-serif !important;
  --wd-text-font: "Cera Pro", sans-serif !important;
  --wd-title-font: "Cera Pro", sans-serif !important;
  --wd-widget-title-font: "Cera Pro", sans-serif !important;
}

.single-product .wd-page-content.main-page-wrapper {
  background-color: white;
}

.wd-products .product-image-link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wd-products .product-image-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

form.cart .quantity {
  display: none;
}

.stock.in-stock.wd-style-default {
  display: none;
}

.summary-inner.wd-set-mb.reset-last-child {
  padding: 0 1.5em;
}
@media (max-width: 767px) {
  .summary-inner.wd-set-mb.reset-last-child {
    padding: inherit;
  }
}

.value-propositions {
  text-align: center;
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.value-item {
  flex: 1;
  padding: 0 20px;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .value-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #ddd;
  }
}

.value-item-heading {
  color: #1b3948;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.value-item-text {
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.shop-banner-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 0 15px;
}

.shop-banner {
  width: 100%;
  height: auto;
}

.banner-text {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}

.banner-text h2 {
  margin-bottom: 10px;
  font-size: 32px;
}

.banner-text p {
  font-size: 18px;
}

.error-message {
  margin: 1em 0;
  color: #dc3545;
}

.success-message {
  margin: 1em 0;
  color: #198754;
}

button.disabled,
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.watch-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.watch-buttons .button {
  flex: 1;
  width: 100%;
}

/*
 * Alta pay start
 */
.altapay_page_main {
  grid-column: span 12;
}

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