/*
Theme Name: aetrex
*/

@font-face {
  font-family: "Nunito Sans";
  src: url("/wp-content/themes/aetrex/assets/fonts/nunito-sans-v19-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  transition: all 0.2s ease;
}

* {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
  line-height: 1;
  letter-spacing: 1px;
}

/* Hide number input spinners for custom quantity field */
.aetrex-qty__input[type=number]::-webkit-outer-spin-button,
.aetrex-qty__input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.aetrex-qty__input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.aetrex-qty {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

/* Checkout radios */
.delivery-option .custom-radio,
.payment-option .custom-radio {
  accent-color: #111111;
}

.delivery-option .custom-radio:focus,
.payment-option .custom-radio:focus {
  outline: none !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

pre {
  font-family: "Montserrat", sans-serif;
  white-space: pre-wrap;
  margin: 0;
}

pre ul,
pre ol {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

pre ul {
  list-style-type: disc;
  list-style-position: inside;
}

pre ol {
  list-style-type: decimal;
  list-style-position: inside;
}

pre ol li::marker {
  font-size: inherit;
  font-weight: inherit;
}

pre .aligncenter {
  margin: 0 auto;
}

pre iframe {
  width: 100%;
  height: 415px;
}

pre table {
  border-collapse: collapse;
}

pre td,
pre th {
  vertical-align: top;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #111111;
  overflow-x: hidden;
}

/* Burger menu */
.burger-icon {
  cursor: pointer;
  width: 40px;
  height: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.burger-line {
  height: 4px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger-icon.is-active .top-line {
  transform: translateY(13px) rotate(45deg);
}

.burger-icon.is-active .middle-line {
  opacity: 0;
}

.burger-icon.is-active .bottom-line {
  transform: translateY(-13px) rotate(-45deg);
}

.nav__menu-sm {
  right: 0;
  left: 0;
  z-index: 10;
  background: white;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  overflow-x: hidden !important;
}

.nav__menu-inner {
  transform: translateX(200px);
  transition: all 0.4s ease-in-out;
}

.nav__menu-sm.is-active {
  opacity: 1;
  pointer-events: auto;
}

.nav__menu-sm.is-active .nav__menu-inner {
  transform: translate(0);
}

/* Header menu */
.header__nav>ul>li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub-menu {
  position: absolute;
  width: 300px;
  top: 100%;
  background-color: #f5f4f3;
  z-index: 10;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  padding: 1rem 3rem;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  line-height: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

.sub-menu li {
  margin-bottom: 1rem;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.header__nav>ul>li:hover .sub-menu {
  opacity: 1;
  display: block;
}

.sub-menu li:hover {
  font-weight: 700;
}

.sub-menu:after {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -14px;
  width: 0;
  height: 0;
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f5f4f3;
}

.header__nav-icons svg {
  width: 2rem;
  height: 2rem;
}

.grow {
  width: 100%;
}

.image-banner__content {
  padding-right: 2rem;
}

.image-banner__cta {
  padding: 1rem 2rem;
  letter-spacing: 1px;
}

.image-banner__cta:hover {
  background-color: #dfdedc !important;
}

.control-video-buttons svg path {
  fill: white;
}

.control-video-buttons svg {
  width: 1rem;
  height: 1rem;
}

.cards__item {
  position: absolute;
}

.cards__item:hover .cards__item-title {
  transform: translateY(0);
}

.cards__item:hover.cards__item-button {
  opacity: 1;
}

.cards>button {
  max-height: 12.5rem;
  font-size: 2rem;
}

.nav__secondary svg path {
  fill: black;
}

/* Scrollbar hide */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right,
      transparent 49%,
      #a9a8a6 49%,
      #a9a8a6 51%,
      transparent 51%);
  pointer-events: none;
}

/* Carousel */
.swiper-slider {
  overflow: hidden;
}

.brand-carousel-section {
  padding: 3rem 0;
  background-color: white;
}

.carousel {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  width: 100%;
}

.carousel-track .swiper-slide {
  border: none !important;
  box-shadow: none !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Cart badge */
.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: red;
  color: white;
  font-size: 0.75rem;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Side menu */
.side-menu-list .menu-item-has-children.active .sub-menu {
  display: block;
}

.side-menu-list .sub-menu .menu-item a {
  text-transform: none;
  font-weight: 400;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
}

.side-menu-list .sub-menu .menu-item a:hover {
  text-decoration: underline;
}

.side-menu-list .menu-item-has-children.active>a::after {
  transform: rotate(90deg);
}

.side-menu-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebf5ff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  height: 4.5rem;
  padding: 0.75rem;
}

.side-menu-list li a::after {
  content: "";
  display: inline;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/aetrex/assets/images/right-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.sub-menu li a::after {
  display: none;
}

.side-menu-bottom-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-card .dsalv-attribute-label {
  display: none;
}

.product.hidden {
  display: none;
}

.irs--compact .irs-line {
  background-color: #eeeeee !important;
}

.wpfMainWrapper[data-filter="5"] .wpfFilterWrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.wpfMainWrapper[data-filter="5"] button {
  height: 48px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border: 1px solid #111111 !important;
  border-radius: 0.5rem !important;
  font-size: 16px !important;
  color: #111111 !important;
}

.wpfMainWrapper[data-filter="5"] .ms-options {
  height: fit-content !important;
  min-height: fit-content !important;
  padding: 10px 20px !important;
  border: 1px solid #111111 !important;
  border-radius: 0.5rem !important;
}

.wpfMainWrapper[data-filter="5"] .ms-options-wrap>button:after {
  content: "" !important;
  height: 13px !important;
  right: 16px !important;
  width: 20px !important;
  background-image: url("/wp-content/themes/aetrex/assets/images/down-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  border-top-color: none !important;
  margin-top: 0 !important;
  border-top-width: none !important;
  transform: translateY(-50%);
}

/* Modal */
#modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

#modal-overlay.open {
  display: block;
}

#modal {
  right: -500px;
  width: 500px;
  max-width: 25rem;
  z-index: 1000;
  transition: right 0.3s ease-in-out;
}

#modal.open {
  right: 0;
}

body.modal-open {
  overflow: hidden;
}

.filter-modal-content {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.accordion-content {
  display: none;
}

.accordion-content.open {
  display: block;
}

/* Blog article */
.active-article {
  background-color: white;
  border: 1px solid #111111;
}

.article-template__heading-content {
  text-align: left;
  min-height: 330px;
  max-width: 900px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  flex-direction: column;
  gap: 1rem;
}

/* Product details */
.product-details__item {
  width: fit-content;
}

.product-details__item-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
}

.icon--caret-down {
  transition: transform 0.3s ease;
}

.rotate-180 {
  transform: rotate(180deg);
}

.product__selected {
  border: 1px solid black;
}

.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper custom */
.swiper-pagination-bullet-active {
  background-color: #111111;
}

.my-swiper-button-style {
  color: #1f2937;
  background-color: #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.my-swiper-button-style:hover {
  background-color: #e5e7eb;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

/* Text banner */
.text-banner.tl {
  text-align: left;
}

.text-banner.bg-rounded {
  border-radius: 0 1.5rem;
  padding: 3rem 1.5rem;
}

.section-template--25342988222777__text_banner_4FT7nP-padding {
  padding: 12px 36px;
}

@media screen and (min-width: 750px) {
  .section-template--25342988222777__text_banner_4FT7nP-padding {
    padding: 16px 48px;
  }
}

.section-template--25342988222777__text_banner_4FT7nP-background-color {
  background-color: #ebf5ff;
}



@media (min-width: 1024px) {
  .text-banner.bg-rounded {
    border-radius: 0 7.25rem;
    padding: 5.25rem 7.25rem;
  }

  .text-banner.bg-rounded .image {
    max-width: 11.5rem;
  }

  .image {
    aspect-ratio: var(--aspect-ratio-desktop);
  }

  .hide-mobile {
    display: block !important;
  }

  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .text-banner.bg-rounded {
    padding: 5.25rem 3rem;
  }

  .text-banner__container {
    gap: 1rem;
  }
}

.text-banner.bg-rounded .image {
  max-width: 9.375rem;
}


.image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: var(--aspect-ratio-mobile);
}

.hide-mobile {
  display: none !important;
}

.section-template--25342988222777__text_banner_4FT7nP-copy-container {
  max-width: 800px;
}

.text-banner__content-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.text-banner__mobile-images {
  flex-wrap: nowrap;
  width: 100%;
  gap: 1rem;
}

.image .image--desktop {
  display: none;
}

.image>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: var(--object-position-mobile);
}

.image>* {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* WooCommerce */
.woocommerce-MyAccount-navigation ul .is-active {
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li:nth-last-child(1) {
  margin-top: 2.5rem;
}

.woo-content .woocommerce {
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .woo-content .woocommerce {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;

  }

  .woo-content .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}

.woo-content .woocommerce-MyAccount-content {
  width: 70%;
}

.woo-content .woocommerce-MyAccount-navigation {
  width: 20% !important;
}

.dsalv-attributes .dsalv-terms .dsalv-term-image span,
.dsalv-attributes .dsalv-terms .dsalv-term-image a {
  width: 75px !important;
  height: 75px !important;
}

.dsalv-attributes .dsalv-terms .dsalv-term {
  border-radius: 50% !important;
  border-color: transparent !important;
  padding: 0 !important;
  overflow: hidden;
}

.dsalv-attributes .dsalv-terms img {
  border-radius: 50% !important;
  object-fit: cover !important;
  height: 100% !important;
}

.dsalv-attributes .dsalv-terms .dsalv-term.active,
.dsalv-attributes .dsalv-terms .dsalv-term.active.is-selected,
.dsalv-attributes .dsalv-terms .dsalv-term:hover {
  border-color: #111111 !important;
}

.dsalv-attributes .dsalv-terms .dsalv-term.is-selected {
  border-color: #dfdedc !important;
}

/* Limit swatches to first 3 */
.product-card .dsalv-attributes .dsalv-terms .dsalv-term:nth-child(n+4) {
  display: none !important;
}

.color-var-block .dsalv-attribute-label {
  display: none !important;
}

.woocommerce a.remove {
  display: flex;
  align-items: center;
  color: #111111 !important;
  font-weight: 400;
  column-gap: 10px;
  background: none !important;
}

.woocommerce a.remove:hover {
  color: #111111 !important;
}

.woocommerce img.delete {
  height: 16px;
}

.woocommerce-checkout-payment .space-y-2:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce-checkout #payment {
  background-color: transparent !important;
}

/* Orders table */
.woocommerce .account-orders-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background-color: #fff !important;
  border: 1px solid #dfdedc !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.woocommerce .account-orders-table thead th {
  background-color: #f5f4f3 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  color: #111111 !important;
  border-bottom: 1px solid #dfdedc !important;
}

.woocommerce .account-orders-table th,
.woocommerce .account-orders-table td {
  padding: 18px 24px !important;
  vertical-align: middle !important;
}

.woocommerce .account-orders-table tbody tr:hover {
  background-color: #fafafa !important;
}

.woocommerce .account-orders-table tbody td {
  border-top: 1px solid #efefef !important;
}

.woocommerce .account-orders-table .woocommerce-orders-table__cell-order-number a {
  color: #111111 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.woocommerce .account-orders-table .woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline !important;
}

.woocommerce .account-orders-table .woocommerce-orders-table__cell-order-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

.woocommerce .account-orders-table .woocommerce-orders-table__cell-order-actions .button:hover {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}

.woocommerce .woocommerce-Pagination {
  margin-top: 16px !important;
  display: flex !important;
  gap: 8px !important;
}

.woocommerce .woocommerce-Pagination .button {
  padding: 10px 16px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

.woocommerce .woocommerce-Pagination .button:hover {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}

/* Order customer details */
.woocommerce .aetrex-order-customer-details {
  margin-top: 24px !important;
  padding: 20px 24px !important;
  background-color: #ffffff !important;
  border: 1px solid #dfdedc !important;
  border-radius: 8px !important;
}

.woocommerce .aetrex-order-customer-details .woocommerce-column__title {
  margin: 0 0 12px 0 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}

.woocommerce .aetrex-order-customer-details address {
  font-style: normal !important;
  line-height: 1.6 !important;
  color: #111111 !important;
}

.woocommerce .aetrex-order-customer-details .woocommerce-customer-details--phone,
.woocommerce .aetrex-order-customer-details .woocommerce-customer-details--email {
  margin-top: 6px !important;
  color: #343434 !important;
}

.woocommerce .woocommerce-customer-details address {
  border: none !important;
}

.woocommerce-order-details h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

mark {
  background-color: #0171E3;
  border-radius: 3px;
  padding: 3px 5px;
  color: #fff;
}

/* Thank You page */
.woocommerce .woocommerce-order {
  background-color: #ffffff !important;
  border: 1px solid #dfdedc !important;
  border-radius: 8px !important;
  padding: 24px !important;
}

.woocommerce .woocommerce-thankyou-order-received {
  margin: 0 0 16px 0 !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.woocommerce .woocommerce-thankyou-order-details.order_details {
  list-style: none !important;
  margin: 16px 0 0 0 !important;
  padding: 0 !important;
  border: 1px solid #dfdedc !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.woocommerce .woocommerce-thankyou-order-details.order_details li {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  border-top: 1px solid #efefef !important;
}

.woocommerce .woocommerce-thankyou-order-details.order_details li:first-child {
  border-top: none !important;
}

.woocommerce .woocommerce-thankyou-order-details.order_details li strong {
  color: #111111 !important;
  font-weight: 700 !important;
}

.woocommerce .woocommerce-order .button {
  padding: 10px 16px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

.woocommerce .woocommerce-order .button:hover {
  background-color: #343434 !important;
  border-color: #343434 !important;
}

/* Empty cart */
.woocommerce .aetrex-empty-cart {
  background-color: #ffffff !important;
  border: 1px solid #dfdedc !important;
  border-radius: 8px !important;
  padding: 64px !important;
  text-align: center !important;
  width: fit-content;
  margin: 0 auto;
}

.woocommerce .aetrex-empty-cart__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
}

.woocommerce .aetrex-empty-cart__icon img {
  width: 84px !important;
  height: 84px !important;
  object-fit: contain !important;
}

.woocommerce .aetrex-empty-cart__text {
  font-size: 1rem !important;
  color: #111111 !important;
  margin: 0 0 16px 0 !important;
  font-weight: 600 !important;
}

.woocommerce .aetrex-empty-cart .button {
  padding: 10px 16px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

.woocommerce .aetrex-empty-cart .button:hover {
  background-color: #343434 !important;
  border-color: #343434 !important;
}

/* Empty orders/info messages */
.woo-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woo-content .woocommerce .woocommerce-info,
.woo-content .woocommerce .woocommerce-message {
  background-color: #ffffff !important;
  border: 1px solid #dfdedc !important;
  border-left: 1px solid #dfdedc !important;
  border-radius: 8px !important;
  padding: 24px !important;
  color: #111111 !important;
  width: fit-content !important;
  margin: 0 auto 16px auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  row-gap: 10px;
}

.woo-content .woocommerce .woocommerce-info::before,
.woo-content .woocommerce .woocommerce-message::before {
  display: none !important;
}

.woo-content .woocommerce .woocommerce-info .button,
.woo-content .woocommerce .woocommerce-message .button,
.woo-content .woocommerce .woocommerce-info .woocommerce-Button,
.woo-content .woocommerce .woocommerce-message .woocommerce-Button {
  padding: 10px 16px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 8px !important;
}

.woo-content .woocommerce .woocommerce-info .button:hover,
.woo-content .woocommerce .woocommerce-message .button:hover,
.woo-content .woocommerce .woocommerce-info .woocommerce-Button:hover,
.woo-content .woocommerce .woocommerce-message .woocommerce-Button:hover {
  background-color: #343434 !important;
  border-color: #343434 !important;
}

/* Hide legacy forms */
.u-columns.col2-set,
form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
  display: none !important;
}

/* Product gallery modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal.active {
  display: flex;
}

.modal-content {
  position: relative;
  max-width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  box-sizing: border-box;
}

.modal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
}

.product-review-modal-prev,
.product-review-modal-next {
  color: #fff;
  background-color: rgba(177, 177, 177, 0.39);
  border-radius: 4px;
  width: 60px;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.product-review-modal-prev {
  left: 0;
}

.product-review-modal-next {
  right: 0;
}

.product-review-modal-prev:after {
  content: "←";
}

.product-review-modal-next:after {
  content: "→";
}

.product-review-modal-prev:after,
.product-review-modal-next:after {
  font-size: 20px;
}

/* Product review gallery */
.product-review-gallery {
  position: relative;
}

.product-review-gallery-next,
.product-review-gallery-prev {
  position: absolute;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  top: 0;
  bottom: 0;
  background-color: white;
  color: #111111;
  font-weight: 500;
  opacity: 0;
  z-index: 50;
}

.product-review-gallery-next svg,
.product-review-gallery-prev svg {
  width: 40px;
  height: 40px;
}

.product-review-gallery-next:hover,
.product-review-gallery-prev:hover {
  opacity: 0.5;
}

.product-review-gallery-next {
  right: 0;
}

.product-review-gallery-prev {
  transform: rotate(-180deg);
  left: 0;
}

/* Thumbnails */

#thumbnailsWrapper::-webkit-scrollbar {
  width: 1px !important;
}

#thumbnailsWrapper::-webkit-scrollbar-track {
  background: transparent !important;
}

#thumbnailsWrapper::-webkit-scrollbar-thumb {
  background-color: #ececec !important;
}

/* Spinners */
.btn-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: btn-spin 0.7s linear infinite;
  vertical-align: middle;
}

.woocommerce a.remove .btn-spinner,
.remove .btn-spinner {
  border: 2px solid rgba(17, 17, 17, 0.25);
  border-top-color: #111111;
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
  margin-left: 0.5rem;
  box-sizing: content-box;
  flex: 0 0 auto;
}

.aetrex-qty .btn-spinner {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.totals-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(17, 17, 17, 0.25);
  border-top-color: #111111;
  border-radius: 50%;
  animation: btn-spin 0.7s linear infinite;
  vertical-align: middle;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Images blend mode */
#gallery-1 img,
#mobileGallery img,
#thumbnails img,
#galleryModal img,
.search-result-card img,
.product-card .mainImage,
.product-review-gallery img {
  mix-blend-mode: darken;
}

.search-result-card h3 .search-highlight {
  color: #00a8af;
  font-weight: 600;
}

/* Product details icons */
.product-details__icon .image {
  position: relative;
  width: 80px;
  height: 80px;
}

.product-details__icon .image>* {
  position: static !important;
  /* width: 70px !important;
  height: 70px !important; */
}

.product-details__icon img {
  /* min-height: 100px !important;
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  object-fit: contain; */
}

/* Lang menu */
.lang-menu li>a {
  display: flex;
  gap: 5px;
  padding: 5px;
  align-items: center;
  width: 100%;
}

.lang-menu li>a:hover {
  background-color: rgb(235, 235, 235);
}

.lang-menu {
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
}

/* Footer */
.image-to-be-white {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .sub-menu {
    display: none;
    list-style: none;
    padding: 10px 0;
    opacity: 1;
    width: 100%;
    position: static;
    background-color: transparent;
    transform: none;
  }

  .sub-menu li a {
    padding: 12px 10px;
    border-bottom: 1px solid #dfdedc;
    height: fit-content;
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  pre iframe {
    height: 315px;
  }

  .woocommerce .account-orders-table {
    border-radius: 6px !important;
  }

  .woocommerce .account-orders-table thead {
    display: none !important;
  }

  .woocommerce .account-orders-table tr {
    display: block !important;
  }

  .woocommerce .account-orders-table tbody td,
  .woocommerce .account-orders-table tbody th.woocommerce-orders-table__cell-order-number {
    display: grid !important;
    grid-template-columns: 120px 1fr !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 18px !important;
    border-top: 1px solid #efefef !important;
  }

  .woocommerce .account-orders-table tbody td::before {
    content: attr(data-title) !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
  }

  .woocommerce .account-orders-table tbody tr {
    background-color: #fff !important;
  }

  .woocommerce .woocommerce-Pagination {
    justify-content: center !important;
  }

  .woocommerce .aetrex-order-customer-details {
    padding: 16px 16px !important;
  }

  .woocommerce .aetrex-empty-cart {
    padding: 16px !important;
  }

  .woocommerce .woocommerce-order {
    padding: 16px !important;
  }

  .woocommerce .woocommerce-thankyou-order-details.order_details li {
    padding: 12px 14px !important;
  }

  .woo-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
  .woo-content .woocommerce .woocommerce-info,
  .woo-content .woocommerce .woocommerce-message {
    padding: 16px !important;
    width: auto !important;
  }
}

/* size-guide-table */
.size-guide-table tr td:first-child {
  background-color: #f5f4f3;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
}

.size-guide-table td:nth-child(odd) {
  background-color: #f5f4f3;
}

.size-guide-table td:nth-child(even) {
  background-color: white;
}

.size-guide-table tr,
.size-guide-table td {
  border: 1px solid #dfdedc;
}

.size-guide-table {
  text-align: center !important;
  white-space: nowrap !important;
}

.tablepress>:not(caption)>*>*:not(:first-child) {
  text-align: center !important;
}

.size-guide-table {
  scrollbar-width: thin;
  scrollbar-color: #111111 #f5f4f3;
}

/* size-guide-table */

/* Анимация превращения плюса в крест */
.line-h,
.line-v {
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Анимация открытия/закрытия */
.faq-answer {
  overflow: hidden;
  transition: all 0.35s ease;
  opacity: 0;
  height: 0;
}

.faq-answer.open {
  opacity: 1;
  height: auto;
}

/* Плавное появление содержимого */
.faq-answer>div {
  animation: fadeIn 0.35s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-video {
  aspect-ratio: 16/9;
}

.video-block {
  flex: 1.7;
}

@media screen and (max-width: 1440px) {
  .video-block {
    flex: 1;
  }
}