@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Inter";
  border-radius: 8px;
  padding: 15px 16px;
}
input:hover, input:focus, input:focus-visible,
select:hover,
select:focus,
select:focus-visible,
textarea:hover,
textarea:focus,
textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-margin-bottom {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 40px;
  }
}

.section-ifram_embed_code iframe {
  width: 100%;
}

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .back-to-top {
    right: 25px;
    bottom: 25px;
  }
}
.back-to-top .img-wrap {
  width: 62px;
  height: 62px;
  border: 1.48px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s linear;
  display: none;
}
.back-to-top .img-wrap.show {
  display: flex;
}
@media (max-width: 1199px) {
  .back-to-top .img-wrap {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1024px) {
  .back-to-top .img-wrap {
    width: 40px;
    height: 40px;
  }
}
.back-to-top .img-wrap:hover {
  transform: scale(0.9);
}
.back-to-top .img-wrap img {
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .back-to-top .img-wrap img {
    width: 10px;
    height: 10px;
  }
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.post,
.page {
  margin: 0;
}

p {
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 150%;
  word-break: break-word;
}
p:not(:last-child) {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

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

h1,
.h1 {
  font-family: "Cormorant";
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 62px;
  }
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-family: "Cormorant";
  font-size: 62px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-family: "Cormorant";
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1899px) {
  h3,
  .h3 {
    font-size: 48px;
  }
}
@media (max-width: 1600px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-family: "Cormorant";
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-family: "Inter";
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1440px) {
  h5,
  .h5 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-family: "Inter";
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1440px) {
  h6,
  .h6 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

.top-header {
  background-color: #688768;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Inter";
  font-size: 16px;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: -15px;
  padding-bottom: 15px;
}
.top-header .text-slider {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 20s linear infinite;
  padding: 16px;
}
@media (max-width: 1199px) {
  .top-header .text-slider {
    padding: 10px 15px;
    margin-bottom: 0px;
  }
}
.top-header .content {
  display: flex;
  align-items: center;
}
.top-header span {
  margin-right: 26px;
}
.top-header span.dot {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.site-header {
  padding: 30px 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 51px;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .site-header {
    padding: 20px 0;
    top: 39px;
    background-color: #844556;
  }
}
.site-header.sticky-top {
  top: 0;
  background-color: #844556;
}
@media (max-width: 1199px) {
  .site-header.sticky-top .main-navigation .menu-wrapper {
    top: 78px;
    height: calc(100vh - 78px);
  }
}
@media (max-width: 767px) {
  .site-header.sticky-top .main-navigation .menu-wrapper {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
.site-header .container {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .site-header .container {
    gap: 20px;
  }
}
.site-header .main-navigation {
  max-width: calc(57% - 20px);
  width: 100%;
}
@media (max-width: 1440px) {
  .site-header .main-navigation {
    max-width: calc(65% - 14px);
  }
}
@media (max-width: 1199px) {
  .site-header .main-navigation {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.site-header .main-navigation ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 6px;
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li {
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li:hover a {
    color: #ffffff;
  }
}
.site-header .main-navigation ul.menu > li.current_page_item > a::before, .site-header .main-navigation ul.menu > li.current-page-parent > a::before {
  transform: translateY(0px);
}
.site-header .main-navigation ul.menu > li a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  z-index: 0;
  overflow: hidden;
  border-radius: 100px;
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li a {
    padding: 10px 20px 10px 0;
  }
}
.site-header .main-navigation ul.menu > li a:hover:before {
  transform: translateY(0px);
  top: 0;
}
.site-header .main-navigation ul.menu > li a:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #688768;
  transform: translateY(100%);
  z-index: -1;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li a:before {
    display: none;
  }
}
.site-header .main-navigation ul.menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 42px;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children > a:after {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 12px;
  height: 16px;
  content: "";
  background-image: url(../images/dropdown.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.4s linear;
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li.menu-item-has-children > a:after {
    display: none;
  }
}
.site-header .main-navigation ul.menu > li.menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li.menu-item-has-children .submenu-toggle {
    right: 20px;
    width: 12px;
    height: 16px;
    background-image: url(../images/dropdown.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.4s linear;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li.menu-item-has-children.focus .sub-menu {
    opacity: 1;
    transform: translateY(0);
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.site-header .main-navigation ul.menu > li.menu-item-has-children.focus .submenu-toggle {
  transform: rotate(180deg);
}
.site-header .main-navigation ul.menu > li.menu-item-has-children .sub-menu {
  background-color: #688768;
  border-radius: 20px;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li.menu-item-has-children .sub-menu {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding-left: 20px;
    background: inherit;
    box-shadow: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
    height: 100%;
    max-height: 0;
  }
}
.site-header .main-navigation ul.menu > li.menu-item-has-children .sub-menu a {
  overflow: inherit;
  transition: all 0.2s;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children .sub-menu a:hover {
  color: #844556;
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu > li.menu-item-has-children .sub-menu a:hover {
    color: #ffffff;
  }
}
.site-header .main-navigation ul.menu > li.menu-item-has-children .sub-menu a::before {
  display: none;
}
@media (max-width: 1199px) {
  .site-header .main-navigation ul.menu {
    gap: 30px;
    flex-flow: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .site-header .main-navigation ul.menu {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .site-header .main-navigation .menu-toggle {
    width: 28px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
  }
  .site-header .main-navigation .menu-toggle > div {
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .site-header .main-navigation .menu-toggle[aria-expanded=true] > div.one {
    transform: rotate(45deg) translate(2px, 3px);
  }
  .site-header .main-navigation .menu-toggle[aria-expanded=true] > div.two {
    opacity: 0;
  }
  .site-header .main-navigation .menu-toggle[aria-expanded=true] > div.three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
}
@media (max-width: 1199px) {
  .site-header .main-navigation .menu-wrapper {
    position: fixed;
    right: 0;
    top: 117px;
    width: 300px;
    height: calc(100vh - 117px);
    background-color: #844556;
    transform: translateX(100%);
    transition: all 0.5s linear;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    overflow: auto;
    gap: 30px;
  }
  .site-header .main-navigation .menu-wrapper .current_page_item {
    border-bottom: 1px solid #ffffff;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-header .main-navigation .menu-wrapper {
    top: 109px;
    height: calc(100vh - 109px);
  }
}
.site-header .main-navigation.toggled .menu-wrapper {
  transform: translateX(0);
}
.site-header .site-branding {
  width: 100%;
  max-width: calc(23% - 20px);
  line-height: 0;
}
@media (max-width: 1440px) {
  .site-header .site-branding {
    max-width: calc(23% - 14px);
  }
}
@media (max-width: 1199px) {
  .site-header .site-branding {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.site-header .site-branding .custom-logo-link {
  line-height: 0;
}
@media (max-width: 1199px) {
  .site-header .site-branding .custom-logo-link img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .site-header .site-branding .custom-logo-link img {
    max-width: 200px;
  }
}
.site-header .site-icons {
  width: 100%;
  max-width: calc(20% - 20px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
  position: relative;
}
@media (max-width: 1440px) {
  .site-header .site-icons {
    max-width: calc(12% - 14px);
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .site-header .site-icons {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.site-header .site-icons a,
.site-header .site-icons span {
  line-height: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site-header .site-icons a img,
.site-header .site-icons span img {
  transition: all 0.3s linear;
}
.site-header .site-icons a:hover img,
.site-header .site-icons span:hover img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(15%) saturate(621%) hue-rotate(71deg) brightness(98%) contrast(87%);
}
.site-header .site-icons a:hover, .site-header .site-icons a:focus, .site-header .site-icons a:focus-visible,
.site-header .site-icons span:hover,
.site-header .site-icons span:focus,
.site-header .site-icons span:focus-visible {
  outline: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .site-header .site-icons.mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-header .site-icons.desktop {
    display: none;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0px);
  }
}
form.woocommerce-product-search {
  position: absolute;
  top: 101%;
  display: flex;
  background: #fff;
  border-radius: 30px;
  right: 0%;
  width: 0;
  opacity: 0;
  transition: width 0.4s;
  visibility: hidden;
  height: 0;
  padding: 0;
}
form.woocommerce-product-search input {
  border: 0;
  font-size: 16px;
  color: #000000;
  width: 100%;
}
form.woocommerce-product-search button {
  border: 0;
  background: #688768;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
form.woocommerce-product-search button:hover {
  background: #844556;
}
form.woocommerce-product-search.open {
  opacity: 1;
  width: 330px;
  visibility: visible;
  height: auto;
  padding: 10px;
}
form.woocommerce-product-search.open .search_product img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(15%) saturate(621%) hue-rotate(71deg) brightness(98%) contrast(87%);
}
@media (max-width: 1199px) {
  form.woocommerce-product-search.open {
    width: 270px;
    left: 0;
    bottom: 40px;
    top: auto;
  }
}

.site-footer {
  color: #ffffff;
  background-color: #688768;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.site-footer .footer-info {
  background-color: #844556;
  padding: 40px 0;
}
.site-footer .footer-info .ctm_icttl_inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1640px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .site-footer .footer-info .ctm_icttl_inner {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box {
    width: 100%;
  }
}
.site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box h6 {
    font-size: 16px;
  }
}
.site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box p {
  line-height: 28px;
}
@media (max-width: 767px) {
  .site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box p {
    font-size: 14px;
  }
}
.site-footer .footer-info .ctm_icttl_inner .ctm_icttl__box .ctm_icttl__img {
  background: rgba(255, 255, 255, 0.4);
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 11px;
}
.site-footer .footer-top {
  padding-top: 71px;
  padding-bottom: 30px;
}
.site-footer .footer-top ul.nav-links {
  list-style: none;
}
@media (max-width: 1600px) {
  .site-footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.site-footer .footer-top .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1600px) {
  .site-footer .footer-top .container {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-top .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top .container {
    grid-template-columns: 1fr;
  }
}
.site-footer .footer-top h2 {
  font-size: 24px;
  line-height: 28.8px;
  font-family: "DM Sans";
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.site-footer .footer-top a {
  font-size: 20px;
  font-weight: 400;
  font-family: "DM Sans";
  letter-spacing: 0;
  line-height: 46px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .site-footer .footer-top a {
    font-size: 16px;
  }
}
.site-footer .footer-top .site-footer-primary-section-1 p {
  font-size: 20px;
  line-height: 46px;
  opacity: 0.7;
  font-family: "DM Sans";
  margin-bottom: 35px;
}
.site-footer .footer-top .site-footer-primary-section-1 ul.footer__list-social {
  display: flex;
  gap: 10px;
  list-style: none;
}
.site-footer .footer-top .site-footer-primary-section-1 ul.footer__list-social li a.link.list-social__link {
  display: block;
}
.site-footer .footer-top .site-footer-primary-section-1 ul.footer__list-social li a.link.list-social__link:hover span.svg-wrapper {
  background-color: #844556;
}
.site-footer .footer-top .site-footer-primary-section-1 ul.footer__list-social li a.link.list-social__link span.svg-wrapper {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}
.site-footer .footer-top .site-footer-primary-section-2 a {
  opacity: 0.7;
}
.site-footer .footer-top .site-footer-primary-section-2 a:hover {
  opacity: 1;
}
.site-footer .footer-top .site-footer-primary-section-3 p {
  line-height: 140% !important;
  opacity: 0.7;
}
.site-footer .footer-top .site-footer-primary-section-3 a {
  line-height: 140% !important;
  opacity: 0.7;
}
.site-footer .footer-top .site-footer-primary-section-3 a:hover {
  opacity: 1;
}
.site-footer .footer-top .site-footer-primary-section-3 ul {
  padding-right: 10%;
  list-style: none;
}
.site-footer .footer-top .site-footer-primary-section-3 ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  align-items: start;
}
.site-footer .footer-top .site-footer-primary-section-3 ul li span {
  width: 24px;
  height: 24px;
  min-width: 24px;
  line-height: 30px;
}
.site-footer .footer-top .site-footer-primary-section-3 ul li span img {
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-top .site-footer-primary-section-3 ul li p,
.site-footer .footer-top .site-footer-primary-section-3 ul li a {
  opacity: 0.7;
  font-size: 20px;
  line-height: 46px;
  font-family: "DM Sans";
}
@media (max-width: 1440px) {
  .site-footer .footer-top .site-footer-primary-section-3 ul li p,
  .site-footer .footer-top .site-footer-primary-section-3 ul li a {
    font-size: 16px;
  }
}
.site-footer .footer-top .site-footer-primary-section-3 ul li a:hover {
  opacity: 1;
}
.site-footer .footer-top .site-footer-primary-section-4.timings {
  background: rgba(0, 0, 0, 0.1019607843);
  padding: 20px 32px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .site-footer .footer-top .site-footer-primary-section-4.timings {
    padding: 20px 22px;
    min-width: 310px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top .site-footer-primary-section-4.timings {
    min-width: 100%;
    width: 100%;
    max-width: 50%;
  }
}
.site-footer .footer-top .site-footer-primary-section-4.timings .timings-list {
  list-style: none;
}
.site-footer .footer-top .site-footer-primary-section-4.timings .timings-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.site-footer .footer-top .site-footer-primary-section-4.timings .timings-list li p {
  font-size: 20px;
  line-height: 46px;
  opacity: 0.7;
  font-family: "DM Sans";
}
@media (max-width: 1440px) {
  .site-footer .footer-top .site-footer-primary-section-4.timings .timings-list li p {
    font-size: 16px;
  }
}
.site-footer .footer-top .site-footer-primary-section-4.timings .timings-list li p:only-child {
  width: 100%;
  text-align: right;
}
.site-footer .footer-form {
  background: #527252;
  color: #fff;
  padding: 20px 0;
  border-width: 1px 0 1px 0;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.2509803922);
}
.site-footer .footer-form .news-letterwrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .site-footer .footer-form .news-letterwrapper {
    flex-direction: column;
  }
}
.site-footer .footer-form .news-letterwrapper .gform_ajax_spinner,
.site-footer .footer-form .news-letterwrapper .gform-loader {
  display: none !important;
}
.site-footer .footer-form .news-letterwrapper label {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .site-footer .footer-form .news-letterwrapper label {
    font-size: 18px;
  }
}
.site-footer .footer-form .news-letterwrapper div#gform_2_validation_container {
  display: none;
}
.site-footer .footer-form .news-letterwrapper form div#validation_message_2_1.validation_message {
  position: absolute;
  color: #ff0000;
  margin: 0;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  display: flex;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label label.gfield_label.gform-field-label {
  display: none;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .gfield.gfield--type-email {
  width: 410px;
}
@media (max-width: 991px) {
  .site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .gfield.gfield--type-email {
    min-width: 300px;
    width: 100%;
  }
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .ginput_container.ginput_container_email input {
  background: transparent;
  border: 0;
  height: 54px;
  color: #ffffff;
  font-size: 18px;
  font-family: "DM Sans";
  font-weight: 400;
  padding-right: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .ginput_container.ginput_container_email input {
    font-size: 16px;
  }
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .ginput_container.ginput_container_email input:focus, .site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .ginput_container.ginput_container_email input:focus-visible {
  outline: none;
  border: 0;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .ginput_container.ginput_container_email input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
  font-size: 18px;
  font-family: "DM Sans";
  font-weight: 400;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label .ginput_container.ginput_container_email input::placeholder {
  color: #ffffff;
  opacity: 0.6;
  font-size: 18px;
  font-family: "DM Sans";
  font-weight: 400;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label div#field_submit {
  position: absolute;
  right: 0;
  z-index: 0;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label div#field_submit input[type=submit] {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url(../images/right-purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  font-size: 0;
}
.site-footer .footer-form .news-letterwrapper form .gform-body.gform_body .gform_fields.top_label div#field_submit input[type=submit]:focus {
  outline: none;
  border: 0;
}
.site-footer .footer-bottom {
  background: #527252;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer .footer-bottom p {
  font-size: 18px;
  margin: 0;
}
.site-footer .gform_footer.top_label {
  margin: 0;
}

.btn {
  padding: 16px 52px 16px 30px;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  border-radius: 100px;
  font-weight: 400;
  border: 1px solid #ffffff;
  font-family: "Inter";
  background: transparent;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn:visited {
  color: #ffffff;
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 16px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/right-aerow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
.btn::before {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #688768;
  z-index: -1;
  transition: all 0.5s;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover::before {
  bottom: 0;
  color: inherit;
}
.btn.green-btn {
  background-color: #688768;
}
.btn.green-btn::before {
  background-color: #844556;
}
.btn.red-btn::before {
  background-color: #844556;
}
.btn.red-btn:focus, .btn.red-btn:focus-visible, .btn.red-btn:active {
  color: #ffffff;
}
.btn.black-btn {
  border-color: #000000;
  color: #000000;
}
.btn.black-btn::before {
  background-color: #688768;
}
.btn.black-btn::after {
  background-image: url(../images/black-right-aerrow.svg);
}
.btn.black-btn:focus, .btn.black-btn:focus-visible, .btn.black-btn:active {
  color: #000000;
}

a:visited {
  color: #ffffff;
}

.home-hero {
  position: relative;
  padding: 250px 0;
  background-color: #688768;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home-hero {
    padding: 200px 0 150px;
  }
}
.home-hero .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: -1;
}
.home-hero .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.home-hero .inner-html {
  width: 100%;
  max-width: 1640px;
  margin: auto;
}
.home-hero .inner-html h1 {
  color: #ffffff;
}
.home-hero .inner-html h1 img {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .home-hero .inner-html h1 img {
    max-width: 10%;
  }
}
.home-hero .inner-html p {
  color: #ffffff;
  margin: 0;
}
.home-hero .inner-html .text-wrapper {
  display: flex;
  flex-flow: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
}
@media (max-width: 1199px) {
  .home-hero .inner-html .text-wrapper {
    max-width: 500px;
  }
}
.home-hero .inner-html .text-wrapper .btn {
  margin-top: 20px;
}

.logo-slider {
  background: #688768;
  padding: 30px 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.logo-slider .logo-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.logo-slider .logo-wrapper .swiper-slide {
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.logo-slider .logo-wrapper img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.best-seller {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .best-seller {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .best-seller {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .best-seller {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .best-seller {
    padding: 50px 0;
  }
}
.best-seller .inner-html {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 1199px) {
  .best-seller .inner-html {
    gap: 50px;
  }
}
.best-seller .heading {
  padding: 0 15px;
  text-align: center;
}
.best-seller .best-seller-slider {
  padding-left: 60px;
  width: 100%;
}
@media (max-width: 1830px) {
  .best-seller .best-seller-slider {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .best-seller .best-seller-slider {
    padding-right: 15px;
  }
}
.best-seller .grid-item {
  padding-left: 33px;
}
.best-seller .grid-item:hover {
  cursor: pointer;
}
.best-seller .grid-item:hover .hover-text {
  transform: translateY(0);
}
.best-seller .grid-item:hover .img-wrap .badge-text {
  left: -10px;
}
.best-seller .grid-item .img-wrap {
  position: relative;
  border-radius: 13.85px;
  padding: 0 42px 12px 72px;
  line-height: 0;
  width: 100%;
  z-index: 1;
}
.best-seller .grid-item .img-wrap:After {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: "";
  background: #844556;
  z-index: -1;
  border-radius: 13.85px;
}
.best-seller .grid-item .img-wrap img {
  z-index: 1;
  position: relative;
  aspect-ratio: 1/1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.best-seller .grid-item .img-wrap .badge-text {
  position: absolute;
  width: 148px;
  height: 36px;
  border-radius: 5px;
  padding: 7px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(to right, rgb(236, 216, 31), rgba(236, 216, 31, 0.6));
  top: 35%;
  left: -33px;
  z-index: 0;
  transition: all 0.5s linear;
}
.best-seller .grid-item .img-wrap .badge-text span {
  font-family: "Cormorant";
  font-weight: 600;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  font-size: 22px;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .best-seller .grid-item .img-wrap .badge-text span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .best-seller .grid-item .img-wrap .badge-text span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .best-seller .grid-item .img-wrap .badge-text span {
    font-size: 16px;
  }
}
.best-seller .text-wrap {
  margin-top: 26px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.best-seller .text-wrap p {
  color: #000000;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 991px) {
  .best-seller .text-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .best-seller .text-wrap p {
    font-size: 16px;
  }
}
.best-seller .hover-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateY(150%);
  transition: all 0.3s linear;
  padding-bottom: 10px;
}
.best-seller .hover-text a {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  position: relative;
}
.best-seller .hover-text a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.best-seller .hover-text a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.best-seller .hover-text a:visited {
  color: #000000;
}
.best-seller .hover-text a:hover {
  color: #844556;
}
@media (max-width: 1024px) {
  .best-seller .swiper-nav {
    margin-top: 20px;
  }
}

.our-nutrition {
  padding: 120px 0;
  position: relative;
  overflow-x: clip;
  z-index: 0;
}
@media (max-width: 1600px) {
  .our-nutrition {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .our-nutrition {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .our-nutrition {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .our-nutrition {
    padding: 50px 0;
  }
}
.our-nutrition:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/nutrition_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.our-nutrition .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1600px) {
  .our-nutrition .inner-html {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .our-nutrition .inner-html {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .our-nutrition .inner-html {
    gap: 30px;
  }
}
.our-nutrition .img-wrap {
  line-height: 0;
  width: 100%;
  max-width: calc(38% - 40px);
}
@media (max-width: 1600px) {
  .our-nutrition .img-wrap {
    max-width: calc(38% - 30px);
  }
}
@media (max-width: 1199px) {
  .our-nutrition .img-wrap {
    max-width: calc(38% - 20px);
  }
}
@media (max-width: 991px) {
  .our-nutrition .img-wrap {
    max-width: 100%;
  }
}
.our-nutrition .img-wrap img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-nutrition .content-wrap {
  width: 100%;
  max-width: calc(62% - 40px);
  display: flex;
  flex-flow: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1600px) {
  .our-nutrition .content-wrap {
    max-width: calc(62% - 30px);
  }
}
@media (max-width: 1199px) {
  .our-nutrition .content-wrap {
    max-width: calc(62% - 20px);
  }
}
@media (max-width: 991px) {
  .our-nutrition .content-wrap {
    max-width: 100%;
  }
}
.our-nutrition .content-wrap h3 {
  max-width: 88%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .our-nutrition .content-wrap h3 {
    max-width: 100%;
  }
}
.our-nutrition .content-wrap .btn {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .our-nutrition .content-wrap .btn {
    margin-top: 0;
  }
}
.our-nutrition .content-wrap p {
  color: #FFFFFF;
  max-width: 56%;
}
@media (max-width: 991px) {
  .our-nutrition .content-wrap p {
    max-width: 100%;
  }
}
.our-nutrition .fixed-img {
  position: absolute;
  bottom: -63px;
  right: -63px;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .our-nutrition .fixed-img {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .our-nutrition .fixed-img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .our-nutrition .fixed-img {
    max-width: calc(100% - 30px);
    position: relative;
    top: 30px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.our-nutrition .fixed-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.radiation-guard {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .radiation-guard {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .radiation-guard {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .radiation-guard {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .radiation-guard {
    padding: 50px 0;
  }
}
.radiation-guard .inner-html {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 1199px) {
  .radiation-guard .inner-html {
    gap: 50px;
  }
}
.radiation-guard .heading {
  padding: 0 15px;
  text-align: center;
}
.radiation-guard .radiation-slider {
  padding-left: 60px;
  width: 100%;
}
@media (max-width: 1830px) {
  .radiation-guard .radiation-slider {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .radiation-guard .radiation-slider {
    padding-right: 15px;
  }
}
.radiation-guard .grid-item {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  flex-flow: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.radiation-guard .grid-item:hover {
  cursor: pointer;
}
.radiation-guard .grid-item:hover .img-wrap > img {
  transform: scale(1.1);
}
.radiation-guard .grid-item:hover .hover-text {
  transform: translateY(0px);
}
.radiation-guard .grid-item:hover .icons {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.radiation-guard .grid-item:hover .icons > div {
  width: 60px;
  height: 60px;
}
.radiation-guard .img-wrap {
  line-height: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 12%;
}
.radiation-guard .img-wrap:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/product_Bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.radiation-guard .img-wrap > img {
  transition: all 0.3s linear;
  aspect-ratio: 1/1.15;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.radiation-guard .hover-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: all 0.5s linear;
  z-index: 2;
}
.radiation-guard .hover-text .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #688768;
  white-space: nowrap;
}
.radiation-guard .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s linear;
}
.radiation-guard .icons > div {
  background: #ffffff;
  border-radius: 13.85px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  transition: all 0.5s linear;
}
.radiation-guard .icons > div img {
  width: 100%;
  height: 100%;
  max-width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.radiation-guard .text-wrap {
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.radiation-guard .text-wrap p {
  font-size: 20px;
  color: #000000;
  line-height: 130%;
}
@media (max-width: 991px) {
  .radiation-guard .text-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .radiation-guard .text-wrap p {
    font-size: 16px;
  }
}
.radiation-guard .text-wrap span {
  font-weight: 500;
  color: #000000;
  font-size: 20px;
}
@media (max-width: 991px) {
  .radiation-guard .text-wrap span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .radiation-guard .text-wrap span {
    font-size: 16px;
  }
}

.intro_with_center_title_content_button {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1440px) {
  .intro_with_center_title_content_button {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .intro_with_center_title_content_button {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .intro_with_center_title_content_button {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .intro_with_center_title_content_button {
    padding: 50px 0;
  }
}
.intro_with_center_title_content_button .inner-html {
  max-width: 1422px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.intro_with_center_title_content_button h4 {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.intro_with_center_title_content_button p {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #666666;
  word-break: break-word;
}
.intro_with_center_title_content_button p a {
  color: #688768;
}
.intro_with_center_title_content_button .btn {
  margin-top: 40px;
  word-break: break-word;
}
@media (max-width: 991px) {
  .intro_with_center_title_content_button .btn {
    margin-top: 20px;
  }
}

.blogs .inner-html {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 1199px) {
  .blogs .inner-html {
    gap: 50px;
  }
}
.blogs .heading {
  display: flex;
  flex-flow: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.blogs .heading h4 {
  text-align: center;
  color: #000000;
}
.blogs .heading p {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  color: #666666;
}
.blogs .blog-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px 30px;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  .blogs .blog-content-wrapper {
    gap: 30px 20px;
  }
}
.blogs .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 60px auto 0;
  position: relative;
}
@media (max-width: 1199px) {
  .blogs .pagination {
    margin: 50px auto 0;
  }
}
.blogs .pagination .next,
.blogs .pagination .prev {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 0 !important;
  line-height: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #844556;
  background-image: url(../../assets/images/solar_arrow-up-linear.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 40px;
  margin: 0 !important;
  outline: none;
}
.blogs .pagination .prev {
  left: 0;
  transform: rotate(180deg);
}
.blogs .pagination .page-numbers {
  margin: 0 5px;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s linear;
}
.blogs .pagination .page-numbers:hover, .blogs .pagination .page-numbers.current {
  color: #844556;
}
.blogs .blog-card {
  width: 100%;
  max-width: calc(33.33% - 20px);
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .blogs .blog-card {
    max-width: calc(33.33% - 14px);
  }
}
@media (max-width: 1024px) {
  .blogs .blog-card {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .blogs .blog-card {
    max-width: 100%;
  }
}
.blogs .blog-card .img-wrap {
  line-height: 0;
}
.blogs .blog-card .img-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.blogs .blog-card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.7;
  border-radius: 16px;
}
.blogs .blog-card .content {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .blogs .blog-card .content {
    padding-right: 0;
  }
}
.blogs .blog-card .meta {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  position: relative;
}
.blogs .blog-card .meta span {
  font-family: "Inter";
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #666666;
}
.blogs .blog-card .meta .date {
  padding-right: 5px;
}
.blogs .blog-card .meta .author {
  text-transform: capitalize;
}
.blogs .blog-card .meta .comments {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
}
.blogs .blog-card .title {
  font-family: "Cormorant";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
  margin: 12px 0 20px;
}
.blogs .blog-card .title a {
  color: #121212;
}
.blogs .blog-card .excerpt {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .blogs .blog-card .excerpt {
    font-size: 16px;
  }
}

.waarom-sec {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #688768;
  background-blend-mode: multiply;
}
.waarom-sec .container .heading {
  max-width: 843px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.waarom-sec .container .heading h3 {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.waarom-sec .container .waroom-row {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .waarom-sec .container .waroom-row {
    gap: 40px;
  }
}
.waarom-sec .container .waroom-row .col {
  flex: 1;
  max-width: calc(33.33% - 0px);
}
@media (max-width: 991px) {
  .waarom-sec .container .waroom-row .col {
    max-width: 100%;
    flex: unset;
    width: 100%;
  }
}
.waarom-sec .container .waroom-row .col .waroom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.waarom-sec .container .waroom-row .col .waroom-content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.waarom-sec .container .waroom-row .col .waroom-content span {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.waarom-sec .container .waroom-row .col .waroom-content span img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.waarom-sec .container .waroom-row .col .waroom-content h5 {
  margin-top: 30px;
  margin-bottom: 16px;
  text-align: center;
}

section.three-col-slider-sec .heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  section.three-col-slider-sec .heading {
    margin-bottom: 30px;
  }
}
section.three-col-slider-sec .heading p.subtitle {
  text-transform: uppercase;
  color: #000000;
  font-family: "Cormorant";
}
section.three-col-slider-sec .heading h3 {
  color: #000000;
}
section.three-col-slider-sec .veranderende-slider-wrap .veranderende-slider .content .img-wrapper {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  width: 100%;
}
section.three-col-slider-sec .veranderende-slider-wrap .veranderende-slider .content .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.three-col-slider-sec .veranderende-slider-wrap .veranderende-slider .content p {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}
section.three-col-slider-sec .veranderende-slider-wrap .veranderende-slider .content h6 {
  font-weight: 500;
  color: #000000;
  padding-bottom: 26px;
  border-bottom: 1px solid #ccc;
  margin-top: 6px;
}
section.three-col-slider-sec .veranderende-slider-wrap .veranderende-slider .content h6 a {
  color: #000000;
  transition: all 0.3s linear;
}
section.three-col-slider-sec .veranderende-slider-wrap .veranderende-slider .content h6 a:hover {
  color: #688768;
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
  margin: 0 auto;
  margin-top: 60px;
  gap: 30px;
}
.swiper-nav .swiper-pagination,
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
}
.swiper-nav .swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #844556;
  background-image: url("../../assets/images/solar_arrow-up-linear.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 40px;
  margin-top: 0;
}
.swiper-nav .swiper-button-next::after,
.swiper-nav .swiper-button-prev::after {
  display: none;
}
.swiper-nav .swiper-pagination {
  height: 30px;
  display: flex;
  align-items: center;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 4px;
  border-radius: 4px;
  background-color: #844556;
  opacity: 0.2;
  transition: all 0.3s;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #844556;
  width: 30px;
}

section.testimonial-sec .container .heading {
  margin-bottom: 60px;
}
section.testimonial-sec .container .heading h3 {
  text-align: center;
  color: #000000;
}
section.testimonial-sec .container .testimonial-slider .content {
  padding: 40px;
}
@media (max-width: 1600px) {
  section.testimonial-sec .container .testimonial-slider .content {
    padding: 0;
  }
}
section.testimonial-sec .container .testimonial-slider .content h6 {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  color: #000000;
  font-style: italic;
}
section.testimonial-sec .container .testimonial-slider .content h6:before {
  content: " “ ";
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "DM Sans";
  opacity: 0.2;
  color: #688768;
  font-size: 100px;
  line-height: 80%;
}
section.testimonial-sec .container .testimonial-slider .content .author-content {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
section.testimonial-sec .container .testimonial-slider .content .author-content span.author-img {
  border: 1px solid #CCCCCC;
  width: 52px;
  height: 52px;
  overflow: hidden;
  display: inline-block;
  border-radius: 100%;
}
section.testimonial-sec .container .testimonial-slider .content .author-content span.author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonial-sec .container .testimonial-slider .content .author-content .author-name {
  width: 100%;
  max-width: calc(100% - 68px);
  display: flex;
  flex-flow: column;
  gap: 6px;
}
section.testimonial-sec .container .testimonial-slider .content .author-content .author-name p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  line-height: 100%;
}
section.testimonial-sec .container .testimonial-slider .content .author-content .author-name span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.two-col-sec-full {
  overflow: hidden;
}
.two-col-sec-full .two-col-row.order-reverse .col.col-right {
  order: -1;
}
@media (max-width: 991px) {
  .two-col-sec-full .two-col-row.order-reverse .col.col-right {
    order: 0;
  }
}
.two-col-sec-full .two-col-row {
  display: flex;
  flex-wrap: wrap;
  background-color: #844556;
}
.two-col-sec-full .two-col-row .col {
  flex: 1;
}
@media (max-width: 991px) {
  .two-col-sec-full .two-col-row .col {
    flex: unset;
    width: 100%;
  }
}
.two-col-sec-full .two-col-row .col .img-wrapper {
  height: 100%;
  width: 100%;
}
.two-col-sec-full .two-col-row .col .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.two-col-sec-full .two-col-row .col.col-right {
  align-self: center;
  color: #ffffff;
}
.two-col-sec-full .two-col-row .col.col-right .content {
  padding: 130px 80px;
}
@media (max-width: 1600px) {
  .two-col-sec-full .two-col-row .col.col-right .content {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .two-col-sec-full .two-col-row .col.col-right .content {
    padding: 40px 15px;
  }
}
.two-col-sec-full .two-col-row .col.col-right .content h3 {
  max-width: 100%;
  word-break: break-word;
}
.two-col-sec-full .two-col-row .col.col-right .content p {
  margin-top: 20px;
}
.two-col-sec-full .two-col-row .col.col-right .content .btn {
  margin-top: 40px;
}
.two-col-sec-full ul, .two-col-sec-full ol {
  list-style-position: inside;
}

.koop-sec {
  background-color: #F3F6EF;
}
.koop-sec .container .koop-row {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1600px) {
  .koop-sec .container .koop-row {
    gap: 30px;
  }
}
.koop-sec .container .koop-row:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .koop-sec .container .koop-row:not(:last-child) {
    margin-bottom: 40px;
  }
}
.koop-sec .container .koop-row .col {
  flex: 1;
}
@media (max-width: 991px) {
  .koop-sec .container .koop-row .col {
    flex: unset;
    width: 100%;
  }
}
.koop-sec .container .koop-row .col p {
  font-size: 16px;
  color: #666666;
}
.koop-sec .container .koop-row .col p:not(:last-child) {
  margin-bottom: 12px;
}
.koop-sec .container .koop-row .col.content-left h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 12px;
  color: #000000;
}
.koop-sec .container .koop-row .col.content-left h3 {
  font-size: 40px;
  line-height: 110%;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 725px;
  width: 101%;
}
@media (max-width: 1600px) {
  .koop-sec .container .koop-row .col.content-left h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .koop-sec .container .koop-row .col.content-left h3 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .koop-sec .container .koop-row .col.content-left h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .koop-sec .container .koop-row .col.content-left h3 {
    font-size: 22px;
  }
}
.koop-sec .container .koop-row .col.content-left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 40px;
  list-style: none;
}
.koop-sec .container .koop-row .col.content-left ul li {
  flex-basis: calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  padding: 12px;
  background: #DEE5D4;
  border-radius: 12px;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1600px) {
  .koop-sec .container .koop-row .col.content-left ul li {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .koop-sec .container .koop-row .col.content-left ul li {
    flex-basis: 100%;
    width: 100%;
  }
}
.koop-sec .container .koop-row .col.content-right .img-wrapper {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  display: block;
  aspect-ratio: 16/10;
  width: 100%;
}
.koop-sec .container .koop-row .col.content-right .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.mooiste-sec .mooiste-sec-row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
  background-color: #844556;
}
.mooiste-sec .mooiste-sec-row .col {
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .mooiste-sec .mooiste-sec-row .col {
    flex-basis: 100%;
    width: 100%;
  }
}
.mooiste-sec .mooiste-sec-row .col.right-content {
  padding: 60px 80px;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .mooiste-sec .mooiste-sec-row .col.right-content {
    padding: 20px 30px;
  }
}
.mooiste-sec .mooiste-sec-row .col.right-content h6 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 150%;
  font-family: "Inter";
  font-weight: 600;
}
.mooiste-sec .mooiste-sec-row .col.right-content h6 + p {
  font-weight: 600;
  font-size: 16px;
}
.mooiste-sec .mooiste-sec-row .col.right-content h6 + p:not(:last-child) {
  margin-bottom: 12px;
}
.mooiste-sec .mooiste-sec-row .col.right-content p {
  font-weight: 400;
}
.mooiste-sec .mooiste-sec-row .col.right-content p:not(:last-child) {
  margin-bottom: 12px;
}
.mooiste-sec .mooiste-sec-row .col.right-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 20px 0;
}
.mooiste-sec .mooiste-sec-row .col.right-content ul li {
  flex-basis: calc(50% - 12px);
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .mooiste-sec .mooiste-sec-row .col.right-content ul li {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .mooiste-sec .mooiste-sec-row .col.right-content ul li {
    flex-basis: 100%;
    width: 100%;
  }
}
.mooiste-sec .mooiste-sec-row .col.right-content .btn {
  margin-top: 40px;
}
.mooiste-sec .mooiste-sec-row .col.right-content .btn:focus, .mooiste-sec .mooiste-sec-row .col.right-content .btn:focus-visible, .mooiste-sec .mooiste-sec-row .col.right-content .btn:active {
  color: #ffffff;
}
.mooiste-sec .mooiste-sec-row .col.left-image span.img-wrapper {
  height: 100%;
  display: block;
}
.mooiste-sec .mooiste-sec-row .col.left-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.small-img-left-content {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #688768;
  background-blend-mode: multiply;
}
.small-img-left-content .container .welk-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .small-img-left-content .container .welk-row {
    flex-direction: column;
  }
}
.small-img-left-content .container .welk-row .col-left {
  max-width: 36%;
  width: 100%;
}
@media (max-width: 991px) {
  .small-img-left-content .container .welk-row .col-left {
    max-width: 100%;
    width: 100%;
  }
}
.small-img-left-content .container .welk-row .col-left .img-with-content {
  position: relative;
}
.small-img-left-content .container .welk-row .col-left .img-with-content p {
  position: absolute;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  bottom: 30px;
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .small-img-left-content .container .welk-row .col-left .img-with-content p {
    font-size: 16px;
    font-weight: 400;
  }
}
.small-img-left-content .container .welk-row .col-left .img-with-content span.img-wrapper {
  aspect-ratio: 16/11;
  display: inline-block;
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .small-img-left-content .container .welk-row .col-left .img-with-content span.img-wrapper {
    aspect-ratio: 16/9;
  }
}
.small-img-left-content .container .welk-row .col-left .img-with-content span.img-wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  bottom: -90px;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.08%, #000000 79.58%);
}
@media (max-width: 1199px) {
  .small-img-left-content .container .welk-row .col-left .img-with-content span.img-wrapper::after {
    bottom: -40px;
  }
}
@media (max-width: 991px) {
  .small-img-left-content .container .welk-row .col-left .img-with-content span.img-wrapper::after {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .small-img-left-content .container .welk-row .col-left .img-with-content span.img-wrapper::after {
    bottom: -40px;
  }
}
.small-img-left-content .container .welk-row .col-left .img-with-content span.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.small-img-left-content .container .welk-row .col-right {
  max-width: 64%;
  width: 100%;
  color: #ffffff;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .small-img-left-content .container .welk-row .col-right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .small-img-left-content .container .welk-row .col-right {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}
.small-img-left-content .container .welk-row .col-right h3 {
  margin-top: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .small-img-left-content .container .welk-row .col-right h3 {
    font-size: 52px;
  }
}
@media (max-width: 1440px) {
  .small-img-left-content .container .welk-row .col-right h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .small-img-left-content .container .welk-row .col-right h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .small-img-left-content .container .welk-row .col-right h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .small-img-left-content .container .welk-row .col-right h3 {
    font-size: 24px;
  }
}
.small-img-left-content .container .welk-row .col-right p {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .small-img-left-content .container .welk-row .col-right p {
    font-size: 16px;
    font-weight: 400;
  }
}
.small-img-left-content .container .welk-row .col-right p:not(:last-child) {
  margin-bottom: 12px;
}
.small-img-left-content .container .welk-row .col-right .btn {
  margin-top: 40px;
}
.small-img-left-content .container .welk-row .col-right .btn:focus, .small-img-left-content .container .welk-row .col-right .btn:focus-visible {
  color: #ffffff;
}

.section-contact_form_with_title {
  padding: 100px 0;
  background-color: #F3F6EF;
}
@media (max-width: 991px) {
  .section-contact_form_with_title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-contact_form_with_title .container {
  max-width: 1320px;
}
.section-contact_form_with_title .container .heading {
  text-align: center;
}
.section-contact_form_with_title .container .heading h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 60px;
  color: #000000;
}
@media (max-width: 1199px) {
  .section-contact_form_with_title .container .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .section-contact_form_with_title .container .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-contact_form_with_title .container .heading h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-contact_form_with_title .container .heading h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.section-contact_form_with_title .container form {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.section-contact_form_with_title .container form a {
  color: #688768;
  font-size: 16px;
}
.section-contact_form_with_title .container form label.gfield_label.gform-field-label {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  letter-spacing: 0.5px;
}
.section-contact_form_with_title .container form .gfield textarea.large {
  inline-size: 100%;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 8px;
  padding: 15px 16px;
  line-height: 16px;
  color: #000000;
  font-family: "Inter";
}
.section-contact_form_with_title .container form .gfield .ginput_password.large,
.section-contact_form_with_title .container form .gfield input.large,
.section-contact_form_with_title .container form .gfield select.large {
  inline-size: 100%;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 8px;
  padding: 15px 16px;
  line-height: 16px;
  height: 50px;
  color: #000000;
  font-family: "Inter";
}
.section-contact_form_with_title .container form .gfield .ginput_password.large:focus, .section-contact_form_with_title .container form .gfield .ginput_password.large:focus-visible,
.section-contact_form_with_title .container form .gfield input.large:focus,
.section-contact_form_with_title .container form .gfield input.large:focus-visible,
.section-contact_form_with_title .container form .gfield select.large:focus,
.section-contact_form_with_title .container form .gfield select.large:focus-visible {
  outline: none;
  border: 0;
  box-shadow: none;
}
.section-contact_form_with_title .container form .gfield .ginput_password.large::-moz-placeholder, .section-contact_form_with_title .container form .gfield input.large::-moz-placeholder, .section-contact_form_with_title .container form .gfield select.large::-moz-placeholder {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: "Inter";
}
.section-contact_form_with_title .container form .gfield .ginput_password.large::placeholder,
.section-contact_form_with_title .container form .gfield input.large::placeholder,
.section-contact_form_with_title .container form .gfield select.large::placeholder {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: "Inter";
}
.section-contact_form_with_title .container form .gform-footer.gform_footer.top_label {
  justify-content: center;
}
.section-contact_form_with_title .container form input[type=submit] {
  padding: 16px 52px 16px 30px !important;
  font-size: 18px !important;
  line-height: 1;
  color: #000000 !important;
  border-radius: 100px !important;
  font-weight: 400 !important;
  border: 1px solid #000000 !important;
  font-family: "Inter" !important;
  background: transparent !important;
  display: inline-block !important;
  transition: all 0.5s !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 0 !important;
  box-shadow: none !important;
  background-image: url(../images/black-right-aerrow.svg) !important;
  background-size: 14px !important;
  background-position: 82% center !important;
  background-repeat: no-repeat !important;
}
.section-contact_form_with_title .container form input[type=submit]:hover {
  background-color: #688768 !important;
}
.section-contact_form_with_title .container form input[type=submit]:focus, .section-contact_form_with_title .container form input[type=submit]:focus-visible {
  outline: none !important;
}
.section-contact_form_with_title .gform-theme--foundation .gform_fields {
  gap: 20px;
}
@media (min-width: 640px) {
  .section-contact_form_with_title .gform_fields {
    -moz-column-gap: var(--gf-form-gap-x);
    column-gap: 20px;
  }
}
.section-contact_form_with_title .contact-form {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

input[type=checkbox] {
  accent-color: #688768;
  border-color: #688768;
}
input[type=checkbox]:focus, input[type=checkbox]:focus-visible, input[type=checkbox]:checked {
  outline: none;
  box-shadow: none;
}
input[type=checkbox]::before {
  color: #688768;
}

.image-left-bullet-sec {
  overflow-x: clip;
  padding-bottom: 0 !important;
}
.image-left-bullet-sec.with-green-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #688768;
  background-blend-mode: multiply;
}
.image-left-bullet-sec.with-green-bg h4 {
  margin-bottom: 32px;
  max-width: 1500px;
  margin: 0 auto;
  color: #ffffff !important;
  text-align: center;
}
.image-left-bullet-sec.with-green-bg .bullet-sec-row ul,
.image-left-bullet-sec.with-green-bg .bullet-sec-row ul.cst-bullet {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .image-left-bullet-sec.with-green-bg .bullet-sec-row ul,
  .image-left-bullet-sec.with-green-bg .bullet-sec-row ul.cst-bullet {
    padding-top: 0px;
  }
}
.image-left-bullet-sec.with-green-bg .bullet-sec-row ul li,
.image-left-bullet-sec.with-green-bg .bullet-sec-row ul.cst-bullet li {
  background-color: #ffffff !important;
}
.image-left-bullet-sec.row-reverse .bullet-right {
  order: -1;
  padding-left: 0 !important;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .image-left-bullet-sec.row-reverse .bullet-right {
    padding-right: 0;
    order: 0;
  }
}
.image-left-bullet-sec .container h4 {
  margin-bottom: 40px;
  color: #121212;
}
.image-left-bullet-sec .container .bullet-sec-row {
  display: flex;
  overflow-x: clip;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media (max-width: 991px) {
  .image-left-bullet-sec .container .bullet-sec-row {
    padding: 0 0px;
  }
}
.image-left-bullet-sec .container .bullet-sec-row .col.image-left {
  max-width: 32%;
  width: 100%;
}
@media (max-width: 991px) {
  .image-left-bullet-sec .container .bullet-sec-row .col.image-left {
    max-width: 100%;
  }
}
.image-left-bullet-sec .container .bullet-sec-row .col.image-left span.img-wrap {
  display: inline-block;
  border-radius: 600px 600px 0 0;
  overflow: hidden;
  height: 100%;
}
.image-left-bullet-sec .container .bullet-sec-row .col.image-left span.img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-left-bullet-sec .container .bullet-sec-row .col.bullet-right {
  padding-left: 80px;
  max-width: 68%;
  width: 100%;
}
@media (max-width: 1199px) {
  .image-left-bullet-sec .container .bullet-sec-row .col.bullet-right {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .image-left-bullet-sec .container .bullet-sec-row .col.bullet-right {
    max-width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.image-left-bullet-sec .container .bullet-sec-row ul,
.image-left-bullet-sec .container .bullet-sec-row ul.cst-bullet {
  list-style: none;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .image-left-bullet-sec .container .bullet-sec-row ul,
  .image-left-bullet-sec .container .bullet-sec-row ul.cst-bullet {
    padding-bottom: 40px;
  }
}
.image-left-bullet-sec .container .bullet-sec-row ul li,
.image-left-bullet-sec .container .bullet-sec-row ul.cst-bullet li {
  display: flex;
  gap: 12px;
  padding: 10px;
  border-radius: 60px;
  padding: 10px 24px 10px 10px;
  background-color: #DEE5D4;
  align-items: center;
}
.image-left-bullet-sec .container .bullet-sec-row ul li:not(:last-child),
.image-left-bullet-sec .container .bullet-sec-row ul.cst-bullet li:not(:last-child) {
  margin-bottom: 12px;
}
.image-left-bullet-sec .container .bullet-sec-row ul li span.icon,
.image-left-bullet-sec .container .bullet-sec-row ul.cst-bullet li span.icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #688768;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
}
.image-left-bullet-sec .container .bullet-sec-row ul li p,
.image-left-bullet-sec .container .bullet-sec-row ul.cst-bullet li p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1199px) {
  .image-left-bullet-sec .container .bullet-sec-row ul li p,
  .image-left-bullet-sec .container .bullet-sec-row ul.cst-bullet li p {
    font-size: 16px;
  }
}

.single-post article {
  position: relative;
}
.single-post article header.entry-header {
  position: absolute;
  top: 220px;
  color: #fff;
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .single-post article header.entry-header {
    top: 150px;
  }
}
.single-post article .post-thumbnail {
  position: relative;
}
@media (max-width: 767px) {
  .single-post article .post-thumbnail {
    height: 350px;
  }
}
.single-post article .post-thumbnail:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 93.28%);
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  height: 99%;
  width: 100%;
}
.single-post article .post-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 650px;
}
.single-post article .entry-meta a {
  color: #ffffff;
  text-decoration: underline;
}
.single-post article .entry-meta a:hover {
  text-decoration: none;
}
.single-post article .entry-content,
.single-post article .entry-footer {
  max-width: 1800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 991px) {
  .single-post article .entry-content,
  .single-post article .entry-footer {
    font-size: 16px;
    padding: 20px 15px;
    max-width: 100%;
  }
}
.single-post article .entry-content a,
.single-post article .entry-footer a {
  color: #844556;
  text-decoration: underline;
}
.single-post article .entry-content a:hover,
.single-post article .entry-footer a:hover {
  text-decoration: none;
}
.single-post article .entry-content ul,
.single-post article .entry-content ol,
.single-post article .entry-footer ul,
.single-post article .entry-footer ol {
  color: #000000;
  padding-left: 20px;
}
.single-post article .entry-content ul li,
.single-post article .entry-content ol li,
.single-post article .entry-footer ul li,
.single-post article .entry-footer ol li {
  margin-bottom: 10px;
}
.single-post article .entry-content p,
.single-post article .entry-footer p {
  color: #000000;
}
.single-post article .entry-content p:not(:last-child),
.single-post article .entry-footer p:not(:last-child) {
  margin-bottom: 12px;
}
.single-post nav.navigation.post-navigation {
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 18px;
  color: #000000;
}
.single-post nav.navigation.post-navigation a {
  color: #844556;
  text-decoration: underline;
}
.single-post nav.navigation.post-navigation a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .single-post nav.navigation.post-navigation {
    font-size: 16px;
    padding: 20px 15px;
  }
}

.hero-inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-inner {
    margin-top: 60px;
  }
}
.hero-inner::before {
  background: linear-gradient(4.55deg, rgba(0, 0, 0, 0) 3.88%, rgba(0, 0, 0, 0.8) 86.77%);
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-inner:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 93.28%);
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-inner .container {
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.hero-inner .container .hero-content {
  padding-top: 154px;
  padding-bottom: 134px;
  padding-left: 5.5%;
  max-width: 817px;
  width: 100%;
}
@media (max-width: 1199px) {
  .hero-inner .container .hero-content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .hero-inner .container .hero-content {
    max-width: 90%;
    padding: 80px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .hero-inner .container .hero-content {
    max-width: 100%;
  }
}
.hero-inner .container .hero-content h1 {
  margin-bottom: 20px;
}
.hero-inner .container .hero-content p {
  padding-right: 30%;
}

.three-column-sec {
  position: relative;
  background-color: #ffffff;
}
.three-column-sec:before {
  content: "";
  position: absolute;
  height: 100%;
  background-image: url("./../images/real-bg.jpg");
  opacity: 0.6;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: bottom;
  z-index: 0;
  background-blend-mode: multiply;
  background-size: cover;
}
.three-column-sec .container {
  z-index: 1;
  position: relative;
}
.three-column-sec .container .sec-title h2 {
  color: #000000;
}
.three-column-sec .container .three-column-wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.three-column-sec .container .three-column-wrapper .col {
  flex: 1;
  max-width: calc(33.33% - 0px);
  background-color: #688768;
  border-radius: 20px;
  padding: 40px;
  color: #ffffff;
}
@media (max-width: 1899px) {
  .three-column-sec .container .three-column-wrapper .col {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .three-column-sec .container .three-column-wrapper .col {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.three-column-sec .container .three-column-wrapper .col:nth-child(2) {
  padding: 0;
}
.three-column-sec .container .three-column-wrapper .col h3 {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 20px;
  word-wrap: break-word;
}
@media (max-width: 1899px) {
  .three-column-sec .container .three-column-wrapper .col h3 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .three-column-sec .container .three-column-wrapper .col h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .three-column-sec .container .three-column-wrapper .col h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .three-column-sec .container .three-column-wrapper .col h3 {
    font-size: 20px;
  }
}
.three-column-sec .container .three-column-wrapper .col p a {
  font-weight: 600;
  text-decoration: underline;
  color: #ffffff;
}
.three-column-sec .container .three-column-wrapper .col p a:hover {
  color: #844556;
}
.three-column-sec .container .three-column-wrapper .col p:not(:last-child) {
  margin-bottom: 12px;
}
.three-column-sec .container .three-column-wrapper .col .left-content .btn {
  margin-top: 40px;
}
.three-column-sec .container .three-column-wrapper .col .center-image {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
.three-column-sec .container .three-column-wrapper .col .center-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.three-column-sec .container .three-column-wrapper .col .right-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  list-style: none;
}
.three-column-sec .container .three-column-wrapper .col .right-content ul li {
  flex-basis: calc(50% - 12px);
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .three-column-sec .container .three-column-wrapper .col .right-content ul li {
    padding: 10px;
  }
}

.sec-title {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 60px auto;
}
.sec-title h2 {
  font-size: 56px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .sec-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sec-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sec-title h2 {
    font-size: 26px;
  }
}
.sec-title p {
  text-align: center;
  padding: 0px 70px;
}
@media (max-width: 991px) {
  .sec-title p {
    padding: 0px;
  }
}

.woocommerce-page main .entry-content {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .woocommerce-page main .entry-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.woocommerce-page main .entry-content h2 {
  margin: 30px 0 20px 0;
}
@media (min-width: 1601px) {
  .woocommerce-page main .entry-content h2 {
    font-size: 46px;
  }
}
@media (max-width: 1600px) {
  .woocommerce-page main .entry-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .woocommerce-page main .entry-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-page main .entry-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .woocommerce-page main .entry-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page main .entry-content h2 {
    font-size: 22px;
  }
}
.woocommerce-page main button.wc-block-cart-item__remove-link {
  color: #844556;
}
.woocommerce-page main .woocommerce .woocommerce-notices-wrapper {
  max-width: 480px;
  margin: 0 auto;
}
.woocommerce-page main .woocommerce-button.button,
.woocommerce-page main .woocommerce-Button,
.woocommerce-page main button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button,
.woocommerce-page main .add_to_cart_button,
.woocommerce-page main a.button.product_type_simple,
.woocommerce-page main a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.woocommerce-page main [type=reset],
.woocommerce-page main [type=submit] {
  padding: 16px 52px 16px 30px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #000000 !important;
  border-radius: 100px !important;
  font-weight: 400 !important;
  border: 1px solid #000000 !important;
  font-family: "Inter" !important;
  background: transparent !important;
  display: inline-block !important;
  transition: all 0.5s !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-page main .woocommerce-button.button,
  .woocommerce-page main .woocommerce-Button,
  .woocommerce-page main button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button,
  .woocommerce-page main .add_to_cart_button,
  .woocommerce-page main a.button.product_type_simple,
  .woocommerce-page main a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
  .woocommerce-page main [type=reset],
  .woocommerce-page main [type=submit] {
    font-size: 16px !important;
    padding: 16px 42px 16px 30px !important;
  }
}
.woocommerce-page main .woocommerce-button.button:visited,
.woocommerce-page main .woocommerce-Button:visited,
.woocommerce-page main button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:visited,
.woocommerce-page main .add_to_cart_button:visited,
.woocommerce-page main a.button.product_type_simple:visited,
.woocommerce-page main a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:visited,
.woocommerce-page main [type=reset]:visited,
.woocommerce-page main [type=submit]:visited {
  color: #000000;
}
.woocommerce-page main .woocommerce-button.button::after,
.woocommerce-page main .woocommerce-Button::after,
.woocommerce-page main button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button::after,
.woocommerce-page main .add_to_cart_button::after,
.woocommerce-page main a.button.product_type_simple::after,
.woocommerce-page main a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button::after,
.woocommerce-page main [type=reset]::after,
.woocommerce-page main [type=submit]::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 16px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/black-right-aerrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
.woocommerce-page main .woocommerce-button.button::before,
.woocommerce-page main .woocommerce-Button::before,
.woocommerce-page main button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button::before,
.woocommerce-page main .add_to_cart_button::before,
.woocommerce-page main a.button.product_type_simple::before,
.woocommerce-page main a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button::before,
.woocommerce-page main [type=reset]::before,
.woocommerce-page main [type=submit]::before {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #688768;
  z-index: -1;
  transition: all 0.5s;
}
.woocommerce-page main .woocommerce-button.button:hover,
.woocommerce-page main .woocommerce-Button:hover,
.woocommerce-page main button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover,
.woocommerce-page main .add_to_cart_button:hover,
.woocommerce-page main a.button.product_type_simple:hover,
.woocommerce-page main a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,
.woocommerce-page main [type=reset]:hover,
.woocommerce-page main [type=submit]:hover {
  color: #000000;
}
.woocommerce-page main .woocommerce-button.button:hover::before,
.woocommerce-page main .woocommerce-Button:hover::before,
.woocommerce-page main button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover::before,
.woocommerce-page main .add_to_cart_button:hover::before,
.woocommerce-page main a.button.product_type_simple:hover::before,
.woocommerce-page main a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover::before,
.woocommerce-page main [type=reset]:hover::before,
.woocommerce-page main [type=submit]:hover::before {
  bottom: 0;
  color: inherit;
}
.woocommerce-page main .post,
.woocommerce-page main .page {
  margin: 0;
}
.woocommerce-page main .post header.entry-header, .woocommerce-page main .post header.woocommerce-products-header,
.woocommerce-page main .page header.entry-header,
.woocommerce-page main .page header.woocommerce-products-header {
  background-color: #844556;
  color: #ffffff;
  z-index: 1;
  position: relative;
  border-radius: 20px;
}
.woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
.woocommerce-page main .page header.entry-header h1,
.woocommerce-page main .page header.woocommerce-products-header h1 {
  padding: 180px 60px 120px 60px;
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  font-family: "Cormorant";
  font-size: 72px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1899px) {
  .woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
  .woocommerce-page main .page header.entry-header h1,
  .woocommerce-page main .page header.woocommerce-products-header h1 {
    padding: 180px 15px 120px 15px;
  }
}
@media (max-width: 1600px) {
  .woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
  .woocommerce-page main .page header.entry-header h1,
  .woocommerce-page main .page header.woocommerce-products-header h1 {
    font-size: 62px;
  }
}
@media (max-width: 1440px) {
  .woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
  .woocommerce-page main .page header.entry-header h1,
  .woocommerce-page main .page header.woocommerce-products-header h1 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
  .woocommerce-page main .page header.entry-header h1,
  .woocommerce-page main .page header.woocommerce-products-header h1 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
  .woocommerce-page main .page header.entry-header h1,
  .woocommerce-page main .page header.woocommerce-products-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
  .woocommerce-page main .page header.entry-header h1,
  .woocommerce-page main .page header.woocommerce-products-header h1 {
    font-size: 28px;
    padding: 140px 15px 80px 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page main .post header.entry-header h1, .woocommerce-page main .post header.woocommerce-products-header h1,
  .woocommerce-page main .page header.entry-header h1,
  .woocommerce-page main .page header.woocommerce-products-header h1 {
    font-size: 24px;
  }
}
.woocommerce-page main ul.wc-block-grid__products {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-left: 0;
  padding-right: 20px;
}
.woocommerce-page main ul.wc-block-grid__products li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  float: none !important;
  margin: 0 !important;
  width: calc(25% - 30px) !important;
  flex-basis: calc(25% - 30px) !important;
  max-width: 100% !important;
  flex: unset;
}
@media (max-width: 1199px) {
  .woocommerce-page main ul.wc-block-grid__products li {
    width: calc(33.33% - 30px) !important;
    flex-basis: calc(33.33% - 30px) !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-page main ul.wc-block-grid__products li {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
.woocommerce-page main ul.wc-block-grid__products li a.wc-block-grid__product-link {
  flex: 1;
}
.woocommerce-page main ul.wc-block-grid__products li a.wc-block-grid__product-link .wc-block-grid__product-image {
  width: 100%;
}
.woocommerce-page main ul.wc-block-grid__products li a.wc-block-grid__product-link .wc-block-grid__product-image:before {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 190px;
  content: "";
  background: #844556;
  z-index: -1;
  border-radius: 13.85px;
}
.woocommerce-page main ul.wc-block-grid__products li a.wc-block-grid__product-link .wc-block-grid__product-image img {
  max-height: 240px !important;
  min-height: 240px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.woocommerce-page main ul.wc-block-grid__products li .wc-block-grid__product-title {
  font-size: 20px !important;
  font-family: "Inter" !important;
  line-height: 130%;
  color: #000000 !important;
  word-wrap: break-word;
  text-transform: inherit;
}
.woocommerce-page main ul.wc-block-grid__products li .price {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Inter" !important;
}
.woocommerce-page main ul.wc-block-grid__products li a.woocommerce-loop-product__link img {
  max-height: 240px !important;
  min-height: 240px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.woocommerce-account main .woocommerce-Addresses {
  margin-top: 20px;
}
.woocommerce-account main .woocommerce-Addresses .woocommerce-Address {
  margin-top: 30px;
}
.woocommerce-account main nav.woocommerce-MyAccount-navigation {
  background-color: #844556;
  border-radius: 20px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .woocommerce-account main nav.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }
}
.woocommerce-account main nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 20px;
}
@media (max-width: 991px) {
  .woocommerce-account main nav.woocommerce-MyAccount-navigation ul {
    padding: 10px;
  }
}
.woocommerce-account main nav.woocommerce-MyAccount-navigation ul li {
  text-transform: uppercase;
  border-radius: 10px;
}
.woocommerce-account main nav.woocommerce-MyAccount-navigation ul li a {
  color: #ffffff !important;
  display: block;
  padding: 10px 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .woocommerce-account main nav.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
  }
}
.woocommerce-account main nav.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
}
.woocommerce-account main nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: #ffffff;
}
.woocommerce-account main nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #688768 !important;
}
.woocommerce-account main .woocommerce-error,
.woocommerce-account main .woocommerce-info,
.woocommerce-account main .woocommerce-message {
  border-top-color: #844556;
  background-color: #eeeeee;
}
.woocommerce-account main a {
  color: #844556;
}
.woocommerce-account main a:hover {
  text-decoration: underline;
}
.woocommerce-account main li {
  padding-left: 20px;
}
.woocommerce-account main a:visited {
  color: #844556;
}
.woocommerce-account main header.woocommerce-Address-title.title {
  display: block;
  text-align: left;
}
.woocommerce-account main header.woocommerce-Address-title.title h2 {
  padding: 0 10px 0 0;
  text-align: left;
}
.woocommerce-account main .woocommerce-address-fields__field-wrapper,
.woocommerce-account main fieldset {
  margin-bottom: 40px;
}
.woocommerce-account main legend {
  font-weight: 500;
}
.woocommerce-account main .woocommerce-error {
  background-color: rgba(226, 64, 28, 0.1882352941);
}
.woocommerce-account h2 {
  text-align: center;
  line-height: 1;
}
@media (min-width: 1601px) {
  .woocommerce-account h2 {
    font-size: 56px;
  }
}
@media (max-width: 1600px) {
  .woocommerce-account h2 {
    font-size: 52px;
  }
}
@media (max-width: 1440px) {
  .woocommerce-account h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .woocommerce-account h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-account h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account h2 {
    font-size: 22px;
  }
}
.woocommerce-account a.button {
  padding: 16px 52px 16px 30px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  border-radius: 100px;
  font-weight: 400;
  border: 1px solid #000000;
  font-family: "Inter";
  background: transparent;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0 !important;
}
.woocommerce-account a.button:visited {
  color: #000000;
}
.woocommerce-account a.button::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 16px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/black-right-aerrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
.woocommerce-account a.button::before {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #688768;
  z-index: -1;
  transition: all 0.5s;
}
.woocommerce-account a.button:hover {
  color: #000000;
}
.woocommerce-account a.button:hover::before {
  bottom: 0;
  color: inherit;
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-ResetPassword.lost_reset_password {
  max-width: 480px;
  margin: 40px auto;
  border: 0;
  background-color: #F3F6EF;
  padding: 20px;
  border-radius: 20px;
}
form.woocommerce-form.woocommerce-form-login.login input[type=text],
form.woocommerce-form.woocommerce-form-login.login input[type=email],
form.woocommerce-form.woocommerce-form-login.login input[type=url],
form.woocommerce-form.woocommerce-form-login.login input[type=password],
form.woocommerce-form.woocommerce-form-login.login input[type=search],
form.woocommerce-form.woocommerce-form-login.login input[type=number],
form.woocommerce-form.woocommerce-form-login.login input[type=tel],
form.woocommerce-form.woocommerce-form-login.login input[type=range],
form.woocommerce-form.woocommerce-form-login.login input[type=date],
form.woocommerce-form.woocommerce-form-login.login input[type=month],
form.woocommerce-form.woocommerce-form-login.login input[type=week],
form.woocommerce-form.woocommerce-form-login.login input[type=time],
form.woocommerce-form.woocommerce-form-login.login input[type=datetime],
form.woocommerce-form.woocommerce-form-login.login input[type=datetime-local],
form.woocommerce-form.woocommerce-form-login.login input[type=color],
form.woocommerce-form.woocommerce-form-login.login textarea,
form.woocommerce-ResetPassword.lost_reset_password input[type=text],
form.woocommerce-ResetPassword.lost_reset_password input[type=email],
form.woocommerce-ResetPassword.lost_reset_password input[type=url],
form.woocommerce-ResetPassword.lost_reset_password input[type=password],
form.woocommerce-ResetPassword.lost_reset_password input[type=search],
form.woocommerce-ResetPassword.lost_reset_password input[type=number],
form.woocommerce-ResetPassword.lost_reset_password input[type=tel],
form.woocommerce-ResetPassword.lost_reset_password input[type=range],
form.woocommerce-ResetPassword.lost_reset_password input[type=date],
form.woocommerce-ResetPassword.lost_reset_password input[type=month],
form.woocommerce-ResetPassword.lost_reset_password input[type=week],
form.woocommerce-ResetPassword.lost_reset_password input[type=time],
form.woocommerce-ResetPassword.lost_reset_password input[type=datetime],
form.woocommerce-ResetPassword.lost_reset_password input[type=datetime-local],
form.woocommerce-ResetPassword.lost_reset_password input[type=color],
form.woocommerce-ResetPassword.lost_reset_password textarea {
  border: none !important;
  background-color: #ffffff;
}
form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a,
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-LostPassword.lost_password a {
  color: #844556;
}
form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a:hover,
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-LostPassword.lost_password a:hover {
  text-decoration: underline;
}
form.woocommerce-form.woocommerce-form-login.login p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide,
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: flex;
  width: 100%;
  flex-direction: column;
}
form.woocommerce-form.woocommerce-form-login.login p.form-row,
form.woocommerce-ResetPassword.lost_reset_password p.form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login span.password-input,
form.woocommerce-ResetPassword.lost_reset_password span.password-input {
  position: relative;
}
form.woocommerce-form.woocommerce-form-login.login span.password-input input,
form.woocommerce-ResetPassword.lost_reset_password span.password-input input {
  width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login span.password-input button.show-password-input,
form.woocommerce-ResetPassword.lost_reset_password span.password-input button.show-password-input {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button,
form.woocommerce-form.woocommerce-form-login.login .woocommerce-Button,
form.woocommerce-form.woocommerce-form-login.login [type=reset],
form.woocommerce-form.woocommerce-form-login.login [type=submit],
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-button.button,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
form.woocommerce-ResetPassword.lost_reset_password [type=reset],
form.woocommerce-ResetPassword.lost_reset_password [type=submit] {
  padding: 16px 52px 16px 30px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  border-radius: 100px;
  font-weight: 400;
  border: 1px solid #000000;
  font-family: "Inter";
  background: transparent;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0 !important;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button:visited,
form.woocommerce-form.woocommerce-form-login.login .woocommerce-Button:visited,
form.woocommerce-form.woocommerce-form-login.login [type=reset]:visited,
form.woocommerce-form.woocommerce-form-login.login [type=submit]:visited,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-button.button:visited,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:visited,
form.woocommerce-ResetPassword.lost_reset_password [type=reset]:visited,
form.woocommerce-ResetPassword.lost_reset_password [type=submit]:visited {
  color: #000000;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button::after,
form.woocommerce-form.woocommerce-form-login.login .woocommerce-Button::after,
form.woocommerce-form.woocommerce-form-login.login [type=reset]::after,
form.woocommerce-form.woocommerce-form-login.login [type=submit]::after,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-button.button::after,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button::after,
form.woocommerce-ResetPassword.lost_reset_password [type=reset]::after,
form.woocommerce-ResetPassword.lost_reset_password [type=submit]::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 16px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/black-right-aerrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button::before,
form.woocommerce-form.woocommerce-form-login.login .woocommerce-Button::before,
form.woocommerce-form.woocommerce-form-login.login [type=reset]::before,
form.woocommerce-form.woocommerce-form-login.login [type=submit]::before,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-button.button::before,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button::before,
form.woocommerce-ResetPassword.lost_reset_password [type=reset]::before,
form.woocommerce-ResetPassword.lost_reset_password [type=submit]::before {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #688768;
  z-index: -1;
  transition: all 0.5s;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button:hover,
form.woocommerce-form.woocommerce-form-login.login .woocommerce-Button:hover,
form.woocommerce-form.woocommerce-form-login.login [type=reset]:hover,
form.woocommerce-form.woocommerce-form-login.login [type=submit]:hover,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-button.button:hover,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover,
form.woocommerce-ResetPassword.lost_reset_password [type=reset]:hover,
form.woocommerce-ResetPassword.lost_reset_password [type=submit]:hover {
  color: #000000;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button:hover::before,
form.woocommerce-form.woocommerce-form-login.login .woocommerce-Button:hover::before,
form.woocommerce-form.woocommerce-form-login.login [type=reset]:hover::before,
form.woocommerce-form.woocommerce-form-login.login [type=submit]:hover::before,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-button.button:hover::before,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover::before,
form.woocommerce-ResetPassword.lost_reset_password [type=reset]:hover::before,
form.woocommerce-ResetPassword.lost_reset_password [type=submit]:hover::before {
  bottom: 0;
  color: inherit;
}

.woocommerce-shop .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-shop .woocommerce-products-header {
  background-color: #844556;
  color: #ffffff;
  z-index: 1;
  position: relative;
  border-radius: 20px;
}
.woocommerce-shop .woocommerce-products-header h1 {
  padding: 180px 60px 120px 60px;
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  font-family: "Cormorant";
  font-size: 72px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1899px) {
  .woocommerce-shop .woocommerce-products-header h1 {
    padding: 180px 15px 120px 15px;
  }
}
@media (max-width: 1600px) {
  .woocommerce-shop .woocommerce-products-header h1 {
    font-size: 62px;
  }
}
@media (max-width: 1440px) {
  .woocommerce-shop .woocommerce-products-header h1 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .woocommerce-shop .woocommerce-products-header h1 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-shop .woocommerce-products-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .woocommerce-shop .woocommerce-products-header h1 {
    font-size: 28px;
    padding: 140px 15px 80px 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-shop .woocommerce-products-header h1 {
    font-size: 24px;
  }
}
.woocommerce-shop .shop-container {
  max-width: 1830px;
  margin: 0 auto;
  padding: 80px 15px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1199px) {
  .woocommerce-shop .shop-container {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 991px) {
  .woocommerce-shop .shop-container {
    grid-template-columns: 1fr;
    padding: 40px 15px;
  }
}
.woocommerce-shop .shop-container .shop-filters {
  background-color: #F3F6EF;
  padding: 20px;
  border-radius: 20px;
}
.woocommerce-shop .shop-container .shop-filters h3 {
  font-weight: 700;
}
.woocommerce-shop .shop-container .shop-filters .filter-content {
  color: #000000;
  padding-top: 15px;
}
.woocommerce-shop .shop-container .shop-filters .category-checkboxes.filter-content {
  display: flex;
  flex-direction: column;
  max-height: 170px;
  overflow-y: auto;
  padding: 10px 0;
  margin-top: 20px;
}
.woocommerce-shop .shop-container .shop-filters .filter-content.filter-radio {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.woocommerce-shop .shop-container ul.products {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-right: 20px;
}
.woocommerce-shop .shop-container ul.products:before, .woocommerce-shop .shop-container ul.products::after {
  display: none;
}
@media (max-width: 991px) {
  .woocommerce-shop .shop-container ul.products {
    padding-right: 0;
  }
}
.woocommerce-shop .shop-container ul.products li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  float: none !important;
  margin: 0 !important;
  width: calc(25% - 30px) !important;
}
@media (max-width: 1600px) {
  .woocommerce-shop .shop-container ul.products li {
    width: calc(33.33% - 30px) !important;
  }
}
@media (max-width: 1199px) {
  .woocommerce-shop .shop-container ul.products li {
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-shop .shop-container ul.products li {
    width: 100% !important;
  }
}
.woocommerce-shop .shop-container ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex: 1;
}
.woocommerce-shop .shop-container ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 190px;
  content: "";
  background: #844556;
  z-index: -1;
  border-radius: 13.85px;
  max-width: 297px;
}
.woocommerce-shop .shop-container ul.products li h2.woocommerce-loop-product__title {
  font-size: 20px !important;
  font-family: "Inter" !important;
  line-height: 130%;
  color: #000000 !important;
  word-wrap: break-word;
  text-transform: inherit;
}
.woocommerce-shop .shop-container ul.products li span.price {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Inter" !important;
}
.woocommerce-shop .shop-container ul.products li a.woocommerce-loop-product__link img {
  max-height: 240px !important;
  min-height: 240px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.product-template-default ul.products {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-right: 0px;
}
.product-template-default ul.products:before, .product-template-default ul.products:after {
  display: none;
}
.product-template-default ul.products li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  float: none !important;
  margin: 0 !important;
  width: calc(25% - 25px) !important;
}
@media (max-width: 1199px) {
  .product-template-default ul.products li {
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 991px) {
  .product-template-default ul.products li {
    width: 100% !important;
  }
}
.product-template-default ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex: 1;
}
.product-template-default ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 190px;
  content: "";
  background: #844556;
  z-index: -1;
  border-radius: 13.85px;
  max-width: 297px;
}
.product-template-default ul.products li h2.woocommerce-loop-product__title {
  font-size: 20px !important;
  font-family: "Inter" !important;
  line-height: 130%;
  color: #000000 !important;
  word-wrap: break-word;
  text-transform: inherit;
}
.product-template-default ul.products li span.price {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Inter" !important;
}
.product-template-default ul.products li a.woocommerce-loop-product__link img {
  max-height: 240px !important;
  min-height: 240px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.woocommerce-pagination {
  margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span {
  color: #688768;
}

.woocommerce nav.woocommerce-pagination a:focus,
.woocommerce nav.woocommerce-pagination a:hover,
.woocommerce nav.woocommerce-pagination span.current {
  background-color: #844556;
  color: #ffffff;
  border-color: #844556;
}

.woocommerce-cart .entry-content h2 {
  font-size: 26px !important;
  margin-bottom: 20px !important;
  font-family: "Cormorant";
}
@media (max-width: 1199px) {
  .woocommerce-cart .entry-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-cart .entry-content h2 {
    font-size: 20px;
  }
}

body.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  -webkit-mask-size: 2em;
          mask-size: 2em;
  width: 2em;
  height: 2em;
  margin: 0 auto 1em;
  background-color: #844556;
}

@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    float: none;
    display: block;
    margin-top: 10px;
  }
}

/* ------------------ Sidebar Filters ------------------ */
.shop-filters h3 {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  color: #000000;
}

/* Filter blocks */
.filter-block {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.filter-block h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* Category checkboxes */
.category-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.category-item input[type=checkbox] {
  margin-right: 6px;
}

/* Price inputs */
.price-inputs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.price-inputs input {
  width: 100%;
  padding: 5px;
  border: 0;
  border-radius: 4px;
}

/* Slider */
#price-slider {
  margin-top: 40px;
}

/* Filter button */
.filter-actions {
  margin-top: 10px;
}

/* ------------------ Shop Results ------------------ */
.shop-results {
  flex: 1;
}

.shop-results .loading-message {
  text-align: center;
  font-weight: 600;
  padding: 30px;
}

/* WooCommerce notices and result count wrapper */
.woocommerce-before-shop-loop {
  margin-bottom: 20px;
}

/* Pagination */
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 5px;
}

.woocommerce-pagination a,
.woocommerce-pagination span.current {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 2px;
  text-decoration: none;
  color: #333;
}

.woocommerce-pagination span.current {
  background-color: #688768;
  color: #fff;
  border-color: #688768;
}

/* Product loop adjustments */
.products .product {
  margin-bottom: 30px;
}

input[type=radio] {
  accent-color: #688768;
  width: 15px;
  height: 15px;
  border-color: #688768;
}

/* Adjust for smaller screens */
@media (max-width: 991px) {
  .shop-container {
    flex-direction: column;
  }
  .shop-filters {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ---------------- Filter Collapse ------------------ */
.filter-collapsible .filter-content {
  display: block;
}

.filter-collapsible .filter-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #000000;
}

.filter-collapsible .toggle-arrow {
  transition: transform 0.3s ease;
  background-image: url("../images/dropdown-arrow-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  font-size: 0;
  height: 30px;
}

.filter-collapsible .toggle-arrow.open {
  transform: rotate(-180deg);
}

/* ---------------- Active Filter Pills ----------------- */
#active-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}

.filter-pill {
  display: inline-block;
  background: #e3e3e3;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
}

.filter-pill a {
  margin-left: 5px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.filter-pill a:hover {
  color: #000;
}

#clear-all-filters {
  margin-top: 5px;
}

/* ------------------ Price Range Slider ------------------ */
#price-slider {
  height: 8px;
  background: #ddd;
  border-radius: 4px;
  margin-top: 40px !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* Selected range */
#price-slider .ui-slider-range {
  background: #688768;
  border-radius: 4px;
}

/* Slider handles */
#price-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #688768;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  top: -4px;
  position: absolute;
}

/* Hover effect for handle */
#price-slider .ui-slider-handle:hover {
  background: #844556;
}

/* Focus effect for accessibility */
#price-slider .ui-slider-handle:focus {
  outline: none;
}

.filter-content input#search-title,
.filter-content input#search-sku {
  width: 100%;
  border: 0;
  padding: 8px;
  color: #000000;
}

/* For smaller screens */
@media (max-width: 991px) {
  #price-slider {
    margin-top: 15px;
  }
}
/* Optional: Add spacing above the slider for price inputs */
.price-inputs {
  margin-bottom: 10px;
}

/* Price slider handle labels */
.ui-slider-handle span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #688768;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 12px;
  white-space: nowrap;
  pointer-events: none;
}

.tax-product_cat nav.woocommerce-breadcrumb {
  display: none;
}
.tax-product_cat .shop-container {
  max-width: 1830px;
  margin: 0 auto;
  padding: 80px 15px;
}
@media (max-width: 991px) {
  .tax-product_cat .shop-container {
    padding: 40px 15px;
  }
}
.tax-product_cat header.woocommerce-products-header {
  background-color: #844556;
  color: #ffffff;
  z-index: 1;
  position: relative;
  border-radius: 20px;
}
.tax-product_cat header.woocommerce-products-header h1 {
  padding: 180px 60px 120px 60px;
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  font-family: "Cormorant";
  font-size: 72px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1899px) {
  .tax-product_cat header.woocommerce-products-header h1 {
    padding: 180px 15px 120px 15px;
  }
}
@media (max-width: 1600px) {
  .tax-product_cat header.woocommerce-products-header h1 {
    font-size: 62px;
  }
}
@media (max-width: 1440px) {
  .tax-product_cat header.woocommerce-products-header h1 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .tax-product_cat header.woocommerce-products-header h1 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .tax-product_cat header.woocommerce-products-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .tax-product_cat header.woocommerce-products-header h1 {
    font-size: 28px;
    padding: 140px 15px 80px 15px;
  }
}
@media (max-width: 767px) {
  .tax-product_cat header.woocommerce-products-header h1 {
    font-size: 24px;
  }
}
.tax-product_cat ul.products {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-right: 0px;
}
.tax-product_cat ul.products:before, .tax-product_cat ul.products:after {
  display: none;
}
.tax-product_cat ul.products li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  float: none !important;
  margin: 0 !important;
  width: calc(25% - 30px) !important;
}
@media (max-width: 1199px) {
  .tax-product_cat ul.products li {
    width: calc(33.33% - 20px) !important;
  }
}
@media (max-width: 991px) {
  .tax-product_cat ul.products li {
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 767px) {
  .tax-product_cat ul.products li {
    width: 100% !important;
  }
}
.tax-product_cat ul.products li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex: 1;
}
.tax-product_cat ul.products li h2.woocommerce-loop-product__title {
  font-size: 20px !important;
  font-family: "Inter" !important;
  line-height: 130%;
  color: #000000 !important;
  word-wrap: break-word;
  text-transform: inherit;
}
.tax-product_cat ul.products li span.price {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Inter" !important;
}
.tax-product_cat ul.products li a.woocommerce-loop-product__link img {
  max-height: 240px !important;
  min-height: 240px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.woocommerce-info {
  border-top-color: #688768 !important;
}
.woocommerce-info:before {
  color: #688768 !important;
}

.woocommerce-error::before {
  border-top-color: #844556 !important;
}
.woocommerce-error::before:before {
  color: #844556 !important;
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  display: none;
}

input[type=checkbox] {
  accent-color: #688768 !important;
  border-color: #688768 !important;
}
input[type=checkbox]:focus, input[type=checkbox]:focus-visible, input[type=checkbox]:checked {
  outline: none !important;
  box-shadow: none !important;
}
input[type=checkbox]::before {
  color: #688768 !important;
}

.woocommerce div.product div.images {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .woocommerce div.product div.images {
    margin-bottom: 30px;
  }
}
.woocommerce div.product div.images img {
  aspect-ratio: 1/0.6;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce div.product div.summary {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .woocommerce div.product div.summary {
    margin-bottom: 30px;
  }
}

.wc-block-components-totals-wrapper .wc-block-components-totals-item span.wc-block-components-totals-item__label {
  font-family: "Cormorant" !important;
  font-size: 18px !important;
  text-transform: uppercase;
}

body.error404 .site-header {
  background-color: #844556;
}
body.error404 section.error-404 {
  padding: 200px 60px 120px 60px;
  max-width: 1830px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1600px) {
  body.error404 section.error-404 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  body.error404 section.error-404 {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

.woocommerce-message {
  border-top-color: #688768 !important;
}

.woocommerce-message::before {
  color: #688768 !important;
}

.woocommerce-error {
  border-top-color: #844556 !important;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
  color: #844556;
}

.page-template-default .entry-content {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .page-template-default .entry-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template-default .entry-content ul,
.page-template-default .entry-content ol {
  padding-left: 30px;
}
.page-template-default .entry-content ul:not(:last-child),
.page-template-default .entry-content ol:not(:last-child) {
  margin-bottom: 12px;
}
.page-template-default .entry-content a {
  color: #688768;
  word-break: break-word;
}
.page-template-default .entry-content p {
  color: #000000;
}
.page-template-default .entry-content p:not(:last-child) {
  margin-bottom: 12px;
}
.page-template-default .entry-content h3,
.page-template-default .entry-content h4,
.page-template-default .entry-content h5,
.page-template-default .entry-content h6 {
  margin: 10px 0;
}

.section-normal_content {
  margin: 80px 0;
}
@media (max-width: 991px) {
  .section-normal_content {
    margin: 40px 0;
  }
}
.section-normal_content ul,
.section-normal_content ol {
  padding-left: 30px;
}
.section-normal_content ul:not(:last-child),
.section-normal_content ol:not(:last-child) {
  margin-bottom: 12px;
}
.section-normal_content a {
  color: #688768;
  word-break: break-word;
}
.section-normal_content a:hover {
  text-decoration: underline;
}
.section-normal_content p {
  color: #000000;
}
.section-normal_content p:not(:last-child) {
  margin-bottom: 12px;
}
.section-normal_content h3,
.section-normal_content h4,
.section-normal_content h5,
.section-normal_content h6 {
  margin: 30px 0 20px 0;
}
.section-normal_content h2 {
  margin: 30px 0 20px 0;
}
@media (min-width: 1601px) {
  .section-normal_content h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .section-normal_content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .section-normal_content h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-normal_content h2 {
    font-size: 22px;
  }
}

.single-product .site-header {
  background-color: #844556;
}
.single-product .content-area {
  padding-top: 150px;
}
.single-product .content-area a.woocommerce-product-gallery__trigger {
  z-index: 8 !important;
}
@media (max-width: 1199px) {
  .single-product .content-area {
    padding-top: 110px;
  }
}
.single-product .content-area h2 {
  font-size: 32px;
  color: #000000;
}
@media (max-width: 991px) {
  .single-product .content-area h2 {
    font-size: 26px;
  }
}
.single-product .content-area h3 {
  font-size: 28px;
}
.single-product .content-area h4 {
  font-size: 24px;
}
.single-product .content-area h5 {
  font-size: 22px;
}
.single-product .content-area span.required {
  color: #c02b0a;
}
.single-product .content-area .woocommerce-product-gallery {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 30px;
  position: relative;
}
.single-product .content-area .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  width: 15.15%;
}
.single-product .content-area .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background-color: #688768 !important;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product .content-area .woocommerce-product-gallery .woocommerce-product-gallery__trigger span {
  display: none;
}
.single-product .content-area .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #688768;
}
.single-product .content-area .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.single-product .content-area .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.single-product .content-area .woocommerce-product-gallery .flex-viewport {
  margin: 0;
  overflow: hidden !important;
}
.single-product .content-area .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  align-items: stretch;
  gap: 15px;
  flex-flow: wrap;
}
.single-product .content-area .product {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .single-product .content-area .product {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.single-product .content-area .product .product_title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .single-product .content-area .product .product_title {
    font-size: 26px;
  }
}
.single-product .content-area .product input[type=number] {
  border-color: #000000;
}
.single-product .content-area .product .product_meta a {
  color: #688768;
  text-decoration: underline;
}
.single-product .content-area .product .product_meta a:hover {
  color: #844556;
  text-decoration: none;
}
.single-product .content-area .product .price,
.single-product .content-area .product p.stock.in-stock {
  font-weight: 500;
  color: #000000;
  font-size: 20px;
}
.single-product .content-area .product form.cart {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 20px;
}
.single-product .site-main {
  width: 100%;
  max-width: 1830px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .single-product .site-main {
    padding: 0 15px;
  }
}
.single-product table th {
  text-align: left;
  padding: 5px;
}
.single-product table tr td {
  padding: 10px;
}
.single-product table tr:nth-child(odd) td {
  background-color: #e6e6e6;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper .panel {
  padding: 0 20px !important;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper h2,
.single-product .woocommerce-tabs.wc-tabs-wrapper h3,
.single-product .woocommerce-tabs.wc-tabs-wrapper h4,
.single-product .woocommerce-tabs.wc-tabs-wrapper h5,
.single-product .woocommerce-tabs.wc-tabs-wrapper h6 {
  margin: 30px 0 20px 0;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper li.active a {
  color: #844556 !important;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul,
.single-product .woocommerce-tabs.wc-tabs-wrapper ol {
  padding-left: 30px;
  padding-bottom: 20px;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li,
.single-product .woocommerce-tabs.wc-tabs-wrapper ol li {
  margin-bottom: 5px;
}
.single-product .woocommerce-Reviews #review_form_wrapper {
  background-color: #F3F6EF;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
}
.single-product .woocommerce-Reviews form label {
  margin-right: 5px;
  margin-bottom: 5px;
}
.single-product .woocommerce-Reviews input[type=submit] {
  padding: 16px 30px !important;
}
.single-product .woocommerce-Reviews input[type=submit]:before, .single-product .woocommerce-Reviews input[type=submit]::after {
  display: none;
}
.single-product .woocommerce-Reviews input[type=submit]:hover {
  background-color: #688768 !important;
}
.single-product section.related.products {
  margin-top: 80px;
}

.woocommerce p.stars a::before {
  color: #844556;
}/*# sourceMappingURL=styles.css.map */