/** Shopify CDN: Minification failed

Line 92:30 Expected identifier but found whitespace
Line 467:0 Unexpected "}"
Line 975:0 Unexpected "}"

**/
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-extralight.otf?v=1752028076");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-light.otf?v=1752028075");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-light.otf?v=1752028075");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-regular.otf?v=1752028076");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-regular.otf?v=1752028076");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-medium.otf?v=1752028075");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-semibold.otf?v=1752028075");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-bold.otf?v=1752028075");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gelica";
  src: url("/cdn/shop/files/Fontspring-DEMO-gelica-black.otf?v=1752028075");
  font-weight: 900;
  font-style: normal;
}
ul.slick-dots {
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  padding: 10px 20px 0;
  border-radius: 55px;
  margin-top: 10px;
}
ul.slick-dots li {
  display: flex;
}
ul.slick-dots li::marker {
  content: none;
}
ul.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #d9d9d9;
  border: none;
  font-size: 0;
}
ul.slick-dots li.slick-active button {
  background: #000;
  width: 12px;
  height: 12px;
}
.owl-theme .owl-dots .owl-dot. span{
      background-color: #d9d9d9;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
body,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  background: #eaf8f2 !important;
}
.common-btn {
  /* Initial styles */
  position: relative; /* ensures transform doesn’t affect layout of other elements */
  transition: transform 0.6s ease;
}

.common-btn:hover {
  transform: translateY(-5px);
}
/* collection page css start */
.product-grid-container .button .arrow-image {
  max-width: 20px;
  transition: transform 0.6s ease;
}
.product-grid-container .button:hover .arrow-image {
  transform: translateX(-5px);
}
.product-grid-container .custom-compare-price {
  display: none;
}
.product-grid-container .card-wrapper {
  border-radius: 8.827px;
  /* background: #f0efeb; */
  overflow: hidden;
}
.product-grid-container .card-wrapper .card {
  /* padding: 10px; */
}
.product-grid-container .custom-rev {
  color: #212121;
  font-family: "Bricolage Grotesque";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}
.product-grid-container .button:after {
  content: none;
}
.product-grid-container .button:before {
  content: none;
}
.product-grid-container .card__heading a {
  color: #151515;
  font-family: "Darker Grotesque";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 28.6px */
  letter-spacing: -0.26px;
}
.product-grid-container .price-item--regular {
  display: none;
}
.product-grid-container .button {
  border-radius: 23px;
  border: 1px solid #171717;
  color: #171717;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  background: transparent;
  text-transform: uppercase;
  transition: background 0.5s ease;
}
.product-grid-container .card-information .price span {
  color: #151515;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;
}
.product-grid-container .button span {
  color: #151515;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product-grid-container .button .arrow-image {
  width: 100%;
  max-width: 30px;
  transition: transform 0.5s ease;
}
.product-grid-container .button:hover .arrow-image {
  filter: invert(1);
  transform: translateX(5px);
}
.product-grid-container .button:hover {
  border-radius: 1000px;
  background: #004743;
  border: unset;
}
.product-grid-container .button:hover span {
  color: #fff;
}
@media (max-width: 550px) {
  .product-grid-container .custom-rev {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .product-grid-container .card-information .price {
    margin-top: 0 !important;
    height: unset;
    min-height: unset;
    line-height: 100%;
  }
  .product-grid-container .card-information .price span {
    font-size: 16px;
  }
  .product-grid-container .card__heading a {
    font-size: 20px;
    letter-spacing: -0.755px;
  }
  .product-grid-container .button span {
    font-size: 15px;
  }
  .product-grid-container .button {
    font-size: 15px;
    min-height: 35px;
  }
  .product-grid-container .button .arrow-image {
    max-width: 20px;
  }
}
@media (max-width: 390px) {
  .product-grid-container .custom-rev {
    font-size: 10px;
  }
  .product-grid-container .card-information .price span {
    font-size: 13px;
  }
  .product-grid-container .card__heading a {
    font-size:20px;
  }
  .product-grid-container .button span {
    font-size: 13px;
  }
  .product-grid-container .button {
    font-size: 13px;
    min-height: 30px;
  }
}

/* header css */

.header-wrapper {
  border-bottom: unset;
}
.header-wrapper .header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-wrapper .header__menu-item span {
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.header-wrapper .header__menu-item {
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.header-wrapper .header__submenu  .header__menu-item {
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.header-wrapper .menu-drawer__menu-item {
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.header-wrapper .header__search {
  display: none !important;
}
.header-wrapper .header__icon--cart .icon,
.header-wrapper .header__icon .icon {
  height: 2.4rem;
  width: 2.4rem;
}
.header-wrapper {
  /* position: unset; */
  background: #fff;
}
.template-index .header-wrapper {
  position: absolute;
  background: unset;
  width: 100%;
}
.template-index .shopify-section-header-sticky .header-wrapper {
  position: unset;
  background: #fff;
}
.template-index .header__menu-item span {
  color: #fff;
}
.template-index .header__menu-item {
  color: #fff;
}
.template-index .header__heading-logo {
  filter: invert(1);
}
.template-index .header__icon--cart .icon,
.template-index .header__icon .icon {
  filter: invert(1);
}
.template-index .shopify-section-header-sticky .header__menu-item span {
  color: #000;
}
.template-index .shopify-section-header-sticky .header__menu-item {
  color: #000;
}
.template-index .shopify-section-header-sticky .header__heading-logo {
  filter: unset;
}
.template-index .shopify-section-header-sticky .header__icon--cart .icon,
.template-index .shopify-section-header-sticky .header__icon .icon {
  filter: unset;
}

/* main product css */

.product .product-media-container  {
  border: unset !important;
}
.product .product__title h1 {
  color: #151515;
  font-family: Darker Grotesque;
  font-size: 48px;
  font-style: normal;
 font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
  text-transform: capitalize;
}
.product .custom-desc {
  color: #151515;
  font-family: "Darker Grotesque";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
}
.product .custom-icon-with-text .icon-text-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px 0;
}

.product .custom-icon-with-text .icon-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.product .custom-icon-with-text .custom-icon-image {
  max-width: 15px;
  width: 100%;
}
.product .product__media img {
  border-radius: 20px;
  overflow: hidden;
}
.product .thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
.product .custom-icon-with-text .custom-icon-desc {
  color: #270b0b;
  font-family: "Darker Grotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.product .price {
  color: #151515;
  font-family: Darker Grotesque;
  font-size: 35px;
  font-style: normal;
 font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
  text-transform: capitalize;
}
.product .product-form__buttons {
  max-width: 100%;
}
.product .button:after {
  content: none;
}
.product .button:before {
  content: none;
}
.product .button {
  border-radius: 1000px;
  background: #004743;
  color: #fff;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease;
}

product .button:hover {
  transform: translateY(-5px);
}
}

.product .accordion {
  border-bottom: 1px solid #151515;
  border-top: unset;
}
.product .accordion__title {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-family: "Darker Grotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 18px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
}

.product .accordion__content {
  color: #151515;
  leading-trim: both;
  text-edge: cap;
  font-family: "Darker Grotesque";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 18px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.product .accordion .summary__title + .icon-caret {
  color: #000 !important;
  height: 10px !important;
}
@media (max-width: 1050px) {
  .product .product__title h1 {
    font-size: 35px;
  }
  .product .custom-desc {
    font-size: 17px;
  }
  .product .custom-icon-with-text .custom-icon-image {
    max-width: 12px;
  }
  .product .custom-icon-with-text .custom-icon-desc {
    font-size: 15px;
  }
  .product .price {
    font-size: 30px;
  }
  .product .button {
    font-size: 16px;
  }
  .product .accordion__title {
    font-size: 15px;
  }
  .product .accordion__content {
    font-size: 12px;
  }
}
@media (max-width: 989px) {
  .header-wrapper .header {
  padding-top: 0px;
  padding-bottom: 0px;
}
}
@media (max-width: 989px) {
  .product__info-container {
    max-width: 100% !important;
  }
  .product .grid__item {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .product .product__title h1 {
    font-size: 32px;
  }
  .product .custom-desc {
    font-size: 14px;
  }
  .product .product__media img {
    border-radius: 12px;
  }
  .product .custom-icon-with-text .icon-text-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 5px 0;
  }
  .custom-icon-with-text {
    margin: 0 !important;
  }
  .product__info-container .product-form {
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
}

/* contace-page-css */
/* contact form css starts*/

.custom-contact .page-width {
  /* padding-left: 0rem; */
}
.custom-contact .main-wrapper {
  display: flex;
  gap: 55px;
  padding-top: 54px;
}
.custom-contact {
  padding-bottom: 44px;
}
.custom-contact .hard-coded-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-contact .hard-coded {
  color: #333;
  font-family: "Darker Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.custom-contact .hard-coded-text {
  color: #333;
  font-family: "Darker Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.custom-contact .svg-text-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}
.custom-contact .svg-text-wrapper a {
  text-decoration: none;
}
.custom-contact .custom-left {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-contact .custom-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-contact .contact .field {
  margin-bottom: 24px;
}
.custom-contact .contact__button {
  margin-top: 1rem;
}
.custom-contact .contact__fields {
  grid-template-columns: repeat(1, 1fr);
}

.custom-contact .custom-heading {
  color: #1e1e1e;
  font-family: "Gelica";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -3.2px;
  max-width: 450px;
}

.custom-contact .page-width--narrow {
  width: 100%;
  padding: 0rem;
}

.custom-contact .field:after {
  content: none;
}
.custom-contact .field .field__input {
  padding: 0px 20px;
  border-radius: 20px;
  border: 1px solid rgba(195, 195, 195, 0.53);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16.799999237060547px);
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: -0.18px;
  text-transform: capitalize;
  min-height: 70px;
}
.custom-contact .field__input:focus-visible {
  box-shadow: none;
}

.custom-contact .field .field__input.text-area {
  height: 20rem;
  padding-top: 15px;
}
.custom-contact .button {
  border-radius: 1000px;
  background: #004743;
  color: #fff;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 20px 10px;
  gap: 10px;
  width: 100%;
}
.custom-contact .button img.custom-arrow {
  max-width: 18px;
}
.custom-contact .field__label {
  color: #8c8c8c;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 14.4px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.custom-contact .title-wrapper--no-top-margin {
  margin-bottom: 1rem;
}
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: none;
}
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: none;
}
/* .custom-contact .page-width--narrow {
  max-width: 600px;
} */
.custom-contact .contact__button {
  margin-top: 2rem;
}
.custom-contact .custom-heading-mobile {
  display: none;
}
.custom-contact .field__label {
  top: calc(31px + var(--inputs-border-width));
}
@media (max-width: 1050px) {
  .custom-contact .main-wrapper {
    gap: 40px;
    padding-top: 40px;
  }
  .custom-contact {
    padding-bottom: 30px;
  }
  .custom-contact .hard-coded-wrapper {
    gap: 15px;
  }
  .custom-contact .hard-coded {
    font-size: 20px;
  }
  .custom-contact .hard-coded-text {
    font-size: 20px;
  }
  .custom-contact .svg-text-wrapper {
    gap: 20px;
  }
  .custom-contact .custom-left {
    gap: 22px;
  }
  .custom-contact .contact .field {
    margin-bottom: 18px;
  }
  .custom-contact .custom-heading {
    font-size: 50px;
    max-width: 400px;
  }
  .custom-contact .field .field__input {
    padding: 0px 16px;
    border-radius: 16px;
    font-size: 16px;
  }
  .custom-contact .field .field__input.text-area {
    height: 15rem;
  }
  .custom-contact .button {
    font-size: 16px;
    padding: 16px 10px;
    width: 100%;
  }
  .custom-contact .button img.custom-arrow {
    max-width: 18px;
  }
  .custom-contact .field__label {
    color: #8c8c8c;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 14.4px */
    letter-spacing: -0.48px;
    text-transform: capitalize;
  }
  .custom-contact .title-wrapper--no-top-margin {
    margin-bottom: 1rem;
  }
  .button:before,
  .shopify-challenge__button:before,
  .customer button:before,
  .shopify-payment-button__button--unbranded:before {
    content: none;
  }
  .button:after,
  .shopify-challenge__button:after,
  .customer button:after,
  .shopify-payment-button__button--unbranded:after {
    content: none;
  }
  /* .custom-contact .page-width--narrow {
  max-width: 600px;
} */
  .custom-contact .contact__button {
    margin-top: 2rem;
  }
  .custom-contact .custom-heading-mobile {
    display: none;
  }
  .custom-contact .field__label {
    top: calc(31px + var(--inputs-border-width));
  }
}

@media (max-width: 768px) {
  .custom-contact .main-wrapper {
    flex-direction: column;
  }

  .custom-contact .custom-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-contact .custom-left {
    width: 100%;
  }
  .custom-contact .custom-left:after {
    display: none;
  }
  .custom-contact .custom-heading-mobile {
    color: #1e1e1e;
    font-family: "Gelica";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    letter-spacing: -1px;
  }

  .custom-contact .custom-heading-mobile p {
    margin: 0;
  }
  .custom-contact .custom-heading {
    display: none;
  }
  .custom-contact .contact__button {
    margin-top: 2rem;
  }
  .custom-contact .custom-heading-mobile {
    display: block;
  }
}

@media (max-width: 550px) {
  .custom-contact .main-wrapper {
    gap: 15px;
    padding-top: 30px;
  }

  .custom-contact .field__label {
    font-size: 16px;
  }
  .custom-contact .hard-coded {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  .custom-contact .hard-coded-text {
    font-size: 14px;
    max-width: 220px;
  }
  .custom-contact .svg-text-wrapper svg {
    height: 30px;
  }
  .custom-contact {
    padding-bottom: 30px;
  }
  .custom-contact .custom-heading-mobile {
    font-size: 40px;
  }
  .custom-contact .field .field__input {
    border-radius: 15px;
    min-height: 50px;
  }
  .custom-contact .field__label {
    top: calc(22px + var(--inputs-border-width));
  }
}
/* contact CSS ends */


/* card drawer css */
.drawer  .drawer__heading{
  color: #151515;
font-family: "Darker Grotesque";
font-weight: 800;
line-height: 110%; /* 28px */
letter-spacing: -0.4px;
  
}
.drawer  .cart-item__name{
  color: #151515;
font-family: "Darker Grotesque";
font-weight: 800;
line-height: 110%; /* 28px */
letter-spacing: -0.4px;
font-size: 20px;
  
}
.drawer  .product-option{
  color: #151515;
font-family: "Darker Grotesque";
font-weight: 800;
line-height: 110%; /* 28px */
letter-spacing: -0.4px;
  
}
.drawer  .price .price--end{
  color: #151515;
font-family: "Darker Grotesque";
font-weight: 800;
line-height: 110%; /* 28px */
letter-spacing: -0.4px;
  
}
.drawer  .totals .totals__total{
  color: #151515;
font-family: "Darker Grotesque";
font-weight: 800;
line-height: 110%; /* 28px */
letter-spacing: -0.4px;
  
}
.drawer  quantity-popover .quantity{
  min-height: 2.5rem;
}
.drawer  .totals .totals__total-value{
  color: #151515;
font-family: "Darker Grotesque";
font-weight: 800;
line-height: 110%; /* 28px */
letter-spacing: -0.4px;
  
}
.drawer  .tax-note {
  display: none;
}
.drawer  .cart__checkout-button  {
  margin-top: 10px;
  border-radius: 1000px;
background: #004743;
  color: #FFF;
font-family: "Darker Grotesque";
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 110%; /* 28px */
letter-spacing: -0.4px;
text-transform: uppercase;
  transition: transform 0.6s ease;
}

.drawer  .cart__checkout-button:hover {
  transform: translateY(-5px);
}
}
