/** Shopify CDN: Minification failed

Line 3121:13 Expected ":"

**/
.custom-slider{
}
.custom-slider .page-width{
  padding-right: 0;
}
.custom-slider-wrapper{
  position: relative;
}
.custom-slider-swiper{

}

.collection-hero__inner {
    background: #E2E0DB !important;
}


.collection-hero--with-image .collection-hero__text-wrapper {
        background: #fff !important;
  padding:2rem !important;
    }
.custom-slider-swiper::part(scrollbar){
  display: none;
}
.custom-slider-swiper *{
  box-sizing: border-box;
}
.custom-slider-slide{
  width: 80%;
  height: auto;
}
.custom-slider-item{
  display: flex;
  height: 100%;
}
.custom-slider-img{
  display: block;
  max-width: 100%;
  object-fit: cover;
  flex: 0 0 45%;
  width: 45%;
}
.custom-slider-content{
  flex: 0 0 55%;
  width: 55%;
  /* padding: 169px 114px; */
  padding: 4.5% 6.5%;
  height: 100%;
}
.custom-slider-header{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 88px;
}
.custom-slider-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  color: inherit;
}
.custom-slider-heading-link{
  font-family: var(--font-heading-family);
  font-weight: 600;
  letter-spacing: 0;
  font-size: 13.33px;
  line-height: 110.00000000000001%;
  text-align: center;
	transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);
  padding: 10px 15px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border: 1px solid;
}
.custom-slider-heading-link svg{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  right: -20px;
  visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.custom-slider-heading-link:hover{
  padding-right: 53px;
}
.custom-slider-heading-link:hover svg{
  right: 18px;
  visibility: visible;
  opacity: 1;
}
.custom-slider-title{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.custom-slider-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 50px;
}
.custom-slider-link{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  margin-top: 62px;
}
.custom-slider-link svg{
  display: block;
  transition: all 0.3s ease;
}
.custom-slider-link:hover svg{
  margin-left: 5px;
}
.custom-slider-header--mobile{
  display: none;
}
.custom-slider-navigation{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 32.5%;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.custom-slider-navigation svg{
  display: block;
}
.custom-slider-navigation span{
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0;
  font-style: normal;
  display: block;
}
.custom-slider-navigation span em{
  font-style: normal;
}
.custom-slider-navigation-prev{
  cursor: pointer;
}
.custom-slider-navigation-next{
  cursor: pointer;
}
/* Custom cursor: follows the mouse when over the slider section */
.custom-slider.custom-slider-cursor-active{
  cursor: none;
}
/* Full-viewport layer so cursor always paints on top (own stacking context) */
.custom-slider-cursor-layer{
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 2147483647 !important;
  display: none;
  isolation: isolate;
  transform: translateZ(0);
}
.custom-slider-cursor-layer.is-visible{
  display: block !important;
  visibility: visible !important;
}
.custom-slider-cursor-follower{
  position: absolute !important;
  left: 0;
  top: 0;
  width: 131px !important;
  height: 131px !important;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: none;
  display: flex !important;
  visibility: visible !important;
  border-radius: 50%;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  box-sizing: border-box;
}
.custom-slider-cursor-follower svg{
  display: block;
}
.custom-slider-cursor-follower span{
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0;
  font-style: normal;
}
@media screen and (max-width: 1500px){
  .custom-slider-header{
    margin-bottom: 40px;
  }
  .custom-slider-text{
    margin-top: 30px;
  }
  .custom-slider-link{
    margin-top: 30px;
  }
  .custom-slider-slide{
    width: 90%;
  }
  .custom-slider-navigation{
    left: 36%;
  }
}
@media screen and (max-width: 1024px){
  .custom-slider-slide{
    width: 130%;
  }
  .custom-slider-navigation{
    left: 52%;
  }
}
@media screen and (max-width: 989px){
  
}
@media screen and (max-width: 749px){
  .custom-slider-heading-link{
    font-size: 10px;
    padding: 10px 15px;
  }
  .custom-slider-heading-link svg{
    width: 14px;
    right: -20px;
  }
  .custom-slider-heading-link:hover{
    padding-right: 35px;
  }
  .custom-slider-heading-link:hover svg{
    right: 14px;
  }
  .custom-slider-header--desktop{
    display: none;
  }
  .custom-slider-header--mobile{
    display: block;
    padding-right: 2.4rem;
  }
  .custom-slider-header{
    margin-bottom: 36px;
    text-align: center;
  }
  .custom-slider-heading{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .custom-slider-item{
    flex-direction: row-reverse;
  }
  .custom-slider-title{
    font-size: 14px;
  }
  .custom-slider-text{
    font-size: 12px;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .custom-slider-link{
    margin-top: 20px;
    font-size: 10px;
    gap: 8px;
  }
  .custom-slider-link svg{
    width: 12px;
  }
  .custom-slider-content{
    padding: 45px 14px;
  }
  .custom-slider-content{
    width: 50%;
    flex: 0 0 50%;
  }
  .custom-slider-img{
    width: 50%;
    flex: 0 0 50%;
  }
  .custom-slider-slide{
    width: 80%;
  }
  .custom-slider-navigation{
    display: none;
  }
  .custom-slider-cursor-layer{
    display: none !important;
  }
  .custom-slider.custom-slider-cursor-active{
    cursor: default;
  }
  .custom-slider-swiper::part(scrollbar){
    display: block;
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px){
  .custom-slider-slide{
    width: 130%;
  }
}

.custom-hero-slider-header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 52px;
}
.custom-hero-slider-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 90px;
  line-height: 110.00000000000001%;
  margin: 0;
  width: calc(66% - 20px);
}
.custom-hero-slider-text{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  line-height: 120%;
  margin: 0;
  width: calc(34% - 20px);
}

.custom-hero-slider-swiper-wrapper{
  position: relative;
  width: 100%;
}

.custom-hero-slider-navigation{
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  z-index: 2;
  padding: 0 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  right: 27%;
}
.custom-hero-slider-navigation-prev{
  cursor: pointer;
  display: block;
}
.custom-hero-slider-navigation-next{
  cursor: pointer;
  display: block;
}
.custom-hero-slider-item{
  text-decoration: none;
  color: #212121;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-sizing: border-box;
  display: block;
}
.custom-hero-slider-img-hover{

}
.custom-hero-slider-img-wrapper{
  position: relative;
  box-sizing: border-box;
}
.custom-hero-slider-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 20/12;
  object-fit: cover;
}
.custom-hero-slider-img2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.custom-hero-slider-img-hover:hover .custom-hero-slider-img2{
  opacity: 1;
  visibility: visible;
}
.custom-hero-slider-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  transition: all 0.5s ease;
  display: block !important;
  visibility: hidden;
  opacity: 0;
}
.custom-hero-slider-item:hover .custom-hero-slider-overlay{
  opacity: 1;
  visibility: visible;
}
.custom-hero-slider-logo-wrapper{
  position: absolute;
  top: -11px;
  left: -11px;
  padding: 11px;
  box-sizing: border-box;
  width: 136px;
  height: 101px;
  border-radius: 0 0 7px 0;
  z-index: 3;
}
.custom-hero-slider-logo-inner{
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 12px;
}
.custom-hero-slider-logo{
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-hero-slider-item-text-wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  border-radius: 7px 7px 0 0;
  transform: translateY(70%) translateZ(0);
  transition: all 0.5s ease;
}
.custom-hero-slider-item:hover .custom-hero-slider-item-text-wrapper{
  transform: translateY(0%);
}
.custom-hero-slider-item:hover .custom-hero-slider-item-text-wrapper span svg{
  transform: translateX(-50%) rotate(-180deg);
}
.custom-hero-slider-item-text-wrapper span{
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  width: 100px;
  height: 100px;
  clip-path: ellipse(30% 25% at 50% 100%);
  display: block;
}
.custom-hero-slider-item-text-wrapper span svg{
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  transition: all 0.5s ease;
}
.custom-hero-slider-item-text{
  font-size: 20px;
  font-family: var(--font-body-family-2);
  font-style: italic;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  text-align: center;
  padding: 15px 10px;
}

@media screen and (max-width: 1500px){
  .custom-hero-slider-heading{
    font-size: 60px;
  }
  .custom-hero-slider-text{
    font-size: 22px;
  }
  .custom-hero-slider-navigation{
    right: 27%;
    width: 80px;
    height: 80px;
    padding: 0 18px;
  }
}
@media screen and (max-width: 989px){
  .custom-hero-slider-heading{
    font-size: 40px;
  }
  .custom-hero-slider-text{
    font-size: 16px;
  }
  .custom-hero-slider-navigation{
    right: 19.5%;
  }
}
@media screen and (max-width: 749px){
  .custom-hero-slider-heading{
    font-size: 30px;
    width: 100%;
  }
  .custom-hero-slider-text{
    font-size: 12px;
    width: 80%;
  }
  .custom-hero-slider-header{
    gap: 10px;
    margin-bottom: 35px;
  }
  .custom-hero-slider-navigation{
    display: none;
  }
  .custom-hero-slider-item-text-wrapper{
    display: none;
  }
  .custom-hero-slider-logo-inner{
    padding: 8px;
  }
  .custom-hero-slider-logo-wrapper{
    aspect-ratio: 20 / 12;
    width: 110px;
    height: auto;
  }
  .custom-hero-slider-logo-wrapper{
    padding: 5px;
    top: -5px;
    left: -5px;
  }
}
@media screen and (max-width: 450px){
  .custom-hero-slider-logo-wrapper{
    aspect-ratio: 20 / 13;
    width: 80px;
  }
  .custom-hero-slider-logo-inner{
    padding: 7px;
  }
}

/* Custom Logo With Text */
.custom-lwt{

}
.custom-lwt-wrapper{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  justify-content: center;
  padding: 24px 50px;;
  border-radius: 8px;
}
.custom-lwt-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 34px;
  width: calc(100% / 3);
}
.custom-lwt-img{
  width: 52px;
  max-width: 100%;
  flex: 0 0 52px;
  height: auto;
  display: block;
}
.custom-lwt-text{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  line-height: 114.99999999999999%;
  margin: 0;
}

@media screen and (max-width: 1500px){
  .custom-lwt-img{
    width: 40px;
    flex: 0 0 40px;
  }
  .custom-lwt-text{
    font-size: 24px;
  }
  .custom-lwt-item{
    gap: 10px 20px;
  }
}
@media screen and (max-width: 989px){
  .custom-lwt-img{
    width: 24px;
    flex: 0 0 24px;
  }
  .custom-lwt-text{
    font-size: 16px;
  }
  .custom-lwt-item{
    gap: 10px 10px;
  }
  .custom-lwt-wrapper{
    padding: 20px 30px;
  }
}
@media screen and (max-width: 749px){
  .custom-lwt-img{
    width: 20px;
    flex: 0 0 20px;
  }
  .custom-lwt-text{
    font-size: 10px;
  }
  .custom-lwt-item{
    gap: 8px;
    flex-direction: column;
    text-align: center;
  }
  .custom-lwt-wrapper{
    padding: 14px;
    border-radius: 4px;
    gap: 10px;
  }
}

/* Custom Image With Text */
.custom-iwt{

}
.custom-iwt-wrapper{
  display: flex;
  position: relative;
}
.custom-iwt-text-wrapper{
  width: 57%;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.custom-iwt-style-1{
  padding: 70px;
  padding-right: 160px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 80% 70%, 80% 100%, 0 100%);
}
.custom-iwt-style-2{
  padding: 70px;
  clip-path: polygon(0% 0%, 70% 0, 70% 25%, 100% 25%, 100% 100%, 0 100%);
}
.custom-iwt-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 50px;
  line-height: 114.99999999999999%;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  color: inherit;
}
.custom-iwt-style-2 .custom-iwt-heading{
  padding-right: 30%;
}
@media screen and (min-width: 730px) {
  .custom-iwt-text ul {
    padding-right: 120px;
    padding-left: 0;
  }
}
.custom-iwt-square{
  width: 200px;
  height: 200px;
  background-color: #764ABC;
  float: left;
  border-radius: 50%;
  shape-outside: circle(50%);
}
.custom-iwt-text *{
  letter-spacing: 0;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
}
.custom-iwt-text *:first-child{
  margin-top: 0;
}
.custom-iwt-text *:last-child{
  margin-bottom: 0;
}
.custom-iwt-link-wrapper{
  margin-top: 100px;
}
.custom-iwt-link{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  text-align: center;
	transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);
  padding: 15px 20px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.custom-iwt-link svg{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  right: -20px;
  visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.custom-iwt-link:hover{
  padding-right: 53px;
}
.custom-iwt-link:hover svg{
  right: 18px;
  visibility: visible;
  opacity: 1;
}
.custom-iwt-img-wrapper{
  width: 62%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.custom-iwt-img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1500px){
  .custom-iwt-heading{
    font-size: 40px;
  }
  .custom-iwt-text *{
    font-size: 16px;
  }
  .custom-iwt-link{
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px){
  .custom-iwt-heading{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .custom-iwt-text *{
    font-size: 18px;
  }
  .custom-iwt-link{
    font-size: 15px;
  }
  .custom-iwt-link-wrapper{
    margin-top: 50px;
  }
}
@media screen and (max-width: 989px){
  .custom-iwt-heading{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .custom-iwt-text *{
    font-size: 16px;
  }
  .custom-iwt-link{
    font-size: 13px;
    padding: 12px 15px;
  }
  .custom-iwt-link-wrapper{
    margin-top: 50px;
  }
  .custom-iwt-style-1 {
    padding: 50px;
  }
  .custom-iwt-style-2{
    padding: 50px;
  }
}
@media screen and (max-width: 749px){
  .custom-iwt-text-wrapper{
    width: 100%;
    padding: 32px 14px;
    border-radius: 4px;
  }
  .custom-iwt-img-wrapper{
    width: 100%;
    display: block;
    position: static;
    border-radius: 4px;
    overflow: hidden;
  }
  .custom-iwt-style-1--wrapper .custom-iwt-img-wrapper{
    margin-top: -25%;
  }
  .custom-iwt-style-2--wrapper .custom-iwt-img-wrapper{
    margin-bottom: -25%;
  }
  .custom-iwt-wrapper{
    flex-wrap: wrap;
  }
  .custom-iwt-heading{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .custom-iwt-text *{
    font-size: 13px;
  }
  .custom-iwt-link-wrapper{
    margin-top: 20px;
  }
  .custom-iwt-style-1{
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 65% 70%, 65% 100%, 0 100%);
  }
  .custom-iwt-style-2--wrapper{
    flex-direction: column-reverse;
  }
  .custom-iwt-link{
    font-size: 10px;
    padding: 10px 15px;
  }
  .custom-iwt-link svg{
    width: 14px;
    right: -20px;
  }
  .custom-iwt-link:hover{
    padding-right: 35px;
  }
  .custom-iwt-link:hover svg{
    right: 14px;
  }
}
@media screen and (max-width: 480px){
  .custom-iwt-style-1--wrapper .custom-iwt-img-wrapper{
    margin-top: -22%;
  }
  .custom-iwt-style-2--wrapper .custom-iwt-img-wrapper{
    margin-bottom: -30%;
  }
  .custom-iwt-style-1 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 65% 85%, 65% 100%, 0 100%);
  }
  .custom-iwt-style-2{
    clip-path: polygon(0% 0%, 65% 0, 65% 20%, 100% 20%, 100% 100%, 0 100%);
  }
  .custom-iwt-style-2 .custom-iwt-heading{
    padding-right: 38%;
  }
}

/* Custom Marquee */
.custom-marquee{
  display: flex;
  align-items: center;
  overflow: hidden;
  --gap: 130px;
  gap: var(--gap);
  padding: 55px 0;
  border-radius: 8px;
}
.custom-marquee-wrapper{
  display: flex;
  align-items: center;
  gap: var(--gap);
  flex: 0 0 auto;
  animation: scroll 60s linear infinite;
}

.custom-marquee-img{
  display: block;
  object-fit: contain;
  flex: 0 0 214px;
  max-width: 100%;
  width: 214px;
  height: 106px;
}
@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media screen and (max-width: 1024px){
  .custom-marquee{
    --gap: 50px;
  }
  .custom-marquee-img{
    flex: 0 0 120px;
    width: 120px;
    height: 55px;
  }
  .custom-marquee{
    padding: 30px 0;
  }
}
@media screen and (max-width: 749px){
  .custom-marquee{
    --gap: 33px;
    border-radius: 0;
  }
  .custom-marquee-img{
    flex: 0 0 55px;
    width: 55px;
    height: 27px;
  }
  .custom-marquee{
    padding: 15px 0;
  }
  .custom-marquee-section .page-width{
    padding: 0;
  }
}

/* Custom Richtext */
.custom-richtext{

}
.custom-richtext-wrapper{
  text-align: center;
}
.custom-richtext-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 114.99999999999999%;
  margin: 0;
  max-width: 1420px;
  color: inherit;
  margin: 0 auto;
}
.custom-richtext-text{
  max-width: 940px;
  margin: 0 auto;
  margin-top: 40px;
}
.custom-richtext-text *{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
.custom-richtext-text *:first-child{
  margin-top: 0;
}
.custom-richtext-text *:last-child{
  margin-bottom: 0;
}
.custom-richtext-link-wrapper{
  margin-top: 60px;
}
.custom-richtext-link{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  text-align: center;
	transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);
  padding: 15px 20px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border: 1px solid;
}
.custom-richtext-link svg{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  right: -20px;
  visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.custom-richtext-link:hover{
  padding-right: 53px;
}
.custom-richtext-link:hover svg{
  right: 18px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 749px){
  .custom-richtext-link{
    font-size: 10px;
    padding: 10px 15px;
  }
  .custom-richtext-link svg{
    width: 14px;
    right: -20px;
  }
  .custom-richtext-link:hover{
    padding-right: 35px;
  }
  .custom-richtext-link:hover svg{
    right: 14px;
  }
  .custom-richtext-heading{
    font-size: 20px;
  }
  .custom-richtext-text *{
    font-size: 12px;
  }
  .custom-richtext-text{
    margin-top: 16px;
  }
  .custom-richtext-link-wrapper{
    margin-top: 35px;
  }
}

/* Custom Grid */
.custom-grid{

}
.custom-grid-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.custom-grid-item{
  width: calc(50% - 8px);
}
.custom-hero-slider-badge{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 27px 50px 27px 0;
  border-radius: 0 0 7px 0;
  max-width: calc(100% - 50px);
}
.custom-grid-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 25px;
  color: inherit;
  padding: 20px;
}
.custom-grid-item-sticky{
  position: sticky;
  top: 200px;
}
.custom-grid-item-non-sticky{
  margin-top: 30vw;
}
@media screen and (max-width: 1500px){
  .custom-hero-slider-badge{
    font-size: 18px;
    padding: 15px 15px 15px 0;
  }
}
@media screen and (max-width: 989px){
  .custom-hero-slider-badge{
    font-size: 14px;
    padding: 12px 12px 12px 0;
  }
  .custom-grid-text{
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 749px){
  .custom-grid-item-sticky{
    position: static;
  }
  .custom-grid-item-non-sticky{
    margin-top: 0;
  }
  .custom-grid-wrapper{
    flex-wrap: wrap;
    gap: 35px;
  }
  .custom-grid-item{
    width: 100%;
  }
  .custom-hero-slider-badge{
    font-size: 11px;
    padding: 10px 10px 10px 0;
  }
  .custom-grid-text{
    font-size: 10px;
    margin-top: 16px;
  }
}

/* Custom Featured Products */
.custom-fc{

}
.custom-fc .page-width{
  padding-right: 0;
}
.custom-fc-header{
  display: flex;
  align-items: center;
  margin-bottom: 75px;
  padding-right: 3.2rem;
}
.custom-fc-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 50px;
  line-height: 114.99999999999999%;
  margin: 0;
  flex: 1 1 auto;
  color: inherit;
}
.custom-fc-navigation{
  display: flex;
  gap: 24px;
}
.custom-fc-navigation-prev{
  background: #212121E5;
  color: white;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-fc-navigation-prev svg{
  width: 12px;
  display: block;
}
.custom-fc-navigation-next{
  background: #212121E5;
  color: white;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-fc-navigation-next svg{
  width: 12px;
  display: block;
}
.custom-fc-swiper{

}
.custom-fc-swiper::part(scrollbar){
  display: none;
}
.custom-fc-slide{
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-fc-first-slide{
  width: 35%;
}
.custom-fc-item{
  
}
.custom-fc-img-wrapper{
  padding: 10px;
  text-decoration: none;
  color: inherit;
  background: white;
  display: block;
  position: relative;
  border-radius: 7px;
}
.custom-fc-badge{
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  display: block;
  border-radius: 0 0 8px 0;
}
.custom-fc-first-slide .custom-fc-badge{
  font-size: 26px;
  padding: 15px 33px;
}
.custom-fc-icon{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 1px 6px 6px;
}
.custom-fc-icon-inner{
  border: 1.5px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.custom-fc-icon-inner svg{
  display: block;
  width: 24px;
  height: 24px;
}
.custom-fc-first-slide .custom-fc-icon-inner{
  width: 106px;
  height: 106px;
  border-radius: 5px;
}
.custom-fc-first-slide .custom-fc-icon-inner svg{
  display: block;
  width: 40px;
  height: 40px;
}
.custom-fc-icon-inner:hover{
  transform: translate(1px, -1px);
  background: #028361 !important;
}
.custom-fc-img{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  aspect-ratio: 20/10;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.custom-fc-img-wrapper:hover .custom-fc-img{
  transform: scale(1.05);
  opacity: 0.9;
}
.custom-fc-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  margin: 0;
  text-decoration: none;
  color: black;
  margin-top: 26px;
  display: block;
  text-transform: uppercase;
}
.custom-fc-first-slide .custom-fc-title{
  font-size: 33.17px;
  margin-top: 44px;
}
.custom-fc-subtitle{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 14.2px;
  color: black;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
}
.custom-fc-first-slide .custom-fc-subtitle{
  font-size: 22.75px;
  margin-top: 17px;
}
.custom-fc-price{
  color: black;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 11px;
  margin: 10px 0;
  flex-wrap: wrap;
}
.custom-fc-price strike{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 31.36px;
  line-height: 110.00000000000001%;
  opacity: 0.7;
  display: block;
}
.custom-fc-price span{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 110.00000000000001%;
  display: block;
}
.custom-fc-price em{
  display: block;
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 31.36px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}
.custom-fc-first-slide .custom-fc-price{
  margin-top: 17px;
}
.custom-fc-first-slide .custom-fc-price strike{
  font-size: 50.23px;
}
.custom-fc-first-slide .custom-fc-price span{
  font-size: 50.23px;
}
.custom-fc-first-slide .custom-fc-price em{
  font-size: 50.23px;
}
@media screen and (max-width: 1500px){
  .custom-fc-slide{
    width: 32.33%;
  }
  .custom-fc-first-slide{
    width: 45%;
  }
}
@media screen and (max-width: 1200px){
  .custom-fc-first-slide .custom-fc-badge{
    font-size: 18px;
    padding: 10px 20px;
  }
  .custom-fc-first-slide .custom-fc-icon-inner{
    width: 62px;
    height: 62px;
    border-radius: 3px;
  }
  .custom-fc-first-slide .custom-fc-icon-inner svg{
    width: 24px;
    height: 24px;
  }
  .custom-fc-first-slide .custom-fc-title{
    font-size: 20.71px;
    margin-top: 26px;
  }
  .custom-fc-first-slide .custom-fc-subtitle{
    font-size: 14.2px;
    margin-top: 10px;
  }
  .custom-fc-first-slide .custom-fc-price strike{
    font-size: 31.36px;
  }
  .custom-fc-first-slide .custom-fc-price span{
    font-size: 31.36px;
  }
  .custom-fc-first-slide .custom-fc-price em{
    font-size: 31.36px;
  }
}
@media screen and (max-width: 1024px){
  .custom-fc-slide{
    width: 40%;
  }
  .custom-fc-first-slide{
    width: 50%;
  }
}
@media screen and (max-width: 989px){
  .custom-fc-heading{
    font-size: 35px;
  }
}
@media screen and (max-width: 749px){
  .custom-fc-header{
    padding-right: 2.4rem;
  }
  .custom-fc-slide{
    width: 49%;
  }
  .custom-fc-first-slide{
    width: 70%;
  }
  .custom-fc-navigation{
    display: none;
  }
  .custom-fc-heading{
    font-size: 20px;
  }
  .custom-fc-header{
    margin-bottom: 30px;
  }
  .custom-fc-badge{
    font-size: 12px !important;
    padding: 8px 10px !important;
    border-radius: 0 0 4px 0;
  }
  .custom-fc-title{
    margin-top: 14px !important;
    font-size: 14px !important;
  }
  .custom-fc-subtitle{
    margin-top: 7px !important;
  }
  .custom-fc-price{
    margin-top: 7px !important;
    gap: 0 4px !important;
  }
  .custom-fc-price strike{
    font-size: 17px !important;
  }
  .custom-fc-price span{
    font-size: 17px !important;
  }
  .custom-fc-price em{
    font-size: 17px !important;
  }
  .custom-fc-icon-inner{
    width: 30px !important;
    height: 30px !important;
  }
  .custom-fc-icon-inner svg{
    width: 18px !important;
    height: 18px !important;
  }
  .custom-fc-swiper::part(scrollbar){
    display: block;
    margin-top: 40px;
    position: static;
  }
}

/* Custom Video */
.custom-video {
  display: block;
}
.custom-video-wrapper{
  text-align: center;
}
.custom-video-heading{
  color: inherit;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 114.99999999999999%;
  max-width: 1361px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.custom-video-text{
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 102px;
}
.custom-video-text *{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}
.custom-video-text > *:first-child{
  margin-top: 0;
}
.custom-video-text > *:last-child{
  margin-bottom: 0;
}
.custom-video-main{
  display: block;
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
}
.custom-video-main.active{
  max-width: 100%;
}
.custom-video-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  border-radius: 15px;
  cursor: pointer;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.custom-video-play{
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.custom-video-play svg{
  display: block;
  width: 38px;
}
.custom-video-vid{
  display: block;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 749px){
  .custom-video-play{
    width: 80px;
    height: 80px;
  }
  .custom-video-play svg{
    width: 24px;
  }
  .custom-video-overlay{
    border-radius: 4px;
  }
  .custom-video-vid{
    border-radius: 4px;
  }
  .custom-video-heading{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .custom-video-text *{
    font-size: 12px;
  }
  .custom-video-text{
    margin-bottom: 33px;
  }
}

/* Custom Scroll */
.custom-scroll {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.custom-scroll-wrapper {
  /* width: 300%; */
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  /* height: calc(100vh - var(--header-height)); */
  align-items: stretch;
}
.custom-scroll-flex-wrapper{
  display: flex;
  align-items: flex-start;
}
.custom-scroll-year-container{
  padding-right: 16px;
  position: relative;
  z-index: 2;
  padding-left: 32px;
}
.custom-scroll-year-wrapper{
  flex: 0 0 296px;
  width: 296px;
  padding: 63px;
  display: flex;
  flex-direction: column;
  gap: 65px;
  justify-content: center;
  border-radius: 8px;
  height: 100%;
}
.custom-scroll-year-item{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  display: block;
  pointer-events: none;
  color: #21212133;
}
.custom-scroll-year-item.active{
  color: inherit;
}
.custom-scroll-item{
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
}
.custom-scroll-img{
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 850px;
  flex: 0 0 850px;
}
.custom-scroll-content{
  width: 850px;
  flex: 0 0 850px;
  padding: 80px 70px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.custom-scroll-drag{
  display: none;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 17.61px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 176px;
  height: 176px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  left: -100px;
}
.custom-scroll-content-even{
  flex-direction: column-reverse;
}
.custom-scroll-year-split{
  flex: 0 0 auto;
}
.custom-scroll-content-split{
  flex: 1 1 auto;
}
.custom-scroll-content-odd .custom-scroll-content-split{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.custom-scroll-year{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 200px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
}
.custom-scroll-year span{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  display: block;
}
.custom-scroll-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 33px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
}
.custom-scroll-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 25px;
}

.custom-scroll-mobile{
  display: none;
}
.custom-scroll-thumb-swiper{
  background: #FFFFFF80;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 25px;
}
.custom-scroll-mobile-year-main{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  display: block;
  color: #21212133;
  transition: all 0.3s ease;
}
.custom-scroll-thumb-swiper .swiper-slide-thumb-active .custom-scroll-mobile-year-main{
  color: inherit;
}
.custom-scroll-swiper{

}
.custom-scroll-swiper::part(scrollbar){
  position: static;
  margin-top: 30px;
}
.custom-scroll-mobile-item{
  border-radius: 4px;
}
.custom-scroll-mobile-content{
  padding: 30px 20px;
}
.custom-scroll-mobile-year{
  font-family: var(--font-heading-family);
  font-weight: 400;
  font-size: 75px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  margin: 0;
}
.custom-scroll-mobile-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 16px;
}
.custom-scroll-mobile-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 16px;
}
.custom-scroll-mobile-img-wrapper{
  position: relative;
  margin-top: 30px;
}
.custom-scroll-mobile-img-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 25%;
  background: white;
}
.custom-scroll-mobile-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 20/15;
}

@media screen and (max-width: 1250px){
  .custom-scroll-year{
    font-size: 100px;
  }
  .custom-scroll-img{
    width: 600px;
    flex: 0 0 600px;
  }
  .custom-scroll-content{
    width: 600px;
    flex: 0 0 600px;
    padding: 80px 70px;
  }
  .custom-scroll-year-wrapper{
    flex: 0 0 220px;
    width: 220px;
    gap: 30px;
    padding: 30px;
  }
  .custom-scroll-heading{
    font-size: 24px;
  }
  .custom-scroll-text{
    font-size: 20px;
  }
  .custom-scroll-year-item{
    font-size: 32px;
  }
}
@media screen and (max-width: 989px){
  .custom-scroll{
    display: none;
  }
  .custom-scroll-mobile{
    display: block;
  }
}


/* Custom Collage */
.custom-collage{

}
.custom-collage-inner{
  position: relative;
  padding: 176px 0 163px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.custom-collage-style-1 .custom-collage-img-1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 22%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 20 / 18;
}
.custom-collage-style-1 .custom-collage-img-2{
  position: absolute;
  top: 0;
  right: 90px;
  width: 100%;
  max-width: 20%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 20 / 16;
}
.custom-collage-style-1 .custom-collage-img-3{
  position: absolute;
  bottom: 0;
  left: 12%;
  width: 100%;
  max-width: 19%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 20 / 18;
}
.custom-collage-style-1 .custom-collage-img-4{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 20%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}
.custom-collage-style-2 .custom-collage-img-1{
  position: absolute;
  top: 0;
  left: 90px;
  width: 100%;
  max-width: 20%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 20 / 16;
}
.custom-collage-style-2 .custom-collage-img-2{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 22%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 20 / 18;
}
.custom-collage-style-2 .custom-collage-img-3{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 20%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}
.custom-collage-style-2 .custom-collage-img-4{
  position: absolute;
  bottom: 0;
  right: 12%;
  width: 100%;
  max-width: 19%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 20 / 18;
}
.custom-collage-wrapper{
  max-width: 1544px;
  margin: 0 auto;
  border-radius: 8px;
}
.custom-collage-wrapper-inner{
  max-width: 890px;
  margin: 0 auto;
  padding: 106px 77px;
}
.custom-collage-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 114.99999999999999%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}
.custom-404-heading{
  font-size: 250px;
  line-height: 80%;
}
.custom-collage-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-top: 40px;
}
.custom-collage-link-wrapper{
  margin-top: 77px;
  text-align: center;
}
.custom-collage-link{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  text-align: center;
  transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);
  padding: 16px 20px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.custom-collage-link svg{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  right: -20px;
  visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.custom-collage-link:hover{
  padding-right: 53px;
}
.custom-collage-link:hover svg{
  right: 18px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1200px){
  .custom-collage-style-1 .custom-collage-img-1{
    max-width: 24%;
    top: 10%;
  }
  .custom-collage-style-1 .custom-collage-img-2{
    max-width: 24%;
    top: 5%;
  }
  .custom-collage-style-1 .custom-collage-img-3{
    max-width: 23%;
    left: 6%;
    bottom: 5%;
  }
  .custom-collage-style-1 .custom-collage-img-4{
    max-width: 22%;
    bottom: 10%;
  }
  .custom-collage-style-2 .custom-collage-img-1{
    max-width: 24%;
    top: 5%;
  }
  .custom-collage-style-2 .custom-collage-img-2{
    max-width: 24%;
    top: 10%;
  }
  .custom-collage-style-2 .custom-collage-img-3{
    max-width: 22%;
    left: 0;
    bottom: 10%;
  }
  .custom-collage-style-2 .custom-collage-img-4{
    right: 6%;
    max-width: 23%;
    bottom: 5%;
  }
}
@media screen and (max-width: 749px){
  .custom-collage-link{
    font-size: 10px;
    padding: 10px 15px;
  }
  .custom-collage-link svg{
    width: 14px;
    right: -20px;
  }
  .custom-collage-link:hover{
    padding-right: 35px;
  }
  .custom-collage-link:hover svg{
    right: 14px;
  }
  .custom-collage-style-1 .custom-collage-img-1{
    max-width: 25%;
    top: 10%;
    border-radius: 3px;
  }
  .custom-collage-style-1 .custom-collage-img-2{
    max-width: 27%;
    top: 2%;
    right: 10%;
    border-radius: 3px;
  }
  .custom-collage-style-1 .custom-collage-img-3{
    max-width: 25%;
    left: 11%;
    bottom: 0%;
    border-radius: 3px;
  }
  .custom-collage-style-1 .custom-collage-img-4{
    max-width: 25%;
    bottom: 5%;
    border-radius: 3px;
  }
  .custom-collage-style-2 .custom-collage-img-1{
    max-width: 27%;
    top: 2%;
    border-radius: 3px;
    left: 10%;
  }
  .custom-collage-style-2 .custom-collage-img-2{
    max-width: 25%;
    top: 10%;
    right: 0;
    border-radius: 3px;
  }
  .custom-collage-style-2 .custom-collage-img-3{
    max-width: 25%;
    bottom: 5%;
    border-radius: 3px;
  }
  .custom-collage-style-2 .custom-collage-img-4{
    max-width: 25%;
    bottom: 0%;
    border-radius: 3px;
    right: 11%;
  }
  .custom-collage-wrapper-inner{
    padding: 70px 14px;
  }
  .custom-collage-heading{
    font-size: 20px;
  }
  .custom-collage-text{
    margin-top: 18px;
    font-size: 12px;
  }
  .custom-collage-link-wrapper{
    margin-top: 35px;
  }
  .custom-collage-inner{
    padding: 120px 0 100px 0;
  }
  .custom-404-heading{
    font-size: 40px;
  }
}
@media screen and (max-width: 480px){
  .custom-collage-inner{
    padding: 70px 0 53px 0;
  }
}

/* Main Page */
.custom-main-page-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 80px;
  line-height: 110.00000000000001%;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 58px;
}
.custom-main-page-content{

}
.custom-main-page-content p em{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
}
.custom-main-page{
  background: #E2E0DB;
  color: #212121;
}
.custom-main-page *{
  color: inherit;
}
.custom-main-page-content p{
  font-family: var(--font-body-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin: 15px 0;
}
.custom-main-page-content h1,
.custom-main-page-content h2{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 114.99999999999999%;
  letter-spacing: 2px;
  vertical-align: middle;
  margin: 40px 0;
}
.custom-main-page-content h3,
.custom-main-page-content h4,
.custom-main-page-content h5,
.custom-main-page-content h6{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 35px;
  line-height: 114.99999999999999%;
  letter-spacing: 2px;
  margin: 0;
  margin: 40px 0;
  margin-top: 75px;
}
.custom-main-page-content ul{
  font-family: var(--font-body-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin: 15px 0;
  padding-left: 35px;
}
@media screen and (max-width: 989px){
  .custom-main-page-title{
    font-size: 50px;
    margin-bottom: 58px;
  }
  .custom-main-page-content p em{
    font-size: 24px;
  }
  .custom-main-page-content p{
    font-size: 20px;
    margin: 15px 0;
  }
  .custom-main-page-content h1,
  .custom-main-page-content h2{
    font-size: 32px;
    margin: 40px 0;
  }
  .custom-main-page-content h3,
  .custom-main-page-content h4,
  .custom-main-page-content h5,
  .custom-main-page-content h6{
    font-size: 24px;
    margin: 40px 0;
    margin-top: 75px;
  }
  .custom-main-page-content ul{
    font-size: 20px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 749px){
  .custom-main-page-title{
    font-size: 35px;
    margin-bottom: 20px;
  }
  .custom-main-page-content p em{
    font-size: 20px;
  }
  .custom-main-page-content p{
    font-size: 14px;
    margin: 12px 0;
  }
  .custom-main-page-content h1,
  .custom-main-page-content h2{
    font-size: 24px;
    margin: 20px 0;
  }
  .custom-main-page-content h3,
  .custom-main-page-content h4,
  .custom-main-page-content h5,
  .custom-main-page-content h6{
    font-size: 20px;
    margin: 20px 0;
  }
  .custom-main-page-content ul{
    font-size: 14px;
    margin: 12px 0;
  }
}

/* Custom Faq */
.custom-faq {

}
.custom-faq-wrapper{
  max-width: 1544px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.custom-faq-item{
  border-radius: 8px;
}
.custom-faq-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  padding: 49px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.custom-faq-title svg{
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  transition: all 0.3s ease;
}
.custom-faq-title.active svg{
  transform: rotate(45deg);
}
.custom-faq-content{
  padding: 0 40px 49px 40px;
  display: none;
}
.custom-faq-content *{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0;
}
.custom-faq-content > *:first-child{
  margin-top: 0;
}
.custom-faq-content > *:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 989px){
  .custom-faq-title{
    font-size: 24px;
    padding: 35px;
  }
  .custom-faq-content{
    padding: 0 35px 35px 35px;
  }
  .custom-faq-title svg{
    width: 24px;
    height: 24px;
  }
  .custom-faq-wrapper{
    gap: 35px;
  }
  .custom-faq-content *{
    font-size: 20px;
  }
}
@media screen and (max-width: 749px){
  .custom-faq-title{
    font-size: 18px;
    padding: 25px;
  }
  .custom-faq-content{
    padding: 0 25px 25px 25px;
  }
  .custom-faq-title svg{
    width: 16px;
    height: 16px;
  }
  .custom-faq-wrapper{
    gap: 25px;
  }
  .custom-faq-content *{
    font-size: 15px;
  }
}

/* Custom Map */
.custom-map{

}
.custom-map-wrapper{
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}
.custom-map-content{
  width: 50%;
  padding: 95px 69px;
}
.custom-map-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}
.custom-map-sc-wrapper{
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-map-sc{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-map-sc-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}
.custom-map-sc-text{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 114.99999999999999%;
  letter-spacing: 2px;
  margin: 0;
}
.custom-map-display{
  width: 50%;
}
.custom-map-display iframe{
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 989px){
  .custom-map-content{
    width: 100%;
    padding: 40px 24px;
  }
  .custom-map-display{
    width: 100%;
  }
  .custom-map-display iframe{
    aspect-ratio: 20/14;
  }
  .custom-map-sc-title{
    font-size: 15px;
  }
  .custom-map-sc-text{
    font-size: 20px;
  }
  .custom-map-heading{
    font-size: 20px;
    letter-spacing: 1px;
  }
}

/* Custom Contact Form */
.custom-contact{

}
.custom-contact-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
}
.custom-contact-content{
  width: calc(50% - 50px);
  padding: 45px 100px;
}
.custom-contact-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 65px;
  line-height: 130%;
  letter-spacing: 3px;
  margin: 0;
}
.custom-contact-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 30px;
}
.custom-contract-info-wrapper{
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-contact-info{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-contact-info-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  margin: 0;
}
.custom-contact-info-text{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 35px;
  line-height: 114.99999999999999%;
  letter-spacing: 2px;
  margin: 0;
}
.custom-contact-info-text a{
  text-decoration: none;
  color: inherit;
}
.custom-contact-social-wrapper{
  margin-top: 74px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  align-items: center;
}
.custom-contact-social{
  display: block;
  width: 34px;
  height: 34px;
  color: inherit;
  text-decoration: none;
}
.custom-contact-social svg{
  display: block;
  width: 100%;
  height: 100%;
}
.custom-contact-form-wrapper{
  width: calc(50% - 50px);
  border-radius: 8px;
}
.custom-contact-form{
  padding: 65px 164px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-contact-field{
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.custom-contact-field-label{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}
.custom-contact-field-input{
  display: block;
  min-height: 41px;
  width: 100%;
  border: 1px solid #2121211A;
  border-radius: 5px;
  background: #E2E2DB33;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: inherit;
  outline: 0;
  box-shadow: none;
  padding: 10px 12px;
  resize: none;
}
.custom-contact-field-input::placeholder{
  opacity: 1;
  color: #21212199;
}
.custom-contact-footer-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.custom-contact-agree-input{
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #E2E2DB;
  background: #E2E2DB;
  display: none !important;
}
.custom-contact-agree-label{
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  display: block;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  margin-top: 4px;
  line-height: 1.3;
}
.custom-contact-agree-label span{
  background: #E2E2DB;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}
.custom-contact-agree-label span svg{
  display: none;
  width: 12px;
  height: 12px;
}
.custom-contact-agree-input:checked + .custom-contact-agree-label span svg{
  display: block;
}
.custom-contact-btn-wrapper{
  width: 100%;
  margin-top: 45px;
}
.custom-contact-btn{
  pointer-events: none;
  opacity: 0.5;
}
.custom-contact-agree-input:checked ~ .custom-contact-btn-wrapper .custom-contact-btn{
  pointer-events: all;
  opacity: 1;
}
.custom-contact-btn{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  text-align: center;
	transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);
  padding: 15px 20px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border: 0;
  cursor: pointer;
}
.custom-contact-btn svg{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  right: -20px;
  visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.custom-contact-btn:hover{
  padding-right: 53px;
}
.custom-contact-btn:hover svg{
  right: 18px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1500px){
  .custom-contact-heading{
    font-size: 40px;
  }
  .custom-contact-content{
    padding: 0;
  }
  .custom-contact-info-text{
    font-size: 24px;
  }
  .custom-contact-info-title{
    font-size: 16px;
  }
  .custom-contact-text{
    font-size: 16px;
  }
  .custom-contact-wrapper{
    gap: 50px;
  }
  .custom-contact-content{
    width: calc(50% - 25px);
  }
  .custom-contact-form-wrapper{
    width: calc(50% - 25px);
  }
  .custom-contact-form{
    padding: 50px;
  }
}
@media screen and (max-width: 989px){
  .custom-contact-content{
    width: 100%;
  }
  .custom-contact-form-wrapper{
    width: 100%;
  }
  .custom-contact-form{
    padding: 40px 24px;
  }
  .custom-contact-heading{
    font-size: 25px;
    letter-spacing: 1px;
  }
  .custom-contact-content{
    padding: 0;
  }
  .custom-contact-info-text{
    font-size: 20px;
  }
  .custom-contact-info-title{
    font-size: 15px;
  }
  .custom-contact-text{
    font-size: 14px;
    margin-top: 15px;
  }
  .custom-contact-wrapper{
    gap: 50px;
  }
  .custom-contract-info-wrapper{
    gap: 15px;
    margin-top: 30px;
  }
  .custom-contact-social-wrapper{
    margin-top: 40px;
    gap: 20px;
  }
  .custom-contact-social{
    width: 24px;
    height: 24px;
  }
  .custom-contact-field-label{
    font-size: 15px;
  }
  .custom-contact-btn{
    font-size: 14px;
    padding: 10px 15px;
  }
  .custom-contact-btn svg{
    width: 14px;
    right: -20px;
  }
  .custom-contact-btn:hover{
    padding-right: 35px;
  }
  .custom-contact-btn:hover svg{
    right: 14px;
  }
}

/* Custom Parallax */
.custom-parallax{

}
.custom-parallax-wrapper{
  max-width: 1614px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.custom-parallax-wrapper > *{
  z-index: 2;
  position: relative;
}
.custom-parallax-wrapper::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0px;
  border-radius: 50%;
  box-shadow: 0 0 10vw 12vw #e2e0dbd6, inset 0 0 10vw 12vw #e2e0dbd6;
}
.custom-parallax-preheading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
.custom-parallax-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 130%;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;  
  margin-top: 46px;
}
.custom-parallax-text{
  max-width: 1152px;
  margin: 0 auto;
  margin-top: 35px;
}
.custom-parallax-text *{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}
.custom-parallax-text > *:first-child{
  margin-top: 0;
}
.custom-parallax-text > *:last-child{
  margin-bottom: 0;
}
.custom-parallax-link-wrapper{
  margin-top: 74px;
}
.custom-parallax-container{
  margin-top: 280px;
  height: 1200px;
  display: block;
  position: relative;
}
.custom-parallax-img-1,
.custom-parallax-img-2,
.custom-parallax-img-3,
.custom-parallax-img-4,
.custom-parallax-img-5{
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 0;
  border-radius: 8px;
  object-fit: cover;
}
.custom-parallax-img-1{
  max-width: 25%;
  left: 102px;
  top: 183px;
  aspect-ratio: 20/13;
}
.custom-parallax-img-2{
  max-width: 25%;
  right: 32px;
  top: 0;
  aspect-ratio: 20/13;
}
.custom-parallax-img-3{
  max-width: 22%;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
  aspect-ratio: 20/12;
}
.custom-parallax-img-4{
  max-width: 25%;
  left: 32px;
  bottom: 200px;
  aspect-ratio: 20/9;
}
.custom-parallax-img-5{
  max-width: 22%;
  right: 102px;
  bottom: 0;
  aspect-ratio: 20/12;
}
@media screen and (max-width: 1200px){
  .custom-parallax-img-1{
    max-width: 35%;
    left: 102px;
    top: 183px;
    aspect-ratio: 20/13;
  }
  .custom-parallax-img-2{
    max-width: 35%;
    right: 32px;
    top: 0;
    aspect-ratio: 20/13;
  }
  .custom-parallax-img-3{
    max-width: 27%;
    left: 50%;
    top: 50%;
    transform: translate(-30%, -50%);
    aspect-ratio: 20/12;
  }
  .custom-parallax-img-4{
    max-width: 35%;
    left: 32px;
    bottom: 200px;
    aspect-ratio: 20/9;
  }
  .custom-parallax-img-5{
    max-width: 27%;
    right: 102px;
    bottom: 0;
    aspect-ratio: 20/12;
  }
  .custom-parallax-heading{
    font-size: 50px;
  }
}
@media screen and (max-width: 749px){
  .custom-parallax-heading{
    font-size: 30px;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .custom-parallax-preheading{
    font-size: 20px;
  }
  .custom-parallax-text{
    margin-top: 20px;
  }
  .custom-parallax-text *{
    font-size: 15px;
  }
  .custom-parallax-link-wrapper{
    margin-top: 30px;
  }
  .custom-parallax-container{
    height: 800px;
    margin-top: 50px;
  }

  .custom-parallax-img-1{
    max-width: 40%;
    left: 24px;
    top: 183px;
    aspect-ratio: 20/13;
  }
  .custom-parallax-img-2{
    max-width: 40%;
    right: 24px;
    top: 0;
    aspect-ratio: 20/13;
  }
  .custom-parallax-img-3{
    max-width: 33%;
    left: 50%;
    top: 65%;
    transform: translate(-30%, -50%);
    aspect-ratio: 20/12;
  }
  .custom-parallax-img-4{
    max-width: 40%;
    left: 24px;
    bottom: 24px;
    aspect-ratio: 20/9;
  }
  .custom-parallax-img-5{
    max-width: 30%;
    right: 24px;
    bottom: 0;
    aspect-ratio: 20/12;
  }
}

/* Custom Our Values */
.custom-our-values{
  position: relative;
  padding: 10px;
}
.custom-our-values-wrapper{
  max-width: 779px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  text-align: center;
  padding: 30px;
}
.custom-our-values-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.custom-our-values-img-wrapper{
  max-width: 390px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  aspect-ratio: 20 / 13;
  cursor: pointer;
  overflow: hidden;
}
.custom-our-values-img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease;
}
.custom-our-values-subheading{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
}
.custom-our-values-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.custom-our-values-main-img-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.custom-our-values-main-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.custom-our-value-none{
  pointer-events: none;
}
@media screen and (max-width: 749px){
  .custom-our-values-wrapper{
    padding: 40px 25px;
  }
  .custom-our-values-img-wrapper {
    max-width: 290px;
    margin-top: 26px;
  }
  .custom-our-values-heading{
    font-size: 20px;
  }
  .custom-our-values-subheading{
    margin-top: 20px;
    font-size: 16px;
  }
  .custom-our-values-text{
    font-size: 12px;
    margin-top: 19px;
  }
}

/* header */
.header__inline-menu .search-modal__form{
  width: 100%;
  max-width: 100%;
}
.header__inline-menu .search__input{
  background: #E2E2DB33;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  padding: 8px 0 8px 16px !important;
  color: #212121;
  height: auto;
  outline: 0 !important;
  box-shadow: none !important;
  margin: 0;s
}
.header__inline-menu .search__input::placeholder{
  color: #07091099;
  opacity: 1;
}
.custom-search-wrapper{
  border: 1px solid #0709101A;
  border-radius: 5px;
  display: flex;
}
.cuistom-search-inner-wrapper{
  display: flex;
  flex: 1 1 auto;
}
.custom-header-search-options{
  flex: 0 1 295px;
  color: black;
  background: #E2E2DBBF;
  border: 0;
  padding: 11px 22px;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  box-shadow: none;
  outline: 0;
}
.header__inline-menu .search__button{
  position: static;
  height: auto;
  background-color: rgb(var(--color-button)) !important;
  color: rgb(var(--color-button-text)) !important;
  width: 53px;
  border-radius: 0 5px 5px 0;
}
.header__inline-menu .search__button .icon{
  width: 20px;
  height: 20px;
}
.header__inline-menu .reset__button{
  display: none !important;
}


.custom-menu-ul-0{
  backdrop-filter: blur(50px);
  background: #FFFFFF80;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 58px;
  justify-content: center;
  padding: 0 30px;
  border-radius: 0 0 8px 8px;
}
.custom-menu-li-0{
  padding: 20px 0;
}
.custom-dropdown-toggle{
  position: relative;
}
.custom-menu-a-0{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  display: block;
  color: #212121;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.custom-menu-a-0 span{
  display: flex;
  gap: 4px;
  align-items: center;
  transition: all 0.3s ease;
}
.custom-menu-a-0 span svg{
  display: block;
  width: 12px;
}
.custom-menu-a-0 em{
  display: flex;
  gap: 4px;
  align-items: center;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.custom-menu-a-0 em svg{
  display: block;
  transform: rotate(90deg);
  width: 12px;
}
.custom-menu-li-0:hover > .custom-menu-a-0 span{
  transform: translateY(-100%);
}
.custom-menu-li-0:hover > .custom-menu-a-0 em{
  color: rgb(var(--color-button)) !important;
  transform: translateY(0);
}

.custom-menu-ul-1{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -15px;
  width: 250px;
  background: white;
  border-radius: 5px;
  padding: 15px 0;
  top: calc(100% - 15px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.custom-menu-li-1{
  padding: 0 15px;
}
.custom-menu-a-1{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  display: block;
  color: #212121;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.custom-menu-a-1:hover{
  color: rgb(var(--color-button)) !important;
}
.custom-menu-a-2:hover{
  color: rgb(var(--color-button)) !important;
}

.custom-menu-ul-2{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 250px;
  width: 250px;
  background: white;
  border-radius: 5px;
  top: -15px;
  display: flex;
  padding: 15px 0;
  flex-direction: column;
  gap: 5px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.custom-menu-li-2{
  padding: 0 15px;
}
.custom-menu-a-2{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  display: block;
  color: #212121;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.custom-menu-li-0:hover .custom-menu-ul-1{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-menu-li-1:hover .custom-menu-ul-2{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-mega-menu-wrapper{
  position: absolute;
  min-height: 60vh;
  /* top: calc(0px - var(--header-height)); */
  /* padding-top: calc(var(--header-height) + 150px); */
  background-color: #212121;
  width: calc(100% + 6.4rem);
  left: -3.2rem;
  display: flex;
  align-items: flex-start;
  gap: 150px;
  top: 100%;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  /* max-height: calc(100dvh - var(--header-height)); */
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-mega-menu-wrapper::-webkit-scrollbar {
  display: none;
}
.custom-mega-menu-img{
  width: 25%;
  display: block;
  max-width: 100%;
  flex: 0 0 25%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: contain;
  border-radius: 8px;
}
.custom-mega-menu-inner{
  flex: 1 1 auto;
}
.custom-mega-menu-title{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  color: white;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 20px;
}
.custom-mega-menu-ul{
  margin: 0;
  list-style: none;
  display: block;
  padding: 0;
  column-count: 3;
  column-gap: 22px;
}
.custom-mega-menu-li{
  /* width: calc(50% - 11px); */
  margin-bottom: 5px;
}
.custom-mega-menu-a{
  font-family: RealistWide;
  font-weight: 600;
  font-size: 15px;
  line-height: 110.00000000000001%;
  letter-spacing: 1px;
  vertical-align: middle;
  text-decoration: none;
  color: white;  
}
.custom-mega-menu-a:hover {
  color: #028361 !important;
}
.custom-megamenu-toggle:hover .custom-mega-menu-wrapper{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-megamenu-active{
  background: #212121 !important;
}
@media screen and (max-width: 1500px){
  .header__icons{
    gap:20px;
  }
  .header__icon, .header__icon--cart .icon{
    width: 30px;
    height: 30px;
  }
  .header__icon .icon{
    width: 30px;
    height: 30px;
  }
  .custom-menu-li-0{
    padding: 18px 0;
  }
  .custom-menu-ul-0{
    gap: 0 24px;
  }
  .custom-menu-a-0{
    font-size: 16px;
  }
  .custom-header-search-options{
    flex: 0 1 200px;
  }
}
@media screen and (max-width: 989px){
  .custom-menu-ul-0{
    display: none;
  }
  .header{
    border-radius: 4px !important;
  }
  .header__icons{
    gap: 29px;
  }
  .header__icon, .header__icon--cart .icon{
    width: 28px;
    height: 28px;
  }
  .header__icon .icon{
    width: 28px;
    height: 28px;
  }
  .header__inline-menu .search__input{
    padding: 7px !important;
    font-size: 12px;
  }
  .custom-header-search-options{
    padding: 11px 22px;
    font-size: 12px;
  }
  .header__inline-menu .search__button{
    width: 38px;
  }
  .header__inline-menu .search__button .icon{
    width: 15px;
  }
  .header{
    padding: 50px 14px 14px 14px !important;
  }
}
@media screen and (max-width: 749px){
  .header-wrapper{
    padding: 0 1.7rem !important;
  }
  .header predictive-search{
    position: relative !important;
  }
}
.custom-mobile-menu-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: rgb(var(--color-background));
  z-index: 1;
  padding: 25px 0;
}
.custom-mobile-menu-logo{
  width: 36px;
  height: 36px;
  display: block;
  max-width: 100%;
  flex: 0 0 36px;
}
.menu-drawer__inner-submenu .menu-drawer__menu-item{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 110.00000000000001%;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: uppercase;
  padding: 16px 0;
}
.custom-mobile-menu-header svg{
  width: 28px;
  height: 28px;
}


.custom-footer{

}
.custom-footer-wrapper{
  padding: 32px;
  border-radius: 8px;
}
.custom-footer-flex{
  display: flex;
  gap: 40px;
}
.custom-footer-text-wrapper{
  flex: 1 1 50%;
}
.custom-footer-text{

}
.custom-footer-text *{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 110.00000000000001%;
  letter-spacing: 1px;
  color: inherit;
  text-decoration: none;
  margin: 29px 0;
}
.custom-footer-text > *:first-child{
  margin-top: 0;
}
.custom-footer-text > *:last-child{
  margin-bottom: 0;
}
.custom-footer-text-wrapper .footer__list-social{
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
  gap: 16px;
}
.custom-footer-text-wrapper .footer__list-social .list-social__link{
  color: inherit;
  display: block;
}
.custom-footer-text-wrapper .footer__list-social .list-social__link .svg-wrapper{
  width: 26px;
  height: 26px;
  display: flex
}
.custom-footer-text-wrapper .footer__list-social .list-social__link .svg-wrapper svg{
  display: block;
}
.custom-footer-menu-wrapper{
  flex: 1 1 50%;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.custom-footer-menu-item{
}
.custom-footer-menu-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 19px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 25px;
}
.custom-footer-menu-ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-footer-menu-li{
  display: block;
  line-height: normal;
}
.custom-footer-menu-a{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
.custom-footer-logo-wrapper{
  display: flex;
  margin-top: 40px;
  gap: 70px;
  align-items: center;
}
.custom-footer-logo-inner-wrapper{
  flex: 1 1 auto;
}
.custom-footer-logo{
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.custom-footer-logo-text{
  flex: 0 0 550px;
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.custom-footer-copy-text, .custom-footer-copy-text a {
      color: #008460 !important;
  display: block;
  margin: 0;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: 20px;
}

@media screen and (max-width: 1500px){
  .custom-footer-menu-wrapper{
    flex-wrap: wrap;
    gap: 30px;
  }
  .custom-footer-menu-item{
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1200px){
  .custom-footer-text *{
    font-size: 18px;
  }
  .custom-footer-logo-text{
    flex: 0 0 410px;
    font-size: 20px;
  }
  .custom-footer-logo-wrapper{
    gap: 50px;
  }
}
@media screen and (max-width: 989px){
  .custom-footer-wrapper{
    padding: 14px;
  }
  .custom-footer-text *{
    font-size: 16px;
    margin: 12px 0;
  }
  .custom-footer-text-wrapper .footer__list-social{
    gap: 10px;
    margin-top: 12px;
  }
  .custom-footer-text-wrapper .footer__list-social .list-social__link .svg-wrapper{
    width: 18px;
  }
  .custom-footer-flex{
    flex-wrap: wrap;
    gap: 40px;
  }
  .custom-footer-text-wrapper{
    flex: 0 0 100%;
    width: 100%;
  }
  .custom-footer-menu-wrapper{
    flex: 0 0 100%;
    width: 100%;
  }
  .custom-footer-menu-title{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .custom-footer-menu-a{
    font-size: 14px;
  }
  .custom-footer-menu-ul{
    gap: 7px;
  }
  .custom-footer-logo-wrapper{
    flex-wrap: wrap;
    gap: 12px;
  }
  .custom-footer-logo-inner-wrapper{
    flex: 0 0 100%;
    width: 100%;
  }
  .custom-footer-logo-text{
    flex: 0 0 100%;
    width: 100%;
    font-size: 14px;
  }
}

.custom-breadcrumbs{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  margin: 20px 0;
  text-transform: uppercase;
}
.custom-breadcrumbs a{
  text-decoration: none;
  color: inherit;
}
.custom-coll-list-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
}
.custom-coll-list-item{
  width: calc(33.33% - 11px);
}
.custom-coll-list-img-wrapper{
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.custom-coll-list-icon{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 1px 6px 6px;
}
.custom-coll-list-icon-inner{
  border: 1.5px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.custom-coll-list-icon-inner svg{
  display: block;
  width: 40px;
  height: 40px;
}
.custom-coll-list-icon-inner:hover{
  transform: translate(1px, -1px);
}
.custom-coll-list-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 20/11;
  object-fit: cover;
}
.custom-coll-list-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 35px;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  margin-top: 38px;
  display: block;
}
@media screen and (max-width: 1500px){
  .custom-coll-list-title{
    font-size: 22px;
  }
  .custom-coll-list-icon-inner{
    width: 62px;
    height: 62px;
    border-radius: 3px;
  }
  .custom-coll-list-icon-inner svg{
    width: 24px;
    height: 24px;
  }
  .custom-coll-list-title{
    margin-top: 20px;
  }
  .custom-coll-list-wrapper{
    gap: 32px 16px;
  }
}
@media screen and (max-width: 989px){
  .custom-coll-list-item{
    width: calc(50% - 8px);
  }
  .custom-coll-list-title{
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 749px){
  .custom-coll-list-item{
    width: 100%;
  }
  .custom-coll-list-wrapper{
    gap: 32px 16px;
  }
  .custom-coll-list-title{
    margin-top: 16px;
    font-size: 18px;
  }
}

#product-grid{
  gap: 50px 10px;
  margin: 0 !important;
}
#product-grid .custom-fc-slide{
  width: calc(33.33% - 11px);
  gap: 0;
  justify-content: flex-start;
}

.custom-filter-heading{
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 110.00000000000001%;
}
.custom-filter-heading svg{
  display: block;
  width: 24px;
  height: auto;
}
.facet-filters.sorting .select{
  box-shadow: none !important;
  outline: 0 !important;
  border: 1px solid !important;
  padding: 10px 12px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.facet-filters.sorting .select .svg-wrapper{
  width: 22px;
  right: 68px;
  position: static;
}
.facet-filters.sorting .select .svg-wrapper svg{
  height: auto;
}
.facet-filters.sorting .select select{
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 110.00000000000001%;
  text-transform: uppercase;
  text-align: center;
  padding: 0;

}
.facet-filters.sorting .select::before{
  display: none;
}
.facet-filters.sorting .select::after{
  display: none;
}
.facets__summary .icon-caret{
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  height: auto;
  width: 23px;
}
.facets__disclosure-vertical[open] .facets__summary .icon-caret{
  transform: translateY(-50%) rotate(0) !important;
}
.mobile-facets__open{
  color: black !important;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 110.00000000000001%;
}
@media screen and (max-width: 1280px){
  #product-grid .custom-fc-slide{
    width: calc(50% - 8px);
  }
  .facets-vertical .facets-wrapper{
    padding-right: 50px !important;
  }
  .facets__form-vertical{
    width: 30rem !important;
  }
}
@media screen and (max-width: 989px){
  .facets__form-vertical{
    width: 20rem !important
  }
  .facets__summary{
    font-size: 16px !important;
  }
  .facets__summary .icon-caret{
    width: 15px;
  }
  .facets-vertical .facets__summary{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #product-grid{
    gap: 40px 16px;
  }
  .custom-filter-heading{
    font-size: 14px;
    gap: 8px;
  }
  .custom-filter-heading svg{
    width: 16px;
  }
  .sorting .facet-filters__label{
    font-size: 16px !important;
  }
  .facet-filters.sorting .select select{
    font-size: 14px !important;
  }
  .facet-filters.sorting .select{
    padding: 16px;
  }
  .facets-vertical-form{
    padding: 20px !important;
  }
  .facets-container{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 749px){
  #product-grid{
    gap: 20px 5px;
  }
}
@media screen and (max-width: 480px){
  #product-grid .custom-fc-slide{
    width: 100%;
  }
}

.custom-fc-sku{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(var(--color-button));
  margin: 0;
  margin-top: 10px;
}

.custom-fc-form{
  margin-top: 16px;
}
.custom-fc-atc-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.custom-fc-qty-wrapper{
  flex: 1 1 41%;
  display: flex;
  border: 1px solid;
  border-radius: 3px;
  justify-content: space-between;
}
.custom-fc-qty-wrapper span{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 11px 9px;
  cursor: pointer;
}
.custom-fc-qty-wrapper span svg{
  display: block;
  width: 14px;
  height: auto;
}
.custom-fc-qty-input{
  text-align: center;
  display: block;
  max-width: 70px;
  background: none;
  border: 0;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 110.00000000000001%;
  -moz-appearance: textfield;
}
.custom-fc-qty-input::-webkit-outer-spin-button,
.custom-fc-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-fc-atc{
  background: rgba(var(--color-button));
  color: rgba(var(--color-button-text));
  border-radius: 3px;
  border: 0;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 110.00000000000001%;
  padding: 8px;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 52%;
  cursor: pointer;
  min-width: auto !important;
}

.custom-back-to-top{
  margin-bottom: 120px;
  text-align: center;
}
.custom-back-to-top-button{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 110.00000000000001%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #212121;
  background: transparent;
  border-radius: 2px;
  padding: 24px 70px;
  cursor: pointer;
  color: #212121;
  transition: all 0.3s ease;
}
.custom-back-to-top-button:hover{
  background: #212121;
  color: #FFFFFF;
}

.new-richtext{

}
.new-richtext-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-richtext-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 110.00000000000001%;
  margin: 0;
  width: 50%;
  padding-right: 80px;
}
.new-richtext-text{
  width: 50%;
}
.new-richtext-text,
.new-richtext-text *{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  line-height: 120%;
}
.new-richtext-text > *:first-child{
  margin-top: 0;
}
.new-richtext-text > *:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1500px){
  .new-richtext-heading{
    font-size: 40px;
  }
  .new-richtext-text,
  .new-richtext-text *{
    font-size: 24px;
  }
}
@media screen and (max-width: 989px){
  .new-richtext-heading{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
    font-size: 24px;
  }
  .new-richtext-text,
  .new-richtext-text *{
    font-size: 18px;
  }
  .new-richtext-text{
    width: 100%;
    text-align: center;
  }
}

.new-iwt{

}
.new-iwt-wrapper{
}
.new-iwt-item{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.new-iwt-content{
  width: 50%;
  padding: 80px 70px;
}
.new-iwt-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 50px;
  line-height: 114.99999999999999%;
  text-transform: uppercase;
  margin: 0;
}
.new-iwt-title{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 60px;
}
.new-iwt-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 50px;
}
.new-iwt-link{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  color: inherit;
  margin-top: 62px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.new-iwt-link svg{
  display: block;
  transition: all 0.3s ease;
}
.new-iwt-link:hover svg{
  margin-left: 5px;
}
.new-iwt-img{
  width: 50%;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1500px){
  .new-iwt-heading{
    font-size: 40px;
  }
  .new-iwt-title{
    font-size: 24px;
    margin-top: 30px;
  }
  .new-iwt-text{
    margin-top: 20px;
    font-size: 20px;
  }
  .new-iwt-link{
    margin-top: 40px;
  }
}
@media screen and (max-width: 989px){
  .new-iwt-content{
    width: 100%;
    padding: 40px;
  }
  .new-iwt-img{
    width: 100%;
    position: static;
    aspect-ratio: 20/10;
    object-fit: cover;
  }
  .new-iwt-item{
    flex-direction: column-reverse;
  }
  .new-iwt-heading{
    font-size: 24px;
  }
  .new-iwt-title{
    font-size: 20px;
    margin-top: 30px;
  }
  .new-iwt-text{
    margin-top: 20px;
    font-size: 16px;
  }
  .new-iwt-link{
    margin-top: 40px;
    font-size: 15px;
  }
  .new-iwt-link svg{
    width: 15px;
  }
}

.custom-blogs {

}
.custom-blogs-wrapper{

}
.custom-blogs-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 114.99999999999999%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 70px;
}
.custom-blogs-tags-wrapper{
  margin-bottom: 64px;
}
.custom-blogs-tags-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
}
.custom-blogs-tags-ul{
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 0;
}
.custom-blogs-tags-li{
  border: 1.5px solid #070910BF;
  cursor: pointer;
  border-radius: 500px;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  text-align: center;
  padding: 16px 19px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.custom-blogs-tags-li.active{
  background: #070910;
  color: white;
}
.custom-blogs-tags-li:hover{
  background: #070910;
  color: white;
}
.custom-blogs-flex-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
}
.custom-blogs-item{
  width: calc(33.33% - 11px);
}
.custom-blogs-img-wrapper{
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.custom-blogs-icon{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 1px 6px 6px;
}
.custom-blogs-icon-inner{
  border: 1.5px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.custom-blogs-icon-inner svg{
  display: block;
  width: 40px;
  height: 40px;
}
.custom-blogs-icon-inner:hover{
  transform: translate(1px, -1px);
}
.custom-blogs-img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 20 / 13.2;
  object-fit: cover;
}
.custom-blogs-tags-list{
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 38px;
}
.custom-blogs-tags-item{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 110.00000000000001%;
  margin: 0;
  display: block;
  border-right: 1px solid;
  padding-right: 18px;
}
.custom-blogs-tags-item:last-child{
  padding-right: 0;
  border: 0;
}
.custom-blogs-title{
  font-family: var(--font-body-family-2);
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
  margin-top: 30px;
  display: block;
}
.custom-blogs-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1500px){
  .custom-blogs-heading{
    font-size: 40px;
    margin-bottom: 40px;
  }
  .custom-blogs-tags-heading{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .custom-blogs-tags-li{
    font-size: 15px;
    padding: 12px 18px;
  }
  .custom-blogs-tags-ul{
    gap: 16px;
  }
  .custom-blogs-icon-inner{
    width: 62px;
    height: 62px;
    border-radius: 3px;
  }
  .custom-blogs-icon-inner svg{
    width: 24px;
    height: 24px;
  }
  .custom-blogs-title{
    font-size: 30px;
    margin-top: 20px;
  }
  .custom-blogs-text{
    font-size: 20px;
    margin-top: 12px;
  }
  .custom-blogs-tags-list{
    margin-top: 30px;
  }
}
@media screen and (max-width: 989px){
  .custom-blogs-item{
    width: calc(50% - 8px);
  }
  .custom-blogs-tags-wrapper{
    margin-bottom: 40px;
  }
  .custom-blogs-flex-wrapper{
    gap: 50px 16px;
  }
}
@media screen and (max-width: 749px){
  .custom-blogs-heading{
    font-size: 24px;
    margin-bottom: 24px;
  }
  .custom-blogs-tags-heading{
    font-size: 16px;
  }
  .custom-blogs-tags-li{
    font-size: 13px;
    padding: 10px 15px;
  }
  .custom-blogs-tags-ul{
    gap: 8px;
  }
  .custom-blogs-flex-wrapper {
    gap: 40px 16px;
  }
  .custom-blogs-tags-list{
    margin-top: 20px;
  }
  .custom-blogs-tags-item{
    font-size: 15px;
  }
  .custom-blogs-title{
    margin-top: 10px;
    font-size: 24px;
  }
  .custom-blogs-text{
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px){
  .custom-blogs-item{
    width: 100%;
  }
}

.custom-main-cart-wrapper{
  display: flex;
  flex-wrap: wrap;
  padding: 125px 0 175px 0;
}
.custom-main-cart-wrapper .custom-cart-related-products{
  width: 100%;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products{
  max-width: 920px;
  width: 100%;
  display: block;
  margin: 0;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container{
  margin-top: -115px;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(wrapper){
  padding-top: 115px;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(button-next){
  transform: none;
  margin: 0;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
  background: #212121E5;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 17px;
  color: white;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(button-prev){
  transform: none;
  margin: 0;
  top: 0;
  right: calc(57px + 24px);
  left: auto;
  width: 57px;
  height: 57px;
  background: #212121E5;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 17px;
  color: white;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-slide{
  width: calc(50% - 8px);
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-slide .custom-fc-form{
  display: none;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-slide .custom-fc-sku{
  display: none;
}
.custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-slide .custom-fc-price{
  margin: 0;
  margin-top: 15px;
}
.custom-cart-items-wrapper{
  width: 60%;
}
.custom-cart-footer-wrapper{
  width: 40%;
}
.custom-cart-footer-wrapper .cart__footer{
  background: white;
  border-radius: 8px;
  padding: 50px;
}
.custom-cart-footer-heading{
  margin: 0;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  vertical-align: middle;
  text-transform: uppercase;
  padding-bottom: 40px;
  border-bottom: 1px solid #212121;
  margin-bottom: 30px;
}
.cart-items thead th{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 19px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 30px;
  color: #212121;
}
.cart-items thead{
  background: #FFFFFFA6;
}
.cart-item__name{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none !important;
}
.custom-cart-sku{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: 15px !important;
}
.cart-item__media{
  width: 226px !important;
}
.cart-item__image{
  width: 100%;
  display: block;
}
.cart-item__quantity .quantity{
  min-height: 48px;
}
.cart-item__quantity .quantity::before{
  border-radius: 3px;
}
.cart-item__quantity .quantity::after{
  border-radius: 3px;
}
cart-remove-button .button{
  color: inherit;
}
cart-remove-button .button .svg-wrapper{
  width: 28px;
  height: auto;
}
cart-remove-button .button .svg-wrapper svg{
  display: block;
  width: 100%;
  height: auto;
}
.cart-item__price-wrapper .price{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 35px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 !important;
}
.custom-cart-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 80px;
  line-height: 130%;
  margin: 0;
  margin-bottom: 107px;
}
.custom-cart-title-hide{
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.cart-item__image-container{
  width: 100%;
  display: block !important;
}
.cart-items{
  border-collapse: collapse !important;
}
.cart__items{
  padding: 0 !important;
}
.cart-item{
  border-bottom: 1px solid black;
}
.cart-items td{
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.custom-ymal-heading{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 60px;
  margin-top: 150px;
}
.custom-cart-check-btn{
  background: rgba(var(--color-button));
  color: rgba(var(--color-button-text));
  border: 1px solid rgba(var(--color-button));
  padding: 24px 12px;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 110.00000000000001%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.custom-cart-check{
  margin-bottom: 10px;
}
.custom-cart-shop{
  color: #212121;
  border: 1px solid;
  background: white;
}
.cart__blocks .js-contents{
  border-bottom: 1px solid #212121;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.custom-del-wrapper{
  margin-top: 20px;
}
.custom-del-title{
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.custom-del-tooltip{
  position: relative;
  display: block;
}
.custom-del-tooltip svg{
  width: 26px;
  height: 26px;
  display: block;
}
.custom-del-tooltip-text-wrapper{
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 35px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  width: 320px;
  display: block;
}
.custom-del-tooltip-text{
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.281);
  border-radius: 8px;
  padding: 18px;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: none;
  display: block;
}
.custom-del-tooltip:hover .custom-del-tooltip-text-wrapper{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-del-text{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: 16px;
  text-transform: none;
}
.custom-del-text *{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: none;
}
.custom-del-text > *:first-child{
  margin-top: 0;
}
.custom-del-text > *:last-child{
  margin-bottom: 0;
}

.custom-drawer-bar-wrapper{
  margin-bottom: 60px;
}
.custom-drawer-bar-away-msg{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
}
.custom-drawer-bar-full-msg{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
}
.custom-drawer-bar{
  width: 100%;
  height: 7px;
  background: #AEAEAB;
  position: relative;
  display: block;
  margin-top: 30px;
  border-radius: 100px;
}
.custom-drawer-bar-fill{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 100px;
  background: rgb(var(--color-button));
}
.is-empty .custom-cart-related-products{
  display: none;
}
.is-empty .custom-cart-title{
  display: none !important;
}
.is-empty#main-cart-footer{
  display: block !important;
}
.is-empty .cart__footer{
  display: block !important;
}

@media screen and (max-width: 1500px){
  .custom-cart-title{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .custom-drawer-bar-away-msg, .custom-drawer-bar-full-msg{
    font-size: 16px;
  }
  .custom-drawer-bar{
    margin-top: 20px;
  }
  .custom-drawer-bar-wrapper{
    margin-bottom: 30px;
  }
  .custom-cart-footer-heading{
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .cart-item > td + td{
    padding: 24px 0 24px 24px !important;
  }
  .cart-items th + th{
    padding-left: 24px !important;
  }
  .cart-items thead th{
    padding: 15px 20px;
    font-size: 16px;
  }
  .cart-item__name{
    font-size: 16px;
  }
  .custom-cart-sku{
    font-size: 13px;
    margin-top: 8px !important;
  }
  .cart-items td{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .cart-item__price-wrapper .price{
    font-size: 20px;
  }
  .quantity-popover-container {
    max-width: 12rem;
  }
  cart-remove-button .button .svg-wrapper{
    width: 18px;
  }
  .cart-item__quantity-wrapper .quantity__button .svg-wrapper{
    width: 13px;
  }
  .cart-item__quantity .quantity{
    min-height: 35px;
  }
  .custom-main-cart-wrapper{
    padding: 100px 0;
  }
  .custom-cart-footer-wrapper .cart__footer{
    padding: 30px !important;
  }
  .custom-cart-check-btn{
    padding: 16px  12px;
    font-size: 16px;
  }
  .custom-cart-check{
    margin: 0;
  }
  .cart__blocks .js-contents{
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .totals__total{
    font-size: 16px !important;
  }
  .custom-del-title{
    font-size: 16px;
  }
  .custom-del-text *{
    font-size: 13px;
  }
  .custom-del-tooltip svg{
    width: 18px;
    height: 18px;
  }
  .totals > h2{
    font-size: 16px !important;
  }
  .totals__total-value{
    font-size: 16px !important;
  }
  .custom-ymal-heading{
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container{
    margin-top: -70px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(wrapper){
    padding-top: 70px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(button-next){
    width: 40px;
    height: 40px;
    padding: 12px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(button-prev){
    width: 40px;
    height: 40px;
    padding: 12px;
    right: calc(40px + 10px);
  }
}
@media screen and (max-width: 989px){
  .custom-cart-items-wrapper{
    width: 100%;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products{
    max-width: 100%;
  }
  .custom-cart-footer-wrapper{
    width: 100%;
  }
}
@media screen and (max-width: 749px){
  .custom-main-cart-wrapper{
    padding: 60px 0;
  }
  .cart-item__media{
    width: 100px !important;
  }
  .cart-items thead tr{
    margin-bottom: 0 !important;
  }
  .cart-item > td + td{
    padding-bottom: 0 !important;
  }
  .quantity-popover-container{
    padding: 0 !important;
  }
  .cart-item > td.cart-item__quantity{
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .custom-cart-title-hide{
    display: none;
  }
  .custom-ymal-heading{
    margin-top: 40px;
  }
  .custom-cart-footer-wrapper .cart__footer{
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px){
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-slide{
    width: 100%;
  }
  .custom-ymal-heading{
    padding-right: 100px;
    font-size: 20px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container{
    margin-top: -63px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(wrapper){
    padding-top: 63px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(button-next){
    width: 35px;
    height: 35px;
    padding: 10px;
  }
  .custom-main-cart-wrapper .custom-cart-related-products .related-products swiper-container::part(button-prev){
    width: 35px;
    height: 35px;
    padding: 10px;
    right: calc(35px + 10px);
  }
  .cart-item__name{
    font-size: 14px;
  }
}
.custom-footer-text p strong {
  color: #028361;
}
.article-template {
  padding: 80px 20px;
}
.article-template__content p span {
  background-color: transparent !important;
}
.custom-contact-social:hover svg path {
  fill: #028361 !important;
}
.list-social__link:hover svg path {
  fill: #028361 !important;
}
.custom-fc-img-wrapper:hover .custom-fc-icon .custom-fc-icon-inner {
    background-color: #028361 !important;
}
.custom-coll-list-img-wrapper:hover .custom-coll-list-icon .custom-coll-list-icon-inner {
     background-color: #028361 !important; 
}
.custom-footer-menu-a:hover {
      color: #058260;
}
.article-template__content span {
  background: transparent !important;
}
.article-template__content p span {
  color: black !important;
}
.article-template__content p  {
  color: black !important;
}
.article-template__content h2  {
  color: black !important;
}