/* LUANA - product detail redesign */
:root {
  --luana-product-blue: #102d73;
  --luana-product-blue-soft: #eaf4ff;
  --luana-product-blue-line: #d9e7ff;
  --luana-product-green: #159947;
  --luana-product-green-dark: #08733a;
  --luana-product-green-light: #21bd63;
  --luana-product-red: #ed1c24;
  --luana-product-text: #202638;
  --luana-product-muted: #60708d;
  --luana-product-line: #dfe7f3;
  --luana-product-bg: #fff;
}

body.type-product .p-detail {
  color: var(--luana-product-text);
  font-family: "Source Sans 3", Arial, sans-serif;
}

body.type-product .p-detail-inner {
  position: relative;
}

body.type-product .p-detail-inner-header {
  margin: 0;
}

body.type-product .p-detail-inner-header h1 {
  margin: 0;
  color: var(--luana-product-text);
  font-size: clamp(28px, 2.2vw, 34px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

body.type-product .p-detail-inner-header .p-code {
  color: var(--luana-product-text);
  font-size: 14px;
  font-weight: 650;
}

body.type-product .p-detail-inner-header .p-code-label {
  color: var(--luana-product-muted);
  font-weight: 600;
}

body.type-product .product-top {
  position: relative;
  margin: 0;
}

body.type-product .p-detail-info {
  margin: 0;
}

body.type-product .stars-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #8ea0bd;
  font-size: 14px;
  line-height: 1.2;
}

body.type-product .stars-label span {
  display: none;
}

body.type-product .stars-link {
  color: #1166cf !important;
  font-weight: 750;
  text-decoration: none !important;
}

body.type-product .stars-link {
  font-size: 0;
}

body.type-product .stars-link:before {
  content: "(0)";
  margin-right: 14px;
  color: #1166cf;
  font-size: 14px;
  font-weight: 850;
}

body.type-product .stars-link:after {
  content: "Pridať hodnotenie";
  color: #1166cf;
  font-size: 14px;
  font-weight: 850;
}

body.type-product .stars-link:hover,
body.type-product .stars-link:focus-visible {
  color: var(--luana-product-blue) !important;
}

body.type-product .p-image-wrapper {
  border: 1px solid var(--luana-product-blue-line);
  border-radius: 10px;
  background: var(--luana-product-bg);
  box-shadow: 0 16px 44px rgba(16, 45, 115, .06);
}

body.type-product .p-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body.type-product .p-main-image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 420px;
  text-align: center;
}

body.type-product .p-main-image img {
  width: auto !important;
  max-width: 96% !important;
  max-height: 430px;
  object-fit: contain;
  transform: scale(1.12);
  transform-origin: center;
}

body.type-product .p-image .flags-extra {
  position: absolute !important;
  top: 18px;
  left: 18px;
  z-index: 2;
  margin: 0 !important;
}

body.type-product .p-image .flag-discount {
  width: auto !important;
  min-width: 62px;
  max-width: none !important;
  height: 34px;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #123f95, var(--luana-product-blue)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 20px rgba(16, 45, 115, .18);
}

body.type-product .p-image .flag-discount .price-standard {
  display: none !important;
}

body.type-product .p-image .flag-discount .price-save {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
}

body.type-product .p-thumbnails-wrapper {
  margin: 18px 0 0 !important;
}

body.type-product .p-thumbnails {
  position: relative;
  padding: 0 36px !important;
}

body.type-product .p-thumbnails-inner > div {
  display: flex;
  gap: 14px;
  align-items: center;
}

body.type-product .p-thumbnail {
  width: 84px !important;
  height: 84px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 84px;
  overflow: hidden;
  border: 1px solid var(--luana-product-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.type-product .p-thumbnail img {
  width: 74px !important;
  height: 74px !important;
  object-fit: contain;
}

body.type-product .p-thumbnail.highlighted,
body.type-product .p-thumbnail:hover,
body.type-product .p-thumbnail:focus-visible {
  border-color: #1166cf !important;
  box-shadow: 0 0 0 2px rgba(17, 102, 207, .12);
  transform: translateY(-1px);
}

body.type-product .thumbnail-prev,
body.type-product .thumbnail-next {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(16, 45, 115, .12);
  transform: translateY(-50%);
}

body.type-product .thumbnail-prev {
  left: -2px;
}

body.type-product .thumbnail-next {
  right: -2px;
}

body.type-product .thumbnail-prev:before,
body.type-product .thumbnail-next:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #1166cf;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5 8 12l7 7' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5 8 12l7 7' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.type-product .thumbnail-next:before {
  transform: rotate(180deg);
}

body.type-product .p-info-wrapper {
  color: var(--luana-product-text);
}

body.type-product .p-final-price-wrapper {
  margin: 0 0 24px !important;
  color: var(--luana-product-text);
}

body.type-product .p-final-price-wrapper .price-standard {
  margin-right: 12px;
  color: #6f7788 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-decoration: line-through;
}

body.type-product .p-final-price-wrapper .price-save {
  color: var(--luana-product-red) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

body.type-product .p-final-price-wrapper .price-final {
  display: block;
  margin-top: 2px;
  color: var(--luana-product-text) !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  line-height: 1.05;
}

body.type-product .p-final-price-wrapper .pr-list-unit {
  color: var(--luana-product-text) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

body.type-product .detail-parameters {
  width: 100%;
  margin: 0 0 24px !important;
}

body.type-product .detail-parameters th,
body.type-product .detail-parameters td {
  padding: 0 0 12px !important;
  border: 0 !important;
  vertical-align: middle;
}

body.type-product .detail-parameters th {
  width: 92px;
  color: #4f5f78;
  font-size: 15px;
  font-weight: 700;
}

body.type-product .variant-list:before {
  content: "Zvoľte variant";
  display: block;
  margin: 0 0 12px;
  color: var(--luana-product-text);
  font-size: 19px;
  font-weight: 900;
}

body.type-product .detail-parameters select {
  width: min(100%, 330px) !important;
  height: 46px !important;
  border: 1px solid #cfd9ea !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #35415a !important;
  font-size: 15px !important;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(16, 45, 115, .04);
}

body.type-product .add-to-cart {
  display: flex !important;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin: 0 0 20px !important;
}

body.type-product .add-to-cart .quantity {
  width: 132px !important;
  height: 54px !important;
  display: inline-flex !important;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #cfd9ea !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(16, 45, 115, .04);
}

body.type-product .add-to-cart .quantity label {
  order: 2;
  width: 44px !important;
  height: 52px !important;
  margin: 0 !important;
  border-left: 1px solid #d8e2f0;
  border-right: 1px solid #d8e2f0;
}

body.type-product .add-to-cart .quantity .amount {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--luana-product-blue) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 52px !important;
  text-align: center;
  -moz-appearance: textfield;
}

body.type-product .add-to-cart .quantity .amount::-webkit-inner-spin-button,
body.type-product .add-to-cart .quantity .amount::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.type-product .add-to-cart .quantity .decrease,
body.type-product .add-to-cart .quantity .increase {
  position: relative !important;
  width: 43px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: #fff !important;
  color: var(--luana-product-blue) !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: background-color .15s ease, color .15s ease;
}

body.type-product .add-to-cart .quantity .decrease {
  order: 1;
}

body.type-product .add-to-cart .quantity .increase {
  order: 3;
}

body.type-product .add-to-cart .quantity .decrease:hover,
body.type-product .add-to-cart .quantity .decrease:focus-visible,
body.type-product .add-to-cart .quantity .increase:hover,
body.type-product .add-to-cart .quantity .increase:focus-visible {
  background: var(--luana-product-blue-soft) !important;
}

body.type-product .add-to-cart .quantity .decrease__sign,
body.type-product .add-to-cart .quantity .increase__sign {
  display: none !important;
}

body.type-product .add-to-cart .quantity .decrease:before,
body.type-product .add-to-cart .quantity .increase:before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.type-product .add-to-cart .quantity .increase:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.type-product .add-to-cart-button {
  min-width: 300px !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0 !important;
  border-radius: 8px !important;
  background-color: var(--luana-product-green) !important;
  background-image: linear-gradient(105deg, var(--luana-product-green-dark), var(--luana-product-green-light)) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(21, 153, 71, .2) !important;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

body.type-product .add-to-cart-button:before {
  content: "";
  width: 26px;
  height: 26px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6h15l-2 8H8L6 6ZM6 6 5 3H2M9 20a1.8 1.8 0 1 0 0-3.6A1.8 1.8 0 0 0 9 20ZM18 20a1.8 1.8 0 1 0 0-3.6A1.8 1.8 0 0 0 18 20Z' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6h15l-2 8H8L6 6ZM6 6 5 3H2M9 20a1.8 1.8 0 1 0 0-3.6A1.8 1.8 0 0 0 9 20ZM18 20a1.8 1.8 0 1 0 0-3.6A1.8 1.8 0 0 0 18 20Z' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.type-product .add-to-cart-button:hover,
body.type-product .add-to-cart-button:focus-visible {
  filter: brightness(.95);
  transform: translateY(1px) scale(.985);
  box-shadow: 0 10px 22px rgba(21, 153, 71, .24) !important;
}

body.type-product .availability-value {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px !important;
  color: var(--luana-product-text);
  font-size: 15px;
  font-weight: 650;
}

body.type-product .availability-value:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #26a544;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
}

body.type-product .availability-value .availability-label[style*="009901"] {
  color: #159947 !important;
  font-weight: 900;
}

body.type-product .availability-amount {
  color: #4f5f78 !important;
  font-weight: 650;
}

body.type-product .availability-value:after {
  content: "Doprava zdarma\A vrátenie tovaru   |   Rýchlo pomôžeme\A s výberom   |   90 dní záruka\A spokojnosti";
  width: 100%;
  display: block;
  margin-top: 22px;
  padding: 18px 22px;
  border: 1px solid var(--luana-product-blue-line);
  border-radius: 10px;
  background: linear-gradient(105deg, #f7fbff, #edf6ff);
  color: #2b3850;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  white-space: pre-wrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

body.type-product .p-short-description {
  margin: 0 !important;
  padding: 0 !important;
  color: #33405a;
  font-size: 16px;
  line-height: 1.5;
}

body.type-product .p-short-description p {
  display: none;
}

body.type-product .p-short-description ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.type-product .p-short-description li {
  position: relative;
  margin: 0 0 9px !important;
  padding: 0 0 0 30px !important;
}

body.type-product .p-short-description li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #1166cf;
  border-radius: 10px;
  background: #fff;
  -webkit-mask: none;
  mask: none;
}

body.type-product .p-short-description li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 6px;
  border-left: 2px solid #1166cf;
  border-bottom: 2px solid #1166cf;
  transform: rotate(-45deg);
}

body.type-product .p-short-description h4 {
  margin: 16px 0 0 !important;
  color: var(--luana-product-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

body.type-product .social-buttons-wrapper {
  display: none !important;
}

body.type-product .p-detail-tabs-wrapper {
  margin-top: 42px !important;
}

body.type-product .shp-tabs-holder {
  border-bottom: 1px solid var(--luana-product-line);
}

body.type-product .p-detail-tabs {
  display: flex;
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.type-product .p-detail-tabs .shp-tab {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.type-product .p-detail-tabs .shp-tab-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 54px;
  padding: 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #65728a !important;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
}

body.type-product .p-detail-tabs .active .shp-tab-link,
body.type-product .p-detail-tabs .shp-tab-link:hover,
body.type-product .p-detail-tabs .shp-tab-link:focus-visible {
  color: var(--luana-product-blue) !important;
}

body.type-product .p-detail-tabs .active .shp-tab-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 5px;
  border-radius: 10px 10px 0 0;
  background: #1166cf;
}

body.type-product #tab-content {
  padding: 22px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.type-product .description-inner h3,
body.type-product #ratingTab h2 {
  margin: 0 0 14px !important;
  color: var(--luana-product-text);
  font-size: 22px;
  font-weight: 850;
}

body.type-product .description-inner,
body.type-product #ratingTab,
body.type-product #productDiscussion {
  color: #3f4c64;
  font-size: 16px;
  line-height: 1.55;
}

@media (min-width: 992px) {
  body.type-product .p-detail-inner-header {
    position: absolute;
    z-index: 3;
    top: 0;
    left: calc(50% + 22px);
    right: 0;
    min-height: 100px;
    padding-right: 0;
  }

  body.type-product .p-detail-inner-header .p-code {
    display: none;
  }

  body.type-product .product-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1.12fr);
    gap: 34px;
    align-items: start;
  }

  body.type-product .product-top > .col-xs-12 {
    float: none !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.type-product .product-top > .col-xs-12:first-child {
    position: absolute;
    z-index: 4;
    top: 112px;
    left: calc(50% + 22px);
    right: 0;
    width: auto !important;
  }

  body.type-product .p-image-wrapper {
    grid-column: 1;
    padding: 22px 22px 20px !important;
  }

  body.type-product .p-info-wrapper {
    grid-column: 2;
    padding: 164px 0 0 !important;
    display: flex;
    flex-direction: column;
  }

  body.type-product .p-final-price-wrapper {
    order: 1;
  }

  body.type-product .detail-parameters {
    order: 2;
  }

  body.type-product .add-to-cart {
    order: 3;
  }

  body.type-product .availability-value {
    order: 4;
  }

  body.type-product .p-short-description {
    order: 5;
  }
}

@media (min-width: 1200px) {
  body.type-product .p-main-image {
    min-height: 500px;
  }

  body.type-product .p-main-image img {
    max-height: 500px;
  }
}

@media (max-width: 991px) {
  body.type-product .p-detail-inner-header {
    margin: 0 0 18px;
  }

  body.type-product .p-detail-inner-header .p-code {
    display: block;
    margin-top: 8px;
  }

  body.type-product .product-top > .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.type-product .p-detail-info {
    margin: 0 0 16px;
  }

  body.type-product .p-image-wrapper {
    padding: 16px !important;
    margin-bottom: 24px;
  }

  body.type-product .p-main-image {
    min-height: 320px;
  }

  body.type-product .p-main-image img {
    max-height: 330px;
  }

  body.type-product .p-final-price-wrapper .price-final {
    font-size: 36px !important;
  }

  body.type-product .add-to-cart {
    gap: 14px;
  }

  body.type-product .add-to-cart-button {
    min-width: min(100%, 280px) !important;
  }
}

@media (max-width: 575px) {
  body.type-product .p-detail-inner-header h1 {
    font-size: 28px;
  }

  body.type-product .p-thumbnails {
    padding: 0 28px !important;
  }

  body.type-product .p-thumbnail {
    width: 70px !important;
    height: 70px !important;
    flex-basis: 70px;
  }

  body.type-product .p-thumbnail img {
    width: 60px !important;
    height: 60px !important;
  }

  body.type-product .add-to-cart {
    align-items: stretch;
  }

  body.type-product .add-to-cart .quantity,
  body.type-product .add-to-cart-button {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.type-product .add-to-cart .quantity {
    justify-content: space-between;
  }

  body.type-product .add-to-cart .quantity label {
    flex: 1 1 auto;
  }

  body.type-product .availability-value:after {
    padding: 16px;
    font-size: 14px;
  }

  body.type-product .p-detail-tabs {
    gap: 8px;
    overflow-x: auto;
  }
}

/* Product detail final refinements */
body.type-product .p-detail-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

body.type-product .p-image-wrapper,
body.type-product .p-image {
  overflow: hidden;
}

body.type-product .p-main-image img {
  max-width: 100% !important;
  transform: none !important;
}

body.type-product .p-image .flag-discount {
  background: var(--luana-product-red) !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.type-product .p-final-price-wrapper {
  margin-bottom: 18px !important;
}

body.type-product .p-final-price-wrapper .price-save {
  color: var(--luana-product-red) !important;
}

body.type-product .add-to-cart {
  gap: 22px;
  margin-bottom: 16px !important;
}

body.type-product .add-to-cart .quantity {
  width: 164px !important;
  height: 54px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start;
  box-sizing: border-box;
}

body.type-product .add-to-cart .quantity label {
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  height: 52px !important;
  flex: 0 0 68px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.type-product .add-to-cart .quantity .amount {
  width: 68px !important;
  height: 52px !important;
  display: block !important;
  line-height: 52px !important;
}

body.type-product .add-to-cart .quantity .decrease,
body.type-product .add-to-cart .quantity .increase {
  position: static !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 52px !important;
  flex: 0 0 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

body.type-product .add-to-cart .quantity .decrease:before,
body.type-product .add-to-cart .quantity .increase:before {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: currentColor !important;
  font-family: Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  -webkit-mask: none !important;
  mask: none !important;
  transform: none !important;
}

body.type-product .add-to-cart .quantity .decrease:before {
  content: "-" !important;
}

body.type-product .add-to-cart .quantity .increase:before {
  content: "+" !important;
}

body.type-product .add-to-cart-button {
  background: #0fa755 !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color .16s ease, color .16s ease !important;
}

body.type-product .add-to-cart-button:hover,
body.type-product .add-to-cart-button:focus-visible {
  background: #08733a !important;
  background-image: none !important;
  filter: none !important;
  box-shadow: none !important;
  transform: none !important;
}

body.type-product .availability-value {
  margin-bottom: 14px !important;
}

body.type-product .availability-value:after {
  content: none !important;
  display: none !important;
}

body.type-product .p-short-description {
  order: 5;
  margin-top: 8px !important;
}

body.type-product .p-short-description > p:first-child {
  display: none !important;
}

body.type-product .p-short-description li p {
  display: block !important;
  margin: 0 !important;
}

body.type-product .p-short-description li strong {
  color: var(--luana-product-text);
  font-weight: 900;
}

body.type-product .p-info-wrapper > p[data-testid="productCardDescr"] {
  order: 6;
  margin: 16px 0 0 !important;
}

body.type-product .p-info-wrapper > p[data-testid="productCardDescr"] a {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  color: #1166cf !important;
  font-weight: 850;
  text-decoration: none !important;
}

body.type-product .p-info-wrapper > p[data-testid="productCardDescr"] a:hover,
body.type-product .p-info-wrapper > p[data-testid="productCardDescr"] a:focus-visible {
  color: var(--luana-product-blue) !important;
}

@media (min-width: 992px) {
  body.type-product .product-top > .col-xs-12:first-child {
    top: 66px;
  }

  body.type-product .p-info-wrapper {
    padding-top: 126px !important;
  }
}

@media (min-width: 1200px) {
  body.type-product .p-main-image {
    min-height: 460px;
  }

  body.type-product .p-main-image img {
    max-height: 460px !important;
  }
}

@media (max-width: 575px) {
  body.type-product .add-to-cart .quantity {
    width: 100% !important;
  }

  body.type-product .add-to-cart .quantity label {
    flex: 1 1 auto;
    width: auto !important;
  }

  body.type-product .add-to-cart .quantity .amount {
    width: 100% !important;
  }
}
