/** Shopify CDN: Minification failed

Line 2005:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Leckerli+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --deep_rich_red_color: #600b10;
  --white: #ffffff;
  --black: #000000;
  --heading_font: 'Recoleta', serif !important;
  --body_font: 'Outfit', sans-serif !important;
  --Leckerli_One_font: 'Leckerli One', serif;
  --playfair_display: 'Playfair Display', serif;
  --crimson_font: 'Crimson Text', serif;
  --page-width: 192rem;
  --fotter_width: 166rem;
  --border-radius: 1.5rem;
  --grid-desktop-vertical-spacing:3rem;
  --grid-desktop-horizontal-spacing: 3rem;
  --grid-mobile-vertical-spacing: 1.4rem;
  --grid-mobile-horizontal-spacing: 1.4rem;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.page-width,
.container-fluid,
.container {
  max-width: var(--page-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

body {
  padding: 0;
  font-family: var(--body_font);
  color: var(--black);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.81;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading_font);
  letter-spacing: normal !important;
  line-height: 1.3;
  margin: 0;
  color: var(--black) !important;
}

p {
  margin: 0px;
}

p:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

video,
iframe {
  display: block;
  width: 100%;
}

a {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

table {
  width: 100%;
}
.btn,
.cust_btn,
.m-button,
.button {
  padding: 0px 3rem;
  background: var(--deep_rich_red_color);
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 400;
  font-family: var(--body_font);
  line-height: 1;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5.1rem;
  min-width: 16.1rem;
  border-radius: 0.7rem;
  cursor: pointer;
  letter-spacing: 0.22rem;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  border: 0.1rem solid transparent;
}

.btn:after,
.button:after,
.btn:before,
.button:before {
  display: none;
}

.btn:hover,
.button:hover,
.cust_btn:hover,
.m-button:hover {
  background: var(--white) !important;
  box-shadow: none !important;
  color: var(--deep_rich_red_color);
  border-color: var(--deep_rich_red_color);
}
.sec-hd h2 {
  font-size: clamp(3rem, 2.5vw, 3.2rem);
  font-family: var(--heading_font);
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.predictive-search__item-heading {
  font-size: 1.6rem;
}
/* Start utility-bar css */
.utility-bar {
  background: var(--deep_rich_red_color);
}
.announcement-bar .slider-button {
  color: var(--white) !important;
}
.utility-bar .announcement-bar__message {
  color: var(--white);
  font-size: 1.4rem;
  font-family: var(--body_font);
  letter-spacing: normal;
  min-height: auto;
  padding: 0.5rem 0;
}
/* End utility-bar css */

/* Start header css */
.header-wrapper header.header {
  /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
  gap: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: auto 2.3fr auto 2fr auto;
}
header.header .custonSearch {
  max-width: 24.1rem;
}
header.header .custonSearch .search-modal__form .field {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
header.header .custonSearch .search-modal__form .field:before,
header.header .custonSearch .search-modal__form .field:after {
  display: none;
}
header.header .custonSearch .search-modal__form .field .field__label {
  display: none;
}
header.header .custonSearch .search-modal__form .field .search__input {
  border-bottom: 0.1rem solid var(--black);
  padding: 0.9rem 3.5rem 0.9rem 0;
  font-size: 1.8rem;
  color: #828282;
  font-family: var(--body_font);
  letter-spacing: normal;
}
header.header .custonSearch .search-modal__form .field .search__input::placeholder {
  opacity: 1;
}
header.header .custonSearch .search-modal__form .field .search__button {
  position: static;
}
header.header .custonSearch .search-modal__form .field .reset__button {
  right: 0 !important;
}
header.header .custonSearch .search-modal__form .field .reset__button:after {
  display: none;
}
header.header .header__inline-menu {
  grid-area: initial;
}
header.header .header__inline-menu ul {
  gap: 4rem;
}
header.header .header__heading,
.header.header .header__heading-link {
  /* margin-right: auto; */
  max-width: 11.6rem;
  grid-area: initial;
  padding: 0;
}
header.header .rightMenu {
  margin-right: auto;
}
header header-drawer .rightMenu.right-menu-mob ul {
  display: block;
}
header.header .rightMenu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
header.header ul li {
  display: flex;
  align-items: center;
}
header.header ul li a {
  font-size: 1.6rem;
  color: var(--black);
  font-family: var(--body_font);
  transition: all 0.3s ease;
  /* padding: 0.5rem 1.5rem 0.5rem 0.5rem!important; */
  padding: 1rem 1.2rem !important;
}
header.header ul li a span {
  text-decoration: none !important;
  color: currentcolor;
}
header.header ul li a:hover {
  color: var(--deep_rich_red_color);
}
header.header .header__icons {
  gap: 4rem;
  align-items: center;
  grid-area: initial;
}
header.header .header__icons .header__search {
  display: none;
}
header.header .header__icon {
  width: auto;
  height: auto;
  text-decoration: none;
  font-size: 1.6rem;
}
.header.header.header__icon .svg-wrapper .icon {
  width: 2rem;
  height: 2rem;
}
.header__icon,
.header__icon--cart .icon {
  height: 2rem;
  width: 2rem;
  padding: 0;
}
.header.header .cart-price-custom-wrap {
  border: 0.1rem solid #ccb4b6;
  border-radius: 3rem;
  min-width: 11.7rem;
  height: 4.1rem;
  justify-content: space-around;
  padding: 0 1rem;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
.header.header .header__icon--cart .svg-wrapper {
  width: auto;
  height: auto;
}
.header.header .header__icon .cart-total-amount {
  color: var(--black);
}
/* header.header .header__icon:hover svg path {
  fill: var(--deep_rich_red_color);
} */
/* header.header .header__icon:hover span {
  color: var(--deep_rich_red_color) !important;
} */
header.header .header__icon:hover .cart-count-bubble span {
  color: var(--white) !important;
}
.cart-count-bubble {
  background: var(--deep_rich_red_color);
  /* left: auto; */
}
.menu-item-right svg,
.has-submenu .icon {
  width: 1.2rem;
  height: 1rem;
  /* position: absolute; */
  right: 0;
  top: 1.2rem;
}
header.header .rightMenu .menu .right-submenu {
  gap: 0;
}
header.header .rightMenu .menu li {
  display: flex;
  align-items: center;
  position: relative;
}

/*Start Main Menu css*/
.mega-menu-container {
  position: static;
  z-index: 1000;
}
.mega-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu .menu-item {
  /* position: relative; */
  cursor: pointer;
}
.submenu {
  display: none;
  position: absolute;
  top: 87%;
  left: 0;
  background: white;
  box-shadow: 0rem 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  width: 100%;
  z-index: 999;
}
.submenu-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: calc(15% - 20px * 2 / 3);
  width: 100%;
}
.submenu .submenu-list li {
  padding: 0;
}
.submenu .submenu-list li a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  transition: 0.3s;
  line-height: 1.2;
  padding: 0.75rem 0 !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.submenu .submenu-list li a:hover {
  color: var(--deep_rich_red_color);
}
.submenu-image {
  flex: 1;
}
.submenu-image img {
  max-width: 100%;
  border-radius: 1rem;
  width: 100%;
}
.mega-menu .menu-item:hover .submenu {
  display: block;
}
.submenu-list.megaMenu-4 {
  max-width: calc(15% - 2rem * 2 / 3);
}
.submenu-list.megaMenu-5 {
  max-width: calc(15% - 2rem * 2 / 3);
}
/* Main Menu css end */

/* End header css */

/* Start homeban sec css */
.homeban {
  /* min-height: 74.2rem; */
  overflow: hidden;
  background: rgba(255, 209, 233, 0.48);
}
.homeban .indxSec1-block-wrap {
  display: flex;
  flex-wrap: wrap;
  --homeban-clm-gap: 7.5rem;
  -webkit-column-gap: var(--homeban-clm-gap);
  column-gap: var(--homeban-clm-gap);
}
.homeban .indxSec1-block-wrap .indxSec1-left-wrap,
.homeban .indxSec1-block-wrap .indxSec1-right-wrap {
  max-width: calc(24.5% - var(--homeban-clm-gap) * 2 / 3);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.6rem;
}
.homeban .indxSec1-block-wrap .indexSec1-mid-wrap {
  max-width: calc(51% - var(--homeban-clm-gap) * 2 / 3);
  width: 100%;
  text-align: center;
  padding: 2rem 0 6.6rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.homeban .indxSec1-block-wrap .indexSec1-mid-wrap .indexSec1-mid-img {
  margin-bottom: 2rem;
}
.homeban .indxSec1-block-wrap .indexSec1-mid-wrap .indexSec1-mid-img img {
  max-width: 22rem;
  margin: 0 auto;
}
.homeban .indxSec1-block-wrap .indexSec1-mid-wrap .indexSec1-mid-text {
  font-size: 1.6rem;
}
.homeban .indxSec1-block-wrap {
  height: calc(100vh - 14.5rem);
}
.homeban .indxSec1-block-wrap .indxSec1-left-wrap > *,
.homeban .indxSec1-block-wrap .indxSec1-right-wrap > * {
  max-width: calc(50% - 1.6rem * 1 / 2);
  width: 100%;
}
.homeban .indxSec1-block-wrap .splide__list .splide__slide {
  background: transparent;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.6rem 0;
}
.homeban .indxSec1-block-wrap .boxImg {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 100%;
}
.homeban .indxSec1-block-wrap .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeban .indxSec1-block-wrap .indexSec1-mid-text p strong {
  display: inline-block;
  font-size: 1.9rem;
  color: var(--deep_rich_red_color);
  font-family: var(--Leckerli_One_font);
  font-style: italic;
  margin-top: 1.5rem;
  font-weight: 400;
}
.homeban .indxSec1-block-wrap .indexSec1-mid-btn {
  margin-top: 1.5rem;
}
.homeban .splide__pagination,
.homeban .splide__arrows {
  display: none;
}
/* End homeban sec css */

/* Start indx2 sec css  */
.indx2 {
  padding: 4.5rem 0 4.5rem;
  background: #efefef;
  margin-bottom: 4.5rem;
}
.indxSec2 .sec-hd h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.indxSec2 .page-width {
  max-width: var(--fotter_width);
  margin: 0 auto;
}
.indxSec2 .indxSec2-block-wrap .slick-list.draggable {
  margin: 0 -1.5rem;
}
.indxSec2 .indxSec2-block-wrap .indxSec2-content-wrap .indxSec2-holder {
  padding: 0 1.5rem;
}
.indxSec2 .indxSec2-holder .indxSec2-img-wrap {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.indxSec2 .indxSec2-holder .indxSec2-img-wrap img {
  width: 100%;
  transition: all 0.3s ease;
}
.indxSec2 .indxSec2-block-wrap .indxSec2-content-wrap .indxSec2-holder:hover .indxSec2-img-wrap img {
  transform: scale(1.025);
}
.indxSec2 .indxSec2-holder .indxSec2Txt {
  text-align: center;
  margin-top: 1.6rem;
}
.indxSec2 .indxSec2-holder .indxSec2Txt p {
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.2;
}
.indxSec2 .slick-arrow {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  margin-top: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indxSec2 .slick-arrow svg {
  width: 14px;
  height: 22px;
}
.indxSec2 .slick-arrow.slick-prev {
  left: -4rem;
}
.indxSec2 .slick-arrow.slick-next {
  right: -4rem;
}
.indxSec2 .slick-arrow svg {
  width: 1.3rem;
  height: 2.1rem;
}
/* End indx2 sec css  */

/* Start indx3 sec css  */
.indx3 {
  padding: 0 0 5rem;
}
.indx3 .collection-list-wrapper .sec-hd {
  margin: 0;
  display: block;
}
.indx3 .collection-list-wrapper .sec-hd h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.indx3 .indxSec3-block-wrap .indxSec3-content-wrap {
  display: flex;
  flex-wrap: wrap;
  --indx3-count: 4;
  --grid-desktop-horizontal-spacing: 2.5rem;
  --grid-desktop-vertical-spacing: 3rem;
  -webkit-column-gap: var(--grid-desktop-horizontal-spacing);
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
}
.indx3 .indxSec3-block-wrap .indxSec3-content-wrap .indxSec3-holder {
  max-width: calc((100% / var(--indx3-count) - (var(--grid-desktop-horizontal-spacing) - var(--grid-desktop-horizontal-spacing) / var(--indx3-count))));
  width: 100%;
}
.card-wrapper .card .card__inner {
  background: 0;
}
.indxSec3-content-wrap .indxSec3-holder img {
  transition: all 0.3s ease;
}
.indxSec3-content-wrap .indxSec3-holder .indxSec3-img-wrap {
  overflow: hidden;
  border-radius: 1.5rem;
}
.indx3 .indxSec3-block-wrap .indxSec3-content-wrap .indxSec3-holder:hover img {
  transform: scale(1.025);
}
.card-wrapper .card .card__inner:before {
  --ratio-percent: 105.333333%;
}
.indxSec3-content-wrap .indxSec3-holder .indxSec3-txt-wrap {
  padding: 2rem 0 0;
  text-align: center;
}
.indxSec3-content-wrap .indxSec3-holder .indxSec3Txt h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  text-transform: uppercase;
  font-family: var(--body_font);
}
.indx3 .card--standard > .card__content .card__information .card__heading .icon-wrap {
  display: none;
}
/* End indx3 sec css  */

/* Start hm-ft-coll sec css  */
.hm-ft-coll {
  padding: 4.5rem 0 0rem;
}
.hn-nw-coll {
  background: #ffefef;
  padding-bottom: 4.5rem;
}
.hn-nw-coll .gradient {
  background: 0;
}
.hm-ft-coll .collection {
  padding-top: 0;
  padding-bottom: 0;
}
.hm-ft-coll .indxSec4-content-wrap {
  display: flex;
  flex-wrap: wrap;
  --hm-ft-coll-count: 4;
  --grid-desktop-horizontal-spacing: 2.9rem;
  --grid-desktop-vertical-spacing: 2.9rem;
  -webkit-column-gap: var(--grid-desktop-horizontal-spacing);
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
}
.hm-ft-coll .indxSec4-content-wrap .indxSec4-holder {
  max-width: calc((100% / var(--hm-ft-coll-count) - (var(--grid-desktop-horizontal-spacing) - var(--grid-desktop-vertical-spacing) / var(--hm-ft-coll-count))));
  width: 100%;
}
.hm-ft-coll .collection__view-all {
  margin-top: 2.1rem;
}
.hm-ft-coll .indxSec4-content-wrap .indxSec4-txt-wrap {
  padding: 1.5rem 0 1.5rem;
  text-align: center;
}
.hm-ft-coll .indxSec4-content-wrap .indxSec4-holder .indxSec4Txt h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-family: var(--body_font);
}
.hm-ft-coll .indxSec4-content-wrap .indxSec4-holder img {
  border-radius: var(--border-radius);
}
.card__heading .full-unstyled-link {
  text-decoration: none !important;
}
.card--standard > .card__content .card__information {
  text-align: center;
}
.hm-ft-coll .indxSec4-content-wrap .indxSec4-holder .indxSec4Txt p {
  color: var(--deep_rich_red_color);
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.hm-ft-coll .indxSec4-btn {
  text-align: center;
}
/* End hm-ft-coll sec css  */

/* Start indx7 sec css */
.indx7 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin: 4.5rem 0 4.5rem;
  background: #ffefef;
}
.indx7 .page-width {
  max-width: var(--fotter_width);
}
/* End indx7 sec css */

/* Start indx8 sec css  */
.indx8 {
  padding-bottom: 6rem;
}
.indxSec8 .indxSec8-content-wrap {
  display: flex;
  flex-wrap: wrap;
  --indx8-count: 4;
  --indx8-clm-gap: 16.6rem;
  -webkit-column-gap: var(--indx8-clm-gap);
  column-gap: var(--indx8-clm-gap);
}
.indxSec8 .indxSec8-content-wrap > * {
  max-width: calc((100% / var(--indx8-count) - (var(--indx8-clm-gap) - var(--indx8-clm-gap) / var(--indx8-count))));
  width: 100%;
  text-align: center;
  position: relative;
}
.indxSec8 .indxSec8-content-wrap > *:not(:last-child):after {
  position: absolute;
  content: '';
  top: 0;
  right: -9rem;
  height: 100%;
  width: 0.1rem;
  background: #cbcbcb;
}
.indxSec8 .indxSec8_block .indxSec8-img-wrap {
  width: 8.9rem;
  height: 8.1rem;
  position: relative;
  margin: 0 auto;
}
.indxSec8 .indxSec8_block .indxSec8-img-wrap:before {
  position: absolute;
  content: '';
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background: #ffefef;
  display: block;
  left: -1.9rem;
  bottom: -0.7rem;
  z-index: -1;
}
.indxSec8 .indxSec8_block .indxSec8-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.indxSec8 .indxSec8_block .indxSec8Txt {
  margin-top: 2.3rem;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  line-height: 1.2;
}
/* Start indx8 sec css  */

/* Start indx9 sec css  */
.indxSec9 .indxSec9-block-wrap .sec-hd h2 {
  text-align: center;
}
.indxSec9 .indxSec9-block-wrap .indxSec9-content-wrap {
  display: flex;
  flex-wrap: wrap;
  --indxSec9-count: 5;
  --indxSec9-clm-gap: 3.7rem;
  -webkit-column-gap: var(--indxSec9-clm-gap);
  column-gap: var(--indxSec9-clm-gap);
}
.indxSec9 .indxSec9-block-wrap .indxSec9-content-wrap > * {
  max-width: calc((100% / var(--indxSec9-count) - (var(--indxSec9-clm-gap) - var(--indxSec9-clm-gap) / var(--indxSec9-count))));
  width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.indxSec9 .indxSec9-block-wrap .indxSec9-content-wrap img {
  width: 100%;
  transition: all 0.3s ease;
}
.indxSec9 .indxSec9-block-wrap .indxSec9-content-wrap > *:hover img {
  transform: scale(1.025);
}
/* End indx9 sec css  */

/* Start pages/mission-vision css */
.cmnban {
  position: relative;
}
.cmnBan-wrap {
  position: relative;
}
.cmnBan-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background: rgba(4, 4, 4, 0.52);
}
.cmnBan-wrap .cmnBan {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cmnBan-wrap .cmnBanTxt h1 {
  font-size: clamp(3rem, 2.5vw, 4.2rem);
  color: var(--white) !important;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cmnBan-wrap img {
  width: 100%;
}
.cmnBan-wrap img.mobfor {
  display: none;
}
.msnsec1 {
  padding-top: 4rem;
}
.msnSec1-wrap .page-width {
  /* display: flex;
    flex-wrap: wrap; */
  max-width: var(--fotter_width);
}
/* .msnSec1-wrap .msnSec1-left{
    max-width: 65%;
    flex: 0 0 65%;
    width: 100%;
    padding-right: 3.4rem;
} */
.msnSec1-wrap .msnSec1Txt h2 {
  font-size: clamp(3rem, 3vw, 3.6rem);
  text-align: left;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-family: var(--playfair_display);
}
.msnSec1-wrap .sec-hd p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.msnSec1-wrap .sec-hd p {
  font-weight: 300;
  text-align: justify;
}
.cmntext .cmnSec-wrap .cmnTxt p strong,
.msnSec1-wrap .sec-hd p strong {
  font-weight: 600;
}
.msnSec1-wrap .msnSec1-right {
  max-width: 35%;
  width: 100%;
  float: right;
  margin: 0 0 0 20px;
}
.msnSec1-wrap .msnSec1-img-wrap img {
  width: 100%;
  border-radius: var(--border-radius);
  height: auto;
}
.cmntext {
  padding-top: 2rem;
}
.cmntext .cmnSec-wrap .page-width {
  max-width: var(--fotter_width);
}
.cmntext .cmnSec-wrap .cmnTxt p {
  text-align: justify;
}
.page-mission .cmntext .cmnSec-wrap .cmnTxt p,
.page-founder-story .cmntext .cmnSec-wrap .cmnTxt p {
  font-weight: 300;
}
.cmntext .cmnSec-wrap .cmnTxt p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.fs2 .msnSec1-wrap .page-width {
  align-items: center;
}
.fs2 .msnSec1-wrap .msnSec1-left {
  max-width: 25%;
  float: left;
  margin-right: 3rem;
}
.fs2 .msnSec1-wrap .msnSec1-right {
  max-width: 100%;
  width: 100%;
  float: none;
  margin: 0;
}
.fs2 .msnSec1-wrap .msnSec1-left img {
  border-radius: var(--border-radius);
}
/* End pages/mission-vision css */

/* Start advisory-committee page css  */
.advc-sec {
  padding-top: 6rem;
}
.advc-sec .page-width {
  max-width: var(--fotter_width);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
/* .advcSec .advcSec-holder{
    display: flex;
    flex-wrap: wrap;
    --advcSec-clm-gap: 4.5rem;
    column-gap: var(--advcSec-clm-gap);
} */
/* .advcSec .advcSec-holder .advcSec-img-wrap{
    max-width: calc(22% - var(--advcSec-clm-gap) * 1 / 2);
    width: 100%;
} */
.advcSec .advcSec-holder .advcSec-img-wrap img {
  width: 100%;
  border-radius: var(--border-radius);
}
/* .advcSec .advcSec-holder .advcSec-txt-wrap{
    max-width: calc(78% - var(--advcSec-clm-gap) * 1 / 2);
    width: 100%;
} */
.advcSec .advcSec-holder .advcSec-txt-wrap .advcSecTxt {
  padding-top: 1rem;
  line-height: 1.5;
}
.advcSec .advcSec-holder .advcSecTxt p {
  text-align: justify;
  font-weight: 300;
}
/* .advcSec .advcSec-holder:not(:last-child){
    margin-bottom: 3.5rem;
} */
.advcSec .advcSec-holder:nth-child(2) {
  flex-direction: row-reverse;
}
.advcSec .advcSec-holder .advc-name {
  text-align: center;
  margin-top: 2rem;
}
.advcSec .advcSec-holder .advc-name h3 {
  font-size: clamp(2rem, 1.5vw, 3rem);
  text-transform: uppercase;
  font-family: var(--playfair_display);
}
/* End advisory-committee page css  */

/* start collections/all-collections page css */
.collBanCust {
  position: relative;
}
.collBanCust .collection-hero {
  padding: 0 !important;
}
.collBanCust .collection-hero__image-container {
  margin-left: 0;
  min-height: auto;
  position: relative;
}
.collBanCust .collection-hero__image-container:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background: rgba(4, 4, 4, 0.52);
}
.collBanCust .collection-hero__image-container img {
  position: static !important;
}
.collBanCust .collection-hero__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.collBanCust .collection-hero__text-wrapper {
  padding: 0 !important;
  flex-basis: inherit !important;
}
.collBanCust .collection-hero__text-wrapper .collection-hero__title {
  font-size: clamp(3rem, 2.5vw, 4.2rem);
  color: var(--white) !important;
  text-transform: uppercase;
}
.collCust {
  padding: 1.1rem 0 4rem;
}
.facets-container {
  /* box-shadow: .0rem .4rem 3.8rem .0rem #00000014; */
  border-radius: 0.9rem;
  padding: 0 !important;
  padding-bottom: 1.5rem !important;
}
.facets-container .active-facets-vertical-filter {
  background: var(--deep_rich_red_color);
  align-items: center;
  padding: 1.2rem 2rem;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 0.9rem 0.9rem 0 0;
}
.facets-container .active-facets-vertical-filter .facets__heading {
  margin: 0 !important;
  color: var(--white);
  font-family: var(--heading_font);
  color: var(--white) !important;
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
}
.facets-container .active-facets-vertical-filter a {
  color: var(--white);
  font-size: 1.6rem;
}
.facets-container .active-facets__button--light .active-facets__button-inner {
  color: var(--white);
  font-size: 1.4rem;
  text-transform: capitalize;
  letter-spacing: 0;
}
.facets-container .active-facets__button--light .active-facets__button-inner:hover {
  color: var(--deep_rich_red_color);
}
.facets-container #FacetsWrapperDesktop > *:not(.active-facets) {
  padding: 0 2rem;
  border-top: 0;
}
.facets-container .facets__summary {
  background: #f7f7f7;
  border-radius: 0.9rem;
  padding: 0.9rem 1.8rem !important;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: var(--black);
  margin-bottom: 1.2rem !important;
}
.facets-container .facets__summary .icon-caret {
  right: 1.5rem !important;
  top: 1.6rem;
  width: 1.5rem;
  height: 1.5rem;
}
.facets-container .facets-layout-list .list-menu__item {
  color: #696969;
  text-decoration: none !important;
}
.facets-container .facets-layout-list .list-menu__item .facets__label {
  font-size: 1.6rem;
}
.facets-container .facets-layout-list .list-menu__item .facets__label:hover {
  color: var(--deep_rich_red_color);
}
.facets__label:hover,
.facets__label.active,
.facets__label:has(:focus-visible) {
  color: var(--deep_rich_red_color) !important;
}
.facets-container .facets__form-vertical {
  width: 32rem;
}
.product-grid-container .product-grid {
  --grid-desktop-horizontal-spacing: 3rem;
  --grid-desktop-vertical-spacing: 3rem;
}
.product-card-wrapper .card--standard > .card__content .card-information {
  text-align: center;
}
.product-card-wrapper .card--standard > .card__content .card__heading {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  text-transform: uppercase;
  font-family: var(--body_font);
}
.product-card-wrapper .card--standard > .card__content .card-information .price__container .price-item {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  color: var(--deep_rich_red_color);
  letter-spacing: normal;
  font-weight: 600;
}
.product-card-wrapper .card--standard > .card__content .card-information .price__sale .price-item--regular {
  font-size: 1.4rem;
  font-weight: 300;
  color: #858585;
}
.product-card-wrapper .card--standard > .card__content .card-information .price--on-sale .price__sale {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.4rem;
  justify-content: center;
}
.pagination-wrapper .pagination__item-arrow {
  background: var(--deep_rich_red_color);
  border-radius: 50%;
  color: var(--white);
  border: 0.1rem solid transparent;
}
.pagination-wrapper .pagination__item-arrow:hover {
  border-color: var(--deep_rich_red_color);
  background: var(--white);
  color: var(--deep_rich_red_color);
}
.pagination-wrapper .pagination__item-arrow svg {
  width: 1.3rem;
  height: 0.8rem;
}
.pagination-wrapper .pagination__item {
  text-decoration: none !important;
  font-size: 2rem;
  font-family: var(--crimson_font);
}
.pagination-wrapper .pagination__item:after {
  display: none !important;
}
.pagination-wrapper .pagination__item.pagination__item--current {
  color: var(--deep_rich_red_color);
  opacity: 1;
}
.collCust .facets-vertical .product-grid-container .facet-filters {
  border-bottom: 1px solid #bab7b7;
  margin-bottom: 2rem;
  padding-bottom: 1.7rem;
  padding-left: 0;
}
.collCust .facets-vertical .product-grid-container .facet-filters .facet-filters__label {
  font-family: var(--body_font);
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  text-transform: capitalize;
}
.collCust .facets-vertical .product-grid-container .select .facet-filters__sort {
  font-family: var(--body_font);
  color: var(--black);
}
.facets.facets-vertical-sort.page-width.small-hide {
  padding: 0 !important;
}
.collCust .facet-filters__label {
  font-size: 1.8rem !important;
  color: var(--black);
}
.facet-filters__field .select__select,
.mobile-facets__sort .select__select {
  font-size: 1.6rem;
}
.mobile-facets__open-label {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  body .product-count-vertical {
    margin-left: 0;
  }
}
/* end collections/all-collections page css */

/* Start pages/media css  */
body.page-media .cmntext {
  padding-top: 4rem;
  padding-bottom: 6.4rem;
}
body.page-media .cmntext .cmnTxt {
  text-align: center;
}
body.page-media .cmntext .cmnTxt p {
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  max-width: 90rem;
  margin: 0 auto;
  line-height: normal;
  text-align: center;
}

/* Start cusimg sec */
.sec-hd h3 {
  font-size: clamp(3rem, 2.5vw, 3.6rem);
  font-family: var(--playfair_display);
  margin-bottom: 2rem;
  text-transform: capitalize;
  text-align: center;
}
.cusimg {
  background: #ffefef;
  padding: 4.5rem 0 5rem;
}
.custimgSec-wrap .page-width {
  max-width: var(--fotter_width);
}
.custimgSec-wrap .custimgSecTop {
  text-align: center;
  margin-bottom: 2.5rem;
}
.custimgSec-wrap .custimgSecTop p {
  font-weight: 300;
  font-size: 1.6rem;
}
.custimgSec-wrap .custimgSec-img-wrap {
  background: #fdf7f7;
  padding: 2.5rem;
  border-radius: 1.2rem;
}
.custimgSec-wrap .custimgSec-img-wrap img {
  width: 100%;
  border-radius: var(--border-radius);
}
.custimg2:not(.custimg3) {
  background: var(--white);
}
.custimg2 .custimgSec-img-wrap {
  background: #fdf7f7;
}
.custimg3 .custimgSec-img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  background: 0;
  padding: 0;
}
.custimg3 .custimgSec-img-1 {
  max-width: calc(34% - 2.4rem * 1 / 2);
  width: 100%;
  background: #fdf7f7;
}
.custimg3 .custimgSec-img-2 {
  max-width: calc(66% - 2.4rem * 1 / 2);
  width: 100%;
  background: #fdf7f7;
}
.custimg3 .custimgSec-img-2 img {
  height: 100%;
  object-fit: cover;
}
.custimg3 .custimgSec-img-1,
.custimg3 .custimgSec-img-2 {
  padding: 1.5rem;
  border-radius: 1.2rem;
}
.custimg4 {
  background: var(--white);
  padding-bottom: 0;
}
.custimg4 .page-width {
  max-width: var(--page-width);
}
.custimg4 .custimgSec-img-wrap {
  gap: 4.3rem;
}
.custimg4 .custimgSec-img-wrap > * {
  max-width: calc(50% - 4.3rem * 1 / 2);
}
.custimg3 .custimgSec-img-wrap .custimgSec-img-2:only-child,
.custimg3 .custimgSec-img-wrap .custimgSec-img-1:only-child {
  max-width: 154rem;
  margin: 0 auto;
}
/* End cusimg sec */

/* End pages/media css  */

/* Start footer css  */
footer.footer {
  background: #f2f2f2;
  padding-top: var(--size-70);
  padding-bottom: 0;
  margin-top: 4.5rem;
  border: 0;
}
footer.footer .footer__content-top {
  max-width: var(--fotter_width);
  padding-bottom: 4rem;
}
footer.footer .footer__content-top .footerBtmTxt {
  text-align: center;
  padding-top: 4rem;
  font-size: 1.5rem;
}
footer.footer .footer__blocks-wrapper {
  --grid-desktop-horizontal-spacing: 16rem;
  --grid-desktop-vertical-spacing: 0;
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
}
footer.footer .footer__blocks-wrapper .footer-block__heading {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--heading_font);
  color: var(--black);
}
footer.footer .footer__blocks-wrapper .footer-block:first-child {
  max-width: calc(28% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
  width: 100%;
}
footer.footer .footer__blocks-wrapper .footer-block:nth-child(2) {
  max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
  width: 100%;
}
footer.footer .footer__blocks-wrapper .footer-block:nth-child(3) {
  max-width: calc(22% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
  width: 100%;
}
footer.footer .footer__blocks-wrapper .footer-block:nth-child(4) {
  max-width: calc(30% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
  width: 100%;
}
footer.footer .footer__blocks-wrapper .footer-block {
  width: 100% !important;
  position: relative;
}
footer.footer .footer__blocks-wrapper .footer-block::after {
  position: absolute;
  content: '';
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 0.1rem;
  background: #d9d6d6;
}
footer.footer .footer__blocks-wrapper .footer-block:last-child::after {
  display: none;
}
footer.footer .footer-block--menu .footer-block__details-content .list-menu__item--link {
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--black);
  font-family: var(--body_font);
  text-decoration: none;
  transition: all 0.3s ease;
  padding-top: 0;
}
footer.footer .footer-block--newsletter {
  margin: 0;
}
footer.footer .footer-block--menu .footer-block__details-content .list-menu__item--link:hover {
  color: var(--deep_rich_red_color);
}
.footer.footer .footer__blocks-wrapper .footer-block__details-content p {
  font-size: 1.5rem;
  color: var(--black);
  font-family: var(--body_font);
  font-weight: 300;
  line-height: 1.7;
  max-width: 34.1rem;
}
.footer.footer .footer__blocks-wrapper .footer-block__details-content p a {
  color: currentcolor;
}
.footer.footer .footer__blocks-wrapper .footer-block__details-content p:not(:last-child) {
  margin-bottom: 1rem;
}
.footer.footer .footer__blocks-wrapper .footer-block__details-content p strong {
  font-weight: 400;
  text-transform: uppercase;
}
.footer.footer .footer__blocks-wrapper .socialIcons {
  margin-top: 4.4rem;
}
.footer.footer .footer__blocks-wrapper .socialIcons .list-social {
  justify-content: flex-start;
  gap: 0.7rem;
}
.footer.footer .footer__blocks-wrapper .socialIcons .list-social a {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem !important;
}
.footer.footer .footer__blocks-wrapper .socialIcons .list-social a:hover {
  background: var(--deep_rich_red_color);
}
.footer.footer .footer__blocks-wrapper .socialIcons .list-social .svg-wrapper {
  width: auto;
  height: auto;
}
.footer.footer .footer__content-bottom {
  background: var(--deep_rich_red_color);
  padding: 1rem 0 1rem !important;
  color: var(--white);
}
.footer.footer .footer__content-bottom .copyright__content {
  font-size: 1.4rem;
  font-family: var(--body_font);
}
.footer.footer .footer__content-bottom .copyright__content a {
  text-transform: uppercase;
}
.footer.footer .footer__content-bottom .copyright__content a:hover {
  color: var(--white);
}
footer.footer .footer__copyright {
  margin-top: 0;
}
footer.footer .footer__content-bottom .copyright__content {
  font-size: 1.4rem;
  letter-spacing: 0;
}
/* End footer css  */

/* Gallery css */
@media only screen and (min-width: 1920px) {
  .medsec .page-width {
    max-width: 90%;
  }
}
.medsec {
  padding-bottom: 6rem;
}
.gallery-container {
  display: flex;
  flex-direction: column;
  --gal-item-gap: 2rem;
  --gal-item-rowgap: 2rem;
  row-gap: var(--gal-item-rowgap);
}
.gallery-container .top-part {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: var(--gal-item-gap);
  row-gap: var(--gal-item-rowgap);
}
.gallery-container .top-part .left,
.gallery-container .top-part .rgt {
  max-width: 25%;
  width: 100%;
}
.gallery-container .top-part .mid {
  max-width: calc(100% - 25% * 2 - var(--gal-item-gap) * 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: var(--gal-item-rowgap);
}
.gallery-container .galitem img {
  display: block;
  width: 100%;
  border-radius: 1.2rem;
}
.gallery-container .md-top,
.gallery-container .mid-btm {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gal-item-gap);
  row-gap: var(--gal-item-rowgap);
}
.gallery-container .md-top {
  align-items: flex-end;
}
.gallery-container .mid-btm {
  align-items: flex-start;
}
.gallery-container .md-top .gal-2,
.gallery-container .mid-btm .gal-5 {
  max-width: 65%;
  width: 100%;
}
.gallery-container .md-top .gal-3,
.gallery-container .mid-btm .gal-4 {
  max-width: calc(35% - var(--gal-item-gap));
  width: 100%;
}
.gallery-container .mid-btm .gal-4,
.gallery-container .top-part .left .gal-1 {
  padding-bottom: 7vw;
}

.gallery-container .btm-part {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gal-item-gap);
  row-gap: var(--gal-item-rowgap);
}
.gallery-container .btm-part .lft {
  max-width: 41%;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: var(--gal-item-rowgap);
  margin-top: -7vw;
}
.gallery-container .btm-part .rgt {
  max-width: calc(59% - var(--gal-item-gap));
  width: 100%;
}
.gallery-container .btm-part .lft .gal-8 {
  max-width: 60%;
  width: 100%;
  margin-left: auto;
}
/* End Gallery */

@media screen and (min-width: 750px) {
  .predictive-search {
    border-top: none;
    width: calc(100% + 38rem) !important;
  }
}

.menu-drawer-container .header__icon {
  height: 2rem !important;
  width: 2rem !important;
}

/* product details page css  */
product-info {
  padding-top: 6rem !important;
  padding-bottom: 4.5rem !important;
}
@media screen and (min-width: 900px) {
  .product .product__media-wrapper {
    max-width: 58% !important;
  }
  .product .product__info-wrapper {
    max-width: 42% !important;
    padding: 0 0 0 5.3rem !important;
  }
  .product .product__info-wrapper ul li.slider__slide {
    width: 44% !important;
  }
  .product .product__media-wrapper .product__media {
    padding-top: 119% !important;
    border-radius: 1.5rem;
  }
  .product__media-wrapper .product__column-sticky {
    padding-top: 100%;
    overflow: hidden;
  }
  .product__media-wrapper .thumbnail-slider {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 88%;
    left: calc(25% - 0.8rem);
    transform-origin: top left;
  }
  .product__media-wrapper slider-component:not(.thumbnail-slider) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(25% + 1rem);
    height: 100%;
  }
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0 !important;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(25% - 0.8rem) !important;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide .thumbnail {
    border-radius: 1.5rem;
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    position: absolute;
    padding: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 1px solid var(--btn-color);
    background-color: var(--white);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button--prev {
    left: 0.5rem;
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button--next {
    left: auto;
    right: 0.5rem;
  }
  .product__media-wrapper .thumbnail-slider:hover .slider-button {
    opacity: 1;
    visibility: visible;
  }
  .thumbnail[aria-current] {
    box-shadow: none !important;
    border-color: 0 !important;
    border: 0 !important;
  }
}
.product-media-container.constrain-height.media-fit-contain {
  width: 100% !important;
}
.product .product__info-wrapper .product__title h1 {
  font-size: clamp(2.4rem, 2.5vw, 2.8rem);
  font-family: var(--heading_font);
  text-transform: uppercase;
}
.product .product__info-wrapper .product__info-container h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: var(--playfair_display);
  color: #040404 !important;
}
.product .product__info-wrapper .product__info-container h5 {
  font-size: 1.8rem;
}
.product .product__info-wrapper .product__info-container h5 strong {
  font-weight: 600;
}
.product .product__info-wrapper .product__info-container p {
  color: var(--black);
  font-weight: 300;
  text-align: justify;
}
.product .product__info-wrapper .product__info-container .price_hd {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: var(--playfair_display);
  color: #040404;
}
.product__info-wrapper .price__container .price-item {
  font-size: 2.2rem;
  color: var(--deep_rich_red_color);
  font-weight: 600;
  letter-spacing: normal;
}
.product .product__info-wrapper .product-form__input {
  min-width: auto;
  max-width: fit-content;
}
.product .product__info-wrapper .product__info-container .qty-buy-wrapper {
  display: inline-flex;
  gap: 2.8rem;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.product__info-wrapper .product-form__quantity .quantity__label {
  font-family: var(--playfair_display);
  color: #040404;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: normal;
  font-weight: 600;
}
.product__info-wrapper .buybtnWrap .product-form {
  margin: 0 !important;
}
.product__info-wrapper .quantity:after,
.product__info-wrapper .quantity:before {
  display: none;
}
.product__info-wrapper .quantity {
  border: 1px solid #000000;
  width: 19rem !important;
}
.product__info-wrapper .quantity .quantity__input {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.product__info-wrapper .product-form__submit {
  min-width: 16.1rem;
  width: auto;
}
.product__info-wrapper .svg-wrapper {
  color: var(--black);
  width: 1.4rem;
}
.product__info-wrapper .product__info-container ul,
.product__info-wrapper .product__info-container ol {
  list-style: disc;
  padding-left: 1.5rem;
}
.product__info-wrapper .accordion {
  border-top: 0;
  border-bottom: 0.1rem solid var(--black);
  margin-top: 0;
  padding-bottom: 1rem;
}
.product__info-wrapper .accordion .accordion__title {
  font-size: 1.8rem;
  font-family: var(--playfair_display);
  font-weight: 600;
  color: #040404 !important;
  text-transform: uppercase;
}
.product__info-wrapper .product__accordion .accordion__content {
  padding: 0;
}
.product__info-wrapper .accordion summary svg.icon {
  display: none;
}
.product__info-wrapper .accordion summary {
  position: relative;
}
.pg-faqs .acc-headng-main {
  cursor: pointer;
}
.pg-faqs .acc-headng-main:after,
.product__info-wrapper .accordion summary:after {
  position: absolute;
  content: '';
  right: 0;
  top: 2rem;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.746 6.114H5.912V10.002H4.382V6.114H0.566V4.728H4.382V0.821999H5.912V4.728H9.746V6.114Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pg-faqs .acc-headng-main:after {
  top: 0.6rem;
}
.pg-faqs .faqpage.active .acc-headng-main:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='2' viewBox='0 0 7 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.55 1.85V0.725H6.975V1.85H0.55Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.product__info-wrapper .accordion details[open] summary:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='2' viewBox='0 0 7 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.55 1.85V0.725H6.975V1.85H0.55Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
body.product footer.footer {
  margin-top: 1rem;
}

/* End Product details page css */
body.page-payment-policy .cmntext,
body.page-returns-cancellation .cmntext,
body.page-shipping-policy .cmntext,
body.page-terms .cmntext,
body.page-privacy .cmntext {
  padding: 4rem 0 4rem;
}
body.page-payment-policy .cmntext .page-width,
body.page-returns-cancellation .cmntext .page-width,
body.page-shipping-policy .cmntext .page-width,
body.page-terms .cmntext .page-width,
body.page-privacy .cmntext .page-width {
  max-width: var(--fotter_width);
}
body.page-payment-policy .cmntext .sec-hd h2,
body.page-returns-cancellation .cmntext .sec-hd h2,
body.page-shipping-policy .cmntext .sec-hd h2,
body.page-terms .cmntext .sec-hd h2,
body.page-privacy .cmntext .sec-hd h2 {
  font-size: 2.2rem;
}
/* body.page-payment-policy .cmntext .sec-hd h2,
body.page-returns-cancellation .cmntext .sec-hd h2,
body.page-shipping-policy .cmntext .sec-hd h2,
body.page-terms .cmntext .sec-hd h2,
body.page-privacy .cmntext .sec-hd h2{
      font-size: clamp(2.8rem, 2.5vw, 3rem);
} */
body.page-payment-policy .cmntext .sec-hd h3,
body.page-returns-cancellation .cmntext .sec-hd h3,
body.page-shipping-policy .cmntext .sec-hd h3,
body.page-terms .cmntext .sec-hd h3,
body.page-privacy .cmntext .sec-hd h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: var(--heading_font);
}
body.page-payment-policy .cmntext .sec-hd h4,
body.page-returns-cancellation .cmntext .sec-hd h4,
body.page-shipping-policy .cmntext .sec-hd h4,
body.page-terms .cmntext .sec-hd h4,
body.page-privacy .cmntext .sec-hd h4 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: var(--heading_font);
}
body.page-payment-policy .cmntext .sec-hd h5,
body.page-returns-cancellation .cmntext .sec-hd h5,
body.page-shipping-policy .cmntext .sec-hd h5,
body.page-terms .cmntext .sec-hd h5,
body.page-privacy .cmntext .sec-hd h5 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: var(--heading_font);
}
body.page-payment-policy .cmntext .sec-hd h6,
body.page-returns-cancellation .cmntext .sec-hd h6,
body.page-shipping-policy .cmntext .sec-hd h6,
body.page-terms .cmntext .sec-hd h6,
body.page-privacy .cmntext .sec-hd h6 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: var(--heading_font);
}
body.page-payment-policy .cmntext .sec-hd h2,
body.page-payment-policy .cmntext .sec-hd h3,
body.page-returns-cancellation .cmntext .sec-hd h2,
body.page-returns-cancellation .cmntext .sec-hd h3,
body.page-shipping-policy .cmntext .sec-hd h2,
body.page-shipping-policy .cmntext .sec-hd h3,
body.page-terms .cmntext .sec-hd h2,
body.page-terms .cmntext .sec-hd h3,
body.page-privacy .cmntext .sec-hd h2 {
  text-align: left;
  margin-bottom: 1rem;
}
body.page-payment-policy .cmntext > *,
body.page-returns-cancellation .cmntext > *,
body.page-shipping-policy .cmntext > *,
body.page-terms .cmntext .cmnTxt > *,
body.page-privacy .cmntext .cmnTxt > * {
  color: #696969;
  font-size: 1.4rem;
}
body.page-payment-policy .cmntext strong,
body.page-returns-cancellation .cmntext strong,
body.page-shipping-policy .cmntext strong,
body.page-terms .cmntext .cmnTxt strong,
body.page-privacy .cmntext .cmnTxt strong {
  color: var(--black);
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  font-weight: 400;
  font-family: var(--heading_font);
}
body.page-payment-policy .cmntext ol,
body.page-returns-cancellation .cmntext ol,
body.page-shipping-policy .cmntext ol,
body.page-terms .cmntext .cmnTxt ol,
body.page-privacy .cmntext .cmnTxt ol {
  margin-bottom: 2rem;
  list-style: disc;
  padding-left: 2rem;
}
body.page-payment-policy .cmntext ul,
body.page-returns-cancellation .cmntext ul,
body.page-shipping-policy .cmntext ul,
body.page-terms .cmntext .cmnTxt ul,
body.page-privacy .cmntext .cmnTxt ul {
  margin-bottom: 4rem;
  list-style: disc;
  padding-left: 2rem;
  column-gap: 2rem;
  text-align: justify;
}

body.search .facets-container #FacetsWrapperDesktop > *:not(.active-facets) {
  padding: 0rem !important;
  margin-right: 1rem;
}
body.search .facets-container {
  margin-bottom: 2rem;
  padding: 2rem 1.5rem !important;
}
body.search .facets-container .facets__summary span {
  margin-right: 2rem;
}
.pagination__list > li:not(:last-child) {
  margin-right: 0 !important;
}

.product__info-wrapper .faqpage .acc-headng-main {
  font-size: 1.8rem;
  font-family: var(--playfair_display);
  font-weight: 600;
  color: #040404 !important;
  text-transform: uppercase;
  position: relative;
}
.collCust .pagination-wrapper {
  margin-top: 3.5rem;
}

/* .menu-drawer__close-button .svg-wrapper {
  transform: rotate(180deg) translate(0, -40%) !important;
} */

#insta-feed h2 {
  text-transform: uppercase;
  font-size: clamp(3rem, 2.5vw, 3.2rem);
}
.insta-feed-hd h3 {
  text-transform: uppercase;
  font-size: clamp(3rem, 2.5vw, 3.2rem);
  text-align: center;
  margin-bottom: 30px;
}
.collBanCust .collection-hero__inner.no-image {
  position: static;
}
.collBanCust .collection-hero__inner.no-image .collection-hero__title {
  color: var(--black) !important;
}

.cart-notification__heading {
  color: var(--black);
}

.product-card-wrapper .card__content .card__badge {
  display: block !important;
  position: absolute;
  top: -0.3rem;
  right: 0;
  font-weight: 600;
  padding: 0 !important;
  margin: 0 !important;
}
.product-card-wrapper .card__content .card__badge .badge {
  background: var(--deep_rich_red_color);
  border-radius: inherit;
}

/* Start collContCustom sec css */
.collContCustom {
  padding-bottom: 4rem;
}
.collContCustom h2,
.collContCustom h3 {
  font-size: 25px;
  /* margin: 30px 0 8px; */
  margin: 25px 0 25px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--body_font);
}
.collContCustom h2:first-child,
.collContCustom h3:first-child {
  margin-top: 0;
  /* margin-bottom: 8px; */
}
/* End collContCustom sec css */

.article-template .rte ol {
  list-style: decimal;
}

.article-template .rte ul {
  list-style: disc;
}

.article-template .rte a {
  color: var(--black);
  text-decoration: underline;
}

.collContCustom .metafield-rich_text_field ol,
.collContCustom .metafield-rich_text_field ul {
  list-style: auto;
  padding: 1rem 2rem;
}
.collContCustom .metafield-rich_text_field p {
  margin-bottom: 1.5rem;
}

/* .jm-review-widget__header>.jm-cluster:not(.jm-action-buttons) {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.jm-review-widget__header>.jm-cluster .jm-stack:not(.jm-review-widget-minimal-header__filter-container) {
    display: flex;
    flex-direction: column;
    align-items: center;
} */
.jm-text.jm-review-widget-minimal-header__title {
  font-size: clamp(2.7rem, 1.8vw, 3.2rem) !important;
  font-family: var(--heading_font);
  text-transform: uppercase;
}

.page-shipping-policy a {
  font-family: var(--heading_font);
  font-size: 20px;
  color: #000;
}

/* ======== Start ======== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
  font-family: 'Recoleta';
  src:
    url('/cdn/shop/files/Recoleta-Light.woff2?v=1781163108') format('woff2'),
    url('/cdn/shop/files/Recoleta-Light.woff?v=1781163108') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src:
    url('/cdn/shop/files/Recoleta-Black.woff2?v=1781163108') format('woff2'),
    url('/cdn/shop/files/Recoleta-Black.woff?v=1781163108') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src:
    url('/cdn/shop/files/Recoleta-Bold.woff2?v=1781163108') format('woff2'),
    url('/cdn/shop/files/Recoleta-Bold.woff?v=1781163108') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src:
    url('/cdn/shop/files/Recoleta-Regular.woff2?v=1781163108') format('woff2'),
    url('/cdn/shop/files/Recoleta-Regular.woff?v=1781163108') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src:
    url('/cdn/shop/files/Recoleta-SemiBold.woff2?v=1781163108') format('woff2'),
    url('/cdn/shop/files/Recoleta-SemiBold.woff?v=1781163108') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src:
    url('/cdn/shop/files/Recoleta-Thin.woff2?v=1781163108') format('woff2'),
    url('/cdn/shop/files/Recoleta-Thin.woff?v=1781163108') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src:
    url('/cdn/shop/files/Recoleta-Medium.woff2?v=1781163108') format('woff2'),
    url('/cdn/shop/files/Recoleta-Medium.woff?v=1781163108') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* font-family: "Archivo", serif; */

:root {
  --primaryFont: 'Outfit', sans-serif !important;
  --secondaryFont: 'Recoleta', serif !important;
  --primaryColor: #600b10;
  --rgbPrimaryColor: 96, 11, 16;
  --secondaryColor: #010000;
  --rgbSecondaryColor: 1, 0, 0;
  --textColor: #010000;
  --whiteColor: #fff;
  --blackColor: #000;
  --rgbWhiteColor: 255, 255, 255;
  --rgbBlackColor: 0, 0, 0;
  --borderColor: #dfcab2;
  --offWhiteColor: #f2f2f2;
  --global-color-image-loader-primary: transparent;
  --global-color-image-loader-secondary: transparent;
  --announcement-bar-height: 3.7rem;
  --page-width-custom: 136.6rem;
  --pinkColor: #e5097f;

  --size-14: clamp(1.2rem, 0.72916666666vw, 1.4rem);
  --size-15: clamp(1.4rem, 0.78125vw, 1.5rem);
  --size-16: clamp(1.4rem, 0.83333333333vw, 1.6rem);
  --size-18: clamp(1.6rem, 0.9375vw, 1.8rem);
  --size-19: clamp(1.7rem, 0.98958333333vw, 1.9rem);
  --size-20: clamp(1.8rem, 1.04166666667vw, 2rem);
  --size-21: clamp(1.8rem, 1.09375vw, 2.1rem);
  --size-22: clamp(1.8rem, 1.14583333333vw, 2.2rem);
  --size-23: clamp(1.8rem, 1.19791666667vw, 2.3rem);
  --size-24: clamp(2rem, 1.25vw, 2.4rem);
  --size-25: clamp(2rem, 1.30208333333vw, 2.5rem);
  --size-26: clamp(2.2rem, 1.35416666667vw, 2.6rem);
  --size-27: clamp(2.2rem, 1.40625vw, 2.7rem);
  --size-28: clamp(2.2rem, 1.45833333333vw, 2.8rem);
  --size-29: clamp(2.2rem, 1.51041666667vw, 2.9rem);
  --size-30: clamp(2.2rem, 1.5625vw, 3rem);
  --size-35: clamp(2.4rem, 1.82291666667vw, 3.5rem);
  --size-40: clamp(2.4rem, 2.08333333333vw, 4rem);
  --size-46: clamp(2.8rem, 2.39583333333vw, 4.6rem);
  --size-50: clamp(3.4rem, 2.60416666667vw, 5rem);
  --size-55: clamp(3.2rem, 2.86458333333vw, 5.5rem);
  --size-60: clamp(4rem, 3.125vw, 6rem);
  --size-64: clamp(4.4rem, 3.33333333333vw, 6.4rem);
  --size-70: clamp(3.8rem, 3.64583333333vw, 7rem);
  --size-74: clamp(4rem, 3.85416666667vw, 7.4rem);
  --size-80: clamp(4rem, 4.16666666667vw, 8rem);
  --size-90: clamp(4.5rem, 4.6875vw, 9rem);
  --size-98: clamp(4.8rem, 5.10416666667vw, 9.8rem);
  --size-100: clamp(5rem, 5.20833333333vw, 10rem);
  --size-110: clamp(5.5rem, 5.72916666667vw, 11rem);
  --size-120: clamp(6rem, 6.25vw, 12rem);
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  background-color: transparent;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
button,
.btn,
a,
input[type='submit'] {
  transition: all ease-in-out 0.3s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondaryFont);
  font-weight: 400;
  letter-spacing: normal;
  margin-top: 0 !important;
  margin-bottom: 2rem;
}

h5,
.h5 {
  font-size: var(--size-18);
}
h4,
.h4 {
  font-size: var(--size-30);
}
h3,
.h3 {
  font-size: var(--size-40);
}
h2,
.h2 {
  font-size: var(--size-60);
}
h1,
.h1 {
  font-size: var(--size-60);
}
body {
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 1.5;
  color: var(--textColor);
  font-size: var(--size-20);
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a,
.link {
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
a:hover,
.link:hover,
a:focus,
.link:focus {
  color: var(--primaryColor);
}
a,
button,
input[type='submit'] {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin-bottom: 0;
}

button,
button:hover,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
textarea:focus {
  border-color: var(--primaryColor) !important;
}
input[type='checkbox'],
input[type='radio'] {
  box-shadow: none !important;
}
select,
select:hover,
select:focus,
textarea,
textarea:focus {
  box-shadow: none !important;
  outline: none;
  color: var(--textColor);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--textColor);
  opacity: 1;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
select:focus {
  border-color: var(--primaryColor);
  box-shadow: none !important;
}
select::-ms-expand {
  display: none;
}
.page-width {
  width: 100%;
  padding-inline: var(--size-50) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 100% !important;
  position: relative;
}
@media (max-width: 749px) {
  .page-width {
    padding-inline: 1.5rem !important;
  }
}
:is(.btn, .button) {
  font-size: var(--size-15);
  font-family: var(--primaryFont);
  letter-spacing: 3px;
  font-weight: 700;
  background-color: var(--primaryColor) !important;
  text-transform: uppercase;
  color: var(--whiteColor) !important;
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--primaryColor);
  padding: 0 var(--size-25) !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: 4rem;
  min-width: 15rem;
}
:is(.btn, .button):is(:hover, :active, :focus) {
  background-color: var(--secondaryColor) !important;
  color: var(--whiteColor) !important;
  border-color: var(--secondaryColor) !important;
}
.main-content {
  padding: 0 !important;
}
footer.site-footer {
  margin-top: 0 !important;
}
.site-footer__hr {
  display: none;
}
#shopify-section-header,
#shopify-section-footer {
  padding: 0;
}
.site-nav__label {
  border-bottom: none !important;
}
.field::before,
.field::after {
  display: none !important;
}

/* Main Css */

/* ======== End ======== */

/* Announcement bar Start */
.utility-bar {
  background-color: var(--primaryColor);
  min-height: var(--announcement-bar-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.utility-bar .announcement-bar__message {
  font-size: var(--size-14);
  font-weight: 700;
  font-family: var(--primaryFont);
  color: var(--whiteColor);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.utility-bar .announcement-bar__message span {
  letter-spacing: inherit;
}
/* Announcement bar End */

/* Header Start */
.header-wrapper header.header {
  padding-inline: var(--size-50) !important;
  max-width: var(--page-width-custom) !important;
  row-gap: var(--size-30);
  margin-inline: auto;
}
header.header .custonSearch .search .field {
  border-radius: var(--size-50);
  border: 1px solid var(--borderColor);
}
header.header .custonSearch .search .field .search__input {
  margin: 0 !important;
  border: none !important;
  min-height: var(--size-64);
  padding-left: var(--size-20);
  font-size: var(--size-15);
  font-weight: 400;
  font-family: var(--primaryFont);
  color: var(--textColor) !important;
  background-color: transparent !important;
  border-radius: var(--size-50);
}
header.header .custonSearch .search .field .search__button {
  width: var(--size-64);
  height: var(--size-64);
  border-radius: var(--size-50);
  border: none;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
  transition: all 0.3s;
}
header.header .custonSearch .search .field .search__button svg {
  width: var(--size-24);
  height: var(--size-24);
}
header.header .custonSearch {
  max-width: 32rem;
}
header.header .header__heading,
header.header .header__heading .header__heading-link {
  max-width: clamp(12rem, 10.2604166667vw, 19.7rem);
  width: 100%;
}
header.header .header__icons {
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--size-16) !important;
}
header.header .header__icons .header__icon {
  width: var(--size-64);
  height: var(--size-64);
  border-radius: var(--size-50);
  border: none;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
  transition: all 0.3s;
}
header.header .header__icons .header__icon svg {
  width: var(--size-24);
  height: var(--size-24);
}
.header-wrapper header.header {
  padding-bottom: var(--size-30);
}
.header-wrapper header.header .cart-price-custom-wrap {
  border: none;
  min-width: auto;
  height: auto;
  padding: 0;
  width: var(--size-64);
  display: flex;
  order: 2;
}
.header-wrapper header.header .header__icon--account {
  order: 1;
}
.header-wrapper header.header .desktop-localization-wrapper {
  order: -1;
}
.header-wrapper header.header .mega-menu-container {
  display: flex;
  align-items: center;
  gap: var(--size-90);
}
.header-wrapper header.header .mega-menu-container :is(.mega-menu, .menu) {
  display: flex;
  align-items: center;
  gap: var(--size-90);
}
.header-wrapper header.header .mega-menu-container :is(.mega-menu, .menu) > li > a {
  font-weight: 500;
  font-size: var(--size-18);
  font-family: var(--primaryFont);
  text-transform: uppercase;
  color: var(--textColor);
  padding: 0 !important;
}
.header-wrapper header.header .mega-menu-container ul li a:is(:hover, :focus) {
  color: var(--primaryColor);
}
.header-wrapper.header-wrapper--border-bottom {
  border-bottom: 1px solid #f3f3f3;
}

/* Header End */

/* Category slider wrapper start */
.category-slider-wrapper {
  padding-block: var(--size-26);
}
.category-slider-wrapper .category-item {
  position: relative;
  /* padding: 0 var(--size-20) !important; */
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--size-22);
}
.category-slider-wrapper .category-item .image-wrapper {
  display: flex;
  line-height: 0;
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  min-width: var(--size-120);
  min-height: var(--size-120);
}
.category-slider-wrapper .category-item .image-wrapper .category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    transition: .3s ease;
    border-radius: 100%;
    will-change: transform;
}


.category-slider-wrapper .category-item:hover .image-wrapper .category-image{
  transform:scale(1.03);
}


.category-slider-wrapper .category-item .category-title {
  font-size: var(--size-15);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--textColor);
  font-family: var(--primaryFont);
}
.category-slider-wrapper .splide__arrow.splide__arrow--prev {
  left: calc(-1 * var(--size-15));
}
.category-slider-wrapper .splide__arrow.splide__arrow--next {
  right: calc(-1 * var(--size-15));
}
.category-slider-wrapper .splide__arrow {
  background-color: transparent;
}
.category-slider-wrapper .splide__arrow svg {
  fill: transparent;
  stroke: var(--textColor);
}
.category-slider-wrapper .splide__arrow svg path {
  stroke: inherit;
}
/* ---- */


.category-slider-wrapper .category-splide ul {
  /* display: flex;
  flex-wrap: nowrap;
  --category-slider-gap: var(--size-40);
  --category-slider-count: 11;
  gap: var(--category-slider-gap); */

  display: flex;
  justify-content:flex-start;
  flex-wrap:nowrap;
  --gap:var(--size-40);
  /* --count:11; */
  overflow-x:auto;
  overflow-y:hidden;
  gap:var(--gap);
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
      padding-top: .5rem;
}
.category-slider-wrapper .category-splide ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.category-slider-wrapper .category-splide ul::-webkit-scrollbar-track {
  background: transparent;
}
.category-slider-wrapper .category-splide ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}
.category-slider-wrapper .category-splide ul > * {
  width: 100%;
  /* max-width: calc((100% / var(--count)) - (var(--gap) - (var(--gap) / var(--count))));
  min-width: calc((100% / var(--count)) - (var(--gap) - (var(--gap) / var(--count)))); */
  flex: 0 0 auto;
  text-align: center;
  width: 102px;
}
.category-slider-wrapper .arrow {
  display: none;
}
/* Category slider wrapper end */

/* Hero Banner Start */
.hero-bnr-mn {
  position: relative;
}
.bg-img-wpr picture {
  display: flex;
  line-height: 0;
}
.bg-img-wpr picture img {
  width: 100%;
  object-fit: cover;
}
.hero-bnr-mn .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--size-20);
  padding-block: var(--size-50) var(--size-40);
  max-width: 92rem;
  margin-inline: auto;
  z-index: 1;
}
.hero-bnr-mn .content-wrapper :is(.banner-heading, .title) {
  margin-bottom: 0;
}
.hero-bnr-mn .content-wrapper .banner-heading {
  font-weight: 600;
  font-size: var(--size-90);
  color: var(--primaryColor) !important;
  display: flex;
  align-items: center;
  gap: var(--size-14);
  letter-spacing: 0.05em !important;
  line-height: 1;
}
.hero-bnr-mn .content-wrapper .banner-heading::before,
.hero-bnr-mn .content-wrapper .banner-heading::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='6' viewBox='0 0 62 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33464 2.66669C5.33464 1.19393 4.14073 2.52948e-05 2.66797 2.54235e-05C1.19521 2.55523e-05 0.0013045 1.19393 0.00130463 2.66669C0.00130476 4.13945 1.19521 5.33336 2.66797 5.33336C4.14073 5.33336 5.33464 4.13945 5.33464 2.66669ZM61.668 2.66669L61.668 2.16669L2.66797 2.16669L2.66797 2.66669L2.66797 3.16669L61.668 3.16669L61.668 2.66669Z' fill='%23600B10'/%3E%3C/svg%3E%0A");
  width: var(--size-60);
  height: 0.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.hero-bnr-mn .content-wrapper .banner-heading::after {
  transform: scaleX(-1);
}
.hero-bnr-mn .content-wrapper .title {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--textColor);
  font-size: var(--size-60);
}
.hero-bnr-mn .content-wrapper .text {
  font-size: var(--size-22);
  font-weight: 400;
  color: rgba(var(--rgbSecondaryColor), 0.9);
  margin-bottom: 0;
}
.hero-bnr-mn .content-wrapper .button {
  min-width: 17rem;
  margin-top: var(--size-14);
}
.common-heading {
  position: relative;
  font-size: var(--size-40);
  font-weight: 400;
  text-transform: capitalize;
  color: var(--textColor) !important;
  margin-bottom: var(--size-30);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--size-14);
}
.common-heading::before,
.common-heading::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='6' viewBox='0 0 42 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33464 2.66662C5.33464 1.19386 4.14073 -4.40503e-05 2.66797 -4.41791e-05C1.19521 -4.43078e-05 0.00130094 1.19386 0.00130081 2.66662C0.00130068 4.13938 1.19521 5.33329 2.66797 5.33329C4.14073 5.33329 5.33464 4.13938 5.33464 2.66662ZM41.668 2.66663L41.668 2.16663L2.66797 2.16662L2.66797 2.66662L2.66797 3.16662L41.668 3.16663L41.668 2.66663Z' fill='%23010000'/%3E%3C/svg%3E%0A");
  width: var(--size-40);
  height: 0.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.common-heading::after {
  transform: scaleX(-1);
}
.hero-banner-wrapper .cmn-col-grd {
  padding-block: var(--size-80);
}
@media (max-width: 1399px) {
  .hero-bnr-mn .content-wrapper {
    gap: 1rem;
    padding-block: var(--size-16) var(--size-40);
    max-width: 63rem;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .hero-bnr-mn .bg-img-wpr {
    position: relative;
  }
  /* .hero-bnr-mn .bg-img-wpr::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--rgbWhiteColor), 0.5);
  } */
  .col-bnr-lstng-wpr .bg-img-wpr::after {
    display: none;
  }
}
/* Hero Banner End */

/* Card Wrapper start */
.card-wrapper.product-card-wrapper .card {
  position: relative;
}
.best_seller_bgd {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 8rem;
  min-height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  font-family: var(--primaryFont);
  padding: 4px 8px;
  letter-spacing: 0.04em;
  z-index: 2;
}
.card-wrapper.product-card-wrapper .card .card__content .card__heading {
  font-size: var(--size-18);
  font-weight: 500;
  color: var(--textColor) !important;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  letter-spacing: 0.02em !important;
  margin-bottom: 0.7rem;
  transition: all 0.3s;
}
.card-wrapper.product-card-wrapper .card .card__content .card__heading a {
  color: inherit;
}
.card-wrapper.product-card-wrapper .card .card__content .card__heading:is(:hover, :focus) {
  color: var(--primaryColor);
}
.card-wrapper.product-card-wrapper .card .card__content .card-information .price__container .price-item {
  color: var(--pinkColor);
  font-size: var(--size-17);
  font-weight: 600;
  text-transform: uppercase;
}
.card-wrapper.product-card-wrapper .card .jdgm-prev-badge__text {
  font-size: var(--size-18);
}
.card-wrapper.product-card-wrapper .card .card__inner {
  position: relative;
  overflow: hidden;
  transform: none !important;
}
.card-wrapper.product-card-wrapper .card .card__inner .quick-add {
  position: absolute;
  left: var(--size-15);
  right: var(--size-15);
  bottom: calc(-1 * var(--size-60));
  margin: 0;
  z-index: 2;
  transition: all 0.3s;
}
.card-wrapper.product-card-wrapper .card .card__inner .quick-add .quick-add__submit {
  border-radius: 0;
  text-transform: capitalize;
  background-color: var(--secondaryColor) !important;
  border-color: var(--secondaryColor) !important;
  letter-spacing: normal !important;
  font-size: var(--size-14) !important;
  font-weight: 400 !important;
}
.card-wrapper.product-card-wrapper .card .card__inner .quick-add .quick-add__submit:is(:hover, :focus) {
  background-color: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
}
.card-wrapper.product-card-wrapper .card:is(:hover, :focus) .card__inner .quick-add {
  bottom: var(--size-15);
}
.card-wrapper.product-card-wrapper .card__content .card__badge .badge {
  display: none;
}
.hero-banner-wrapper .cmn-col-grd {
  text-align: center;
}
/* Card Wrapper end */

/* Top Category Wrapper Start */
.tp-ctrgy-wpr {
  padding-block: var(--size-64);
  background: linear-gradient(180deg, #fff5f5 -6.52%, rgba(255, 245, 245, 0) 94.29%);
}
.tp-ctrgy-list {
  display: flex;
  flex-wrap: wrap;
  --tp-ctrgy-list-gap: var(--size-30);
  --tp-ctrgy-list-count: 5;
  gap: var(--tp-ctrgy-list-gap);
  justify-content:center;
}
.tp-ctrgy-list > * {
  flex: 0 0 auto;
  width: calc(100% / var(--tp-ctrgy-list-count) - (var(--tp-ctrgy-list-gap) * (var(--tp-ctrgy-list-count) - 1) / var(--tp-ctrgy-list-count)));
  max-width: 100%;
  display: flex;
}
.tp-ctrgy-list a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--size-20);
}
.tp-ctrgy-list a img {
  aspect-ratio: 1 / 1.2;
  object-fit: contain;
  flex-grow: 1;
}
.tp-ctrgy-list a .tp-ctrgy-title {
  font-weight: 500;
  font-size: var(--size-18);
  color: var(--textColor);
  font-family: var(--primaryFont);
  text-align: center;
}
/* Top Category Wrapper End */

/* Col Banner Listing Wrapper Start */
.col-bnr-lstng-wpr .bg-img-wpr {
  position: relative;
  overflow: hidden;
}
.col-bnr-lstng-wpr .content-wrapper {
  text-align: center;
  padding-block: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero-bnr-mn .bg-img-wpr a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
/* .col-bnr-lstng-wpr .bg-img-wpr::after {
  content: '';
  position: absolute;
  width: 175%;
  height: 175%;
  aspect-ratio: 1 / 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url('circle.png') no-repeat center/contain;
  z-index: 1;
  transform: translate(-21.5%, -21.5%);
  pointer-events: none;
} */
.col-bnr-lstng-wpr .content-wrapper > * {
  position: relative;
  z-index: 2;
  max-width: 50rem;
  margin-inline: auto;
}
.col-bnr-lstng-wpr .content-wrapper .title {
  font-size: var(--size-60);
  font-weight: 600;
  font-family: var(--secondaryFont);
  text-transform: capitalize;
  color: var(--textColor);
  margin-bottom: 0;
  line-height: 1;
}
.col-bnr-lstng-wpr .content-wrapper .text {
  font-size: var(--size-20);
  font-weight: 400;
  text-align: center;
  color: var(--textColor);
  margin-bottom: 0;
  font-family: var(--primaryFont);
}
.col-bnr-lstng-wpr .content-wrapper .text p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-bnr-lstng-wpr .page-width {
  position: relative;
  z-index: 2;
}

@media (max-width: 1700px) {
  .col-bnr-lstng-wpr .bg-img-wpr::after {
    width: 185%;
    height: 185%;
    transform: translate(-23%, -23%);
  }
}

@media (max-width: 1401px) {
  .col-bnr-lstng-wpr .bg-img-wpr::after {
    width: 197%;
    height: 197%;
    transform: translate(-24.5%, -24.5%);
  }
  .col-bnr-lstng-wpr .content-wrapper > * {
    max-width: 46rem;
  }
}

@media (max-width: 1300px) {
  .col-bnr-lstng-wpr .content-wrapper > * {
    max-width: 38rem;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .col-bnr-lstng-wpr .content-wrapper > * {
    max-width: 50rem;
  }
}

/* Col Banner Listing Wrapper End */

/* Footer Start */
footer.footer {
  background-color: var(--offWhiteColor);
  padding-top: var(--size-70);
}
footer.footer .footer__blocks-wrapper .footer-block__heading {
  text-transform: capitalize;
  font-size: var(--size-30);
  font-weight: 400;
  color: var(--textColor);
  font-family: var(--secondaryFont);
  margin-bottom: var(--size-14);
}
.footer.footer .footer__blocks-wrapper .footer-block__details-content p strong {
  font-weight: 600;
  text-transform: capitalize;
}
.footer.footer .footer__blocks-wrapper .footer-block__details-content p {
  font-size: var(--size-15);
  font-weight: 400;
  color: var(--textColor);
  font-family: var(--primaryFont);
  line-height: 1.5;
}
footer.footer .footer-block--menu .footer-block__details-content .list-menu__item--link {
  font-size: var(--size-15);
  font-weight: 400;
  color: var(--textColor);
  font-family: var(--primaryFont);
  line-height: 1.5;
}
footer.footer .footer__blocks-wrapper .footer-block::after {
  background-color: #d9d9d9;
}
/* Footer End */

/* Award Section Start */
.award-section {
  padding-bottom: var(--size-90);
}
.award-section .splide__slide img {
  width: 100%;
}
/* Award Section End */

/* Testimonial Section Start */
.section-testimonials {
  background-color: var(--offWhiteColor);
  padding-block: var(--size-90);
}
/* Testimonial Section End */

.section-instafeed {
    padding-top: var(--size-50);
}

.cart-drawer .cart-item__details a {
    font-size: 1.75rem;
}
.cart-drawer .drawer__heading {
    font-size: 2.5rem;
}
.testimonial-nav .splide__track .splide__slide.is-visible:not(.is-active) {
    opacity: 0.5;
}





/* .category-slider-wrapper .category-splide ul{
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.category-slider-wrapper .category-splide ul>li{
    flex: 0 0 100%;
    scroll-snap-align: start;
} */


.hero-banner-wrapper .grid.product-grid{
display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  flex-wrap: wrap;
  --gap:2rem;
  --count:5;
  gap:var(--gap);
  row-gap:1rem;
}

.hero-banner-wrapper .grid.product-grid .grid__item{
  width: 100%;
  max-width: calc((100% / var(--count)) - (var(--gap) - (var(--gap) / var(--count))));
  min-width: calc((100% / var(--count)) - (var(--gap) - (var(--gap) / var(--count))));
}

.card-wrapper.product-card-wrapper .card .card__content .card__heading {
    font-size: var(--size-18);
    font-weight: 500;
    color: var(--textColor) !important;
    text-transform: uppercase;
    font-family: var(--primaryFont);
    letter-spacing: 0.02em !important;
    margin-bottom: 0.7rem;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.menu-drawer__navigation ul.menu-drawer__menu li {
    display: block;
}

.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__menu-item{
  padding:1.1rem 3rem !important;
}

.drawer__inner .cart-drawer__empty-content h2 {
    font-size: 3rem;
}


/* responsive start */

@media only screen and (max-width: 1440px){

  footer.footer .footer__blocks-wrapper {
      --grid-desktop-horizontal-spacing: 7rem;
  }
  footer.footer .footer__blocks-wrapper .footer-block::after {

      right: -3rem;
  }

}

@media only screen and (max-width: 1199px){


}


@media only screen and (max-width: 989px) {
  .hero-banner-wrapper .grid.product-grid span.jdgm-star {
  font-size: 15px;
  }
  .hero-banner-wrapper .grid.product-grid {
  --gap: 1.2rem;
  }
  .card-wrapper.product-card-wrapper .card .card__content .card__heading {
  margin-bottom: 2px;
  }
  .tp-ctrgy-list {
    --tp-ctrgy-list-count: 3;
  }
  .header-wrapper header.header .mega-menu-container{
    display:none;
  }
  header.header .custonSearch {
    display: none;
  }
  .header--top-center>.header__search {
    display: inline-block !important;
    margin-left: 5rem;
  }
  .header--top-center>.header__search .header__icon {
    width: var(--size-64);
    height: var(--size-64);
    border-radius: var(--size-50);
    border: none;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
    transition: all 0.3s;
  }

  footer.footer .footer__blocks-wrapper {
    --grid-desktop-horizontal-spacing: 2rem;
  }
  body .footer-block__details-content>li:not(:last-child) {
    margin-right: 0;
  }
  footer.footer .footer__blocks-wrapper .footer-block::after {
    right: -1rem;
  }

   .header-wrapper header.header header-drawer .header__icon {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #000000;
    border-radius: 100%;
  }

  .card-wrapper.product-card-wrapper .card .card__inner .quick-add {
    bottom: 6px;
  }
  .card-wrapper.product-card-wrapper .card .card__inner .quick-add .quick-add__submit {
    min-height: 3.4rem;
  }

  .card-wrapper.product-card-wrapper .card .card__inner .quick-add {
    bottom: 6px;
    width: 100%;
    left: 50%;
    max-width: calc(100% - 10px);
    transform: translateX(-50%);
  }

  

}

@media only screen and (max-width: 767px) {

  .hero-banner-wrapper .grid.product-grid,
   .tp-ctrgy-list,
   .award-section ul{
    flex-wrap: nowrap;
    --gap:1rem;
    --count:2.2;
    gap:var(--gap);
    row-gap:1rem;
    scrollbar-width: thin;
    scrollbar-color: #e6e6e6 #ffffff;
    overflow-x:auto;
    overflow-y:hidden;
    justify-content:flex-start;
  }


  /* ===== Scrollbar CSS ===== */
  /* Firefox */

  /* Chrome, Edge, and Safari */
 .hero-banner-wrapper .grid.product-grid::-webkit-scrollbar,
  .tp-ctrgy-list::-webkit-scrollbar,
  .award-section ul::-webkit-scrollbar {
    width: 0px;
  }

  .hero-banner-wrapper .grid.product-grid::-webkit-scrollbar-track,
  .tp-ctrgy-list::-webkit-scrollbar-track,
  .award-section ul::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .hero-banner-wrapper .grid.product-grid::-webkit-scrollbar-thumb,
  .tp-ctrgy-list::-webkit-scrollbar-thumb,
  .award-section ul::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 0px;
    border: 0px solid #ffffff;
  }

  .hero-banner-wrapper .grid.product-grid .grid__item,
  .tp-ctrgy-list >li.tp-ctrgy-item,
  .award-section ul>li {
    width: 100%;
    max-width: calc((100% / var(--count)) - (var(--gap) - (var(--gap) / var(--count))));
    min-width: calc((100% / var(--count)) - (var(--gap) - (var(--gap) / var(--count))));
  }

  .hero-banner-wrapper .cmn-col-grd>.button {
    min-height: 9vw;
    font-size: 2.5vw;
    padding-inline: 3vw !important;
    min-width: 4vw;
  }
  .section-testimonials {
    padding-inline: 2rem;
  }
  .category-slider-wrapper .category-splide ul > * {
    width: 80px;
  }
  .category-slider-wrapper .category-splide ul {
    --gap: 1.6rem;
  }
  .category-slider-wrapper .category-item {
    gap: 1rem;
  }
  .category-slider-wrapper .category-item .category-title {
    font-size: 12px;
  }

  .best_seller_bgd {
    top: .5rem;
    left: .5rem;
    width: 6rem;
    min-height: 1rem;
    font-size: 7px;
    padding: 4px 4px;
  }

  .testimonial-nav .splide__track .splide__slide.is-next img, .testimonial-nav .splide__track .splide__slide.is-prev img {
    width: 46px!important;
  }
  .testimonial-nav .splide__track .splide__slide.is-visible:not(.is-active,.is-prev,.is-next) img {
    width: 37px!important;
  }

    .header-wrapper header.header.page-width {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }    
    .header-wrapper header.header {
        grid-template-columns: 1fr 2fr 1fr !important;
    } 
  







}



@media only screen and (max-width: 749px) {
  footer.footer .footer__blocks-wrapper .footer-block::after {
    display:none;
  }

  footer.footer .footer__blocks-wrapper .footer-block:first-child,
  footer.footer .footer__blocks-wrapper .footer-block:nth-child(2),
  footer.footer .footer__blocks-wrapper .footer-block:nth-child(3),
  footer.footer .footer__blocks-wrapper .footer-block:nth-child(4){
    max-width: 100% !important;
    width: 100%   !important;
  }
  .header-wrapper header.header .header__icon {
    width: 36px;
    height: 36px;
  }
  .header-wrapper header.header .header__icon svg {
    width: auto;
    height: 16px;
  }
  .header-wrapper header.header header-drawer .header__icon {
    width: 36px !important;
    height: 36px !important;
  }
  .header--top-center>.header__search {
    margin-left: 3.5rem;
  }
 


}



