@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello-font/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.woff2" format("truetype");
  font-display: swap;
}
/************************************/
/*****        01. General css         ****/
/************************************/
html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

figure.wp-block-image {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

.section-padding-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

.section-pt-0 {
  padding-top: 0;
}

.section-pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-pb-0-md {
    padding-bottom: 0;
  }
}

.d-none {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: unset;
  color: unset;
  opacity: unset;
  text-decoration: unset;
}

.wp-block-button .wp-block-button__link {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  transform: skewX(-20deg);
  transition: none;
}
.wp-block-button .wp-block-button__link:hover::after {
  width: 140%;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.45s ease-in-out, background 0.45s ease-in-out;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 0.5s;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--white-color);
  border-color: var(--wp--preset--color--button-background-primary);
}

.wc-block-components-button:not(.is-link):focus {
  border: none;
  box-shadow: none;
}

.wp-block-buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-buttons svg {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wp-block-buttons a,
.wp-block-buttons svg,
.wp-block-buttons path {
  transition: all 0.5s;
}

.subtitle-group {
  display: flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.subtitle-group .is-style-subtitles {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--subtitle);
  color: var(--wp--preset--color--subtitle-color);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 500px;
  margin: 0;
  min-height: clamp(30px, 5vw, 36px);
  padding: 0 clamp(15px, 3vw, 15px);
  box-sizing: border-box;
}
.subtitle-group p.subtitle-icon {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
}
.subtitle-group p.subtitle-icon svg {
  width: clamp(30px, 5vw, 36px);
  height: clamp(30px, 5vw, 36px);
  fill: var(--wp--preset--color--primary-background);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 100%;
  padding: clamp(6px, 1vw, 8px);
  display: block;
  box-sizing: border-box;
}
.subtitle-group p.subtitle-icon svg path {
  fill: var(--wp--preset--color--primary-background);
}

h1 strong,
h2 strong {
  background-color: var(--wp--preset--color--primary-background);
  padding: 4px 14px;
  display: inline-block;
  border-radius: 6px;
  font-weight: unset;
}

.global-button-secondary .wp-block-button__link {
  color: var(--wp--preset--color--button-text-primary);
  background-color: var(--wp--preset--color--primary-background);
  border: 1px solid var(--wp--preset--color--primary-background);
}
.global-button-secondary .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary-background);
  border-color: var(--wp--preset--color--primary-background);
}
.global-button-secondary .wp-block-button__link:hover svg path {
  stroke: var(--wp--preset--color--primary-background);
}

/* Header Space Placeholder */
.header-space {
  display: none;
  width: 100%;
  /* Smooth transition for the placeholder itself to prevent jumps */
  transition: height 0.1s linear;
}
.header-space.visible {
  display: block;
}

/* Main Header */
.header {
  background: var(--wp--preset--color--white-color);
  box-shadow: none;
  position: relative;
  width: 100%;
  z-index: 100;
  /* Smooth transition for background and shadow */
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease, transform 0.4s ease;
  will-change: transform, box-shadow;
}
.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111;
  box-shadow: 0px 4px 20px rgba(18, 18, 18, 0.08);
  animation: slideDown 0.5s ease forwards;
  /* Optional: Soft slide down effect */
  /* Hide Topbar smoothly in sticky state */
}
.header.is-sticky .header__topbar {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.header .wc-block-mini-cart__button {
  padding: 0;
  font-size: 31px;
}
.header .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__icon {
  display: none;
}
.header .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("../image/cart-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header .wc-block-mini-cart__button .wc-block-mini-cart__badge {
  font-size: 14px;
  background-color: #C03E35 !important;
  color: var(--wp--preset--color--white-color) !important;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 24px;
  position: relative;
  padding: 12px 0;
  z-index: 2;
  background: var(--wp--preset--color--white-color);
  /* Add padding transition if you change padding on scroll */
  transition: padding 0.4s ease;
}
@media screen and (max-width: 575px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .wp-block-site-logo img {
    width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .header__inner .wp-block-site-logo img {
    width: 86px;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.header__buttons .currency-dropdown-container select {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  padding: 10px;
  border: unset;
  background-color: unset;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .header__buttons .currency-dropdown-container {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header__buttons {
    gap: 0;
  }
}
.header__buttons .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
.header__buttons .wp-block-image img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__cart-icon {
  position: relative;
}
.header__cart-icon .item-number {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  font-family: var(--wp--preset--font-family--secondary);
  background-color: #C03E35;
  color: var(--wp--preset--color--white-color);
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .header nav.header-desktop-menu {
    display: none;
  }
}
.header nav.header-desktop-menu ul.header-desktop-menu {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.header-desktop-menu {
    gap: 0 26px;
  }
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content {
  display: block;
  padding: 0 !important;
  color: var(--wp--preset--color--primary-heading);
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  color: #1D1D1F;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--button-text-secondary);
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation__submenu-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container {
  border-radius: 16px;
  background: var(--wp--preset--color--white-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 250px !important;
  overflow: hidden !important;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  font-family: var(--wp--preset--font-family--secondary);
  padding: 8px 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 8px 24px;
  }
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:first-of-type > a .wp-block-navigation-item__label {
  padding-top: 24px;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:first-of-type > a .wp-block-navigation-item__label {
    padding-top: 20px;
  }
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:last-of-type > a .wp-block-navigation-item__label {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:last-of-type > a .wp-block-navigation-item__label {
    padding-bottom: 20px;
  }
}
.header .wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover > .wp-block-navigation__submenu-container {
  padding: 0;
}
.header__toggle-icon {
  display: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.header__toggle-icon svg {
  color: var(--wp--preset--color--black-color);
  transition: color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header__toggle-icon {
    display: block;
    padding-left: 14px;
  }
}

.desktop-header .header__topbar {
  opacity: 1;
  visibility: visible;
  max-height: 60px;
  transform: translateY(0);
  background-repeat: repeat;
  background-size: contain !important;
  transition: all 0.4s ease;
}
@media screen and (max-width: 575px) {
  .desktop-header .header__topbar {
    padding: 0 10px;
  }
}
.desktop-header .header__topbar-slider {
  position: relative;
  padding: 12px 0;
}
.desktop-header .header__topbar-slider .swiper-button-prev,
.desktop-header .header__topbar-slider .swiper-button-next {
  color: var(--wp--preset--color--white-color);
  width: 20px;
  height: 20px;
  top: 72%;
}
.desktop-header .header__topbar-slider .swiper-button-prev::after,
.desktop-header .header__topbar-slider .swiper-button-next::after {
  font-size: 14px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .desktop-header .header__topbar-slider .swiper-button-prev::after,
  .desktop-header .header__topbar-slider .swiper-button-next::after {
    font-size: 10px;
  }
}
.desktop-header .header__topbar-slider .swiper-button-prev {
  left: 25%;
}
@media screen and (max-width: 991px) {
  .desktop-header .header__topbar-slider .swiper-button-prev {
    left: 0;
  }
}
.desktop-header .header__topbar-slider .swiper-button-next {
  right: 25%;
}
@media screen and (max-width: 991px) {
  .desktop-header .header__topbar-slider .swiper-button-next {
    right: 0;
  }
}
.desktop-header .header__topbar-slider .swiper-slide p {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .desktop-header .header__topbar-slider .swiper-slide p {
    font-size: 10px !important;
  }
}

/* Add this keyframe for better sticky entrance */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Mobile Header & Other styles remain same... (keeping your existing mobile CSS below) */
.mobile-header {
  position: fixed;
  top: 0;
  left: -100%;
  max-width: 450px;
  width: 100%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--primary-color) 20%, var(--wp--preset--color--white-color)) 0%, var(--wp--preset--color--white-color) 100%);
  box-shadow: 4px 0 20px rgba(61, 117, 128, 0.15);
  z-index: 999999;
  height: 100vh;
  padding: 36px 24px;
  overflow-y: auto;
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-header.open {
  left: 0;
}
.mobile-header__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
.mobile-header__inner .currency-dropdown-container select {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  padding: 10px;
  border: unset;
  background-color: unset;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.mobile-header__inner_logo {
  display: flex;
  justify-content: center;
}
.mobile-header .header-mobile-menu {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 16px;
  text-align: start;
  width: 100%;
}
.mobile-header .header-mobile-menu li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content {
  width: 100% !important;
  padding: 0 !important;
  display: block;
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  color: var(--wp--preset--color--primary-heading);
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 14px 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .mobile-header .header-mobile-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 16px 0;
  }
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--primary-color);
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container {
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: 0;
  min-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
  border-left: 2px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 10%, transparent);
  position: unset !important;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible !important;
  opacity: 1 !important;
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: capitalize;
  padding: 6px 20px;
  font-weight: 500;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 6px 24px;
  }
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container:first-of-type > a .wp-block-navigation-item__label {
  padding-top: 9px;
}
.mobile-header .header-mobile-menu li.is-open ul.wp-block-navigation__submenu-container {
  visibility: visible;
  opacity: 1;
}
.mobile-header .mobile-header__close {
  position: absolute;
  right: -5px;
  top: -10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.mobile-header .mobile-header__close svg {
  color: var(--wp--preset--color--black-color);
  transition: color 0.3s ease;
}
.mobile-header .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
  color: var(--wp--preset--color--primary-heading);
  top: 3px;
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.mobile-header .wp-block-navigation-item.open-on-click.is-open .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  transform: rotate(0deg);
}
.mobile-header .wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover > .wp-block-navigation__submenu-container {
  padding: 0;
}
.mobile-header .header__topbar {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
  flex-wrap: wrap;
  padding-top: 36px;
  border-top: 2px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 25%, transparent);
}
.mobile-header .header__topbar ul.wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.mobile-header .header__topbar ul.wp-block-navigation__container li .wp-block-navigation-item__content {
  display: block;
  padding: 0 !important;
  color: var(--wp--preset--color--primary-heading);
}
.mobile-header .header__topbar ul.wp-block-navigation__container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  color: var(--wp--preset--color--primary-heading);
  font-size: var(--wp--preset--font-size--description-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.mobile-header .header__topbar ul.wp-block-navigation__container li .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--primary-color);
}
.mobile-header .header__topbar .contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 36px;
}
.mobile-header .header__topbar .contact-links p,
.mobile-header .header__topbar .contact-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--wp--preset--color--primary-heading);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  transition: color 0.3s ease;
}
.mobile-header .header__topbar .contact-links a:hover {
  color: var(--wp--preset--color--primary-color);
}

.mobile-header__close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.mobile-header__close-overlay.visible {
  opacity: 1;
  z-index: 99999;
}

/*
 * Sticky Header Fix for Logged-In Users (Admin Bar Fix)
 * Ensures the sticky header sits below the WordPress admin bar.
 */
body.logged-in .wp-block-group.header.is-sticky {
  top: 32px !important;
}

@media screen and (max-width: 600px) {
  body.logged-in .wp-block-group.header.is-sticky {
    top: 0px !important;
  }
}
.wc-block-components-drawer__content .wc-block-mini-cart__title {
  font-size: var(--wp--preset--font-size--text-h-4);
}
.wc-block-components-drawer__content .wc-block-cart-items__row {
  gap: 16px;
}
.wc-block-components-drawer__content .wc-block-cart-item__image {
  padding-right: 0 !important;
}
.wc-block-components-drawer__content .wc-block-cart-item__image img {
  border-radius: 10px;
}
.wc-block-components-drawer__content .wc-block-components-product-price__value {
  font-size: 15px;
  font-weight: 600;
}
.wc-block-components-drawer__content .wc-block-components-product-name {
  font-size: var(--wp--preset--font-size--description-lg) !important;
  margin-bottom: 8px !important;
  font-weight: 600;
  color: var(--wp--preset--color--black-color);
}
@media screen and (max-width: 425px) {
  .wc-block-components-drawer__content .wc-block-cart-item__image {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .wc-block-components-drawer__content .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.wc-block-components-drawer__content .wp-element-button.wc-block-mini-cart__footer-checkout,
.wc-block-components-drawer__content .wp-element-button.wc-block-mini-cart__footer-cart {
  position: relative;
  overflow: hidden;
}
.wc-block-components-drawer__content .wp-element-button.wc-block-mini-cart__footer-checkout::after,
.wc-block-components-drawer__content .wp-element-button.wc-block-mini-cart__footer-cart::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  transform: skewX(-20deg);
  transition: none;
}
.wc-block-components-drawer__content .wp-element-button.wc-block-mini-cart__footer-checkout:hover::after,
.wc-block-components-drawer__content .wp-element-button.wc-block-mini-cart__footer-cart:hover::after {
  width: 140%;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.45s ease-in-out, background 0.45s ease-in-out;
}
.wc-block-components-drawer__content .wc-block-components-button:not(.is-link).is-style-outline:focus {
  box-shadow: none;
}
.wc-block-components-drawer__content .wc-block-components-button:not(.is-link).is-style-outline:hover {
  border: none;
}
.wc-block-components-drawer__content .wc-block-mini-cart__empty-cart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wp-element-button.wc-block-mini-cart__shopping-button {
  position: relative;
  overflow: hidden;
}
.wp-element-button.wc-block-mini-cart__shopping-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  transform: skewX(-20deg);
  transition: none;
}
.wp-element-button.wc-block-mini-cart__shopping-button:hover::after {
  width: 140%;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.45s ease-in-out, background 0.45s ease-in-out;
}

@media screen and (max-width: 425px) {
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .footer__top {
    padding-left: var(--wp--preset--spacing--horizontal-padding);
    padding-right: var(--wp--preset--spacing--horizontal-padding);
  }
}
.footer__top-main-row {
  --bs-gutter-x: 50px;
}
@media screen and (min-width: 1400px) {
  .footer__top-main-row {
    --bs-gutter-x: 70px;
  }
}
@media screen and (max-width: 991px) {
  .footer__top-main-row {
    row-gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .footer__top-main-row {
    row-gap: 24px;
  }
}
.footer .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  font-size: 12px;
}
.footer .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
  bottom: -21px;
  left: 10px;
}
.footer h2 {
  font-weight: 600;
}
.footer__t-c a {
  color: var(--wp--preset--color--black-color);
  font-weight: 600;
}
.footer__navigation-row {
  --bs-gutter-x: 30px;
}
@media screen and (min-width: 1400px) {
  .footer__navigation-row {
    --bs-gutter-x: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer__navigation-row {
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__navigation-row {
    --bs-gutter-x: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer__navigation-row {
    row-gap: 24px;
  }
}
.footer__menus {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 575px) {
  .footer__menus {
    gap: 14px;
  }
}
.footer__menus .latest-offers__form {
  border-radius: 0;
  box-shadow: none;
}
.footer__menus .latest-offers__form p {
  gap: 8px;
}
.footer__menus .latest-offers__form p .wpcf7-form-control-wrap {
  width: 100%;
}
.footer__menus .latest-offers__form .email-input {
  width: 100%;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 400;
  padding: 12px 20px;
  color: #666666;
  background: var(--wp--preset--color--white);
  border-radius: 100px;
  border: 1px solid #E5E5E5;
  outline: none;
}
.footer__menus .latest-offers__form .submit-btn {
  width: 30%;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 600;
  color: var(--wp--preset--color--white-color);
  background: #1D1D1F;
  padding: 14px 28px;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .footer__menus .latest-offers__form .submit-btn {
    width: 40%;
  }
}
.footer__menus .latest-offers__form .wpcf7-spinner {
  display: none;
}
.footer__menus .wp-block-navigation ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .footer__menus .wp-block-navigation ul {
    gap: 6px;
  }
}
.footer__menus .wp-block-navigation ul li a {
  color: #444444 !important;
  font-weight: 500;
  transition: all 0.4s ease;
}
.footer__menus .wp-block-navigation ul li a:hover {
  color: var(--wp--preset--color--black-color) !important;
  font-weight: 700;
  padding-left: 12px;
}
.footer__menus .wp-block-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .footer__menus .wp-block-list {
    gap: 6px;
  }
}
.footer__menus .wp-block-list a {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  color: #444444 !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s ease;
}
.footer__menus .wp-block-list a:hover {
  color: var(--wp--preset--color--black-color) !important;
  font-weight: 700;
  padding-left: 12px;
}
.footer__menus .wp-block-social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.footer__menus .wp-block-social-links a {
  padding: 0;
}
.footer__menus .wp-block-social-links a:hover svg {
  fill: var(--wp--preset--color--button-text-secondary) !important;
}
.footer__bottom {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 32px 0;
  }
}
@media screen and (max-width: 575px) {
  .footer__bottom-inner {
    padding-left: var(--wp--preset--spacing--horizontal-padding);
    padding-right: var(--wp--preset--spacing--horizontal-padding);
  }
}
.footer__bottom .row {
  align-items: center;
}
.footer__bottom--payment {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.2196078431);
}
@media screen and (max-width: 991px) {
  .footer__bottom--payment .row {
    row-gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom--payment {
    padding-bottom: 32px;
  }
}
.footer__bottom--links {
  padding-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .footer__bottom--links {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom--links {
    padding-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  .footer__bottom--links {
    row-gap: 12px;
  }
}
.footer__bottom--links a {
  color: var(--wp--preset--color--black-color);
}
.footer__country-dropdown {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .footer__country-dropdown {
    gap: 10px;
  }
}
.footer__country-dropdown select {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  padding: 12px;
  border: 1px solid var(--wp--preset--color--white-color);
  border-radius: 100px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, 0.72);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-left: 24px;
  padding-right: 40px;
}
@media screen and (max-width: 425px) {
  .footer__country-dropdown select {
    padding-left: 15px;
    padding-right: 35px;
  }
}
.footer__payment-options {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .footer__payment-options {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__payment-options {
    gap: 8px;
  }
}
.footer__contact-us .wp-block-list a {
  color: var(--wp--preset--color--black-color) !important;
}
.footer__secure-checkout {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  padding: 12px 24px;
  border: 1px solid var(--wp--preset--color--white-color);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 575px) {
  .footer__secure-checkout {
    padding: 24px 20px 12px 24px;
    border-radius: 19px;
  }
}
.footer__secure-checkout svg {
  margin-top: -10px;
}
@media screen and (max-width: 575px) {
  .footer__secure-checkout {
    flex-direction: column;
    gap: 6px;
  }
}
.footer .social-container {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .footer .social-container {
    margin-top: 30px;
  }
}
.footer .social-container .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.footer .social-container .social-links figure {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .social-container .social-links img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__common-page-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  transition: all 0.4s ease;
}
.footer__common-page-links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .footer__common-page-links {
    gap: 12px;
  }
}

.search__inner_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search__inner_heading .wp-block-search {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search__inner_heading .wp-block-search .wp-block-search__label {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--primary-heading);
}
.search__inner_heading .wp-block-search .wp-block-search__input {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  height: 50px;
  font-weight: 400;
  color: var(--wp--preset--color--primary-description);
  padding: clamp(14px, 14px + 4 * (100vw - 360px) / 1560, 18px) clamp(20px, 20px + 5 * (100vw - 360px) / 1560, 25px);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 48px;
  max-width: 500px;
}
.search__inner_heading .wp-block-search input:focus-visible {
  border: 1px solid var(--wp--preset--color--button-background-primary);
}
.search__inner_heading .wp-block-search .wp-block-search__button {
  border-color: transparent;
  transition: all 0.5s;
}
.search__inner_heading .wp-block-search .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--button-background-primary);
  border-color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.search__inner_loop ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search__inner_loop ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search__inner_loop ul li h2 a {
  transition: color 0.3s ease;
  color: var(--wp--preset--color--primary-heading);
}
.search__inner_loop ul li h2 a:hover {
  color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop ul li .search__inner_loop--content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search__inner_loop .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.5;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background-color: var(--wp--preset--color--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--white-color);
  background-color: var(--wp--preset--color--border-color-primary);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.5;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  font-family: "fontello";
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 700;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\f006";
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\f007";
}

.section-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
}
@media screen and (min-width: 1440px) {
  .section-header__content {
    gap: 14px;
  }
}

.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.rank-math-breadcrumb p,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--black-color);
  display: flex;
  align-items: center;
  gap: 12px;
}
.rank-math-breadcrumb a {
  font-weight: 700;
  color: #848484;
}
.rank-math-breadcrumb span.last {
  font-weight: 700;
}
.rank-math-breadcrumb .separator {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.rank-math-breadcrumb .separator::before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: bolder;
  color: #848484;
  margin: 0 0 -2px 0;
  padding: 0;
  display: block;
}

.heal-comfort__inner {
  display: flex;
  flex-direction: row;
  gap: 0;
}
@media screen and (max-width: 991px) {
  .heal-comfort__inner {
    flex-direction: column;
  }
}
.heal-comfort__left {
  flex: 1;
}
.heal-comfort__left figure {
  height: 100%;
}
.heal-comfort__left img {
  width: 100%;
  height: 100%;
  max-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .heal-comfort__left img {
    max-height: 600px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .heal-comfort__left img {
    max-height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .heal-comfort__left img {
    max-height: 400px;
  }
}
.heal-comfort__title-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.heal-comfort__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  flex: 1;
  padding: 54px 0;
  padding-left: 62px;
  padding-right: calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .heal-comfort__right {
    padding-left: 80px;
    padding-right: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .heal-comfort__right {
    width: 100%;
    padding-left: 44px;
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .heal-comfort__right {
    width: 100%;
    padding: 44px calc((100vw - 720px) / 2) 44px calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .heal-comfort__right {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .heal-comfort__right {
    gap: 22px;
    padding: 32px 20px;
  }
}

.fitlayers__inner {
  display: flex;
  flex-direction: column;
}
.fitlayers .single-layer-content p {
  font-size: 12px;
}
@media only screen and (max-width: 475px) {
  .fitlayers .single-layer-content p {
    font-size: 10px;
  }
}
.fitlayers__layer-items {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 991px) {
  .fitlayers__layer-items {
    gap: 34px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .fitlayers__layer-items {
    gap: 26px;
  }
}
.fitlayers__layer-items .single-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .fitlayers__layer-items .single-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .fitlayers__layer-items .single-item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .fitlayers__layer-items .single-item {
    width: 100%;
  }
}
.fitlayers__layer-items .single-item .item-number {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--primary-color);
  border-radius: 50%;
}
.fitlayers__layer-items .single-item .item-title {
  margin: 7px 0 7px 0;
}
.fitlayers__layer-items .single-item .item-description {
  max-width: 480px;
}
.fitlayers__layer-images {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .fitlayers__layer-images {
    min-height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .fitlayers__layer-images {
    min-height: 280px;
  }
}
@media screen and (max-width: 425px) {
  .fitlayers__layer-images {
    min-height: 220px;
  }
}
.fitlayers__layer-images .single-layer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.fitlayers__layer-images .single-layer img {
  max-width: 300px;
}
@media screen and (max-width: 1199px) {
  .fitlayers__layer-images .single-layer img {
    max-width: 280px;
  }
}
@media screen and (max-width: 991px) {
  .fitlayers__layer-images .single-layer img {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .fitlayers__layer-images .single-layer img {
    max-width: 255px;
  }
}
@media screen and (max-width: 425px) {
  .fitlayers__layer-images .single-layer img {
    max-width: 162px;
  }
}
.fitlayers__layer-images .single-layer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.fitlayers__layer-images .single-layer-content .number {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--wp--preset--color--primary-color);
  border: 1px solid var(--wp--preset--color--white-color);
  border-radius: 50%;
}
@media screen and (max-width: 425px) {
  .fitlayers__layer-images .single-layer-content .number {
    width: 22px;
    height: 22px;
  }
}
.fitlayers__layer-images .single-layer-content .number::before {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 1px;
  background: var(--wp--preset--color--white-color);
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.fitlayers__layer-images .single-layer-content .number::after {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: var(--wp--preset--color--white-color);
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.fitlayers__layer-images .layer-1 {
  width: 100%;
  position: absolute;
  bottom: 260px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fitlayers__layer-images .layer-1 {
    bottom: 140px;
  }
}
@media screen and (max-width: 360px) {
  .fitlayers__layer-images .layer-1 {
    bottom: 160px;
  }
}
.fitlayers__layer-images .layer-2 {
  width: 100%;
  position: absolute;
  bottom: 175px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fitlayers__layer-images .layer-2 {
    bottom: 80px;
  }
}
@media screen and (max-width: 360px) {
  .fitlayers__layer-images .layer-2 {
    bottom: 90px;
  }
}
.fitlayers__layer-images .layer-3 {
  width: 100%;
  position: absolute;
  bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fitlayers__layer-images .layer-3 {
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .medical-proof .row {
    row-gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .medical-proof .row {
    row-gap: 48px;
  }
}
.medical-proof__left {
  background: #D2EEFF;
  box-shadow: 10px 0 0 rgb(201, 234, 255);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}
@media screen and (max-width: 991px) {
  .medical-proof__left {
    box-shadow: none;
  }
}
@media screen and (max-width: 1199px) {
  .medical-proof__left {
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px;
  }
}
@media screen and (max-width: 991px) {
  .medical-proof__left {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.medical-proof__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.medical-proof__quote .title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.medical-proof__quote .title .icon {
  font-size: 0;
  opacity: 0.1;
}
.medical-proof__right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 60px;
  padding: 26px 48px 26px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .medical-proof__right {
    padding: 20px;
  }
}
.medical-proof__right .text-box {
  display: flex;
  flex-direction: column;
}
.medical-proof__right .text-box .box-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical-proof__right .text-box .box-2 {
  display: flex;
  justify-content: end;
  align-items: end;
}
.medical-proof__right .recommended-by {
  width: 50%;
  padding: 6px 20px;
}
@media screen and (min-width: 1400px) {
  .medical-proof__right .recommended-by {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .medical-proof__right .recommended-by {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .medical-proof__right .recommended-by {
    width: 58%;
  }
}
@media screen and (max-width: 575px) {
  .medical-proof__right .recommended-by {
    width: 68%;
    font-size: 12px !important;
  }
}
.medical-proof__right .medical-professional {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 6px;
  padding: 14px;
}
@media screen and (min-width: 1400px) {
  .medical-proof__right .medical-professional {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .medical-proof__right .medical-professional {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .medical-proof__right .medical-professional {
    width: 85%;
  }
}
@media screen and (max-width: 575px) {
  .medical-proof__right .medical-professional {
    width: 95%;
    padding-right: 6px;
    gap: 4px;
  }
}
@media only screen and (max-width: 470px) {
  .medical-proof__right .medical-professional {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 425px) {
  .medical-proof__right .medical-professional {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 575px) {
  .medical-proof__right .medical-professional svg {
    width: 14px;
    height: 14px;
  }
}
.medical-proof__right .eligible-img {
  width: 100%;
  text-align: end;
  padding-right: 100px;
}
@media screen and (max-width: 575px) {
  .medical-proof__right .eligible-img {
    padding-right: 0;
  }
}
.medical-proof__right .doctor-img {
  position: absolute;
  bottom: 0;
  left: 6%;
}
.medical-proof__right .doctor-img img {
  width: 180px;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1400px) {
  .medical-proof__right .doctor-img img {
    width: 200px;
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .medical-proof__right .doctor-img img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .medical-proof__right .doctor-img img {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .medical-proof__right .doctor-img img {
    width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .medical-proof__right .doctor-img {
    left: 15%;
  }
}
@media screen and (max-width: 991px) {
  .medical-proof__right .doctor-img {
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .medical-proof__right .doctor-img {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .medical-proof__right .doctor-img {
    left: -10px;
  }
}

@media screen and (max-width: 575px) {
  .shop-benefit {
    padding-left: 20px;
  }
}
.shop-benefit .row {
  --bs-gutter-x: 0;
}
@media screen and (max-width: 991px) {
  .shop-benefit .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 4px;
  }
  .shop-benefit .row::-webkit-scrollbar {
    display: none;
  }
  .shop-benefit .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}
.shop-benefit .col-lg-3:nth-child(1) .shop-benefit__icon-box {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .shop-benefit .col-lg-3:nth-child(1) .shop-benefit__icon-box {
    padding-right: 20px;
  }
}
.shop-benefit .col-lg-3:nth-child(2) .shop-benefit__icon-box {
  padding: 0 50px;
}
.shop-benefit .col-lg-3:nth-child(3) .shop-benefit__icon-box {
  padding: 0 50px;
}
.shop-benefit .col-lg-3:nth-child(4) .shop-benefit__icon-box {
  padding-right: 0;
  border-right: none;
}
.shop-benefit__icon-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.shop-benefit__icon-box .title {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.shop-benefit__icon-box .description {
  margin-top: auto;
  max-width: 190px;
}
@media screen and (max-width: 991px) {
  .shop-benefit__icon-box .description {
    max-width: 100%;
  }
}

.brand-story {
  position: relative;
}
@media screen and (max-width: 991px) {
  .brand-story {
    background-color: var(--wp--preset--color--primary-color);
  }
}
.brand-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url("../image/round-background.webp");
  background-size: 100% 100%;
  background-position: left;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .brand-story::before {
    display: none;
  }
}
.brand-story .row {
  align-items: center;
}
.brand-story__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
  padding-left: calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .brand-story__content {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .brand-story__content {
    width: 100%;
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .brand-story__content {
    gap: 23px;
    width: 100%;
    padding: var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2) var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .brand-story__content {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .brand-story__content {
    gap: 21px;
    padding: var(--wp--preset--spacing--common-padding) var(--wp--preset--spacing--horizontal-padding);
  }
}
.brand-story__title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.brand-story__description {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 580px;
}
@media screen and (max-width: 991px) {
  .brand-story__description {
    max-width: unset;
  }
}
.brand-story__img {
  width: 100%;
  height: 100%;
}
.brand-story__img img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .brand-story__img img {
    height: 550px;
  }
}
@media screen and (max-width: 575px) {
  .brand-story__img img {
    height: 450px;
  }
}
@media screen and (max-width: 425px) {
  .brand-story__img img {
    height: 380px;
  }
}

.shop-now-cta {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1600px) {
  .shop-now-cta {
    min-height: 570px;
  }
}
@media screen and (min-width: 1920px) {
  .shop-now-cta {
    min-height: 750px;
  }
}
@media screen and (max-width: 991px) {
  .shop-now-cta {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .shop-now-cta {
    min-height: 340px;
  }
}
.shop-now-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.shop-now-cta__content .wp-block-buttons {
  margin-top: 10px;
}
.shop-now-cta__content .wp-block-buttons .wp-block-button__link {
  min-width: 250px;
  justify-content: center;
}
.shop-now-cta__content .wp-block-buttons .wp-block-button__link:hover {
  color: var(--wp--preset--color--white-color) !important;
  background-color: var(--wp--preset--color--black-color) !important;
}
.shop-now-cta__description {
  max-width: 510px;
  text-align: center;
}

.why-customer-love__inner {
  background-size: auto !important;
}
.why-customer-love__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.why-customer-love__row {
  --bs-gutter-x: 50px;
}
@media screen and (max-width: 991px) {
  .why-customer-love__row {
    --bs-gutter-x: 20px;
    row-gap: var(--wp--preset--spacing--common-padding);
  }
}
.why-customer-love__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .why-customer-love__col {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .why-customer-love__col {
    gap: 20px;
  }
}
.why-customer-love__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .why-customer-love__item {
    min-height: 200px;
  }
  .why-customer-love__item:nth-child(3) {
    min-height: unset;
  }
}
.why-customer-love__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-customer-love__item-content p br {
  display: none;
}
@media screen and (min-width: 1400px) {
  .why-customer-love__item-content p br {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .why-customer-love__item-desc br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .why-customer-love__col--left .why-customer-love__item:last-child {
    min-height: unset;
    height: auto;
  }
}
.why-customer-love__icon-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-customer-love__icon-box img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 575px) {
  .why-customer-love__icon-box img {
    width: 46px;
    height: 46px;
  }
}
.why-customer-love__image-wrapper figure {
  width: 100%;
  text-align: center;
}
.why-customer-love__image-wrapper img {
  width: 100%;
  max-width: 530px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .why-customer-love__image-wrapper img {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .why-customer-love__image-wrapper img {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .why-customer-love__image-wrapper {
    order: -1;
  }
}

.latest-offers .row {
  --bs-gutter-x: 50px;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  .latest-offers .row {
    --bs-gutter-x: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .latest-offers .row {
    --bs-gutter-x: 30px;
  }
}
@media screen and (max-width: 991px) {
  .latest-offers .row {
    --bs-gutter-x: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .latest-offers .row {
    --bs-gutter-x: 0px;
    row-gap: 32px;
  }
}
.latest-offers__col--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .latest-offers__col--text {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .latest-offers__col--text {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .latest-offers__col--text {
    order: 2;
    padding: 0 0 0 calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .latest-offers__col--text {
    width: 100%;
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .latest-offers__col--text {
    padding: 0 var(--wp--preset--spacing--horizontal-padding);
  }
}
.latest-offers__description {
  max-width: 360px;
}
.latest-offers__col--form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .latest-offers__col--form {
    order: 3;
    padding: 0 calc((100vw - 720px) / 2) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .latest-offers__col--form {
    width: 100%;
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .latest-offers__col--form {
    padding: 0 var(--wp--preset--spacing--horizontal-padding);
  }
}
@media screen and (max-width: 991px) {
  .latest-offers__col--image {
    order: 1;
  }
}
.latest-offers__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.latest-offers__title::after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 4px;
  background: #023619;
  box-shadow: 0 -6px 0 #B0E0FE, 0 -3px 0 #023619;
}
.latest-offers__form-wrapper {
  width: 100%;
}
.latest-offers__form-wrapper .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.latest-offers__form {
  width: 100%;
  border-radius: 8px;
  box-shadow: 2px 3px 25px 0px rgba(219, 219, 219, 0.25);
}
.latest-offers__form p {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.latest-offers__form p .wpcf7-form-control-wrap {
  display: inline-block;
  width: 70%;
}
@media screen and (max-width: 425px) {
  .latest-offers__form p .wpcf7-form-control-wrap {
    width: 65%;
  }
}
.latest-offers__form .email-input {
  width: 100%;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--description-md);
  font-weight: 400;
  padding: 14px 30px;
  background: var(--wp--preset--color--white);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: none;
}
@media screen and (max-width: 425px) {
  .latest-offers__form .email-input {
    padding: 10px 16px;
  }
}
.latest-offers__form .submit-btn {
  width: 30%;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--description-md);
  font-weight: 700;
  color: var(--wp--preset--color--button-text-secondary);
  background: var(--wp--preset--color--primary-background);
  padding: 14px 30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .latest-offers__form .submit-btn {
    width: 35%;
    padding: 10px 16px;
  }
}
.latest-offers .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  font-size: 12px;
}
.latest-offers .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
  bottom: -21px;
  left: 10px;
}
.latest-offers__image-wrapper img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .latest-offers__image-wrapper img {
    height: 280px;
  }
}

.faq-tab .plethoraplugins-tabs {
  max-width: 1200px;
}
.faq-tab .plethoraplugins-tabs-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent !important;
}
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs > ul {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 10px;
    padding-bottom: 4px;
  }
  .faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs > ul::-webkit-scrollbar {
    display: none;
  }
  .faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs > ul {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs > ul li {
    flex-shrink: 0;
  }
}
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs {
  padding-bottom: var(--wp--preset--spacing--common-padding);
  border-color: rgba(178, 178, 178, 0.22);
}
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs a.active:after,
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs a:after {
  display: none;
}
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs a {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  color: var(--wp--preset--color--primary-heading);
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid rgb(231, 231, 231);
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs a {
    padding: 10px 20px;
  }
}
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs a.active {
  color: var(--wp--preset--color--primary-heading);
  background-color: var(--wp--preset--color--primary-color);
  border: 1px solid var(--wp--preset--color--primary-color);
}
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs a:hover {
  color: var(--wp--preset--color--primary-heading);
  background-color: var(--wp--preset--color--primary-color);
  border: 1px solid var(--wp--preset--color--primary-color);
}
.faq-tab .plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .pds-accordion__title {
  color: var(--wp--preset--color--primary-heading);
  background-color: var(--wp--preset--color--white-color);
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .faq-tab .plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .pds-accordion__title {
    border-radius: 20px;
  }
}
.faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic {
  padding: 0;
  margin: 0;
}
.faq-tab .pds-accordion__heading span {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .faq-tab .plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .pds-accordion__content {
    padding-bottom: 34px;
  }
  .faq-tab .plethoraplugins-tabs {
    width: 100%;
    overflow: hidden;
  }
  .faq-tab .pds-accordion__item.pds-js-accordion-item.is-open.is-read .pds-accordion__title {
    color: var(--wp--preset--color--primary-color);
    background-color: var(--wp--preset--color--primary-background);
  }
}
@media screen and (max-width: 575px) {
  .faq-tab .plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .pds-accordion__content {
    padding: 16px 0 26px 0;
  }
}
.faq-tab .faq-section .faq__bottom a {
  padding: 0 !important;
}
.faq-tab .plethoraplugins-tabs--content .js-plethoraplugins-tab-panel {
  margin: 0 !important;
  margin-top: var(--wp--preset--spacing--common-padding) !important;
}
.faq-tab .size-charts .row figure, .faq-tab .size-charts .row img {
  height: 100%;
}
@media screen and (max-width: 575px) {
  .faq-tab .size-charts .row {
    gap: 20px 0;
  }
}

.faq-tab.faq-page .faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer {
  max-height: 1000px !important;
}

@media screen and (max-width: 767px) {
  .faq-tab .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs > ul:has(> li:only-child) {
    justify-content: center;
    display: flex;
  }
}

.faq-section__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.faq-section__inner {
  position: relative;
  z-index: 1;
}
.faq-section__inner .rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .rank-math-list {
    gap: 10px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(222, 229, 237);
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--description-lg);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  cursor: pointer;
  padding: 16px 0px;
  color: var(--wp--preset--color--black-color);
  transition: margin-bottom 0.3s ease;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3 {
    padding: 18px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3::after {
  content: "\e81b";
  font-family: "fontello";
  font-size: var(--wp--preset--font-size--text-h-4);
  font-weight: 400;
  transition: transform 0.3s ease;
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-md);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 500;
  padding: 0px 0px 22px 0px;
  margin-top: -5px;
  color: rgba(26, 26, 26, 0.7);
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
    padding: 0px 0px 18px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p a {
  text-decoration: underline;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active h3::after {
  content: "\e816";
  color: var(--wp--preset--color--black-color);
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer > p {
  opacity: 1;
}
.faq-section__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}
.faq-section__footer a {
  text-decoration: underline;
}

.nonfriction-section {
  position: relative;
  background-attachment: fixed;
  background-position: center;
}
.nonfriction-section::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.nonfriction-section__content {
  position: relative;
  z-index: 2;
}
.nonfriction-section__content p em {
  font-style: normal;
  color: var(--wp--preset--color--black-color);
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--wp--preset--color--primary-color);
  border-radius: 6px;
}

.recovery-insights__grid {
  padding-bottom: 48px;
}
@media screen and (max-width: 575px) {
  .recovery-insights__grid {
    padding-bottom: 32px;
  }
}
.recovery-insights__footer {
  padding-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #D2EEFF;
}
@media screen and (max-width: 991px) {
  .recovery-insights__footer {
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .recovery-insights__footer {
    padding-top: 32px;
  }
}
.recovery-insights__footer .explore-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: var(--wp--preset--color--black-color);
}
.recovery-insights__footer .explore-btn a {
  color: var(--wp--preset--color--black-color);
}
.recovery-insights__footer .explore-btn svg {
  width: 22px;
  height: 22px;
}

.journal-hero .row {
  --bs-gutter-x: 0;
}
.journal-hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding-left: calc((100vw - 1140px) / 2);
  padding-right: var(--wp--preset--spacing--common-padding);
}
@media screen and (min-width: 1400px) {
  .journal-hero__content {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .journal-hero__content {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .journal-hero__content {
    gap: 24px;
    width: 100%;
    padding: var(--wp--preset--spacing--section-padding) calc((100vw - 720px) / 2) var(--wp--preset--spacing--section-padding) calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .journal-hero__content {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .journal-hero__content {
    padding-left: var(--wp--preset--spacing--horizontal-padding);
    padding-right: var(--wp--preset--spacing--horizontal-padding);
  }
}
.journal-hero__title {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 480px;
}
@media screen and (max-width: 991px) {
  .journal-hero__title {
    max-width: 100%;
  }
}
.journal-hero__title .description {
  font-weight: 500;
  color: #41484C;
}
.journal-hero__image img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .journal-hero__image img {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .journal-hero__image img {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .journal-hero__image img {
    height: 300px;
  }
}

.latest-updates__row {
  --bs-gutter-x: var(--wp--preset--spacing--section-padding);
}
@media screen and (max-width: 1199px) {
  .latest-updates__row {
    --bs-gutter-x: 45px;
  }
}
@media screen and (max-width: 767px) {
  .latest-updates__row {
    --bs-gutter-x: 0px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .latest-updates__row {
    row-gap: 24px;
  }
}
.latest-updates__content {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .latest-updates__content {
    position: static;
  }
}
.latest-updates__content .wp-block-quote {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-list__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 575px) {
  .article-list__inner {
    gap: 20px;
  }
}
.article-list__tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .article-list__tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 12px 0;
  }
  .article-list__tabs::-webkit-scrollbar {
    display: none;
  }
  .article-list__tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.article-list__tabs .all-category a {
  padding: 12px 24px;
  border-radius: 100px;
  background: #F2F4F6;
  transition: all 0.4s ease;
  color: #41484C;
}
.article-list__tabs .all-category a:hover {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
}
.article-list__tabs .all-category.active a {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
}
.article-list__tabs .wp-block-categories-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.article-list__tabs .wp-block-categories-list .cat-item a {
  padding: 12px 24px;
  border-radius: 100px;
  background: #F2F4F6;
  transition: all 0.4s ease;
  color: #41484C;
}
.article-list__tabs .wp-block-categories-list .cat-item a:hover {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
}
.article-list__tabs .wp-block-categories-list .cat-item.active a {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
}

.error-page {
  background: #f3f4f6;
}
.error-page__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .error-page__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .error-page__inner {
    gap: 15px;
  }
}
.error-page__inner .error-page__image {
  max-width: 520px;
  width: 100%;
  border: 1px solid #8ab2cb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.error-page__inner .error-page__image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}
.error-page__inner h2 {
  margin-bottom: 20px;
  color: #111827;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .error-page__inner h2 {
    margin-bottom: 15px;
  }
}
.error-page__inner p {
  color: #6b7280;
  margin-bottom: 40px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .error-page__inner p {
    margin-bottom: 30px;
  }
}
.error-page__inner .wp-block-buttons {
  display: flex;
  justify-content: center;
}
.error-page__inner .wp-block-button__link {
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .error-page__inner .wp-block-button__link {
    padding: 12px 30px;
  }
}

.woocommerce-cart.woocommerce-page .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  display: none !important;
}

.cart__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}
.cart .wc-block-cart__main {
  background: var(--wp--preset--color--white);
  padding-left: 0;
  padding-right: 60px;
}
.cart .wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
}
.cart .wc-block-cart-items__header {
  border-bottom: 1px solid #eee;
}
.cart .wc-block-cart-items__header th {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--wp--preset--color--black);
  padding-bottom: 15px;
}
.cart {
  /* Cart Row */
}
.cart .wc-block-cart-items__row {
  border-bottom: 1px solid #f0f0f0;
}
.cart .wc-block-cart-item__image img {
  width: 90px;
  border-radius: 10px;
}
.cart .wc-block-cart-item__product {
  padding: 20px 0;
}
.cart .wc-block-components-product-name {
  font-size: var(--wp--preset--font-size--description-lg) !important;
  margin-bottom: 8px !important;
  font-weight: 600;
  color: var(--wp--preset--color--black-color);
}
.cart .wc-block-components-product-price__value {
  font-size: 15px;
}
.cart .wc-block-components-product-price__value.is-discounted {
  margin-left: 0;
}
.cart .wc-block-components-product-metadata {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.cart {
  /* PRICE */
}
.cart .wc-block-cart-item__prices {
  margin-bottom: 12px;
}
.cart .wc-block-cart-item__prices del {
  color: #aaa;
  margin-right: 8px;
}
.cart .wc-block-cart-item__prices ins {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.cart .wc-block-components-quantity-selector {
  border: none;
}
.cart {
  /* Quantity */
}
.cart .wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
}
.cart .wc-block-components-quantity-selector__input {
  width: 60px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
}
.cart .wc-block-components-quantity-selector__button {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
}
.cart .wc-block-components-quantity-selector__button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.cart {
  /* Remove button */
}
.cart .wc-block-cart-item__remove-link {
  margin-left: 12px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.cart .wc-block-cart-item__remove-link:hover {
  opacity: 1;
}
.cart {
  /* Item total */
}
.cart .wc-block-cart-item__total {
  font-weight: 600;
  font-size: 18px;
}
.cart {
  /* ================================
     RIGHT SIDE — TOTAL BOX
  ================================= */
}
.cart .wc-block-cart__sidebar {
  position: sticky;
  top: 40px;
  background: #F2F2F2;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .cart .wc-block-cart__sidebar {
    padding: 20px;
  }
}
.cart .wp-block-woocommerce-cart-order-summary-block {
  background: transparent;
  border-bottom: 0;
}
.cart .wc-block-cart__totals-title {
  font-size: var(--wp--preset--font-size--description-lg);
  margin-bottom: 14px;
  font-weight: 600;
}
.cart .wc-block-components-totals-footer-item {
  gap: 9px;
}
.cart {
  /* Coupon toggle */
}
.cart .wc-block-components-panel__button {
  padding: 15px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 10px !important;
  margin-bottom: 16px;
}
.cart .wc-block-components-panel__button:hover {
  border-color: #000;
  color: #000;
}
.cart {
  /* Total row */
}
.cart .wc-block-components-totals-footer-item {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
.cart .wc-block-cart__submit-button {
  position: relative;
  overflow: hidden;
}
.cart .wc-block-cart__submit-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  transform: skewX(-20deg);
  transition: none;
}
.cart .wc-block-cart__submit-button:hover::after {
  width: 140%;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.45s ease-in-out, background 0.45s ease-in-out;
}
.cart .wc-block-components-totals-wrapper {
  padding-bottom: 0;
}
.cart {
  /* Checkout button */
}
.cart .wc-block-cart__submit-button {
  width: 100%;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cart .wc-block-cart__submit-button:hover {
  background: #333;
}
@media screen and (max-width: 991px) {
  .cart .wp-block-woocommerce-filled-cart-block {
    flex-direction: column;
    gap: 20px;
  }
  .cart .wc-block-cart__main {
    padding-right: 0;
  }
  .cart .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
  }
  .cart .wc-block-components-sidebar {
    width: 100%;
  }
  .cart .wc-block-cart__sidebar {
    position: relative;
    top: 0;
  }
  .cart .wc-block-cart__main .wc-block-cart-items td:last-child {
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .cart .is-small table.wc-block-cart-items .wc-block-cart-items__row,
  .cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    display: flex;
    flex-wrap: wrap !important;
  }
  .cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-right: 0 !important;
    width: 100%;
  }
  .cart .wc-block-components-product-name {
    margin: 10px 0 15px 0;
  }
  .cart .is-small table.wc-block-cart-items .wc-block-cart-items__row,
  .cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  .cart .is-small table.wc-block-cart-items .wc-block-cart-items__row,
  .cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .cart .wc-block-cart-item__prices {
    margin-top: 13px;
  }
  .cart .wc-block-cart__main .wc-block-cart-items td:last-child {
    padding-left: 0;
  }
  .cart .wc-block-cart-item__image {
    padding-right: 0 !important;
  }
  .cart .wc-block-cart-item__total {
    margin-top: 10px !important;
  }
  .cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}

.shop-feature .row {
  --bs-gutter-x: 50px;
}
@media screen and (max-width: 991px) {
  .shop-feature .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .shop-feature .row::-webkit-scrollbar {
    display: none;
  }
  .shop-feature .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.shop-feature__icon-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shop-feature__icon-box .title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  font-weight: 500;
}

.shop-hero .row {
  --bs-gutter-x: 34px;
  align-items: center;
}
.shop-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .shop-hero__content {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .shop-hero__content {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .shop-hero__content {
    gap: 17px;
    width: 100%;
    padding: var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2) var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .shop-hero__content {
    gap: 15px;
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .shop-hero__content {
    padding-left: var(--wp--preset--spacing--horizontal-padding);
    padding-right: var(--wp--preset--spacing--horizontal-padding);
  }
}
.shop-hero__content .description {
  font-weight: 500;
  color: var(--wp--preset--color--black-color);
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .shop-hero__content .description {
    max-width: 100%;
  }
}
.shop-hero .wp-block-buttons {
  margin-top: 6px;
}
.shop-hero__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.shop-hero__images img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .shop-hero__images img {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .shop-hero__images img {
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  .shop-hero__images img {
    height: 300px;
  }
}

.limited-offer .row {
  --bs-gutter-x: 0;
}
.limited-offer__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding-left: calc((100vw - 1140px) / 2);
  padding-right: var(--wp--preset--spacing--common-padding);
}
@media screen and (min-width: 1400px) {
  .limited-offer__content {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .limited-offer__content {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .limited-offer__content {
    width: 100%;
    padding: var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2) var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .limited-offer__content {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .limited-offer__content {
    padding-left: var(--wp--preset--spacing--horizontal-padding);
    padding-right: var(--wp--preset--spacing--horizontal-padding);
  }
}
.limited-offer__content .wp-block-buttons {
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .limited-offer__content .wp-block-buttons {
    margin-top: 14px;
  }
}
.limited-offer__content .subtitle {
  font-weight: 500;
  color: #41484C;
  position: relative;
  padding-left: 24px;
}
.limited-offer__content .subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: rgb(113, 189, 238); /* main dot color */
  border-radius: 50%;
  z-index: 2;
}
.limited-offer__content .subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: rgb(113, 189, 238);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(113, 189, 238, 0.6); /* animation color */
  animation: pulseDot 2s infinite;
  z-index: 1;
}
.limited-offer__image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .limited-offer__image img {
    height: 480px;
  }
}
@media screen and (max-width: 575px) {
  .limited-offer__image img {
    height: 300px;
  }
}

@keyframes pulseDot {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 189, 238, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(113, 189, 238, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 189, 238, 0);
  }
}
.instafeed__content img {
  border-radius: 12px;
}
.instafeed #sb_instagram .sbi_photo {
  height: 250px !important;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .instafeed #sb_instagram .sbi_photo {
    height: 180px !important;
  }
}
@media screen and (min-width: 1440px) {
  .instafeed #sb_instagram #sbi_images {
    grid-template-columns: repeat(6, 1fr);
  }
  .instafeed #sb_instagram .sbi_photo {
    height: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .instafeed #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.comparison__table {
  border-radius: 12px;
  overflow: auto;
}
.comparison__table table {
  min-width: 800px;
}
.comparison__table table th,
.comparison__table table td {
  padding: 18px;
  text-align: left;
  border-left: unset !important;
  border-right: unset !important;
}
.comparison__table table thead {
  background-color: #B0E0FE;
}
.comparison__table table tbody tr {
  height: 80px;
}
.comparison__table table tbody tr td:first-child {
  background-color: #F4FBFF;
  font-weight: 700;
}
.comparison__table table tbody tr td:nth-child(2),
.comparison__table table tbody tr td:nth-child(3) {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
}
.comparison__table table tbody tr td:nth-child(2)::before,
.comparison__table table tbody tr td:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.comparison__table table tbody tr td:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath d='M10.1495 0C8.14209 0 6.17979 0.595255 4.51072 1.71049C2.84165 2.82573 1.54077 4.41086 0.772586 6.26543C0.00439763 8.12 -0.196595 10.1607 0.195024 12.1295C0.586643 14.0983 1.55328 15.9068 2.97271 17.3262C4.39214 18.7456 6.2006 19.7123 8.1694 20.1039C10.1382 20.4955 12.1789 20.2945 14.0335 19.5263C15.8881 18.7581 17.4732 17.4573 18.5884 15.7882C19.7037 14.1191 20.2989 12.1568 20.2989 10.1495C20.2961 7.45852 19.2258 4.87862 17.3231 2.97585C15.4203 1.07307 12.8404 0.00284167 10.1495 0ZM14.6055 8.35964L9.14037 13.8247C9.06786 13.8973 8.98176 13.9549 8.88698 13.9942C8.7922 14.0335 8.6906 14.0537 8.588 14.0537C8.4854 14.0537 8.38381 14.0335 8.28903 13.9942C8.19425 13.9549 8.10815 13.8973 8.03564 13.8247L5.69346 11.4825C5.54696 11.3361 5.46466 11.1374 5.46466 10.9302C5.46466 10.723 5.54696 10.5243 5.69346 10.3778C5.83995 10.2313 6.03865 10.149 6.24582 10.149C6.453 10.149 6.65169 10.2313 6.79819 10.3778L8.588 12.1686L13.5007 7.25491C13.5733 7.18237 13.6594 7.12483 13.7542 7.08557C13.8489 7.04632 13.9505 7.02611 14.0531 7.02611C14.1557 7.02611 14.2573 7.04632 14.352 7.08557C14.4468 7.12483 14.5329 7.18237 14.6055 7.25491C14.678 7.32745 14.7355 7.41356 14.7748 7.50834C14.8141 7.60311 14.8343 7.70469 14.8343 7.80727C14.8343 7.90986 14.8141 8.01144 14.7748 8.10621C14.7355 8.20099 14.678 8.2871 14.6055 8.35964Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='7.21525' y1='20.319' x2='-1.13922' y2='4.9147'%3E%3Cstop stop-color='%23009F69'/%3E%3Cstop offset='1' stop-color='%23009F69'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.comparison__table table tbody tr td:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Crect width='20.3' height='20.3' rx='10.15' fill='%23C72214'/%3E%3Cpath d='M6.9175 7.58502C6.81951 7.4944 6.77051 7.38492 6.77051 7.25656C6.77051 7.12064 6.81951 7.00361 6.9175 6.90545C7.00796 6.81484 7.12103 6.76953 7.25672 6.76953C7.39241 6.76953 7.50548 6.81484 7.59593 6.90545L10.1514 9.46516L12.7068 6.90545C12.7973 6.81484 12.9103 6.76953 13.046 6.76953C13.1817 6.76953 13.2948 6.81484 13.3852 6.90545C13.4832 7.00361 13.5322 7.12064 13.5322 7.25656C13.5322 7.38492 13.4832 7.4944 13.3852 7.58502L10.8298 10.1447L13.3852 12.7045C13.4832 12.8026 13.5322 12.9197 13.5322 13.0556C13.5322 13.1839 13.4832 13.2934 13.3852 13.384C13.2948 13.4822 13.1817 13.5312 13.046 13.5312C12.9103 13.5312 12.7973 13.4822 12.7068 13.384L10.1514 10.8356L7.59593 13.384C7.50548 13.4822 7.39241 13.5312 7.25672 13.5312C7.12103 13.5312 7.00796 13.4822 6.9175 13.384C6.81951 13.2934 6.77051 13.1839 6.77051 13.0556C6.77051 12.9197 6.81951 12.8026 6.9175 12.7045L9.47294 10.1447L6.9175 7.58502Z' fill='white'/%3E%3C/svg%3E");
}

.why-we-made-this .row {
  align-items: center;
  border-radius: 21px;
  overflow: hidden;
  background: var(--wp--preset--color--white-color);
}
@media screen and (max-width: 991px) {
  .why-we-made-this .row {
    --bs-gutter-x: 0;
  }
}
.why-we-made-this .row .why-we-made-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: var(--wp--preset--spacing--common-padding);
}
@media screen and (max-width: 991px) {
  .why-we-made-this .row .why-we-made-box {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-we-made-this .row .why-we-made-box {
    gap: 16px;
    padding: 34px;
  }
}
@media screen and (max-width: 575px) {
  .why-we-made-this .row .why-we-made-box {
    padding: 30px 24px;
  }
}
.why-we-made-this .row .wp-block-button__link.wp-element-button {
  border-radius: 60px;
}
.why-we-made-this .row .why-we-made-img img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.5s ease;
}
.why-we-made-this .row .why-we-made-img img:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 991px) {
  .why-we-made-this .row .why-we-made-img img {
    height: auto;
    max-height: 600px;
  }
}

.review-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .review-hero__inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .review-hero__inner {
    gap: 31px;
    max-width: 100%;
  }
}
.review-hero__inner .rank-math-breadcrumb {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .review-hero__inner .rank-math-breadcrumb {
    padding: 20px 0px;
  }
}
.review-hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0px 13px;
}
@media screen and (max-width: 767px) {
  .review-hero__top {
    flex-wrap: wrap;
    padding: 0;
  }
}
.review-hero__top_logo figure {
  padding: 23px 35px 31px 29px;
  background-color: #F2FAFF;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .review-hero__top_logo figure {
    padding: 20px 25px 20px 25px;
  }
}
.review-hero__top_logo figure img {
  width: 103px;
  height: 77px;
}
@media screen and (max-width: 991px) {
  .review-hero__top_logo figure img {
    width: 80px;
    height: 60px;
  }
}
.review-hero__top_center {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .review-hero__top_center {
    order: 3;
  }
}
.review-hero__top_center-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.review-hero__top_center-list p {
  padding: 4px 8px;
  border-radius: 4px;
}
.review-hero__top_rank {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-hero__top_rank .average-rank {
  padding: 5px 10px;
  background: #121019;
  border-radius: 6px;
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--description-lg);
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--secondary);
}
.review-hero__top_rank .stars-rank {
  display: flex;
  align-items: center;
  gap: 2px;
}
.review-hero__top_rank .stars-rank .star-item {
  background: #219653;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-hero__top_rank .stars-rank .star-item svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .review-hero__top_rank .stars-rank .star-item svg {
    width: 14px;
    height: 14px;
  }
}
.review-hero__top_rank .total-rank {
  color: #5C5C5C;
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 400;
  font-family: var(--wp--preset--font-family--secondary);
}
.review-hero__top_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .review-hero__top_right {
    gap: 30px;
  }
}
.review-hero__top_right .wp-block-social-links {
  display: flex;
  align-items: center;
  gap: 21px;
}
@media screen and (max-width: 991px) {
  .review-hero__top_right .wp-block-social-links {
    gap: 10px;
  }
}
.review-hero__top_right .wp-block-social-links .wp-social-link {
  background-color: unset;
  color: var(--wp--preset--color--primary-heading);
  transition: all 0.3s ease-in-out;
}
.review-hero__top_right .wp-block-social-links .wp-block-social-link-anchor {
  padding: 0;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 425px) {
  .review-hero__top_right .wp-block-social-links .wp-block-social-link-anchor {
    width: 20px;
    height: 20px;
  }
}
.review-hero__company {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 14px 0px 13px;
}
@media screen and (max-width: 767px) {
  .review-hero__company {
    padding: 0;
  }
}
.review-hero__video {
  position: relative;
}
.review-hero__video figure video {
  width: 100%;
  height: 300px;
  border-radius: 6px;
}
@media screen and (max-width: 575px) {
  .review-hero__video figure video {
    max-height: 300px;
    height: auto;
  }
}
.review-hero__video_control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.review-hero__video_control p {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(111, 174, 217, 0.25), 0 0 0 20px rgba(111, 174, 217, 0.2), 0 0 0 40px rgba(111, 174, 217, 0.15);
  animation: rippleShadow 2.5s infinite;
  border-radius: 50%;
}
.review-hero__video_control p::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.review-hero__video_control p::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(111, 174, 217, 0.25);
  border-radius: 50%;
  animation: ripple 2.5s infinite;
}
.review-hero__video_control p svg {
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .review-hero__video_control p svg {
    width: 10px;
    height: 10px;
  }
}
.review-hero__video_control p svg path {
  fill: #B0E0FE;
}

@keyframes rippleShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(111, 174, 217, 0.25), 0 0 0 10px rgba(111, 174, 217, 0.2), 0 0 0 20px rgba(111, 174, 217, 0.15);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(111, 174, 217, 0), 0 0 0 30px rgba(111, 174, 217, 0), 0 0 0 45px rgba(111, 174, 217, 0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0.5);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.common-page .rank-math-breadcrumb {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .common-page .rank-math-breadcrumb {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .common-page .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
}
.common-page .row {
  display: flex;
  justify-content: center;
}
.common-page__content h1 {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--text-h-1);
  font-weight: 700;
  color: var(--wp--preset--color--black-color);
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .common-page__content h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .common-page__content h1 {
    margin-bottom: 20px;
  }
}
.common-page__content h2 {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--text-h-2-secondary);
  font-weight: 700;
  color: var(--wp--preset--color--black-color);
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .common-page__content h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .common-page__content h2 {
    margin-bottom: 16px;
  }
}
.common-page__content h3 {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--text-h-3);
  font-weight: 700;
  color: var(--wp--preset--color--black-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .common-page__content h3 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575px) {
  .common-page__content h3 {
    margin-bottom: 14px;
  }
}
.common-page__content p {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--subtitle-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .common-page__content p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .common-page__content p {
    margin-bottom: 14px;
  }
}
.common-page__content p strong {
  color: var(--wp--preset--color--black-color);
}
.common-page__content .wp-block-list {
  display: flex;
  flex-direction: column;
  list-style-position: inside;
  list-style-type: disc;
  gap: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .common-page__content .wp-block-list {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .common-page__content .wp-block-list {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 575px) {
  .common-page__content .wp-block-list {
    gap: 13px;
  }
}
.common-page__content .wp-block-list li {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--subtitle-color);
}
.common-page__content .wp-block-list li strong {
  color: var(--wp--preset--color--black-color);
}

.how-it-work-hero {
  background-color: var(--wp--preset--color--primary-color);
  overflow: hidden;
}
.how-it-work-hero__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
}
@media screen and (max-width: 1199px) {
  .how-it-work-hero__row {
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__row {
    gap: var(--wp--preset--spacing--common-padding);
    --bs-gutter-x: 0;
  }
}
.how-it-work-hero__content-col {
  flex: 1;
  min-width: 320px;
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__content-col {
    text-align: center;
  }
}
.how-it-work-hero__subtitle {
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__subtitle {
    margin-bottom: 19px;
  }
}
.how-it-work-hero__title {
  margin-bottom: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__title {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 575px) {
  .how-it-work-hero__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .how-it-work-hero__title {
    margin-bottom: 16px;
  }
}
.how-it-work-hero__desc {
  margin-bottom: 25px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__desc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .how-it-work-hero__desc {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__btn-wrapper {
    display: flex;
    justify-content: center;
  }
}
.how-it-work-hero__btn .wp-block-button__link svg {
  margin-top: -2px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__btn .wp-block-button__link svg {
    margin-top: unset;
    margin-bottom: 4px;
  }
}
.how-it-work-hero__img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 991px) {
  .how-it-work-hero__img {
    justify-content: center;
  }
}

.benefit-info-bar__wrapper {
  background-color: rgba(176, 224, 254, 0.08);
  border-radius: 20px;
}
.benefit-info-bar .row {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .benefit-info-bar .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .benefit-info-bar .row::-webkit-scrollbar {
    display: none;
  }
  .benefit-info-bar .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.benefit-info-bar .benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .benefit-info-bar .benefit-item {
    scroll-snap-align: start;
  }
}
.benefit-info-bar .benefit-item__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-info-bar .benefit-item__title {
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0.03em;
  margin: 0;
}
.benefit-info-bar .benefit-item__description {
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.06em;
  margin: 0;
}

.proudly-canadian .row {
  align-items: center;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .proudly-canadian .row {
    row-gap: 36px;
    flex-direction: column-reverse;
    --bs-gutter-x: 0;
  }
}
.proudly-canadian__col-content {
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .proudly-canadian__col-content {
    padding-left: 34px;
  }
}
@media screen and (max-width: 991px) {
  .proudly-canadian__col-content {
    padding-left: 0;
  }
}
.proudly-canadian h2 {
  margin-top: 9px;
}
@media screen and (max-width: 991px) {
  .proudly-canadian h2 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 991px) {
  .proudly-canadian .col-lg-5,
  .proudly-canadian .col-lg-7 {
    position: sticky;
    top: 80px;
  }
}
.proudly-canadian__image {
  margin: 0;
}
.proudly-canadian__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.proudly-canadian__eyebrow {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-weight: 600;
}
.proudly-canadian__title {
  margin-bottom: 17px;
}
.proudly-canadian__desc {
  margin-bottom: 19px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .proudly-canadian__desc {
    max-width: none;
  }
}
.proudly-canadian__desc:last-of-type {
  margin-bottom: 20px;
}
.proudly-canadian__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 1199px) {
  .proudly-canadian__badges {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .proudly-canadian__badges {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
  }
}
.proudly-canadian__badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 24px;
  border-radius: 50px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .proudly-canadian__badge {
    padding: 8px 12px;
    gap: 6px;
  }
}
.proudly-canadian__badge svg {
  flex-shrink: 0;
  display: block;
}
.proudly-canadian__badge-icon {
  margin: 0;
  display: flex;
  align-items: center;
}
.proudly-canadian__badge-text {
  margin: 0;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .proudly-canadian__badge-text {
    gap: 6px;
  }
}
.proudly-canadian__badge-text svg {
  flex-shrink: 0;
}
@media screen and (max-width: 425px) {
  .proudly-canadian__badge-text svg {
    width: 22px;
    height: 22px;
  }
}

.product-integration {
  background: rgba(176, 224, 254, 0.22);
}
.product-integration .row {
  --bs-gutter-x: 0;
}
.product-integration__image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .product-integration__image img {
    height: 480px;
  }
}
@media screen and (max-width: 575px) {
  .product-integration__image img {
    height: 300px;
  }
}
.product-integration__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding-right: calc((100vw - 1140px) / 2);
  padding-left: 30px;
}
@media screen and (min-width: 1400px) {
  .product-integration__content {
    padding-right: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .product-integration__content {
    width: 100%;
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .product-integration__content {
    align-items: flex-start;
    text-align: left;
    width: 100%;
    padding: var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .product-integration__content {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .product-integration__content {
    padding-left: var(--wp--preset--spacing--horizontal-padding);
    padding-right: var(--wp--preset--spacing--horizontal-padding);
  }
}
.product-integration__content .wp-block-buttons {
  margin-top: 26px;
}
@media screen and (max-width: 1199px) {
  .product-integration__content .wp-block-buttons {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-integration__content .wp-block-buttons {
    justify-content: flex-start;
    margin-top: 8px;
  }
}
.product-integration__content .subtitle {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
}
.product-integration__content .subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: rgb(113, 189, 238);
  border-radius: 50%;
  z-index: 2;
}
.product-integration__content .subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: rgb(113, 189, 238);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(113, 189, 238, 0.6);
  animation: pulseDot 2s infinite;
  z-index: 1;
}
.product-integration__content .wp-block-heading {
  max-width: 480px;
}
@media screen and (max-width: 991px) {
  .product-integration__content .wp-block-heading {
    max-width: unset;
  }
}
.product-integration__content p:not(.subtitle) {
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .product-integration__content p:not(.subtitle) {
    max-width: unset;
  }
}

.comfort-hero {
  background-size: cover !important;
}
@media screen and (max-width: 1199px) {
  .comfort-hero p br {
    display: none;
  }
}
.comfort-hero__inner {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .comfort-hero__inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 575px) {
  .comfort-hero__inner {
    padding: 70px var(--wp--preset--spacing--horizontal-padding);
  }
}
@media screen and (max-width: 991px) {
  .comfort-hero {
    background-size: contain !important;
  }
}
.comfort-hero__tagline {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.comfort-hero__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .comfort-hero__title {
    margin-bottom: 18px;
  }
}
.comfort-hero__desc {
  margin: 0 auto 40px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .comfort-hero__desc {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  .comfort-hero__desc {
    margin-bottom: 24px;
  }
}
.comfort-hero__cta {
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 991px) {
  .comfort-hero__cta {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .comfort-hero__cta {
    gap: 12px;
  }
  .comfort-hero__cta .wp-block-button__link {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.comfort-hero__btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.comfort-hero__btn .wp-block-button__link svg {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 991px) {
  .comfort-hero__btn .wp-block-button__link svg {
    margin-top: unset;
    margin-bottom: 4px;
  }
}

/* Arrow */
.btn-arrow {
  display: inline-flex;
  margin-left: 3px;
  transition: transform 0.25s;
}
.btn-arrow svg {
  width: 16px;
  height: 16px;
}

.wp-block-button__link:hover .btn-arrow {
  transform: translateX(5px);
}

.single-journal-hero .row {
  justify-content: center;
}
.single-journal-hero .wp-block-post-featured-image img {
  width: 100%;
  height: 520px;
  -o-object-fit: fill !important;
     object-fit: fill !important;
  border-radius: 24px;
}
@media screen and (min-width: 1400px) {
  .single-journal-hero .wp-block-post-featured-image img {
    height: 560px;
  }
}
@media screen and (max-width: 1199px) {
  .single-journal-hero .wp-block-post-featured-image img {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .single-journal-hero .wp-block-post-featured-image img {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .single-journal-hero .wp-block-post-featured-image img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .single-journal-hero .wp-block-post-featured-image img {
    height: 200px;
  }
}
.single-journal-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-journal-hero__content .taxonomy-journal-category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 14px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
}
.single-journal-hero__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .single-journal-hero__meta {
    gap: 24px;
  }
}
.single-journal-hero__meta .journal-date,
.single-journal-hero__meta .journal-read-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.single-journal-hero__meta .journal-date .meta-icon,
.single-journal-hero__meta .journal-read-time .meta-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.single-journal-hero__meta .journal-date .meta-text,
.single-journal-hero__meta .journal-read-time .meta-text {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--black-color);
}
.single-journal-hero__meta .journal-share .share-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
.single-journal-hero__meta .journal-share .share-wrapper .meta-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.single-journal-hero__meta .journal-share .share-wrapper .meta-text {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--black-color);
}
.single-journal-hero__meta .journal-share .share-wrapper .share-icons {
  position: absolute;
  top: -50px;
  left: 0;
  display: flex;
  gap: 20px;
  background: var(--wp--preset--color--white-color);
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: 0.3s;
}
.single-journal-hero__meta .journal-share .share-wrapper .share-icons br {
  display: none;
}
.single-journal-hero__meta .journal-share .share-wrapper .share-icons a {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  text-decoration: none;
  color: var(--wp--preset--color--black-color);
  font-weight: 500;
}
.single-journal-hero__meta .journal-share .share-wrapper:hover .share-icons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.key-differences .row {
  --bs-gutter-x: 50px;
}
@media screen and (max-width: 1199px) {
  .key-differences .row {
    --bs-gutter-x: 30px;
  }
}
@media screen and (max-width: 991px) {
  .key-differences .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 4px;
  }
  .key-differences .row::-webkit-scrollbar {
    display: none;
  }
  .key-differences .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.key-differences__icon-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.key-differences__icon-box img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
.key-differences__icon-box .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: break-spaces;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .image-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-grid img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-journal-tags {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.single-journal-tags__main {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.single-journal-tags__main p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
}

@media screen and (max-width: 991px) {
  .our-promises__section-header .row {
    row-gap: 12px;
  }
}
.our-promises__section-header .title {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .our-promises__section-header .title {
    gap: 12px;
  }
}
.our-promises__cards-list {
  counter-reset: item;
}
.our-promises__cards-list .row {
  row-gap: 32px;
  --bs-gutter-x: 32px;
}
@media screen and (max-width: 991px) {
  .our-promises__cards-list .row {
    row-gap: 28px;
    --bs-gutter-x: 28px;
  }
}
@media screen and (max-width: 767px) {
  .our-promises__cards-list .row {
    row-gap: 22px;
    --bs-gutter-x: 22px;
  }
}
.our-promises__cards-list--card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  transform: translateY(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .our-promises__cards-list--card {
    padding: 22px;
    gap: 14px;
  }
}
.our-promises__cards-list--card .wp-block-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-increment: item;
}
.our-promises__cards-list--card .wp-block-heading::before {
  content: "0" counter(item);
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--text-h-2);
  font-weight: 600;
  color: rgba(126, 204, 252, 0.3803921569);
}
.our-promises__cards-list--card:hover {
  transform: translateY(-10px);
}

.single-journal-content > .container > .row:first-of-type {
  justify-content: center;
  align-items: center;
}
.single-journal-content p {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: #444444;
  margin-bottom: 22px;
}
.single-journal-content p a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.single-journal-content h2 {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--secondary-heading);
  font-weight: 700;
  color: #1D1D1F;
  margin: 36px 0 22px 0;
}
.single-journal-content h3 {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--text-h-3);
  font-weight: 600;
  color: #1D1D1F;
  margin: 34px 0 22px 0;
}
.single-journal-content .wp-block-list {
  list-style-type: disc;
  padding-left: var(--wp--preset--spacing--horizontal-padding);
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-journal-content .wp-block-list li {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--black-color);
}
.single-journal-content .limited-offer {
  margin: var(--wp--preset--spacing--common-padding) 0;
}
.single-journal-content .limited-offer__content {
  padding-left: 40px;
}
.single-journal-content .limited-offer__content p {
  margin: 0;
}
.single-journal-content .limited-offer__content .wp-block-heading {
  margin: 0;
}
.single-journal-content .key-differences__icon-box p,
.single-journal-content .single-journal-tags p {
  margin: 0;
  font-size: var(--wp--preset--font-size--description-xs) !important;
}
.single-journal-content .key-differences__icon-box .wp-block-heading,
.single-journal-content .single-journal-tags .wp-block-heading {
  margin: 0;
}
.single-journal-content img {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 22px 0;
}
.single-journal-content .key-differences__icon-box img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
.single-journal-content .image-grid img {
  width: 100%;
  margin: 0;
}
.single-journal-content .limited-offer__image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 991px) {
  .single-journal-content .limited-offer__image img {
    height: 480px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single-journal-content .limited-offer__image img {
    height: 300px;
  }
}
.single-journal-content .limited-offer__content {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 991px) {
  .single-journal-content .limited-offer__content {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}
.single-journal-content .next-prev-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.the-problem .row {
  align-items: center;
}
.the-problem .row .section-header__content {
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .the-problem .row .section-header__content {
    gap: 18px;
    padding-bottom: 40px;
  }
}
.the-problem .row .wp-block-button__link svg {
  margin-top: -2px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 991px) {
  .the-problem .row .wp-block-button__link svg {
    margin-top: unset;
    margin-bottom: 4px;
  }
}
.the-problem .row .the-problem-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .the-problem .row .the-problem-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .the-problem .row .the-problem-list {
    gap: 18px;
  }
}
.the-problem .row .the-problem-list div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .the-problem .row .the-problem-list div {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .the-problem .row .the-problem-list div {
    width: 47%;
  }
}
@media screen and (max-width: 575px) {
  .the-problem .row .the-problem-list div {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .everyday-use .section-header__content br {
    display: none;
  }
}
.everyday-use__row {
  --bs-gutter-x: 40px;
  align-items: baseline;
}
@media screen and (max-width: 1199px) {
  .everyday-use__row {
    --bs-gutter-x: 34px;
  }
}
@media screen and (max-width: 991px) {
  .everyday-use__row {
    gap: 30px 0;
    --bs-gutter-x: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .everyday-use__row {
    gap: 24px 0;
    --bs-gutter-x: 24px;
  }
}
@media screen and (max-width: 575px) {
  .everyday-use__row {
    gap: 21px 0;
    --bs-gutter-x: 20px;
  }
}
@media screen and (max-width: 425px) {
  .everyday-use .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.everyday-use__box {
  background-color: rgba(176, 224, 254, 0.1215686275);
  padding: 32px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .everyday-use__box {
    padding: 28px 14px;
  }
}
.everyday-use__icon img {
  width: 61px;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .everyday-use__icon img {
    width: 52px;
    height: 52px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .how-it-work .section-header__content br {
    display: none;
  }
}
.how-it-work__list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--common-padding);
}
.how-it-work__item {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1199px) {
  .how-it-work__item {
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .how-it-work__item {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .how-it-work__item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 425px) {
  .how-it-work__item {
    gap: 20px;
  }
}
.how-it-work__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 575px) {
  .how-it-work__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.how-it-work__media {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .how-it-work__media {
    width: 100%;
  }
}
.how-it-work__media video {
  width: 100%;
  height: 281px;
  border-radius: 5px 5px 125px 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-it-work__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .how-it-work__content {
    gap: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .how-it-work__content {
    gap: 10px;
  }
}

.checkout-section h1 {
  padding-bottom: 20px;
}
.checkout-section .wc-block-components-title.wc-block-components-title {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--text-h-3);
  line-height: 1.2;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
}
@media screen and (max-width: 991px) {
  .checkout-section .wc-block-components-title.wc-block-components-title {
    font-size: var(--wp--preset--font-size--text-h-4);
  }
}
@media screen and (max-width: 425px) {
  .checkout-section .wc-block-components-title.wc-block-components-title {
    font-size: var(--wp--preset--font-size--text-h-5);
  }
}
.checkout-section .wc-block-components-order-summary-item__description h3 {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.4;
  color: var(--wp--preset--color--primary-description);
  font-weight: 600;
}
.checkout-section .wc-block-components-product-metadata p,
.checkout-section .wc-block-components-product-metadata a {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.4;
  font-weight: 400;
  color: var(--wp--preset--color--secondary-description);
}
.checkout-section .wc-block-components-checkout-step__description,
.checkout-section .wc-block-components-checkout-order-summary__title-text {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--description-lg) !important;
  line-height: 1.4 !important;
  color: var(--wp--preset--color--primary-heading) !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 991px) {
  .checkout-section .wc-block-components-checkout-step__description,
  .checkout-section .wc-block-components-checkout-order-summary__title-text {
    font-size: var(--wp--preset--font-size--description-sm) !important;
  }
}
@media screen and (max-width: 767px) {
  .checkout-section .wc-block-components-checkout-order-summary__title {
    padding: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-section .wc-block-components-checkout-order-summary__content {
    padding: 0 10px;
  }
}
.checkout-section .wc-block-checkout__actions .wc-block-checkout__actions_row {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .checkout-section .wc-block-checkout__actions .wc-block-checkout__actions_row {
    gap: 15px;
  }
}
.checkout-section .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  padding: 14px 30px;
  border-radius: 6px;
  background: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--button-text-primary);
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--description-sm);
  border: 1px solid var(--wp--preset--color--button-background-primary);
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}
.checkout-section .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  transform: skewX(-20deg);
  transition: none;
}
.checkout-section .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover::after {
  width: 140%;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.45s ease-in-out, background 0.45s ease-in-out;
}
@media screen and (max-width: 425px) {
  .checkout-section .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 100%;
  }
}
.checkout-section .wc-block-components-checkout-return-to-cart-button {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--secondary-description);
  text-decoration: underline;
  transition: all 0.3s ease;
}
.checkout-section .wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--wp--preset--color--black-color);
  text-decoration: none;
}
.checkout-section .wc-block-components-checkout-return-to-cart-button svg {
  margin-right: 8px;
}
.checkout-section .wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__input-coupon {
  height: auto;
  border-radius: 6px;
  border: 1px solid var(--wp--preset--color--border-color-primary);
  padding: 12px;
}
.checkout-section .wc-block-components-form .wc-block-components-text-input input,
.checkout-section .wc-block-components-text-input input,
.checkout-section .wc-blocks-components-select .wc-blocks-components-select__select,
.checkout-section textarea {
  border-radius: 6px;
  border: 1.5px solid #E6E6E6;
  background: var(--wp--preset--color--white-color);
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--form-field);
  color: var(--wp--preset--color--primary-description);
  height: auto;
  width: 100%;
  transition: border-color 0.3s ease;
}
.checkout-section .wc-block-components-form .wc-block-components-text-input input:focus,
.checkout-section .wc-block-components-text-input input:focus,
.checkout-section .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.checkout-section textarea:focus {
  border-color: var(--wp--preset--color--black-color);
  outline: none;
}
.checkout-section .wc-block-components-form .wc-block-components-text-input input::-moz-placeholder, .checkout-section .wc-block-components-text-input input::-moz-placeholder, .checkout-section .wc-blocks-components-select .wc-blocks-components-select__select::-moz-placeholder, .checkout-section textarea::-moz-placeholder {
  color: var(--wp--preset--color--secondary-description);
  opacity: 0.7;
}
.checkout-section .wc-block-components-form .wc-block-components-text-input input::placeholder,
.checkout-section .wc-block-components-text-input input::placeholder,
.checkout-section .wc-blocks-components-select .wc-blocks-components-select__select::placeholder,
.checkout-section textarea::placeholder {
  color: var(--wp--preset--color--secondary-description);
  opacity: 0.7;
}
.checkout-section .wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 16px 16px 8px !important;
}
.checkout-section .wc-block-components-form .wc-block-components-text-input input,
.checkout-section .wc-block-components-text-input input {
  padding: 16px 16px 8px !important;
}
.checkout-section .is-active .wc-block-components-form .wc-block-components-text-input input,
.checkout-section .is-active .wc-block-components-text-input input {
  padding: 24px 16px 8px !important;
}
.checkout-section .wc-block-components-form .wc-block-components-text-input label,
.checkout-section .wc-block-components-text-input label {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 13px;
  font-weight: 500;
  color: var(--wp--preset--color--secondary-description);
  margin-bottom: 5px;
  left: 16px;
}
.checkout-section .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background-color: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
  border: none;
  border-radius: 50%;
  font-size: 12px;
  padding: 2px 6px;
}
.checkout-section .wc-block-components-order-summary-item__image img {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.checkout-section .wc-block-components-totals-coupon__form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.checkout-section .wc-block-components-totals-coupon__form .wc-block-components-button {
  border-radius: 6px;
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid var(--wp--preset--color--black-color);
  transition: all 0.3s ease;
}
.checkout-section .wc-block-components-totals-coupon__form .wc-block-components-button:hover {
  background: transparent;
  color: var(--wp--preset--color--black-color);
}
.checkout-section .wc-block-components-panel__button {
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 600;
  color: var(--wp--preset--color--primary-heading);
  font-size: 18px;
}
.checkout-section .wc-block-components-totals-item__label {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--secondary-description);
  font-size: var(--wp--preset--font-size--description-sm);
}
.checkout-section .wc-block-components-totals-item__value {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--black-color);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--description-md);
}
.checkout-section .wc-block-components-totals-footer-item {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  margin-top: 20px;
}
.checkout-section .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: var(--wp--preset--color--black-color);
  font-weight: 700;
  font-size: 18px;
}
.checkout-section .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 24px;
}
.checkout-section .wc-block-components-sidebar {
  border-radius: 12px;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 991px) {
  .checkout-section .wc-block-components-sidebar {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-section .wc-block-components-sidebar {
    position: unset;
    top: 0;
    margin-bottom: 20px;
    display: none;
  }
}
.checkout-section .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: 1.5px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .checkout-section .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border: unset;
  }
}
.checkout-section .wc-block-components-sidebar .wc-block-components-order-summary-item__description {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.checkout-section .wc-block-components-sidebar .wc-block-components-order-summary-item__description .wc-block-components-product-badge,
.checkout-section .wc-block-components-sidebar .wc-block-components-order-summary-item__description .wc-block-components-sale-badge {
  padding: 4px 8px;
}
@media screen and (max-width: 1199px) {
  .checkout-section .wc-block-components-sidebar .wc-block-components-order-summary-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1199px) {
  .checkout-section .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    order: 3;
    padding: 12px 12px 12px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .checkout-section .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .checkout-section .wc-block-components-order-summary-item__description {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.checkout-section .wc-block-components-main {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .checkout-section .wc-block-components-main {
    padding-right: 0;
  }
}
.checkout-section .wc-block-components-checkout-step {
  border-bottom: 1.5px solid #E6E6E6;
  padding: 30px 0px;
  margin-bottom: 0px;
}
.checkout-section .wc-block-components-checkout-step:last-child {
  border-bottom: none;
}
.checkout-section .wp-block-woocommerce-checkout-contact-information-block {
  padding-top: 0px;
}
.checkout-section .wc-block-checkout__order-notes {
  padding: 20px 0px;
}
.checkout-section .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: unset;
  font-size: var(--wp--preset--font-size--description-sm);
  font-family: var(--wp--preset--font-family--secondary);
}
@media screen and (max-width: 767px) {
  .checkout-section .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    margin-top: 16px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-section .wc-block-components-address-form {
    flex-direction: column;
  }
}

.our-newsletter .row {
  justify-content: center;
  align-items: center;
}
.our-newsletter .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  font-size: 12px;
}
.our-newsletter .wpcf7-not-valid-tip {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .our-newsletter .wpcf7-spinner {
    position: absolute;
    right: 10%;
  }
}
@media screen and (min-width: 991px) {
  .our-newsletter .wpcf7-spinner {
    position: absolute;
    right: 35%;
  }
}
.our-newsletter__form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .our-newsletter__form form {
    gap: 16px;
  }
}
@media screen and (max-width: 425px) {
  .our-newsletter__form form {
    gap: 12px;
  }
}
.our-newsletter__form .form-group p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .our-newsletter__form .form-group p {
    gap: 16px;
  }
}
@media screen and (max-width: 425px) {
  .our-newsletter__form .form-group p {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.our-newsletter__form .form-group p br {
  display: none;
}
.our-newsletter__form .form-group p input {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E5E5E5;
  outline: none;
  border-radius: 100px;
  color: #666666;
  background-color: var(--wp--preset--color--white-color);
}
.our-newsletter__form .form-textarea textarea {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #E5E5E5;
  outline: none;
  border-radius: 20px;
  color: #666666;
  background-color: var(--wp--preset--color--white-color);
}
.our-newsletter__form .submit-btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.our-newsletter__form .submit-btn input {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--white-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  border: 1px solid var(--wp--preset--color--black-color);
  outline: none;
  border-radius: 100px;
  background-color: var(--wp--preset--color--black-color);
  cursor: pointer;
}

.everyday-soft-comfort__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .everyday-soft-comfort .row {
    --bs-gutter-x: 48px !important;
  }
}
@media screen and (max-width: 991px) {
  .everyday-soft-comfort .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .everyday-soft-comfort .row::-webkit-scrollbar {
    display: none;
  }
  .everyday-soft-comfort .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.everyday-soft-comfort__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.everyday-soft-comfort__item img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 425px) {
  .everyday-soft-comfort__item img {
    height: 260px;
  }
}
.everyday-soft-comfort__item .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.learn-content .everyday-soft-comfort .row {
  --bs-gutter-x: 24px !important;
  flex-direction: unset !important;
  gap: 0 !important;
}

.learn-content .everyday-soft-comfort__item {
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .features__row {
    align-items: baseline;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .features__row::-webkit-scrollbar {
    display: none;
  }
  .features__row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.features .box__icon {
  display: flex;
  flex-shrink: 0;
}
.features h3 {
  margin-bottom: 3px;
}
.features__box {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 1199px) {
  .features__box {
    gap: 16px;
    align-items: flex-start;
  }
}

.our-mission .section-header__content {
  align-items: flex-start;
}
.our-mission .section-header__pre-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 1199px) {
  .our-mission .section-header__pre-list {
    gap: 23px;
  }
}
@media screen and (max-width: 575px) {
  .our-mission .section-header__pre-list {
    gap: 20px;
  }
}
.our-mission .row {
  --bs-gutter-x: 34px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .our-mission .row {
    align-items: start;
  }
}
@media screen and (max-width: 991px) {
  .our-mission .row {
    gap: 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .our-mission .row {
    gap: 30px 0;
  }
}
@media screen and (min-width: 991px) {
  .our-mission .col-lg-6 {
    position: sticky;
    top: 60px;
  }
}
.our-mission__media img {
  border-radius: 10px 10px 10px 191px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .our-mission__media img {
    border-radius: 10px 10px 10px 100px;
  }
}

.the-founfer {
  background: rgba(237, 237, 237, 0.14);
}
.the-founfer__row {
  --bs-gutter-x: 48px;
}
@media screen and (max-width: 991px) {
  .the-founfer__row {
    gap: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .the-founfer__row {
    gap: 24px 0;
  }
}
.the-founfer h2 {
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .the-founfer h2 {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 575px) {
  .the-founfer h2 {
    padding-bottom: 4px;
  }
}
.the-founfer__box {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 991px) {
  .the-founfer__box {
    position: sticky;
    top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .the-founfer__box {
    gap: 12px;
  }
}
.the-founfer__box-pre {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 991px) {
  .the-founfer__box-pre {
    gap: 15px;
  }
}
.the-founfer__box-pre p {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--primary-heading);
}
.the-founfer__media {
  border-radius: 29px;
  border: 10px solid rgba(181, 222, 246, 0.22);
}
@media screen and (min-width: 991px) {
  .the-founfer__media {
    position: sticky;
    top: 60px;
  }
}
.the-founfer__media img {
  width: 100%;
  max-height: 518px;
  border-radius: 29px;
}

.shop-declaration {
  padding: 36px 0px;
}
@media screen and (max-width: 425px) {
  .shop-declaration {
    padding: 22px 0;
  }
}
.shop-declaration__box {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .shop-declaration__box {
    gap: 24px;
  }
}
@media screen and (max-width: 425px) {
  .shop-declaration__box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.shop-declaration__icon {
  background: var(--wp--preset--color--white-color);
  padding: 20px 24px;
  border-radius: 10px;
  max-width: 156px;
}
.shop-declaration__icon img {
  max-width: 110px;
}

.learn-content .row {
  --bs-gutter-x: 140px;
}
@media screen and (max-width: 991px) {
  .learn-content .row {
    flex-direction: column-reverse;
    --bs-gutter-x: 0px;
    gap: 28px;
  }
}
.learn-content .row .before-line {
  position: relative;
}
.learn-content .row .before-line::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 3px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1019607843);
  transition: height 0.3s ease;
}
@media screen and (max-width: 991px) {
  .learn-content .row .before-line::after {
    display: none;
  }
}
.learn-content .row .progress-line {
  position: absolute;
  right: 0px;
  top: 0;
  width: 3px;
  height: 50vh;
  background: #57A6D8;
  border-radius: 2px;
  transition: height 0.15s linear;
  will-change: height;
}
@media screen and (max-width: 991px) {
  .learn-content .row .progress-line {
    display: none;
  }
}
.learn-content img {
  box-sizing: border-box;
  height: auto;
  max-height: 700px;
  max-width: 100%;
}
.learn-content a {
  color: #41484C;
  text-decoration: underline;
}
.learn-content .wp-block-quote {
  margin-bottom: 13px !important;
}
.learn-content__left .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.learn-content__left .wp-block-post-content h2 {
  font-size: var(--wp--preset--font-size--text-h-5);
  line-height: 1.5;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  font-family: var(--wp--preset--font-family--primary);
}
.learn-content__left .wp-block-post-content h3 {
  font-size: var(--wp--preset--font-size--description-md);
  line-height: 1.5;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  font-family: var(--wp--preset--font-family--primary);
}
.learn-content__left .wp-block-post-content p {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 28px;
  color: #41484c;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--secondary);
}
@media screen and (max-width: 575px) {
  .learn-content__left .wp-block-post-content p {
    line-height: 24px;
  }
}
.learn-content__left .wp-block-post-content p strong,
.learn-content__left .wp-block-post-content li strong {
  color: var(--wp--preset--color--primary-heading);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary);
}
.learn-content__left .wp-block-post-content p a,
.learn-content__left .wp-block-post-content li a {
  text-decoration: underline;
  color: #41484c;
}
.learn-content__left .wp-block-post-content li {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 28px;
  color: #41484c;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--secondary);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .learn-content__left .wp-block-post-content li {
    line-height: 24px;
  }
}
.learn-content__left .wp-block-post-content li br {
  display: none;
}
.learn-content__left .wp-block-post-content li strong {
  font-size: var(--wp--preset--font-size--description-md);
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
.learn-content__left .wp-block-post-content li strong::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary-heading);
  display: block;
}
.learn-content__left .wp-block-post-content ul,
.learn-content__left .wp-block-post-content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}
.learn-content__left .wp-block-post-content ol {
  list-style: disc !important;
  padding-left: 20px;
}
.learn-content__left .wp-block-post-content ol li {
  font-size: var(--wp--preset--font-size--description-sm);
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 500;
  color: #41484C;
  display: list-item !important;
  list-style: disc !important;
}
.learn-content__left .wp-block-post-content ol li::marker {
  color: #41484C;
  font-weight: 500;
}
.learn-content__sidebar {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 991px) {
  .learn-content__sidebar {
    position: static;
    top: 0;
  }
}
.learn-content__sidebar .toc {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 991px) {
  .learn-content__sidebar .toc {
    gap: 0;
    background: var(--wp--preset--color--white-color);
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
  }
  .learn-content__sidebar .toc h3 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .learn-content__sidebar .toc h3::after {
    content: "\f105";
    font-family: "fontello";
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .learn-content__sidebar .toc .catchford-table-of-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    padding-top: 0;
  }
  .learn-content__sidebar .toc.is-open h3::after {
    transform: rotate(-90deg);
  }
  .learn-content__sidebar .toc.is-open .catchford-table-of-content {
    max-height: 1000px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .learn-content__sidebar .toc {
    padding: 12px;
  }
}
.learn-content__sidebar .toc h3 {
  font-size: var(--wp--preset--font-size--description-md);
  line-height: 28px;
  font-weight: 700;
  color: var(--wp--preset--color--black-color);
  font-family: var(--wp--preset--font-family--primary);
}
.learn-content__sidebar .toc .catchford-table-of-content {
  position: relative;
}
.learn-content__sidebar .toc .catchford-table-of-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.learn-content__sidebar .toc .catchford-table-of-content ul li {
  position: relative;
  padding-left: 12px;
}
.learn-content__sidebar .toc .catchford-table-of-content ul li a {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 28px;
  color: #808080;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--secondary);
  transition: color 0.25s ease;
  text-decoration: none;
}
.learn-content__sidebar .toc .catchford-table-of-content ul .catchford-toc-heading-2 a {
  font-weight: 700;
  color: #808080;
}
.learn-content__sidebar .toc .catchford-table-of-content ul .catchford-toc-heading-3 {
  padding-left: 30px;
}
.learn-content__sidebar .toc .catchford-table-of-content ul .catchford-toc-heading-3 a {
  font-size: var(--wp--preset--font-size--description-xs);
  color: var(--wp--preset--color--black-color);
  font-weight: 400;
}
.learn-content__sidebar .toc .catchford-table-of-content ul .active {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.09) 19.98%, rgba(64, 154, 211, 0.09) 100%);
  border-left: 3px solid #57A6D8;
}
.learn-content__sidebar .toc .catchford-table-of-content ul .active a {
  color: var(--wp--preset--color--black-color);
  font-weight: 700;
}
.learn-content .wp-element-button {
  color: var(--wp--preset--color--white-color);
}
.learn-content .is-style-outline .wp-element-button {
  color: var(--wp--preset--color--black-color);
}
.learn-content .comfort-hero {
  border-radius: 20px;
}

.wp-singular.logged-in .my-account .woocommerce {
  display: flex;
  align-items: unset;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .wp-singular.logged-in .my-account .woocommerce {
    flex-direction: column;
  }
}

.my-account a {
  color: var(--wp--preset--color--primary-color);
  font-weight: 600;
}
.my-account form.login {
  margin-top: 0;
}
.my-account .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 900px) {
  .my-account .woocommerce {
    flex-direction: column;
  }
}
.my-account .woocommerce:after, .my-account .woocommerce:before {
  display: none;
}
.my-account .woocommerce table.shop_table {
  border: unset;
}
.my-account .woocommerce-MyAccount-navigation {
  width: 28%;
}
@media screen and (min-width: 991px) {
  .my-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: var(--wp--preset--spacing--sm);
  }
}
@media screen and (max-width: 991px) {
  .my-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.my-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: var(--wp--preset--spacing--xs);
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--wp--preset--color--primary-background);
  border-radius: 12px;
}
@media (max-width: 900px) {
  .my-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    border-radius: 8px;
  }
}
.my-account .woocommerce-MyAccount-navigation li {
  padding: 6px 0;
}
@media only screen and (max-width: 900px) {
  .my-account .woocommerce-MyAccount-navigation li {
    padding: 0;
  }
}
.my-account .woocommerce-MyAccount-navigation li a {
  display: block;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--subtitle-color);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.my-account .woocommerce-MyAccount-navigation li a:hover {
  background: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--black-color);
}
@media (max-width: 900px) {
  .my-account .woocommerce-MyAccount-navigation li a {
    padding: 8px 14px;
    font-size: var(--wp--preset--font-size--subtitle);
  }
}
.my-account .woocommerce-MyAccount-navigation li.is-active > a {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
  font-weight: 600;
}
.my-account .woocommerce-MyAccount-navigation li.is-active > a:hover {
  opacity: 0.85;
}
.my-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #b03020;
}
.my-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fdecea;
  color: #922416;
}
.my-account .woocommerce-MyAccount-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
  overflow-x: scroll;
}
@media screen and (max-width: 991px) {
  .my-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .my-account .woocommerce-MyAccount-content .col2-set .col-1,
  .my-account .woocommerce-MyAccount-content .col2-set .col-1,
  .my-account .woocommerce-MyAccount-content .col2-set .col-2,
  .my-account .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .my-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.my-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty {
  display: none;
}
.my-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
.my-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error,
.my-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info {
  padding: 14px 18px;
  border-radius: 8px;
  font-size: var(--wp--preset--font-size--description-sm);
  margin-bottom: var(--wp--preset--spacing--xs);
  border-left: 4px solid;
}
.my-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
  background: var(--wp--preset--color--primary-background);
  border-color: var(--wp--preset--color--support-color);
  color: var(--wp--preset--color--support-color);
}
.my-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
  background: #fdecea;
  border-color: #c0392b;
  color: #922416;
}
.my-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info {
  background: var(--wp--preset--color--primary-background);
  border-color: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--subtitle-color);
}
.my-account .woocommerce-orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
}
.my-account .woocommerce-orders-table thead tr {
  background: var(--wp--preset--color--black-color);
}
.my-account .woocommerce-orders-table thead tr th {
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--subtitle);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
}
.my-account .woocommerce-orders-table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
.my-account .woocommerce-orders-table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.my-account .woocommerce-orders-table thead tr th .nobr {
  white-space: nowrap;
}
.my-account .woocommerce-orders-table tbody tr {
  transition: background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--wp--preset--color--white-color);
}
.my-account .woocommerce-orders-table tbody tr:nth-child(even) {
  background: var(--wp--preset--color--primary-background);
}
.my-account .woocommerce-orders-table tbody tr:hover {
  background: var(--wp--preset--color--primary-color);
}
.my-account .woocommerce-orders-table tbody tr:last-child td:first-child,
.my-account .woocommerce-orders-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.my-account .woocommerce-orders-table tbody tr:last-child td:last-child,
.my-account .woocommerce-orders-table tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}
.my-account .woocommerce-orders-table tbody td,
.my-account .woocommerce-orders-table tbody th {
  padding: 16px 20px;
  vertical-align: middle;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 50%, transparent);
  color: var(--wp--preset--color--primary-description);
  font-size: var(--wp--preset--font-size--description-sm);
}
.my-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
  font-weight: 700;
  color: var(--wp--preset--color--black-color);
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.my-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover {
  color: var(--wp--preset--color--button-text-secondary);
}
.my-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-date {
  color: var(--wp--preset--color--subtitle-color);
  font-size: var(--wp--preset--font-size--subtitle);
}
.my-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--subtitle);
  letter-spacing: 0.04em;
}
.my-account .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status::before,
.my-account .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status::before,
.my-account .woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status::before, .my-account .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status::before,
.my-account .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status::before, .my-account .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status::before, .my-account .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.my-account .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  color: #1459a3;
}
.my-account .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status::before {
  background: #1a6fbf;
  animation: pulse-dot 1.8s ease-in-out infinite;
}
.my-account .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: var(--wp--preset--color--support-color);
}
.my-account .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status::before {
  background: var(--wp--preset--color--support-color);
}
.my-account .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status,
.my-account .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
  color: #b85c00;
}
.my-account .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status::before,
.my-account .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status::before {
  background: #e67e22;
}
.my-account .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status,
.my-account .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status,
.my-account .woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status {
  color: #922416;
}
.my-account .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status::before,
.my-account .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status::before,
.my-account .woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status::before {
  background: #c0392b;
}
.my-account .woocommerce-orders-table__cell-order-total {
  font-weight: 600;
  white-space: nowrap;
}
.my-account .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: var(--wp--preset--font-size--description-md);
}
.my-account .woocommerce-orders-table__cell-order-actions {
  white-space: nowrap;
}
.my-account .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.my-account .woocommerce-orders-table__cell-order-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid var(--wp--preset--color--border-color-primary);
  padding: clamp(10px, 2vw, 13px) clamp(20px, 3vw, 26px);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--button-text-primary);
  font-size: var(--wp--preset--font-size--subtitle);
  padding: 8px 16px;
}
.my-account .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.my-account .woocommerce-orders-table__cell-order-actions .button:hover {
  background: var(--wp--preset--color--white-color);
  color: var(--wp--preset--color--black-color);
}
.my-account .woocommerce-orders-table__cell-order-actions .woocommerce-button + .button,
.my-account .woocommerce-orders-table__cell-order-actions .button + .button {
  margin-left: 6px;
  background: var(--wp--preset--color--white-color);
  color: var(--wp--preset--color--black-color);
}
.my-account .woocommerce-orders-table__cell-order-actions .woocommerce-button + .button:hover,
.my-account .woocommerce-orders-table__cell-order-actions .button + .button:hover {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
}
@media (max-width: 680px) {
  .my-account .woocommerce-orders-table thead {
    display: none;
  }
  .my-account .woocommerce-orders-table tbody tr {
    display: block;
    border: 1px solid var(--wp--preset--color--primary-color);
    border-radius: 10px;
    margin-bottom: var(--wp--preset--spacing--xs);
    padding: var(--wp--preset--spacing--xs);
    background: var(--wp--preset--color--white-color) !important;
  }
  .my-account .woocommerce-orders-table tbody tr:hover {
    background: var(--wp--preset--color--primary-background) !important;
  }
  .my-account .woocommerce-orders-table tbody td,
  .my-account .woocommerce-orders-table tbody th {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 40%, transparent);
    font-size: var(--wp--preset--font-size--subtitle);
  }
  .my-account .woocommerce-orders-table tbody td:last-child,
  .my-account .woocommerce-orders-table tbody th:last-child {
    border-bottom: none;
  }
  .my-account .woocommerce-orders-table tbody td::before,
  .my-account .woocommerce-orders-table tbody th::before {
    content: attr(data-title);
    font-size: var(--wp--preset--font-size--subtitle);
    font-weight: 700;
    color: var(--wp--preset--color--subtitle-color);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    margin-right: 12px;
  }
  .my-account .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions {
    flex-wrap: wrap;
    gap: 6px;
  }
  .my-account .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions::before {
    align-self: center;
  }
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.35);
  }
}
.my-account .woocommerce-MyAccount-content p.woocommerce-message {
  text-align: center;
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--xs);
  background: var(--wp--preset--color--primary-background);
  border-radius: 12px;
  font-size: var(--wp--preset--font-size--description-md);
  color: var(--wp--preset--color--subtitle-color);
}
.my-account .woocommerce-MyAccount-content p.woocommerce-message a {
  color: var(--wp--preset--color--black-color);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.my-account .woocommerce-MyAccount-content p.woocommerce-message a:hover {
  color: var(--wp--preset--color--button-text-secondary);
}
.my-account .woocommerce-pagination {
  margin-top: var(--wp--preset--spacing--sm);
  display: flex;
  align-items: center;
  gap: 4px;
}
.my-account .woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
.my-account .woocommerce-pagination li a,
.my-account .woocommerce-pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--border-color-primary) 20%, transparent);
  font-size: var(--wp--preset--font-size--subtitle);
  font-weight: 600;
  text-decoration: none;
  color: var(--wp--preset--color--subtitle-color);
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.my-account .woocommerce-pagination li a:hover,
.my-account .woocommerce-pagination li span:hover {
  background: var(--wp--preset--color--primary-background);
  border-color: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--black-color);
}
.my-account .woocommerce-pagination li.active span,
.my-account .woocommerce-pagination li span.current {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
  border-color: var(--wp--preset--color--black-color);
}
.my-account .woocommerce-Address-title h2 {
  font-size: var(--wp--preset--font-size--text-h-3);
}
.my-account .woocommerce-Address {
  border: 1px solid #d0c7c7;
  padding: 14px;
  border-radius: 12px;
}
.my-account .woocommerce-EditAccountForm fieldset {
  padding: 14px;
}
.my-account .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 12px;
}

.order-received h1 {
  display: flex;
  justify-content: center;
}
.order-received__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.order-received .wc-block-order-confirmation-status {
  text-align: center;
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--xs);
  background: var(--wp--preset--color--primary-background);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.order-received .wc-block-order-confirmation-status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--wp--preset--color--black-color);
  border-radius: 16px 16px 0 0;
}
.order-received .wc-block-order-confirmation-status h1 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--text-h-2);
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  margin: 0 0 8px;
  line-height: 1.3;
}
.order-received .wc-block-order-confirmation-status h1::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  margin-right: 14px;
  vertical-align: middle;
  line-height: 1;
}
.order-received .wc-block-order-confirmation-status p {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-md);
  color: var(--wp--preset--color--subtitle-color);
  margin: 0;
}
.order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  background: color-mix(in srgb, var(--wp--preset--color--primary-color) 40%, transparent);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 40%, transparent);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list {
    grid-template-columns: 1fr;
  }
}
.order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-wrap: wrap;
  padding: 18px 20px;
  background: var(--wp--preset--color--white-color);
  transition: background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item:hover {
  background: var(--wp--preset--color--primary-background);
}
.order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item__key {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--subtitle);
  font-weight: 700;
  color: var(--wp--preset--color--subtitle-color);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item__value {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  color: var(--wp--preset--color--primary-heading);
  word-break: break-word;
}
.order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item__value .woocommerce-Price-amount {
  font-size: var(--wp--preset--font-size--description-md);
  font-weight: 700;
}
@media (max-width: 560px) {
  .order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
  }
}
.order-received .wc-block-order-confirmation-totals-wrapper h2.wp-block-heading {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--text-h-5) !important;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--wp--preset--color--black-color);
}
.order-received .wc-block-order-confirmation-totals__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--wp--preset--font-family--secondary);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 50%, transparent);
  border-radius: 12px;
  overflow: hidden;
}
.order-received .wc-block-order-confirmation-totals__table thead tr {
  background: var(--wp--preset--color--black-color);
}
.order-received .wc-block-order-confirmation-totals__table thead tr th {
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--subtitle);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 20px;
  text-align: left;
}
.order-received .wc-block-order-confirmation-totals__table thead tr th.wc-block-order-confirmation-totals__total {
  text-align: right;
}
.order-received .wc-block-order-confirmation-totals__table tbody tr {
  transition: background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--wp--preset--color--white-color);
}
.order-received .wc-block-order-confirmation-totals__table tbody tr:hover {
  background: var(--wp--preset--color--primary-background);
}
.order-received .wc-block-order-confirmation-totals__table tbody td {
  padding: 16px 20px;
  vertical-align: middle;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 40%, transparent);
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--primary-description);
}
.order-received .wc-block-order-confirmation-totals__table tbody td.wc-block-order-confirmation-totals__total {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}
.order-received .wc-block-order-confirmation-totals__table tbody td a {
  color: var(--wp--preset--color--black-color);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.order-received .wc-block-order-confirmation-totals__table tbody td a:hover {
  color: var(--wp--preset--color--button-text-secondary);
}
.order-received .wc-block-order-confirmation-totals__table tbody td .product-quantity {
  font-weight: 400;
  color: var(--wp--preset--color--subtitle-color);
  font-size: var(--wp--preset--font-size--subtitle);
}
.order-received .wc-block-order-confirmation-totals__table tbody td .woocommerce-Price-amount {
  font-weight: 700;
}
.order-received .wc-block-order-confirmation-totals__table tfoot tr {
  background: var(--wp--preset--color--primary-background);
}
.order-received .wc-block-order-confirmation-totals__table tfoot th,
.order-received .wc-block-order-confirmation-totals__table tfoot td {
  padding: 14px 20px;
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  border-top: 2px solid var(--wp--preset--color--black-color);
}
.order-received .wc-block-order-confirmation-totals__table tfoot th.wc-block-order-confirmation-totals__label {
  text-align: left;
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.order-received .wc-block-order-confirmation-totals__table tfoot td.wc-block-order-confirmation-totals__total {
  text-align: right;
}
.order-received .wc-block-order-confirmation-totals__table tfoot td.wc-block-order-confirmation-totals__total .woocommerce-Price-amount {
  font-size: var(--wp--preset--font-size--description-lg);
  font-weight: 700;
}
.order-received .wc-block-order-confirmation-address-wrapper {
  gap: var(--wp--preset--spacing--s) !important;
}
@media (max-width: 680px) {
  .order-received .wc-block-order-confirmation-address-wrapper .wp-block-column:empty {
    display: none;
  }
}
.order-received .wc-block-order-confirmation-billing-wrapper h2.wp-block-heading {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--text-h-5) !important;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--wp--preset--color--black-color);
}
.order-received .wc-block-order-confirmation-billing-address {
  border: none;
  padding: 0;
}
.order-received .wc-block-order-confirmation-billing-address address {
  font-style: normal;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--primary-description);
  line-height: 1.8;
  padding: 18px 20px;
  background: var(--wp--preset--color--primary-background);
  border-radius: 10px;
  border-left: 3px solid var(--wp--preset--color--black-color);
}
.order-received .wc-block-order-confirmation-additional-information p {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--subtitle-color);
  margin: 0;
  padding: 14px 18px;
  background: var(--wp--preset--color--primary-background);
  border-radius: 8px;
  border-left: 3px solid var(--wp--preset--color--primary-color);
}
@media (max-width: 680px) {
  .order-received .wc-block-order-confirmation-status h1 {
    font-size: var(--wp--preset--font-size--text-h-3);
  }
  .order-received .wc-block-order-confirmation-status h1::before {
    width: 32px;
    height: 32px;
    font-size: 15px;
    margin-right: 10px;
  }
  .order-received .wc-block-order-confirmation-totals__table thead {
    display: none;
  }
  .order-received .wc-block-order-confirmation-totals__table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
  }
  .order-received .wc-block-order-confirmation-totals__table tbody td.wc-block-order-confirmation-totals__total {
    text-align: left;
  }
  .order-received .wc-block-order-confirmation-totals__table tfoot th,
  .order-received .wc-block-order-confirmation-totals__table tfoot td {
    display: block;
    text-align: left !important;
  }
}

.my-account .woocommerce {
  align-items: center;
}
.my-account .woocommerce-form-login {
  width: 420px;
  margin: auto;
  padding: 40px;
  border: 1px solid var(--wp--preset--color--border-color-primary) !important;
  border-radius: 12px !important;
  background: var(--wp--preset--color--white-color);
}
@media screen and (max-width: 575px) {
  .my-account .woocommerce-form-login {
    width: 100%;
    padding: 20px;
  }
}
.my-account .woocommerce-form-login label {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--form-field);
  color: var(--wp--preset--color--primary-heading);
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.learn-single-overview__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.learn-single-overview__inner p {
  padding-bottom: 0 !important;
}
.learn-single-overview__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.learn-single-overview__center {
  padding: 28px;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 31px;
}
.learn-single-overview__center_inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.learn-single-overview__bottom {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.learn-single-overview__bottom .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.learn-single-table__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .learn-single-table__content .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.learn-single-table__content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
@media screen and (max-width: 767px) {
  .learn-single-table__content .wp-block-table table {
    min-width: 600px;
  }
}
.learn-single-table__content .wp-block-table table th,
.learn-single-table__content .wp-block-table table td {
  padding: 14px 16px;
  border: none;
  text-align: left;
  vertical-align: top;
  font-size: var(--wp--preset--font-size--description-sm);
  font-family: var(--wp--preset--font-family--secondary);
}
.learn-single-table__content .wp-block-table table thead {
  border-bottom: 2px solid rgba(226, 232, 240, 0.8980392157);
}
.learn-single-table__content .wp-block-table table thead th {
  background-color: #E2F1FF;
  color: #0F172A;
  font-weight: 700;
}
.learn-single-table__content .wp-block-table table tbody tr {
  border-bottom: 1px solid #F1F5F9;
}
.learn-single-table__content .wp-block-table table tbody tr:last-child {
  border-bottom: none;
}
.learn-single-table__content .wp-block-table table tbody td {
  font-weight: 400;
  color: #374151;
}
.learn-single-table__content .wp-block-table table tbody td:first-child {
  font-weight: 700;
  color: #0F172A;
}
.learn-single-table__bottom {
  padding: 19px 22px;
  border: 1px solid #E2F1FF;
  background: #F0F9F4;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.learn-single-context__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.learn-single-context__inner p {
  padding-bottom: 0 !important;
}
.learn-single-context__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.learn-single-context__content_item {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 27px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.learn-single-context__content_item .item-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 19px 22px;
  border-radius: 12px;
}
.learn-single-context__content_item .item-inner h4 {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--secondary);
}

.learn-single-recognition__inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.learn-single-recognition__inner p {
  padding-bottom: 0 !important;
}
.learn-single-recognition__list .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 16px !important;
  margin-bottom: 0 !important;
  counter-reset: item-counter;
  list-style: none;
}
.learn-single-recognition__list .wp-block-list li {
  font-size: var(--wp--preset--font-size--description-sm);
  font-family: var(--wp--preset--font-family--secondary);
  color: #374151;
  font-weight: 500;
  position: relative;
  counter-increment: item-counter;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}
.learn-single-recognition__list .wp-block-list li strong {
  font-weight: 700;
}
.learn-single-recognition__list .wp-block-list li::before {
  content: counter(item-counter) "";
  font-size: 13px;
  font-family: var(--wp--preset--font-family--secondary);
  color: #1D4ED8;
  font-weight: 700;
  width: auto;
  height: auto;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E0F2FE;
}
.learn-single-recognition__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
.learn-single-recognition__bottom .bottom-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .learn-single-recognition__bottom .bottom-top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.learn-single-recognition__bottom .bottom-top__left, .learn-single-recognition__bottom .bottom-top__right {
  padding: 15px 18px;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.learn-single-recognition__bottom .bottom-top__left h4, .learn-single-recognition__bottom .bottom-top__right h4 {
  font-size: var(--wp--preset--font-size--description-sm);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
}
.learn-single-recognition__bottom .bottom-last {
  padding: 19px 22px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.learn-single-recognition__bottom .bottom-last h4 {
  font-size: var(--wp--preset--font-size--description-sm);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
}

.learn-single-presentation__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.learn-single-presentation__inner p {
  padding-bottom: 0 !important;
}
.learn-single-presentation__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.learn-single-presentation__content_card {
  border: 1px solid #E5E7EB;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 250px;
}
@media screen and (min-width: 1400px) {
  .learn-single-presentation__content_card {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .learn-single-presentation__content_card {
    min-width: 280px;
  }
}
@media screen and (max-width: 425px) {
  .learn-single-presentation__content_card {
    min-width: 250px;
  }
}
.learn-single-presentation__content_card .card-subtitle {
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  color: #92400E !important;
  font-family: var(--wp--preset--font-family--secondary) !important;
  padding: 2px 9px !important;
  border-radius: 99px;
  background-color: #FEF3C7;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.learn-single-presentation__content_card h4 {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--primary-heading);
}

.product-review {
  color: #1d1d1f;
}
.product-review .wp-block-woocommerce-product-reviews-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e7;
}
.product-review .wp-block-woocommerce-product-review-template {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-review .wp-block-woocommerce-product-review-template li {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e7;
}
.product-review .wp-block-woocommerce-product-review-template li:last-child {
  border-bottom: none;
}
.product-review .wp-block-columns {
  display: flex;
  gap: 20px;
}
.product-review .wp-block-columns .avatar {
  border-radius: 50% !important;
  background: #f5f5f7;
}
.product-review .wp-block-woocommerce-product-review-author-name {
  font-weight: 600;
  font-size: 16px;
}
.product-review .wp-block-woocommerce-product-review-author-name a {
  color: #1d1d1f;
  text-decoration: none;
}
.product-review .wp-block-woocommerce-product-review-author-name a:hover {
  color: #ffb400;
}
.product-review .wp-block-woocommerce-product-review-date {
  color: #6e6e73;
  font-size: 13px;
  margin-top: 2px;
}
.product-review .wp-block-woocommerce-product-review-date a {
  color: inherit;
  text-decoration: none;
}
.product-review .wc-block-product-review-rating__stars span:before {
  color: rgb(255, 156, 5);
}
.product-review .wp-block-woocommerce-product-review-content {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
.product-review .wp-block-woocommerce-product-review-form {
  background: #f5f5f7;
  padding: 30px;
  border-radius: 12px;
  margin-top: 50px;
}
.product-review .wp-block-woocommerce-product-review-form .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.product-review .wp-block-woocommerce-product-review-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}
.product-review .wp-block-woocommerce-product-review-form textarea {
  width: 100%;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  min-height: 100px;
  background: #ffffff;
}
.product-review .wp-block-woocommerce-product-review-form textarea:focus {
  outline: none;
  border-color: #0066cc;
}
.product-review .wp-block-woocommerce-product-review-form .stars-wrapper {
  margin: 15px 0;
}
.product-review .wp-block-woocommerce-product-review-form .stars-wrapper .stars {
  display: flex;
  gap: 4px;
}
.product-review .wp-block-woocommerce-product-review-form .stars-wrapper .stars button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #d2d2d7;
}
.product-review .wp-block-woocommerce-product-review-form .stars-wrapper .stars button.is-hovered, .product-review .wp-block-woocommerce-product-review-form .stars-wrapper .stars button.is-selected {
  color: #ffb400;
}
.product-review .wp-block-woocommerce-product-review-form .stars-wrapper .stars button svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  stroke: none;
}
.product-review .wp-block-woocommerce-product-review-form .wp-block-button__link {
  background-color: #1d1d1f;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.product-review .wp-block-woocommerce-product-review-form .wp-block-button__link:hover {
  background-color: #000000;
}

.learning-hub-hero__content h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .learning-hub-hero__content h2 {
    margin-bottom: 13px;
  }
}
.learning-hub-hero__content h2 svg {
  background: #3BB1FA;
  padding: 14px;
  border-radius: 50px;
  height: 59px;
  width: 62px;
}
.learning-hub-hero__content h2 path {
  fill: #3BB1FA;
}
.learning-hub-hero__content p {
  margin: 0 auto;
}

.daily-life__emotional-impact h2 {
  margin-bottom: 8px;
}
.daily-life__emotional-impact--impact-card {
  padding-top: 17px;
}
.daily-life__emotional-impact--impact-card .row {
  --bs-gutter-x: 20px;
  gap: 20px 0;
}
@media screen and (max-width: 991px) {
  .daily-life__emotional-impact--impact-card .row {
    flex-direction: unset;
  }
}
@media screen and (max-width: 991px) {
  .daily-life__emotional-impact--impact-card .row p {
    padding-bottom: 0;
  }
}
.daily-life__emotional-impact--impact-card .card {
  padding: 25px 22px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #E5E7EB;
  border-radius: 14.4px;
}
@media screen and (max-width: 991px) {
  .daily-life__emotional-impact--impact-card .card {
    padding: 20px;
  }
}

/* ===== Comfort Stategy ===== */
.comfort-stategy h3 {
  margin-bottom: 12px;
}
.comfort-stategy p {
  margin-bottom: 16px;
}
.comfort-stategy__info-cards {
  margin-top: 16px;
}
.comfort-stategy__info-cards .row {
  --bs-gutter-x: 16px;
}
@media screen and (max-width: 991px) {
  .comfort-stategy__info-cards .row {
    flex-direction: unset;
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .comfort-stategy__info-cards .row p {
    padding-bottom: 0;
  }
}
.comfort-stategy__info-cards .row .col-10,
.comfort-stategy__info-cards .row .col-sm-6 {
  margin-bottom: 16px;
}
.comfort-stategy__info-cards .card-content {
  border: 1px solid #BFDBFE;
  padding: 13px 16px;
  border-radius: 9.6px;
  height: 100%;
}

/* ====== How Catchford Help ===== */
.how-catchford-help {
  margin-top: 22px;
}
.how-catchford-help h3 {
  margin-bottom: 14px;
}
.how-catchford-help__helps {
  border: 1px solid #A7D9BE;
  padding: 19px 22px;
  border-radius: 12px;
}
.how-catchford-help__helps ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 30px;
  display: flex;
  margin-bottom: 0 !important;
  flex-direction: column;
  gap: 10px;
  color: #F0F9F4;
}
@media screen and (max-width: 991px) {
  .how-catchford-help__helps ul {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .how-catchford-help__helps ul {
    padding-left: 14px;
  }
}
@media screen and (max-width: 575px) {
  .how-catchford-help__helps ul {
    padding-left: 0;
  }
}

.real-world-context {
  /* ===== Section Header ===== */
}
.real-world-context__section-header {
  margin-bottom: 22px;
}
.real-world-context__section-header h4 {
  margin-bottom: 14px;
}
.real-world-context__section-header h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .real-world-context__section-header h2 {
    margin-bottom: 12px;
  }
}
.real-world-context {
  /* ===== Real World Scenarios Section ===== */
}
.real-world-context__real-world-scenarios h3 {
  margin-bottom: 13px;
}
.real-world-context__real-world-scenarios--scenarios-box {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 22px 22.4px;
}
.real-world-context__real-world-scenarios--scenarios-box ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .real-world-context__real-world-scenarios--scenarios-box ul {
    gap: 10px;
  }
}
.real-world-context__real-world-scenarios--scenarios-box ul li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}
.real-world-context__real-world-scenarios--scenarios-box ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #dbeafe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.real-world-context__real-world-scenarios--scenarios-box ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #3b82f6;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 11px;
}
.real-world-context {
  /* ===== Myths & misconceptions ===== */
}
.real-world-context__myths-and-misconceptions h3 {
  margin-bottom: 19px;
}
.real-world-context__myths-and-misconceptions--myths-and-reality {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.real-world-context__myths-and-misconceptions--myths-and-reality .reality-box {
  padding: 13px 16px;
  border: 1px solid #BFDBFE;
  border-radius: 9.6px;
}
@media screen and (max-width: 767px) {
  .real-world-context__myths-and-misconceptions--myths-and-reality .reality-box {
    padding: 9px 13px;
  }
}
.real-world-context {
  /* ===== When people typically seek guidance ===== */
}
.real-world-context__typically-seek-guidance h3 {
  margin-bottom: 13px;
}
.real-world-context__typically-seek-guidance--guidance-box {
  border: 1px solid #FDE047;
  border-radius: 12px;
  padding: 19.19px 22.4px;
}
@media screen and (max-width: 575px) {
  .real-world-context__typically-seek-guidance--guidance-box {
    padding: 14.19px 18.4px;
  }
}
.real-world-context__typically-seek-guidance--guidance-box ul {
  list-style: square;
  list-style-position: outside;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #713F12;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .real-world-context__typically-seek-guidance--guidance-box ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .real-world-context__typically-seek-guidance--guidance-box ul {
    padding-left: 0;
  }
}
.real-world-context__typically-seek-guidance--guidance-box ul li::marker {
  font-size: 10px;
}

.clinic-info__inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 1199px) {
  .clinic-info__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-info__inner {
    gap: 16px;
  }
}
.clinic-info a {
  text-decoration: underline;
  color: #08a0ff;
}
.clinic-info h3,
.clinic-info h4,
.clinic-info h5 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .clinic-info h3,
  .clinic-info h4,
  .clinic-info h5 {
    margin-top: 8px;
  }
}
.clinic-info p {
  color: #41484C;
}
.clinic-info .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  list-style-position: inside;
}
.clinic-info .wp-block-list li {
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--black-color);
}
.clinic-info .wp-block-table {
  border-radius: 14px;
  border: 1px solid #E5E5E5;
}
.clinic-info .wp-block-table table {
  width: 100%;
  border-spacing: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.clinic-info .wp-block-table thead {
  background: var(--wp--preset--color--primary-color);
  border-bottom: 0;
}
.clinic-info .has-fixed-layout {
  table-layout: fixed;
}
.clinic-info .wp-block-table table,
.clinic-info .wp-block-table th,
.clinic-info .wp-block-table td {
  border: none !important;
}
.clinic-info .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: transparent;
}
.clinic-info .wp-block-table th {
  color: var(--wp--preset--color--black-color);
  padding: 18px;
  text-align: left;
  font-weight: 600;
}
.clinic-info .wp-block-table td {
  padding: 18px;
  border-bottom: 1px solid #eee;
}
.clinic-info .wp-block-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.clinic-info .wp-block-table a {
  background: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--black-color);
  padding: 7px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .clinic-info .wp-block-table {
    overflow-x: auto;
  }
  .clinic-info .wp-block-table table {
    min-width: 1100px;
  }
}

/* clinic contact form 7 */
.clinic-submission-form {
  position: relative;
}

.clinic-submission-form label {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

.clinic-submission-form input[type=text],
.clinic-submission-form input[type=date],
.clinic-submission-form select,
.clinic-submission-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: normal;
}

.clinic-submission-form span.wpcf7-list-item {
  display: block;
  margin-left: 0;
  font-weight: normal;
}

.clinic-submission-form input[type=submit] {
  background-color: #673ab7;
  /* Google Form Purple */
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.clinic-submission-form input[type=submit]:hover {
  background-color: #512da8;
}

.clinic-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

/* Modal Box */
.clinic-modal-content {
  background-color: #fff;
  margin: 5vh auto;
  /* Slightly more space at top/bottom */
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 550px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  /* --- SCROLL LOGIC START --- */
  max-height: 85vh;
  /* Limits height to 85% of the screen height */
  overflow-y: auto;
  /* Adds a vertical scrollbar if content is too long */
  overflow-x: hidden;
  /* Prevents accidental horizontal scrolling */
  /* --- SCROLL LOGIC END --- */
}

/* Close Button */
.close-clinic {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

.close-clinic:hover {
  color: #000;
}

/* Custom Scrollbar Styling (Optional - for a cleaner SaaS look) */
.clinic-modal-content::-webkit-scrollbar {
  width: 8px;
}

.clinic-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.clinic-modal-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.clinic-modal-content::-webkit-scrollbar-thumb:hover {
  background: #673ab7;
  /* Matches your button color */
}

.cf7-close-btn {
  float: right;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  z-index: 10;
}

.cf7-close-btn:hover {
  background: #e00;
  color: #fff;
  border-color: #e00;
}

@media screen and (max-width: 1199px) {
  .about-us br {
    display: none;
  }
}
.about-us__inner .row {
  gap: 44px 0;
  --bs-gutter-x: 36px;
}
@media screen and (min-width: 1400px) {
  .about-us__inner .row {
    --bs-gutter-x: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us__inner .row {
    --bs-gutter-x: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-us__inner .row {
    gap: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .about-us__inner .row {
    gap: 34px 0;
  }
}
.about-us__content {
  display: flex;
  flex-direction: column;
  gap: 23px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .about-us__content {
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .about-us__content {
    gap: 12px;
  }
}
.about-us__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .about-us__heading {
    margin-bottom: 8px;
  }
}
.about-us__heading p svg {
  margin-right: 8px;
}
.about-us__description {
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .about-us__description {
    margin-top: 6px;
  }
}
.about-us__content-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1199px) {
  .about-us__content-group {
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .about-us__content-group {
    gap: 4px;
  }
}
.about-us__content-group .wp-block-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.about-us__content-group .wp-block-heading svg {
  width: 32px;
  height: 32px;
}
.about-us__content-group .wp-block-heading::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--wp--preset--color--primary-color);
  position: absolute;
  left: 1.1%;
  z-index: -1;
}
.about-us__button {
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .about-us__button {
    margin-top: 8px;
  }
}
.about-us__image {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 991px) {
  .about-us__image {
    justify-content: center;
  }
}
.about-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ticker-section {
  background: var(--wp--preset--color--primary-color);
  padding: 12px 0;
  overflow: hidden;
}

.ticker-wrapper {
  overflow: hidden;
  width: 100%;
}

.ticker-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: tickerMove 25s linear infinite;
}

.ticker-item {
  color: var(--wp--preset--color--black-color);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 35px;
  position: relative;
}

.ticker-item::after {
  content: "✱";
  position: absolute;
  right: -5px;
  color: #ffc107;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .ticker-item {
    font-size: 14px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .ticker-item {
    padding: 0 19px;
  }
}
.related-products {
  background: #f8fafc;
}
.related-products .wc-block-product {
  background: var(--wp--preset--color--white-color);
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .related-products .wc-block-product {
    padding: 8px;
  }
}
@media screen and (max-width: 575px) {
  .related-products .wp-block-button__link span {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .related-products .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.related-products .wc-block-product:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.related-products .wc-block-grid__product-image {
  border-radius: 12px;
  overflow: hidden;
}
.related-products .wc-block-grid__product-image img {
  transition: 0.5s ease;
}
.related-products .wc-block-product:hover img {
  transform: scale(1.08);
}
.related-products {
  /* Product Title */
}
.related-products .wp-block-post-title a {
  font-size: 18px;
  font-weight: 600;
  color: #0e2a47;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .related-products .wp-block-post-title a {
    font-size: 15px;
  }
}
.related-products .wc-block-grid__product-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--wp--preset--color--black-color);
  margin: 12px 0 18px;
}
@media screen and (max-width: 575px) {
  .related-products .wc-block-grid__product-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .related-products .wc-block-product-template__responsive {
    gap: 12px;
  }
}
.related-products .wp-block-button__link {
  background: var(--wp--preset--color--black-color);
  color: var(--wp--preset--color--white-color) !important;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}
.related-products .wp-block-button__link:hover {
  transform: scale(1.05);
}
.related-products a {
  text-decoration: none !important;
}/*# sourceMappingURL=main.css.map */