/** Shopify CDN: Minification failed

Line 5493:27 Unexpected "{"

**/
#MainContent {
  overflow: hidden !important;
}
html {
  overflow-x: hidden;
}
.custom-product-grid  {
  background: var(--theme-color) !important; 
}

footer.footer-wrapper ,
#MainContent > section ,
#MainContent {
  background: var(--theme-color);
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 100px 64px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.pad-t-80 {
  padding-top: 80px;
}

.pad-t-50 {
  padding-top: 50px;
}

.pad-b-50 {
  padding-bottom: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.section-wrapper .section-inner {
  padding: 0 20px;
}

.footer-wrapper .container {
  padding: 0 20px;
  padding-bottom: 20px;
}

h1 {
  font-size: var(--font-size-h1);
  line-height: .9;
  letter-spacing: 0 !important;
  margin: 0;
  font-family: 'Aeternus', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
}

h2 {
  font-size: var(--font-size-h2) ;
  line-height: .9;
  letter-spacing: 0 !important;
  font-family: 'Aeternus', sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
}

h3 {
  font-size: var(--font-size-h3) ;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Aeternus', sans-serif;
  font-weight: 500;
  color: var(--primary-color);
}

h4 {
  font-size: var(--font-size-h4) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Aeternus', sans-serif;
  font-weight: 500;
  color: var(--primary-color);
}

input,
li,
p {
  font-family: "Epilogue", sans-serif;
  font-size: var(--font-body-size) !important;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin: 0;
  color: var(--primary-color);
}

p {
  margin-bottom: 15px;
}

p:last-of-type {
  margin-bottom: 0;
}

section.section-wrapper {
  position: relative;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.section-bg .section-bg--inner {
  width: 100%;
  height: 100%; 
}

.section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.dp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.align-top {
  align-items: start;
}

.align-bottom {
  align-items: end;
}

.content_center {
  text-align: center;
  justify-content: center;
}

.content_left {
  text-align: start;
  justify-content: start;
}

.content_right {
  text-align: end;
  justify-content: end;
}

.text-center {
  text-align: center;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gray-bg {
  background: var(--tertiary-color) !important;
}

.border-line .section-content  {
  border-top: 1px solid #DBDBDB; 
  border-bottom: 1px solid #DBDBDB; 
  padding-top: 100px;
  padding-bottom: 100px;
}

.border-line-top .section-content {
  border-top: 1px solid #DBDBDB; 
  padding-top: 100px;
}

.border-line-bottom .section-content {
  border-bottom: 1px solid #DBDBDB; 
  padding-bottom: 100px;
}

.section-btn button ,
.section-btn a {
  text-decoration: none;
  font-family: Primos, sans-serif;
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-regular);
  color: var(--light-color);
  text-transform: uppercase;
  padding: 12px 16px 12px 25px;
  letter-spacing: 1px;
  line-height: 1.5;
  display: block;
  width: fit-content;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.cart-drawer .cart__checkout-button ,
.primary-btn a {
  border-radius: 8px;
  background: var(--btn-bg-color);
  border: 1.5px solid var(--btn-bg-color);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

/* .primary-btn a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--btn-bg-color);
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
  z-index: -1;
}

.primary-btn a:hover::after {
  transition: all 0.3s ease-in-out;
  transform: translateX(-102%);
} */

/* .primary-btn a:hover {
  color:var(--btn-bg-color);
}

.primary-btn a:hover svg path {
  fill: var(--btn-bg-color);
} */

.cart-drawer .cart__checkout-button svg,
.primary-btn a svg {
  transition: .3s ease-in-out;
}

.cart-drawer .cart__checkout-button:hover svg ,
.primary-btn a:hover svg {
  transform: scale(1.3) translateX(4px);
  transition: .3s ease-in-out;
}

section.section-wrapper .section-btn--wrapper__inner {
  gap: 20px;
}


/* Secondary Button Css */

.section-btn.secondary-btn a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--btn-bg-color);
  position: relative;
  width: fit-content;
  letter-spacing: 1px;
  overflow: visible;
}

.section-btn.secondary-btn a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(3px);
  width: 100%;
  height: 2px;
  background: var(--btn-bg-color);
  transition: .3s ease-in-out;
}
/* 
.section-btn.secondary-btn a:hover::before {
  width: 0%;
} */

.section-btn.secondary-btn a svg {
  transition: .3s ease-in-out;
}

.section-btn.secondary-btn a:hover svg {
  transform: scale(1.3) translatex(4px);
  transition: .3s ease-in-out;
}

.secondary-btn a svg path {
  fill: var(--btn-bg-color);
}

.section-btn.contact-btn {
  gap: 6px;
}

.section-btn.contact-btn a {
  position: relative;
  padding: 0;
  color: #ffffff;
}

.section-btn.contact-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: .5px;
  background: #fff;
  transition: .3s ease-in-out;
  transform: translateY(-2px);
}

.section-btn.contact-btn a:hover::before {
  width: 0%;
}

.section-btn.dark-text svg path {
  stroke: var(--primary-color);
}
.section-btn.dark-text a{
  color: var(--primary-color);
}

.section-btn.secondary-btn.dark-text a::before {
  background: var(--primary-color);
}

.pad-t-0 .container {
  padding-top: 0; 
}

.pad-t-150 .container {
  padding-top: 150px;
}

.pad-b-0 .container {
  padding-bottom: 0; 
}

.group-video-mobile ,
.section-list.mobile-heading,
.section-wrapper .mobile-heading {
  display: none;
}

.slider-counter span {
  font-family: Epilogue, sans-serif !important;
  font-size: 14px !important;
}

.custom-btn-mobile  {
  display: none;
}


/* Popular Product */

.custom-popular--product .block-1--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.custom-popular--product .section-content--inner  {
  gap: 60px;
}

.custom-popular--product .block-1 {
  width: 30%;
  max-width: 384px;
  z-index: 2;
  position: relative;
}

.custom-popular--product .block-2 {
  width: 65%;
  max-width: 868px;
  position: relative;
}

.custom-popular--product .block-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translatex(-100%);
  background: var(--theme-color);
  z-index: 1;
}

.custom-popular--product .product-price {
    gap: 10px;
    align-items: end;
}

.custom-popular--product .product-price span {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .6px;
    font-weight: 400;
    font-family: Epilogue, sans-serif;
}

.custom-popular--product .product-each .thc_wrapper {
  color: #1C1C1C;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.custom-popular--product .product-each .thc_title {
  opacity: .6;
}

 .product-thc-info,
.custom-popular--product .product-each .product-thc-info {
  padding-bottom: 16px;
  border-bottom: 1px solid #1C1C1C1A;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-popular--product .product-category--wrapper {
  padding-bottom: 20px;
  gap: 5px;
  flex-wrap: wrap;
} 

.custom-product--prev,
.custom-product--next {
  cursor: pointer;
}


.custom-popular--product .section-btn a {
  padding: 0;
  display: flex;
}

.custom-popular--product .size-buttons {
  display: flex;
  gap: 10px; 
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.custom-popular--product .size-text {
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .5px;
  font-family: Epilogue, sans-serif;
  color: #1C1C1C99;
}

.custom-popular--product .size-text:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px; 
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc; 
}

.custom-popular--product .pp-slider .product-each {
  margin: 0 10px;
  border: 1px solid #FCCD0C;
  border-radius: 12px;
  padding: 16px;
} 

.custom-popular--product .product-bg--image {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.custom-popular--product .section-arrows  {
  gap: 10px;
}

.custom-popular--product .section-arrows svg {
  cursor: pointer;
}

.custom-popular--product .section-text,
.custom-popular--product .section-heading {
  margin-bottom: 20px;
}

.custom-popular--product .pp-slider .slick-list {
  overflow: visible !important;
}

.custom-popular--product .slick-slide img {
  width: 100%;
  border-radius: 8px;
}






/* Custom Multi Image Slider  */

.custom-multi-img .block-1 {
  position: relative;
  padding-top: 290px;
  width: 100%;
  display: flex;
}

.custom-multi-img .block-2 .block-img {
  position: relative;
  padding-top: 230px;
  width: 100%;
}

.custom-multi-img .multi-img--each img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.custom-multi-img .block-2 {
  gap: 20px;
}

.custom-multi-img .multi-img--each__inner  {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.custom-multi-img .slick-track {
  display: flex;
  column-gap: 20px;
}

.custom-multi-img  .slick-list {
  overflow: visible !important;
}

.custom-multi-img .custom-multi-arrow__inner,
.custom-multi-img .custom-multi-arrow {
  gap: 10px;
}

.custom-multi-img .custom-multi-arrow svg {
  cursor: pointer;
}

.custom-multi-img .section-upper--content {
  margin-bottom: 40px;
}

.custom-multi-img .mobile-dispay {
  display: none;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.9);
  text-align: center;
  padding-top: 60px;
  flex-direction: column;
}
.lightbox img {
  width: 100%;
  height: 75vh;
  max-width: 50%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  box-shadow: 0 0 20px rgba(0,0,0,0.6); /* optional */
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.lightbox-inner {
  height: 100%;
  gap: 20px;
}

.lightbox-inner button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.lightbox-inner button svg rect {
  transition: .3s ease-in-out;
}

.lightbox-inner button:hover svg rect {
  fill: #843A90;
  transition: .3s ease-in-out;
}

.lightbox-thumbnails {
  padding: 10px;
  max-width: 90%;
  gap: 10px;
  margin: 20px auto;
}

.lightbox-thumbnails img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s;
  border: 2px solid transparent;
  aspect-ratio: 1/1;
}

.lightbox-thumbnails img.active-thumb {
  opacity: 1;
  border-color: white;
  transform: scale(1.05);
}


/* Social Content */


.custom-social-content .section-content--inner {
  gap: 40px;
}

.custom-social-content .text-block {
  position: relative;
  z-index:2;
}

.custom-social-content .video-block--wrapper {
  width: 50%;
  max-width: 585px;
}

.custom-social-content .text-block {
  width: 50%;
  max-width: 600px;
}

.custom-social-content .section-heading {
  margin-bottom: 20px;
}

.custom-social-content .section-icon ,
.custom-social-content .section-text {
  margin-bottom: 30px;
}

.custom-social-content .section-btn {
  margin-bottom: 80px;
}

.custom-social-content .custom-social--content__arrow--inner {
  gap: 10px;
}

.custom-social-content .video-wrapper--inner {
  position: relative;
  width: 100%;
  max-width: 320px;
  padding-top: 560px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .custom-social-content .section-content--inner {
    /* display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; */
    align-items: center;
    /* height: 100%; */
  }
}
@media screen and (min-width:768px) and (max-width:1366px) {
  .custom-social-content .video-wrapper--inner {
      padding-top: 460px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .custom-social-content .video-wrapper--inner {
      padding-top: 360px;
  }
}
.custom-social-content .video-wrapper--inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  border-radius: 12px;
}


.custom-social-content .video-block {
  display: flex;
  justify-content: end;
}

.custom-social-content .custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 2;
}

.custom-social-content .section-icon svg path,
.custom-social-content .custom-play-btn svg rect {
  transition: .3s ease-in-out;
}

.custom-social-content .section-icon:hover svg path,
.custom-social-content .custom-play-btn:hover svg rect {
  fill: #843A90;
  transition: .3s ease-in-out;
}



.custom-social-content .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}

.custom-social-content .video-wrapper {
  margin: 0 10px;
}

.custom-social-content {
  padding: 80px 0;
}

/* .custom-social-content .video-block--wrapper__inner {
  display: flex;
  gap: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  align-items: center;
} */

/* .custom-social-content .blank-section ,
.custom-social-content .group-video {
  width: 50%;
  position: relative;
} */

.custom-social-content .video-block--wrapper {
   position: relative;
}

.custom-social-content .video-block--wrapper:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1000%;
  height: calc(100% + 80px);
  transform: translatex(100%);
  background: var(--theme-color);
  z-index: 1;
}

/* .custom-social-content .video-block--wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(-124%);
  background: var(--theme-color);
  z-index: 1;
} */

.custom-social-content .container {
  padding-top: 0;
  padding-bottom: 0;
}

.group-video .slick-slide {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform-origin: center center;
}

/* .group-video .slick-slide.slick-active {
  transition: .3s ease-in-out;
}

.group-video .slick-slide.slick-active:first-child {
  transform: scaley(.6) !important;
  transition: .3s ease-in-out;
}

.group-video .slick-slide.slick-active:nth-child(2) {
  transform: scaley(.8);
  transition: .3s ease-in-out;
}

.group-video .slick-slide.slick-active:last-child {
  transform: scaley(1);
  transition: .3s ease-in-out;
} */

.custom-social-content .social--next ,
.custom-social-content .social--prev {
  cursor: pointer;
  transition: .3s ease-in-out;
}


.pagination-wrapper li rect ,
.popular-prduct--prev rect,
.popular-prduct--next rect,
.multi-img--prev rect,
.multi-img--next rect,
.custom-written--testimonial .custom--prev rect,
.custom-written--testimonial .custom--next rect,
.custom-social-content .social--next rect ,
.custom-social-content .social--prev rect {
  transition: .3s ease-in-out;
}

.pagination-wrapper li:hover rect ,
.popular-prduct--prev:hover rect,
.popular-prduct--next:hover rect,
.multi-img--prev:hover rect,
.multi-img--next:hover rect,
.custom-written--testimonial .custom--prev:hover rect,
.custom-written--testimonial .custom--next:hover rect,
.custom-social-content .social--next:hover rect ,
.custom-social-content .social--prev:hover rect {
  fill: #843A90;
  transition: .3s ease-in-out;
}





/* Custom Location */

.custom-location .section-buttom--content__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.custom-location .location-container iframe {
  border-radius: 15px;
}

.custom-location .section-upper--content  {
  margin-bottom: 40px;
}

.custom-location .location-name {
  margin-top: 20px;
}

.custom-location .location-container {
  position: relative;
}

.custom-location .custom-map--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000052;
  border-radius: 15px;
  z-index: 1;
}

/* Steps Block */

.custom-step--block  {
  position: relative;
  margin: 70px 0;
}

.custom-step--block::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 51px;
  background: url(/cdn/shop/files/top-yellow.png?v=1754334266) no-repeat center top;
  background-size: cover;
  z-index: 1;
}

.custom-step--block::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 51px;
  background: url(/cdn/shop/files/bottom-yellow.png?v=1754334330) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.custom-step--block .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.custom-step--block .section-heading {
  margin-bottom: 60px;
}

.custom-step--block .step-title {
  margin-bottom: 12px;
}

.custom-step--block .step-counter {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: Primos, sans-serif;
  line-height: 1;

}










/* FAQs */

.custom-faq:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/top-side.png?v=1754324163);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.custom-faq:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 250px;
    background: url(/cdn/shop/files/bottom-side.png?v=1754324258);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.custom-faq .section-content--inner {
  max-width: 764px;
  width: 100%;
}

.custom-faq .faq-each {
  padding: 30px 24px;

  transition: .3s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid #1C1C1C1A;
}

.custom-faq .faq-each.open {
  background: #FCCD0C;
  border-bottom: none;
  border-radius: 12px;
  transition: .3s ease-in-out;
}

.custom-faq .faq-each svg path {
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.custom-faq .faq-each.open svg path:nth-of-type(2) {
  transform: rotate(90deg);
  transform-origin: center;
  transform-box: fill-box;
}

.custom-faq .faq-each:not(:first-child) .faq-text {
  display: none;
}

.custom-faq .faq-each .faq-text {
  margin-top: 20px;
}

.custom-faq .faq-each .faq-text p {
  margin: 0;
}

.custom-faq .section-heading  {
  margin-bottom: 40px;
}



/* Flower BLock */

.custom-flower-block .section-heading  {
  padding-bottom: 40px;
}

.custom-flower-block .section-content {
  display: grid;
  grid-template-columns: repeat( 4, 1fr);
  gap: 34px 20px;
}

.custom-flower-block .flower-each  {
  position: relative;
  box-sizing: border-box;
  min-height: 322px;
  width: 100%;
}

.custom-flower-block .flower-each--inner  {
  border-radius: 12px;
  padding: 26px;
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flower-each .flower-content--hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 20px;
  background: #FCCD0C;
  transform: translateY(100%);
  transition: .3s ease-in-out;
}

.flower-each:hover .flower-each--inner {
  border-color: #FCCD0C !important;
}

.flower-each:hover .flower-content--hidden {
  transform: translateY(0);
  transition: .3s ease-in-out;
}

.flower-each .flower-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
  display: block;
  transform: rotate(1.6deg) translate(-5px, 10px);
  transition: .3s ease-in-out;
}

.flower-each:hover .flower-background {
  transition: .3s ease-in-out;
  background-color: #1C1C1C !important;
}

.custom-flower-block .flower-each img {
  width: 100%;
}

.custom-flower-block .mobile-display {
  display: none;
}

.custom-flower-block  .flower-sub-title {
  font-size: 32px;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  margin: 0;
  text-transform: uppercase;
  font-family: Aeternus, sans-serif;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 15px;
}




/* Announcement Bar */


.custom-announcement-bar .announcement-bar--mobile {
  display: none;
}

.custom-announcement-bar {
  overflow: hidden;
}

.custom-announcement-bar .marquee-multi {
  display: flex;
  white-space: nowrap;
  animation: marqueeMulti 20s linear infinite;
}

.custom-announcement-bar .marquee-multi > * {
  flex: 0 0 auto;      /* allow multiple in a row */
  padding: 0 35px;     /* spacing between items */
  min-width: 200px;    /* control item size */
}

@keyframes marqueeMulti {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.custom-announcement-bar .section-btn a {
    padding: 0;
    color: #fccd0c;
    position: relative;
    overflow-y: visible;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-announcement-bar .section-btn a svg path {
  fill: #FCCD0C;
}

.custom-announcement-bar .section-btn a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FCCD0C;
  transition: .3s ease-in-out;
}

.custom-announcement-bar .section-btn a:hover::before {
  width: 0;
}

.section-wrapper.custom-announcement-bar {
  background:#1C1C1C;
  overflow: hidden;
}

.custom-announcement-bar .announcement-each--inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-announcement-bar .announcement-text {
    position: relative;
    padding-right: 20px;
    margin-right: 20px; 
}

.custom-announcement-bar .announcement-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #DBDBDB80; 
}

.custom-announcement-bar .announcement-text span {
  font-family: Epilogue, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0;   
  color: #FFFFFF;
}

.custom-announcement-bar .container {
    padding: 8px 0;
    max-width: 100%;
}

.custom-announcement-bar .container .slick-list {
  overflow: visible;
}

.custom-announcement-bar .section-inner {
  padding: 0;
}




/* Header Menu Hover */

.header__menu-item span {
  position: relative;
}

.header__menu-item span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--light-color);
  transition: all .2s ease-in-out;
}

details[open]> .header__menu-item span::before,
.header__menu-item:hover span::before {
  width: 100%;
  transition: all .2s ease-in-out;
}

.scrolled-past-header .header__menu-item span::before ,
.not-home .header__menu-item span::before {
  background: var(--primary-color);
}

details >.header__menu-item .icon-caret {
  transition: .2s ease-in-out;
}

details[open]>.header__menu-item .icon-caret {
  transition: .2s ease-in-out;
}

.custom-desktop--header .list-menu__item {
  gap: 10px;
}

.custom-desktop--header .menu-item.has-submenu {
  position: relative;
  z-index: 1;
}

.custom-desktop--header .header__submenu.list-menu {
  position: absolute;
  top: 0;
  left: 20px;
  min-width: 20rem;
  margin-top: 20px;
  display: none;
}

.custom-desktop--header .menu-item.has-submenu:hover .header__submenu.list-menu {
 display: block; 
 background: var(--theme-color);
}

.custom-desktop--header .icon.icon-caret {
  transition: .3s ease-in-out;
}

.custom-desktop--header .menu-item.has-submenu:hover .icon.icon-caret {
  transform: rotate(180deg);
  transition: .3s ease-in-out;
}

.custom-desktop--header .submenu-item:has([aria-current="page"]) .header__menu-item::before ,
.custom-desktop--header .menu-item .header__active-menu-item::before {
  width: 100%;
}

header.header.not-home .header__menu-item.header__active-menu-item ,
.custom-desktop--header .menu-item .header__active-menu-item {
  text-decoration: none !important;
}


.custom-desktop--header .header__submenu .header__menu-item {
  padding: 0 10px;
}

.custom-desktop--header .header__submenu .submenu-item:not(last-child) {
  margin-bottom: 10px;
}

.custom-desktop--header .header__submenu .submenu-item:last-child {
  margin-bottom: 0;
}

.custom-desktop--header .header-left--content {
  gap: 60px;
}




/* Header Sub Menu */

/* header .header__submenu.list-menu {
  background: var(--light-color); 
  border: none;
  border-bottom: 1px solid #DBDBDB80;
}

.header__submenu .header__menu-item {
  font-size: var(--font-size-button);
  text-transform: uppercase;
  color: var(--prinary-color);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  position: relative;
}

.header__submenu .header__menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--primary-color);
  transition: all .2s ease-in-out;  
}

.header__submenu .header__menu-item:hover::before {
  width: 100%;
  transition: all .2s ease-in-out; 
}

header .header__submenu .header__menu-item:hover {
  text-decoration: none;
} */



/* Header */

.custom-desktop--header .menu-item a {
  text-decoration: none;
  font-family: Primos, sans-serif;
  font-size: var(--font-size-button);
  font-weight: 400;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  transition: 0.2s ease-in-out;
  padding: 0 20px;
}

.custom-desktop--header .header__submenu .header__menu-item:hover,
.custom-desktop--header .menu-item a:hover span {
  color: #843A90;
  text-decoration-line: none;
  transition: 0.2s ease-in-out;
}

.section-header .header {
  transition: all 0.3s ease;
}

.custom-desktop--header .header__icon__wrapper a:first-child {
  border-right: 1px solid #DBDBDB;
  margin-right: 0px;
  height: 100%;
}

header.header:not(.drawer-menu).page-width {
  padding-left: 20px;
  padding-right: 20px;
  background: var(--theme-color);
  z-index: 1;
  margin-top: -1px;
}

header.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  max-width: 100%;
}

.shopify-section-header-sticky.scrolled-past-header header.header {
  top: 0;
}

header.header .header-inner {
  width: 100%;
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
  padding: 12px 20px;
  position: relative;
}

header.header .header-inner .custom-mobile--header,
header.header .header-inner .custom-desktop--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

header.header .header-inner .cm--header-upper,
header.header .header-inner .custom-mobile--header__inner {
  width: 100%;
}

header.header .header__menu-item span {
  font-size: var(--font-size-button);
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: Primos, sans-serif ;
  font-weight: 400;
}

header.header .header__menu-item .custom__plus {
  display: flex;
}

.drawer-menu .dropdown-icon svg {
  width: 16px;
  height: 16px;
}

header.header .header__menu-item .custom__plus svg {
  width: 11px;
  height: 11px;
}

.drawer-menu .dropdown-icon svg path ,
header.header .header__menu-item .custom__plus svg path {
  stroke: #f3523f;
  stroke-width: 2.5px;
  transform: rotate(0);
  transform-origin: center;
  transition: transform .3s ease;
}

.drawer-menu .dropdown-icon.open  svg path:nth-of-type(2) ,
header.header .menu-item.has-submenu:hover .custom__plus svg path:nth-of-type(2) {
    transform: rotate(90deg);
    transform-origin: center;
    transform-box: fill-box;
}


header.header .header__menu-item .custom__plus svg rect {
  display: none;
}


header.header .header__menu-item .custom__plus::before {
  display: none;
}

header.header .header__icon .svg-wrapper {
  width: 24px;
  height: 24px;
}

header.header .header__icon .svg-wrapper svg path {
  fill: #F0534A;
  transition: .3s ease-in-out;
 
}

header.header .header__icon:hover .svg-wrapper svg path {
  fill: #843A90;
   transition: .3s ease-in-out;
}

header.header .custom-header--btn__inner {
  gap: 20px;
}

header.header .header-inner .custom-mobile--header {
  display: none;
}

header.header .header__inline-menu {
  margin-top: 0!important;
}

header.header .header__icons {
  padding-right: 0;
}

header.header .header__heading-logo {
  position: absolute;
  top: 0;
  left: 0;
  transform: translatex(-20px);
}

header.header .custom-mobile--burger__menu ,
header.header .custom-header--btn {
  padding-left: 20px;
}

header.header .custom-drawer .header__heading-logo {
  transform: translatex(15px);
}




/* Hero Banner  */

.section-hero--banner {
  overflow: hidden;
}

.section-hero--banner .section-inner{
  padding-top: 72px;
}

section.section-hero--banner .container {
  padding-top: 386px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px;
}

section.section-hero--banner .section-bg {
  border-radius: 20px;
  overflow: hidden;
}

section.section-hero--banner .hero-banner--heading {
  padding-bottom: 25px;
}

section.section-hero--banner .hero-banner--text {
  padding-bottom: 35px;
}

section.section-hero--banner .content-block--1 {
  max-width: 868px;
  width: 100%;
}

section.section-hero--banner .content-block--2 .section-floating--text {
  max-width: 300px;
  width: 100%;
}

section.section-hero--banner .content-block--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
}

section.section-hero--banner .section-content--inner {
  gap: 20px;
  justify-content: space-between;
}

.section-hero--banner .floating-text-mobile {
  display: none;
}

.section-hero--banner .section-hero--bg video {
  width: 130%;
}

.section-hero--banner .section-list {
  display: flex;
  gap: 12px;
  padding-left: 0;
  margin: 25px 0;
  flex-wrap: wrap;
}

.section-list li {
  position: relative;
  padding-left: 32px; /* space for icon */
  list-style: none;   /* remove default bullet */
}

.section-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(/cdn/shop/files/Group_31.svg?v=1755008720) no-repeat center;
  background-size: 22px 22px;
  transition: background 0.3s ease-in-out;
}

/* 2nd item gets its own icon */
.section-list li:nth-child(2)::before {
  background: url(/cdn/shop/files/mingcute_certificate-fill_1.svg?v=1755008719) no-repeat center;
  background-size: 22px 22px;
}

/* Last item gets its own icon */
.section-list li:last-child::before {
  background: url(/cdn/shop/files/mingcute_certificate-fill.svg?v=1755008719) no-repeat center;
  background-size: 22px 22px;
}

.section-hero--banner .custom--parallax img {
  width: 100%;
}

.section-hero--banner .container {
  position: relative;
}

.section-hero--banner .custom--parallax {
  position: absolute;
}

.parallax-img--1 {
    top: 0px;
    left: -420px;
    width: 429px;
}

.parallax-img--2 {
    top: -41px;
    right: 170px;
    max-width: 500px;
}

.parallax-img--3 {
    width: 490px;
    bottom: 110px;
    right: -773px;
}

.parallax-img--4 {
    top: -75px;
    left: 330px;
    max-width: 350px;
}

.parallax-img--5 {
    bottom: -340px;
    right: 125px;
    max-width: 400px;
}

.cannibes-img-1 {
  width: 69px;
  left: 240px;
  top: -160px;
}

.cannibes-img-2 {
    top: 65px;
    right: -20px;
    width: 100px;
}

.cannibes-img-3 {
    top: 245px;
    left: 567px;
    width: 90px;
}

.cannibes-img-4 {
  bottom: 218px;
  right: 282px;
  width: 80px;
}

.shape-1 {
  top: 0;
  left: 80px;
  z-index: -1;
}

.shape-2 {
  right: 0;
  top: 0;
  z-index: -2;
}

.shape-3 {
  bottom: -10px;
  right: 63px;
  z-index: -2;
  opacity: .3;
}

.section-hero--banner .section-content {
  position: relative;
  z-index: 2;
} 



/* Number Counter */

.custom-number--counter.custom-bg--yellow {
  position: relative;
  background: #FCCD0C;
  margin: 50px 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-number--counter.custom-bg--yellow::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(/cdn/shop/files/top-yellow.png?v=1754334266) no-repeat center top;
  background-size: cover;
  z-index: 1;
}

.custom-number--counter.custom-bg--yellow::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 46px;
  background: url(/cdn/shop/files/bottom-yellow.png?v=1754334330) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}


.custom-number--counter .container {
  padding: 45px 0;
}

.custom-number--counter .counter-block--inner {
  padding: 0 20px
}

.custom-number--counter .section-content--inner .counter-block {
  width: 100%;
  border-left: 1px solid #DBDBDB;
}

.custom-number--counter.custom-bg--yellow .section-content--inner .counter-block {
  border-color: #1C1C1C;
}

.custom-number--counter .section-content--inner .counter-block:first-child {
  border-left: none;
}

.custom-number--counter .counter--wrapper {
  font-family: 'Aeternus', sans-serif;
  font-size: 90px;
  font-weight: var(--font-weight-meduim);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--primary-color);
}

.custom-number--counter .counter-block--inner__wrapper {
  gap: 15px;
}

.custom-number--counter .counter--label span {
  font-size: var(--font-body-size);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--primary-color);
  font-family: "Inter", sans-serif !important;
}

.custom-number--counter .section-content--inner  {
  flex-wrap: nowrap;
}






.no-bg::after,
.no-bg::before {
  display: none;
}






/* Logo SLider */

.custom-logo--slider  {
  position: relative;
  margin: 50px 0;
}

.custom-logo--slider.no-bg::after,
.custom-logo--slider.no-bg::before {
  display: none;
}

.custom-logo--slider::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 22px; 
  background: url(/cdn/shop/files/black-top.png?v=1754325246) no-repeat center top;
  background-size: cover;
  z-index: 1;
}

.custom-logo--slider::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 22px; 
  background: url(/cdn/shop/files/black-bottom.png?v=1754325337) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.custom-logo--slider .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-logo--slider .section-heading {
  padding-bottom: 50px
}

.custom-logo--slider .logo-slider .slick-list {
  overflow: visible !important;
  padding: 0 !Important;
}

.custom-logo--slider .logo-slider .slick-list .slick-track  {
  display: flex;
  align-items: center;
}

.custom-logo--slider .logo-slider .custom-logo--wrapper a {
  display: flex;
  justify-content: center;
}

.custom-logo--slider .logo-slider .slick-list .slick-slide {
  margin: 0 20px;
  display: flex;
  justify-content: center;
}


/* Accordion */

.custom-accordion .business-hour--block {
  margin-bottom: 30px;
}

.custom-contact--form  .contact--block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-contact--form  .contact--block a ,
.custom-accordion .contact--block a {
  text-decoration: none;
  color: var(--primary-color);
}

.custom-contact--form  .contact--block a:hover ,
.custom-accordion .contact--block a:hover {
  text-decoration: underline;
}

.custom-accordion.accordion-left .section-heading {
  max-width: unset;
}

.custom-accordion .section-content--inner {
  gap: 40px;
}

.custom-accordion .section-heading {
  padding-bottom: 20px;
  max-width: 530px;
}

.custom-accordion .content-block--1 {
  max-width: 650px;
  width: 100%;
} 

.custom-accordion .content-block--2 {
  max-width: 585px;
  width: 100%;
}

.custom-accordion .content-block--1 .content-block--1__inner {
  width: 100%;
}

.custom-accordion.accordion-right .section-content--inner {
 flex-direction: row-reverse;
}

.custom-accordion.accordion-right .content-block--1 {
  display: flex;
  justify-content: end;
}

.custom-accordion .section-text  {
  padding-bottom: 40px;
}

.custom-accordion .section-btn--wrapper {
  padding-top: 40px; 
}

.custom-accordion .accordion-each .accordion-text {
  margin-top: 16px;
}

.custom-accordion .accordion-each:not(:first-child) .accordion-text-wrapper {
  display: none;
}

.custom-accordion .accordion-each--inner {
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  transition: .3s ease-in-out;
}

.custom-accordion .group-accordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.custom-accordion .accordion-each--inner .accordion-text-wrapper .section-btn {
  margin-top: 20px;
}

.custom-accordion .accordion-each--inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 0;
  background: url('/cdn/shop/files/Vector_20.svg?v=1754064591') no-repeat center center;
  background-size: cover;
  transition: .3s ease-in-out;
}

.custom-accordion .accordion-each.open .accordion-each--inner::before {
  height: 100%;
  transition: .3s ease-in-out;
}

.custom-accordion .accordion-each:last-child {
  margin-bottom: 0;
}

.custom-accordion .accordion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.custom-accordion:has(.content-block--text__only) .content-block--1 .section-btn--wrapper ,
.custom-accordion:has(.content-block--text__only) .content-block--1 .section-text,
.custom-accordion:has(.content-block--text__only) .content-block--1 .section-heading {
  display: none;
}

.custom-accordion .mobile-accordion-btn {
  display: none;
}

.custom-accordion .content-block--text__only .section-text {
  padding-bottom: 0;
}

.custom-accordion .content-block--text__only .section-btn--wrapper {
  padding-top: 35px; 
}

.custom-accordion .accordion-image video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.custom-accordion .accordion-image--inner  {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 528px;
  border-radius: 12px;
}

.custom-accordion .img-background--color {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
  display: block;
  transform: rotate(1.6deg) translate(-7px, 14px);
  transition: .3s ease-in-out;
}

.custom-accordion.coming-soon .accordion-image--inner:after {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.custom-accordion .location-container {
  position: relative;
}

.custom-accordion .custom-map--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000052;
    border-radius: 15px;
    z-index: 1;
}


.custom-accordion .section-text--inner p a {
  color: var(--primary-color);
}




.contact--block span ,
.contact--block a {
  font-family: 'Epilogue', sans-serif;
  font-size: 16px;
  font-weight:400;
  line-height: 1.5;
  letter-spacing: .2px;
}

.contact--block span {
   font-weight:700;
}

/* Award Block */

.custom-award--block .slick-list {
  overflow: visible !important;
  position: relative;
}

.custom-award--block .slick-list::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000px;
  left: 0;
  bottom: 0;
  background: #ffffff;
  transform: translateX(-100%);
  z-index: 3;
}

.custom-award--block .slick-track .slick-slide {
  margin: 0 10px 
}

.custom-award--block .award-each--inner {
  position: relative;
}

.custom-award--block .award-each .award-bg--image {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 424px;
}

.custom-award--block .award-each .award-bg--image .award-bg--image__inner {
  height: inherit;
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-award--block .award-each .award-bg--image img {
  object-fit: cover;
  height: inherit;
  width: inherit;
}

.custom-award--block .award-each .award-each--content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 25px;
  z-index: 2;
  width: 100%;
}

.custom-award--block .section-upper--content {
  padding-bottom: 40px;
  margin-left: 10px;
}

.custom-award--block .custom-award--button {
  padding-top: 40px; 
  padding-left: 10px;
}

.custom-award--block .custom-award--button .custom-award--button__inner {
  gap: 10px; 
}

.custom-award--block .custom-award--button .custom-award--prev ,
.custom-award--block .custom-award--button .custom-award--next {
  cursor: pointer;
}

.custom-award--block .award-each .award-text p ,
.custom-award--block .award-each .award-heading h3 {
  color: var(--light-color);
}

.custom-award--block .award-each .award-text {
  display: none;
  padding-top: 10px;
}

.custom-award--block .award-each:hover .award-text {
  visibility: visible !important;
}

.custom-award--block .award-each .section-btn {
  padding-top: 20px;
}

.custom-award--block .award-each {
  position: relative;
  overflow: hidden;
}

.custom-award--block .award-each::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #00000000, #00000080, #000000CC);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.custom-award--block .award-each:hover::after {
  height: 100%;
  background: linear-gradient(180deg, #00000033, #00000099, #000000CC);
}

.custom-award--block .award-btn-mobile {
  display: none;
}

.custom-product--block .custom-product--prev rect,
.custom-product--block .custom-product--next rect{
  transition: .3s ease-in-out;
}

.custom-product--block .custom-product--prev:hover rect ,
.custom-product--block .custom-product--next:hover rect {
  fill: #843A90;
  transition: .3s ease-in-out;
}


.custom-product--block .custom-product--button ,
.custom-product--block .section-upper--content {
  margin-left: 10px;
}



/* no bg award block */

.custom-award--block.no-img .award-each:after {
  background: var(--primary-color);
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
}

.custom-award--block.no-img .award-each:hover::after {
  height: 100%;
}

.custom-award--block.no-img .award-each {
  border: 1px solid #DBDBDB;
  
}

.custom-award--block.no-img .award-each .award-text p ,
.custom-award--block.no-img .award-each .award-heading h3 {
  color: var(--primary-color);
}

.custom-award--block.no-img .award-each:hover .award-text p ,
.custom-award--block.no-img .award-each:hover .award-heading h3 {
  color: var(--light-color);
}

.custom-award--block.no-img .award-each:hover .dark-btn a::after {
  background: var(--light-color);

}

.custom-award--block.no-img .award-each:hover .dark-btn a {
  color: var(--primary-color); 
  border-color: var(--light-color);
}

.custom-award--block.no-img .award-each:hover .dark-btn:hover a {
  color: var(--light-color); 
}

.custom-award--block.no-img .award-each .award-text {
  display: block !important;
}




/* Image Block */

.custom-image--block .section-heading {
  margin-bottom: 20px;
}

.custom-image--block .section-text {
  margin-bottom: 35px;
}

.custom-image--block .content-block--1 {
  width: 100%;
}

.custom-image--block .content-block--1__inner {
  max-width: 650px ;
  height: 100%;
}

/* .custom-image--block .content-image--inner ,
.custom-image--block .content-image {
  height: 100%;
} */

.custom-image--block .content-block--2 {
  width: 100%;
  display: flex;
  justify-content: end;
}

.custom-image--block .content-block--2__inner {
  max-width: 535px ;
}

.custom-image--block .counter--wrapper {
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-weight: var(--font-weight-meduim);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--secondary-color);
}

.custom-image--block .counter--label span {
  font-size: var(--font-body-size);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--primary-color);
  font-family: "Inter", sans-serif !important;
}

.custom-image--block .section-content--inner .counter-block {
  padding-left: 30px; 
  border-left: 1.5px solid #DBDBDB;
}

.custom-image--block .counter-block--inner__wrapper {
  gap: 15px;
  flex-direction: column;
  align-items: start;
}

.custom-image--block .image-counter--block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 40px;
}

.custom-image--block .section-content--inner {
  gap: 40px;
}

.custom-image--block .content-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.custom-image--block.img-right .section-content--inner {
  flex-direction: row-reverse;
}

.custom-image--block.img-right .content-block--2 {
  justify-content: start;
}

.custom-image--block.img-right .section-text ul {
  padding-left: 20px;
}







/* CTA Block */
.no-special-bg:before ,
.no-special-bg:after {
  display: none !important;
}

.custom-cta--block .section-text-content {
  background: #faf9f39e;
  box-shadow: 5px 7px 89px 17px rgba(250,249,243,1);
  -webkit-box-shadow: 5px 7px 89px 17px rgba(250,249,243,1);
  -moz-box-shadow: 5px 7px 89px 17px rgba(250,249,243,1);
}

.custom-cta--block .section-inner {
  position: relative;
}

.custom-cta--block .custom-parallax--img__1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 405px;
  height: 100%;
}

.custom-cta--block .custom-parallax--img__2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 405px;
  height: 100%;
  display: flex;
  justify-content: end;
}

.custom-cta--block .custom-parallax--img__1 img ,
.custom-cta--block .custom-parallax--img__2 img {
  height: 100%;
  object-fit: contain;

}

.custom-cta--block .section-content--inner {
  width: 100%;
 max-width: 630px;
}

.custom-cta--block .section-content .section-text {
  margin-bottom: 35px;
}

.custom-cta--block .section-content .section-heading {
  margin-bottom: 20px
}

.custom-cta--block.custom-cta--bg {
  background: #ffffff;
  position: relative;
  margin: 70px 0;
}

.custom-cta--block.custom-cta--bg:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(/cdn/shop/files/top-side.png?v=1754324163);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.custom-cta--block.custom-cta--bg:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 250px;
    background: url(/cdn/shop/files/bottom-side.png?v=1754324258);
    background-size: cover;
    background-position: center;
    z-index: 0;
}





/* Testimonial Block */

.custom-testimonial--block .testimonial-each {
  padding: 30px 25px;
  border: 1px solid #DBDBDB;
}

.custom-testimonial--block .testimonial-user--info span {
  font-family: Manrope, sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 14px;
}

.custom-testimonial--block .testimonial-star--rating {
  margin-bottom: 15px;
}

.custom-testimonial--block .testimonial-text {
  margin-bottom: 20px;
}

.custom-testimonial--block .section-testimonial--content,
.custom-testimonial--block .section-heading {
  margin-bottom: 50px;
}

.custom-testimonial--block .testimonial-star--rating__inner {
  display: flex;
  gap: 3px;
}

.custom-testimonial--block .testimonial-each .star-no-count svg path {
  fill: #cecece;
}

.custom-testimonial--block .section-testimonial--content .slick-list {
  overflow: visible !important;
}

.custom-testimonial--block .section-testimonial--content .slick-slide {
  margin: 0 10px;
}

.custom-testimonial--block  .testimonial-btn {
  cursor: pointer;
}

.custom-testimonial--block  .testimonial-btn:hover svg rect ,
.custom-testimonial--block  .testimonial-btn:hover svg path {
  stroke: #896C36;
}

.custom-testimonial--block  .custom-testimonial--button__inner {
  gap: 10px;
}

.custom-testimonial--block .slick-track {
  display: flex;
  height: inherit;
}

.custom-testimonial--block .slick-track .testimonial-each {
  height: inherit;
}

.custom-testimonial--block .testimonial-each--inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Contact Form */

.custom-contact--form .cf-accordion-each:first-child {
  padding-top: 0;
}

.custom-contact--form .cf-accordion-each {
  padding: 20px 0;
  border-bottom: 1px solid #1C1C1C1A;
}

.custom-contact--form .accordion-heading span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #F0534A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-contact--form .cf-accordion-each.open span svg {
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.custom-contact--form .cf-accordion-each span svg {
  transform: rotate(180deg);
  transition: .3s ease-in-out;
}

.custom-contact--form .section-content--inner {
  gap: 40px;
}

.custom-contact--form .section-text--content {
  width: 100%;
  max-width: 600px;
}

.custom-contact--form .section-form--content {
  width: 100%;
  max-width: 585px;
}

/* .custom-contact--form .section-contact--heading , */
.custom-contact--form .section-heading {
  margin-bottom: 20px;
}

.custom-contact--form .section-text {
  padding-bottom: 40px;
}

.custom-contact--form .section-contact--heading {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: Epilogue, sans-serif;
}


.custom-contact--form .contact-address--inner ,
.custom-contact--form .contact-phone--inner ,
.custom-contact--form .contact-mail--inner {
  gap: 10px;
}

.custom-contact--form .contact-info a {
  text-decoration: none;
  display: flex;
  gap:10px;
  align-items: center;
}

.custom-contact--form .contact-info a span {
  font-family: Epilogue, sans-serif !important;  
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--primary-color);
  text-decoration: none;
}

.custom-contact--form .contact-info a span:hover {
  text-decoration: underline;
}

.custom-contact--form .section-contact--content  {
  margin-bottom: 40px;
}

.custom-contact--form.custom-position .section-text--content {
  position: relative;
}

.custom-contact--form.custom-position .section-contact--number {
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-contact--form .section-contact--number {
  gap: 4px;
}

.custom-contact--form .contact-form {
  padding: 24px 20px;
  border-radius: 20px;
  background: #FCCD0C;
}

.custom-contact--form.cf-border .contact-form {
  border: 1px solid #DBDBDB;
}

.contact-form .basic-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
} 

.contact-form .options-wrapper {
  margin-bottom: 35px; 
}

.contact-form .message-wrapper {
  margin-bottom: 30px;
  position: relative;
  height: 121px;
}

.message-wrapper .error-message {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(25px);
}

.contact-form .message-wrapper.form-group,
.contact-form .basic-info-wrapper .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form .form-group textarea,
.contact-form .basic-info-wrapper .form-group input {
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  color: var(--primary-color);
  background: #ffffff;
}

.contact-form .form-group span,
.contact-form .form-group label {
  font-family: Aeternus, sans-serif;
  font-size: 25px;
  line-height: .9;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #1C1C1C;
}

.contact-form .form-group .form-required {
  color: #F0534A;
}

.contact-form .terms-button--wrapper .custom-check--wrapper {
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}


.contact-form .radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  row-gap: 10px;
  margin-top: 15px;
}

.contact-form .radio-group-each {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form .radio-group-each label {
  display: flex;
  align-content: center;
  gap: 10px;
  text-transform: capitalize;
  font-family: Inter, sans-serif !important;
  font-size: var(--font-body-size) !important;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  color: var(--primary-color);
  flex-direction: row;
}

.contact-form .terms-wrapper laber,
.contact-form .radio-group-each {
  display: flex;
  gap: 8px;
  position: relative;
 
}

.contact-form .terms-wrapper input,
.contact-form .radio-group-each input {
  display: none; 
}

.contact-form .custom-check {
  width: 18px;
  height: 18px;
  border: 1px solid #F0534A;
  background-color: #ffffff;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.contact-form .terms-wrapper svg ,
.contact-form .radio-group-each svg {
  opacity: 0;
}

.contact-form .terms-wrapper input:checked + .custom-check svg ,
.contact-form .radio-group-each input:checked + .custom-check  svg {
  opacity: 1;
}

.contact-form .terms-wrapper label .custom-check {
  margin-right: 10px;
  border-radius: 4px; 

}

.contact-form .terms-wrapper label > span {
  display: flex;
  text-transform: unset;  
 
}

.contact-form .terms-wrapper label .custom-check--wrapper {
 flex-wrap: wrap;  
}

.contact-form .terms-wrapper label {
  display: flex;
  align-items: center;
  text-transform: unset;
}

.contact-form .terms-wrapper label a {
  text-decoration: none;
  color: var(--primary-color);
}

.contact-form .terms-wrapper label a:hover {
    text-decoration: underline;
}
.contact-form .terms-wrapper label input {
  margin-right: 10px;
}

.contact-form button {
  text-decoration: none;
  font-family: Primos, sans-serif;
  font-size: var(--font-size-button);
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 16px 12px 25px;
  letter-spacing: 1px;
  display: block;
  background: var(--btn-bg-color);
  transition: all .3s ease-in-out;
  border: 1px solid var(--btn-bg-color);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-form button svg {
  transition: .3s ease-in-out;
}

.contact-form button:hover svg {
  transform: scale(1.3) translateX(4px);
  transition: .3s ease-in-out;
}



.section-form--content .form-status {
  font-size: 20px!important;
}

.cf-accordion-each .accordion-text {
  display: none;
}

.cf-accordion-each .accordion-text--inner {
  margin-top: 20px;
}



/* Footer */

.custom-newsletter__link a,
.custom-newsletter__link {
  font-family: Epilogue, sans-serif;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  color: var(--primary-color);
  margin-top: 16px;
}

.custom-newsletter__link a:Hover {
  text-decoration: none;
}

.custom-newsletter__form .newsletter-form__field-wrapper ,
.custom-newsletter__form .newsletter-form {
  max-width: 100% ;
}

.custom-newsletter__form .field__input {
  height: 100%;
  padding: 12px !important;
  border-radius: 8px !important;
  background-color:#ffffff !important;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Epilogue, sans-serif;
}

.custom-newsletter__form .field__input::placeholder {
  opacity: 1 !important;
  visibility: visible !important;
  color: #505050; 
}

.newsletter-form__field-wrapper .field {
  height: 48px;
}

.custom-newsletter__form button {
  padding: 12px 15px 12px 25px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: Primos, sans-serif;
  color: #FFFFFF;
  border-radius: 8px;
  background-color: #843A90 !important;
  transition: .3s ease-in-out;
  top: 1px;
}

/* .custom-newsletter__form button:hover {
  color: #843A90;
  background-color: #FFFFFF !important;
  transition: .3s ease-in-out;
}

.custom-newsletter__form button:hover svg path {
  fill: #843A90;
  transition: .3s ease-in-out;
} */

.custom-newsletter__form button .svg-wrapper {
  width: 16px;
  height: 16px;
  transition: .3s ease-in-out;
}

.custom-newsletter__form button .svg-wrapper svg {
  transition: .3s ease-in-out;
}

.custom-newsletter__form button:hover .svg-wrapper svg {
  transform: scale(1.3) translateX(4px);
  transition: .3s ease-in-out;
}

.custom-newsletter__text {
  margin-bottom: 20px;
}

.newsletter__heading {
  margin-bottom: 10px;
}

.footer-wrapper .fm-block--3 {
  max-width: 450px;
  width: 100%;
}

.footer-wrapper .fm-block--1 {
  width: 100%;
  max-width: 330px;
}

.fm-block--1 .section-btn.primary-btn {
  margin-top: 20px;
}

.footer-wrapper .contact-info a {
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-wrapper .contact-info a span {
    font-family: Epilogue, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 500;
}

.footer-wrapper .contact-info a:hover span {
  text-decoration: underline;
}

.footer-wrapper .fm-column--3 {
  display: none;
}

.footer-wrapper .footer-main {
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.footer-main .footer-main--inner {
  gap: 40px;
}
.footer-wrapper .section-contact--content {
      display: block;
}
.footer-main .contact-phone {
  margin-left: 30px;
}

.footer-wrapper .contact-info a {
    font-family: Manrope, sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.footer-wrapper .footer-copy--right {
    font-family: Epilogue, sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--primary-color);
}

.footer-wrapper .contact-info a:hover {
  text-decoration: none;
}


.footer-wrapper .sub-footer--links a  {
    font-family: Epilogue, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--primary-color);
    text-decoration: none;
    position: relative;
}

.footer-wrapper .sub-footer--links a::after  {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .5px;
  background: var(--primary-color);
  transition: .3s ease-in-out;
  transform: translateY(-2px);
}

.footer-wrapper .sub-footer--links a:hover::after {
  width: 0;
}

.footer-wrapper .sub-footer--inner {
  gap: 20px;
}

.footer-wrapper .sub-footer .custom-icon__link a svg {
  transition: 0.3s ease-in-out;
}

.footer-wrapper .sub-footer .custom-icon__link:hover a svg {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.footer-wrapper .contact-address--inner ,
.footer-wrapper .contact-phone--inner ,
.footer-wrapper .contact-mail--inner {
  gap: 10px;
}

.footer-wrapper .section-contact--heading {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: Epilogue, sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-wrapper .section-contact--heading svg path {
  transition: .3s ease-in-out;
}

.footer-wrapper .section-contact--heading svg:hover path {
  fill: #843A90;
  transition: .3s ease-in-out;
}

.footer-wrapper .section-contact--content {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-wrapper .footer-logo img {
  max-width: 84px;
  width: 100%;
}

.footer-wrapper  .fm-block--2 {
  width: 100%;
  max-width: 942px;
}

.footer-wrapper .fm-block--2__inner {
  gap: 40px;
  justify-content: space-between;
}

.footer-wrapper .footer--block-title {
  margin-bottom: 20px;
}

.footer-wrapper  .footer--block-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 0;
}

.footer-wrapper .footer--block-menu ul li {
  list-style: none;
  line-height: 1;
}

.footer-wrapper .footer--block-menu ul li a {
  text-decoration: none;
  font-family: Primos, sans-serif;
  font-size: var(--font-size-button);
  font-weight: 400;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  transition: color 0.2s ease-in-out; 
}

.footer-wrapper .footer--block-menu ul li a:hover {
  color: #843A90;
  text-decoration: underline;
}

.footer-wrapper .footer-social--links a:hover {
  text-decoration: none;
  transition: .3s ease-in-out;
}

.footer-wrapper .sub-footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #1C1C1C;
}

.footer-wrapper .sub-footer--links {
  gap: 24px;
}

.sf-block--3__inner {
  gap: 12px;
}

.footer-wrapper .map-container iframe {
  border-radius: 12px;
}

.footer-wrapper .map-container {
  margin-bottom: 60px;
}

.footer-wrapper .fm-column--2 ,
.footer-wrapper .fm-column--1 {
  width: 100%;
  max-width: 160px;
}

/* Hamburger Menu */

.hamburger-wrapper {
  padding: 12px;
  background: #843A90;
  border-radius: 8px;
}

.hamburger .line {
    width: 18px;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
    margin: 4px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
}

.hamburger .line:first-child{
  margin-top: 0;
}

.hamburger .line:last-child{
  margin-bottom: 0;
}

.hamburger:hover{
  cursor: pointer;
}


#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  -o-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}

.custom-mobile--burger__menu {
  display: none;
}



/* Drawer Menu */

.header .header-inner .custom-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: calc(100% - 80px);
  max-width: 600px;
  height: 100%;
  background: var(--light-color);
  border-right: 1px solid #DBDBDB80;
  transform: translateX(-100%);
  transition: 0.6s ease-in-out;
  display: none;
  padding-top: 70px;
  padding-bottom: 20px;
}

.header .header-inner .custom-drawer.drawer-open {
  transform: translateX(0);
 transition: 0.6s ease-in-out;
}

.drawer-search .field__label {
  /* font-size: var(--font-size-button);
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: Manrope, sans-serif;
  font-weight: 700 !important; */
  display: none;
}

.custom-drawer .search-modal__form {
  padding: 0 2.7rem;
  max-width: unset;
  margin-top: 20px;
}

.custom-drawer .search__input  {
  padding: 1.5rem 0;
  left: 0;
  border-bottom: 1px solid #222222;
  font-size: var(--font-size-button);
  color: var(--primary-color);
  font-family: Manrope, sans-serif;
}

.drawer-menu .header--block-menu ul li {
  list-style: none;
}

.drawer-menu .header--block-menu ul li a {
  font-size: var(--font-size-button);
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: Primos, sans-serif;
  font-weight: 500 !important;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: .4px;
}

.drawer-menu .header--block-menu ul {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropdown-icon svg {
  transition: transform 0.3s ease-in-out;
}

.dropdown-icon.open svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.custom-drawer .custom-header--btn {
  padding: 0 20px;
}

.custom-drawer .custom-header--btn__inner {
  flex-direction: column;
}

.custom-drawer .dark-btn a {
  width: 100%;
  text-align: center;
}

.custom-drawer .drawer-upper__content {
  width: 100%;
}

.custom-drawer .custom-drawer__content {
  flex-direction: column;
  height: 100%;
  gap: 40px;
}

.custom-mobile--header .custom-mobile--btn {
  padding-left: 20px; 
}


.custom-header--icon__inner {
  display: flex;
  align-items: center;
}

.custom-header--icon__inner a {
  display: flex;
  align-items: center;
}

.custom-header--icon__inner .header__icon__wrapper a svg {
  height: 24px !important; 
  width: 24px !important; 
  transition: 0.3s ease-in-out;
} 

.custom-header--icon__inner .header__icon__wrapper a:hover svg {
  transform:scale(1.3);
  transition: 0.3s ease-in-out;
}

.custom-mobile--header .header__icon, 
.custom-mobile--header .header__icon--cart .icon {
  height: unset;
  width: unset;
}

.custom-mobile--header .header__icon--account {
  display: block !important;
}

.custom-mobile--header  .header__heading-logo-wrapper {
  display: flex !important;
}

.custom-mobile--header  .cm--header-upper {
  gap: 20px;
}

.drawer-menu .has-dropdown .dropdown {
  margin: 10px 0px;
}

.drawer-menu .has-dropdown .custom__plus {
  font-size: 20px;
  font-weight: 500;
  font-family: Primos, sans-serif;
  color: #F0534A;
}










/* Testimonial Slider */

.custom-written--testimonial  .section-content--inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-written--testimonial .written-testimonial--text {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: Aeternus, sans-serif;
}

.custom-written--testimonial .written-testimonial--name {
  font-family: Primos, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--primary-color);
  text-transform: uppercase;
  position: relative;
}

.custom-written--testimonial .written-testimonial--name span {
  color: #f3523f;
}

.custom-written--testimonial .written-testimonial--block,
.custom-written--testimonial .section-heading {
  margin-bottom: 60px;
}

.custom-written--testimonial .section-arrows svg {
  cursor: pointer;
}

.custom-written--testimonial .section-arrows {
  gap: 10px;
}

.custom-written--testimonial .written-testimonial--each {
  margin: 0 20px;
}

.custom-written--testimonial .written-testimonial--text ,
.custom-written--testimonial .written-testimonial--quote {
  margin-bottom: 32px;
}



/* Single Testimonial */

.custom-single--testimonial {
  position: relative;
}

.custom-single--testimonial::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(/cdn/shop/files/top-side.png?v=1754324163);
  background-size: cover; 
  background-position: center; 
  z-index: 0; 
}


.custom-single--testimonial::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 250px;
  background: url(/cdn/shop/files/bottom-side.png?v=1754324258);
  background-size: cover; 
  background-position: center; 
  z-index: 0; 
}

.custom-single--testimonial .single-testimonial--text {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: Aeternus, sans-serif;
  max-width: 976px;
}

.custom-single--testimonial .single-testimonial--info__inner {
  gap: 20px;
}

.custom-single--testimonial .single-testimonial--img__inner {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.custom-single--testimonial .single-testimonial--img img {
  height: 100%;
  width: 100%;
}

.custom-single--testimonial .single-testimonial--name {
  font-family: Primos, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--primary-color);
  text-transform: uppercase;
  position: relative;
}

.custom-single--testimonial .single-testimonial--name span {
  color: #f3523f;
}

.multi-slider .testimonial-slider .slick-slide > div {
    display: flex;
    gap: 20px; 
    margin-bottom: 20px;
}

.custom-testimonial--block.multi-slider .section-testimonial--content .slick-list {
  overflow: hidden!important;
}

.custom-single--testimonial .single-testimonial--text,
.custom-single--testimonial .svg-wrapper--qoute {
  margin-bottom: 32px;
}







/* Product Block */

.product-grid-container .section-heading {
  margin-bottom: 30px;
}

.product-grid-container .facets-vertical-form {
  justify-content: space-between;
  align-items: center;
}

.product-grid-container .product-count-vertical {
  margin-left: 0;
}

.product-grid-container .page-width {
  padding: 0;
}

.facet-filters .facet-filters__field .svg-wrapper svg path {
  stroke: #F0534A ;
}

.facet-filters .facet-filters__field .svg-wrapper {
  right: 14px;
}

.facet-filters .facet-filters__field select {
  padding: 14px; 
  border-radius: 8px;
  background: #ffffff;
  line-height: 1.5;
  letter-spacing: .4px;
  font-size: 16px;
  font-family: Epilogue, sans-serif;
  width: 235px;
  color: var(--primary-color);
}

.custom-product-grid .facets__heading--vertical ,
.product-grid-container .product-count__text ,
.facet-filters .facet-filters__label {
  font-family: Aeternus, sans-serif !important;
  font-size: 25px !important;
  line-height: .9 !important;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color)!important;
}

.product-count-vertical {
  opacity: 1 !important;
}

.related-product-block .product-grid .product-each,
.custom-product-grid .product-grid .product-each {
  border: 1px solid #FCCD0C;
  border-radius: 12px;
  padding: 16px;
}

.product-slider .product-each,
.custom-product--block .product-slider .product-each {
  margin: 0 10px;
  border: 1px solid #FCCD0C;
  border-radius: 12px;
  padding: 16px;
} 

.related-product-slider .section-upper--content,
.custom-product--block .section-upper--content {
  padding-bottom: 40px;
}
.related-product-slider .custom-product--button,
.custom-product--block .custom-product--button {
  padding-top: 40px; 
  gap: 20px;
}

.product-btn-mobile,
.custom-product--block .product-btn-mobile {
  display: none;
}

.product-bg--image img,
.custom-product--block .product-bg--image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.product-bg--image,
.custom-product--block .product-bg--image {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 8px;
}

.custom-product--button__inner,
.custom-product--block .custom-product--button__inner {
  gap: 10px;
}

.product-button--wrapper,
.custom-product--block .product-button--wrapper   {
  gap: 20px;
}

.product-btn-mobile .section-btn a:hover svg path,
.custom-product--block .section-btn a:hover svg path {
  transition: .3s ease-in-out;
}

.product-btn-mobile .section-btn a:hover svg path:nth-of-type(2),
.custom-product--block .section-btn a:hover svg path:nth-of-type(2) {
  transform: scale(1.2);
  transition: .3s ease-in-out;
  transform-origin: center; /* optional, keeps scaling from center */
}
.product-price,
.custom-product--block .product-price {
  gap: 10px;
  align-items: end;
}
.product-price h4,
.custom-product--block .product-price h4 {
  font-weight: 400 !important;
}
.product-price span,
.custom-product--block .product-price span {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: Epilogue, sans-serif;
}

.related-product-slider .title-wrapper,
.custom-product--block .title-wrapper {
  margin-bottom: 16px;
}

.related-product-slider .option-btn a ,
.custom-product--block .option-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}

.related-product-slider .option-btn a:hover svg path ,
.custom-product--block .option-btn a:hover svg path {
  stroke: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.related-product-slider .slick-list,
.custom-product--block .slick-list {
  overflow: visible !important;
  position: relative;
}

.product-each .product__type {
  padding: 9px 13px 8px ;
  color: var(--primary-color);
  border-radius: 25px;
  text-decoration: none;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform:capitalize;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-box-trim: trim-both;
}
 
.product-thc-info.type-sativa-dom-hybrid .product__type{
  background-color:rgba(0, 192, 222, 0.80);
  color:#1C1C1C;
}

.product-thc-info.type-indica-dom-hybrid .product__type{
  background-color:rgba(252, 204, 12, 0.8);
  color:#1C1C1C;
} 

.product-thc-info.type-hybrid .product__type {
  background-color:rgba(168, 218, 32, 0.8);
  color:#1C1C1C;
}

.product-thc-info.type-indica .product__type {
  background-color:rgba(237, 119, 35, 0.8); 
  color:#1C1C1C;
}
.product-thc-info.type-sativa .product__type {
  background-color:rgba(133, 58, 144, 0.8); 
  color:#1C1C1C;
} 

.product-each .thc_wrapper,
.custom-product--block .product-each .thc_wrapper {
  color: #1C1C1C;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.product-each .thc_title,
.custom-product--block .product-each .thc_title {
  opacity: .6;
}

.product-each .product-thc-info,
.custom-product--block .product-each .product-thc-info {
  padding-bottom: 16px;
  border-bottom: 1px solid #1C1C1C1A;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

 .product-category--wrapper,
.custom-product--block .product-category--wrapper {
  padding-bottom: 20px;
  gap: 5px;
  flex-wrap: wrap;
} 

.custom-product--prev,
.custom-product--next {
  cursor: pointer;
}

.product-each .product-button--wrapper button {
  padding: 0;
  display: flex;
  border: none;
  cursor: pointer;
  min-width: unset;
  min-height: unset;
}

.product-each .product-button--wrapper button svg path {
  transition: .3s ease-in-out;
}

.product-each .product-button--wrapper button:hover svg path:last-child {
  transform: scale(1.3) translate(-5px, -4px);
  transition: .3s ease-in-out;
}

.product-each .size-buttons {
  display: flex;
  gap: 10px; 
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.product-each .size-text {
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .5px;
  font-family: Epilogue, sans-serif;
  color: #1C1C1C99;
  cursor: pointer;
  z-index: 1;
  transition: .3s ease-in-out:
}
.product-each .size-text.is-active {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--btn-bg-color);
}

.product-each .size-text:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px; 
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc; 
}

.product-each .product-total__price {
  display: none;
}

.product-each {
  position: relative;
}

.product-each .product-each__link a,
.product-each .product-each__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-each .section-btn {
  position: relative;
  z-index: 1;
}


/* Grid Block */

.custom-grid--block .grid-block--each {
  position: relative;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
}

.custom-grid--block .block-content--hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #FCCD0C;
  transform: translateY(150%);
  transition: .3s ease-in-out;
  padding: 26px;
}

.custom-grid--block .grid-block--each:hover .block-content--hidden {
  transform: translateY(0);
  transition: .3s ease-in-out;
}


.custom-grid--block .block-content--display .block-image {
  position: relative;
  padding-top: 400px;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
}

.custom-grid--block .block-content--display .block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-grid--block .block-content--display .block-title span {
  display: none;
}

.custom-grid--block .block-content--display .block-title {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.custom-grid--block .section-upper--content__inner {
  gap: 40px;
  margin-bottom: 50px;
}

.custom-grid--block .section-text ,
.custom-grid--block .section-heading {
  width: 100%;
  max-width: 400px;
}

.custom-grid--block .grid-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}



/* Collapsable Row */

.company-history .content-block--1 .content-block--inner {
  position: sticky;
  top: 0;
}

.company-history .collapsable-each .collapsable-content {
  /* display: block !important; */
  opacity: .3;
  transition: .3s ease-in-out;
}

.company-history .collapsable-each.active .collapsable-content {

  opacity: 1;
  transition: .3s ease-in-out;
}

.custom-collapsable--row .content-block {
  width: 100%;
}

.custom-collapsable--row .content-block .content-block--inner {
  max-width: 535px;
  width: 100%;
}

.custom-collapsable--row .section-heading  {
  margin-bottom: 20px;
}

.custom-collapsable--row .section-content--inner {
  gap: 40px
}

.custom-collapsable--row.collapsable-right .content-block--1 ,
.custom-collapsable--row.collapsable-left .content-block--2 {
  display: flex;
  justify-content: end;
}

.custom-collapsable--row .collapsable-each:last-child {
  margin-bottom: 0;
}

.custom-collapsable--row .collapsable-text ,
.custom-collapsable--row .collapsable-content {
  padding-top: 25px; 
}

.custom-collapsable--row .collapsable-each .collapsable-content {
  display: none;
}
/* .custom-collapsable--row .collapsable-each.active .collapsable-content {
  display: block;
} 
 */
.custom-collapsable--row .content-block--2 .section-content--inner {
  display: flex;
  align-items: flex-start; 
  position: relative; 
}

/* .custom-collapsable--row .content-block--2 .content-block--inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
} */

.collapsable-image img {
  display: block;
  width: 100%;
}

.custom-collapsable--row .collapsable-each {
  padding-left: 60px; 
  position: relative;
}

.custom-collapsable--row .collapsable-each .collapsable-each--inner {
  padding-bottom: 60px;
}

.custom-collapsable--row .collapsable-each:last-child .collapsable-each--inner {
  padding-bottom: 0;
}

.custom-collapsable--row .collapsable-each::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  width: 1.5px;
  height: 100%;
  transform: translateY(20px);
}

.custom-collapsable--row .collapsable-each::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: var(--primary-color);
  transform: translatex(-3px);
  transition: 0.3s ease-in-out;
}

.custom-collapsable--row .collapsable-each.active::after {
  width: 20px;
  height: 20px; 
  background: var(--secondary-color);
  transform: translate(-9.5px);
  transition:  0.3s ease-in-out;
}

.custom-collapsable--row .collapsable-each h4 {
  opacity: .5;
  transition: 0.3s ease-in-out;
}

.custom-collapsable--row .collapsable-each.active h4 {
  font-size: 35px !important;
  color: var(--secondary-color);
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.custom-collapsable--row .collapsable-each:last-child::before {
  display: none;
}

.custom-collapsable--row.collapsable-right .content-block--2 {
 order: -1;
}

.custom-collapsable--row .collapsable-heading {
  cursor: pointer;
}


/* Core Value */

.custom-core-values .content-block--1__inner {
  row-gap: 20px;
  column-gap: 40px;
}

.custom-core-values .section-heading ,
.custom-core-values .section-text {
  width: 100%;
  max-width: 535px;
}

.custom-core-values .content-block--1 {
  margin-bottom: 50px;
}

.custom-core-values .content-block--2__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.custom-core-values  .core-values--each__inner {
  position: relative;
  padding-top: 470px;
}

.custom-core-values .core-values--content {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
}

.custom-core-values .core-values--each {
  border: 1px solid #DBDBDB;
}

.custom-core-values .core-values-heading {
  margin-bottom: 10px;
}




/* Nested Accordion  */

.custom-nested--accordion {
  background: var(--theme-color);
}

.custom-nested--accordion .seciton-upper--content {
  margin-bottom: 50px;
}

.custom-nested--accordion .seciton-upper--content ,
.custom-nested--accordion .section-bottom--content {
  gap: 40px;
}

.custom-nested--accordion .section-text,
.custom-nested--accordion .section-heading,
.custom-nested--accordion .section-accordion--block.accordion-block--1 {
  width: 100%;
  max-width: 400px;
}

.custom-nested--accordion .section-accordion--block.accordion-block--2 {
  width: 100%;
  max-width: 680px;
}

.custom-nested--accordion.accordion-left .accordion-block--2 {
  order: -1;
}

.custom-nested--accordion .section-heading {
  margin-bottom: 20px;
}

.custom-nested--accordion .main-accordion--heading {
  font-size: var(--font-size-button);
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: Epilogue, sans-serif;
  font-weight: 500;
  padding: 20px 0;
  border-bottom: 1px solid #1C1C1C1a;
  cursor: pointer;
}

.section-bottom--content {
  position: relative;
  height: 100%;
}

.custom-nested--accordion .section-accordion--block.accordion-block--1 .section-accordion--block__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  position: sticky;
  top: 0;
  left: 0;
}

.custom-nested--accordion .nested-load-more { 
  text-align: center; 
  margin-top: 40px; 
}

.custom-nested--accordion .nested-load-more .load-more-btn {
  font-family: Primos, sans-serif;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: #843A90;
  color: #fff;
  border-radius: 8px;
}
.custom-nested--accordion .nested-load-more { 
  display: none; 
} 



.custom-nested--accordion .step-block-text {
  margin-top: 12px;
  opacity: .8;
}

.custom-nested--accordion .step-block-each {
  margin-bottom: 40px;
}

.custom-nested--accordion .step-block-each:last-child {
  margin-bottom: 0;
}

.custom-nested--accordion .main-accordion--heading:first-child {
  border-bottom: 1px solid #1C1C1C1a;
}

.custom-nested--accordion .section-block--heading {
  margin-bottom: 20px;
} 

.custom-nested--accordion .main-accordion--heading  svg path {
  fill: #F0534A;
}

.custom-nested--accordion .main-accordion--heading.active h4 {
  color: #F0534A;
  transition: 0.2s ease-in-out;
}

.custom-nested--accordion .main-accordion--heading.active svg {
  transition: 0.2s ease-in-out;
}

.custom-nested--accordion .accordion-heading {
  margin-bottom: 20px;
}

.custom-nested--accordion .accordion-text {
  margin-bottom: 40px;
}

.custom-nested--accordion .step-block-image-only ,
.custom-nested--accordion .accordion--each {
  display: none;
}

.custom-nested--accordion .step-block-image-only.active ,
.custom-nested--accordion .accordion--each.active {
  display: block;
}

.custom-nested--accordion .step-block-image img {
  width: 100%;
}

.step-block-text-wrapper .step-block-each svg {
  transition: .3s ease-in-out;
} 

.step-block-text-wrapper .step-block-each.active svg {
  transform: rotate(90deg);
}

.step-block-text-wrapper .step-block-each.active svg .line-1 {
  display: none;
}

.step-block-text-wrapper .step-block-each.active svg path {
  stroke: #896C36;
}

.custom-nested--accordion .step-block-image-only video {
  width: 100%;
}

.custom-nested--accordion .step-block-image-only video img {
  display: none;
  opacity: 0;
}
.custom-nested--accordion .step-block-image {
  position: relative;
}

.custom-nested--accordion .step-block-image .custom-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.custom-nested--accordion .mobile-accordion-icon {
  display: none;
}

.step-block-text-wrapper {
  counter-reset: accordion-counter;
}

.step-block-each {
  counter-increment: accordion-counter;
  position: relative;
  padding-left: 99px; 
}

.step-block-each::before {
  content: counter(accordion-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top:0;
  font-family: Primos, sans-serif;
  font-weight: 500;
  color: #F0534A;
  line-height: 1;
  text-align: center;
  font-size: 50px;
}

.custom-nested--accordion .mobile-display {
  display: none;
}

.nested-accordion-each {
  padding:24px;
  border-bottom: 1px solid #1C1C1C1A;
  cursor: pointer;
}

.nested-accordion-each.active {
  border-radius: 12px;
  background: #FCCD0C;
  border-bottom: none;
}

.nested-accordion-text {
  padding-top: 20px;
}

.nested-accordion-each svg path {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .3s ease;
}

.nested-accordion-each.active svg path:nth-of-type(2) {
  transform: rotate(90deg);
  transform-origin: center;
  transform-box: fill-box;
}

.accordion-sub-heading {
  padding-top: 60px;
  border-top: 1px solid #1C1C1C1A;
  margin-top: 60px;
  padding-bottom: 20px;
}



/* Show by default */
.nested-accordion-each {
  display: block;
}

/* JS will hide the extra ones on load */
.nested-accordion-each.hidden {
  display: none;
}








/* Product Collection */

.custom-product-grid .container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 100px 64px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 0;
}

.custom-product-grid .facets__heading--vertical ,
.custom-product-grid .facets__summary span,
.custom-product-grid  .facets__summary-label {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: Aeternus, sans-serif;
  font-weight: 500;
  line-height: .9;
  letter-spacing: 0;
}

.custom-product-grid  .facets__summary:hover .facets__summary-label {
  text-decoration: none;
}

.custom-product-grid .facets__disclosure-vertical .facets__summary  svg {
  transition: .2s ease-in-out;
  transform: rotate(180deg);
}

.custom-product-grid .facets__disclosure-vertical[open] .facets__summary  svg {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.custom-product-grid .facets__disclosure-vertical[open] .facets__summary  svg .line-1 {
  display: none;
}

.custom-product-grid .facets__display-vertical {
  padding-bottom: 0;
}

.custom-product-grid .facets-wrap-vertical {
  padding: 0;
  padding-top: 20px;
}

.facets__disclosure-vertical[open] .facets__and-helptext {
  display: none !important;
}

.custom-product-grid .facets-vertical .facets__summary {
  padding: 0 ;
  margin: 0;
}

.custom-product-grid .facets__disclosure-vertical {
  border-top: 1px solid #1C1C1C1A;
  padding: 16px;
 
}

.custom-product-grid .facets__disclosure-vertical[open] {
  background: #FCCD0C;
  border-radius: 12px;
  border-top: none;
  margin-bottom: 20px;
}

.custom-product-grid .facets__disclosure-vertical:last-child {
  border-bottom: 1px solid #1C1C1C1A;
}

.custom-product-grid .facets__disclosure-vertical[open]:last-child {
  border-bottom: none;
}

.custom-product-grid .facets__heading--vertical {
  margin-bottom: 20px;
}

.custom-product-grid .facets__label {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.custom-product-grid .facets__summary .svg-wrapper {
  padding: 10px;
  background: #F0534A;
  border-radius: 8px;
}

.custom-product-grid .facets-layout-list .facets__label .facet-checkbox__text-label,
.custom-product-grid .facets-layout-list input:focus~.facet-checkbox__text-label {
  text-decoration: none;
  text-transform: capitalize;
}

.custom-product-grid .facets__price .field__label ,
.custom-product-grid .facets__price input ,
.custom-product-grid .facets__selected {
  font-family: Epilogue, sans-serif !important;
  font-size: var(--font-body-size) !important;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  color: var(--primary-color);
}

.custom-product-grid .facets__price input:focus:placeholder-shown + label {
  display: none;
}

.custom-product-grid .facets__price input {
  background: #ffffff;
  padding: 12px 8px;
  border-radius: 8px;
} 

.custom-product-grid .facets__price .field-currency  {
  font-family: Aeternus, sans-serif;
  font-size: 25px;
  line-height: .9;
  letter-spacing: 0;
  font-weight: 500;
}

.custom-product-grid .field__input:focus~.field__label, 
.custom-product-grid .field__input:not(:placeholder-shown)~.field__label {
  /* top: calc(var(--inputs-border-width) + -0.5rem); */
  display: none;
}

/* .custom-product-grid .facets__price input:focus + .field__label {

  padding: 1.5rem;
} */

/* .custom-product-grid .facets__price input:focus {
 padding: 1.5rem;
} */

.custom-product-grid .facets-container {
    max-width: 320px;
    width: 100%;
    top: 0;
    position: relative;
}

.custom-product-grid .facets-wrapper {
  position: relative;
}



/* Single Produt  */
.quantity__fake__input,
.quantity__input {
  font-family: Aeternus, sans-serif !important;
  font-size: 32px !important;
  line-height: .9;
  letter-spacing: 0;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.custom-single--product .mobile__content {
  display: none;
}

.custom-single--product .product-category-each a {
  pointer-events: none;
}

.custom-single--product  {
  max-width: var(--container-width) !important;
  margin: 0 auto !important;
  padding: 100px 64px !important;
  padding-top: 150px !important; 
}

.custom-single--product .price__regular span {
  font-size: 50px !important;
  line-height: .9;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: Aeternus, sans-serif !important;
  font-weight: 500;
  color: var(--primary-color);
}

.custom-single--product .product__title h3 {
  line-height: .9;
  margin: 0;
  text-transform: uppercase;
  font-family: Aeternus, sans-serif !important;
  font-weight: 500;
  color: var(--primary-color);
}

.custom-single--product .product__type {
  padding: 9px 13px;
  color: #1c1c1c;
  border-radius: 25px;
  text-decoration: none;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
  letter-spacing: 0;
}

.custom-single--product .thc_wrapper {
    color: #1c1c1c;
    font-family: Epilogue, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .4px;
}

.custom-single--product .product-thc-info {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-single--product .product-thc-info .thc_title {
  opacity: .6;
}

.custom-single--product .product__title {
  padding-bottom: 15px;
}

.custom-single--product .product__info-container .product__description {
  margin: 0 !important;
  padding-bottom: 40px;
}

.custom-single--product .product__info-container>*+* {
  margin: 0;
}

.custom-single--product .product__collections-list ,
.custom-single--product .product .price__container {
  margin-bottom: 20px;
}

.custom-single--product .product-category--wrapper  {
  gap: 5px;
  
}

.custom-single--product .product-category-each a {
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #896C36;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  color: #896C36;
  display: inline-block;
}

 .custom-single--product .product--large:not(.product--no-media) .product__media-wrapper {
  max-width: 650px;
  width: calc(50% - var(--grid-desktop-horizontal-spacing));
}

.custom-single--product .product--large:not(.product--no-media) .product__info-wrapper{
  max-width: 535px;
  padding-left: 0;
  margin-left: 0;
  width: calc(50% - var(--grid-desktop-horizontal-spacing));
}

.custom-single--product .product {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.custom-single--product .rating-star:before {
  -webkit-text-fill-color: #FFC107;
  font-size: 20px;
  letter-spacing: 0;
}

.custom-single--product .rating-wrapper {
  padding-bottom: 25px;
}

.custom-single--product .product__info-container .select {
  width: fit-content;
}

.custom-single--product .product__info-container .select__select {
  width: fit-content;
  border: 1px solid #FCCD0C;
  border-radius: 8px;
  background: #ffffff;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .5px;
}

.custom-single--product .product-form__input--pill input[type=radio]+label {
  padding: 0;
}

.product-form__input .select .svg-wrapper svg path {
  stroke: #F0534A;
}

.product-form__input .select .svg-wrapper {
  height: 8px;
  width: 16px;
  position: absolute;
}

.custom-single--product .weight-product-field legend,
.custom-single--product .product-form__input .form__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
}

.custom-single--product .weight-product-field span,
.custom-single--product .product-form__input--pill input[type=radio]+label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  text-align: left;
}

.custom-single--product .product-form__quantity {
  padding: 40px 0; 
  border-bottom: 1px solid #1C1C1C1a;
  margin-bottom: 40px !important;
}

/* .custom-single--product .quantity__button-plus {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
}

.custom-single--product .quantity__button-minus {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 2;
}

.custom-single--product .quantity {
  max-width: 90px;
  width: 100%;
  border-bottom: 1px solid #222222;
} */

/* .custom-single--product .quantity__input {
  padding-right: 15px;
} */

.weight-product-field span ,
.product__info-wrapper variant-selects fieldset.product-form__input input[type="radio"]:checked + label {
  color: #896C36;
}

.product__info-wrapper .product-form__submit {
  width: unset;
  padding: 0;
  margin-bottom: 0;
  border-radius: 1px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Primos, sans-serif;
  background: transparent;
  color: #843A90;
  transition: .3s ease-in-out;
  position: relative;
}

.product__info-wrapper .product-form__submit span {
  position: relative;
}

.product__info-wrapper .product-form__submit span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 100%;
  background:#843A90;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.product__info-wrapper .product-form__submit:hover span::after {
  width: 0;
}

.product__info-wrapper .product-form__submit:hover::after {
  transition: all .3s ease-in-out;
  transform: translate(-101%);  
}


.product__info-wrapper .product-form__submit span {
  text-box-trim: trim-both;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}


.custom-single--product .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
  margin: 0;
}

.custom-single--product  .product-form__input {
  margin-bottom: 0;
} 

.custom-single--product .product__info-container .product-form {
  margin: 0;
}

.custom-single--product .product__media-list .slick-list ,
.custom-single--product .product__media-list {
  width: 100%;
}

.custom-single--product .product--thumbnail_slider .slider-mobile-gutter .slider-button  .svg-wrapper svg path {
  stroke: #896C36;

}


.custom-single--product .product-media-container.constrain-height .media {
  padding-top: 500px; 
}

.custom-single--product .product-media-container.constrain-height .media img {
  object-fit: cover;
}

.custom-single--product .thumbnail-slider .thumbnail-list.slider--tablet-up {
  padding: 0;
}

.custom-single--product .thumbnail.global-media-settings img {
  border-radius: 12px;
}

.custom-single--product .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: calc(33.3333% - 10px);
}

.custom-single--product .product__addons p span {
  color: red;
}
.custom-single--product .product__addons p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.custom-single--product .product__addon-item label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: Inter, sans-serif;  
}

.custom-single--product .product__addon-item span {
  font-weight: 600;
}

.custom-single--product .product__addons {
  margin-top: 40px;
  margin-bottom: 25px;
}

.custom-single--product .product__addon-item input {
  display: none; 
}

.custom-single--product .custom-check {
  width: 20px;
  height: 20px;
  border: 1.5px solid #222222;
  background-color: transparent;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-right: 10px;
}

.custom-single--product .product__addon-item svg {
  opacity: 0;
}

.custom-single--product .product__addon-item input:checked + .custom-check  svg {
  opacity: 1;
}

.custom-single--product .addons-check__box {
  display: flex;
  align-items: center;
}

.custom-single--product .product__addon-item:not(:last-child) {
  margin-bottom: 10px;
}


.product-options-wrapper {
  display: flex;
  gap: 30px;
  padding-top: 30px;
}

.product-options-wrapper .product-option {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0!important;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
}

.product-options-wrapper .product-option label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  font-family: Inter, sans-serif;   
  text-transform: uppercase;
}

.product-options-wrapper .product-option label span {
  color: red;
}

.product-options-wrapper .product-option select {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  font-family: Inter, sans-serif;  
  border: none;
}

.custom-single--product .product-form__buttons {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.custom-single--product .product-total__price label  {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .4px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: Epilogue, sans-serif;
  color: var(--primary-color);
}

.custom-single--product .product-total__price span {
  font-size: 32px;
  line-height: .9;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  font-family: Aeternus, sans-serif;
  color: var(--primary-color);
  text-decoration: none;
}

.custom-single--product .product-total__price {
  display: flex;
  align-items: center;
  gap: 24px;
}

.custom-product--block .pagination__list {
  justify-content: start;
}

.custom-product--block .pagination__list>li {
  flex: unset; 
  max-width: unset;
  display: flex;
}

.custom-product--block .pagination__list>li:hover svg path, 
.custom-product--block .pagination__list>li:hover svg rect {
    stroke: #896c36;
}

.custom-product--block .collection-filter  {
  padding: 8px;
  border-radius: 12px; 
  background: #ffffff;
}

.custom-product--block .collection-filter .filter-btn  {
  padding: 12px 20px;
  border-radius: 8px;
  font-family: Primos, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  border: none;
  background: transparent;
  color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.custom-product--block .collection-filter .filter-btn:hover ,
.custom-product--block .collection-filter .filter-btn.active {
  background: #00C1DE;
  transition: 0.3s ease-in-out;
}

.custom-product--block .section-upper--content__inner  {
  flex-wrap: wrap;
  gap: 20px;
}

/* Animation CSS */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.custom_animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.8s; /* adjust speed */
  animation-fill-mode: both;
  opacity: 0;
}

/* Stagger delays */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }
.delay-7 { animation-delay: 0.7s; }
.delay-8 { animation-delay: 0.8s; }
.delay-9 { animation-delay: 0.9s; }
.delay-10 { animation-delay: 1s; }




/* Featured Product */

.custom-featured--product .product-each--inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.custom-featured--product .product-image {
  width: 50%;
  max-width: 650px;
}

.custom-featured--product .product-content {
  max-width: 535px;
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}

.custom-featured--product .product-category-each a {
  padding: 8px 15px;
  border: 1px solid #896C36;
  color: #896c36;
  border-radius: 30px;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-size: var(--font-size-button);
  font-weight: 500;
  text-transform: uppercase;
} 

.custom-featured--product .product-category--wrapper {
  gap: 5px;
  margin-bottom: 20px;
}

.custom-featured--product .product-heading {
  margin-bottom: 15px;
}

.custom-featured--product .product-price {
  margin-bottom: 25px;
}

.custom-featured--product .product-button--wrapper {
  gap: 20px;
}

.custom-featured--product .product-image--wrapper {
  position: relative;
  padding-top: 500px;
}

.custom-featured--product .product-image--wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.custom-featured--product .custom-product--button {
  position: absolute;
  left: 0;
  bottom: 0;
}

.custom-featured--product .custom-product--button__inner {
  gap: 10px;
}

.custom-featured--product .custom-slick--arrow {
  cursor: pointer;
}

.custom-featured--product .custom-slick--arrow:hover svg path,
.custom-featured--product .custom-slick--arrow:hover svg rect {
  stroke: #896C36;
}

.custom-featured--product  .product-button--wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-featured--product  .product-button--wrapper a:hover svg path {
  stroke: #222222;
  transition: .3s ease-in-out
}

/* Related Product */

.related-product-block .related-product-grid  {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-product-block .related-product-grid .grid__item {
  width: 100%;
  max-width: 100%;
}

.related-product-block .mobile-related-btn {
  display: none;
}

.related-product-block .section-upper--content {
  gap: 20px;
}


.rich-text.content-container .rich-text__wrapper {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.rich-text.content-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}



/*  Cart  */

.custom-cart-items .cart-items {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.cart__footer .button {
    border-radius: 8px;
    background: var(--btn-bg-color);
    border: 1.5px solid var(--btn-bg-color);
    transition: all .3s ease-in-out;
}
.custom-cart-items {
  padding-top: 150px !important;
}

.custom-cart-items .cart-items .cart-item__details,
.custom-cart-items .cart__warnings {
  padding-top: 0;
}

.custom-cart-items .cart__contents .quantity__button .svg-wrapper {
  width: 32px !important;
  height: 32px !important;

}

.custom-cart-items .cart__contents .quantity__button .svg-wrapper svg path {
  stroke: #ffffff;
}

.custom-cart-items .cart__contents .cart-item__image-container img {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 400px;
  border-radius: 8px;
}

.custom-cart-items .cart__contents .cart-item__media {
  display: block !important;
}

.custom-cart-items .cart-item__totals .price.price--end ,
.custom-cart-items .cart__contents .cart-item__details > .product-option {
  font-family: Aeternus, sans-serif;
  font-size: 24px;
}

.custom-sub-total-cart .totals .totals__total {
  line-height: 1 !important;
}


.cart__warnings .cart__empty-text ,
.title-wrapper-with-link h1 {
  font-size: var(--font-size-h2) !important;
}

.custom-header--icon .cart-count-bubble {
  font-size: 1rem;
  bottom: 2.4rem;
  left: 3rem;
  background: #843A903d;
  font-family: Epilogue, sans-serif !important;
}




header .cart-count-bubble span {
  color: #ffffff;
}

.scrolled-past-header .cart-count-bubble span,
header.not-home .cart-count-bubble span {
  color: var(--primary-color);
}

.custom-cart-items .cart-items th {
  font-family: Aeternus, sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  font-family: Aeternus, sans-serif;
  opacity: 1;
  font-size: 24px;
}

.custom-cart-items .cart-item__details a {
  font-family: Aeternus, sans-serif;
  color: var(--primary-color);
  font-weight: 600;
}

.custom-cart-items .cart-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}

.custom-cart-items .quantity input,
.custom-cart-items .quantity button,
.custom-cart-items .price, {
  font-family: Manrope, sans-serif !important;
}

.cart__warnings a,
.custom-cart-items .underlined-link {
  font-family: Manrope, sans-serif; 
}

.custom-cart-items .underlined-link:hover {
  text-decoration: none;
}

.custom-cart-items .cart-item .cart-item__media {
  padding-top: 0;
}

.custom-cart-items .cart-item__link {
  background: transparent;
}






/* cart notification */

.custom-checkout-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.custom-checkout-btn:hover svg path {
  fill: #843A90;
}

.cart-notification-wrapper .cart-notification__links {
  position: absolute;
  width: calc(100% - 60px);
  bottom: 30px;
}

.cart-notification-wrapper .cart-notification {
  background: var(--theme-color);
  z-index: 2;
  border: none;
  right: 0 !important;
  width: 100%;
  max-width: 586px;
  height: 800px;
  padding: 30px;
  box-shadow: -8px 10px 22px -6px rgba(28,28,28,0.64);
  -webkit-box-shadow: -8px 10px 22px -6px rgba(28,28,28,0.64);
  -moz-box-shadow: -8px 10px 22px -6px rgba(28,28,28,0.64);
}


.cart-notification__header {
  position: relative;
}

.cart-notification__header .svg-wrapper svg path {
  stroke: #F0534A;
}


.modal__close-button.link {
    position: absolute;
    right: 20px;
    top: 18px;
}

.cart-notification__heading svg {
  display: none;
}

.cart-notification-product__name {
  font-size: 25px !important;
}


.cart-notification-wrapper .product-option {
  font-family: Inter, sans-serif !important;
}

.cart-notification-wrapper .cart-notification__links button,
.cart-notification-wrapper .cart-notification__links a {
  font-size: var(--font-size-button);
  font-weight: 400;
  color: var(--primary-color);
  letter-spacing: 1px;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Primos, sans-serif;
  background: #843A90;
  color: #ffffff;
  border: 1px solid #843A90;
  transition: .3s ease-in-out;
}
.cart-notification-wrapper .cart-notification__links button:hover,
.cart-notification-wrapper .cart-notification__links a:hover {
    background: #ffffff;
    color: #843A90;
}

.cart-notification__heading {
  font-size: 35px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  margin: 0;
  text-transform: uppercase;
  font-family: Aeternus, sans-serif !important;
  font-weight: 500;
  color: var(--primary-color);
}

/* Singe Product File Upload */

.filepond--drop-label.filepond--drop-label label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M15.6489 11.4397V14.695C15.6489 15.1267 15.4774 15.5407 15.1722 15.8459C14.8669 16.1512 14.4529 16.3227 14.0213 16.3227H2.62766C2.19598 16.3227 1.78198 16.1512 1.47673 15.8459C1.17148 15.5407 1 15.1267 1 14.695V11.4397' stroke='black' stroke-width='1.5' stroke-linecap='square'/><path d='M12.3937 5.74285L8.32452 1.67371L4.25537 5.74285' stroke='black' stroke-width='1.5' stroke-linecap='square'/><path d='M8.32422 2.67371V11.6737' stroke='black' stroke-width='1.5' stroke-linecap='square'/></svg>") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}

.upload-feature-here #clsw8yiftixf .filepond--drop-label label {

  text-transform: uppercase !important;
  font-family: Manrope, sans-serif;
  font-size: var(--font-size-button) !important;
  font-weight: var(--font-weight-bold);
  color: var(--primary-color) !important;
  letter-spacing: 1px;
  line-height: 1.5;
  text-decoration: underline;
  padding: 0 !important;
  padding-left: 20px !important;
}

.upload-feature-here .filepond--drop-label {
  width: fit-content !important;
}

.upload-feature-here #clsw8yiftixf .filepond--panel-root {
  background-color: transparent !important;
}

.custom-desktop--header > header-drawer {
  display: none;
}
.cart-drawer .cart-items thead {
  display: none;
}
cart-drawer.drawer cart-drawer-items {
    overflow: hidden;
    overflow-y: auto;
    padding-right:20px;
    margin-top:30px;
}
/* width */
cart-drawer.drawer .cart-drawer-items::-webkit-scrollbar {
  width: 10px;
}

/* Track */
cart-drawer.drawer cart-drawer-items::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
cart-drawer.drawer cart-drawer-items::-webkit-scrollbar-thumb {
  background: #f0534a; 
}

/* Handle on hover */
cart-drawer.drawer cart-drawer-items::-webkit-scrollbar-thumb:hover {
  background:rgb(202, 29, 20); 
}
cart-drawer.drawer .quantity__button {
  width:20px;
}
cart-drawer.drawer .cart-item .quantity__input {
  width:40px;
}

/* Search Page */

.template-search  {
  padding-top: 150px;
}

.custom-page-search .template-search__search {
  padding-bottom: 40px;
}

.custom-page-search p {
  text-align: center;
}

.custom-page-search .facets-vertical {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 80px;
}

.template-search .template-search__search {
  margin:0 auto;
}

.custom-page-search .facets__summary span,
.custom-page-search  .facets__summary-label {
  font-size: var(--font-size-button);
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}

.custom-page-search .facets__summary:hover .facets__summary-label {
  text-decoration: none;
}

.custom-page-search .facets__disclosure-vertical .facets__summary  svg {
   transition: .2s ease-in-out;
}

.custom-page-search .facets__disclosure-vertical[open] .facets__summary  svg {
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}

.custom-page-search .facets__disclosure-vertical[open] .facets__summary  svg .line-1 {
  display: none;
}

/* .custom-product-grid .facet-checkbox {
  padding: 20px 0 !important;
} */

.custom-page-search .facets-vertical .facets__summary {
  padding: 20px 0;
  margin: 0;
}

.custom-page-search .facets__disclosure-vertical {
  border-top: 1px solid #222222;
}

.custom-page-search .facets__disclosure-vertical:last-child {
  border-bottom: 1px solid #222222;
}

.custom-page-search .facets__label {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.custom-page-search .facets-wrap-vertical {
    padding: 20px 0 0;
}


.custom-page-search .facets__heading--vertical {
  margin-bottom: 20px;
  font-family: Aeternus, sans-serif !important;
  font-size: 25px !important;
  line-height: .9 !important;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color) !important;
}

.custom-page-search .facets__summary span, 
.custom-page-search .facets__summary-label ,
.custom-page-search .facets__heading--vertical {
  margin-bottom: 0;
  font-family: Aeternus, sans-serif !important;
  font-size: 30px !important;
  line-height: .9 !important;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color) !important;
}

.custom-page-search .facets__display-vertical {
  padding-bottom: 0;
}

.custom-page-search .facets__disclosure-vertical[open] {
    background: #fccd0c;
    border-radius: 12px;
    border-top: none;
    margin-bottom: 20px;
}

.custom-page-search .facets__disclosure-vertical {
    border-top: 1px solid #1C1C1C1A;
    padding: 16px;
}

.custom-page-search .facets-vertical .facets__summary {
    padding: 0;
    margin: 0;
}

.custom-page-search .facets__disclosure-vertical {
    border-top: 1px solid #1C1C1C1A;
    padding: 16px;
}

.custom-page-search .facets__summary .svg-wrapper {
    padding: 10px;
    background: #f0534a;
    border-radius: 8px;
}

.custom-page-search .facets__disclosure-vertical[open] .facets__summary svg {
    transform: rotate(0);
    transition: transform .2s ease-in-out;
}

.custom-page-search .facets__disclosure-vertical .facets__summary svg {
    transition: .2s ease-in-out;
    transform: rotate(180deg);
}

.custom-page-search .facets__label {
  display: flex;
  align-items: center;
}

.search__input.field__input:focus {
  padding: unset;
}

.facets-layout .facet-checkbox .svg-wrapper {
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translate(25%, -50%);
  right: 50%;
}

.facets-vertical .facet-checkbox input[type="checkbox"]:checked + svg {
  fill: #F0534A;
}

.facets-layout .facet-checkbox .svg-wrapper svg path {
  stroke: #ffffff;
}

.facets-vertical .active-facets__button-wrapper * ,
.facets-vertical .active-facets__button-remove {
  font-family: Primos, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .5px;
  color: #F0534A;
}

.facets-vertical .active-facets__button-remove:hover {
  text-decoration: none;
  color: #F0534A !important;
}

.facets-vertical .active-facets__button .active-facets__button-inner  {
  font-family: Epilogue, sans-serif;
  color: #ffffff;
  padding: 6px 6px 6px 12px;
  background: #1C1C1C;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.facets-vertical .active-facets__button .svg-wrapper {
  margin-top: 0;
  margin-right: 0;
  margin-left: 10px;
  width: unset;
}

.facets-vertical .active-facets__button {
  margin-bottom: 8px !important;
  margin-right: 8px !important;
}



.product-count__text {
  font-size: 20px !important; 
  font-family: Epilogue, sans-serif;
  color: var(--primary-color) !important;
}

.search__input.field__input {
  border-bottom: 1px solid var(--primary-color);
  font-family: Epilogue, sans-serif;
  padding-left: 0 !important; 
  padding-right: 60px !important;
}

.search__input.field__input::placeholder {
  color: var(--primary-color);
  opacity: 1; 
}

.template-search__search .field__label {
  display: none;
}

.field__button ,
.template-search__search .field__button {
  width: unset !important;
}





.header__heading-link {
  padding: 0;
}

.product--no-media .product__title, .product--no-media .product__text, .product--no-media .product__tax, .product--no-media .product__sku, .product--no-media shopify-payment-terms {
  text-align: unset !important;
}

.quantity__button .svg-wrapper {
  width: 32px !important;
  height: 32px;
}

/* .quantity .quantity__button {
  width: fit-content;
} */

.quantity {
  width: 100% !important;
  max-width: 120px;
}

.custom-payment-btn .shopify-payment-button__button {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between text and arrow */
  background: #843A90;
  border-radius: 8px;
  padding: 12px 25px;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  font-family: Primos, sans-serif;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #843A90;
}

.custom-payment-btn .shopify-payment-button__button[aria-disabled="true"] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.custom-payment-btn .shopify-payment-button__button:hover {
  color: #843A90;
}

.product .price .badge {
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  padding: 5px 10px;
}

/* .custom-payment-btn .shopify-payment-button__button::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L8.625 14.25L8.625 9.88281L0 9.88281L0 6.11719L8.625 6.11719L8.625 1.75L16 8Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
} */

.custom-payment-btn__wrapper {
  display: flex;
  gap: 20px;
}

.product__accordion {
  margin-top: 70px;
}

.product__accordion:blank {
  display: none;
}

.product__accordion .product__accordion-title {
  font-family: Aeternus, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 .product__accordion .product__accordion-text {
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .4px;
  font-weight: 400;
  color: var(--primary-color);
  margin-top: 20px;
  display: none;
 }

.product__accordion .product__accordion--each {
  padding: 30px 24px;
  border-bottom: 1px solid #1C1C1C1a;
}

.product__accordion .product__accordion--each.active {
  border: 1px solid #FCCD0C;
  border-radius: 12px;
}

.product__accordion .product__accordion--each.remove-border {
  border-bottom: none;
}

.product__accordion .product__accordion-title .svg-wrapper {
  background: #F0534A;
  border-radius: 8px;
  padding: 12px 10px;
  height: auto;
  width: auto;
}

.product__accordion .product__accordion--each .svg-wrapper svg {
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.product__accordion .product__accordion--each.active .svg-wrapper svg {
  transform: rotate(180deg);
  transition: .3s ease-in-out;
}





/* .video-block--wrapper .slick-slide .video-wrapper--inner {
    transform: scaleY(0.7);
    opacity: 0.4;
} */
/* .video-block--wrapper .slick-slide.is-left-small,
.video-block--wrapper .slick-slide.is-center-medium,
.video-block--wrapper .slick-slide.is-right-large {
    opacity: 1;
} */
.video-block--wrapper .slick-slide .video-wrapper--inner {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center right;

}





.video-block--wrapper .video-wrapper--inner {
  transform: scaley(0.6);
  opacity: 0.5;
  z-index: 2; /* keep behind others */
}


/* Small (left) */
.video-block--wrapper .is-left-small .video-wrapper--inner {
  transform: scaley(0.8);
  opacity: 0.5;
  z-index: 3; /* keep behind others */
}

/* Medium (middle) */
.video-block--wrapper .is-center-medium .video-wrapper--inner {
  transform: scaley(1);
  opacity: 1;
  z-index: 4;
}


.video-block--wrapper .video-wrapper--inner svg {
  transition: transform 0.3s ease;
  transform: scaleY(1.6) scale(.6);
}

.video-block--wrapper .is-left-small .video-wrapper--inner svg {
  transition: transform 0.3s ease;
  transform: scaleY(1.2) scale(.8);
}

.video-block--wrapper .is-center-medium .video-wrapper--inner  svg {
  transform: scaley(1);
  opacity: 1;
  transform: scaleY(1) scale(1);
}

.video-block--wrapper .video-wrapper--inner  {
  pointer-events: none;
}

.video-block--wrapper .is-center-medium .video-wrapper--inner {
  pointer-events: visible;
}

.video-block--wrapper .video-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-block--wrapper .video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media screen and (min-width:768px) {
    .video-block--wrapper .slick-slide:first-child.is-right-large + .slick-slide {
      opacity: 0;
      visibility: hidden;
      transition: 0s
  }
  .video-block--wrapper .video-wrapper--inner svg{
    transform: scale(1) !important;
  }
  .video-block--wrapper .video-wrapper--inner {
    transform: scale(.6) translateX(50%) !important;
  }
  .video-block--wrapper .is-left-small .video-wrapper--inner {
    transform: scale(.8) translateX(6%) !important;
  }
  .video-block--wrapper .is-center-medium .video-wrapper--inner {
    transform: scale(1) translateX(0%) !important;
  }
}


/* Large (right edge) */
.video-block--wrapper .is-right-large .video-wrapper--inner {
  transform: scaley(1);
    opacity: 0;
    z-index: 4;
}



  
/* Quantity Button */

/* .cart-item .quantity__button:first-child svg path:last-child , */
.quantity__button-minus .svg-wrapper svg path:last-child {
  display: none;
}


  .mobile-facets__heading {
    font-size: 24px !important;
  }






  /* Customer Login and Reset Password */


.customer .h_divider:after,
.customer .h_divider:before {
  opacity: .2;
}

.custom-recover__password {
  margin-left: auto;
  margin-right: auto;
}

.custom-recover__password form,
.customer.reset-password form,
.customer.login form {
  margin-top: 30px;
}

.custom-recover__password ,
.customer.reset-password ,
.customer.login {
  margin-top: 160px !important;
  margin-bottom: 20px !important;
  background: #FCCD0C;
  border-radius: 20px ;
  padding: 40px 22px 24px 20px !important;
  max-width: 454px !important;
}

.customer.reset-password {
  margin-bottom: 80px !important;
}

.customer .h_divider ,
.customer.reset-password > span,
.customer.login > span {
  font-family: Epilogue, sans-serif;
  font-family: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 10px;
}

.custom-recover__password h1,
.customer.reset-password h1,
.customer.login h1 {
  font-size: 50px !important;
}

.custom-recover__password .field label,
.customer.reset-password .field label,
.customer.login .field label {
  position: relative;
  font-family: Aeternus, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: block;
  text-align: start;
  left: 0;
  bottom: 0;
}

.customer.reset-password .field,
.customer.login .field {
  display: block;
}

.customer.reset-password .field input,
.customer.login .field input {
  padding: 12px 16px !important;
  background: #ffffff;
  border-radius: 8px !important;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.customer.reset-password .field input::placeholder,
.customer.login .field input::placeholder {
  visibility: visible;
  opacity: 1;
  display: block;
}

.customer.reset-password .field input:focus ,
.customer.login .field input:focus {
  padding: 12px 16px !important;
  border-radius: 8px !important;
}

.customer.login .custom-recover {
  text-align: end;
  margin-left: auto;
  font-family: Epilogue, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
}

.customer.login .custom-recover:before {
  content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1C1C1C;
  transition: 0.3s ease-in-out;
}

.customer.login .custom-recover:hover:before {
  width: 0;
  transition: 0.3s ease-in-out;
}

.customer form > button {
  margin: 0;
  margin-top: 30px;
  width: 100%;
  font-family: Primos, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  background: #843A90;
  border: 1px solid #843A90;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

.customer button:hover {
  color: #843A90;
  background: transparent;
  transition: 0.3s ease-in-out;
}


.toggle-password .show__pass {
  display: none;
}

.toggle-password.active .show__pass {
  display: block;
}

.toggle-password.active .hide__pass {
  display: none;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px; /* space for the button */
}

.customer .toggle-password {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px !important;
  padding: 0;
  min-width: 40px;
  display: flex;
  margin: 0;
  background: transparent !important;
}

.custom-create--account {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 80px;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1C1C1C;
}

.custom-create--account a {
  font-weight: 700;
  color: #1C1C1C !important;
}

.custom-create--account a:hover {
    color: #843a90 !important;
}

.customer .field .form__message {
  font-family: Epilogue, sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1C1C1C;
}

/* Customer Create Account */

.customer.register form {
  margin-top: 30px;
}

.customer.register {
  margin-top: 160px !important;
  margin-bottom: 20px !important;
  background: #FCCD0C;
  border-radius: 20px ;
  padding: 40px 22px 24px 20px !important;
  max-width: 454px !important;
}

.customer.register > span {
  font-family: Epilogue, sans-serif;
  font-family: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 10px;
}

.customer.register h1 {
  font-size: 50px !important;
}

.customer.register .field label {
  position: relative;
  font-family: Aeternus, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: block;
  text-align: start;
  left: 0;
  bottom: 0;
}

.customer.register .field {
  display: block;
}

.customer.register .field input {
  padding: 12px 16px !important;
  background: #ffffff;
  border-radius: 8px !important;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.customer.register .field input::placeholder {
  visibility: visible;
  opacity: 1;
  display: block;
}

.customer.register .field input:focus {
  padding: 12px 16px !important;
  border-radius: 8px !important;
}

.customer.register .custom-recover {
  text-align: end;
  margin-left: auto;
  font-family: Epilogue, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
}

.customer.register .custom-recover:before {
  content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1C1C1C;
  transition: 0.3s ease-in-out;
}

.customer.register .custom-recover:hover:before {
  width: 0;
  transition: 0.3s ease-in-out;
}

/* .customer.register button {
  margin: 0;
  margin-top: 30px;
  width: 100%;
  font-family: Primos, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  background: #843A90;
  border-radius: 8px;
} */


.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px; /* space for the button */
}

.register .toggle-password {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px !important;
  padding: 0;
  min-width: 40px !important;
  display: flex;
  margin: 0;
  background: transparent !important;
}

.custom-login--account {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 80px;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1C1C1C;
}

.custom-login--account a {
  font-weight: 700;
  color: #1C1C1C !important;
}


/* Recover Password */

.custom-recover__password {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}


.custom-recover__password {
  margin-top: 160px !important;
  margin-bottom: 20px !important;
  background: #FCCD0C;
  border-radius: 20px ;
  padding: 40px 22px 24px 20px !important;
  max-width: 454px !important;
}

.customer.reset-password {
  margin-bottom: 80px !important;
}


.custom-recover__password h1 {
  font-size: 50px !important;
  text-align: center;
}

.custom-recover__password p {
  text-align: center;
}

.custom-recover__password .field label {
  position: relative;
  font-family: Aeternus, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  text-align: start;
  left: 0;
  bottom: 0;
}

.custom-recover__password .field {
  flex-direction: column;
}

.custom-recover__password .field input {
  padding: 12px 16px !important;
  background: #ffffff;
  border-radius: 8px !important;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  border: none;
}

.custom-recover__password  button {
  margin: 0;
  margin-top: 30px;
  padding: 12px 15px;
  width: 100%;
  font-family: Primos, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  background: #843A90;
  border: 1px solid #843A90 !important;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
}

.custom-recover__password button:hover {
  color: #843A90;
  background: transparent;
  transition: 0.3s ease-in-out;
}





.custom-back_login {
  text-align: center;
  justify-content: center;
  display: flex;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: 700;
  font-family: Epilogue, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1C1C1C;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 6px;
  text-decoration: none; 
  transition: .3s ease-in-out;
}

.custom-back_login span {
  text-decoration: underline; 
}

.custom-back_login svg {
  width: 12px;
  transition: .3s ease-in-out;
}

.custom-back_login svg path{
  stroke:  #1C1C1C;
}

.custom-back_login:hover svg {
  transform: translatex(-3px) scale(1.1);
  transition: .3s ease-in-out;
}




/* Cart Drawer */

cart-drawer .drawer__inner ,
cart-drawer.is-empty .drawer__inner {
  width: 100%;
  padding: 0;
}

.cart-drawer .drawer__inner .cart-items td {
  padding-top: 0;
}

.drawer .cart-drawer {
  width: 100%;
  max-width: 586px;
  background: var(--theme-color);
    box-shadow: -8px 10px 22px -6px rgba(28,28,28,0.64);
  -webkit-box-shadow: -8px 10px 22px -6px rgba(28,28,28,0.64);
  -moz-box-shadow: -8px 10px 22px -6px rgba(28,28,28,0.64);
  overflow: hidden;
  padding: 30px;
}

.cart-drawer h2 {
  font-size: 50px !important;
  margin-bottom: 0;
}

.cart-drawer .cart__empty-text {
  margin-bottom: 20px;
}

.cart-drawer .drawer__header {
  padding: 0;
}

.cart-drawer .drawer__close .svg-wrapper {
  top: 4px;
  position: absolute;
  right: 10px;
}

.cart-drawer .drawer__close .svg-wrapper svg path {
  stroke: #F0534A;
}

quantity-popover {
  height: auto;
}

.cart-drawer .caption-with-letter-spacing {
  display: none;
}

.cart-drawer .cart__checkout-button {
  max-width: 100%;
  background: #843A90;
  border-radius: 8px;
  padding: 12px 15px;
  min-height: unset !important;
  font-family: Primos, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.cart-drawer__overlay:empty {
  background:#FAF9F3;
  opacity: .6;
}

.cart-drawer .cart__contents .cart-item__details ,
.cart-drawer .cart__contents .cart-items .cart-item__quantity {
    grid-column: unset;
}

.cart-drawer .cart__contents .cart-items .cart-item__quantity {
  display: flex;
  align-items: center;
}

.cart-drawer .cart-item__media {
  height: 90px;
  width: 100px !important;
}

.cart-drawer .cart-item__image {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  border-radius: 8px;
}

.cart-item__link {
  background: #ffffff;
  border-radius: 8px;
}


.cart-item .quantity__button .svg-wrapper {
  width: 12px !important;
}

.cart-item .quantity__button .svg-wrapper svg path {
  stroke: #F0534A;
}

.cart-item .quantity__input {
  font-size: 20px !important;
}

.cart-drawer .cart__contents .cart-item__totals {
  flex-direction: column;
  justify-content: space-between;
  pointer-events: auto;
  align-items: end;
  height: 90px;
}

.cart-drawer .totals__total,
.cart-drawer .totals__total-value ,
.cart-drawer .cart__contents .cart-item__totals span ,
.cart-item__name {
  font-family: Aeternus, sans-serif;
  font-size: 32px;
  line-height: .9;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
}

.cart-drawer .cart-item>td+td {
  padding: 0 !important;
}

.cart-drawer .cart__contents .cart-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #1C1C1C1A;
  justify-content: space-between;
}

.cart-drawer .tax-note ,
.cart-drawer .product-option ,
.custom-cart-items .product-option {
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}

.cart-drawer .totals__total-value {
  font-size: 50px !important;
}

.cart-drawer .drawer__footer {
  border-top: 1px solid #1C1C1C;
}


/* Related Products */

.custom-related--product .related-product-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.custom-related--product .product-price span {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .6px;
    font-weight: 400;
    font-family: Epilogue, sans-serif;
}

.custom-related--product .product-each {
    border: 1px solid #FCCD0C;
    border-radius: 12px;
    padding: 16px;
}

.custom-related--product .section-upper--content {
  padding-bottom: 40px;
}

.custom-related--product .custom-product--button {
  padding-top: 40px; 
  gap: 20px;
}

.custom-related--product .product-btn-mobile {
  display: none;
}

.custom-related--product .product-bg--image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;

}

.custom-related--product .product-each .section-btn a {
  padding: 0;
  display: flex;
}

.custom-related--product .product-bg--image {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 8px;
}

.custom-related--product .custom-product--button__inner {
  gap: 10px;
}

.custom-related--product .product-button--wrapper   {
  gap: 20px;
}

.custom-related--product .section-btn a:hover svg path {
  transition: .3s ease-in-out;
}

.custom-related--product .section-btn a:hover svg path:nth-of-type(2) {
  transform: scale(1.2);
  transition: .3s ease-in-out;
  transform-origin: center; /* optional, keeps scaling from center */
}

.custom-related--product .product-price {
  gap: 10px;
  align-items: end;
}

.custom-related--product .product-price h4 {
  font-weight: 400 !important;
}

.custom-related--product .product-price span {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: Epilogue, sans-serif;
}

.custom-related--product .title-wrapper {
  margin-bottom: 16px;
  gap: 20px;
}

.custom-related--product .option-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}

.custom-related--product .option-btn a:hover svg path {
  stroke: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.product-button--wrapper .section-btn.secondary-btn a:hover:before {
  width: 0;
  transition: 0.3s ease-in-out;
}







.price-filter-wrapper {
  margin: 15px 0;
}


/* 
.filter__price__range {
  position: relative;
  height: 6px;
  background: #e1e1e1;
  margin-bottom: 10px;
}

.range__dot {
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  cursor: pointer;
}

.range__line span {
  display: block;
  height: 6px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
} */


/* Price Slide */

.custom-facets-price-range {
  padding: 0px !important;
  height: 4px !important;
  margin: 20px 0px;
  border: 0px solid !important;
  box-shadow: unset !important;
  display: block !important;
}
.custom-facets-price-range .noUi-handle {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background: var(--btn-bg-color) !important;
    box-shadow: unset !important;
    right: -10px !important;
    border: 0px solid !important;
    top: -6px !important;
}
.custom-facets-price-range .noUi-handle:before,
.custom-facets-price-range .noUi-handle:after {
  display: none;
}
.custom-facets-price-range .noUi-connect {
  display: block !important;
  background: var(--btn-bg-color) !important;
}
.custom-price-facets:not(.custom-price-facets-mobile) {
  align-items: center;
}
.custom-price-facets .dash--separator {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.custom-price-facets .dash--separator span {
  font-weight: 700;
}
.custom-price-facets.custom-price-facets-mobile .custom-facets-price-range {
    padding: 0 2.6rem !important;
}

/* Product Sticky */

.custom-single--product .product__column-sticky {
  position: relative;
  top: 0;
}
.custom-single--product .product__info-wrapper .product__column-sticky {
    position: sticky;
    top: 150px;
}

html, body {
  overflow-x: hidden;
}


/* Mobile */

.custom-single--product .product {
  position: relative;
}

.custom-single--product .product__info-container-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  transform: translateY(100%);
  opacity: 0;
  background: #FAF9F3;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  z-index: 99;
  display: none;
}

/* .custom-single--product .product__info-container-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FAF9F3;
  padding: 0;
  z-index: 1;
  display: none;
} */

.custom-single--product .product__info-container-mobile .custom-payment-btn ,
.custom-single--product .product__info-container-mobile .product-total__price label,
.custom-single--product .product__info-container-mobile .form__label {
  display: none;
}

.custom-single--product .product__info-container-mobile .price-per-item__container {
  width: fit-content;
}

.custom-single--product .product__info-container-mobile .product-form__input {
  flex: fit-content;
  max-width: fit-content !important;
  padding: 0;
  margin: 0 !important;
  border-bottom: none;
}

.custom-single--product .product__info-container-mobile .product-form__submit {
  min-width: auto;
  min-height: auto;  
  padding: 0;
  margin: 0;
}

.custom-single--product .product__info-container-mobile .product-form__buttons {
  gap: 10px;
  flex-wrap: nowrap;
}


.custom-single--product .product__info-container-mobile.is-sticky {
  box-shadow: 1px -6px 24px 0px rgba(0,0,0,0.34);
  -webkit-box-shadow: 1px -6px 24px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: 1px -6px 24px 0px rgba(0,0,0,0.34);
  transform: translateY(0);
  opacity: 1;
}

.custom-single--product .product__info-container-mobile--inner {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
}





/* Custom Richtext */

.medium-max-width .rich-text__blocks {
  max-width: 100%;
}

.medium-max-width .rich-text__blocks .rich-text__text {
  max-width: 585px;
}

.caption-wrapper {
  padding: 30px 24px;
  border-radius: 12px;
  background: #ffffff;
}

.caption-wrapper > p {
  font-size: 32px !important;
  line-height: .9;
  letter-spacing: 0 !important;
  font-family: Aeternus, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}



/* Policy */

.shopify-policy__container {
  padding-top: 120px;
  padding-bottom: 80px;
  max-width: 800px !important;
}

.shopify-policy__container h2 {
  margin-bottom: 40px !important;
}

.shopify-policy__container h3 {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

.shopify-policy__container .shopify-policy__title {
  display: none;
}














/* .all-variants-option-dropdown .all-variant-price {
  opacity: 0;
} */
.all-variants-option-dropdown .product-option {
  cursor: pointer;
}



/* Cookies Setting */

#shopify-section-template--15764406960200__main  {
  padding: 50px 0;
}

#shopify-section-template--15764406960200__main .main-page-title {
  display: none;
}



/* Show only on mobile */
@media (max-width: 768px) {
  .cart-item__image-mobile {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .cart-item__image-mobile img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }
}


/* Left Align Custom Product Block On Mobile */
@media (max-width: 768px) {
  .section-upper--content__inner {
    justify-content: flex-start !important; /* push everything left */
  }

  .section-heading {
    text-align: left !important;
    width: 100%; 
  }

  .custom-cta--block .section-heading h2 {
    text-align: center !important;
  }

  .custom-related--product .section-heading {
    width: unset;
  }

  .section-heading h2 {
    text-align: left !important;
  }
}

/* Form Submit Button */
.form-submit--wrapper.primary-btn button {
  background-color: #843a90 !important;
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
}

