@charset "UTF-8";
body {
  font-family: "Normalidad";
  font-size: 24px;
  font-weight: 350;
  word-wrap: normal;
}
body:has(.smartic-overlay.active) {
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
}
body:not(.catalog) {
  background-color: #fff !important;
}

.paragraph {
  margin: 0;
  padding: 0;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul,
ol {
  margin-left: 2em;
}

.no-mobile {
  display: none;
}

.col-full {
  max-width: 1370px;
  padding-right: 10px;
  padding-left: 10px;
}

.height-140 {
  max-height: 140px;
}

.simplebar-wrapper {
  overflow-y: scroll;
}

.width-100 {
  width: 100%;
}

body.page-template-template-homepage.page-template-template-homepage-php,
body.product-template-default.single.single-product {
  background-color: #fff !important;
}

.header-1 {
  margin-bottom: 0;
  border: none;
  background-color: var(--background);
}
.header-1 .site-branding {
  margin-right: 0;
}
.header-1 .site-branding img {
  width: 150px;
}
.header-1 .header-right {
  display: none;
}

.site-header .container.header-main {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px 30px;
}

.main-navigation ul.menu {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation ul.menu li.menu-item a {
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
.main-navigation ul.menu li.menu-item-has-children a:after {
  display: none !important;
}

.main-navigation ul.menu li.menu-item.menu-item-type-post_type.current-menu-item > a,
.main-navigation ul.menu li.menu-item.menu-item-type-custom.current-menu-item > a {
  color: var(--text-gray);
}

#page .site-content {
  margin-top: 10px;
}

.elementor-element .elementor-widget-container p {
  margin: 0;
}
.elementor-element .elementor-widget-container ul {
  list-style: none;
  margin: 0;
}
.elementor-element .elementor-widget-container ul.medford-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}

.hero.elementor-section .elementor-container {
  padding-right: 6px;
  padding-left: 6px;
  max-width: 1342px;
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  background-color: #fff;
  overflow: hidden;
}
.hero.elementor-section .elementor-widget-container ul {
  margin: 0;
  margin-left: 6px;
  list-style: disc;
}
.hero-block1 {
  width: auto !important;
  grid-area: 2/1/3/7;
}
.hero-block1 .elementor-widget-wrap {
  background-size: 135% !important;
  background-repeat: no-repeat;
}
.hero-block2 {
  width: auto !important;
  grid-area: 1/1/1/13;
}
.hero-block3 {
  width: auto !important;
  grid-area: 2/6/2/13;
}
.hero-block4 {
  width: auto !important;
  grid-area: 3/1/3/13;
}
.hero-counter .elementor-container.elementor-column-gap-default {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}
.hero-counter__block .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-header-cart.header-cart-mobile {
  display: none;
}

.site-header-cart.header-cart-mobile + .menu-mobile-nav-button {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.menu-mobile-nav-button {
  margin-top: -14px;
  position: relative;
  width: 34px;
  height: 25px;
}

.burger-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 3px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger-line:first-child {
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.burger-line:last-child {
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#main .smartic-sorting,
#secondary {
  display: none;
}

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26px;
}
.category-wrapper #primary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.category-wrapper #primary ul.smartic-child-products {
  margin: 0;
  padding: 0;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 16px;
}
.category-wrapper #primary ul.smartic-child-products li.product {
  margin: 0;
  padding: 10px;
  width: calc((100% - 10px) / 2);
  max-width: none;
  border-radius: 20px;
  background-color: #fff;
}
.category-wrapper #primary ul.smartic-child-products li.product .price,
.category-wrapper #primary ul.smartic-child-products li.product .request {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  color: var(--text);
}
.category-wrapper #primary ul.smartic-child-products li.product .price del,
.category-wrapper #primary ul.smartic-child-products li.product .request del {
  display: none;
  margin-right: 24px;
  color: #a7b4be;
}
.category-wrapper #primary ul.smartic-child-products li.product .price ins,
.category-wrapper #primary ul.smartic-child-products li.product .request ins {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
}
.category-wrapper #primary ul.smartic-child-products li.product .request {
  font-size: 18px;
}
.category-wrapper #primary ul.smartic-child-products li.product h3.woocommerce-loop-product__title {
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}
.category-wrapper #primary ul.smartic-child-products li.product h3.woocommerce-loop-product__title > a {
  color: var(--text-gray);
}
.category-wrapper #primary ul.smartic-child-products li.product .woocommerce-loop-product__brand {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.category-wrapper #primary ul.smartic-child-products li.product .woocommerce-loop-product__model {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.category-wrapper #primary ul.smartic-child-products li.product div.product-transition {
  width: 100%;
  height: 115px;
}
.category-wrapper #primary ul.smartic-child-products li.product .product-image img {
  margin: 0 auto;
  height: 115px;
  -o-object-fit: contain;
  object-fit: contain;
}
.category-wrapper #primary ul.smartic-child-products li.product a[class*=product_type_] {
  margin-top: 0;
  padding: 6.5px 24.5px;
  border-radius: 4.5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}
.category-wrapper #primary ul.smartic-child-products .product-block .onsale {
  position: absolute !important;
  left: 50%;
  top: 70%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 6px 11px 5px !important;
  border-radius: 5px !important;
  background-color: #ffcd00;
  font-weight: 400;
  line-height: 142%;
  color: #000 !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.category-wrapper #theme-child-widget {
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories {
  padding: 18px 10px 32px 28px;
  border: none;
  border-radius: 20px;
  background-color: #fff;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item {
  margin-bottom: 0;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 350;
  line-height: 22.4px;
  pointer-events: none;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item a {
  pointer-events: auto;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item.current-cat > a {
  color: var(--text);
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item a::before {
  display: none;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item .icon-minus {
  display: none;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item ul.children {
  margin: 0;
  padding-top: 11px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
}
.category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item ul.children li.cat-item {
  margin: 0;
  padding: 4px 16px 4px;
  font-size: 14px;
  line-height: 18.48px;
}
.category-wrapper #theme-child-widget .gamma.widget-title {
  padding: 0;
  margin-bottom: 19px;
  border-bottom: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
.category-wrapper #theme-child-widget .gamma.widget-title::after {
  display: none;
}
.category-wrapper #theme-child-widget .widget-area {
  float: none;
}

.woocommerce-products-header__title {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.01px;
}

.category-wrapper::after {
  display: none;
}

.woocommerce-loop-product__block-title {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-block .product-caption {
  margin: 0 !important;
  padding: 0 !important;
}

.onsale:after {
  display: none;
}

.rent-hero-block {
  overflow-x: auto;
}
.rent-hero-block .elementor-container {
  min-width: 1110px !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.why-item-margined {
  margin-bottom: 50px;
}
.why-item-small {
  font-size: 14px;
  font-weight: 350;
  line-height: 16px;
}

.smartic-overlay.active {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  padding: 20px;
  overflow-y: auto;
  max-height: 100dvh;
}

.smartic-popup {
  margin: auto;
  position: relative;
  width: 600px;
  max-width: calc(100% - 40px);
  padding: clamp(24px, 3vw, 55px) clamp(24px, 4vw, 70px) clamp(24px, 4vw, 70px);
  background-color: #f5f3f9;
  border-radius: 20px;
}
.smartic-popup__exit {
  position: absolute;
  top: min(5%, 20px);
  right: min(5%, 20px);
  --size: 27px;
  width: var(--size);
  height: var(--size);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.smartic-popup__exit svg {
  width: 100%;
}
.smartic-popup__exit .cross {
  fill: #fff;
}
.smartic-popup__descr, .smartic-popup__model {
  margin: 0;
  font-weight: 350;
}
.smartic-popup__descr {
  margin-bottom: 12px;
  font-size: 10px;
  line-height: 130%;
}
.smartic-popup__brand {
  margin: 0;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}
.smartic-popup__model {
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}
.smartic-popup__title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: 120%;
}
.smartic-popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.smartic-popup__label {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 22px;
  width: 100%;
}
.smartic-popup__error {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 16px;
  font-size: 14px;
  font-weight: 350;
  line-height: 100%;
  color: red;
  opacity: 0;
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.smartic-popup__text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #a7b4be;
}
.smartic-popup__input {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 350;
  line-height: 24px;
  border: none !important;
  background-color: #fff !important;
}
.smartic-popup__input::-webkit-input-placeholder {
  color: #a7b4be !important;
}
.smartic-popup__input::-moz-placeholder {
  color: #a7b4be !important;
}
.smartic-popup__input:-ms-input-placeholder {
  color: #a7b4be !important;
}
.smartic-popup__input::-ms-input-placeholder {
  color: #a7b4be !important;
}
.smartic-popup__input::placeholder {
  color: #a7b4be !important;
}
.smartic-popup__submit {
  margin-inline: auto;
  padding: 7px 14px 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  background-color: #7d55c7;
  color: #fff;
}
.smartic-popup__submit:focus, .smartic-popup__submit:focus-visible {
  background-color: #9c6ff0;
  outline: 1px solid #7d55c7;
}
.smartic-popup.theme_white {
  background-color: #fff;
}
.smartic-popup.theme_white .smartic-popup__input {
  background-color: #f5f3f9 !important;
}

section.smartic-sticky-add-to-cart,
.quantity.buttons_added {
  display: none !important;
}

.single-product .product-brand {
  float: none;
}
.single-product div.content-single-wrapper {
  display: grid;
  width: 100%;
}
.single-product div.content-single-wrapper div.woocommerce-product-gallery {
  margin-bottom: 25px;
  width: 100%;
  grid-area: 2/1/2/1;
  overflow: hidden;
}
.single-product div.content-single-wrapper div.woocommerce-product-gallery .flex-viewport {
  border-color: transparent;
}
.single-product div.content-single-wrapper div.summary {
  display: grid;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px;
  margin-bottom: 32px;
  width: 100%;
  grid-area: 1/1/1/1;
}
.single-product div.content-single-wrapper div.product-descr {
  display: none;
  width: 100%;
  grid-area: 3/1/3/1;
  font-size: 16px;
}
.single-product div.content-single-wrapper .summary .product-stock,
.single-product div.content-single-wrapper .summary .product_title,
.single-product div.content-single-wrapper .summary .product-model,
.single-product div.content-single-wrapper .summary .woocommerce-loop-product__model {
  margin-inline: 10px -10px;
}
.single-product div.content-single-wrapper .summary .product-stock,
.single-product div.content-single-wrapper .summary .product_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.single-product div.content-single-wrapper .summary .product_title {
  margin-bottom: 0;
  color: #a7b4be;
  letter-spacing: 0px;
}
.single-product div.content-single-wrapper .summary .woocommerce-loop-product__model {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.single-product div.content-single-wrapper .summary .product-model {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}
.single-product div.content-single-wrapper .summary .product-stock {
  margin-bottom: 16px;
  color: #00ad50;
}
.single-product div.content-single-wrapper .summary .product-stock-not {
  color: red;
}
.single-product div.content-single-wrapper .summary p.price {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
}
.single-product div.content-single-wrapper .summary p.price span.woocommerce-Price-amount.amount {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.single-product div.content-single-wrapper .summary p.price del {
  margin-right: 24px;
  color: #a7b4be;
}
.single-product div.content-single-wrapper .summary p.price ins {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
}
.single-product div.content-single-wrapper .summary form.cart {
  margin: -6px 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
  border: none;
}
.single-product div.content-single-wrapper .summary form.cart button.single_add_to_cart_button {
  margin: 0;
  padding: 9px 14px 8px;
  border-radius: 8px;
  font-family: "Normalidad";
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  text-transform: none;
  background-color: #7d55c7;
  color: #fff;
}
.single-product div.content-single-wrapper .summary form.cart button:hover {
  background-color: #9c6ff0;
}
.single-product div.content-single-wrapper .product_meta {
  display: none;
}
.single-product .woocommerce-tabs {
  border: none !important;
}
.single-product .woocommerce-tabs h2.resp-accordion {
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  border: none !important;
  font: 400 18px/1.2 "Normalidad";
  border-bottom: none;
  text-transform: none;
}
.single-product .woocommerce-tabs h2.resp-accordion.active {
  background-color: #090909;
  color: #fff;
}
.single-product .woocommerce-tabs h2.resp-accordion:not(.active) {
  margin-bottom: 8px;
  background-color: #f3f7f9;
}
.single-product .woocommerce-tabs h2.resp-accordion::before {
  display: none;
}
.single-product .woocommerce-tabs h3 {
  font-size: 24px;
}
.single-product .woocommerce-tabs p,
.single-product .woocommerce-tabs li {
  font-size: 16px;
  line-height: 150%;
}
.single-product .woocommerce-tabs table td {
  padding: 5px;
  font-size: 12px;
  word-break: normal;
}
.single-product .woocommerce-tabs ul.tabs {
  margin-bottom: 50px !important;
  display: none;
  -moz-column-gap: 8px;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  border: none !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  max-width: initial !important;
  overflow-y: auto;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description table {
  min-width: 520px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol {
  margin-left: 3em;
}
.single-product .woocommerce-tabs .panel div {
  font-size: 16px;
  font-weight: 350;
  line-height: 133%;
}
.single-product .woocommerce-tabs .panel div:not(:last-of-type) {
  margin-bottom: 46px;
}
.single-product .woocommerce-tabs .panel div h2:first-of-type {
  display: block !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
.single-product .woocommerce-tabs .panel div#reviews {
  width: 100%;
}
.single-product .woocommerce-tabs .panel div#reviews #review_form {
  width: initial;
}
.single-product .woocommerce-tabs .panel div#reviews #review_form #respond {
  width: initial;
}
.single-product .woocommerce-tabs .panel::before,
.single-product .woocommerce-tabs .panel::after {
  display: none;
}

.product-descr {
  line-height: 133%;
}

#tab-title-additional_information {
  display: none;
}

.site-footer {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
}
.site-footer a {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

span.post-author,
section#comments {
  display: none;
}

.mobile-navigation ul > li:first-child {
  color: #fff;
}
.mobile-navigation .dropdown-toggle {
  top: 8px;
  right: 32px;
}

.swiper-wrapper div.swiper-slide {
  height: 46vh !important;
}
.swiper-wrapper div.swiper-slide.elementor-lightbox-item {
  padding: 0;
}

p#breadcrumbs {
  display: none;
}

table.variations th.label label {
  margin-bottom: 28px !important;
}
table.variations th.label .woo-selected-variation-item-name {
  display: none !important;
}

.woo-variation-swatches .variable-items-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item.button-variable-item {
  margin: 0 !important;
  padding: 12px 16px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px !important;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item.button-variable-item .variable-item-contents {
  font-size: 16px;
  font-weight: 350;
  line-height: 16px;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item.button-variable-item.selected .variable-item-span {
  color: #7d55c7 !important;
}

.woo-variation-swatches.wvs-show-label .variations td.variations__data[data-simplebar=init] {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-height: 310px;
}
.woo-variation-swatches.wvs-show-label .variations td.variations__data[data-simplebar=init]::before, .woo-variation-swatches.wvs-show-label .variations td.variations__data[data-simplebar=init]::after {
  position: absolute;
  z-index: 4;
  content: "";
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.woo-variation-swatches.wvs-show-label .variations td.variations__data[data-simplebar=init]::before {
  inset: 0 0 40%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(217, 217, 217, 0)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(217, 217, 217, 0));
  opacity: var(--overlay-top-opacity);
}
.woo-variation-swatches.wvs-show-label .variations td.variations__data[data-simplebar=init]::after {
  inset: 40% 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(rgba(255, 255, 255, 0.7)));
  background-image: linear-gradient(rgba(217, 217, 217, 0), rgba(255, 255, 255, 0.7));
  opacity: var(--overlay-bot-opacity);
}
.woo-variation-swatches.wvs-show-label .variations td.variations__data[data-simplebar=init] .woo-variation-swatches .variable-items-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.woo-variation-swatches.wvs-show-label .variations td.variations__data[data-simplebar=init] .simplebar-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.simplebar-track.simplebar-vertical .simplebar-visible::before {
  background-color: rgba(0, 0, 0, 0.3);
}

#tab-files_product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#tab-files_product figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 20px;
  border: 2px solid #f3f7f9;
  border-radius: 4px;
  overflow: hidden;
}
#tab-files_product img {
  margin-bottom: auto;
}
#tab-files_product figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 18px;
  gap: 4px;
}
#tab-files_product figcaption a {
  padding: 4px 10px;
  color: #fff;
  background-color: #7d55c7;
  font-size: 0.8em;
  border-radius: 4px;
}

.spinner-wrap {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dot-spinner {
  --uib-size: 120px;
  --uib-speed: 0.9s;
  --uib-color: black;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0.5;
  -webkit-animation: spinnerpulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  animation: spinnerpulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
}

.dot-spinner__dot:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.875);
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.75);
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.625);
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.5);
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.375);
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.25);
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.125);
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@-webkit-keyframes spinnerpulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes spinnerpulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.spinner-wrap:not(.is-active) {
  display: none;
}

.header-container {
  padding-inline: 10px;
}
.header-container button.header-call {
  display: none;
}
.header-container li.header-call a {
  display: block;
  margin-inline: auto;
  padding: 13px 21px 16px;
  background-color: #fff;
  border-radius: 12px;
  color: #000;
  font: 700 16px/1.4 "Normalidad";
}

.bonus {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 16px 19px;
  font: 350 16px/1.1 "Normalidad";
  background-color: #ffcd00;
  border-radius: 14px;
}

.products .bonus {
  margin: 0 auto 12px;
  padding: 12px;
  font-size: 12px;
}

.price.price-single:has(.bonus) {
  gap: clamp(24px, 3vw, 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.summary .delivery {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 33px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  background-color: #f3f7f9;
  border-radius: 15px;
  gap: 33px;
}
.summary .delivery__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.summary .delivery__item svg {
  width: 30px;
}
.summary .delivery__text {
  margin-bottom: 0;
  font: 350 14px/18px "Normalidad";
  color: #0f0f0f;
}

.link-google-table {
  color: #7d55c7;
}

.articles-list {
  margin-left: 0;
  display: grid;
  width: 100%;
  gap: clamp(20px, 5vw, 80px) 24px;
}
.articles-list__item::marker {
  font-size: 0;
  color: transparent;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 3vw, 35px) 40px;
}
.article-card__img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 62.672811%;
  margin-bottom: 0 !important;
}
.article-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18.82px;
  overflow: hidden;
}
.article-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(18px, 2.5vw, 30px);
}
.article-card__date {
  color: #768896;
  font: 350 16px/30px "Normalidad";
}
@media (any-hover: hover) {
  .article-card__title {
    position: relative;
  }
}
.article-card__link {
  font: 400 24px/1.5 "Normalidad";
}
@media (any-hover: hover) {
  .article-card__link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}
.article-card__tip {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 3px;
  font-size: 12px;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;
}
.article-card__descr {
  font: 350 20px/1.2 "Normalidad";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

@media (any-hover: hover) {
  .article-card__link:hover + .article-card__tip {
    opacity: 1;
  }
}
a.link-viola {
  color: var(--primary);
}

.delivery-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px clamp(10px, 4.5133%, 60px);
  margin-left: 0;
  margin-bottom: 0;
}
.delivery-list li::marker {
  font-size: 0;
  opacity: 0;
}
.delivery-list svg {
  --svg-size: clamp(68.1px, 21vw, 122px);
  width: var(--svg-size);
  height: var(--svg-size);
}
.delivery-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.28px;
}
.delivery-list__text {
  margin-bottom: 0;
  font: 350 clamp(12px, 2vw, 18px)/1.1 "Normalidad" !important;
  text-align: center;
  color: #0f0f0f;
}

.tabs-videos {
  width: 100%;
}
.tabs-videos__list {
  margin-left: 0;
  margin-bottom: 0;
}
.tabs-videos .tabs-videos__item {
  width: clamp(233px, 35vw, 434px);
}
.tabs-videos .tabs-videos__item::marker {
  font-size: 0;
  color: transparent;
}
.tabs-videos .tabs-videos__item .video-item__title {
  font: 350 clamp(12px, 1vw, 18px)/1.33 "Normalidad" !important;
}

.site-main nav.navigation div.phpnav-links .nav-previous span.reader-text,
.site-main nav.navigation div.phpnav-links .nav-next span.reader-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .no-mobile {
    display: inline;
  }
  .hero.elementor-section .elementor-container {
    border-radius: 20px;
  }
  .single-product div.content-single-wrapper {
    grid-template-columns: 1fr auto;
    gap: 32px;
  }
  .single-product div.content-single-wrapper .summary.entry-summary {
    width: max(358px, 100%);
    grid-area: 1/2/1/2;
  }
  .single-product div.content-single-wrapper div.woocommerce-product-gallery {
    width: auto;
    min-width: 358px;
    max-width: 545px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    grid-area: 1/1/3/1;
  }
  .single-product div.product {
    float: none;
  }
  .single-product .woocommerce-tabs.wc-tabs-wrapper h2.resp-accordion {
    display: block;
  }
  .category-wrapper #primary ul.smartic-child-products li.product {
    padding: 18px 20px;
    width: calc((100% - 28px) / 3);
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .category-wrapper #primary ul.smartic-child-products li.product .request,
  .category-wrapper #primary ul.smartic-child-products li.product .price {
    margin-bottom: 12px;
    font-size: 28.8px;
  }
  .category-wrapper #primary ul.smartic-child-products li.product .request ins,
  .category-wrapper #primary ul.smartic-child-products li.product .price ins {
    font-size: 32px;
  }
  .category-wrapper #primary ul.smartic-child-products li.product .request {
    font-size: 26px;
  }
  .category-wrapper #primary ul.smartic-child-products li.product h3.woocommerce-loop-product__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
  }
  .category-wrapper #primary ul.smartic-child-products li.product .woocommerce-loop-product__brand {
    font-size: 16px;
    line-height: 21px;
  }
  .category-wrapper #primary ul.smartic-child-products li.product .woocommerce-loop-product__model {
    margin-bottom: 19px;
    font-size: 32px;
    line-height: 32px;
  }
  .category-wrapper #primary ul.smartic-child-products li.product div.product-transition {
    min-height: 195px;
    margin: auto;
  }
  .category-wrapper #primary ul.smartic-child-products li.product .product-image img {
    height: 195px;
  }
  .category-wrapper #primary ul.smartic-child-products li.product a[class*=product_type_] {
    padding: 6.5px 30px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 25.2px;
  }
  li.variable-item.button-variable-item {
    padding: 12px;
  }
  #tab-files_product {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .delivery-list {
    padding-top: clamp(0px, 2.9vw, 30px);
  }
  .articles-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .articles-list.articles-list_posts .articles-list__item:first-child, .articles-list.articles-list_posts .articles-list__item:nth-child(4n) {
    grid-column: span 2;
  }
  .articles-list.articles-list_posts .articles-list__item:first-child .article-card, .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .articles-list.articles-list_posts .articles-list__item:first-child .article-card__img-wrap, .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__img-wrap {
    max-width: 50%;
    padding-bottom: 0;
  }
  .articles-list.articles-list_posts .articles-list__item:first-child .article-card__img, .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__img {
    position: static;
    width: auto;
    height: auto;
  }
  .articles-list.articles-list_posts .articles-list__item:first-child .article-card__text, .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__text {
    width: min(422px, 50%);
  }
  .articles-list.articles-list_posts .articles-list__item:first-child .article-card__descr, .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__descr {
    -webkit-line-clamp: unset;
  }
}
@media only screen and (min-width: 1024px) {
  p#breadcrumbs {
    display: block;
    margin-bottom: 41px;
  }
  p#breadcrumbs span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-column-gap: 14px;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    font-size: 14px;
    font-weight: 350;
    line-height: 100%;
  }
  p#breadcrumbs span span:not(:last-child)::after {
    content: "›";
    color: #a7b4be;
    font-size: 32px;
  }
  .header-1 {
    margin-bottom: 44px;
    font-size: 21px;
  }
  .header-1 .header-main {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header-1 .site-branding img {
    width: 207px;
  }
  .header-1 .header-center {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .header-1 .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px 30px;
  }
  .header-1 .header-right .header-link-phone {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    font: 400 16px/1.4 "Normalidad";
  }
  .header-1 .header-right .header-call {
    display: block;
    padding: 12px 16px 15px;
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #f5f3f9;
    color: #000;
    font: 700 16px/1.4 "Normalidad";
  }
  .main-navigation #menu-prod > li:first-child {
    display: none;
  }
  .main-navigation #menu-prod > li > a {
    display: block;
    padding: 13px 30px 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    background-color: transparent;
    border-radius: 12px;
  }
  .main-navigation #menu-prod > li > a[aria-current=page] {
    color: #fff;
    font-weight: 700;
    background-color: #7d55c7;
  }
  .main-navigation #menu-prod > li > ul.sub-menu {
    left: 0;
    border-radius: 20px;
    background-color: #fff;
    pointer-events: none;
  }
  .main-navigation #menu-prod > li > ul.sub-menu li,
  .main-navigation #menu-prod > li > ul.sub-menu a {
    background-color: #fff;
  }
  .main-navigation #menu-prod > li > ul.sub-menu > li > a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .main-navigation #menu-prod > li > ul.sub-menu .sub-menu {
    position: relative;
    opacity: 1;
    z-index: 2;
    left: 0;
    display: block;
    padding-block: 0;
    padding-top: 0;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation #menu-prod > li > ul.sub-menu .sub-menu a {
    padding: 4px 32px;
    font: 350 14px/15.4px "Normalidad";
  }
  .main-navigation #menu-prod > li:hover > ul, .main-navigation #menu-prod > li.focus > ul {
    pointer-events: all;
  }
  .main-navigation ul.menu li.menu-item > a {
    font-size: 21px;
  }
  .header-main {
    padding-block: 42px;
  }
  .site-header .container.header-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 0;
  }
  .single-post:not(.smartic-full-width-content) .content-area.articles-area {
    float: none;
    width: 100%;
  }
  .container {
    max-width: 1358px;
  }
  .hero.elementor-section .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 36px;
    -webkit-column-gap: 36px;
            column-gap: 36px;
    row-gap: 0;
  }
  .hero-counter .elementor-container.elementor-column-gap-default {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px 20px;
  }
  .category-wrapper #primary {
    padding-top: 1px;
  }
  .category-wrapper #primary .woocommerce__card {
    width: 100%;
  }
  .category-wrapper #primary ul.smartic-child-products {
    margin: 0;
    -moz-column-gap: 14px;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    row-gap: 20px;
  }
  .category-wrapper #primary ul.smartic-child-products .product-block .onsale {
    padding: 6px 20px 5px !important;
    border-radius: 12px !important;
    font-size: 8.54px;
  }
  .category-wrapper #theme-child-widget {
    padding-top: 70px;
    width: 24%;
  }
  .category-wrapper #theme-child-widget p {
    margin: 0;
  }
  .category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories {
    padding: 24px 10px 12px 25px;
  }
  .category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories {
    row-gap: 3px;
  }
  .category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item {
    padding: 4px 16px;
  }
  .category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item ul.children {
    padding-top: 15px;
    padding-right: 0;
    row-gap: 5px;
  }
  .category-wrapper #theme-child-widget .widget.woocommerce.widget_product_categories ul.product-categories li.cat-item ul.children li.cat-item {
    padding: 4px 18px 4px 16px;
    font-size: 14px;
    line-height: 120%;
  }
  .category-wrapper #theme-child-widget .gamma.widget-title {
    margin-bottom: 16px;
  }
  .category-wrapper #theme-child-widget .gamma.widget-title::after {
    display: none;
  }
  .woocommerce-products-header__title {
    margin: 0 0 32px;
    padding: 0;
    font-size: 40px;
  }
  .woocommerce-loop-product__block-title {
    margin-bottom: 28px;
  }
  .woocommerce-page .col-full {
    padding-inline: 20px 10px;
  }
  .smartic-popup__descr, .smartic-popup__brand {
    font-size: 24px;
  }
  .smartic-popup__descr {
    margin-bottom: 30px;
  }
  .smartic-popup__brand, .smartic-popup__model {
    margin-bottom: 16px;
  }
  .smartic-popup__model {
    font-size: 64px;
  }
  .smartic-popup__title {
    margin-bottom: 36px;
  }
  .smartic-popup__submit {
    padding: 16.5px 30px 18.5px;
    font-size: 32px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .smartic-popup__submit:hover {
    background-color: #9c6ff0;
  }
  .single-product div.content-single-wrapper {
    margin-bottom: 88px;
    gap: 32px 10%;
  }
  .single-product div.content-single-wrapper:after {
    display: none !important;
  }
  .single-product div.content-single-wrapper div.summary {
    width: auto;
  }
  .single-product div.content-single-wrapper div.product-descr {
    margin-top: -10px;
    display: block;
    width: auto;
    grid-area: 2/2/2/2;
    font-size: 24px;
  }
  .single-product div.content-single-wrapper .summary .product-stock,
  .single-product div.content-single-wrapper .summary .product_title,
  .single-product div.content-single-wrapper .summary .product-model,
  .single-product div.content-single-wrapper .summary .woocommerce-loop-product__model {
    margin-inline: 0;
  }
  .single-product div.content-single-wrapper .summary .product-stock,
  .single-product div.content-single-wrapper .summary .product_title {
    line-height: 21px;
    font-size: 18px;
  }
  .single-product div.content-single-wrapper .summary .product_title {
    color: #a7b4be;
  }
  .single-product div.content-single-wrapper .summary .woocommerce-loop-product__model {
    font-size: 36px;
  }
  .single-product div.content-single-wrapper .summary .product-model {
    margin-bottom: 10px;
    font-size: 64px;
  }
  .single-product div.content-single-wrapper .summary .product-stock {
    margin-bottom: 26px;
    color: #00ad50;
  }
  .single-product div.content-single-wrapper .summary .product-stock-not {
    color: red;
  }
  .single-product div.content-single-wrapper .summary p.price {
    margin-bottom: 5px;
    font-size: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-product div.content-single-wrapper .summary p.price:has(.bonus) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-product div.content-single-wrapper .summary p.price span.woocommerce-Price-amount.amount {
    padding-left: 2px;
    text-align: left;
  }
  .single-product div.content-single-wrapper .summary p.price del {
    margin-right: 18px;
  }
  .single-product div.content-single-wrapper .summary p.price ins {
    font-size: 32px;
  }
  .single-product div.content-single-wrapper .summary form.cart {
    margin-top: 0;
    width: 100%;
    border: none;
  }
  .single-product div.content-single-wrapper .summary form.cart button.single_add_to_cart_button {
    padding: 12px 38px 8px;
    font-size: 24px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .single-product div.content-single-wrapper .summary form.cart button:hover {
    background-color: #9c6ff0;
  }
  .single-product .woocommerce-tabs.wc-tabs-wrapper h2.resp-accordion {
    display: none;
  }
  .single-product .woocommerce-tabs h3 {
    font-size: 1.618em;
  }
  .single-product .woocommerce-tabs p,
  .single-product .woocommerce-tabs li {
    font-size: 24px;
  }
  .single-product .woocommerce-tabs table td {
    padding: 12px;
    font-size: 20px;
  }
  .single-product .woocommerce-tabs ul.tabs {
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 16px;
  }
  .single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
  }
  .single-product .woocommerce-tabs ul.tabs li a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 13px 17px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    border-radius: 8px;
    background-color: #f3f7f9;
    color: #000;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .single-product .woocommerce-tabs ul.tabs li.active a {
    background-color: #090909;
    color: #fff;
  }
  .single-product .woocommerce-tabs ul.tabs li a::after {
    display: none;
  }
  .single-product .woocommerce-tabs .panel div {
    font-size: 24px;
    line-height: 32px;
  }
  .single-product .woocommerce-tabs .panel div:not(:last-of-type) {
    margin-bottom: 168px;
  }
  .single-product .woocommerce-tabs .panel div h2:first-of-type {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .single-product .woocommerce-tabs .panel div#reviews {
    width: 100%;
  }
  .single-product .woocommerce-tabs .panel div#reviews #review_form {
    width: initial;
  }
  .single-product .woocommerce-tabs .panel div#reviews #review_form #respond {
    width: initial;
  }
  .swiper-wrapper div.swiper-slide {
    height: 100% !important;
  }
  .swiper-wrapper div.swiper-slide.elementor-lightbox-item {
    padding: 30px !important;
  }
  #tab-files_product {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .header-container li.header-call a {
    display: none !important;
  }
  .price.price-single:has(.bonus) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .summary .delivery {
    border-radius: 15px;
    gap: 24px;
  }
  .summary .delivery__item {
    gap: 12px;
  }
  .summary .delivery__item svg {
    width: 23px;
  }
  .delivery-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .delivery-list__item {
    gap: 22px;
  }
  .articles-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .articles-list.articles-list_posts .articles-list__item:first-child {
    grid-column: span 3;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(4n) {
    grid-column: span 1;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__img-wrap {
    max-width: 100%;
    padding-bottom: 62.672811%;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__text {
    width: 100%;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(4n) .article-card__descr {
    -webkit-line-clamp: 5;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(5n) {
    grid-column: span 3;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(5n) .article-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(5n) .article-card__img-wrap {
    max-width: 50%;
    padding-bottom: 0;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(5n) .article-card__img {
    position: static;
    width: auto;
    height: auto;
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(5n) .article-card__text {
    width: min(422px, 50%);
  }
  .articles-list.articles-list_posts .articles-list__item:nth-child(5n) .article-card__descr {
    -webkit-line-clamp: unset;
  }
}
@media only screen and (min-width: 1366px) {
  .header-1 .header-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-1 .header-right .header-call {
    padding: 13px 21px 16px;
    font: 700 16px/1.4 "Normalidad";
  }
  .hero.elementor-section .elementor-container {
    padding-right: 31px;
    padding-left: 31px;
    -moz-column-gap: 66px;
    -webkit-column-gap: 66px;
            column-gap: 66px;
    row-gap: 50px;
  }
  .hero-block1 {
    margin-top: 42px;
    margin-left: 16px;
    margin-right: -52px;
    width: auto !important;
    grid-area: 1/1/4/6;
  }
  .hero-block2 {
    width: auto !important;
    grid-area: 1/6/1/13;
  }
  .hero-block3 {
    width: auto !important;
    grid-area: 2/6/2/13;
  }
  .hero-block4 {
    width: auto !important;
    grid-area: 3/6/3/13;
  }
  .hero-counter .elementor-container.elementor-column-gap-default {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
}/*# sourceMappingURL=style.css.map */