.mobile-menu,
.related-products-section.mob,
.product-faq .title-column .title.mob {
  display: none;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
}

.phone_header,
.woocommerce-cart .main-navigation,
.woocommerce-cart .widget-icl_lang_sel_widget,
.woocommerce-checkout .main-navigation,
.woocommerce-checkout .widget-icl_lang_sel_widget {
  display: none;
}

.woocommerce-checkout .phone_header,
.woocommerce-cart .phone_header {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Brand-Primary-Dark-Brown, #332d2b);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.phone_header a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.open-list-popup {
  border: none;
  outline: none;
  display: none;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .menu-item-has-children .woocommerce-loop-product__title {
    /* font-size: 14px; */
    /* max-width: 75%; */
  }

  .sertificates-images {
    max-width: 600px;
    width: 50%;
  }

  .item_menu_pr_title {
    padding-top: 8px;
  }

  .menu-item-has-children .product-pack {
    font-size: 11px;
  }
  .menu-item-has-children .sub-menu {
    left: 0;
  }
  .menu-item-has-children .sub-menu .product {
    aspect-ratio: 1 / 1.55;
    position: relative;
    overflow: hidden;
  }
  .menu-item-has-children .sub-menu .product img {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* .menu-item-has-children .sub-menu .product img{
    position: relative;
  }
 .menu-item-has-children .sub-menu .product img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(
      to top,
      rgba(224, 220, 207, 0.5),
      rgba(224, 220, 207, 0)
    );
    pointer-events: none;
    z-index: 1;
  } */
}
@media screen and (max-width: 1367px) {
  .wrapper-small {
    padding: 0 24px;
    max-width: 1366px;
    width: 100%;
  }
  .menu-item-has-children .sub-menu {
    width: 85vw;
    left: -5vw;
  }
  .hero-heading-title {
    font-size: 40px;
  }
  .sertificates-images {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    /* width: 100%;
    max-width: unset; */
  }
  .sertificate-item {
    /* width: 50%; */
    border-radius: 8px;
  }
  .sertificate-item img {
    width: 100%;
  }
  .title-with-line {
    font-size: 48px;
  }

  .footer-title {
    font-size: 12.14vw;
  }
}

@media screen and (max-width: 1180px) {
  #header-menu {
    display: none;
  }
  .product-nav,
  .logged-in .product-nav {
    top: 0;
  }
  .mobile-header-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-top: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
    background: var(--Brand-Primary-Beige, #fff9ef);
    /* z-index: 99999; */
    z-index: 99;
    transition: transform 0.3s ease;
    /* transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; */
  }
  /* .mobile-header-bottom.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  } */
  .mobile-header-bottom .wpml-ls {
    display: none;
  }
  .mobile-header-bottom .sidebar-custom .wc-block-mini-cart__amount {
    display: none;
  }
  .single-product .scroll-to-top {
    bottom: 150px;
  }
  main {
    overflow: auto;
  }
  section {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobile-header-bottom .wc-block-mini-cart {
    padding: 0;
  }
  .hero-left-column .hero-image-wrapper.big-image {
    flex: 1;
  }
  .site-title,
  .title-with-line {
    font-size: 36px;
  }
  .what-you-got-product {
    left: 45%;
    z-index: 1;
    width: 45%;
    height: auto;
  }
  .what-you-got-section {
    height: 70vh;
  }
  .social-networks {
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-header-bottom .buttons-block {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .mobile-header-bottom .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--Brand-Additional-Light-Brown, #848079);
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-header-bottom .wc-block-mini-cart__quantity-badge {
    padding: 0;
  }
  .mobile-header-bottom .item svg {
    width: 32px;
    height: 24px;
  }
  .mobile-header-bottom .item img {
    width: 24px;
    height: 24px;
  }

  .scroll-to-top {
    bottom: 90px;
  }

  .header-wrapper .sidebar-custom:not(.widget-icl_lang_sel_widget) {
    display: none;
  }

  .header-wrapper .wpml-ls-legacy-list-horizontal {
    padding: 0;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 98;
    display: flex;
    flex-direction: column;
    padding: 110px 16px 80px 16px;
    background: #fff9ef;
  }
  .mobile-menu .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 80px;
    z-index: -1;
  }
  header {
    z-index: 99;
  }

  .mobile-menu.active {
    transform: translateX(0);
  }
  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .mobile-menu-list li {
    padding: 8px 0;
    color: var(--Brand-Primary-Dark-Brown, #332d2b);

    /* Design/Action/action-bold-16 */
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .menu-open {
    overflow: hidden;
  }

  .mobile-menu-button.active img {
    opacity: 0.7;
    transform: scale(0.95);
    transition: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .header-cart .header-cart__link {
    background: transparent;
    padding: 0;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-checkout-wrapper form .cart_totals {
    top: unset;
    margin-bottom: 0;
    position: relative;
  }
  .related-products-section .our-products-list__item .product-name,
  .related-products-section .our-products-list.set .title {
    max-width: unset;
    min-height: unset;
  }
  .related-products-section .our-products-list__item .product-image {
    height: 100%;
    object-position: unset;
  }
  .our-products-list__item .product-image {
    height: 100%;
    object-position: unset;
  }
  .hero-left-column .hero-image-wrapper.big-image {
    flex: unset;
  }
  .hero-left-column .hero-image-wrapper.small-image {
    display: none;
  }
  .hero-section {
    position: relative;
    /* padding-bottom: 250px; */
  }
  .hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
    /* height: 50vh; */
  }
  .hero-heading-block.pc {
    /* position: absolute;
    width: calc(100vw - 40px);
    bottom: 0;
    left: 20px; */
    display: none;
  }
  .hero-heading-block.mob {
    display: flex;
    width: 100%;
    margin-top: 16px;
    position: relative;
    grid-column: 1 / -1;
    padding-top: 32px;
  }
  .hero-middle-column {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .hero-left-column {
    grid-column-start: 2;
    grid-row-start: 2;
    width: 100%;
  }
  .hero-right-column {
    grid-row: span 2 / span 2;
    width: 50vw;
  }
  .hero-middle-column .image-wrapper {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
  }
  .hero-heading-title span:nth-child(3) {
    align-self: flex-end;
  }
  .what-is-sorbent-wrapper {
    flex-direction: column;
  }
  .sorbent-title-block .content {
    max-width: unset;
  }
  .sorbent-image-block {
    width: 100%;
  }
  .what-you-got-list__item {
    width: 100%;
    z-index: 2;
  }
  .buy-product {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .our-products-section {
    padding-bottom: 90px;
  }
  .title-with-line {
    flex-wrap: wrap;
  }
  .sertificates-block {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 56px;
    position: relative;
  }
  .sertificates-block .primary-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .sertificates-images {
    width: 100%;
  }
  .values-list {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 4px;
  }
  .value-item:nth-child(1),
  .value-item:nth-child(2),
  .value-item:nth-child(4),
  .value-item:nth-child(5) {
    width: calc(50% - 2px);
  }
  .value-item:nth-child(4),
  .value-item:nth-child(5) {
    align-self: flex-start;
  }
  .value-item:nth-child(5) {
    aspect-ratio: 162 / 245;
    max-height: 245px;
  }
  .value-item .index {
    position: absolute;
    right: 16px;
  }
  .founder-wrapper {
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    max-width: calc(100vw - 32px);
  }
  .faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    padding-bottom: 200px;
  }
  div.tnp-subscription,
  form.tnp-subscription,
  form.tnp-profile {
    max-width: unset !important;
    width: 100%;
  }
  .delivery-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .delivery-faq-wrapper .faq-list {
    max-width: unset;
  }
  .need-more-info {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .hero-left-column .hero-image-wrapper.big-image {
    height: 25vh;
  }
  .woocommerce-cart-wraper,
  .woocommerce-checkout-wrapper form,
  .woocommerce-order {
    flex-direction: column;
  }
  .woocommerce-cart-form {
    order: 1;
  }

  .woocommerce .woocommerce-cart-wraper .cart-collaterals {
    order: 2;
  }

  .related-products-section.mob {
    order: 3;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-checkout-wrapper form .cart_totals,
  .woocommerce-order-details {
    width: 100%;
  }
  .components-list-wrapper {
    display: flex;
    flex-direction: column;
  }
  .how-to-use-numbers-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .how-to-use-item {
    min-width: 30%;
  }
  .product-info {
    width: 50vw;
  }
}

@media screen and (max-width: 960px) {
  .footer-menus-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  footer .form-column {
    width: 100%;
    order: 1;
  }
  .footer-menu-block.contacts-block {
    order: 2;
  }
  .social-networks {
    flex-direction: row;
  }
  .footer-menu-block:nth-child(2) {
    order: 3;
  }
  .footer-menu-block:nth-child(3) {
    order: 4;
  }
  .how-to-use-images-list {
    flex-direction: column;
    height: auto;
  }
  .how-to-use-images-list .how-to-use-item {
    min-height: 300px;
  }
  .delivery-methods {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 820px) {
  .our-products-list.related {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .table-price .head {
    display: none !important;
  }
  .wrapper,
  .wrapper-small {
    padding: 0 16px;
  }
  /* .hero-wrapper {
    height: 250px;
  } */
  .hero-middle-column {
    height: 123px;
  }
  .sorbent-image-block {
    aspect-ratio: 338 / 346;
  }
  .sorbent-image-block .content {
    padding: 10px;
  }
  .site-title.sorbent {
    font-size: 28px;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 500;
  }
  .site-title.sorbent span {
    display: flex;
    flex-wrap: wrap;
    max-width: 60vw;
  }
  .our-products-list__item {
    height: 400px;
  }
  .our-products-list {
    grid-template-columns: 1fr;
  }
  .our-products-list__item .card-content {
    padding: 16px;
  }
  .our-products-list__item .card-content .product-description {
    /* display: none; */
    font-size: 13px;
  }
  
  .our-products-list__item .card-content .product-description br {
    display: none;
  }
  .our-products-list__item.set .card-content .product-description br {
display: block;
  }
  .our-products-list.set .product-description strong {
    font-size: 14px;
  }
  .our-products-list__item .product-name {
    text-align: center;
    color: #2f383f;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 20px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
  }
  .buy-product,
  .buy-course {
    flex: 1;
  }

  .buy-product .price-block,
  .buy-course .price-block {
    width: 100%;
  }

  .buy-product .transparent-button {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .buy-product .transparent-button span {
    flex: unset;
  }
  .hero-slider__item,
  .hero-middle-column .image-wrapper,
  .hero-left-column .hero-image-wrapper {
    border-radius: 3.631px;
  }
  .hero-middle-column,
  .hero-left-column {
    height: 150px;
  }
  .slide-content {
    padding: 10px;
  }
  .slide-content .promo {
    margin-bottom: 9px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
  }
  .slide-content .promo-title {
    /* font-size: 12px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 7px;
  }
  .slide-content .promo-content {
    /* font-size: 16px; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
  }
  .hero-heading-title {
    color: var(--Neutral-Colors-Gray---800---242526, #242526);

    /* Design/heading-semibold-36-upper */
    font-family: "Orchidea Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.72px;
    text-transform: uppercase;
  }
  .hero-wrapper .button-block .text,
  .hero-wrapper .button-block .primary-button {
    width: 100%;
  }
  .hero-wrapper .button-block .heading {
    color: var(--Neutral-Colors-Gray---800---242526, #242526);
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-heading-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.72px;
  }
  .hero-heading-title span:nth-child(2) {
    align-self: flex-start;
  }
  .hero-heading-title span:nth-child(3) {
    align-self: center;
  }
  .hero-wrapper .button-block .text {
    max-width: 200px;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    margin: 8px 0 0 0;
  }
  .logged-in header {
    top: 0;
  }
  main {
    margin-top: 110px;
    /* margin-top: 0;
    padding-top: 60px; */
  }
  .marquee-section {
    padding: 48px 0 54px 0;
  }
  .marquee {
    padding: 12px;
  }
  .marquee-item {
    color: var(--Brand-Primary-Dark-Brown, #332d2b);

    /* Design/Body/Body_Medium 16 */
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .what-is-sorbent {
    padding-top: 0;
  }
  .site-title.sorbent span:last-child {
    margin-left: 0;
    align-self: flex-end;
  }
  .sorbent-title-block .content {
    padding: 0;
  }
  .sorbent-title-block .bold-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .sorbent-title-block .normal-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .what-is-sorbent-wrapper {
    gap: 20px;
  }
  .what-is-sorbent {
    padding-bottom: 72px;
  }
  .what-you-got-section {
    padding: 36px 0;
    /* height: fit-content; */
  }
  .title-with-line.white {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 28px */
    text-transform: uppercase;
    justify-content: flex-end;
  }
  .title-with-line.white span:last-child {
    align-self: flex-end;
  }
  .what-you-got-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .what-you-got-list__item {
    padding: 12px 16px;
    border-radius: 8px;
    width: fit-content;
  }
  .what-you-got-list__item .index,
  .what-you-got-list__item .text {
    display: none;
  }
  .what-you-got-list__item .title {
    color: var(--Brand-Primary-Dark-Brown, #332d2b);
    font-family: "Orchidea Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .our-products-section {
    padding: 72px 0 88px 0;
  }
  .our-products-list a.button.white-button,
  .our-products-list .white-button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button,
  .our-products-list .transparent-button {
    width: 100%;
  }
  .sets-tabs-nav {
    top: 60px;
  }
  .result-section {
    padding: 130px 0 200px 0;
  }
  .result-section .bg-image {
    display: none;
  }
  .result-section .bg-image-mob {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
  }
  .title-with-line {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 25px */
    text-transform: uppercase;
    justify-content: space-evenly;
  }
  .title-with-line span:last-child {
    align-self: flex-end;
  }
  .result-section .title-with-line {
    justify-content: space-evenly;
  }
  .sertificates-texts .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
  }
  .sertificates-texts .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .videos-slider .video-block {
    /* height: 533px; */
    height: 55vh;
  }
  .feedback-item {
    min-height: 400px;
  }
  .value-item .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    max-width: 80%;
    line-height: 100%;
  }
  .value-item .index {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    /* top: 32px; */
  }
  .value-item .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .our-values {
    padding: 72px 0;
  }
  .our-values .bg-image {
    object-fit: cover;
  }
  .founder-wrapper .image-column {
    width: 120px;
    /* height: 116px; */
    height: 136px;
    position: unset;
  }
  .founder-wrapper {
    padding: 0px 24px 64px 24px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
  }
  .founder-name {
    display: none;
  }
  .founder-wrapper .text-column {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .founder-wrapper .text-column .qoute {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .founder-name-mobile {
    display: flex;
    flex-direction: column;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .founder-name-mobile em {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .faq-section {
    padding-top: 72px;
  }
  .faq-wrapper .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .faq-wrapper .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
  }
  .faq-wrapper {
    gap: 24px;
  }
  .need-more-info {
    display: none;
  }
  .need-more-info.mobile {
    display: flex;
    position: relative;
    width: 100%;
    max-width: unset;
  }

  .need-more-info.mobile .transparent-button {
    width: 100%;
  }
  .bottom-banner-section {
    padding: 72px 0;
  }
  .bottom-banner-wrapper {
    height: fit-content;
    max-width: calc(100% - 32px);
    min-height: 565px;
    border-radius: 24px;
  }
  .popup-bg {
    z-index: 1;
    max-height: 60%;
  }
  .popup-close {
    z-index: 2;
  }
  .breadcrumbs-section {
    padding: 12px 0;
  }
  .delivery-banner {
    height: 286px;
    padding: 16px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .delivery-banner .banner-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .delivery-method-wrapper .title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .delivery-method {
    gap: 0;
  }
  .delivery-method .delivery-text {
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 16px 0 12px 0;
    display: block;
  }
  .delivery-faq-section {
    padding-bottom: 72px;
  }
  .narrow-wrapper {
    padding: 0 16px;
  }
  .text-page-section .page-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 24px;
  }
  .text-page-section h3:not(:first-child) {
    padding-top: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .product-slick-slider-buttons {
    display: none;
  }
  .product-slick-slider-wrapper {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .product-info {
    position: relative;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    transform: none !important;
  }
  .bottom-banner-wrapper {
    padding: 16px;
    border-radius: 24px;
    justify-content: flex-end;
    overflow: hidden;
  }
  .bottom-banner-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .bottom-banner-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .bottom-banner-wrapper .white-button {
    width: 100%;
  }
  .white-button {
    border-radius: 8.001px;
  }
  .seo-section {
    padding-bottom: 0;
  }
  .footer-title {
    margin-bottom: 21px;
  }
  .footer-menu-block {
    border: 1px solid rgba(211, 223, 229, 0.76);
    padding: 14px;
    width: 100%;
  }
  .footer-menu-block ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .footer-menu-block.open ul {
    opacity: 1;
    max-height: 500px;
  }

  .footer-menu-block.open ul li:first-child {
    padding-top: 14px;
  }

  .footer-menu-block ul {
    opacity: 0;
    overflow: visible;
  }
  .footer-menu-block .label {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 0;
  }

  .footer-menu-block .label:after {
    display: block;
    content: "";
    right: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    position: absolute;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--inside-container-12px, 8px);
    border: 1px solid var(--Brand-Additional-Stroke-Title, #bdb4a9);
  }
  .footer-menu-block .label::before {
    position: absolute;
    content: "";
    display: block;
    right: 10px;
    top: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMi42NjY3MSA1LjMzMzVMOC4wMDAwNCAxMC42NjY4TDEzLjMzMzQgNS4zMzM1IiBzdHJva2U9IiMzMzJEMkIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
  }
  .footer-menu-block.open .label::before {
    transform: rotate(180deg);
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
  .designers {
    width: 100%;
  }
  .footer-menu-block.contacts-block {
    border: none;
  }
  .footer-menu-block.contacts-block .label::before,
  .footer-menu-block.contacts-block .label::after {
    display: none;
  }
  .product-slick-slider-wrapper .slick-slide {
    height: 460px;
  }
  .product-slick-slider-wrapper {
    border-radius: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .product-info {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    padding: 16px;
    border-radius: 16px;
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    max-height: unset;
    overflow: auto;
  }
  /* .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  } */
  .product-slick-slider-wrapper .slick-dots {
    bottom: 40px;
  }
  .product-info .product-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    order: 1;
  }
  .product-packaging-wrapper {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
    order: 2;
  }
  .single-product-description {
    order: 3;
  }
  .full-course-text {
    order: 4;
    margin-bottom: 16px;
  }
  .product-info .product-price {
    order: 5;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .product-info-form.cart {
    order: 6;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-top: -36px;
  }
  .product-info-form.cart .button.custom-add-to-cart {
    width: 100%;
  }
  .free_delivery_text {
    order: 7;
  }
  .product-info .faq-list {
    order: 8;
  }
  .product-page-quantity button {
    font-size: 20px;
    font-family: "IBM Plex Sans";
    font-weight: 100;
    color: #000;
  }
  .components-section {
    padding: 64px 0 0 0;
  }
  .sticky-info .sticky-image,
  .sticky-info .sticky-title {
    display: none;
  }
  .how-to-use-section .title-with-line {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    justify-content: flex-end;
  }
  .how-to-use-section .title-with-line span:first-child {
    width: 100%;
    text-align: left;
  }
  .how-to-use-section .title-with-line span:last-child {
    text-align: left;
    width: 70vw;
    position: relative;
  }

  .how-to-use-section .title-with-line span.line {
    display: none;
  }

  .how-to-use-section .title-with-line span:last-child::before {
    height: 1px;
    background: rgba(49, 48, 46, 0.35);
    position: absolute;
    display: block;
    content: "";
    flex: 1;
    width: 18vw;
    left: -12vw;
    top: 50%;
    transform: translateX(-50%);
  }
  .how-to-use-numbers-list {
    column-gap: 44px;
    margin-bottom: 40px;
  }
  .how-to-use-item {
    gap: 12px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
  }
  .how-to-use-item .how-to-use-number {
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }
  .sticky-buy-bar {
    z-index: 99;
  }
  .sticky-buy-bar.active {
    bottom: 76px;
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .components-section {
    display: none;
  }
  .components-section.mobile {
    display: flex;
  }
  .components-wrapper {
    gap: 0;
  }
  .component-item-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e1d9;
  }
  .component-item-mobile .top-block {
    font-family: "Orchidea Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .component-text-mobile {
    color: var(--Brand-Primary-Brown, #524845);
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .components-list-mobile {
    position: relative;
  }
  .components-list-mobile .decor {
    position: absolute;
    width: 90px;
    height: auto;
    right: -20px;
  }
  .components-list-mobile .decor.left {
    top: 20%;
  }
  .components-list-mobile .decor.right {
    top: 60%;
  }
  h2.wc-block-mini-cart__title {
    font-size: 1em !important;
  }
  .woocommerce-cart-form__cart-item {
    display: grid !important;
    grid-template-columns: 1fr 2fr 0.2fr;
    grid-template-areas:
      "thumbnail name remove"
      "quantity subtotal subtotal";
    align-items: start;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  }

  .woocommerce-cart-form__cart-item .product-thumbnail {
    grid-area: thumbnail;
  }

  .woocommerce-cart-form__cart-item .product-name {
    grid-area: name;
  }

  .woocommerce-cart-form__cart-item .product-remove {
    grid-area: remove;
    justify-self: end;
    vertical-align: top;
  }

  .woocommerce-cart-form__cart-item .product-quantity {
    grid-area: quantity;
    padding-bottom: 0;
  }

  .woocommerce-cart-form__cart-item .product-subtotal {
    grid-area: subtotal;
    justify-self: end;
    align-self: center;
    padding-bottom: 0;
  }
  .woocommerce table.shop_table td {
    border: none;
  }
  .woocommerce-checkout-wrapper .table.shop_table td,
  .woocommerce table.shop_table td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce table.shop_table td.product-name {
    padding: 0;
    vertical-align: top;
  }
  .woo-page-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .order-single-block {
    padding: 32px 16px;
  }
  .order-page-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-billing-fields__field-wrapper.woocommerce-billing-fields__shipping {
    grid-template-columns: 1fr;
  }
  .woocommerce-billing-fields__field-wrapper {
    gap: 8px;
  }
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    border-radius: 12px;
    border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
  }
  .coupon_custom {
    flex-direction: column;
  }
  .woocommerce form .form-row label {
    line-height: 130%;
  }
  .after-form-text {
    margin-top: -15px;
    margin-left: 3px;
  }
  .shop_table_responsive {
    display: table !important;
    width: 100% !important;
  }
  .woocommerce-customer-details .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .woocommerce-order-overview-column {
    padding: 32px 16px;
    gap: 16px;
  }
  .woocommerce-thankyou-order-received {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .woocommerce .woocommerce-customer-details--save {
    flex-direction: row;
  }
  .woocommerce-order-details .order-product-info {
    flex: 1;
  }
  .woocommerce-order-details .order_item {
    position: relative;
  }
  .woocommerce-order-details .order_item .product-total {
    position: absolute;
    bottom: 24px;
    right: 0;
  }
  .woocommerce-order-details {
    margin-bottom: 0 !important;
  }
  .empty-cart-wrapper .decor {
    display: none;
  }
  .empty-cart-wrapper h3 {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .empty-cart-wrapper p,
  .return-to-shop .primary-button {
    width: 100%;
  }
  .number-wrapper .text {
    margin-left: 0;
  }
  .error404 main {
    margin-top: 90px;
  }
  .not-found-content .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
  }
  .not-found-content .subtitle {
    max-width: unset;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 90%;
  }
  .not-found-section .green-button {
    width: 100%;
  }
  .not-found-content {
    margin-bottom: 80px;
  }
  .our-products-list.related .our-products-list__item {
    height: 380px;
    margin-right: 4px;
  }
  .our-products-list.related .slick-dots {
    display: flex;
    width: 100%;
    border-radius: 3px;
    height: 4px;
    overflow: hidden;
  }
  .our-products-list.related li {
    margin: 0;
    flex: 1;
  }
  .our-products-list.related .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 4px;
  }
  .our-products-list.related .slick-dots li button:before {
    width: 100%;
    height: 4px;
    content: "";

    background: rgba(197, 199, 185, 0.4);
  }

  .our-products-list.related .slick-list {
    max-width: 85vw;
    overflow: visible;
  }
  .sertificates-section .primary-button {
    width: 100%;
  }
  /* .woocommerce {
    overflow-x: hidden;
  } */
  .footer-decor {
    height: 75px !important;
    object-fit: cover;
    margin-top: -50px;
  }
  .site-title.sorbent span:last-child::before {
    position: absolute;
    display: block;
    content: "";
    width: 30vw;
    height: 1px;
    left: -50px;
    top: 40%;
    transform: translateX(-50%);
    background: #bdb4a9;
    flex: 1;
    left: -27%;
  }
  .what-you-got-product {
    width: 70%;
    max-width: 60vw;
  }
  .wc-block-mini-cart__badge,
  .header_cart__badge {
    display: flex;
    width: 20.003px !important;
    height: 20.003px !important;
    /* padding: 8px 10px 10px 10px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: -12px;
    top: -8px;
    left: auto;
    border-radius: 100px;
    background: var(--Brand-Primary-Green, #7b997b);
    color: #fff;
    color: var(--Brand-Primary-Beige, #fff9ef);
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-left: 0;
  }

  .header_cart__amount {
    display: none;
  }

  .header-cart {
    background-color: transparent;
    padding: 0;
  }
  .mobile-header-bottom .item img {
    padding: 3px;
  }
  .mobile-header-bottom .wc-block-mini-cart__quantity-badge {
    width: 24px;
    height: 24px;
  }
  .mobile-header-bottom .item svg {
    width: 100%;
    height: 100%;
  }
  .widget-block {
    padding: 0;
    width: fit-content;
    height: fit-content;
  }
  [data-aos] {
    opacity: 0;
  }
  [data-aos].aos-animate {
    opacity: 1;
  }
  [data-aos="fade-up"],
  [data-aos="fade-down"],
  [data-aos="zoom-in"],
  [data-aos="zoom-out"] {
    transition-duration: 0.3s !important;
  }
  .sticky-buttons-block {
    width: 100%;
    justify-content: space-between;
  }
  .woocommerce-cart .mob_cart_menu_item {
    display: none;
  }
  .related-products-section {
    margin-bottom: 72px;
    overflow-x: hidden;
  }
  .product-nav ul {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .product-nav ul::-webkit-scrollbar {
    display: none;
  }
  .logged-in .product-nav {
    top: 0;
  }
  .product-nav a {
    min-width: max-content;
  }
  html #wpadminbar {
    display: none !important;
  }
  html {
    margin-top: 0 !important;
  }
  .added-to-cart-popup .close-popup {
    display: block;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px;
    margin: 0;
  }

  .added-to-cart-popup .popup-content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    position: fixed;
    left: 5%;
    bottom: 100px;
    width: 90%;
    max-width: 864px;
    border-radius: 16px;
    border: 1px solid var(--Brand-Additional-Gray, #c5c7b9);
    background: var(--Brand-Additional-Beige-Dark, #f8efe0);
    margin: 0 auto;
  }

  .added-to-cart-popup .popup-content h3 {
    max-width: 80%;
  }
  .added-to-cart-popup .popup-content .primary-button {
    width: 100%;
  }
  .woocommerce-cart .mobile-menu-button {
    display: none;
  }
  .woocommerce-cart .mobile-header-bottom {
    justify-content: center;
  }
  .woocommerce-cart .mobile-header-bottom .primary-button {
    width: 100%;
  }
  .woocommerce-cart .mobile-header-bottom .woocommerce-Price-currencySymbol {
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
  }
  .single-product main {
    overflow: unset;
  }
  .product-nav {
    top: 89px;
  }
  .related-products-section.pc,
  .product-faq .title-column .title.pc {
    display: none;
  }
  .related-products-section.mob {
    display: block;
    margin-bottom: 20px;
  }
  .product-faq .title-column .title.mob {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .product-faq .title-column .title.mob span:first-child {
    text-align: left;
    width: 100%;
  }
  .product-faq .title-column .title.mob span:last-child {
    text-align: left;
    width: 75vw;
    position: relative;
  }
  .product-faq .title-column .title.mob span:last-child::before {
    height: 1px;
    background: rgba(49, 48, 46, 0.35);
    position: absolute;
    display: block;
    content: "";
    flex: 1;
    width: 13vw;
    left: -9vw;
    top: 50%;
    transform: translateX(-50%);
  }
  .woocommerce table.shop_table td.product-name a {
    text-align: left;
  }
  .open-list-popup {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 20px;
  }
  #whatYouGotPopup .title {
    color: var(--Brand-Primary-Dark-Brown, #332d2b);
    font-family: "Orchidea Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  #whatYouGotPopup .popup-content {
    max-height: 70vh;
  }

  .what-you-got-list_in_popup::-webkit-scrollbar {
    display: none;
  }
  .what-you-got-list_in_popup {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .what-you-got-list__item_popup {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Brand-Primary-Brown, #524845);
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
  }
  .what-you-got-list__item_popup .index {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10.002px;
    aspect-ratio: 1/1;
    color: var(--Brand-Primary-Dark-Brown, #332d2b);
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    border-radius: 100.015px;
    background: var(--Brand-Additional-Blue-Light, #c7e4f8);
  }
  .what-you-got-list__item_popup .title {
    color: var(--Brand-Primary-Dark-Brown, #332d2b);
    font-family: "Orchidea Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .cookie-buttons {
    width: 100%;
  }
  .cookie-buttons .transparent-button,
  .cookie-buttons .primary-button {
    width: calc(50% - 8px);
    padding: 8px;
    line-height: 110%;
  }
  .sertificates-images {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 8px;
  }
  .sertificate-item {
    width: calc(50% - 4px);
    flex: unset;
  }

  .sertificate-item a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .section-on-product-page {
    overflow-x: hidden;
  }
  .breadcrumbs-section {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumbs-section::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs-section {
    scrollbar-width: none;
  }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button.white-button,
  .white-button {
    padding: 10px;
  }
  section {
    overflow-y: unset;
    height: fit-content;
  }
  .founder-wrapper .image-column {
    margin: 0;
  }
  .woocommerce-cart main {
    margin-top: 70px;
  }
  .cart-promo-text {
    width: 100vw;
    margin-left: -16px;
    border-radius: 0;
  }
  .woocommerce form .form-row label {
    margin-bottom: 4px;
  }
  .woocommerce form .form-row label {
    display: flex;
  }
  .woocommerce form .form-row .input-checkbox {
    width: 20px;
    height: 20px;
    display: inline-flex;
  }
  /* .wc-block-mini-cart__template-part,
  .wp-block-woocommerce-mini-cart-contents,
  .wp-block-woocommerce-filled-mini-cart-contents-block {
    height: calc(100vh - 77px);
  } */
  .wc-block-components-drawer__screen-overlay {
    z-index: 99999;
  }
  .hero-wrapper {
    display: flex;
    flex-direction: column;
  }
  .hero-middle-column,
  .hero-left-column {
    display: none;
  }
  .hero-right-column {
    width: 100%;
    height: 50vh;
    height: 57vh;
  }
  .title-with-line.white .r-icon {
    font-size: 18px;
    vertical-align: super;
  }
  .video-thumb {
    height: 55vh;
  }
  .video-thumb:hover img {
    transform: none;
  }
  .author-info {
    flex: 1;
  }

  .result-section {
    overflow: hidden;
    position: relative;
  }

  .videos-marquee,
  .feedbacks-marquee {
    overflow: hidden;
    position: relative;
  }

  .videos-marquee .marquee-inner,
  .feedbacks-marquee .marquee-inner {
    display: flex;
    will-change: transform;
  }

  .videos-marquee .video-block,
  .feedbacks-marquee .video-block {
    flex: 0 0 auto;
    /* min-width: 250px; */
    width: 65vw;
  }
  .feedbacks-slider {
    direction: unset;
  }
  .author-info .name {
    font-size: 12px;
  }
  .author-product .product-name {
    width: auto;
  }
  .related-products-section .our-products-set .white-button {
    min-width: 160px;
  }

  /* .our-products-section .our-products-list__item.set {
  height: 455px;
 } */

  .sorbent-image-block .block-bg {
    z-index: 1;
  }
  .sorbent-image-block {
    background-color: rgb(243, 237, 226);
  }
  .sorbent-image-block .block-bg img {
    z-index: 2;
  }
  .sorbent-image-block .content {
    background-color: transparent;
  }
  .our-products-list__item .top-block .price-wrapper.for-pc {
    display: none;
  }
  .price-wrapper.for-mobile {
    display: flex;
    flex-direction: column;
  }
  .price-block {
    font-size: 20px;
  }

  .related-products-section .buy-product .price-wrapper.for-mobile {
    text-align: right;
  }

  .related-products-section .buy-product .price-block {
    align-items: flex-end;
  }
  .our-products-list__item .product-buttons a,
  .our-products-list__item .product-buttons button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button.white-button,
  .white-button,
  .our-products-list__item .product-buttons a,
  .our-products-list__item .product-buttons button {
    font-size: 12px;
  }
  .our-products-set .buy-product {
    width: 35vw;
    flex: unset;
  }
  .card-content .price-description {
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
  }
  .our-products-list__item .product-buttons {
    flex-direction: row;
  }
  .our-products-list__item .buy-course .promo {
    position: relative;
    top: auto;
  }

  .related-products-section .buy-product {
    align-items: flex-end;
  }

  .product-slick-slider-wrapper .slick-slide img {
    object-position: left;
  }
  .product-slick-slider-wrapper .slick-slide:nth-child(2) img {
    object-position: 8%;
  }
  .woocommerce-cart-form__cart-item.cart_item {
    position: relative;
  }

  td.product-price-in-table {
    position: absolute;
    left: 112px;
    top: 100px;
  }
  .our-products-list__item .product-image {
    object-position: 0 30%;
  }

  .our-products-list.set .product-image {
    object-position: unset;
  }
  .related-products-section .our-products-list__item .product-image {
    object-position: 30%;
  }
 .slide-bg {
  object-position: unset;
 }
}

@media screen and (max-width: 376px) {
  .what-you-got-product {
    max-width: 60vw;
  }
}
