.assoluto-product {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  color: #111;
}
@media (max-width: 900px) {
  .assoluto-product {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}
.assoluto-product__media {
  position: sticky;
  top: 24px;
  min-width: 0;
}
@media (max-width: 900px) {
  .assoluto-product__media {
    position: relative;
  }
}
.assoluto-product__media .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0;
}
.assoluto-product__media .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.assoluto-product__media .woocommerce-product-gallery img {
  border-radius: 24px;
}
.assoluto-product__media .woocommerce-product-gallery__image a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.assoluto-product__media .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 16px;
  right: 16px;
}
.assoluto-product__media .flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 0 !important;
  padding: 0;
  list-style: none;
}
.assoluto-product__media .flex-control-thumbs li {
  width: 72px !important;
  margin: 0 !important;
  float: none !important;
  list-style: none;
}
.assoluto-product__media .flex-control-thumbs img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.15s ease;
}
.assoluto-product__media .flex-control-thumbs img:hover, .assoluto-product__media .flex-control-thumbs img.flex-active {
  opacity: 1;
}
.assoluto-product__media .flex-direction-nav {
  display: none;
}
.assoluto-product__actions {
  position: absolute;
  top: 4px;
  right: -42px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 900px) {
  .assoluto-product__actions {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 12px;
  }
}
.assoluto-product__actions .assoluto-product__share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.assoluto-product__actions .assoluto-product__share:hover {
  opacity: 0.6;
}
.assoluto-product__actions .assoluto-product__share.is-copied {
  color: var(--e-global-color-3403042);
}
.assoluto-product__actions .assoluto-product__share svg {
  width: 22px;
  height: 22px;
}
.assoluto-product__actions .assoluto-wishlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #111 !important;
  line-height: 0;
}
.assoluto-product__actions .assoluto-wishlist-btn.active svg {
  fill: var(--e-global-color-3403042) !important;
  stroke: transparent;
}
.assoluto-product__actions .assoluto-wishlist-btn svg {
  stroke: #000000;
  filter: none;
}
.assoluto-product__summary {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 8px;
}
.assoluto-product .assoluto-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.assoluto-product .assoluto-badges .assoluto-badge {
  display: inline-block;
  background: #ccc;
  color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
}
.assoluto-product .assoluto-badges .assoluto-badge.assoluto-badge--best-seller {
  background: #000000;
}
.assoluto-product .assoluto-badges .assoluto-badge.assoluto-badge--promo {
  background: #ef5350;
}
.assoluto-product .assoluto-badges .assoluto-badge.assoluto-badge--novita {
  background: #471B0B;
}
.assoluto-product__brand {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--e-global-color-3403042);
}
.assoluto-product__title {
  margin: 0;
}
.assoluto-product__price {
  font-size: 18px;
  font-weight: 700;
}
.assoluto-product__price del {
  color: #c1c1c1;
  font-weight: 400;
  margin-right: 8px;
}
.assoluto-product__price ins {
  text-decoration: none;
}
.assoluto-product__tabs {
  margin: 16px 0;
}
.assoluto-product .assoluto-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  border-bottom: 1px solid #e6e6e6;
}
.assoluto-product .assoluto-tabs__tab {
  position: relative;
  padding: 0 16px 12px;
  margin: 0;
  font-size: 13px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  color: #111;
  font-weight: 500;
  transition: opacity 0.15s ease;
}
.assoluto-product .assoluto-tabs__tab:hover, .assoluto-product .assoluto-tabs__tab:focus {
  outline: none;
}
.assoluto-product .assoluto-tabs__tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #111;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.assoluto-product .assoluto-tabs__tab:not(.is-active) {
  opacity: 0.55;
}
.assoluto-product .assoluto-tabs__tab:hover {
  opacity: 1;
}
.assoluto-product .assoluto-tabs__tab.is-active {
  font-weight: 700;
}
.assoluto-product .assoluto-tabs__tab.is-active::after {
  transform: scaleX(1);
}
.assoluto-product .assoluto-tabs__panel {
  display: none;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
.assoluto-product .assoluto-tabs__panel.is-active {
  display: block;
}
.assoluto-product .assoluto-tabs__panel p:last-child {
  margin-bottom: 0;
}
.assoluto-product__variations {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.assoluto-product__variations .assoluto-variation__select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.assoluto-product .assoluto-variation__head {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 13px;
}
.assoluto-product .assoluto-variation__label {
  font-weight: 600;
}
.assoluto-product .assoluto-variation__current {
  color: #8a8a8a;
}
.assoluto-product .assoluto-variation__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.assoluto-product .assoluto-swatch {
  margin: 0;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}
.assoluto-product .assoluto-swatch.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.assoluto-product .assoluto-swatch--color {
  width: 32px;
  height: 32px;
  padding: 3px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.assoluto-product .assoluto-swatch--color .assoluto-swatch__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--dot, #ccc);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.assoluto-product .assoluto-swatch--color.is-active {
  border-color: #111;
}
.assoluto-product .assoluto-swatch--text {
  min-width: 48px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: transparent;
  color: #111;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 13px;
  line-height: 1;
}
.assoluto-product .assoluto-swatch--text:hover {
  border-color: #111;
}
.assoluto-product .assoluto-swatch--text.is-active {
  background: #ececec;
  border-color: #d6d6d6;
  color: #111;
}
.assoluto-product__reset {
  align-self: flex-start;
  font-size: 12px;
  color: #8a8a8a;
  text-decoration: underline;
}
.assoluto-product .single_variation_wrap {
  margin-top: 22px;
}
.assoluto-product .single_variation_wrap .woocommerce-variation {
  margin-bottom: 14px;
  font-size: 14px;
}
.assoluto-product .single_variation_wrap .woocommerce-variation:empty {
  display: none;
}
.assoluto-product .single_variation_wrap .woocommerce-variation-availability {
  color: #8a8a8a;
}
.assoluto-product__buy {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.assoluto-product__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.assoluto-product__qty .assoluto-qty__btn {
  width: 36px;
  height: 36px;
  margin: 0;
  border: 0 !important;
  display: flex;
  align-items: center;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #111;
}
.assoluto-product__qty .assoluto-qty__btn:hover {
  background: #f4f4f4;
}
.assoluto-product__qty .quantity,
.assoluto-product__qty .qty {
  height: 36px;
}
.assoluto-product__qty input.qty {
  width: 48px;
  height: 36px;
  border: 0;
  text-align: center;
  font-size: 15px;
  background: none;
  -moz-appearance: textfield;
}
.assoluto-product__qty input.qty::-webkit-outer-spin-button, .assoluto-product__qty input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.assoluto-product .single_add_to_cart_button.button.alt {
  flex: 1;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 14px;
  max-width: 180px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.assoluto-product .single_add_to_cart_button.button.alt:hover, .assoluto-product .single_add_to_cart_button.button.alt:focus {
  background: #fff;
  color: #111;
}
.assoluto-product .single_add_to_cart_button.button.alt.disabled, .assoluto-product .single_add_to_cart_button.button.alt:disabled, .assoluto-product .single_add_to_cart_button.button.alt.disabled:hover, .assoluto-product .single_add_to_cart_button.button.alt:disabled:hover {
  background: #e2e2e2;
  border-color: #e2e2e2;
  color: #9b9b9b;
  cursor: not-allowed;
}

#photoswipe-fullscreen-dialog button {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  padding: 8px !important;
}

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