body .wa-product {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-xl);
}
body .wa-product .flex-viewport {
  border: none !important;
}
body .wa-product__left {
  position: relative;
  overflow: hidden;
}
body .wa-product__labels {
  position: absolute;
  top: 0;
  left: 0;
}
body .wa-product__labels .sale_bage {
  background: #CD1515 !important;
  width: max-content !important;
  font-size: calc(var(--text-l) * 1.2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  padding-top: calc(var(--space-xs) * 1);
  padding-bottom: calc(var(--space-xs) * 0.6);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  border-top-right-radius: var(--radius-xxl);
  border-bottom-right-radius: var(--radius-xxl);
  color: #FFF;
  line-height: 1;
  margin-bottom: 1rem;
}
body .wa-product__labels .shipping_info {
  background: #16a20b !important;
  width: max-content !important;
  font-size: calc(var(--text-s) * 1.2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  padding-top: calc(var(--space-xs) * 1);
  padding-bottom: calc(var(--space-xs) * 0.6);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  border-top-right-radius: var(--radius-xxl);
  border-bottom-right-radius: var(--radius-xxl);
  color: #FFF;
  line-height: 1;
  margin-bottom: 1rem;
}
body .wa-product__labels .season_promo {
  background: #000000 !important;
  width: max-content !important;
  font-size: calc(var(--text-l) * 1.2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  padding-top: calc(var(--space-xs) * 1);
  padding-bottom: calc(var(--space-xs) * 0.6);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  border-top-right-radius: var(--radius-xxl);
  border-bottom-right-radius: var(--radius-xxl);
  color: #FFF;
  line-height: 1;
  margin-bottom: 1rem;
}
body .wa-product__gallery .flex-control-thumbs {
  flex-wrap: nowrap !important;
  margin-bottom: 0 !important;
  padding: 0 0 var(--space-xs) 0 !important;
  gap: var(--space-xs);
  overflow-x: auto;
  mask-image: linear-gradient(to left, transparent 5px, #000 40px);
  -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
  max-width: 60rem !important;
}
body .wa-product__gallery .flex-control-thumbs::-webkit-scrollbar {
  height: 10px;
  border-radius: 20px;
  background: var(--shade-light);
}
body .wa-product__gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: var(--radius-m);
}
body .wa-product__gallery .flex-control-thumbs li {
  width: 20% !important;
  list-style: none !important;
  border: 1px solid var(--shade-light) !important;
  border-radius: var(--radius-m);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  aspect-ratio: 1/1;
}
body .wa-product__gallery .flex-control-thumbs li:has(.flex-active) {
  border-color: var(--primary) !important;
}
body .wa-product__gallery .flex-control-thumbs li img {
  max-height: 75%;
  width: auto;
  object-fit: contain;
}
body .wa-product__title {
  color: var(--base);
  font-size: calc(var(--text-xxl) * 0.9);
  font-weight: 700;
  line-height: 1.1;
}
body .wa-product-show-reviews {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-top: var(--space-xs);
}
body .wa-product-show-reviews__icon {
  margin-right: var(--space-xs);
}
body .wa-product-show-reviews__text {
  color: var(--base);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
body .wa-product-warranty {
  margin-top: var(--space-m);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-l);
  width: 100%;
}
body .wa-product-warranty-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  background: var(--secondary);
  border-radius: var(--radius-xl);
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
  justify-content: center;
}
body .wa-product-warranty-item-body {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: nowrap;
}
body .wa-product-warranty-item__icon {
  height: 20px;
  margin-right: 0.6rem;
}
body .wa-product-warranty-item__text {
  font-size: calc(var(--text-m) * 0.9);
  line-height: 1.2;
}
body .wa-product-warranty-item__tooltip-opener {
  cursor: help;
  transform: translateY(-40%) translateX(20%);
}

body .wa-product-area {
  margin-top: var(--space-m);
  width: 100%;
}
body .wa-product-area__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
body .wa-product-area-condition {
  padding: var(--space-s) calc(var(--space-m) * 1.2);
  border-top: 5px solid var(--secondary);
  border-right: 5px solid var(--secondary);
  border-left: 5px solid var(--secondary);
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body .wa-product-area-condition__name {
  font-size: var(--text-l);
  color: var(--base);
  font-weight: 700;
  line-height: 1.2;
}
body .wa-product-area-condition__value a {
  pointer-events: none;
  font-size: var(--text-l);
  color: var(--primary);
  font-weight: 700;
  line-height: 1.2;
}
body .wa-product-area-distribution {
  padding: 0 calc(var(--space-m) * 1.2) 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body .wa-product-area-distribution__flag {
  height: 20px;
  margin-right: 0.6rem;
  border-radius: var(--radius-xs);
}
body .wa-product-area-distribution__flag-wrapper {
  display: flex;
  cursor: help;
}
body .wa-product-area-distribution__name {
  font-size: calc(var(--text-m) * 1.15);
  font-weight: 700;
  line-height: 1;
  margin-right: var(--space-xs);
}
body .wa-product-area-distribution__value a {
  font-size: calc(var(--text-m) * 1.15);
  line-height: 1;
  color: var(--base);
  pointer-events: none;
}
body .wa-product-area-distribution__value span {
  display: flex;
}
body .wa-product-area-distribution-item {
  display: flex;
  flex-direction: column;
}
body .wa-product-area-distribution-item__heading-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: var(--space-s);
}
body .wa-product-area-distribution-item__heading-wrapper .ct-shortcode {
  display: flex;
}
body .wa-product-area-distribution-item__heading-wrapper img {
  max-height: 24px;
  width: auto;
}
body .wa-product-area-distribution-item__heading {
  font-size: calc(var(--text-xl) * 0.8);
  color: var(--primary);
  line-height: 1;
  font-weight: 700;
}
body .wa-product-area-distribution-item__text {
  line-height: 1.2;
}
body .wa-product-area-distribution-item__text:last-child {
  margin-top: var(--space-xs);
}
body .wa-product-area__center {
  background: var(--secondary);
  padding: calc(var(--space-m) * 1.2);
  width: 100%;
  border-top-right-radius: var(--radius-xl);
}
body .wa-product-area__center-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .wa-product-area__center-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: var(--space-l);
}
body .wa-product-area__stock-status .stock {
  font-size: calc(var(--text-xl) * 0.9);
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}
body .wa-product-area__stock-status .stock.in-stock {
  color: #4AC012;
}
body .wa-product-area__stock-status .stock.out-of-stock {
  color: #F65713;
}
body .wa-product-area-shipping {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: var(--space-xs);
}
body .wa-product-area-shipping__img {
  height: 30px;
  margin-right: var(--space-xs);
}
body .wa-product-area-shipping__title {
  line-height: 1;
  font-weight: 700;
}
body .wa-product-area-shipping__subtitle {
  line-height: 1;
}
body .wa-product-area__price .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body .wa-product-area__price del {
  text-decoration: none !important;
}
body .wa-product-area__price .woocommerce-Price-amount {
  line-height: 1 !important;
  white-space: nowrap !important;
  font-weight: 700 !important;
  color: var(--base);
  font-size: calc(var(--text-xxl) * 1.4) !important;
}
body .wa-product-area__price del .woocommerce-Price-amount {
  font-size: calc(var(--text-xl) * 0.9) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  color: var(--base-medium) !important;
  text-decoration: line-through;
  /*text-decoration: line-through 1px solid var(--base-medium);*/
}
body .wa-product-area-quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 1px solid var(--primary-light);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
body .wa-product-area-quantity input {
  max-width: 5rem !important;
  background: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: 1px solid var(--primary-light) !important;
  border-left: 1px solid var(--primary-light) !important;
  border-radius: 0 !important;
  -moz-appearance: textfield !important;
  text-align: center;
}
body .wa-product-area-quantity input::-webkit-outer-spin-button, body .wa-product-area-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
body .wa-product-area-quantity input:focus {
  box-shadow: none !important;
}
body .wa-product-area-quantity__button {
  all: unset;
  cursor: pointer;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
  line-height: 1 !important;
  font-family: Helvetica, Arial, sans-serif;
}
body .wa-product-area-quantity__button:hover {
  background: var(--primary-light);
}
body .wa-product-area-addtocart {
  all: unset;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: var(--accent);
  max-width: 50%;
  width: 100%;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
  justify-content: center;
  border-radius: 2em;
}
body .wa-product-area-addtocart:hover {
  background: var(--accent-hover);
}
body .wa-product-area-addtocart * {
  color: #FFF !important;
}
body .wa-product-area-addtocart__icon, body .wa-product-area-addtocart__text {
  color: #FFF !important;
  pointer-events: none;
}
body .wa-product-area-addtocart__icon svg {
  height: 24px;
  width: 24px;
  margin-right: var(--space-xs);
}
body .wa-product-area-addtocart__text {
  font-size: calc(var(--text-l) * 1.1);
  font-weight: 700;
  color: #FFF !important;
}
body .wa-product-area__bottom {
  background: var(--primary);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--space-s) * 1.4) calc(var(--space-m) * 1.1);
  border-bottom-left-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
}
body .wa-product-area-adv {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body .wa-product-area-adv__icon {
  height: 16px;
  margin-right: 0.6rem;
}
body .wa-product-area-adv__text {
  color: #FFF;
  font-size: calc(var(--text-m) * 0.9);
  line-height: 1.2;
}
body .wa-product-area-adv__text * {
  line-height: 1;
}
body .wa-product-area-adv__text span {
  display: flex;
}

@media (max-width: 1300px) {
  body .wa-product {
    gap: var(--space-xs);
  }
  body .wa-product-warranty {
    gap: var(--space-xs);
  }
  body .wa-product-area__bottom {
    padding-left: var(--space-xs) !important;
    padding-right: var(--space-xs) !important;
  }
}
@media (max-width: 1250px) {
  body .wa-product-area__center {
    padding: calc(var(--space-s) * 1.3) !important;
  }
  body .wa-product-area__bottom {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: var(--space-xs);
    padding: calc(var(--space-s) * 1.3) !important;
  }
  body .wa-product-area-condition {
    padding-left: calc(var(--space-s) * 1.3) !important;
    padding-right: calc(var(--space-s) * 1.3) !important;
  }
  body .wa-product-area-distribution {
    padding-right: calc(var(--space-s) * 1.3) !important;
  }
  body .wa-product-area-addtocart {
    padding-left: calc(var(--space-s) * 1.3) !important;
    padding-right: calc(var(--space-s) * 1.3) !important;
  }
  body .wa-product-warranty {
    grid-template-columns: 1fr !important;
    gap: var(--space-s) !important;
  }
  body .wa-product-warranty-item {
    justify-content: flex-start;
    padding-left: calc(var(--space-s) * 1.3) !important;
    padding-right: calc(var(--space-s) * 1.3) !important;
  }
  body .wa-product-area__price .woocommerce-Price-amount {
    font-size: var(--text-xxl) !important;
  }
  body .wa-product-area__price del .woocommerce-Price-amount {
    font-size: var(--text-l) !important;
  }
}
@media (min-width: 1025px) {
  .wa-product-warranty-accordion {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  body .wa-product__gallery .woocommerce-product-gallery__image img {
    height: 400px;
  }
  body .wa-product {
    grid-template-columns: 1fr !important;
    gap: var(--space-xxl) !important;
  }
  body .wa-product__gallery .flex-viewport figure img {
    max-width: 100% !important;
    max-height: 25vh !important;
    object-fit: contain !important;
  }
  body .wa-product__gallery .flex-control-thumbs li {
    width: 17% !important;
  }
  body .wa-product .oxel_accordion__row:hover .frequentQuestions--icon, body .wa-product .oxel_accordion__row:hover .oxel_accordion__row__label {
    color: var(--base);
  }
  body .wa-product-warranty-item {
    display: none !important;
  }
  body .wa-product-warranty-accordion .oxel_accordion__row {
    justify-content: flex-start;
    padding-left: calc(var(--space-s) * 1.3) !important;
    padding-right: calc(var(--space-s) * 1.3) !important;
    background: var(--secondary) !important;
    border: none !important;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    background: var(--secondary);
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
    justify-content: center;
    margin-bottom: 0 !important;
  }
  body .wa-product-warranty-accordion .oxel_accordion__row:hover {
    color: var(--base);
  }
  body .wa-product-warranty-accordion .oxel_accordion__row .oxel_accordion__row__label {
    padding: 0 !important;
    font-size: calc(var(--text-m) * 0.9) !important;
    line-height: 1.2;
    font-weight: unset !important;
  }
  body .wa-product-warranty-accordion .oxel_accordion__content {
    background: var(--secondary);
    border-bottom-left-radius: var(--radius-xl);
    border-bottom-right-radius: var(--radius-xl);
    margin-bottom: var(--space-s);
    padding: 0 calc(var(--space-s) * 1.3) var(--space-s) calc(var(--space-s) * 1.3) !important;
  }
  body .wa-product-warranty-accordion .oxel_accordion__icon svg {
    fill: var(--primary);
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 479px) {
  body .wa-product__title {
    font-size: calc(var(--text-l) * 1.2);
  }
  body .wa-product-show-reviews__text {
    font-size: calc(var(--text-s) * 1.1);
  }
  body .wa-product-show-reviews__icon {
    max-height: 16px;
  }
  body .wa-product-area-condition__name {
    font-size: var(--text-m);
  }
  body .wa-product-area-condition__value a {
    font-size: var(--text-m);
  }
  body .wa-product-area-distribution {
    padding: 0 !important;
  }
  body .wa-product-area-distribution__name {
    font-size: var(--text-m);
  }
  body .wa-product-area-distribution__value a {
    font-size: var(--text-m);
  }
  body .wa-product-area-distribution__flag {
    height: 16px;
  }
  body .wa-product-area__stock-status .stock {
    font-size: var(--text-l);
  }
  body .wa-product-area-shipping__img {
    height: 20px;
  }
  body .wa-product-area-shipping__title {
    font-size: calc(var(--text-s) * 1.2);
  }
  body .wa-product-area-shipping__subtitle {
    font-size: calc(var(--text-s) * 1.1);
    margin-top: 0.2rem;
  }
  body .wa-product-area__price .woocommerce-Price-amount {
    font-size: var(--text-xl) !important;
  }
  body .wa-product-area__price del .woocommerce-Price-amount {
    font-size: var(--text-m) !important;
  }
  body .wa-product-area-quantity__button {
    width: 24px;
  }
  body .wa-product-area-quantity input {
    padding: 0;
    max-width: 3rem !important;
  }
  body .wa-product-area-addtocart {
    max-width: 60% !important;
  }
  body .wa-product-area-addtocart__icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  body .wa-product-area-addtocart__text {
    font-size: calc(var(--text-m) * 1.2);
  }
}
.wa_additional_wrapper--item {
  display: grid;
  grid-template-columns: 1fr 8fr 2fr 2fr;
  margin-bottom: calc(var(--text-xs) * 1);
  margin-top: calc(var(--text-xs) * 1);
  align-items: center;
}

.vyhodna-simka-od-4ky.wa_additional_wrapper--item {
  background: #07c4c1;
  padding: 10px 0px;
  border-radius: 20px;
}

.vyhodna-simka-od-4ky.wa_additional_wrapper--item .button_trigger,
.vyhodna-simka-od-4ky.wa_additional_wrapper--item .wa_additional_wrapper--price,
.vyhodna-simka-od-4ky.wa_additional_wrapper--item .wa_additional_wrapper--icon {
  color: #ffffff;
  font-weight: 800;
}

.vyhodna-simka-od-4ky.wa_additional_wrapper--item .wa-product-area-addtocart {
  border: 2px solid #fece2e;
  background: #fccd30;
}

.vyhodna-simka-od-4ky.wa_additional_wrapper--item .wa-product-area-addtocart__text {
  color: #000000 !important;
}

.wa_additional_wrapper--icon {
  padding: 0 calc(var(--text-xs) * 1);
}

@media (max-width: 479px) {
  .wa_additional_wrapper--icon {
    display: none;
  }
  .wa_additional_wrapper--item {
    grid-template-columns: 7fr 3fr 2fr;
  }
}
.wa_additional_wrapper--name {
  color: var(--primary);
  font-weight: 700;
}

.smaller svg {
  display: none;
}

.smaller .wa-product-area-addtocart__text {
  font-size: calc(var(--text-l) * 0.7);
}

body .smaller.wa-product-area-addtocart {
  padding: calc(var(--space-xs) * 0.3) calc(var(--space-xs) * 1.5);
  background: #ffffff;
  border: 2px solid var(--accent);
}

body .smaller .wa-product-area-addtocart__text, body .smaller .wa-product-area-addtocart__icon {
  color: var(--accent) !important;
  font-weight: 500 !important;
}

.wa_additional_wrapper--price {
  text-align: center;
  font-weight: 500;
}

.wa_additional_wrapper {
  margin-bottom: 0;
  margin-top: calc(var(--text-xxl) * 1);
}

body.mobilne-telefony .dp_services_tab,
body.mobilne-telefony .wa-additional-services-div-wrapper {
  display: flex;
}

body:not(.mobilne-telefony) .dp_services_tab,
body:not(.mobilne-telefony) .wa-additional-services-div-wrapper {
  display: none !important;
}

body.product-template-default .fancybox-content {
  padding-top: var(--space-xl) !important;
  max-height: 60vh !important;
  --extras-lightbox-width: 768px !important;
}

@font-face {
  font-family: star;
  src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);
  src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
.comment-form-author {
  display: flex;
  flex-direction: column;
  float: left;
  width: 48%;
  margin-right: 2%;
}

.comment-form-email {
  display: flex;
  flex-direction: column;
}

p.comment-form-comment {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .comment-form-cookies-consent {
    margin-bottom: var(--space-m) !important;
  }
  .comment-form-author, .comment-form-email {
    width: 100%;
    margin-bottom: var(--space-s) !important;
  }
  .wa-product-tabs-wrapper .tabs-6091-tab-active::after {
    display: none;
  }
  body .wa-product-tabs .tab-accordion {
    padding: var(--space-m);
    background: var(--shade-ultra-light);
    border-radius: var(--radius-l);
    margin-bottom: var(--space-l);
  }
  body .wa-product-tabs .tab-accordion .wa-mobile-accordion_arrow {
    transition: transform 300ms ease-in;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active {
    margin-bottom: var(--space-m);
    background: var(--primary);
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active > div {
    color: white;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active > div svg {
    color: white;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active .ct-text-block {
    color: white !important;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active .wa-mobile-accordion_arrow {
    transform: rotate(90deg);
  }
  body .wa-product-tabs .oxy-tabs-contents-wrapper .oxy-tab-content {
    margin-bottom: var(--space-l);
  }
  body .wa-product-tabs .oxy-tabs-contents-wrapper .oxy-tab-content p {
    margin: 0;
  }
}
body .wa-product-tabs .tab-accordion:focus {
  outline: none !important;
}

@media only screen and (max-width: 380px) {
  .comment-form-rating {
    flex-direction: column;
    align-items: start;
  }
  .comment-form-rating label {
    margin-bottom: var(--space-xs) !important;
  }
  .woocommerce .star-rating {
    position: relative;
    top: auto;
    left: 0;
  }
}
.tab-accordion {
  border: none;
  width: 100%;
}

.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus {
  color: var(--primary-trans-80);
}
.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before {
  font-size: 3rem;
}
.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:hover {
  color: var(--primary-hover);
}

.wa-product-tabs-wrapper .oxy-tab {
  font-size: var(--text-l);
  transition: 0.1s all;
  padding: 2rem 4rem;
  border-top-left-radius: var(--radius-l);
  border-top-right-radius: var(--radius-l);
  margin-bottom: -1px;
}
.wa-product-tabs-wrapper .oxy-tab::after {
  content: "";
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  border-radius: var(--radius-l);
  width: 0%;
  height: 0em;
  background: var(--primary);
}
.wa-product-tabs-wrapper .tabs-6091-tab-active {
  font-weight: 700;
  background: white;
  z-index: 2;
}
.wa-product-tabs-wrapper .tabs-6091-tab-active .ct-text-block {
  color: var(--primary) !important;
}
.wa-product-tabs-wrapper .tabs-contents-6091-tab {
  padding: 0px;
}
.wa-product-tabs-wrapper .wa-product-tabs-contents .oxy-tab-content {
  background: white;
  box-shadow: 0px 15px 60px rgba(36, 152, 202, 0.05);
  border-radius: var(--radius-l);
  padding: var(--space-xxl);
}
.wa-product-tabs-wrapper .wa-product-tabs-contents p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wa-product-reviews {
  margin-bottom: var(--space-l);
}

.wa-average-rating {
  background: var(--shade-ultra-light);
  border-radius: var(--radius-l);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.wa-average-rating__heading {
  font-size: calc(var(--space-m) * 0.85);
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: var(--space-m);
  background: var(--primary);
  color: var(--shade-white);
}
.wa-average-rating__value {
  font-size: calc(var(--text-xxl) * 2);
  font-weight: 700;
  line-height: 1;
  padding: var(--space-s);
}
.wa-average-rating__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  padding: var(--space-m);
}
.wa-average-rating__stars {
  display: flex;
  justify-content: center;
  margin-bottom: var(--space-m);
}
.wa-average-rating__stars .star-rating {
  position: relative;
  right: auto;
  top: auto;
}
