@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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;
  font-family: "CustomInter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
}

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

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

.h2--bold,
.h1--bold {
  font-weight: 600;
}

*,
::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 {
  padding: 96px 0px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 64px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding {
    padding: 48px 20px;
  }
}

.common-padding {
  padding: 48px 0px;
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 36px 20px;
  }
}

.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;
  }
}

.section-bg {
  background-color: #F9F9F9;
}

.d-none {
  display: none;
}

h1 {
  font-size: 62px;
  line-height: 76px;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 68px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 58px;
    line-height: 72px;
  }
  h1 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
h2 strong {
  font-weight: 400;
  color: #000000;
}

h3 {
  font-size: 34px;
  line-height: 42px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

h4 {
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

p {
  font-weight: 500;
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
}

.description-primary {
  font-size: 20px;
  line-height: 28px;
  font-family: "CustomInter", sans-serif;
}
@media screen and (min-width: 1440px) {
  .description-primary {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .description-primary {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .description-primary {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .description-primary {
    font-size: 16px;
    line-height: 24px;
  }
}

.description-secondary {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1440px) {
  .description-secondary {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .description-secondary {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .description-secondary {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .description-secondary {
    font-size: 14px;
    line-height: 22px;
  }
}

: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;
}

.global-button-black a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "CustomInter", sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 32px;
  border-radius: 99px;
  display: block;
  background: #000000;
  border: 1.75px solid #000000;
  transition: all 800ms ease;
}
.global-button-black a:hover {
  color: #000000;
  background: transparent;
}
@media screen and (min-width: 1440px) {
  .global-button-black a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .global-button-black a {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 20px;
  }
}

.global-button-white a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "CustomInter", sans-serif;
  color: #0B0C0E;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 32px;
  border-radius: 99px;
  display: block;
  background: #ffffff;
  border: 1.75px solid #000000;
  transition: all 800ms ease;
}
.global-button-white a:hover {
  color: #ffffff;
  background: #0B0C0E;
}
@media screen and (min-width: 1440px) {
  .global-button-white a {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .global-button-white a {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 20px;
  }
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

h1 em,
h2 em,
h3 em {
  font-family: "CustomGeorgia", Georgia, serif;
  font-weight: 400;
  font-style: normal;
}

.custome-heading strong {
  font-size: 0;
}

.custome-heading strong::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 118px;
  margin-top: -25px;
  height: 48px;
  background: url(./../images/header-logo-black.svg) center center/contain no-repeat;
}
@media screen and (min-width: 1440px) {
  .custome-heading strong::before {
    width: 155px;
    margin-top: -38px;
  }
}
@media screen and (max-width: 575px) {
  .custome-heading strong::before {
    width: 98px;
    margin-top: -22px;
  }
}

.animate-on-scroll .text-reveal-line {
  --highlight-progress: 0%;
  background: linear-gradient(to right, #0B0C0E var(--highlight-progress), #737373 var(--highlight-progress));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-repeat: no-repeat;
}

.product-pattern-profile .single-product-hero .wp-block-post-excerpt,
.product-pattern-profile .single-product-hero .single-product-hero__buttons,
.product-pattern-skirting .single-product-hero .wp-block-post-excerpt,
.product-pattern-skirting .single-product-hero .single-product-hero__buttons {
  display: none;
}
.product-pattern-profile .product-info,
.product-pattern-profile #product-preview-tab,
.product-pattern-profile .product-preview-content,
.product-pattern-profile #product-specification-content .wp-block-image,
.product-pattern-skirting .product-info,
.product-pattern-skirting #product-preview-tab,
.product-pattern-skirting .product-preview-content,
.product-pattern-skirting #product-specification-content .wp-block-image {
  display: none;
}
.product-pattern-profile .general-product-hero,
.product-pattern-skirting .general-product-hero {
  display: none;
}

.logged-in .header {
  top: 32px;
}
.logged-in .header-home.header-fixed {
  top: 32px;
}

.header .container {
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .header .container {
    padding: 18px 0px 18px 0px;
  }
}
@media screen and (max-width: 575px) {
  .header .container {
    padding: 18px 20px 18px 20px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header__inner {
    gap: 20px;
  }
}

.header-white {
  box-shadow: 0px 2px 71.2px 0px rgba(189, 189, 189, 0.2);
}

.oaka-header-fix {
  position: absolute;
  width: 100%;
  z-index: 11;
}

.header-white-space {
  height: 106px !important;
}
@media screen and (max-width: 1199px) {
  .header-white-space {
    height: 104px !important;
  }
}
@media screen and (max-width: 991px) {
  .header-white-space {
    height: 93px !important;
  }
}
@media screen and (max-width: 767px) {
  .header-white-space {
    height: 84px !important;
  }
}
@media screen and (max-width: 575px) {
  .header-white-space {
    height: 80px !important;
  }
}
@media screen and (max-width: 425px) {
  .header-white-space {
    height: 79px !important;
  }
}

@media screen and (max-width: 991px) {
  .header__inner_logo {
    flex: 1;
  }
}
.header__inner_logo a img {
  max-width: 100%;
  width: 100%;
  height: 41px;
}
@media screen and (max-width: 991px) {
  .header__inner_logo a img {
    height: 100%;
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  margin: -50px 0 0;
  position: absolute;
  top: -60%;
  right: -15px !important;
  width: auto;
  visibility: hidden;
  transform: translate(105%, 0px);
  -webkit-transform: translate(105%, 0px);
  transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  opacity: 0;
}

#modal-1 ul li ul.wp-block-navigation__submenu-container li:first-child {
  display: none;
}
#modal-1 li.open-on-hover-click:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  #modal-1 li.open-on-hover-click:hover .wp-block-navigation__submenu-container {
    opacity: 0;
  }
}

.header-white .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
  color: #000000;
}
.header-white .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content:hover {
  background-image: linear-gradient(#000000, #000000);
  background-size: 100% 1px;
}
.header-white .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  color: #000000;
}

@media screen and (max-width: 991px) {
  .header__inner_menu {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__responsive-container-open svg {
    width: 30px;
    height: 30px;
  }
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li {
  transform: translateX(-124%);
  -webkit-transform: translateX(-124%);
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container li {
  transform: unset;
  -webkit-transform: unset;
}
.header__inner_menu .wp-block-navigation__container {
  gap: 41px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container {
    display: none !important;
  }
}
.header__inner_menu .wp-block-navigation__container .selected:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .selected ul.our-product-submenu {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click .wp-block-navigation__submenu-container {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click .wp-block-navigation__submenu-container {
    display: flex;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .wp-block-navigation__submenu-container {
  display: flex;
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .our-product-submenu {
  width: 220px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .our-product-submenu {
    width: auto;
  }
}
.header__inner_menu .wp-block-navigation__container li.menu-item {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.menu-items-contactus {
    padding: 13px 0px;
  }
}
.header__inner_menu .wp-block-navigation__container li {
  gap: 5px;
  padding: 38px 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li {
    padding: 13px 0px;
    width: 100%;
    transition: ease all 0.8s;
    -webkit-transition: ease all 0.8s;
  }
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
  letter-spacing: -0.688px;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.5s;
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content:hover {
  background-image: linear-gradient(#ffffff, #ffffff);
  background-size: 100% 1px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li ul.wp-block-navigation__submenu-container li a {
    font-size: 15px;
    line-height: 22px;
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding: 15px 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item {
  margin-left: 0px;
  padding: 0px 0px;
  display: flex;
  align-items: center;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
  display: flex;
  align-items: flex-end;
  height: unset;
  width: unset;
  margin-left: 0px;
  margin-bottom: -2px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
    position: absolute;
    top: 19px;
    right: 0px;
    transform: rotate(270deg);
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  width: 14px;
  height: 14px;
  color: #ffffff;
  margin-top: 0;
}
.header__inner_menu .wp-block-navigation__container li.our-product-submenu .wp-block-navigation__submenu-icon {
  left: 76px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.our-product-submenu .wp-block-navigation__submenu-icon {
    right: 0;
    left: unset;
    transform: rotate(270deg);
  }
}

.header-white .header__right a,
.header-white .header__right .wp-block-button__link {
  background-color: #000000;
  border: 1px solid transparent;
  transition: all 500ms;
}
.header-white .header__right a:hover,
.header-white .header__right .wp-block-button__link:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.header-white .header__right a:hover::after,
.header-white .header__right .wp-block-button__link:hover::after {
  background-color: #000000;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .header__right {
    order: 2;
  }
}
.header__right a,
.header__right .wp-block-button__link {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 7px 10px 20px;
  border-radius: 35.692px;
  border: 1.115px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 2.231px 1.115px -1.115px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(3.9707689285px);
          backdrop-filter: blur(3.9707689285px);
  letter-spacing: -0.602px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__right a:hover::after,
.header__right .wp-block-button__link:hover::after {
  transition: all 500ms;
  transform: translateX(2px);
}
@media screen and (max-width: 991px) {
  .header__right a,
  .header__right .wp-block-button__link {
    padding: 8px 7px 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__right a,
  .header__right .wp-block-button__link {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 7px 8px 16px;
  }
}
@media screen and (max-width: 575px) {
  .header__right a,
  .header__right .wp-block-button__link {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 6px 6px 12px;
  }
}
@media screen and (max-width: 425px) {
  .header__right a,
  .header__right .wp-block-button__link {
    font-size: 13px;
    line-height: 20px;
  }
}
.header__right a::after,
.header__right .wp-block-button__link::after {
  content: "\e80a";
  font-family: "fontello";
  font-size: 22px;
  font-weight: 100;
  color: #000000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 33.462px;
}
@media screen and (max-width: 767px) {
  .header__right a::after,
  .header__right .wp-block-button__link::after {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .header__right a::after,
  .header__right .wp-block-button__link::after {
    font-size: 15px;
    width: 26px;
    height: 26px;
  }
}

.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: absolute;
  top: 78px;
  width: 250px;
  border: none;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li {
  display: inline-block;
  vertical-align: text-top;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 6px 0px;
  color: #000000;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  background-size: 0% 1px;
  text-decoration-line: underline;
  transition: width 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    padding: 8px 0px 0px 0px;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
  font-weight: 500;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle::before {
  content: "\e807";
  font-family: "fontello";
  font-weight: 900;
  position: absolute;
  left: -3px;
  top: 9px;
  transform: rotate(180deg);
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a span {
  padding-left: 15px;
}

.header__inner_menu li.wp-block-navigation-item ul.our-product-submenu {
  width: 260px;
}
.header__inner_menu li.wp-block-navigation-item ul.our-product-submenu .wp-block-navigation-submenu button svg {
  color: #000000;
  transform: rotate(90deg);
}
.header__inner_menu li.wp-block-navigation-item ul.our-product-submenu .wp-block-navigation-submenu .wp-block-navigation-submenu {
  min-width: 150px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.our-product-submenu .wp-block-navigation-submenu .wp-block-navigation-submenu {
    min-width: auto;
    transform: translateX(-70px) !important;
  }
}
@media screen and (max-width: 599px) {
  .header__inner_menu li.wp-block-navigation-item ul.our-product-submenu .wp-block-navigation-submenu .wp-block-navigation-submenu {
    transform: translateX(0px) !important;
  }
}

.header__inner_menu .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 1px solid transparent;
}

@media screen and (max-width: 991px) {
  .wp-block-navigation__responsive-container-open {
    display: block !important;
    color: #ffffff;
  }
  .header-white .wp-block-navigation__responsive-container-open {
    color: #000000;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: block !important;
    z-index: 99;
  }
}
.sidebar__menu {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .sidebar__menu {
    display: block !important;
    order: 3;
  }
}
.sidebar__menu .wp-block-navigation__responsive-close {
  background: #ffffff;
}
.sidebar__menu .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  right: 30px;
  top: 30px;
}
.sidebar__menu .wp-block-navigation__responsive-container-content {
  background: #ffffff;
  display: list-item !important;
  overflow: unset;
  padding-top: 0 !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.sidebar__menu .wp-block-navigation__container {
  display: block !important;
  margin: 0px auto;
  padding: 90px 0px 30px 0px;
  width: 80%;
  height: 100vh;
  border-top: 1px solid #c9c9c9;
}
.sidebar__menu .wp-block-navigation__container a {
  color: #000000 !important;
}
.sidebar__menu .wp-block-navigation__container a:hover {
  color: #000000 !important;
}
.sidebar__menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: unset;
  top: 0;
  width: auto;
  box-shadow: none;
}
.sidebar__menu .wp-block-navigation__responsive-container {
  padding: 0;
  width: 350px !important;
  animation: none !important;
  transform: translateX(-400px);
  transition: all 500ms;
  position: fixed !important;
  overflow: visible;
  height: 100vh;
  z-index: 99;
}
@media screen and (max-width: 575px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 300px !important;
  }
}
@media screen and (max-width: 360px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 100% !important;
  }
}
.sidebar__menu .wp-block-navigation__responsive-container.is-menu-open {
  transform: translateX(0px);
  flex-direction: unset;
}
.sidebar__menu li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  color: #000000 !important;
}
.sidebar__menu .our-product-submenu .wp-block-navigation-submenu button {
  transform: rotate(90deg) !important;
  top: 12px !important;
}
.sidebar__menu .our-product-submenu .wp-block-navigation-submenu ul {
  position: unset !important;
  margin: 0 !important;
  transform: unset !important;
}
@media screen and (max-width: 991px) {
  .sidebar__menu .our-product-submenu .wp-block-navigation-submenu ul .child-toggle {
    display: none !important;
  }
}
.sidebar__menu .our-product-submenu .child-submenu {
  visibility: visible !important;
  opacity: 1 !important;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 0px;
}

.header-close-sidebar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.header--white .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
  color: #000000;
}
.header--white .header__right a, .header--white .header__right .wp-block-button__link {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header--white .wp-block-navigation__responsive-container-open {
    color: #000000;
  }
}

.header-white {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.header-home {
  transition: transform 0.4s ease-out, background-color 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

.header-fixed-white {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  animation: stickySlideDown 1s forwards;
}

.header-home.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  animation: stickySlideDown 1s forwards;
}
.header-home.header-fixed .wp-block-site-logo {
  display: none;
}
.header-home.header-fixed .header-black-logo {
  display: block !important;
}
.header-home.header-fixed button.wp-block-navigation__responsive-container-open,
.header-home.header-fixed .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content,
.header-home.header-fixed .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  color: black;
}
.header-home.header-fixed .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg path {
  stroke: black;
}

@keyframes stickySlideDown {
  0% {
    transform: translateY(-150%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.footer {
  background-color: #000000;
  position: relative;
}
.footer__inner .row {
  display: flex;
  justify-content: space-between;
  gap: 80px 0;
  --bs-gutter-x: 24px;
}
@media screen and (max-width: 1199px) {
  .footer__inner .row {
    --bs-gutter-x: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner .row {
    gap: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer__inner .common-padding {
    padding: 0;
  }
}
.footer .watermark-container {
  position: relative;
  overflow: hidden;
}
.footer .background-watermark {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.2;
  z-index: 0;
}
.footer .background-watermark img {
  width: 100%;
}
.footer__inner_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1440px) {
  .footer__inner_box {
    gap: 37px;
  }
}
@media screen and (max-width: 991px) {
  .footer__inner_box {
    gap: 22px;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner_box {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 425px) {
  .footer__inner_box {
    align-items: flex-start;
  }
}
.footer__inner_box h5 {
  font-size: 23px;
}
@media screen and (min-width: 1440px) {
  .footer__inner_box h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner_box h5 {
    font-size: 22px;
  }
}
.footer__inner_details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .footer__inner_details {
    gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner_details {
    gap: 23px;
  }
}
@media screen and (max-width: 425px) {
  .footer__inner_details {
    align-items: flex-start;
  }
}
.footer__inner_details p {
  font-weight: 400;
  color: #ffffff;
}
.footer__inner_details h3 {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
}
.footer__inner_details h3 em {
  font-style: italic;
}
@media screen and (min-width: 1440px) {
  .footer__inner_details h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner_details h3 {
    line-height: 41px;
  }
}
.footer h5 {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .footer__inner_links {
    margin-top: 30px;
  }
}
.footer__inner_links p,
.footer__inner_box p {
  font-weight: 700;
  color: #ffffff;
}
.footer__inner_links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
@media screen and (min-width: 1440px) {
  .footer__inner_links ul {
    gap: 23px;
  }
}
@media screen and (max-width: 991px) {
  .footer__inner_links ul {
    gap: 12px;
  }
}
.footer__inner_links ul li a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  .footer__inner_links ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer__inner_links ul li a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner_links ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer__inner_links ul li a:hover span {
  transition: all 300ms;
}
.footer__inner_links ul .wp-block-navigation-item__label {
  color: #EEEFF1;
}
.footer__inner_links ul .wp-block-navigation-item__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.5s ease-in-out;
}
.footer__inner_links ul .wp-block-navigation-item__label:hover::after {
  width: 100%;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: start;
  word-break: break-word;
}
@media screen and (min-width: 1440px) {
  .footer__contact {
    gap: 22px;
  }
}
.footer__contact p.footer-location {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer__contact p.footer-location::before {
  content: url("./../images/footer-location.png");
  margin-left: -6px;
}
.footer__contact p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 1440px) {
  .footer__contact p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__contact p br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .footer__contact p br {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .footer__contact > p br {
    display: none;
  }
}
.footer__logo img {
  width: 125px;
  height: 60px;
}
@media screen and (min-width: 1440px) {
  .footer__logo img {
    width: 180px;
    height: 89px;
  }
}
.footer .wp-social-link a {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .footer .wp-social-link a {
    width: 30px;
    height: 30px;
  }
}
.footer .wp-block-social-links {
  gap: 48px;
  margin-left: 24px;
}
.footer .wp-social-link-x span {
  width: 80px;
}
.footer .wp-social-link {
  margin-top: 12px;
  background-color: transparent;
  border: 1px solid #CBD5E1;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.footer .wp-social-link .wp-block-social-link-label {
  font-size: 15px !important;
  font-weight: 500;
  color: #828487;
  position: absolute;
  bottom: -15px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__contact-mail, .footer__contact-call {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .footer__contact-mail, .footer__contact-call {
    width: 202px;
  }
}
.footer__contact-mail::before, .footer__contact-call::before {
  font-family: "fontello";
  color: #ffffff;
  display: flex;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.footer .footer__contact-mail-details,
.footer .footer__call-details {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer .footer__contact-mail-details .email-title,
.footer .footer__contact-mail-details .call-title,
.footer .footer__call-details .email-title,
.footer .footer__call-details .call-title {
  color: #A4A6B0;
}
.footer .footer__contact-mail-details p a,
.footer .footer__call-details p a {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .footer .footer__contact-mail-details p a,
  .footer .footer__call-details p a {
    word-break: normal;
  }
}
.footer__contact-mail::before {
  content: "\e801";
  font-size: 28px;
  margin-top: -5px;
}
.footer__contact-call::before {
  content: "\e803";
  font-size: 26px;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  padding-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .footer__bottom {
    gap: 8px 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer__bottom {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom p {
  color: #828487;
}
.footer__bottom p a {
  font-weight: 500;
  color: #828487;
  transition: all 600ms ease;
}
.footer__bottom p a:hover {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .footer__bottom .footer__copyright {
    text-align: center;
  }
}

.top-arrow {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.top-arrow a {
  font-size: 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  animation: bounce 2s infinite;
}
.top-arrow a::after {
  content: "\e808";
  font-family: "fontello";
  font-size: 23px;
  color: #ffffff;
  background-color: #000000;
  width: 65px;
  height: 65px;
  border: 8px solid;
  border-radius: 50px;
  margin-bottom: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .top-arrow a::after {
    font-size: 25px;
    width: 75px;
    height: 75px;
  }
}

.sticky-buttons {
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}
.sticky-buttons p a {
  width: 42px;
  height: 42px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.sticky-buttons p a::before {
  font-size: 22px;
  color: #ffffff;
  font-family: "fontello";
}
.sticky-buttons p a:hover {
  transform: scale(1.1);
}
.sticky-buttons p.whatsapp a::before {
  content: "\f232";
}
.sticky-buttons p.instagram a {
  background-color: #E1306C;
}
.sticky-buttons p.instagram a::before {
  content: "\f16d";
}
.sticky-buttons p.mail a {
  background-color: #0072c6;
}
.sticky-buttons p.mail a::before {
  content: "\e801";
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.rank-math-breadcrumb p a:first-child::before {
  content: url("./../images/breadcrumbs-home.webp");
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 0;
  display: block;
}
.rank-math-breadcrumb p,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "CustomInter", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1440px) {
  .rank-math-breadcrumb p,
  .rank-math-breadcrumb a,
  .rank-math-breadcrumb span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .rank-math-breadcrumb p,
  .rank-math-breadcrumb a,
  .rank-math-breadcrumb span {
    font-size: 14px;
    line-height: 22px;
  }
}
.rank-math-breadcrumb a {
  color: rgba(0, 0, 0, 0.6);
}
.rank-math-breadcrumb span {
  color: rgba(0, 0, 0, 0.6);
}
.rank-math-breadcrumb span.last {
  color: #000000;
}
.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: 16px;
  line-height: 16px;
  font-weight: bolder;
  color: #474747;
  margin: 0 0 -2px 0;
  padding: 0;
  display: block;
}

.common-page .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-page .wp-block-post-content h4,
.common-page .wp-block-post-content p,
.common-page .wp-block-post-content a,
.common-page .wp-block-post-content li,
.common-page .wp-block-post-content figcaption {
  font-family: "CustomInter", sans-serif;
  font-weight: 500;
}
.common-page .wp-block-post-content h2,
.common-page .wp-block-post-content h3,
.common-page .wp-block-post-content h4 {
  margin: 20px 0 10px 0;
}
.common-page .wp-block-post-content h2 {
  font-size: 32px;
  line-height: 42px;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .common-page .wp-block-post-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.common-page .wp-block-post-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .common-page .wp-block-post-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.common-page .wp-block-post-content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.common-page .wp-block-post-content ul {
  margin: 10px;
}
.common-page .wp-block-post-content p {
  margin-bottom: 8px;
}
.common-page .wp-block-post-content p:last-child {
  margin-bottom: 0px;
}
.common-page .wp-block-post-content li {
  position: relative;
  padding-left: 48px;
  color: rgba(0, 0, 0, 0.6);
}
.common-page .wp-block-post-content li::before {
  content: "\e864";
  font-family: "fontello";
  font-size: 25px;
  line-height: 25px;
  color: #FFDA41;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
}
.common-page .wp-block-post-content p,
.common-page .wp-block-post-content li,
.common-page .wp-block-post-content a,
.common-page .wp-block-post-content figcaption {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content p,
  .common-page .wp-block-post-content li,
  .common-page .wp-block-post-content a,
  .common-page .wp-block-post-content figcaption {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .common-page .wp-block-post-content p,
  .common-page .wp-block-post-content li,
  .common-page .wp-block-post-content a,
  .common-page .wp-block-post-content figcaption {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-page .wp-block-post-content a {
  color: #141414;
  text-decoration: underline;
}
.common-page .wp-block-post-content a:hover {
  color: #0B0C0E;
}
.common-page .wp-block-post-content p:first-child,
.common-page .wp-block-post-content h2:first-child,
.common-page .wp-block-post-content h3:first-child,
.common-page .wp-block-post-content h4:first-child,
.common-page .wp-block-post-content div:first-child {
  margin-top: 0;
  padding-top: 0;
}
.common-page .wp-block-post-content p:last-child,
.common-page .wp-block-post-content h2:last-child,
.common-page .wp-block-post-content h3:last-child,
.common-page .wp-block-post-content h4:last-child,
.common-page .wp-block-post-content div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.common-page .wp-block-post-content hr,
.common-page .wp-block-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin: 0;
  background: #EBEBEB;
  border-color: #EBEBEB;
  width: 100%;
}
.common-page .wp-block-post-content hr {
  margin: 24px 0;
}
.common-page .wp-block-post-content figure {
  margin: 24px 0;
}
.common-page .wp-block-post-content img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.common-page .wp-block-post-content figcaption {
  color: #364153;
  margin: 20px 0 10px 0;
}

.enquiry-form .main-row {
  gap: 36px 0;
}
.enquiry-form__sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 96px;
}
@media screen and (max-width: 991px) {
  .enquiry-form__sidebar {
    gap: 48px 0;
  }
}
.enquiry-form__sidebar .section-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .enquiry-form__sidebar .section-header {
    gap: 20px 0;
  }
}
.enquiry-form__sidebar_bottom {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.enquiry-form__sidebar_bottom .tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #e0e0e0;
  width: -moz-fit-content;
  width: fit-content;
}
.enquiry-form__sidebar_bottom .tabs li {
  padding: 15px 30px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
.enquiry-form__sidebar_bottom .tabs li.active {
  color: #000;
  border-bottom-color: #000;
}
.enquiry-form__sidebar h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .enquiry-form__sidebar h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.enquiry-form .contact__title em {
  font-style: normal;
}
.enquiry-form .section-header .contact__description {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: "CustomInter", sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1440px) {
  .enquiry-form .section-header .contact__description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .enquiry-form .section-header .contact__description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .enquiry-form .section-header .contact__description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .enquiry-form .section-header .contact__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.enquiry-form .contact__option-heading {
  font-family: "CustomGeorgia", Georgia, serif;
}
.enquiry-form .enquiry-form__title {
  font-size: 30px;
  line-height: 38px;
}
@media screen and (min-width: 1440px) {
  .enquiry-form .enquiry-form__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .enquiry-form .enquiry-form__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .enquiry-form .enquiry-form__title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .enquiry-form .wp-block-spacer {
    height: 60px !important;
  }
}
.enquiry-form__details {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 1.43px 2.86px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 18px;
  border: 1.43px solid #F3F4F6;
  width: 80%;
  display: none;
  animation: fadeIn 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .enquiry-form__details {
    width: 100%;
  }
}
.enquiry-form__details h3,
.enquiry-form__details h2,
.enquiry-form__details h4 {
  font-size: 22px;
  line-height: 30px;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
@media screen and (max-width: 767px) {
  .enquiry-form__details h3,
  .enquiry-form__details h2,
  .enquiry-form__details h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.enquiry-form__details.active {
  display: block;
}
.enquiry-form__details_boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 20px;
}
.enquiry-form .details-box {
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #F9FAFB;
  border-radius: 24px;
}
@media screen and (max-width: 425px) {
  .enquiry-form .details-box {
    padding-inline: 0;
    gap: 14px;
  }
}
.enquiry-form .details-box__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.enquiry-form .details-box .contact-icon-wrapper {
  color: #ffffff;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  border: 1.22px solid rgba(70, 70, 70, 0);
  border-radius: 10px;
  padding: 10px;
  width: 50px;
  height: 50px;
}
.enquiry-form .details-box .contact-icon-wrapper img {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
}
.enquiry-form .details-box p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #4B5563;
}
@media screen and (max-width: 575px) {
  .enquiry-form .details-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .enquiry-form .details-box p {
    font-size: 14px;
    line-height: 22px;
  }
}
.enquiry-form .details-box p:last-child,
.enquiry-form .details-box p a {
  color: #000000;
}
.enquiry-form .details-box .contact__info {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #4B5563;
}
@media screen and (max-width: 575px) {
  .enquiry-form .details-box .contact__info {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .enquiry-form .details-box .contact__info {
    font-size: 15px;
    line-height: 22px;
  }
}
.enquiry-form__form {
  background-color: #ffffff;
  box-shadow: 0px 1.43px 2.86px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 39px;
  border: 1.43px solid #F3F4F6;
  position: sticky;
  top: 96px;
}
.enquiry-form__form_header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding: 34px 34px 24px 34px;
}
.enquiry-form__form_header p {
  color: #4B5563;
}
.enquiry-form__form h4 {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  .enquiry-form__form h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .enquiry-form__form h4 {
    font-size: 23px;
  }
}
.enquiry-form__form .wpcf7 {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 34px;
}
.enquiry-form__form .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 34px;
  overflow: hidden;
}
.enquiry-form__form .wpcf7 .row {
  gap: 34px 0;
}
@media screen and (max-width: 1199px) {
  .enquiry-form__form .wpcf7 .row {
    gap: 24px 0;
  }
}
.enquiry-form__form .wpcf7 .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding-top: 24px;
}
.enquiry-form__form .wpcf7 span {
  display: block;
}
.enquiry-form__form .wpcf7 .contact-form__box {
  margin-top: 0;
}
.enquiry-form__form .wpcf7 .contact-form__box br {
  display: none;
}
.enquiry-form__form .wpcf7 .contact-form__box input[type=submit]:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.enquiry-form__form .wpcf7 label,
.enquiry-form__form .wpcf7 p {
  font-weight: 500;
  color: #374151;
  display: block;
}
.enquiry-form__form .wpcf7 label {
  margin-bottom: 6px;
}
.enquiry-form__form .wpcf7 label,
.enquiry-form__form .wpcf7 p .contact-form__box .wpcf7-submit {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1440px) {
  .enquiry-form__form .wpcf7 label,
  .enquiry-form__form .wpcf7 p .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .enquiry-form__form .wpcf7 label,
  .enquiry-form__form .wpcf7 p .contact-form__box .wpcf7-submit {
    font-size: 15px;
    line-height: 24px;
  }
}
.enquiry-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .enquiry-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #0B0C0E;
  display: block;
}
.enquiry-form__form .wpcf7 .contact-form__box input,
.enquiry-form__form .wpcf7 .contact-form__box select,
.enquiry-form__form .wpcf7 .contact-form__box textarea,
.enquiry-form__form .wpcf7 .contact-form__box option,
.enquiry-form__form .wpcf7 .contact-form__box input::placeholder,
.enquiry-form__form .wpcf7 .contact-form__box textarea::placeholder,
.enquiry-form__form .wpcf7 .contact-form__box .wpcf7-submit {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #0B0C0E;
  display: block;
}
@media screen and (min-width: 1440px) {
  .enquiry-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .enquiry-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 20px;
    line-height: 28px;
  }
  .enquiry-form__form .wpcf7 .contact-form__box input,
  .enquiry-form__form .wpcf7 .contact-form__box select,
  .enquiry-form__form .wpcf7 .contact-form__box textarea,
  .enquiry-form__form .wpcf7 .contact-form__box option,
  .enquiry-form__form .wpcf7 .contact-form__box input::placeholder,
  .enquiry-form__form .wpcf7 .contact-form__box textarea::placeholder,
  .enquiry-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .enquiry-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .enquiry-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .enquiry-form__form .wpcf7 .contact-form__box input,
  .enquiry-form__form .wpcf7 .contact-form__box select,
  .enquiry-form__form .wpcf7 .contact-form__box textarea,
  .enquiry-form__form .wpcf7 .contact-form__box option,
  .enquiry-form__form .wpcf7 .contact-form__box input::placeholder,
  .enquiry-form__form .wpcf7 .contact-form__box textarea::placeholder,
  .enquiry-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .enquiry-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .enquiry-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 15px;
    line-height: 22px;
  }
  .enquiry-form__form .wpcf7 .contact-form__box input,
  .enquiry-form__form .wpcf7 .contact-form__box select,
  .enquiry-form__form .wpcf7 .contact-form__box textarea,
  .enquiry-form__form .wpcf7 .contact-form__box option,
  .enquiry-form__form .wpcf7 .contact-form__box input::placeholder,
  .enquiry-form__form .wpcf7 .contact-form__box textarea::placeholder,
  .enquiry-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 15px;
    line-height: 22px;
  }
}
.enquiry-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .enquiry-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
  color: #9CA3AF;
  text-align: start;
}
.enquiry-form__form .wpcf7 .contact-form__box input::placeholder,
.enquiry-form__form .wpcf7 .contact-form__box textarea::placeholder {
  color: #9CA3AF;
  text-align: start;
}
.enquiry-form__form .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 5px 0px 5px;
}
@media screen and (min-width: 1400px) {
  .enquiry-form__form .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .enquiry-form__form .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 18px;
  }
}
.enquiry-form__form .wpcf7 .select-box p {
  position: relative;
}
.enquiry-form__form .wpcf7 .select-box p::after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 16px;
  color: #0B0C0E;
  position: absolute;
  right: 20px;
  bottom: 18%;
}
.enquiry-form__form .wpcf7 .select-box p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.enquiry-form__form .wpcf7 .contact-form__box input,
.enquiry-form__form .wpcf7 .contact-form__box textarea,
.enquiry-form__form .wpcf7 .contact-form__box select {
  width: 100%;
  padding: 12px 24px;
  border: 1.43px solid #D1D5DB !important;
  border-radius: 10px;
  transition: border 0.3s ease;
}
.enquiry-form__form .wpcf7 .contact-form__box input:focus,
.enquiry-form__form .wpcf7 .contact-form__box textarea:focus,
.enquiry-form__form .wpcf7 .contact-form__box select:focus {
  border: 1.43px solid #000000 !important;
  outline: none;
}
.enquiry-form__form .wpcf7 .contact-form__box textarea {
  height: 124px;
  resize: none;
  border-radius: 10px;
}
.enquiry-form__form .wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 25px;
  margin-top: 11px;
}
.enquiry-form__form .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.enquiry-form__form .wpcf7 .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 17px;
}
.enquiry-form__form .wpcf7 .wpcf7-checkbox input {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.enquiry-form__form .wpcf7 .contact-form__box .wpcf7-submit {
  font-weight: 600;
  color: #ffffff;
  background: #0B0C0E;
  border-radius: 17px;
  padding: 17px 28px;
  width: 100%;
}
.enquiry-form__form .wpcf7 .contact-form__box .wpcf7-submit:hover {
  transition: all 500ms;
  background: #141414;
}
.enquiry-form__form .wpcf7 .contact-submit-button p {
  position: relative;
}
.enquiry-form__form .wpcf7 .contact-submit-button p .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 29%;
}
.enquiry-form__form .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
.enquiry-form__form .form-submission {
  font-weight: 400 !important;
  color: #4B5563 !important;
}
.enquiry-form__form label {
  display: flex !important;
  gap: 3px;
}
.enquiry-form__form label .required {
  color: #EF4444;
}
.enquiry-form .wpcf7-form-control input[type=checkbox] {
  display: none !important;
}
.enquiry-form .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  border: 1px solid #555;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.enquiry-form .wpcf7-form-control input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #000000;
  border-color: #000000;
  content: "✔";
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-section__inner .row {
  gap: 65px 0;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .row {
    gap: 48px 0;
  }
}
.faq-section__inner .rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list {
    gap: 16px;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  border-radius: 23px;
  border: 1.42px solid #E5E7EB;
  background-color: #ffffff;
  overflow: hidden;
  transition: all 0.4s ease;
}
.faq-section__inner .rank-math-list .rank-math-list-item::before {
  content: "\e805";
  font-family: "fontello";
  font-size: 18px;
  font-weight: 400;
  color: #141414;
  position: absolute;
  top: 24px;
  right: 25px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list .rank-math-list-item::before {
    top: 20px;
    font-size: 16px;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item .rank-math-question {
  background: #ffffff;
  padding: 22px 50px 22px 34px;
}
.faq-section__inner .rank-math-list .rank-math-list-item .rank-math-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.faq-section__inner .rank-math-list .rank-math-list-item .rank-math-answer p {
  margin: 0;
  padding: 22px 34px;
  background-color: #F9FAFB;
  font-weight: 400;
  color: #4B5563;
}
.faq-section__inner .rank-math-list .rank-math-list-item.active::before {
  transform: rotate(180deg);
}
.faq-section__inner .rank-math-list .rank-math-list-item.active .rank-math-answer {
  max-height: 500px;
  opacity: 1;
}
.faq-section__inner .rank-math-list .rank-math-list-item.active .rank-math-answer p {
  padding-top: 22px;
  padding-bottom: 22px;
}

.single-product-hero {
  display: flex;
  flex-direction: column;
  gap: 67px;
}
@media screen and (max-width: 575px) {
  .single-product-hero {
    gap: 54px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-hero .wp-block-spacer {
    height: 60px !important;
  }
}
.single-product-hero .wp-block-post-title {
  font-family: "CustomGeorgia", Georgia, serif;
  font-weight: 400;
}
.single-product-hero__buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.single-product-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  .single-product-hero__inner {
    gap: 18px;
  }
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-post-excerpt__excerpt {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #737373;
  margin-top: 6px;
}
@media screen and (min-width: 1400px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-post-excerpt__excerpt {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-post-excerpt__excerpt {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-post-excerpt__excerpt {
    font-size: 18px;
    line-height: 28px;
    padding-top: 5px;
  }
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group {
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group {
    gap: 10px;
  }
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .taxonomy-product_cat {
  display: none;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 425px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .taxonomy-product_cat {
    flex-wrap: wrap;
    gap: 3px 14px;
  }
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .taxonomy-product_cat .wp-block-post-terms__separator {
  display: none;
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .product-patterns {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 0 14px 0px 0px;
  border-right: 2px solid rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 767px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .product-patterns {
    padding: 0 8px 0px 0px;
    gap: 5px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .product-patterns {
    border: unset;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wp-block-post-terms__prefix {
  display: none;
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications {
  border: unset;
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications tbody {
  display: flex;
  align-items: center;
  gap: 14px;
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications tbody tr:not(:last-child) {
  position: relative;
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications tbody tr:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -10px;
  height: 88%;
  width: 2px;
  display: block;
  background-color: rgba(0, 0, 0, 0.13);
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications .wc-block-product-specifications-item__label {
  display: none;
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications-item__value p {
  padding: 0;
}
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications-item__value,
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .taxonomy-product_cat a,
.single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .product-pattern {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
  border: unset;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1400px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications-item__value,
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .taxonomy-product_cat a,
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .product-pattern {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications-item__value,
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .taxonomy-product_cat a,
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .product-pattern {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .wc-block-product-specifications-item__value,
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .taxonomy-product_cat a,
  .single-product-hero__inner .wp-block-woocommerce-product-meta .wp-block-group .product-pattern {
    font-size: 18px;
    line-height: 28px;
  }
}
.single-product-hero__buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}
.single-product-hero__buttons .wp-block-buttons {
  position: unset !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: unset !important;
}
.single-product-hero__buttons .global-button-white a {
  display: flex;
  align-items: center;
  padding: 10px 32px;
}
@media screen and (max-width: 991px) {
  .single-product-hero__buttons .global-button-white a {
    padding: 7px 20px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-hero__buttons .global-button-white a {
    padding: 6px 20px;
  }
}
.single-product-hero__buttons .global-button-white a:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: underline;
  border: 1px solid #000000 !important;
}
.single-product-hero__buttons .global-button-white a::before {
  content: url("../images/download.webp");
  padding-right: 10px;
  margin-bottom: -4px;
}
.single-product-hero__gallery .wp-block-woocommerce-product-image-gallery {
  max-width: 100%;
}
.single-product-hero__gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product-hero__gallery .woocommerce-product-gallery {
  margin: 0px !important;
}
.single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  position: unset !important;
}
.single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  display: none;
}
.single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  height: 600px;
}
@media screen and (min-width: 1400px) {
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    height: 700px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    height: 400px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    height: 350px;
  }
}
.single-product-hero__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product-hero__gallery .flex-control-nav {
  position: relative;
  left: 0;
  bottom: 70px;
  width: -webkit-fill-available;
  margin: 0 159px !important;
  display: flex;
  gap: 6px;
  padding: 24px 0px;
}
@media screen and (max-width: 767px) {
  .single-product-hero__gallery .flex-control-nav {
    bottom: 40px;
    margin: 0 100px !important;
  }
}
@media screen and (max-width: 575px) {
  .single-product-hero__gallery .flex-control-nav {
    margin: 0 50px !important;
  }
}
.single-product-hero__gallery .flex-control-nav li {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.21);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.single-product-hero__gallery .flex-control-nav li img {
  opacity: 0 !important;
}
.single-product-hero__gallery .flex-control-nav li:has(img.flex-active) {
  background: #ffffff;
}
.single-product-hero__gallery .flex-direction-nav {
  position: absolute;
  top: 45%;
  width: -webkit-fill-available;
  margin: 0 67px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single-product-hero__gallery .flex-direction-nav {
    top: 40%;
  }
}
@media screen and (max-width: 575px) {
  .single-product-hero__gallery .flex-direction-nav {
    margin: 0 20px;
  }
}
.single-product-hero__gallery .flex-direction-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  border-radius: 99px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .single-product-hero__gallery .flex-direction-nav li a {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-hero__gallery .flex-direction-nav li a {
    height: 38px;
    width: 38px;
  }
}
.single-product-hero__gallery .flex-direction-nav li a::after {
  font-family: "fontello";
  font-size: 24px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .single-product-hero__gallery .flex-direction-nav li a::after {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-hero__gallery .flex-direction-nav li a::after {
    font-size: 18px;
    line-height: 18px;
  }
}
.single-product-hero__gallery .flex-direction-nav li .flex-prev::after {
  content: "\e80c";
}
.single-product-hero__gallery .flex-direction-nav li .flex-next::after {
  content: "\e80a";
}

.single-product-tabs__nav {
  display: flex;
  align-items: center;
  gap: 48px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 991px) {
  .single-product-tabs__nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__nav {
    align-items: flex-start;
    gap: 0px;
    width: 100%;
    border-bottom: unset;
  }
}
.single-product-tabs__nav li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.228px;
  text-align: center;
  padding: 22px 10px;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (min-width: 1400px) {
  .single-product-tabs__nav li {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__nav li {
    text-align: left;
    padding: 10px 24px;
    border-bottom: 2px solid #eee;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 575px) {
  .single-product-tabs__nav li {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-product-tabs__nav li.active {
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .single-product-tabs .common-padding {
    padding-inline: 0;
  }
}
.single-product-tabs__content .tab-content {
  display: none;
}
.single-product-tabs__content .tab-content.active {
  display: block;
}
@media screen and (max-width: 425px) {
  .single-product-tabs__content .product-description {
    gap: 40px;
  }
}
.single-product-tabs__content .product-description .wc-block-product-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-product-tabs__content .product-description .wc-block-product-description p {
  font-feature-settings: "dlig" on;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #141414;
}
@media screen and (min-width: 1400px) {
  .single-product-tabs__content .product-description .wc-block-product-description p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-description .wc-block-product-description p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-tabs__content .product-description .wc-block-product-description p {
    font-size: 16px;
  }
}
.single-product-tabs__content .product-description h2 {
  font-feature-settings: "dlig" on;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  color: #141414;
  letter-spacing: -2px;
}
@media screen and (min-width: 1400px) {
  .single-product-tabs__content .product-description h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-description h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-description h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-tabs__content .product-description h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-product-tabs__content .product-description a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "CustomInter", sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  padding: 17px 25px;
  border-radius: 99px;
  display: block;
  background: #000000;
  border: 1.75px solid #000000;
  transition: all 800ms ease;
  width: -moz-fit-content;
  width: fit-content;
}
.single-product-tabs__content .product-description a:hover {
  color: #000000;
  background: #ffffff;
}
@media screen and (min-width: 1400px) {
  .single-product-tabs__content .product-description a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-description a {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 20px;
  }
}
.single-product-tabs__content .product-description .product-feature-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-description .product-feature-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .single-product-tabs__content .product-description .product-feature-boxes {
    margin-top: 30px;
  }
}
.single-product-tabs__content .product-description .product-feature-boxes__item {
  border-radius: 21px;
  border: 1.5px solid #DBDBDB;
  background: #FAFAFA;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.single-product-tabs__content .product-description .product-feature-boxes__item img {
  height: 46px;
}
.single-product-tabs__content .product-description .product-feature-boxes__item .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-product-tabs__content .product-description .product-feature-boxes__item h5 {
  font-weight: 600;
  color: #141414;
  min-height: 65px;
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-description .product-feature-boxes__item h5 {
    min-height: unset;
  }
}
.single-product-tabs__content .product-description .product-feature-boxes__item p {
  font-weight: 400;
  color: #737373;
}
.single-product-tabs__content .product-specification .row {
  --bs-gutter-x: 36px;
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-specification .row {
    flex-direction: column;
  }
  .single-product-tabs__content .product-specification .row .col-12 {
    width: 100%;
  }
}
.single-product-tabs__content .product-specification .table-container {
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  width: 100%;
  max-width: 800px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-specification .table-container {
    max-width: 100%;
  }
}
.single-product-tabs__content .product-specification table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-specification table {
    min-width: 300px;
  }
}
.single-product-tabs__content .product-specification table thead tr th {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  color: #111827;
  padding: 18px 24px;
  background-color: #F9FAFB;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-specification table thead tr th {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-specification table thead tr th {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 24px;
  }
}
.single-product-tabs__content .product-specification table tr {
  border-bottom: 1px solid #EAECEF;
}
.single-product-tabs__content .product-specification table tr:last-child {
  border-bottom: none;
}
.single-product-tabs__content .product-specification table tbody tr td {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #374151;
  padding: 18px 24px;
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-specification table tbody tr td {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-specification table tbody tr td {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 24px;
  }
}
.single-product-tabs__content .product-specification .product-downloads ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .single-product-tabs__content .product-specification .product-downloads ul {
    flex-wrap: wrap;
  }
}
.single-product-tabs__content .product-specification .product-downloads a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-product-tabs__content .product-specification .product-downloads a:hover {
  background-color: #ffffff;
  text-decoration: underline;
  color: #000000;
}
.single-product-tabs__content .product-specification .product-downloads a::after {
  content: url("../images/download.webp");
  margin-bottom: -4px;
}
.single-product-tabs__content .product-faq h2 {
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  color: #141414;
  letter-spacing: -2px;
}
@media screen and (min-width: 1400px) {
  .single-product-tabs__content .product-faq h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .single-product-tabs__content .product-faq h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-faq h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .single-product-tabs__content .product-faq h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-faq .rank-math-list {
    gap: 12px;
  }
}
.single-product-tabs__content .product-faq .rank-math-list-item p:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-faq .rank-math-list-item::before {
    top: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-product-tabs__content .product-faq .rank-math-list-item .rank-math-question {
    padding: 14px 50px 14px 34px !important;
  }
}

.product-hero__heading h1 {
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .product-hero__inner {
    overflow-x: hidden;
  }
}
.product-hero .row {
  --bs-gutter-y: 36px;
  --bs-gutter-x: 50px;
}
@media screen and (min-width: 1400px) {
  .product-hero .row {
    --bs-gutter-x: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .product-hero .row {
    --bs-gutter-x: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product-hero .row {
    --bs-gutter-y: 50px ;
  }
}
@media screen and (max-width: 575px) {
  .product-hero .row {
    --bs-gutter-y: 28px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-hero__content.section-padding {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-hero__content.section-padding {
    padding-inline: 0;
  }
}
.product-hero__title {
  letter-spacing: 2px;
}
@media screen and (min-width: 1440px) {
  .product-hero__title {
    letter-spacing: -3px;
  }
}
.product-hero .wp-block-button.global-button {
  margin-top: 10px;
}
@media screen and (min-width: 1440px) {
  .product-hero .wp-block-button.global-button {
    margin-top: 16px;
  }
}
.product-hero__title em {
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product-hero .wp-block-spacer {
    height: 60px !important;
  }
}
.product-hero__content, .product-hero__heading {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 1440px) {
  .product-hero__content, .product-hero__heading {
    gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  .product-hero__content, .product-hero__heading {
    gap: 21px;
  }
}
@media screen and (max-width: 425px) {
  .product-hero__content, .product-hero__heading {
    gap: 18px;
  }
}
.product-hero__description {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.product-hero .global-button a {
  font-weight: 600;
  color: #ffffff;
  background-color: #000000;
}
.product-hero .global-button a:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.product-hero__slider-wapper {
  height: 672px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 22px;
}
@media screen and (max-width: 991px) {
  .product-hero__slider-wapper {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .product-hero__slider-wapper {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
}
.product-hero .swiper-wrapper {
  transition-timing-function: linear !important;
}
.product-hero__slider-container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .product-hero__slider-container {
    height: 250px;
  }
}
.product-hero__slider-container-2 {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .product-hero__slider-container-2 {
    height: 250px;
  }
}
.product-hero .swiper {
  width: 100%;
  height: 100%;
}
.product-hero .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-hero .swiper-slide figure {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .product-hero .swiper-slide figure {
    height: 250px;
  }
}
.product-hero .swiper-slide figure img {
  height: 100%;
}
.product-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

@media screen and (max-width: 575px) {
  .product-hero.section-padding {
    padding-inline: 0;
  }
}

.plank-preview__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 68px;
}
@media screen and (max-width: 767px) {
  .plank-preview__inner {
    gap: 38px;
  }
}
.plank-preview__title h2 {
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .plank-preview__item-container {
    row-gap: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .plank-preview__item-container {
    row-gap: 14px !important;
  }
}
@media screen and (max-width: 425px) {
  .plank-preview__item-container {
    row-gap: 0px !important;
  }
}
.plank-preview__item-container p:empty {
  display: none;
}
.plank-preview__column {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .plank-preview__column {
    gap: 26px;
  }
}
.plank-preview__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .plank-preview__item {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .plank-preview__item {
    gap: 14px;
  }
}
.plank-preview__item-order {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.plank-preview__item-order p {
  font-family: "CustomInter", sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1199px) {
  .plank-preview__item-order p {
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .plank-preview__item-order p {
    font-size: 25px;
    line-height: 32px;
  }
}

.home-product-list__inner {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media screen and (max-width: 425px) {
  .home-product-list__inner {
    gap: 36px;
  }
}
.home-product-list__inner h2 {
  text-align: center;
}
.home-product-list__inner h2 em {
  font-style: italic;
}
.home-product-list__specialtext {
  overflow: hidden;
}
.home-product-list__specialtext h2 {
  font-size: clamp(4rem, 20vw, 16vw);
  line-height: 260px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.04);
  letter-spacing: -16.212px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .home-product-list__specialtext h2 {
    letter-spacing: -12px;
    line-height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .home-product-list__specialtext h2 {
    letter-spacing: -10px;
  }
}
@media screen and (max-width: 575px) {
  .home-product-list__specialtext h2 {
    letter-spacing: -8px;
    line-height: 150px;
  }
}
@media screen and (max-width: 425px) {
  .home-product-list__specialtext h2 {
    font-size: clamp(3rem, 20vw, 16vw);
    letter-spacing: -7px;
    line-height: 100px;
  }
}

.video-section__inner video {
  height: 100vh;
}

.gallery__inner {
  display: flex;
  flex-direction: column;
  gap: 68px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .gallery__inner {
    gap: 58px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__inner {
    gap: 48px;
  }
}
@media screen and (max-width: 575px) {
  .gallery__inner {
    gap: 38px;
  }
}
.gallery__title {
  max-width: 570px;
}
@media screen and (max-width: 991px) {
  .gallery__title {
    max-width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__title {
    max-width: 370px;
  }
}
@media screen and (max-width: 425px) {
  .gallery__title {
    max-width: 270px;
  }
}
.gallery__title h2 {
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .gallery__title h2 {
    font-size: 61px;
    line-height: 70px;
  }
}
.gallery__title em {
  font-size: inherit;
  font-weight: 400;
  font-style: italic;
}
.gallery__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.gallery__slider-container .splide__slide img {
  height: 210px;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .gallery__slider-container .splide__slide img {
    height: 255px;
  }
}
.gallery__slider-2 .splide__track {
  transform: translateX(50px);
}
@media screen and (max-width: 991px) {
  .gallery__slider-2 .splide__track {
    transform: translateX(0);
  }
}
.gallery__slider-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: radial-gradient(50% 25% at 48.9% 45.2%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.gallery .gallery img,
.gallery .gallery__slider-2 img {
  height: 255px !important;
}
.gallery__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery__button .global-button a {
  font-weight: 600;
  color: #000000;
  background-color: transparent;
  border: 1.95px solid #000000;
}
@media screen and (min-width: 1400px) {
  .gallery__button .global-button a {
    font-size: 25px;
    padding: 21px 42px;
  }
}
.gallery__button .global-button a:hover {
  transition: all 500ms;
  color: #ffffff;
  background-color: #000000;
}

.anatomy-animation-wrapper {
  position: relative;
}

.sticky-title {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .sticky-title {
    position: relative;
    top: 0;
  }
}

.anatomy-section {
  position: sticky;
  top: 0;
  transform: translateY(96px);
}
@media screen and (max-width: 767px) {
  .anatomy-section {
    transform: translateY(0px);
  }
}
.anatomy-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .anatomy-section__container {
    gap: 40px;
  }
}
.anatomy-section__container .desktop-layer {
  display: block;
}
@media screen and (max-width: 767px) {
  .anatomy-section__container .desktop-layer {
    display: none;
  }
}
.anatomy-section__container .mobile-layer {
  display: none;
}
@media screen and (max-width: 767px) {
  .anatomy-section__container .mobile-layer {
    display: block;
  }
}
.anatomy-section__title {
  max-width: 830px;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 1199px) {
  .anatomy-section__title {
    max-width: 720px;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__title {
    max-width: 100%;
  }
}
.anatomy-section__title h2 {
  text-align: center;
}
.anatomy-section__layer-container {
  width: 100%;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer-container {
    height: 465px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .anatomy-section__layer-container {
    height: 100%;
  }
}
.anatomy-section__layer--1 {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer--1 {
    position: relative;
    top: unset;
    bottom: -130px;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
}
@media screen and (max-width: 575px) {
  .anatomy-section__layer--1 {
    bottom: -150px;
  }
}
.anatomy-section__layer--1 figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anatomy-section__layer--1 img {
  width: 576px;
  height: 500px;
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--1 img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer--1 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .anatomy-section__layer--1 img {
    height: 450px;
  }
}
.anatomy-section__layer--2, .anatomy-section__layer--3, .anatomy-section__layer--4, .anatomy-section__layer--5, .anatomy-section__layer--6, .anatomy-section__layer--7 {
  width: 100%;
  position: sticky;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer--2, .anatomy-section__layer--3, .anatomy-section__layer--4, .anatomy-section__layer--5, .anatomy-section__layer--6, .anatomy-section__layer--7 {
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
}
.anatomy-section__layer--2 figure, .anatomy-section__layer--3 figure, .anatomy-section__layer--4 figure, .anatomy-section__layer--5 figure, .anatomy-section__layer--6 figure, .anatomy-section__layer--7 figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anatomy-section__layer--2 img, .anatomy-section__layer--3 img, .anatomy-section__layer--4 img, .anatomy-section__layer--5 img, .anatomy-section__layer--6 img, .anatomy-section__layer--7 img {
  width: 576px;
  height: 500px;
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--2 img, .anatomy-section__layer--3 img, .anatomy-section__layer--4 img, .anatomy-section__layer--5 img, .anatomy-section__layer--6 img, .anatomy-section__layer--7 img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer--2 img, .anatomy-section__layer--3 img, .anatomy-section__layer--4 img, .anatomy-section__layer--5 img, .anatomy-section__layer--6 img, .anatomy-section__layer--7 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .anatomy-section__layer--2 img, .anatomy-section__layer--3 img, .anatomy-section__layer--4 img, .anatomy-section__layer--5 img, .anatomy-section__layer--6 img, .anatomy-section__layer--7 img {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer-animate {
    opacity: 1 !important;
    transform: translateY(-100px) !important;
  }
}
.anatomy-section__layer-animate p {
  display: flex;
  align-items: center;
}
.anatomy-section__layer-animate p strong {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 6px 10px;
}
.anatomy-section__layer-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.anatomy-section__layer--1 p, .anatomy-section__layer--2 p, .anatomy-section__layer--3 p, .anatomy-section__layer--4 p, .anatomy-section__layer--5 p, .anatomy-section__layer--6 p, .anatomy-section__layer--7 p {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "CustomInter", sans-serif;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--1 p, .anatomy-section__layer--2 p, .anatomy-section__layer--3 p, .anatomy-section__layer--4 p, .anatomy-section__layer--5 p, .anatomy-section__layer--6 p, .anatomy-section__layer--7 p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer--1 p, .anatomy-section__layer--2 p, .anatomy-section__layer--3 p, .anatomy-section__layer--4 p, .anatomy-section__layer--5 p, .anatomy-section__layer--6 p, .anatomy-section__layer--7 p {
    display: none;
  }
}
.anatomy-section__layer--1 p::after, .anatomy-section__layer--2 p::after, .anatomy-section__layer--3 p::after, .anatomy-section__layer--4 p::after, .anatomy-section__layer--5 p::after, .anatomy-section__layer--6 p::after, .anatomy-section__layer--7 p::after {
  content: "";
  width: 100px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--1 p::after, .anatomy-section__layer--2 p::after, .anatomy-section__layer--3 p::after, .anatomy-section__layer--4 p::after, .anatomy-section__layer--5 p::after, .anatomy-section__layer--6 p::after, .anatomy-section__layer--7 p::after {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--1 p::after, .anatomy-section__layer--2 p::after, .anatomy-section__layer--3 p::after, .anatomy-section__layer--4 p::after, .anatomy-section__layer--5 p::after, .anatomy-section__layer--6 p::after, .anatomy-section__layer--7 p::after {
    width: 40px;
  }
}
.anatomy-section__layer--1 p {
  bottom: 28%;
  left: 3%;
}
@media screen and (min-width: 1400px) {
  .anatomy-section__layer--1 p {
    bottom: 30%;
    left: 6%;
  }
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--1 p {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .anatomy-section__layer--1 p {
    top: unset;
    bottom: 0;
  }
}
.anatomy-section__layer--2 p {
  bottom: 44%;
  left: 8%;
}
@media screen and (min-width: 1400px) {
  .anatomy-section__layer--2 p {
    bottom: 45%;
    left: 12%;
  }
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--2 p {
    left: 4%;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--2 p {
    left: 0;
  }
}
.anatomy-section__layer--3 p {
  top: 24%;
  right: 5%;
}
@media screen and (min-width: 1400px) {
  .anatomy-section__layer--3 p {
    top: 25%;
    right: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--3 p {
    top: 26%;
    right: 0;
  }
}
.anatomy-section__layer--3 p::before {
  content: "";
  width: 100px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--3 p::before {
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--3 p::before {
    width: 50px;
  }
}
.anatomy-section__layer--3 p::after {
  display: none;
}
.anatomy-section__layer--4 p {
  top: 30%;
  left: 12%;
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--4 p {
    top: 30%;
    left: 3%;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--4 p {
    left: 0;
  }
}
.anatomy-section__layer--5 p {
  top: 12%;
  right: 6%;
}
@media screen and (min-width: 1400px) {
  .anatomy-section__layer--5 p {
    top: 14%;
    right: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--5 p {
    top: 12%;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--5 p {
    text-align: end;
  }
}
.anatomy-section__layer--5 p::before {
  content: "";
  width: 75px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--5 p::before {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--5 p::before {
    width: 50px;
  }
}
.anatomy-section__layer--5 p::after {
  display: none;
}
.anatomy-section__layer--6 p {
  top: 10%;
  left: 15%;
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--6 p {
    top: 10%;
    left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--6 p {
    left: 0;
  }
}
.anatomy-section__layer--7 img {
  visibility: hidden;
  opacity: 0;
}
.anatomy-section__layer--7 p {
  top: 4%;
  right: 16%;
}
@media screen and (min-width: 1400px) {
  .anatomy-section__layer--7 p {
    right: 20%;
  }
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--7 p {
    top: 4%;
    right: 12%;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--7 p {
    right: 8%;
  }
}
.anatomy-section__layer--7 p::before {
  content: "";
  width: 75px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .anatomy-section__layer--7 p::before {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .anatomy-section__layer--7 p::before {
    width: 50px;
  }
}
.anatomy-section__layer--7 p::after {
  display: none;
}
.anatomy-section__name-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .anatomy-section__name-list {
    display: block;
  }
}
.anatomy-section__name-list ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.anatomy-section__name-list ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.anatomy-section__name-list ol li::before {
  content: counter(list-counter);
  font-size: 14px;
  font-weight: 600;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
}

@keyframes stickySlideDown {
  0% {
    transform: translateY(-150%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.elevate-living .row {
  --bs-gutter-x: 36px;
}
@media screen and (max-width: 991px) {
  .elevate-living .row {
    --bs-gutter-y: 42px;
  }
}
@media screen and (max-width: 575px) {
  .elevate-living .row {
    --bs-gutter-y: 40px;
  }
}
.elevate-living__option:hover {
  outline: 6px solid #C1C1C1;
}
.elevate-living__fetures {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 425px) {
  .elevate-living__fetures {
    justify-content: center;
  }
}
.elevate-living__option {
  width: 100px;
  height: 100px;
  padding: 20px;
  outline: 6px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0B0C0E 0%, rgba(11, 12, 14, 0.77) 100%);
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .elevate-living__option {
    width: 85px;
    height: 85px;
  }
}
.elevate-living__option img {
  width: 43px;
  height: 43px;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .elevate-living__option img {
    width: 36px;
    height: 36px;
  }
}
.elevate-living__inner-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.elevate-living__inner-content h2 {
  color: #0B0C0E;
  text-align: center;
}
.elevate-living__inner-content h2 em {
  font-style: italic;
}
@media screen and (max-width: 425px) {
  .elevate-living__inner-content h2 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .elevate-living__inner-content {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .elevate-living__inner-content {
    gap: 32px;
  }
}
.elevate-living .splide__slide figure,
.elevate-living .splide__slide img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.elevate-living .splide__slide figure {
  border-radius: 12px;
  overflow: hidden;
}
.elevate-living__inner-slider,
.elevate-living .splide__track {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .elevate-living__inner-slider,
  .elevate-living .splide__track {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .elevate-living__inner-slider,
  .elevate-living .splide__track {
    height: 100%;
  }
}
.elevate-living__icon-triggers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}
.elevate-living__icon-title {
  text-align: center;
}
.elevate-living__inner-slider-logo {
  position: absolute;
  top: 30%;
  right: -25px;
}
@media screen and (max-width: 1199px) {
  .elevate-living__inner-slider-logo {
    right: -14px;
  }
}
@media screen and (max-width: 767px) {
  .elevate-living__inner-slider-logo {
    width: 160px;
    height: 160px;
    top: 38%;
    right: -26px;
  }
}
@media only screen and (max-width: 600px) {
  .elevate-living__inner-slider-logo {
    right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .elevate-living__inner-slider-logo {
    width: 100px;
    height: 100px;
    top: 0;
    right: 30px;
  }
}
@media screen and (max-width: 425px) {
  .elevate-living__inner-slider-logo {
    right: 10px;
  }
}

.scroll-container {
  width: 150px;
  height: 150px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .scroll-container {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 575px) {
  .scroll-container {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 425px) {
  .scroll-container {
    width: 110px;
    height: 110px;
  }
}
.scroll-container svg {
  border-radius: 50%;
  background: #000000;
}
.scroll-container text {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 21px;
  fill: #ffffff;
}

.circle-text {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: rotate 10s linear infinite;
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .center-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 425px) {
  .center-icon {
    width: 40px;
    height: 40px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.home-hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-hero__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateZ(0);
  transition: transform 0.5s ease-out;
  will-change: transform, opacity;
}
.home-hero__overlay {
  background: linear-gradient(178.22deg, rgba(0, 0, 0, 0.6) 10.42%, rgba(18, 16, 40, 0.5) 54.46%, rgba(18, 16, 40, 0.8) 98.49%);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 575px) {
  .home-hero .wp-block-spacer {
    height: 60px !important;
  }
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.home-hero__content h1,
.home-hero__content p {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .home-hero__content h1 br,
  .home-hero__content p br {
    display: none;
  }
}
.home-hero__content h1 {
  font-weight: 500;
  color: #F2EEEC;
  margin-bottom: 2px;
}
.home-hero__content p.home-hero__content_subtitle {
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .home-hero__content p.home-hero__content_subtitle {
    line-height: 36px;
  }
}
.home-hero__content .wp-block-buttons {
  margin-top: 24px;
}
@media screen and (min-width: 1440px) {
  .home-hero__content .wp-block-buttons {
    margin-top: 32px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero__content .wp-block-buttons {
    margin-top: 14px;
  }
}
.home-hero__content .wp-block-buttons .global-button a {
  color: #ffffff;
  background: transparent;
  border: 1.19px solid rgba(255, 255, 255, 0.3019607843);
  box-shadow: 0px 2.38px 1.19px -1.19px rgba(0, 0, 0, 0.0588235294);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.home-hero__content .wp-block-buttons .global-button a:hover {
  color: #000000;
  background: #ffffff;
}
@media screen and (max-width: 575px) {
  .home-hero__content .wp-block-buttons .global-button a {
    font-size: 14px;
    padding: 7px 16px;
  }
}
.home-hero .scroll-down {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-hero .scroll-down a {
  font-size: 17px;
  color: #F2EEEC;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  position: absolute;
  bottom: 5%;
}
.home-hero .scroll-down a::after {
  content: "\e800";
  font-family: "fontello";
  transition: all 0.3s ease-in-out;
  animation: bounce-down 2s infinite;
}
@media screen and (min-width: 1440px) {
  .home-hero .scroll-down a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .scroll-down a {
    font-size: 15px;
  }
}
.home-hero .splide__slide {
  height: 100vh;
  position: relative;
}
.home-hero .splide__slide.is-active .home-hero__bg-img img {
  animation: scale 10s ease-out forwards;
}

@keyframes scale {
  0% {
    transform: scale(1);
    transform-origin: 50% 50%;
  }
  100% {
    transform: scale(1.3);
    transform-origin: 50% 50%;
  }
}
@keyframes bounce-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.about-hero .rank-math-breadcrumb p a:first-child::before {
  content: url("./../images/breadcrumbs-home-white.webp");
}
.about-hero__inner {
  position: relative;
  height: 100%;
}
.about-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-hero__bg-img figure {
  height: 100%;
}
.about-hero__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: smoothScale 6s ease-in-out infinite;
  transform-origin: center center;
}
@media screen and (max-width: 991px) {
  .about-hero__bg-img img {
    min-height: 580px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__bg-img img {
    min-height: 530px;
  }
}
.about-hero__title {
  text-align: left;
}
.about-hero__main-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}
.about-hero__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-top: 60px;
}
@media screen and (min-width: 1400px) {
  .about-hero__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .about-hero__content {
    padding-top: 80px;
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about-hero__content {
    gap: 20px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__content {
    gap: 18px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__content {
    padding: 40px 16px 0;
    gap: 16px;
  }
}
.about-hero__content .description-primary {
  color: #ffffff;
}
.about-hero__content .global-button-white {
  background: unset;
  border: unset;
}
@media screen and (min-width: 1400px) {
  .about-hero__content .global-button-white {
    margin-top: 25px;
  }
}
.about-hero__content .global-button-white a {
  border-color: #ffffff;
}
.about-hero__content .global-button-white a:hover {
  background: transparent;
  border: 1.19px solid rgba(255, 255, 255, 0.3019607843);
  box-shadow: 0px 2.38px 1.19px -1.19px rgba(0, 0, 0, 0.0588235294);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.about-hero__title {
  color: #ffffff;
}
@media only screen and (max-width: 675px) {
  .about-hero .wp-block-spacer {
    height: 0 !important;
  }
}
.about-hero .rank-math-breadcrumb a,
.about-hero .rank-math-breadcrumb span,
.about-hero .rank-math-breadcrumb p a:first-child::before,
.about-hero .rank-math-breadcrumb span::before {
  color: #ffffff;
}
.about-hero .rank-math-breadcrumb p {
  margin-bottom: 10px;
}

@keyframes smoothScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.product {
  background: #f9f9f9;
}
.product__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
    flex-direction: column;
    gap: 10px;
	padding: 0 0 10px 0;
}
.product__title h2 {
  font-size: 24px !important;
}
@media screen and (min-width: 1440px) {
  .product__title h2 {
    margin-bottom: 16px;
    font-size: 33px !important;
  }
}
@media screen and (max-width: 767px) {
  .product__title h2 {
    font-size: 21px !important;
  }
}
.product__title h2 a {
  color: #0F172A;
}
.product .row {
  --bs-gutter-x: 40px;
}
@media screen and (min-width: 1440px) {
  .product .row {
    --bs-gutter-x: 65px;
  }
}
@media screen and (max-width: 767px) {
  .product ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.product ul li {
  position: relative;
}
.product ul li:hover .wp-block-buttons {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.product ul li:hover .wp-block-woocommerce-product-image a::after {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .product .row {
    --bs-gutter-y: 24px;
  }
}
.product__size p {
  font-size: 16px;
  color: #6C6C6C;
}
@media screen and (min-width: 1440px) {
  .product__size p {
    font-size: 20px;
  }
}
.product .wc-block-grid__product-image {
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
}
.product .wc-block-grid__product-image a {
  position: relative;
  z-index: 1;
  display: block;
}
.product .wc-block-grid__product-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 5;
}
.product .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
  max-height: 540px;
  animation: smoothScale 6s ease-in-out infinite;
  transform-origin: center center;
}
@media screen and (min-width: 1440px) {
  .product .wc-block-grid__product-image {
    margin-bottom: 30px;
  }
}
.product .product__loop .wp-block-buttons {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -10%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .product .product__loop .wp-block-buttons {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product .product__loop .wp-block-buttons {
    top: 450px;
  }
}
@media screen and (max-width: 575px) {
  .product .product__loop .wp-block-buttons {
    top: 58%;
  }
}
.product .product__loop .wp-block-buttons .wp-block-button__link {
  width: -moz-max-content;
  width: max-content;
}
.product .product__loop .wp-block-buttons .wp-block-button__link:hover {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.product__category {
  display: none;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1440px) {
  .product__category {
    margin-bottom: 16px;
  }
}
.product__category .taxonomy-product_cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.product__category .taxonomy-product_cat::before {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: #475569;
}
.product__category a,
.product__category .attribute-placeholder-pattern {
  font-size: 20px;
  font-weight: 400;
  color: #475569;
}
@media screen and (min-width: 1440px) {
  .product__category a,
  .product__category .attribute-placeholder-pattern {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .product__category a,
  .product__category .attribute-placeholder-pattern {
    font-size: 17px;
  }
}
.product__category .wp-block-post-terms__separator {
  font-size: 0;
}
.product__category .wp-block-post-terms__separator::before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #475569;
  border-radius: 50%;
}
.product .wc-block-components-product-summary p {
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  color: #64748B;
}
@media screen and (min-width: 1440px) {
  .product .wc-block-components-product-summary p {
    font-size: 19px;
  }
}
@media screen and (min-width: 1440px) {
  .product .wc-block-product-template__responsive.columns-2 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 50% - 25px), 1fr));
  }
}
@media screen and (max-width: 575px) {
  .product .wc-block-product-template__responsive.columns-2 {
    grid-template-columns: 1fr;
  }
}
.product .filter__color .wc-block-product-categories-list-item__name {
  display: none;
}
.product .filter__color .wc-block-product-categories-list-item__image {
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.product .filter__subtitle {
  font-size: 20px;
  color: #2D2D2D;
  margin-bottom: 7px;
}
@media screen and (min-width: 1440px) {
  .product .filter__subtitle {
    font-size: 21px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product .filter__subtitle {
    font-size: 18px;
  }
}
.product__filter {
  font-size: unset;
  background: #ffffff;
  display: unset;
  padding: 30px;
  border-radius: 20px;
  border: 1.36px solid #FBFBFB;
  box-shadow: 0 2.66px 28.375px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 600px) {
  .product__filter {
    padding-inline: 10px;
  }
}
.product__filter .wc-block-product-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.product__filter .wc-block-product-filter-chips__items {
  gap: 8px;
}
.product__filter .wc-block-product-filter-chips__items [aria-checked=true] span {
  color: #ffffff;
}
.product__filter .wc-block-product-filter-chips__items button {
  padding: 10px 16px;
  border-radius: 11px;
  border: none;
}
.product__filter .wc-block-product-filter-chips__items button span {
  font-size: 16px;
  color: #676767;
}
@media screen and (min-width: 1440px) {
  .product__filter .wc-block-product-filter-chips__items button span {
    font-size: 19px;
  }
}
.product__filter .filter__color-tone-container {
  margin-bottom: -20px;
}
@media screen and (min-width: 1400px) {
  .product__filter .filter__color-tone-container {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.product__filter .wc-block-product-filters__overlay-content {
  gap: 20px;
}
.product__filter .wp-block-woocommerce-product-filter-clear-button button {
  border: none;
  color: #676767;
}
.product__filter .filters__title {
  font-size: 26px;
  font-weight: bold;
  color: #2D2D2D;
}
@media screen and (min-width: 1440px) {
  .product__filter .filters__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .product__filter .filters__title {
    font-size: 24px;
  }
}
.product__filter li.wc-block-product-categories-list-item:has(.wc-block-product-categories-list-item__image--placeholder) {
  display: none;
}
.product__filter .clear-filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__filter .clear-filter-top .wp-block-button.wc-block-product-filter-clear-button .wp-block-button__link {
  font-size: 0;
  background: none;
  border: none;
  padding: 0 !important;
}
.product__filter .clear-filter-top .wp-block-buttons {
  margin-top: 0;
}
.product__filter .clear-filter-top .wp-block-button.wc-block-product-filter-clear-button .wp-block-button__link::before {
  content: "×";
  font-size: 32px;
  color: #555;
  line-height: 1;
}
.product__filter .clear-filter-top .wp-block-button.wc-block-product-filter-clear-button .wp-block-button__link:hover::before {
  color: #000000;
}
.product__filter .active-filter-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.product__filter .active-filter-group .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  padding: 4px 13px;
  font-weight: 500;
  border-radius: 50px;
  color: #000000;
}
.product__filter .active-filter-group button {
  display: none !important;
}
.product__filter .active-filter-group .active-filter-title {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
.product__filter .active-filter-group .active-filter-title::before {
  content: url("../images/product-filter.webp");
  margin-right: 4px;
}
.product .watermark-section {
  position: relative;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .product .watermark-section {
    height: 125px;
  }
}
.product .watermark-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.0392156863);
  opacity: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .product .watermark-text {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .product .watermark-text {
    font-size: 68px;
  }
}
@media screen and (max-width: 575px) {
  .product .watermark-text {
    font-size: 53px;
  }
}
@media screen and (max-width: 425px) {
  .product .watermark-text {
    font-size: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .product .wc-block-product-template__responsive {
    grid-gap: 45px;
  }
}
.product .custom-clear-all-btn {
  cursor: pointer;
  padding: 0;
  background: none;
  border: 0;
  outline: 0;
  color: #676767;
}
.product .custom-clear-btn-top {
  font-size: 32px;
  color: #555;
  line-height: 1;
}
.product #custom-clear-container-bottom {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -20px;
}
@media screen and (min-width: 1440px) {
  .product #custom-clear-container-bottom {
    margin-top: 13px;
  }
}
.product .wc-block-product-template__responsive {
  position: relative;
}
.product .wc-block-product-template__responsive .no-products-found {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .product .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 50% - 0.83333em), 1fr));
  }
}
@media screen and (min-width: 1440px) {
  .product .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@keyframes smoothScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.wp-block-query-pagination {
  margin: 40px 0px;
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\e80a";
  font-family: "fontello";
}
.wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\e80c";
  font-family: "fontello";
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #64748B;
  height: 40px;
  width: 40px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  border: 1.95px solid #000000;
  color: #000000;
}

.your-trust {
  background: #F9F9F9;
}
.your-trust__inner {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (max-width: 991px) {
  .your-trust__inner {
    gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .your-trust__inner {
    gap: 40px;
  }
}
.your-trust .trust-title em {
  font-style: normal;
  font-weight: 400;
}
.your-trust__title h2 {
  text-align: center;
  color: #000000;
}
.your-trust__icon-box-container {
  row-gap: 70px;
}
@media screen and (max-width: 991px) {
  .your-trust__icon-box-container {
    row-gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .your-trust__icon-box-container {
    row-gap: 35px;
  }
}
.your-trust__icon-box-container .description-secondary {
  font-weight: 400;
}
.your-trust__icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 26px;
  padding: 0 52px;
}
@media screen and (min-width: 1400px) {
  .your-trust__icon-box {
    padding: 0 75px;
  }
}
@media screen and (max-width: 1199px) {
  .your-trust__icon-box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .your-trust__icon-box {
    padding: 0;
    gap: 20px;
  }
}
.your-trust__icon-box-icon {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 48px;
  background-color: #ffffff;
  border: 12px solid rgba(223, 223, 223, 0.5803921569);
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .your-trust__icon-box-icon {
    width: 95px;
    height: 95px;
    padding: 16px;
    font-size: 36px;
  }
}
.your-trust__icon-box-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.your-trust__icon-box-title {
  font-family: "CustomInter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 1199px) {
  .your-trust__icon-box-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.oaka-promise {
  background-color: #F9F9F9;
}
@media screen and (min-width: 1400px) {
  .oaka-promise__content-container {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .oaka-promise__content-container {
    row-gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .oaka-promise__content-container {
    row-gap: 30px;
  }
}
.oaka-promise__title em {
  font-style: normal;
  font-weight: 400;
}
.oaka-promise__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .oaka-promise__content {
    gap: 30px;
  }
}
.oaka-promise__content h2 {
  margin-bottom: 26px;
}
@media screen and (max-width: 575px) {
  .oaka-promise__content h2 {
    margin-bottom: 18px;
  }
}
.oaka-promise__content .global-button a {
  font-weight: 600;
  color: #ffffff;
  background: #000000;
  border: 1.75px solid #000000;
  transition: all 800ms ease;
}
.oaka-promise__content .global-button a:hover {
  color: #000000;
  background: transparent;
}
.oaka-promise__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 575px) {
  .oaka-promise__list {
    gap: 20px;
  }
}
.oaka-promise__list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  .oaka-promise__list-item {
    gap: 18px;
  }
}
.oaka-promise__list-item .description-primary {
  font-weight: 600;
  color: #000000;
}
.oaka-promise__list-item .description-secondary {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
}
.oaka-promise__list-item::before {
  content: "\e80d";
  font-family: "fontello";
  font-size: 30px;
  color: #000000;
}
@media screen and (max-width: 575px) {
  .oaka-promise__list-item::before {
    font-size: 18px;
  }
}
.oaka-promise__image-container {
  position: sticky;
  top: 10px;
}
.oaka-promise__image-container .description-secondary {
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 0 10px;
  font-weight: 600;
  background: linear-gradient(89.88deg, #FFFFFF 0.1%, rgba(255, 255, 255, 0) 109.13%);
}

.product-anatomy__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 575px) {
  .product-anatomy__content {
    gap: 36px;
  }
}
.product-anatomy__content h2 {
  font-size: 40px;
  line-height: 58px;
}
@media screen and (min-width: 1400px) {
  .product-anatomy__content h2 {
    font-size: 48px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1199px) {
  .product-anatomy__content h2 {
    font-size: 35px;
    line-height: 52px;
  }
}
@media screen and (max-width: 425px) {
  .product-anatomy__content h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
.product-anatomy__content_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-anatomy__content_list-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.product-anatomy__content_list .number p {
  border-radius: 39px;
  border: 1.18px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 130.1%) border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 991px) {
  .product-anatomy__content_list .number p {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 425px) {
  .product-anatomy__content_list .number p {
    width: 30px;
    height: 30px;
  }
}
.product-anatomy__content_list .text p {
  font-weight: 400;
  color: #0B0C0E;
}
.product-anatomy__content_list .text p strong {
  font-weight: 600;
}
.product-anatomy__layer .anatomy-section__layer-container .anatomy-section__layer--2 {
  z-index: -1;
}
.product-anatomy__layer .anatomy-section__layer-container .anatomy-section__layer--3 {
  z-index: -2;
}
.product-anatomy__layer .anatomy-section__layer-container .anatomy-section__layer--4 {
  z-index: -3;
}
.product-anatomy__layer .anatomy-section__layer-container .anatomy-section__layer--5 {
  z-index: -4;
}
.product-anatomy__layer .anatomy-section__layer-container .anatomy-section__layer--6 {
  z-index: -5;
}
.product-anatomy__layer .anatomy-section__layer-container img {
  width: 100%;
  height: 100%;
}

.faq-section__inner .row {
  gap: 65px 0;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .row {
    gap: 48px 0;
  }
}
.faq-section__inner .rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list {
    gap: 16px;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  border-radius: 23px;
  border: 1.42px solid #E5E7EB;
  background-color: #ffffff;
  overflow: hidden;
  transition: all 0.4s ease;
}
.faq-section__inner .rank-math-list .rank-math-list-item::before {
  content: "\e805";
  font-family: "fontello";
  font-size: 18px;
  font-weight: 400;
  color: #141414;
  position: absolute;
  top: 24px;
  right: 25px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list .rank-math-list-item::before {
    top: 20px;
    font-size: 16px;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item .rank-math-question {
  background: #ffffff;
  padding: 22px 50px 22px 34px;
}
.faq-section__inner .rank-math-list .rank-math-list-item .rank-math-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.faq-section__inner .rank-math-list .rank-math-list-item .rank-math-answer p {
  margin: 0;
  padding: 22px 34px;
  background-color: #F9FAFB;
  font-weight: 400;
  color: #4B5563;
}
.faq-section__inner .rank-math-list .rank-math-list-item.active::before {
  transform: rotate(180deg);
}
.faq-section__inner .rank-math-list .rank-math-list-item.active .rank-math-answer {
  max-height: 500px;
  opacity: 1;
}
.faq-section__inner .rank-math-list .rank-math-list-item.active .rank-math-answer p {
  padding-top: 22px;
  padding-bottom: 22px;
}

.product-info__inner {
  display: flex;
  flex-direction: column;
  gap: 67px;
}
@media screen and (max-width: 767px) {
  .product-info__inner {
    gap: 50px;
  }
}
.product-info__text p {
  font-size: 40px;
  line-height: 57px;
  font-weight: 500;
  color: #737373;
  letter-spacing: -1.728px;
}
@media screen and (min-width: 1440px) {
  .product-info__text p {
    font-size: 57px;
    line-height: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .product-info__text p {
    font-size: 38px;
    line-height: 56px;
  }
}
@media screen and (max-width: 991px) {
  .product-info__text p {
    font-size: 33px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .product-info__text p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .product-info__text p {
    font-size: 24px;
  }
}
.product-info__text .product-info-description p br {
  display: none;
}
.product-info__text .product-info-description p .text-reveal-line:nth-child(3)::after,
.product-info__text .product-info-description p .text-reveal-line:nth-child(3)::before {
  content: "";
  display: block;
  height: 32px;
}
.product-info .animate-on-scroll .text-reveal-line {
  --highlight-progress: 0%;
  background: linear-gradient(to right, #0B0C0E var(--highlight-progress), #737373 var(--highlight-progress));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-repeat: no-repeat;
}
.product-info__logos {
  display: grid;
  grid-template-columns: repeat(9, 1fr)!important;
  grid-gap: 20px;
}
@media only screen and (max-width: 1399px) {
  .product-info__logos {
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 24px 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-info__logos {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .product-info__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .product-info__logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-info__logos_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.product-info__logos_item-image {
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0B0C0E 0%, rgba(11, 12, 14, 0.77) 100%);
  outline: 6px solid transparent;
  transition: all 0.6s;
}
.product-info__logos_item-image:hover {
  outline: 6px solid #C1C1C1;
}
@media screen and (min-width: 1400px) {
  .product-info__logos_item-image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .product-info__logos_item-image {
    width: 70px;
    height: 70px;
  }
}
.product-info__logos_item-image img {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}
@media screen and (min-width: 1400px) {
  .product-info__logos_item-image img {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .product-info__logos_item-image img {
    width: 32px;
    height: 32px;
  }
}
.product-info__logos_item p {
  font-weight: 500;
  color: #0B0C0E;
  text-align: center;
}
.product-info__logos_item p strong {
  font-weight: 700;
}
.product-info__social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-info__social p {
  font-weight: 500;
  color: #000000;
}
.product-info__social_inner ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-info__social_inner ul li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 0.957px solid #000000;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(9.5661087036px);
          backdrop-filter: blur(9.5661087036px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .product-info__social_inner ul li a {
    height: 40px;
    width: 40px;
  }
}
.product-info__social_inner ul li a:hover {
  background-color: #000000;
  text-decoration: none;
}
.product-info__social_inner ul li a:hover svg path {
  fill: #ffffff;
}
.product-info__social_inner ul li a svg {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .product-info__social_inner ul li a svg {
    height: 18px;
    width: 18px;
  }
}

.related-product h2,
.related-product h3 {
  margin: 0px !important;
}
.related-product__inner {
  display: flex;
  flex-direction: column;
  gap: 67px;
}
@media screen and (max-width: 767px) {
  .related-product__inner {
    gap: 40px;
  }
}
.related-product__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .related-product__item {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 767px) {
  .related-product__item {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.related-product__item li {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .related-product__item li {
    width: 100%;
    gap: 24px;
  }
}
.related-product__item li .wp-block-woocommerce-product-image {
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.related-product__item li .wp-block-woocommerce-product-image a {
  position: relative;
  z-index: 1;
  display: block;
}
.related-product__item li .wp-block-woocommerce-product-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 5;
}
.related-product__item li .wp-block-woocommerce-product-image img {
  width: 100%;
  height: auto;
  max-height: 540px;
  animation: smoothScale 6s ease-in-out infinite;
  transform-origin: center center;
}
.related-product__item li .related-product__item_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0px !important;
}
.related-product__item li .related-product__item_content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-product__item li .related-product__item_content-top h3 a {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #0B0C0E;
}
@media screen and (min-width: 1400px) {
  .related-product__item li .related-product__item_content-top h3 a {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .related-product__item li .related-product__item_content-top h3 a {
    font-size: 26px;
    line-height: 34px;
  }
}
.related-product__item li .related-product__item_content-top .product-size {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #6C6C6C;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  .related-product__item li .related-product__item_content-top .product-size {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .related-product__item li .related-product__item_content-top .product-size {
    font-size: 16px;
    line-height: 24px;
  }
}
.related-product__item li .related-product__item_content-category {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.related-product__item li .related-product__item_content-category .product-color,
.related-product__item li .related-product__item_content-category a {
  font-weight: 400;
  color: #475569;
}
.related-product__item li .related-product__item_content-category .taxonomy-product_cat a {
  position: relative;
}
.related-product__item li .related-product__item_content-category .taxonomy-product_cat a::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  background-color: #475569;
  border-radius: 99px;
  display: block;
  height: 3px;
  width: 3px;
}
.related-product__item li .related-product__item_content-category .taxonomy-pattern a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #475569;
}
@media screen and (min-width: 1400px) {
  .related-product__item li .related-product__item_content-category .taxonomy-pattern a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .related-product__item li .related-product__item_content-category .taxonomy-pattern a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .related-product__item li .related-product__item_content-category .taxonomy-pattern a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .related-product__item li .related-product__item_content-category .taxonomy-pattern a {
    font-size: 14px;
    line-height: 20px;
  }
}
.related-product__item li .related-product__item_content-category .wp-block-post-terms__separator {
  display: none;
}
.related-product__item li .related-product__item_content .wc-block-components-product-summary {
  margin: 0px;
}
.related-product__item li .related-product__item_content .wc-block-components-product-summary p {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #64748B;
}
@media screen and (min-width: 1400px) {
  .related-product__item li .related-product__item_content .wc-block-components-product-summary p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .related-product__item li .related-product__item_content .wc-block-components-product-summary p {
    font-size: 15px;
    line-height: 23px;
  }
}
.related-product__item li .wp-block-buttons {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -10%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .related-product__item li .wp-block-buttons {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .related-product__item li .wp-block-buttons {
    top: 450px;
  }
}
@media screen and (max-width: 575px) {
  .related-product__item li .wp-block-buttons {
    top: 58%;
  }
}
.related-product__item li .wp-block-buttons .wp-block-button__link {
  width: -moz-max-content;
  width: max-content;
}
.related-product__item li .wp-block-buttons .wp-block-button__link:hover {
  background-color: #ffffff;
}
.related-product__item li:hover .wp-block-buttons {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.related-product__item li:hover .wp-block-woocommerce-product-image a::after {
  opacity: 0;
}

@keyframes smoothScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.gallery-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 425px) {
  .gallery-hero__content {
    gap: 24px;
  }
}
.gallery-hero__content p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1400px) {
  .gallery-hero__content p {
    font-size: 24px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-hero__content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .gallery-hero__content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-hero .wp-block-spacer {
    height: 60px !important;
  }
}

.error-404-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 575px) {
  .error-404-page__inner {
    gap: 24px;
  }
}

.search__inner_heading {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.search__inner_heading form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search__inner_heading form .wp-block-search__label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #374151;
}
.search__inner_heading form .wp-block-search__inside-wrapper input {
  border-radius: 17px;
  border: 1.43px solid #D1D5DB;
  background: #ffffff;
  padding: 16px 24px;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #9CA3AF;
}
.search__inner_heading form .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "CustomInter", sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  padding: 16px 25px;
  border-radius: 17px;
  display: block;
  background: #000000;
  border: 1.75px solid #000000;
  transition: all 800ms ease;
}
.search__inner_heading form .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  color: #000000;
  background: #ffffff;
}
@media screen and (min-width: 1400px) {
  .search__inner_heading form .wp-block-search__inside-wrapper .wp-block-search__button {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (max-width: 991px) {
  .search__inner_heading form .wp-block-search__inside-wrapper .wp-block-search__button {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 20px;
  }
}
.search__inner_loop ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.search__inner_loop ul li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 991px) {
  .search__inner_loop ul li h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .search__inner_loop ul li h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 425px) {
  .search__inner_loop ul li h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.search__inner_loop ul li h3 a {
  color: #0B0C0E;
}
.search__inner_loop ul li .search__inner_loop--content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search__inner_loop ul li .search__inner_loop--content .wp-block-post-author__name {
  font-weight: 600;
}
.search__inner_loop ul li .search__inner_loop--content time {
  color: #737373;
}
.search__inner_loop ul li .search__inner_loop--content p,
.search__inner_loop ul li .search__inner_loop--content time {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1440px) {
  .search__inner_loop ul li .search__inner_loop--content p,
  .search__inner_loop ul li .search__inner_loop--content time {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .search__inner_loop ul li .search__inner_loop--content p,
  .search__inner_loop ul li .search__inner_loop--content time {
    font-size: 14px;
    line-height: 20px;
  }
}
.search__inner_loop ul li .wp-block-post-excerpt__excerpt {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1440px) {
  .search__inner_loop ul li .wp-block-post-excerpt__excerpt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .search__inner_loop ul li .wp-block-post-excerpt__excerpt {
    font-size: 14px;
    line-height: 20px;
  }
}

.about-info__content {
  display: flex;
  flex-direction: column;
}
.about-info__content--primary {
  gap: 44px;
}
@media screen and (max-width: 991px) {
  .about-info__content--primary {
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .about-info__content--primary {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about-info__content--primary {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 991px) {
  .about-info__content--primary figure {
    text-align: center;
  }
}
.about-info__content--primary img {
  max-width: 90%;
}
@media screen and (max-width: 991px) {
  .about-info__content--primary img {
    max-width: 100%;
  }
}
.about-info__content__title em {
  font-style: normal !important;
}
.about-info__content--secondary {
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .about-info__content--secondary {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-info__content--secondary {
    gap: 30px;
  }
}
.about-info__image-container {
  position: relative;
}
.about-info__image-container p {
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 0 10px;
  font-weight: 600;
  color: #000000;
  background: linear-gradient(89.88deg, #FFFFFF 0.1%, rgba(255, 255, 255, 0) 109.13%);
}
.about-info__description {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .about-info__description {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about-info__description {
    gap: 30px;
  }
}
.about-info__description p {
  color: rgba(0, 0, 0, 0.3);
}
.about-info__description strong {
  color: #000000;
}
.about-info__watermark {
  padding-top: 70px;
  padding-left: 70px;
}
@media screen and (min-width: 1400px) {
  .about-info__watermark {
    padding-top: 95px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .about-info__watermark {
    padding-top: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-info__watermark {
    padding-top: 40px;
    padding-left: 0;
  }
}
.about-info__watermark img {
  width: 100%;
}

.about-vision__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
}
@media screen and (min-width: 1400px) {
  .about-vision__inner {
    gap: 68px;
  }
}
@media screen and (max-width: 991px) {
  .about-vision__inner {
    gap: 45px;
  }
}
.about-vision em {
  font-style: normal;
  font-weight: 400;
}
.about-vision__title {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about-vision__projects {
    row-gap: 40px;
  }
}
.about-vision__project-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.about-vision__project-box .description-primary {
  font-weight: 600;
  color: #000000;
}
.about-vision__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-vision__quote h3 {
  margin-top: -28px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about-vision__quote h3 {
    margin-top: -24px;
  }
}
@media screen and (max-width: 575px) {
  .about-vision__quote h3 {
    margin-top: -18px;
  }
}

.home-vision__project-box figure {
  height: 100%;
}
.home-vision__project-box figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.simple-content__inner .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .simple-content__inner .wp-block-post-content {
    gap: 14px;
  }
}
.simple-content__inner .wp-block-post-content p,
.simple-content__inner .wp-block-post-content li {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1400px) {
  .simple-content__inner .wp-block-post-content p,
  .simple-content__inner .wp-block-post-content li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .simple-content__inner .wp-block-post-content p,
  .simple-content__inner .wp-block-post-content li {
    font-size: 16px;
    line-height: 22px;
  }
}
.simple-content__inner .wp-block-post-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: unset;
  padding-left: 20px;
}

.about-collection__heading p {
  font-size: 34px;
  line-height: 54px;
  font-weight: 600;
  color: #B1B1B1;
}
@media screen and (min-width: 1440px) {
  .about-collection__heading p {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .about-collection__heading p {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .about-collection__heading p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-collection__heading p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 425px) {
  .about-collection__heading p {
    font-size: 22px;
    line-height: 32px;
  }
}
.about-collection__boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 64px 0 18px 0;
}
@media screen and (max-width: 1199px) {
  .about-collection__boxes {
    padding: 36px 0 24px 0;
    flex-wrap: wrap;
  }
}
.about-collection__boxes hr.wp-block-separator {
  opacity: 1;
  width: 2px;
  height: 160px;
  border: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.07) 0%, rgba(102, 102, 102, 0.17) 100%);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .about-collection__boxes hr.wp-block-separator {
    display: none;
  }
}
.about-collection__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .about-collection__box {
    gap: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-collection__box {
    width: 46%;
    gap: 8px 0;
  }
}
.about-collection__box h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 1440px) {
  .about-collection__box h3 {
    font-size: 66px;
    line-height: 66px;
  }
}
@media screen and (max-width: 1199px) {
  .about-collection__box h3 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 991px) {
  .about-collection__box h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about-collection__box h3 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 425px) {
  .about-collection__box h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.about-collection__box p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
}
@media screen and (min-width: 1440px) {
  .about-collection__box p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .about-collection__box p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about-collection__box p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-collection__box p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .about-collection__box p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 425px) {
  .about-collection__box p {
    font-size: 15px;
    line-height: 23px;
  }
}
.about-collection__banner {
  display: flex;
  justify-content: end;
}
.about-collection__banner img {
  transform: translateX(150px);
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.instafeed__inner {
  display: flex;
  flex-direction: column;
  gap: 67px;
}
@media screen and (max-width: 991px) {
  .instafeed__inner {
    gap: 44px;
  }
}
@media screen and (max-width: 425px) {
  .instafeed__inner {
    gap: 36px;
  }
}
.instafeed__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .instafeed__top {
    gap: 18px;
  }
}
.instafeed__top p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding: 13px 25px 13px 45px;
  border: 1px solid #000000;
  border-radius: 99px;
}
@media screen and (max-width: 991px) {
  .instafeed__top p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .instafeed__top p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 25px 10px 45px;
  }
}
@media screen and (max-width: 425px) {
  .instafeed__top p {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 25px 10px 45px;
  }
}
.instafeed__top p strong {
  font-weight: 600;
}
.instafeed__top p a {
  color: #000000;
}
.instafeed__top p::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("./../images/instagram-logo-small.webp") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 425px) {
  .instafeed__top p::before {
    width: 16px;
    height: 16px;
  }
}
.instafeed__top h2 {
  font-weight: 600;
  letter-spacing: -3.34px;
}
.instafeed__top h2 strong {
  font-weight: 600;
  position: relative;
}
.instafeed__top h2 strong::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin: -8px 8px 0px 0px;
  background: url("./../images/instagram-logo-large.webp") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .instafeed__top h2 strong::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .instafeed__top h2 strong::before {
    width: 35px;
    height: 35px;
    margin: -8px 8px 0px 8px;
  }
}
@media screen and (max-width: 575px) {
  .instafeed__top h2 strong::before {
    width: 25px;
    height: 25px;
    margin: -8px 5px 0px 5px;
  }
}
@media screen and (max-width: 425px) {
  .instafeed__top h2 strong::before {
    width: 20px;
    height: 20px;
    margin: -6px 5px 0px 5px;
  }
}
.instafeed__content #sb_instagram {
  padding-bottom: 0 !important;
}
.instafeed__content .sb_instagram_header {
  display: none;
}
.instafeed__content .sbi_item {
  box-shadow: 0px 6.44px 64.39px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #ffffff;
}
.instafeed__content .sbi_item svg {
  display: none !important;
}
.instafeed__content #sbi_load {
  display: none;
}
@media screen and (max-width: 991px) {
  .instafeed__content #sb_instagram.sbi_col_3 #sbi_images,
  .instafeed__content #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .instafeed__content #sb_instagram.sbi_col_3 #sbi_images,
  .instafeed__content #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    gap: 28px !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 767px) {
  .instafeed__content .sbi_photo {
    height: 100% !important;
  }
}

.profile-collection__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .profile-collection__inner {
    gap: 30px;
  }
}
.profile-collection__loop ul {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}
@media screen and (max-width: 991px) {
  .profile-collection__loop ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
.profile-collection__loop ul li {
  position: relative;
}
.profile-collection__loop ul li h2 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .profile-collection__loop ul li h2 {
    margin-bottom: 0;
  }
}
.profile-collection__loop ul li .wp-block-post-featured-image {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile-collection__loop ul li .wp-block-post-featured-image {
    margin-bottom: 14px;
  }
}
.profile-collection__loop ul li .wp-block-post-featured-image a {
  position: relative;
  z-index: 1;
  display: block;
}
.profile-collection__loop ul li .wp-block-post-featured-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 5;
}
.profile-collection__loop ul li .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  max-height: 540px;
  animation: smoothScale 6s ease-in-out infinite;
  transform-origin: center center;
}
.profile-collection__loop ul li .wp-block-post-excerpt p {
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  color: #64748B;
}
@media screen and (min-width: 1440px) {
  .profile-collection__loop ul li .wp-block-post-excerpt p {
    font-size: 19px;
  }
}

@keyframes smoothScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.accessories-hero .row {
  align-items: center;
}
.accessories-hero__image figure {
  height: 100%;
}
.accessories-hero__image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1199px) {
  .accessories-hero__image img {
    height: 340px;
  }
}
@media screen and (max-width: 575px) {
  .accessories-hero__image img {
    height: 280px;
  }
}

.home-video__inner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 5;
}
.home-video__inner .sticky-panel {
  position: sticky !important;
  top: 0px !important;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.home-video__inner .horizontal-scroll-wrapper {
  display: flex;
  height: 100vh;
  will-change: transform;
}
.home-video__inner .horizontal-section {
  width: 100%;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.home-video__inner .video-wrapper {
  height: 70%;
  max-height: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home-video__inner .video-wrapper {
    height: 60%;
  }
}
@media screen and (max-width: 767px) {
  .home-video__inner .video-wrapper {
    height: 50%;
  }
}
@media screen and (max-width: 425px) {
  .home-video__inner .video-wrapper {
    height: 42%;
  }
}
.home-video__leftside {
  width: 100%;
  height: 100%;
}
.home-video__leftside figure,
.home-video__leftside video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.home-video__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 122px 0 0;
    text-align: left;
}
@media screen and (max-width: 991px) {
  .home-video__content {
    padding: 0px 20px 0px 0px;
  }
}
.home-video__content h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .home-video__content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .home-video__content h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.home-video__content p {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .home-video__content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .home-video__content p {
    font-size: 12px;
    line-height: 20px;
  }
}

body.product-pattern-profile .accessories-product-hero,
body.product-pattern-skirting .accessories-product-hero {
  display: flex;
}

.accessories-product-hero {
  display: none;
}
.accessories-product-hero .single-product-tabs__nav {
  display: none;
}
.accessories-product-hero ::-webkit-scrollbar {
  display: none;
}
.accessories-product-hero .single-product-tabs__content {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (max-width: 575px) {
  .accessories-product-hero .single-product-tabs__content {
    gap: 36px;
  }
}
.accessories-product-hero .single-product-tabs__content h2,
.accessories-product-hero .single-product-tabs__content h3.tabs-title {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #141414;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .accessories-product-hero .single-product-tabs__content h2,
  .accessories-product-hero .single-product-tabs__content h3.tabs-title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 425px) {
  .accessories-product-hero .single-product-tabs__content h2,
  .accessories-product-hero .single-product-tabs__content h3.tabs-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.accessories-product-hero__gallery {
  position: sticky;
  top: 130px;
}
.accessories-product-hero__gallery figure img {
  border-radius: 12px;
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 1199px) {
  .accessories-product-hero__gallery figure img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-product-hero__gallery figure img {
    height: 450px;
  }
}
@media screen and (max-width: 425px) {
  .accessories-product-hero__gallery figure img {
    height: 400px;
  }
}
.accessories-product-hero .tab-content {
  display: block;
}/*# sourceMappingURL=main.css.map */


p.description-primary-one {
    font-weight: 400 !important;
}

.wp-block-group.row.horizontal-section.design-hide.is-layout-flow.wp-block-group-is-layout-flow {
    display: none;
}

figure.wp-block-image.size-large.is-style-default.interior-img img {
    /* border-radius: 20px; */
    border-radius: 20px !important;
}

.about-hero__bg-img figure{
  background-image: url("https://oakafloors.com/wp-content/uploads/2026/02/about-banner-1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

.about-hero__bg-img figure img{
  opacity: 0;
}

.wp-block-woocommerce-product-meta {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}