/** Shopify CDN: Minification failed

Line 9:20 Unexpected "<"
Line 16:0 All "@import" rules must come first
Line 18:7 Unexpected "<"

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* h2 {
    font-family: var(--h2-font-family) !important;
    font-size: var(--h2-font-size) !important;
    font-weight: var(--h2-font-weight) !important;
    font-style: var(--h2-font-style) !important;
    line-height: 50px !important;
    letter-spacing: var(--h2-letter-spacing) !important;
    text-transform: var(--h2-text-transform) !important;
} */

h2.image-with-text__heading.inline-richtext.hxl {

    font-family: var(--h2-font-family);
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
    line-height: var(--h2-line-height);
    letter-spacing: var(--h2-letter-spacing);
    text-transform: var(--h2-text-transform);
}

h3.accordion__title.inline-richtext {
    font-size: 20px;
    font-family: 'Inter';
    text-decoration: none !important;
}


:root {
  /* H1 (Banner Title) */
  --h1-font-family: 'Cormorant Garamond', serif;
  --h1-font-size: 100px;
  --h1-font-weight: 600;
  --h1-font-style: SemiBold;
  --h1-line-height: 100%;
  --h1-letter-spacing: 0%;
  --h1-text-transform: uppercase;

  /* H2 */
  --h2-font-family: 'Cormorant Garamond', serif;
  --h2-font-size: 42px;
  --h2-font-weight: 600;
  --h2-font-style: SemiBold;
  --h2-line-height: 100%;
  --h2-letter-spacing: 0%;
  --h2-text-transform: uppercase;

  /* H3 */
  --h3-font-family: 'Cormorant Garamond', serif;
  --h3-font-size: 24px;
  --h3-font-weight: 600;
  --h3-font-style: SemiBold;

  /* Paragraph */
  --desc-font-family: 'Inter', sans-serif;
  --desc-font-size: 16px;
  --desc-font-weight: 400;
  --desc-line-height: 24px;

 /* Banner Paragraph (Description) */
  --desc-font-family: 'Inter', sans-serif;
  --desc-font-size: 28px;
 
  /* Custom Button Variables */
  --btn-font-family: 'Inter', sans-serif;
  --btn-font-size: 16px;
  --btn-font-weight: 600;
  --btn-font-style: normal;
  --btn-line-height: 100%;
  --btn-letter-spacing: 0%;
  --btn-text-transform: uppercase;
  --btn-padding: 15px 30px;
  --btn-bg-color: #C90200; /* Main red */
  --btn-border-color: #C90200;
  --btn-text-color: #ffffff;
  --btn-hover-color: #555555;  
  --btn-hover-text-color: #ffffff;       
  --btn-transition: all 0.4s ease;
  --btn-hover-bg-light: #e0433c; /* Lighter red for hover animation */


}

/* H1 */
h1, .heading-h1, .slideshow__text h1, .slideshow__text-wrapper h1, .banner__heading.inline-richtext.h1{
  font-family: var(--h1-font-family);
  font-size: 70px !important;
  font-weight: var(--h1-font-weight);
  font-style: var(--h1-font-style);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
  text-transform: var(--h1-text-transform);
  color:#FFF !important;
}

.slideshow__text.banner__box .banner__heading.inline-richtext {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 70px;
    text-transform: uppercase;
    color: #FFF;
}
.cstm-list-banner {
  position: relative;
  overflow: hidden;
  min-height: 300px;  
  display: flex;
  align-items: center;  
  justify-content: center;  
  text-align: center; 
}

.cstm-list-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/cdn/shop/files/Slide_3_2.png?v=1754975407');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* content ke peeche image rahegi */
}


/* H2 */
h2, .heading-h2, .section-title h2.collection-list-title, h2.title.inline-richtext, h2.banner__heading.inline-richtext, .services-page h2, .image-with-text__grid h2  {
  font-family: var(--h2-font-family); 
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  font-style: var(--h2-font-style);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
  text-transform: var(--h2-text-transform);
}

/* H3 */
h3, .heading-h3, h3.card__heading, h3.card__heading, .icon-grid-items h3, .icon-grid-items h3 a {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  font-style: var(--h3-font-style);
  margin: 0px 0px 10px;
}
.icon-grid-items h3 a {
    color: rgb(var(--color-foreground)) !important;
    text-decoration: none;
}

/* Paragraph / Description */
.desc-text, .accordion li, .whatsapp-section p, .product__description p,.image-with-text__grid li, .product__description.rte.quick-add-hidden p, .product__description li, .cstm-description p, .accordion__content p, .icon-grid-items p, .grid-conten p, .cstm-content-description p, .footer li a, .drawer__contents.js-contents a, small.tax-note.caption-large.rte, .rich-text__text p, .image-with-text__text p, .shopify-policy__body p, .shopify-policy__body li {
  font-family: var(--desc-font-family);
  font-size: 16px !important;
  font-weight: var(--desc-font-weight);
  font-style: var(--desc-font-style);
  margin:0px;
  color:rgba(85, 85, 85, 1);
  text-decoration:none;
  
}

.banner-desc, .slideshow__text p {
  font-family: var(--desc-font-family);
  font-size: var(--desc-font-size);
  font-weight: var(--desc-font-weight);
  font-style: var(--desc-font-style);
  color:rgba(255, 255, 255, 1);
}

/* Base Button Styling */
.custom-button, 
.banner__buttons a, 
.grid-conten a, 
.cstm-shop-btn a, 
.cstm-content-btn a, 
.center.collection__view-all a, button.shopify-payment-button__button, a.button, button.cart__checkout-button.button, .contact__button button
 {
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  font-style: var(--btn-font-style);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-spacing);
  text-transform: var(--btn-text-transform);
  padding: var(--btn-padding);
  cursor: pointer;
  transition: var(--btn-transition);
  text-align: center;
  display: inline-block;
  border: 1px solid #c90200;
  opacity: 1 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}

/* Pseudo-element for animated background */
.custom-button::before, 
.banner__buttons a::before, 
.grid-conten a::before, 
.cstm-shop-btn a::before, 
.cstm-content-btn a::before, 
.center.collection__view-all a::before, button.shopify-payment-button__button::before, a.button::before, button.cart__checkout-button.button::before, .contact__button button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--btn-hover-bg-light);
  z-index: -1;
  transition: width 0.4s ease;
}

/* Hover effect with animated background */
.custom-button:hover::before, 
.banner__buttons a:hover::before, 
.grid-conten a:hover::before, 
.cstm-shop-btn a:hover::before, 
.cstm-content-btn a:hover::before, 
.center.collection__view-all a:hover::before, button.shopify-payment-button__button:hover::before, a.button:hover::before, button.cart__checkout-button.button:hover::before, .contact__button button:hover::before  {
  width: 100%;
}

/* Filled Buttons */
.btn-filled, 
.banner__buttons a, 
.grid-conten a, 
.cstm-content-btn a, 
.center.collection__view-all a, button.shopify-payment-button__button ,a.button, button.cart__checkout-button.button, .contact__button button
 {
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
  border-color: var(--btn-bg-color);
  margin-top: 25px;
}


/* Filled Hover State (text & border) */
.btn-filled:hover, 
.banner__buttons a:hover, 
.grid-conten a:hover, 
.cstm-content-btn a:hover, 
.center.collection__view-all a:hover, button.shopify-payment-button__button:hover, a.button:hover, .contact__button button:hover {
  color: var(--btn-hover-text-color);
  border-color: transparent;
}

/* Outline Buttons */
.btn-outline, 
.cstm-shop-btn a  {
  background-color: transparent;
  color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
  margin-top: 20px;
}

/* Outline Hover */
.btn-outline:hover, 
.cstm-shop-btn a:hover {
  background-color: var(--btn-hover-bg-light);
  color: var(--btn-hover-text-color);
  border-color: var(--btn-hover-bg-light);
}

.collection__view-all a:not(.link) {
    margin-top: 3rem !important;
}

.product-form__buttons button.product-form__submit.button {
    background: #000;
    color: #FFFF;
    font-family: 'Inter';
    font-size: 16px;
    font-weight:600;
    text-transform:uppercase;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
    display:none;
}
.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: rgba(var(--color-button),var(--alpha-button-background));
    border: none;
}
/* .btn-filled::before, .banner__buttons a::before, .cstm-content-btn a::before, .center.collection__view-all a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    transition: left .5s ease;
} */

.btn-filled:hover, .banner__buttons a:hover, .cstm-content-btn a:hover, .center.collection__view-all a:hover {
  background-color: var(--btn-hover-color);
  border-color: #e0433c;
  color: var(--btn-hover-text-color);
}

.btn-outline, .cstm-shop-btn a {
  background-color: transparent;
  color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
 text-decoration:none;
 margin-top:20px;
}

.btn-outline:hover .cstm-shop-btn a:hover {
  background-color: var(--btn-hover-color);
  color: var(--btn-hover-text-color);
  border-color: var(--btn-hover-color);
}

.cstm-grid-main {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    gap: 0px;
    align-items: center;
}
.grid-conten p {
    margin: 0px;
    text-align: left;
    
}
.grid-conten h2 {
    text-align: left;
    padding: 0px;
    margin-bottom: 18px;
    margin-top: 0px;
}
.grid-conten a {
    margin-top: 30px;
}

.grid-conten {
    padding: 20px 20px;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: self-start;
    justify-content: center;
}

.false.cstm-img-position-false .cstm-grid-main {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    gap: 0px;
    align-items: stretch;
}

.gird-img img {
    width: 100%;
    height: 100%;
}
.left-right-section .gird-img {
  order: 1;
}
.left-right-section .grid-conten {
  order: 2;
}

.left-right-section.cstm-img-position-false .gird-img {
  order: 2;
}
.left-right-section.cstm-img-position-false .grid-conten {
  order: 1;
}
.slideshow__text.banner__box {
    width: 100%;
    max-width: 100% !important;
}
.button:after{
    display:none;
}
.slideshow__text p {
    width: 500px;
    text-transform:uppercase;
}
.grid {
      --grid-desktop-horizontal-spacing: 25px;
}
.card__heading {
    margin-top: 10px;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
.cstm-grid-item-img img {
    width: 100%;
}
.card-information .price {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}
.card-information .price-item.price-item--regular {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}
h2.banner__heading.inline-richtext {
    font-family: Cormorant Garamond;
    font-weight: 400;
    font-size: 42px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 15px;
}

.card .icon-wrap {
    display: none;
}
.section-title {
    position:relative;
    background:#FFF;
    padding:0px 10px;
}
.section-title h2::after{
    content: "";
  width:100%;
  height:100%;
  background-color: #FFF; 
  position: absolute; 
  top:0%;
  left:0;
  z-index:-1;
}
.section-title h2::before{
  content: "";
  width:calc(100% + 130px);
  height:1px;
  background-color: rgba(201, 2, 0, 1); 
  position: absolute; 
  top:50%;
  left:-65px;
  transform:translateY(-50%);
  z-index:-2;
}

.section-title .title-wrapper-with-link {
    justify-content: center;
}
.section-title h2.title {
    width: fit-content;
    margin: 0 auto;
}
.cstm-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 40px 0px 100px 0px;
}
.ritual-banner {
    margin-bottom: 100px;
}
.icon-grid-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    padding-top: 40px;
}
.icon-grid-items img {
    width: 56px;
    height: 74px;
}
.icon-grid-items.grid-items-1 img {
    width: 80px;
}
.cstm-grid-item-img {
    display: flex;
    gap: 30px;
}
.cstm-second-img {
    padding-top: 117px;
}
.about-section.left .cstm-grid-main {
    gap: 40px;
    text-align: left;
    padding-right: 25px;
}
.about-single-image .cstm-grid-main {
    gap: 50px;
    text-align: left;
}
.why-chooseus .cstm-icon-main-heading {
    text-align: center;
}

.why-choose-section{
    background: rgba(242, 242, 242, 1);
    max-width: 1400px;
    width: 100%;
    padding: 40px 40px;
    
}
.cstm-shop-btn a {
    font-size: 13px;
}
.header-wrapper {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 999;
    border:none;
}
.header--middle-left {
    grid-template-columns: 1fr 1fr 1fr;
}
.header__heading-logo {
    width: 85px !important;
}
.header li a, .header__menu-item span, .header__menu-item {
    color: #FFF;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.header__submenu a{
    color: #000 !important;
}
.list-menu--inline {
    display: inline-flex;
    flex-wrap: unset !important;
    white-space: nowrap !important;
}
.scrolled-past-header sticky-header.header-wrapper {
    background:#000;
}

.scrolled-past-header sticky-header .header__icons svg {
    width: 18px;
    height: 18px;
}

.scrolled-past-header sticky-header .header li a {
    font-size: 14px;
}

.scrolled-past-header sticky-header .header{

  padding:0px;
}
.header__menu-item:hover {
    color: rgb(201 2 0);
    text-decoration: none !important;
    outline: none !important;
}
.header__menu-item:hover span {
    text-decoration: unset;
    text-underline-offset: .3rem;
}
.banner__box.content-container {
    max-width: 100% !important;
}
.banner__text.rte p {
    font-size: 20px;
    color: #FFF;
    font-family: 'Inter';
}
.header__icons svg {
    width: 23px;
    height: 23px;
}
.about-section.left {
    margin-top: 80px;
    margin-bottom: 80px;
}
.footer {
    background: #000;
    color: #FFF;
}
.footer li a {
    color: #FFF !important;
    text-transform:capitalize;
}
.footer a{
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
color:#FFF;

}

.footer h2.footer-block__heading, .getintouch-heading p {
    font-family: Cormorant Garamond;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
}
.getintouch-heading p {
    padding: 0px;
    margin: 0px;
}

.cstm-slider-nav {
    position: absolute;
    bottom: 25px;
    right: 0 !important;
    z-index: 1;
    margin-top: -60px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    display: flex;
    justify-content: flex-end;
    padding: 0 5rem;
} 
.cstm-slider-nav .slider-button .icon {
    height: 50px !important;
    width: 50px;
    border: 1px solid rgba(206, 206, 206, 1);
    border-radius: 60px;
    padding: 15px;
    color: #FFF;
}

.cstm-slider-nav .slider-button {
    width: 70px;
    height: 70px;
    display: inline;

}
.cstm-slider-nav .svg-wrapper {
    display: inline-flex;
    align-items: center;
    width: 60px;
    height: 60px;
}
.slider-button--prev:not([disabled]):hover .icon {
    transform: rotate(90deg) !important;
    background-color: rgba(206, 206, 206, 1);
    color: rgba(37, 1, 1, 1);
}
.slider-button--next:not([disabled]):hover .icon {
     transform: rotate(-90deg) !important;
     background-color: rgba(206, 206, 206, 1);
    color: rgba(37, 1, 1, 1);
}
.cstm-policy-link-footer {
    text-align: center;
}
.policies li:before{
    display:none !important;
}
.cstm-policy-link-footer li {
    padding: 15px;
}
.footer__copyright {
    width: 100%;
    text-align: center !important;
    font-family: Inter !important;
    font-weight: 400;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 1);
}
.footer__content-top {
    padding-bottom: 0rem !important;
}
.footer__content-bottom.scroll-trigger {
    padding: 10px 0px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 35px;
}
.getintouch-phonenumber a::after {
    position: absolute;
    top: 5px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("/cdn/shop/files/Vector.png?v=1754475058");
}
.getintouch-email a::after {
    position: absolute;
    top: 5px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("/cdn/shop/files/icon.png?v=1754480633");
}
.getintouch a {
    text-decoration: none;
    padding: 25px;
}
.getintouch-phonenumber, .getintouch-email {
    position: relative;
}
.getintouch a:hover {
    color: #c90200;
}
.footer li a:hover {
    outline: none !important;
    text-decoration: none !important;
    color: #c90200 !important;
}

.card__badge {
    align-self: flex-end;
    grid-row-start: 3;
    justify-self: end;
    padding: 0px;
    margin: 0px !important;
}

.card__badge .badge, .product .price__badge-sale {
    background: rgba(201, 2, 0, 1);
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 7px;
    border-radius: 0px;
}
.product-form__buttons button.shopify-payment-button__button {
    margin-top: 10px;
}
label.quantity__label.form__label {
    color: #000;
    font-weight: 500;
    font-family: 'Inter';
}
.price__container .price__sale .price-item--regular {
    color: rgba(201, 2, 0, 1) !important;
    font-size: 20px;
    font-weight: 500;
    font-family: Inter;
}

.product .price__container .price-item, .product .price__container .price__sale {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    font-family: Inter;
}
.card__badge {
    align-self: self-end !important;
    justify-self: end !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important;
}
h2.caption-large.text-body {
    font-family: Cormorant Garamond;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    text-align: left;
}
.footer__localization {
    display: unset !important;
    padding:0px !important
}
.gradient.product .header-wrapper {
    position: unset;
    width: 100%;
    background-color: #000;
}
.product__title h1 {
    color: #000 !important;
    font-size: 46px !important;
}
.footer__blocks-wrapper {
    --animation-order: 0;
    display: grid;
    grid-template-columns: 1fr max-content max-content max-content;
    gap: 120px;
}
.footer-block__details-content.rte {
    width: 100%;
    max-width: 400px;
}

.footer-block.grid__item {
    width: 100%;
}
.list-unstyled.cstm-menu-3 {
    padding-top: 40px;
}
.getintouch-email {
    margin-top: 10px;
}
span.country {
    color: #000;
    font-family: auto;
}
.disclosure span {
    font-size: 12px;
    font-family: 'Inter';
}
.getintouch-phonenumber {
    margin-top: 15px;
}
.getintouch-heading p {
    line-height: 22px;
    text-transform:uppercase;
}
.contact.page-width form {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 24px #00000021;
    border-radius: 0px;
    padding: 30px;
    margin-top: 25px;
}


.contact.page-width form input {
    border-radius: 0px!important;
    box-shadow: none!important;
    border: 1px solid #D8D8D8;
}
.contact.page-width .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    display: none;
}

.contact.page-width textarea {
    border-radius: 0px!important;
    box-shadow: none!important;
    border: 1px solid #D8D8D8;
}

.template-search__search input {
    border-radius: 100px!important;
    box-shadow: none!important;
    border: 1px solid #D8D8D8;
}
.template-search__search .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    display: none;
}
 
.newsletter-form__field-wrapper .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    display: none;
}

.newsletter-form__field-wrapper input, .newsletter-form__field-wrapper .field__input:focus {
  border-radius: 100px!important;
    box-shadow: none!important;
    border: 1px solid #D8D8D8 !important;
}
 
.search-modal__form .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    display: none;
}

.search-modal__form input {
    border-radius: 100px!important;
    box-shadow: none!important;
    border: 1px solid #D8D8D8 !important;
}
.header__active-menu-item {
    color: #FFF !important;
    text-decoration: none;
}
.contact__button {
    margin-top: 0rem !important;
}
.about-single-image .cstm-grid-item-img {
    display: unset;
}
.about-single-image .cstm-first-img img {
    width: 100%;
}
slider-component {
    padding: 0px 10px 0px 10px !important;
}
.page-width {
    padding-left:30px !important;
    padding-right:30px !important; 
}

.copyright__content, .copyright__content a {
    font-size: 13px;
    font-family: 'Inter';
    font-weight: 400;
}
.copyright__content a:hover {
    color: #c90200 !important;
    text-decoration: none !important;
}
.about-single-image p {
    padding: 5px 0px;
}
.section-template--24998987399538__image_with_text_YdfEi4-padding {
    padding-bottom: 50px !important;
}
/* .gradient.collection .header-wrapper {
    position: unset;
    width: 100%;
    background-color: #000 !important;
} */
.totals>h2 {
    font-size: 20px !important;
}
.banner--desktop-transparent .banner__box {
    margin-top: 60px;
}
/* .gradient.list-collections .header-wrapper {
    position: unset;
    width: 100%;
    background-color: #000;
} */
 .cstm-list-banner {
  min-height: 400px;  
  position: relative;
  overflow: hidden;
}

.cstm-list-banner {
    margin-bottom: 70px;
}

.cart-count-bubble {
    background: #e7342c;
    color: #FFF;
}
.gradient.cart .header-wrapper{
    position: unset;
    width: 100%;
    background-color: #000;
}

.product-option {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}
.cart-items .cart-item__details a {
    font-size: 16px;
    font-family: 'Inter';
    color: rgba(85, 85, 85, 1);
}
.price.price--end {
    font-size: 16px;
    font-family: 'Inter';
    color: rgba(0, 0, 0, 1);
}
.cart-item cart-remove-button {
    display: flex;
    margin-left: 1rem;
    align-items: center;
}
.cart-item cart-remove-button span.svg-wrapper {
    margin-top: 5px;
}
.shopify-policy__title {
  position: relative;
  overflow: hidden;
  min-height: 400px;  
  display: flex;
  align-items: center;  
  justify-content: center;  
  text-align: center;
}

.shopify-policy__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/cdn/shop/files/Slide_3_2.png?v=1754975407');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.shopify-policy__title h1 {
  color: #fff;  
  z-index: 1;
}
.shopify-policy__container {
    width: 100%;
    max-width: 100%;
    padding:0px;
}
.shopify-policy__body {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}
.shopify-policy__title h1 {
    font-size: 60px !important;
    margin-top:14rem;
}
.cstm-consult-form {
    margin-bottom: 50px;
}
.accordion {
  border-top: 0px !important ;    
}
.collapsible-content-wrapper-narrow {
    max-width: 1000px !important;
}
.cstm-consult-form .field {
    margin-bottom: 2rem;
}

.cstm-list-banner h1.title {
    margin-top: 12rem;
}
.gradient.collection h1.collection-hero__title {
    margin-top: 12rem;
}
facet-filters-form.facets h2 {
    color: #000 !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size:18px !important;
}
facet-filters-form.facets summary {
    font-size: 14px !important;
    font-family: 'Inter' !important;
}
.facet-filters__field .select__select {
    font-size: 14px !important;
    font-family: 'Inter' !important;
}
.banner__box>*+.banner__buttons {
    margin-top: 0rem !important;
}
#FooterLanguageList a {
    color: #000 !important;
}
.disclosure button {
    color: #FFF !important;
}

.disclosure span {
    font-size: 16px;
    font-family: 'Inter';
}
div#shopify-section-template--24978388877682__banner .cstm-list-banner {
    margin-bottom: 10px;
}
.disclosure__list-wrapper.language-selector {
    background: unset;
    border: none !important;
}
.disclosure__link .icon-checkmark {
    display: none;
}
.disclosure__link:hover {
    color: rgb(201 2 0) !important;
}
.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
    right: 0.7rem;
    top: 17px;
}
.scrolled-past-header sticky-header svg.icon.icon-caret {
    top: 11px !important;
    width: 12px !important;
}
.language-selector .disclosure__list {
    min-width: 110px !important;
}
.disclosure__link span {
    line-height: 12px;
    font-size: 12px !important;
}
.section-template--24978389074290__main-padding {
    padding-top: 60px !important;
}
div#shopify-section-template--24978388943218__main {
    padding-bottom: 40px;
}
.rte ul, .rte ol {
    list-style-position: outside;
    padding-left: 2rem;
}
.product__description p {
    margin: 15px 0px 0px;
}
.product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 45% !important;
}
.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 55% !important;
}
.product__description.rte.quick-add-hidden p {
    padding: 5px 0px;
}
.services-section .icon-grid-main {
    grid-template-columns: repeat(4, 1fr);
}
/* whatsapp-icon */
.sticky_whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    animation: whatsapp-move 2s infinite;
}
.wa__btn_popup_txt {
    display: none;
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.sticky_whatsapp:hover .wa__btn_popup_txt{
    display:block;
}
.image-with-text__grid li{
    padding:5px;
}
.getintouch-whatsapp {
    position: relative;
    margin-top: 15px;
}
.getintouch-whatsapp a::after {
    position: absolute;
    top: 5px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("/cdn/shop/files/whatapp.svg?v=1755173348");
}
.service-page-icon .grid-items-1 img {
    width: 60px;
}
.service-page-icon .icon-grid-main {
    padding: 0px;
}
.services-section .icon-grid-main {
    padding: 0px;
}
.header__submenu.list-menu {
    width: 100% !important;
    min-width: 325px !important;
}
.scrolled-past-header .header__menu-item svg {
    margin-top: 8px !important;
}
.scrolled-past-header .disclosure__link span {
    color: #000 !important;
}
.scrolled-past-header  .disclosure__list-wrapper {
    background: #ffffff;
}
#Slide-template--24978388910450__collection_list_Hc7UJd-7 .card__media .media img {
    object-position: top !important;
}

.article-template__content {
    width: 100%;
    max-width: 1200px;
}
/*  */
.footer__payment .list-payment {
    width: 100%;
    max-width: 250px;
    padding: 0;
    justify-content: flex-start;
}

.whatsapp-section {
    background: rgba(242, 242, 242, 1);
    max-width: 1400px;
    width: 100%;
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 20px;
}

.whatsapp-section img {
    width: 80px;
    height: auto;
}

.whatsapp-section h2 {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

.whatsapp-section p {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 15px;
}
/* service page additional note */
.cstm-addtion-content-main .cstm-addtion-text {
    padding-top: 10px;
    text-align: center;
}
/* FAQ section */
.cstm-faq-sec .collapsible-section-layout {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.cstm-faq-sec .accordion .accordion__content {
    padding: 5px;
    margin: 10px 0px;
}
.cstm-faq-sec .accordion summary[aria-expanded="true"] {
    background-color: rgba(var(--color-foreground),.04);
}
.cstm-faq-sec .accordion summary {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media screen and (max-width: 768px) {
h1, .heading-h1, .slideshow__text h1, .slideshow__text-wrapper h1, .banner__heading.inline-richtext.h1 {
    font-size: 36px !important;

}
.mobile-banner h1.banner__heading.inline-richtext.h1 {
    margin-top: 80px;
    padding-bottom: 40px;
}
.whatsapp-section h2 {
    padding-top: 15px;
}
.services-page .image-with-text p {
    text-align: center;
}
.services-page .image-with-text h2 {
    text-align: center;
}
.services-section .icon-grid-main {
    grid-template-columns: repeat(1, 1fr);
}
span#ProductCount {
    font-size: 16px;
}
div#shopify-section-template--24978388877682__banner .cstm-list-banner {
    margin-bottom: 10px;
}
.about-single-image h2 {
    text-align: left;
    margin: 10px 0px;
}
.cstm-list-banner h1.title {
    margin-top: 14rem;
}
.banner__heading.inline-richtext.hxxl {
    margin-top: 6rem;
}

.list-unstyled.cstm-menu-3 {
    padding-top: 0px;
}
.shopify-policy__title h1 {
    font-size: 34px !important;
    padding: 20px !important;
}

.shopify-policy__title {
    align-items: end;
    padding-bottom: 35px;
    min-height: 300px !important;
}
.shopify-policy__body h2 {
    text-align: left;
    line-height: 34px;
}
.product__title h1 {
    color: #000 !important;
    font-size: 32px !important;
}
.cstm-list-banner {
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
h1, .heading-h1, .slideshow__text h1, .slideshow__text-wrapper h1 {
    font-size: 36px !important;
}
.about-single-image .cstm-grid-main {
    gap: 10px;
    text-align: left;
}
.image-with-text__content {
    padding: 25px 0px !important;
}
.cstm-slider-nav {
    justify-content: center;
}
.false.cstm-img-position-false .cstm-grid-main {
    grid-template-columns: repeat(1, 1fr);
}
.false.cstm-img-position-false .cstm-grid-main {
    gap: 50px;
}
.section-collection-list .collection-list:not(.slider) {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.page-width {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.ritual-banner {
    margin-bottom: 50px;
}
slider-component {
    padding: 0px 0px 0px 0px !important;
}
.about-section.left .cstm-grid-main {
    padding-right: 0px;
}
ul.footer-block__details-content.list-unstyled.cstm-menu-3 {
    margin-top: -47px;
}
.icon-grid-main {
    grid-template-columns: repeat(1, 1fr);
}
h2.footer-block__heading.inline-richtext {
    text-align: left;
}
.policies li a {
    padding: 1px;
    display: unset !important;
}
h2, .heading-h2, .section-title h2.collection-list-title, h2.title.inline-richtext, h2.banner__heading.inline-richtext {
    font-size: 28px !important;
    text-align:center;
    line-height:38px !important;
}
.card__content {
    text-align: center;
}
.false.cstm-img-position-false .cstm-grid-main {
    grid-template-columns: repeat(1, 1fr);
}

.cstm-grid-main {
    grid-template-columns: repeat(1, 1fr);
}
.why-choose-section {
    width: 100%;
}
.cstm-grid-item-img img {
    width: 100%;
}
.slideshow__text.banner__box .banner__heading.inline-richtext {
    font-size: 40px;

}
.section-title h2::before {
    content: unset;

}
h3, .heading-h3, h3.card__heading, h3.card__heading, .icon-grid-items h3, .icon-grid-items h3 a{
    font-size:18px;
}
.grid {
    --grid-mobile-horizontal-spacing:15px;
}
 
.cstm-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0px 50px 0px;
    gap:15px;
}
.policies li {
    display: block;
    align-items: flex-start;
}
.banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 55rem !important;
}
.banner__text.rte p {
    font-size: 16px;
    width: 100%;
}
.header__icon--menu .icon {
    color: #FFF;
}
.header li a {
    color: unset;
}
.slideshow__text.slideshow__text-mobile--left {
    align-items: center !important;
    text-align: center !important;
}
.grid-conten {
    padding: 0px 0px;
}
.grid-conten h2 {
    text-align: center;
}
.grid-conten p {
    margin: 0px;
    text-align: center;
}
.grid-conten {
    align-items: center;
    justify-content: center;
}
.about-section.left .cstm-grid-main {
    gap: 30px;
}
.about-section.left .cstm-grid-main {
    gap: 30px;
    text-align: center;
}
.policies li {
    display: unset !important;
    padding-left: 0px;
}
.cstm-policy-link-footer {
    text-align: left;
    margin-top:15px;
}
.footer__column--info {
    justify-content: left !important;
    align-items: baseline;
    padding-left: 0px !important;
    padding-right: 2rem;
    padding-top: 25px;
}
.footer__payment .list-payment {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.footer__content-top {
    padding-top: 4rem;
    padding-left: calc(2rem / var(--font-body-scale)) !important;
    padding-right: calc(2rem / var(--font-body-scale)) !important;
}
.scrolled-past-header sticky-header .header {
    padding: 15px;
}
.card__badge .badge {
    font-size: 12px;
    padding: 10px;
}
.card-information  s.price-item.price-item--regular {
    color: #c90200;
}
.footer-block__details-content.rte {
    width: 100%;
    max-width: 100%;
}
.image-with-text .grid {
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
}
.image-with-text h2 {
    text-align: left;
}
.collapsible-content-wrapper-narrow h2 {
    text-align: left;
}
.section-template--24998987399538__image_with_text_YdfEi4-padding {
    padding-bottom: 30px !important;
}

.about-single-image .cstm-grid-main {
    display: flex;
    flex-direction: column-reverse;
}
.menu-drawer summary.menu-drawer__menu-item {
    font-family: 'Inter' !important;
    color: #545454 !important;
    font-weight: 500 !important;
}
.disclosure__list-wrapper {
    position: unset;
    padding-left: 10px;
}
.disclosure span {
    font-size: 16px;
    font-family: 'Inter';
    color: #000 !important;
}

.disclosure  svg.icon.icon-caret {
    color: #000 !important;
}
.cstm-pro-card .card__media img {
    object-fit: contain !important;
    background-color: #ffffff !important;
}


}
@media (min-width:768px) and (max-width: 1024px) {
.list-unstyled.cstm-menu-3 {
    padding-top: 0px;
}
.why-choose-section {
    width: 100%;
}
.cstm-grid-item-img img {
    width: 100%;
}
.footer__blocks-wrapper {
    --animation-order: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

h2, .heading-h2, .section-title h2.collection-list-title, h2.title.inline-richtext, h2.banner__heading.inline-richtext {
    font-size: 27px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
.footer__blocks-wrapper {
    --animation-order: 0;
    display: grid;
    grid-template-columns: 1fr max-content max-content max-content;
    gap: 50px;
}
}