.product {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  list-style: none !important;
  gap: 0px !important;
}
.product .onsale {
  display: none !important;
}
.product .woocommerce-product-gallery {
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
  border-radius: 20px !important;
}
.product .woocommerce-product-gallery .flex-viewport {
  border-radius: 20px !important;
  margin-bottom: 20px !important;
  max-width: max(500px, -220px + 100vh) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.product .woocommerce-product-gallery .flex-control-nav li {
  width: calc(20% - 8px) !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.product .woocommerce-product-gallery .flex-control-nav li img {
  border-radius: 20px !important;
}
.product .woocommerce-product-gallery .flex-control-nav li:first-child {
  margin-left: 0 !important;
}
.product .woocommerce-product-gallery .flex-control-nav li:last-child {
  margin-right: 0 !important;
}
.product .woocommerce-product-gallery .flex-control-nav li:nth-child(4n+1) {
  clear: none !important;
}
.product .summary {
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
  margin: 15px 0;
}
.product .summary .product_title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Archivo";
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.product .summary .woocommerce-Price-amount {
  padding-bottom: 3px !important;
  font-size: 20px !important;
  color: #0e1b4d !important;
  font-family: "Questrial" !important;
  font-weight: normal !important;
}
.product .summary ins {
  background: none;
}
.product .summary del .woocommerce-Price-amount {
  font-size: 16px !important;
  color: rgba(14, 27, 77, 0.7490196078) !important;
  margin-left: 0px !important;
  margin-right: 10px;
}
.product .summary .in-stock {
  color: #a938ff !important;
}
.product .summary .variations .label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7490196078);
}
.product .summary .variations .label label {
  font-weight: normal !important;
}
.product .summary .variations #pa_color {
  display: none;
}
.product .summary .variations .swatch {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
}
.product .summary .variations .swatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.product .summary .variations .swatch.selected img {
  border: 3px solid;
}
.product .summary .variations .swatch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  position: relative;
}
.product .summary .quantity-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7490196078);
  font-weight: normal;
  margin-bottom: 3px;
}
.product .summary div.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  width: 142px;
  justify-content: space-evenly;
  height: 47px;
}
.product .summary div.quantity input.qty {
  background: transparent;
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  height: 100%;
}
.product .summary div.quantity .minus, .product .summary div.quantity .plus {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product .summary div.quantity .minus svg, .product .summary div.quantity .plus svg {
  width: 12px;
  height: 12px;
  fill: #333;
  transition: fill 0.2s ease;
}
.product .summary div.quantity .minus:hover svg, .product .summary div.quantity .plus:hover svg {
  fill: #a020f0;
}
.product .summary .woocommerce-product-details__short-description {
  line-height: 1.8 !important;
  color: rgba(0, 0, 0, 0.75) !important;
}
.product .summary button.single_add_to_cart_button {
  background: #a938ff;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 30px;
  cursor: pointer;
  width: 100%;
  height: 47px;
  text-align: center;
  margin-top: 10px;
}
.product .free-shipping-progress {
  margin: 20px 0;
}
.product .free-shipping-progress p {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.product .free-shipping-progress .progress-bar {
  background: #e5e7eb;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.product .free-shipping-progress .progress-bar span {
  display: block;
  height: 100%;
  background: #8b5cf6;
  transition: width 0.3s ease;
}
.product .features {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  flex-direction: row;
  margin: 25px 0;
  padding: 0;
}
.product .feature-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33%;
}
.product .feature-item svg {
  margin-bottom: 10px;
  height: 30px;
  width: 30px;
}
.product .feature-item span {
  font-size: 16px;
  text-align: center;
  line-height: 1.4 !important;
  color: rgba(0, 0, 0, 0.75) !important;
  font-weight: normal;
}

/* Non-Mobile Styles Above 750px */
@media (min-width: 751px) {
  .woocommerce-product-gallery {
    width: calc(55% - 14px) !important;
    margin-bottom: 0;
  }
  .woocommerce-product-gallery .flex-viewport {
    max-width: max(500px, -220px + 100vh) !important;
  }
  .summary {
    max-width: 45% !important;
    width: calc(45% - 14px) !important;
    padding: 0 0 0 50px !important;
  }
}
/* Mobile Styles Below 750px */
@media (max-width: 750px) {
  .product {
    display: block !important;
  }
  .product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
  }
  .product .woocommerce-product-gallery .flex-viewport {
    max-width: calc(50px + 100vw) !important;
  }
  .product .summary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
/* Mobile Styles Below 420px */
@media (max-width: 420px) {
  .product .features {
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
  }
}/*# sourceMappingURL=pdp.css.map */