/** Shopify CDN: Minification failed

Line 2250:1 Unexpected "loadmore"

**/
/* ------------- ---------------------------------------------------- -------------
1. Common styles
2. Announcement bar (sections/announcement-bar.liquid)
3. Header (sections/header.liquid)
------------- ---------------------------------------------------- ------------- */
/* ---------------------------------------------------- --------------------------
1. Common styles -- START
---------------------------------------------------- -------------------------- */
:root {
  --inclusive-fonts: "Inclusive Sans", sans-serif;
  --inter-fonts: "Inter", sans-serif;
}

.page_title {
  background: #000;
}
.page_title .rte * {
  color: #fff;
}
.main-page-title {
  margin: 0px !important;
  text-align: center;
  letter-spacing: normal;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.card__content .quick-add .quick-add__submit.loading {
  font-size: 0px !important;
}
@media (max-width: 767px){
  .main-page-title {
    font-size: 40px;
  }
}

/* ---------------------------------------------------- --------------------------
1. Common styles -- END
---------------------------------------------------- -------------------------- */
/* ---------------------------------------------------- --------------------------
2. Announcement bar (sections/announcement-bar.liquid) -- START
---------------------------------------------------- -------------------------- */

.announcement-bar-section {
  position: sticky;
  top: 0;
}
.announcement-bar-section .utility-bar {
  padding: 15px 0;
}
.announcement-bar--menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.announcement-bar__message {
  flex: 1;
  min-height: unset;
}
.announcement-bar--menu .list-menu {
  flex: 0 0 auto;
  align-items: center;
}
.announcement-bar--menu .list-menu .header__menu-item {
  font-family: var(--inclusive-fonts);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(var(--color-foreground), 1);
  padding: 0 14px 0;
}
.announcement-bar--menu .list-menu > li:last-child > .header__menu-item {
  padding-right: 0;
}
.announcement-bar--menu .list-menu .header__menu-item:hover,
.announcement-bar--menu .list-menu .header__menu-item:focus-visible {
  text-decoration: underline;
}

 .announcement-bar__message {
  text-align: left;
  display: block;
  font-family: var(--inclusive-fonts);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  padding: 0 0 0;
}
.announcement-bar__message a {
  display: inline-block;
  width: unset;
  min-width: unset;
  min-height: unset;
  padding: 0;
  margin-left: 4px;
  padding: 1px;
}
.announcement-bar__message a {
  font-family: var(--inclusive-fonts);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  text-decoration: underline;
}
.announcement_payment_block .list-payment {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.announcement_payment_block .list-payment span {
  letter-spacing: normal;
  font-size: 14px;
  line-height: normal;
  display: block;
}
.announcement-bar-section {
  height: var(--announcement-bar-height);
}

.announcement_payment_block .list-payment__item img.icon {
  max-width: 38px;
  height: auto;
}

/* new 13-jan-26 */
.announcement-bar, .announcement-bar__announcement {
  gap: 10px;
}
@media (min-width: 750px) {
  .announcement_payment_block .list-payment {
    margin-left: 0;
  }
}
/* end of new 13-jan-26 */

@media only screen and (max-width: 1199px) {
  .announcement-bar-section .utility-bar {
    padding: 10px 0;
  }
  .announcement-bar__message a,
  .announcement-bar__message {
    font-size: 13px;
  }
  .announcement-bar--menu .list-menu .header__menu-item {
    font-size: 13px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  /* .announcement-bar--menu {
    flex-direction: column;
    justify-content: center;
  }
  .announcement-bar--menu .list-menu {
    flex: 1;
    justify-content: center;
  } */
  .announcement_payment_block {
    display: none;
  }
}

@media (max-width: 989px){
  .announcement-bar--menu .list-menu {
    display: none;
  }
  .announcement-bar__message a, 
  .announcement-bar__message {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .announcement-bar__message {
    text-align: center;
  }
}

/* ---------------------------------------------------- --------------------------
3. Header (sections/header.liquid) -- END
---------------------------------------------------- -------------------------- */
/* header.header {
  padding-top: 27px;
  padding-bottom: 21px;
} */
/* header convert in flex */
.section-header.shopify-section-header-sticky {
  top: var(--announcement-bar-height);
}
.header.header--middle-left {
  display: flex;
  flex-wrap: wrap;
}
.header.header--middle-left .header__heading {
  flex: 0 0 auto;
}
.header.header--middle-left .nav-search-category {
  flex: 1;
}
.header.header--middle-left .header__icons {
  flex: 0 0 auto;
}
.header.header--middle-left .header__icons .doubly-wrapper {
  display: none;
}
.header.header--middle-left .header__inline-menu {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 24px;
}
.header.header--middle-left .header__inline-menu ul.list-menu {
  gap: 28px;
}
.header.header--middle-left .header__inline-menu .header__menu-item p {
  margin: 0;
}
/* header search bar */
.header .nav--search .nsc-flex {
  display: flex;
  flex-wrap: nowrap;
  max-width: 579px;
  min-height: 53px;
  background-color: rgb(217 217 217 / 40%);
  border-radius: 30px;
}
.header .nav--search .nsc-flex .search-bar__filter {
  flex: 0 0 auto;
  width: 158px;
  position: relative;
}
.header .nav--search .nsc-flex .search-modal__form {
  flex: 1;
  max-width: 100%;
}
.header .nav--search .nsc-flex .search-bar__filter::after {
  content: "";
  height: 30px;
  width: 1px;
  display: block;
  background-color: rgb(217 217 217 / 50%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .nav--search .nsc-flex .search-bar__filter > select {
  border: none;
  background-color: transparent;
  padding: 0 38px 0 20px;
  height: 100%;
  width: 100%;
  background-image: url(/cdn/shop/files/Arrow_1.svg?v=1747904782);
  background-repeat: no-repeat;
  background-position: 85% 50%;
}
.header .nav--search .nsc-flex .search-bar__filter > select {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: var(--font-body-family);
  font-weight: 600;
  appearance: none;
}
.header .predictive-search__loading-state{
  display: none;
}

.header .nav--search .nsc-flex .search-modal__form .field::before,
.header .nav--search .nsc-flex .search-modal__form .field::after {
  content: none;
  display: none;
}
.header .nav--search .nsc-flex .search-modal__form .field .search__input {
  background: transparent;
  border: none;
  box-shadow: unset;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1px;
  font-weight: 500;
  height: 100%;
  padding-right: 20px;
  min-height: 53px;
}
.header .nav--search .nsc-flex .search-modal__form .field .field__label {
  font-size: 14px;
  font-weight: 600;
  top: calc(16px + var(--inputs-border-width));
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.5);
}
.header
  .nav--search
  .nsc-flex
  .search-modal__form
  .field
  .field__input:focus
  ~ .field__label,
.header
  .nav--search
  .nsc-flex
  .search-modal__form
  .field
  .field__input:not(:placeholder-shown)
  ~ .field__label,
.header
  .nav--search
  .nsc-flex
  .search-modal__form
  .field
  .field__input:-webkit-autofill
  ~ .field__label {
  font-size: 10px;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: -0.1px;
}

.header
  .nav--search
  .nsc-flex
  .search-modal__form
  .predictive-search
  .predictive-search__item-heading {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: normal;
  font-weight: 600;
}
.header .nav--search .nsc-flex .search-modal__form .field .reset__button {
  right: 0;
}
.header
  .nav--search
  .nsc-flex
  .search-modal__form
  .field
  .reset__button:not(:focus):after {
  display: none;
}

.header .header__icons {
  gap: 16px;
}
.header .header__icons .header__icon .svg-wrapper {
  width: 24px;
  height: 24px;
}
.header .header__icons .header__icon .svg-wrapper > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.header .header__icons .header__search {
  display: none;
}
.header .header__icons .header__icon--whishlist {
  /* width: auto; */
  /* height: auto; */
  flex-direction: column;
  gap: 4px;
}
.header .header__icons .header__icon--account {
  width: auto;
  height: auto;
  text-decoration: none;
}
.header .header__icons .header__icon--account account-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  /* font-size: 14px; */
  font-family: var(--inter-fonts);
  letter-spacing: normal;
  flex-direction: column;
}
.header .header__icons .header__icon--cart {
  /* width: 24px; */
  /* height: 24px; */
  margin-right: 0;
  flex-direction: column;
  gap: 4px;
}
.header .header__icons .header__icon--cart .cart-count-bubble {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  font-size: 10px;
  line-height: normal;
  left: auto;
  bottom: auto;
  top: -8px;
  right: 2px;
}
.header .header__icons .header__icon--locator {
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-family: var(--inter-fonts);
  letter-spacing: normal;
  flex-direction: column;
}
.header__icon {
  text-decoration: none;
}
.header__icon .header_icon_label {
  display: block;
  letter-spacing: normal;
  font-size: 12px;
  line-height: normal;
  font-family: var(--inter-fonts);
}

/* menu */
.header .header__inline-menu .list-menu li .list-menu__item {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: normal;
  color: #000;
  padding: 0px;
}
.header .header__inline-menu .list-menu li summary.list-menu__item {
  padding-right: 26px;
}
ul.mega-menu__list a.mega-menu__link {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--inter-fonts);
}
ul.mega-menu__list > li > a.mega-menu__link {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--inter-fonts);
  font-weight: 600;
  padding: 0;
  margin-bottom: 19px;
}
a#HeaderMenu-in-sale {
  color: #f00;
}

/* Megamenu -- START */

div#MegaMenu-Content-1 {
  padding: 60px 0;
}
div#MegaMenu-Content-1 > .mega-menu__list > li > a.mega-menu__link {
  margin: 0px;
  color: #000;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
div#MegaMenu-Content-1 > .mega-menu__list > li ul.list-unstyled {
  margin: 18px 0 0;
}
div#MegaMenu-Content-1 > .mega-menu__list > li ul.list-unstyled li + li {
  margin: 14px 0 0;
}
div#MegaMenu-Content-1
  > .mega-menu__list
  > li
  ul.list-unstyled
  .mega-menu__link {
  padding: 0px;
  color: #000;
}

@media (max-width: 1120px) {
  div#MegaMenu-Content-1 .mega-menu__list {
    gap: 20px;
  }
  div#MegaMenu-Content-1
    > .mega-menu__list
    > li
    ul.list-unstyled
    .mega-menu__link {
    font-size: 14px;
  }
}

.mega-menu__list--Shop-by-Notes- {
  padding: 40px 0;
}
ul.mega-menu__list.mega-menu__list--ShopbyNotes {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
ul.mega-menu__list.mega-menu__list--ShopbyNotes > li {
  width: calc(100% / 5 - 32px);
}
ul.mega-menu__list.mega-menu__list--ShopbyNotes > li a.mega-menu__link {
  margin: 0px;
}
ul.mega-menu__list.mega-menu__list--ShopbyNotes > li a.mega-menu__link .menu_icon {
  position: relative;
  padding-top: 65%;
  border-radius: 8px;
  overflow: hidden;
}
ul.mega-menu__list.mega-menu__list--ShopbyNotes > li
  a.mega-menu__link
  .menu_icon
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
ul.mega-menu__list.mega-menu__list--ShopbyNotes > li a.mega-menu__link span {
  display: block;
  margin: 12px 0 0;
  color: #000;
}
li.list-menu--ShopVulcanFeu {
  display: none;
}

@media (max-width: 1120px) {
  ul.mega-menu__list.mega-menu__list--ShopbyNotes {
    gap: 24px;
  }
  ul.mega-menu__list.mega-menu__list--ShopbyNotes > li {
    width: calc(20% - 20px);
  }
  ul.mega-menu__list.mega-menu__list--ShopbyNotes > li a.mega-menu__link span {
    margin: 10px 0 0;
    font-size: 16px;
  }
}

@media (max-width: 989px){
  li.list-menu--ShopVulcanFeu {
    display: block;
  }
}

/* Megamenu -- END */

@media (max-width: 1120px) {
  .desktop-localization-wrapper {
    display: none;
  }
  .header .header__icons {
    gap: 16px;
  }
  .header .header__icons .header__icon .svg-wrapper {
    width: 22px;
    height: 22px;
  }
  .header.header--middle-left .header__icons .desktop-localization-wrapper {
    display: none;
  }
  .header .header__icons .header__icon.header__icon--account .svg-wrapper {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 989px) {
  .header.header--middle-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header.header--middle-left {
    justify-content: space-between;
    row-gap: 10px;
  }
  .header.header--middle-left .nav-search-category {
    flex: 0 0 auto;
    width: 100%;
    order: 3;
    display: none;
  }
  .header.header--middle-left .header__icons {
    flex: 0 0 auto;
    justify-content: end;
    padding: 0px;
  }
  .header.header--middle-left .header__icons .desktop-localization-wrapper {
    display: none !important;
  }
  .header .header__icons .header__icon .svg-wrapper {
    width: 20px;
    height: 20px;
  }
  .header .nav--search .nsc-flex {
    max-width: 100%;
  }
  .menu-drawer__utility-links .header__icon.header__icon--locator {
    width: 100%;
    justify-content: start;
    gap: 6px;
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
  }
  .menu-drawer__utility-links .header__icon.header__icon--locator img {
    width: 100%;
    height: 100%;
  }
  .menu-drawer__utility-links .header__icon.header__icon--locator .svg-wrapper {
    width: 24px;
    height: 24px;
    margin-left: -2px;
  }
  .menu-drawer__utility-links .header__icon.header__icon--locator span {
    height: auto;
  }
  .menu-drawer__utility-links .menu-drawer__account {
    display: flex !important;
    font-weight: 400;
    color: #fff;
  }
  .menu-drawer__account account-icon>.svg-wrapper svg path {
    fill: #fff;
  }
  .menu-drawer__utility-links .menu-drawer__localization.header-localization,
  .header .header__icons .header__icon--whishlist{
    display: none;
  }
  .header .header__icons .header__icon--locator, .header .header__icons .header__icon--account account-icon {
    display: none !important;
  }
  .header .header__icons  details-modal.header__search {
    display: block;
  }
  .header__icon.header__icon--search > span {
    flex-direction: column;
    gap: 4px;
  }
  .header .header__icons .header__icon .svg-wrapper .icon-search {
    width: 100%;
    height: 100%;
  }
  .header--has-social .menu-drawer__utility-links a.header__icon.header__icon--whishlist {
    width: 100%;
    justify-content: start;
    gap: 6px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: normal;
  }
  .header--has-social .menu-drawer__utility-links a.header__icon.header__icon--whishlist span.svg-wrapper {
    width: 20px;
    height: 20px;
  }
  .header .header__icons {
    gap: 4px;
  }
}

@media (max-width: 749px) {
  header.header {
    padding: 10px 20px 14px;
  }
  .header .nav--search .nsc-flex .search-bar__filter > select {
    padding: 0 22px 0 16px;
    background-position: 94% 50%;
  }
  .header .nav--search .nsc-flex {
    min-height: 46px;
  }
  .header .nav--search .nsc-flex .search-bar__filter {
    width: 126px;
  }
  .header .nav--search .nsc-flex .search-bar__filter > select {
    font-size: 12px;
    letter-spacing: normal;
  }
  .header .nav--search .nsc-flex .search-modal__form .field .search__input {
    font-size: 12px;
    min-height: 48px;
    padding: 10px;
  }
  .header .nav--search .nsc-flex .search-modal__form .field .field__label {
    font-size: 12px;
    top: calc(15px + var(--inputs-border-width));
  }
  .header.header--middle-left
    .header__heading
    .header__heading-logo-wrapper
    .header__heading-logo {
    max-width: 200px;
  }
  .header .header__icons {
    gap: 3px;
  }
  .header.header--middle-left .header__icons {
    align-items: start;
  }
  .header__search summary.header__icon,
  .header .header__icons .header__icon--cart{
    width: fit-content;
    height: fit-content;
    margin-top: 0px;
  }
  .header .header__icons .header__icon .svg-wrapper {
    width: 20px;
    height: 20px;
  }
  .header__icon .header_icon_label {
    font-size: 11px;
  }
  .header .header__icons {
    gap: 10px;
  }
  summary.header__icon.header__icon--menu {
    width: 20px;
    height: 20px;
  }
  .header header-drawer {
    margin: 0px;
    width: 40px;
  }
  .header.header--middle-left {
    row-gap: 6px;
    padding-top: 14px !important;
    padding-bottom: 6px;
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .header .header__icons .header__icon--cart .cart-count-bubble {
    width: 16px;
    height: 16px; 
    border-radius: 4px;
    font-size: 8px; 
  }
  .header.header--middle-left .header__heading {
    flex: 1;
    /* text-align: left; */
  }
  .header__heading .header__heading-link {
    padding: 0px;
  }
  .header__heading-logo-wrapper .header__heading-logo {
    max-width: 155px;
  }
  .header .header__icons .header__icon--cart .cart-count-bubble {
    right: -8px;
  }
  .announcement-bar__message a, .announcement-bar__message {
    font-size: 11px;
  }
}

/* ---------------------------------------------------- --------------------------
3. Header (sections/header.liquid) -- END
---------------------------------------------------- -------------------------- */

/* ---------------------------------------------------- --------------------------
                               footer -- start 
---------------------------------------------------- -------------------------- */
/* .footer .page-width {
  max-width: 1420px;
}

.footer .footer_logo {
  max-width: 180px;
  width: 100%;
  line-height: 0;
  margin-bottom: 12px;
}
.footer .footer_logo img {
  width: 100%;
}

.footer h2.footer-block__heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0 0 12px;
  color: #000 !important;
}
.footer ul.footer-block__details-content li a {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000 !important;
  margin: 0;
  text-decoration: none;
}

.footer .footer__blocks-wrapper {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-between;
}
.footer .footer_text_and_logo {
  width: 100% !important;
  max-width: 600px !important;
  padding-right: 80px;
}
.footer .footer-block--menu {
  width: 100% !important;
  max-width: 100px !important;
}

.footer .field__button {
  position: unset;
  background-color: #000 !important;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  width: 124px !important;
  height: 46px !important;
  border-radius: 30px;
  flex: 0 0 auto;
}
.footer .field__input {
  max-width: 334px;
  max-height: 46px;
  border-radius: 30px;
  background-color: #d9d9d980;
  margin-right: 7px !important;
}

.footer .field:after,
.footer .field:before {
  content: none;
}
.footer .field__input:focus {
  border-radius: 30px !important;
}
.footer .footer-block__details-content p {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00000080;
  margin: 0 0 9px;
}
.footer .field_text p {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00000080;
  margin: 24px 0 0;
}
.footer .field_text p a {
  color: #00000080;
}
.footer .footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.footer li.list-social__item {
  border: solid 1px #d3d3d3;
  border-radius: 99px;
}

.footer .list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.footer .footer__copyright.caption small {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
  margin: 0;
}
.footer .footer__copyright {
  margin-top: 30px !important;
}
.footer .country_details {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer .country_image {
  width: 22px;
  height: 22px;
  border-radius: 99px;
  overflow: hidden;
}
.footer .country_image img {
  width: 100%;
  height: 100%;
}
.footer .country_name select#country {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  border: none;
}

.footer .footer__content-bottom {
  display: flex;
  justify-content: space-between;
}
.footer .footer-block--newsletter {
  display: block !important;
}
.footer .payment_icon {
  margin: 10px 0 0;
}
.footer .payment_icon img {
  max-width: 260px;
  display: block;
}
.footer .footer-block--menu h2.footer-block__heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0 0 19px;
  color: #000 !important;
}
.footer__content-bottom {
  align-items: anchor-center;
}
@media (max-width: 1199px) {
  .footer .footer_text_and_logo {
    width: 100% !important;
    max-width: 480px !important;
    padding-right: 40px;
  }
  .footer h2.footer-block__heading {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .footer .footer-block--menu h2.footer-block__heading {
    font-size: 16px;
    margin: 0 0 12px;
  }
  .footer .footer_logo {
    max-width: 150px;
    margin-bottom: 10px;
  }
  .footer .field__input {
    max-width: 280px;
  }
  .footer .field_text p {
    font-size: 11px;
    margin: 20px 0 0;
  }
  .footer ul.footer-block__details-content li a {
    font-size: 14px;
  }
  .footer .footer__copyright.caption small {
    font-size: 14px !important;
  }
  .footer .footer__copyright {
    margin-top: 20px !important;
  }
}

@media (max-width: 990px) {
  .footer .footer__blocks-wrapper {
    flex-wrap: wrap !important;
  }
  .footer .footer_text_and_logo {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0;
  }
  .footer .footer-block--menu {
    width: 100% !important;
    max-width: 30% !important;
  }
}

@media (max-width: 767px) {
  .list-social__link {
    padding: 8px !important;
  }
  .footer-block__details-content {
    margin-bottom: 0 !important;
  }

  .footer .country_details {
    width: 100%;
    justify-content: center;
  }
  .footer .footer__content-bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer-block--menu {
    width: 100% !important;
    max-width: 30% !important;
  }
  .footer ul.footer-block__details-content li a {
    font-size: 12px;
    padding: 0;
  }
  .footer-block.grid__item {
    margin: 20px 0 0 !important;
  }
  .footer h2.footer-block__heading {
    font-size: 18px;
    margin: 0 0 8px;
  }
  .footer .footer-block--menu h2.footer-block__heading {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .footer .field__button {
    font-size: 12px;
    width: 90px !important;
    height: 35px !important;
  }
  .footer .field__input {
    max-width: 240px;
    max-height: 35px;
  }
  .footer .footer_logo {
    max-width: 150px;
    margin: 0 0 10px;
  }
  .footer .footer-block__details-content p {
    font-size: 10px;
  }
  .footer .field_text p {
    font-size: 10px;
    margin: 20px 0 10px;
  }
  .footer .svg-wrapper {
    width: 15px;
    height: 15px;
  }
  .footer .list-social {
    gap: 6px;
    justify-content: center;
  }
  .footer .footer__copyright {
    margin-top: 0px !important;
  }
  .footer .footer__copyright.caption small {
    font-size: 12px !important;
  }
  .footer .footer__content-top .grid {
    row-gap: 0rem;
    margin-bottom: 0;
  }
  .footer__content-bottom-left {
    width: 100%;
  }
  .footer .payment_icon {
    display: flex;
    justify-content: center;
  }
  ul.footer-block__details-content.list-unstyled li {
    display: flex;
    padding: 0 0 12px;
  }
  .footer .page-width {
    padding: 0 20px;
  }
  .footer .footer__blocks-wrapper {
    display: flex !important;
    justify-content: space-between;
  }
  .footer__content-bottom {
    row-gap: 0rem !important ;
  }
} */

.footer__payment .list-payment > li > img.icon{
  display: block;
  height: 24px;
  width: auto;
}


/* ---------------------------------------------------- --------------------------
                               footer -- END
---------------------------------------------------- -------------------------- */

/* ---------------------------------------------------- --------------------------
                               tabing_faq -- start 
---------------------------------------------------- -------------------------- */

.tabing_faq_section .page-width {
  max-width: 1070px;
}
.tabing_faq_section .heading h1 {
  /* font-family: Instrument Sans;
  font-weight: 700; */
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 40px;
}

.tabing_faq_section .accordion-item {
  color: #111;
  margin: 1rem 0;
}
.tabing_faq_section .accordion-item-header {
  padding: 20px 25px 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  /* font-family: Instrument Sans; */
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
}
.tabing_faq_section .accordion-item-header::after {
  content: "\002B";
  font-size: 34px;
  position: absolute;
  right: 0rem;
  font-weight: 400;
}
.tabing_faq_section .accordion-item-header.active::after {
  content: "\2212";
}
.tabing_faq_section .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.tabing_faq_section .faq_tabs {
  display: flex;
  justify-content: center;
  gap: 52px;
  list-style: none;
  margin: 0 0 50px;
}
.tabing_faq_section li.faq-link {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
  padding: 0 14px;
}
.tabing_faq_section .caption {
  max-width: 600px;
  margin: 0 auto;
}
.tabing_faq_section .caption p {
  /* font-family: Instrument Sans; */
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 40px;
  color: #000;
}

.tabing_faq_section .faq-content {
  display: none;
}

.tabing_faq_section .faq-content.active {
  display: inherit;
}

.tabing_faq_section .accordion-item {
  max-width: 970px;
  margin: auto;
  border-bottom: solid 2px #000;
  /* padding: 30px 0; */
}

.tabing_faq_section .accordion-item-body-content p {
  /* font-family: Instrument Sans; */
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  margin: 0;
  color: #000;
  padding: 0 0 20px;
}

.tabing_faq_section li.faq-link.active {
  color: #000;
  border-bottom: solid 2px #000;
  padding-bottom: 6px;
}
/* .accordion-item-body-content {
  max-width: 750px;
} */
.tabing_faq_section .faq_tabs::-webkit-scrollbar {
  height: 0px;
}
/* @media (max-width: 1199px) {
  .tabing_faq_section .heading h1 {
    font-size: 34px;
  }
  .tabing_faq_section li.faq-link {
    font-size: 20px;
  }
  .tabing_faq_section .faq_tabs {
    gap: 62px;
    margin: 0 0 35px;
  }
  .tabing_faq_section .accordion-item-header {
    padding: 20px 0;
    padding-right: 25px;
    font-size: 26px;
  
} */

@media (max-width: 767px) {
  .tabing_faq_section .faq_tabs {
    gap: 30px;
    margin: 0 0 25px;
    padding: 0;
    overflow: auto;
    justify-content: start;
  }
  .tabing_faq_section .heading h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .tabing_faq_section li.faq-link {
    font-size: 16px;
    padding: 0 10px;
  }
  .tabing_faq_section li.faq-link.active {
    padding: 0 10px;
    padding-bottom: 6px;
  }
  .tabing_faq_section .caption p {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .tabing_faq_section .faq-content {
    padding: 0;
  }
  .tabing_faq_section .accordion-item-header {
    padding: 16px 20px 16px 0;
    font-size: 18px;
  }
  .tabing_faq_section .accordion-item {
    /* padding: 10px 0; */
    border-bottom: solid 1.5px #000;
  }
  .tabing_faq_section .accordion-item-body-content p {
    font-size: 14px;
  }
  .tabing_faq_section .accordion-item-header:after {
    font-size: 30px;
  }
}

/* ---------------------------------------------------- --------------------------
                              tabing_faq -- END
---------------------------------------------------- -------------------------- */

/* ---------------------------------------------------- --------------------------
                               Contact Us -- start 
---------------------------------------------------- -------------------------- */
.contact_us_form .form_and_details {
  display: flex;
  align-items: center;
  gap: 93px;
}
.contact_us_form .form {
  width: 50%;
}
.contact_us_form .contact_details {
  width: 50%;
}
.contact_us_form .heading h2 {
  /* font-family: Instrument Sans; */
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0 0 22px;
}
.contact_us_form .caption p {
  /* font-family: Instrument Sans; */
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0 0 27px;
  color: #000;
}
.contact_us_form .contact_detail h3 {
  /* font-family: Poppins; */
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
  color: #000;
  margin: 0 0 13px;
}
.contact_us_form .contact_detail p {
  /* font-family: Instrument Sans; */
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  margin: 0 0 10px;
  color: #000;
}
.contact_us_form .contact_detail h5 {
  /* font-family: Instrument Sans; */
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0 0 8px;
}
.contact_us_form .contact_detail {
  margin: 0 0 25px;
}
.contact_us_form button.button {
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
}
.contact_us_form .button:before,
.contact_us_form .button:after {
  content: none;
}
.contact_us_form .form .contact__button {
  margin-top: 2.5rem;
}
@media (max-width: 1199px) {
  .contact_us_form .form_and_details {
    gap: 50px;
  }
  .contact_us_form .heading h2 {
    font-size: 40px;
    line-height: 100%;
    margin: 0 0 18px;
  }
  .contact_us_form .caption p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 22px;
  }
  .contact_us_form .contact_detail h3 {
    font-size: 20px;
    margin: 0 0 8px;
  }
  .contact_us_form .contact_detail p {
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .contact_us_form .form_and_details {
    gap: 40px;
    flex-wrap: wrap;
  }
  .contact_us_form .form {
    width: 100%;
  }
  .contact_us_form .contact_details {
    width: 100%;
  }
  .contact_us_form .heading h2 {
    font-size: 32px;
    line-height: 100%;
    margin: 0 0 12px;
  }
  .contact_us_form .caption p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 16px;
  }
  .contact_us_form .form .contact__button {
    margin-top: 1.5rem;
  }
  .contact_us_form .contact_detail h3 {
    font-size: 18px;
    margin: 0 0 6px;
  }
  .contact_us_form .contact_detail p {
    font-size: 14px;
    margin: 0 0 6px;
  }
  .contact_us_form .contact_detail {
    margin: 0 0 15px;
  }
  .contact_us_form .contact_detail h5 {
    line-height: 16px;
    margin: 0 0 6px;
  }
}
/* ---------------------------------------------------- --------------------------
                              Contact Us -- END
---------------------------------------------------- -------------------------- */

/*********************** WISHLIST CSS START ************************/
.wishlist_button svg {
  padding: 6px;
  opacity: 0.6;
}
.wishlist_button .heart-filled {
  opacity: 1;
}
.product-card-wrapper .product-wish-btn.wishlist_button {
  position: absolute;
  left: unset !important;
  height: 40px !important;
  width: 46px !important;
  z-index: 9;
  right: 0 !important;
  border: none;
  background: none;
  cursor: pointer;
}
.product-card-wrapper .card__media a {
  display: block;
  height: 100%;
}
.card--media .card__inner .card__content {
  z-index: -1;
}
/* .card__heading a:after {
  z-index: -1 !important;
} */
.product__info-wrapper .wishlist-section-button {
  display: flex;
  justify-content: end;
}
.product__info-wrapper .wishlist-section-button .wishlist_button {
  border: none;
  background: none;
}
.main-wishlist
  ul.grid.product-grid.contains-card.contains-card--product
  li.grid__item {
  flex-grow: unset;
}
.main-wishlist {
  padding: 50px 0;
}
.js-wishlistBlock.is-empty-wishlist {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.js-wishlistBlock .card__information {
  position: relative;
}
.js-wishlistBlock .card-product_atcbtn {
  position: absolute;
  top: 0;
  right: 0;
}
.js-wishlistBlock .card-product_atcbtn button.quick-add__submit {
  min-width: 100%;
}

/*********************** WISHLIST CSS END ************************/

/* STORE LOCATOR -- START */

.store_locator_header .main-page-title {
  margin: 0px;
  text-align: center;
}
.store_locator_grid {
  display: flex;
  align-items: center;
  gap: 40px;
}
.store_locator_grid .store_locator_col {
  width: calc(100% / 2 - 20px);
}
.store_locator_content .store_locator_heading {
  margin: 0;
  /* letter-spacing: normal; */
  font-size: 30px;
}
.store_locator_content .store_locator_address {
  margin: 20px 0 0;
  display: flex;
  align-items: start;
  gap: 10px;
  max-width: 400px;
}
.store_locator_content .store_locator_address svg {
  flex: 0 0 auto;
  width: 22px;
  height: 25px;
  margin: 3px 0 0;
}
.store_locator_address .sl_address_text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
}
.store_locator_address .sl_address_text p {
  margin: 0px;
}
.store_locator_address .sl_address_text p + p{
  margin: 14px 0 0;
}
.store_locator_content .store_locator_phone {
  margin: 20px 0 0;
}
.store_locator_phone .sl_phone_link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  width: fit-content;
}
.store_locator_phone .sl_phone_link svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}
.store_locator_content .store_locator_btns {
  display: flex;
  align-items: start;
  column-gap: 16px;
  margin: 30px 0 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
.store_locator_btns .sl_visit_store {
  text-decoration: none;
  display: flex;
  min-height: 46px;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 20px;
  background: #000;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 2px solid #000;
}
.store_locator_btns .sl_visit_store:hover {
  background: #fff;
  color: #000;
}
.store_locator_btns .store_locator_whatsapp {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  text-decoration: none;
  background: #13cf5a;
  padding: 6px 20px;
  min-height: 46px;
  border: 2px solid #13cf5a;
  transition: all 0.3s;
}
.store_locator_btns .store_locator_whatsapp {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}
.store_locator_btns .store_locator_whatsapp svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
}
.store_locator_btns .store_locator_whatsapp:hover {
  background: #0b9c41;
  border-color: #0b9c41;
}
.store_locator_banner .sl_banner_img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

@media (max-width: 1024px){
  .store_locator_grid {
    gap: 20px;
  }
  .store_locator_grid .store_locator_col {
    width: calc(50% - 10px);
  }
  .store_locator_content .store_locator_heading {
    font-size: 24px;
  }
  .store_locator_btns .sl_visit_store,
  .store_locator_btns .store_locator_whatsapp{
    min-height: 42px;
    font-size: 14px;
    padding: 6px 14px;
  }
}

@media (max-width: 899px){
  .store_locator_grid {
    gap: 30px;
  }
  .store_locator_grid .store_locator_col {
    width: 100%;
  }
  .store_locator_content .store_locator_heading {
    font-size: 22px;
  }
}

/* STORE LOCATOR -- END */

/* USPS BLOCKS -- START */

.usps_blocks_header h2 {
  margin: 0;
  letter-spacing: normal;
  font-size: 34px;
}
.usps_blocks_section .usps_blocks_header {
  max-width: 500px;
}
.usps_blocks_section .usps_blocks_grid {
  display: flex;
  gap: 10px;
  margin: 30px 0 0;
}
.usps_blocks_section .usps_blocks_grid .usps_block_col {
  width: calc(100% / 3 - 5px);
}
.usps_block_col .usps_block_box {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  /* box-shadow: 0 20px 40px rgb(0, 0, 0, .03); */
  overflow: hidden;
  height: 100%;
}
.usps_block_col .usps_block_box .usps_block_link {
  text-decoration: none;
  padding: 26px 20px;
  display: flex;
  align-items: start;
  gap: 16px;
  height: 100%;
}
.usps_block_link .usps_block_icon {
  flex: 0 0 auto;
  width: 36px;
}
.usps_block_link .usps_block_icon svg {
  width: 36px;
  height: 36px;
  color: #000;
  display: block;
}
.usps_block_link .usps_block_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.usps_block_content .ub_content_top .up_content_title {
  margin: 0px;
  font-feature-settings: normal;
  font-size: 20px;
  font-weight: 500;
}
.usps_block_content .ub_content_top .up_content_text {
  margin: 10px 0 0;
  letter-spacing: normal;
  line-height: 26px;
  font-size: 15px;
  color: rgba(101, 101, 101);
}
.usps_block_content .usps_block_btn {
  margin: 14px 0 0;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.usps_block_content .usps_block_btn span {
  background-position: left 100%;
  background-size: 100% 0.1rem;
  background-image: linear-gradient(to right, #3c3c3c 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
}
.usps_block_content .usps_block_btn span {
  letter-spacing: normal;
  color: #3c3c3c;
  display: block;
  line-height: normal;
}
.usps_block_content .usps_block_btn svg {
  width: 22px;
  height: 22px;
  margin: 0px 0 -2px;
  color: #3c3c3c;
}

@media (max-width: 1199px){
  .usps_blocks_section .usps_blocks_grid {
    flex-wrap: wrap;
  }
  .usps_blocks_section .usps_blocks_grid .usps_block_col {
    width: calc(50% - 5px);
  }
}

@media (max-width: 749px){
  .usps_blocks_section .usps_blocks_header {
    max-width: 400px;
  }
  .usps_blocks_header h2 {
    font-size: 26px;
  }
  .usps_blocks_section .usps_blocks_grid {
    margin: 20px 0 0;
  }
  .usps_blocks_grid.usps_blocks_slider {
    display: block;
  }
  .usps_blocks_slider ul.slick-dots {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .usps_blocks_slider ul.slick-dots li {
    height: fit-content;
    line-height: normal;
    font-size: 0;
  }
  .usps_blocks_slider ul.slick-dots button {
    font-size: 0pc;
    border: none;
    background: #000;
    width: 26px;
    height: 3px;
    opacity: 0.2;
  }
  .usps_blocks_slider ul.slick-dots li.slick-active button{
    opacity: 1;
  }
}

/* USPS BLOCKS -- END */

/* TESTIMONIAL SLIDER -- START */

.testimonial_slider_header {
  padding-right: 80px;
}
.testimonial_slider_header .ts_header_title {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
.testimonial_slider_header .ts_header_text {
  margin: 10px 0 0;
  color: #00000080;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
.testimonial_slider_wrapper {
  margin: 40px 0 0;
}
.testimonial__slider .slick-slide {
  margin: 0 8px;
}
.testimonial_slide .testimonial_slide_box {
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 30px 20px;
}
.testimonial_slide_box .testimonial_slide_quote {
  max-width: 50px;
  height: auto;
  display: block;
}
.testimonial_slide_box .testimonial_slide_header {
  margin: 28px 0 0;
}
.testimonial_slide_header .testimonial_slide_heading {
  margin: 0px;
  letter-spacing: normal;
  font-size: 18px;
}
.testimonial_slide_header .testimonial_slide_reviews {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial_slide_header .testimonial_slide_reviews .stars {
  display: flex;
  gap: 2px;
}
.testimonial_slide_header .testimonial_slide_reviews .stars svg {
  width: 16px;
  height: 16px;
  display: block;
}
.testimonial_slide_header .testimonial_slide_reviews .ts_review_text {
  display: block;
  font-size: 13px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 500;
  margin: 2px 0 0;
}
.testimonial_slide_box .testimonial_slide_text {
  margin: 22px 0 0;
}
.testimonial_slide_box .testimonial_slide_text p {
  margin: 0px;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 26px;
}
.testimonial_slide_box .testimonial_slide_author {
  margin: 14px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial_slide_author .ts_author_banner {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  object-fit: cover;
}
.testimonial_slide_author .ts_author_details .ts_author_name {
  margin: 0;
  letter-spacing: normal;
  font-size: 16px;
  color: #000;
  line-height: normal;
  font-weight: bold;
}
.testimonial_slide_author .ts_author_details .ts_author_value {
  margin: 4px 0 0;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.testimonial__slider .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -70px;
  background: #000;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  cursor: pointer;
}
.testimonial__slider .slick-arrow:hover {
  background: #6c6c6c;
}
.testimonial__slider .slick-arrow svg {
  width: 14px;
  height: 14px;
}
.testimonial__slider .slick-prev.slick-arrow {
  right: 40px;
}
.testimonial__slider  .slick-next.slick-arrow {
  right: 0;
}

/* ramadan rating */
.testimonial_slider_header .ts_header_rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.testimonial_slider_header .ts_header_rating svg{
  width: 24px;
  height: 24px;
}
.testimonial_slider_header .ts_header_rating span.ts_rating_text {
  margin-left: 5px;
  font-size: 22px;
  line-height: 33px;
  color: #D6A45F;
}
.testimonial_slider_header .ts_header_title + .ts_header_rating {
  margin-top: 8px;
}

@media (max-width: 767px){
  .testimonial_slider_header {
    padding: 0px 0 50px;
  }
  .testimonial_slider_header .ts_header_title {
    font-size: 30px;
  }
  .testimonial_slider_header .ts_header_text {
    font-size: 16px;
  }
  .testimonial__slider .slick-arrow {
    top: -54px;
  }
  .testimonial__slider .slick-prev.slick-arrow {
    right: auto;
  }
  .testimonial__slider .slick-next.slick-arrow {
    right: auto;
    left: 40px;
  }
  .testimonial_slider_wrapper {
    margin: 20px 0 0;
  }
  .testimonial__slider .slick-slide {
    margin: 0 4px;
  }
  .testimonial_slide .testimonial_slide_box {
    padding: 24px 16px;
  }
}

/* TESTIMONIAL SLIDER -- END */

/* WISHLIST PRODUCT CARD -- START */

.wishlist-product__list .card-product_atcbtn {
  margin-top: 10px !important;
  z-index: 2;
  position: relative;
}
.wishlist-product__list .card-product_atcbtn .quick-add__submit {
  width: fit-content !important;
  height: fit-content !important;
}
.wishlist-product__list .card-product_atcbtn .quick-add__submit:hover {
  background: #fff;
  color: #000;
}
.wishlist-product__list .card-product_atcbtn .quick-add__submit > span svg line {
  stroke: #fff;
}
.wishlist-product__list .card-product_atcbtn .quick-add__submit:hover > span svg line {
  stroke: #000;
}

/* WISHLIST PRODUCT CARD -- END */

.page__payment-information .page_title {
    background: #fff;
    color: #000;
}
.page__payment-information .page_title h1,
.page__payment-information .page_title .rte *{
    color: #000;
}
.page__payment-information .page_title hr{
  margin: 1rem 0;
}
.page__payment-information ul li {
    list-style: circle;
}

/* WAITLIST PRODUCT POPUP CSS START */
/* === FULL SCREEN OVERLAY === */
.waitlist-overlay {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;     
  height: 100vh;    
  background: rgba(0,0,0,0.6);
  z-index: 9999;

  /* FLEXBOX CENTERING */
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
}

/* === POPUP CONTAINER === */
.waitlist-container {
  background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  position: relative;
}

/* === CLOSE BUTTON === */
.waitlist-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  color: #555;
  cursor: pointer;
  font-weight: bold;
}

/* === TITLE === */
.waitlist-container h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

/* === LABELS === */
.waitlist-container label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

/* === INPUTS === */
.waitlist-container input[type="text"],
.waitlist-container input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.waitlist-container input:focus {
  outline: none;
  border-color: #0077c8;
  box-shadow: 0 0 5px rgba(0,119,200,0.3);
}

/* === SUBMIT BUTTON === */
.waitlist-btn {
  background-color: #0077c8;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  width: 100%;
}

.waitlist-btn:hover {
  background-color: #005fa3;
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 480px) {
  .waitlist-container {
    margin: 0 15px;
    padding: 20px;
  }
  .waitlist-container h2 {
    font-size: 20px;
  }
}

/* WAITLIST PRODUCT POPUP CSS END */


/* NEW WAITLIST POPUP -- START */

body.waitlist-popup-active {
  overflow: hidden;
}
.waitlist-popup-section {
  display: none !important;
}
.waitlist-popup-section.active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00000078;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.waitlist_popup_section {
  max-width: 350px;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.waitlist_popup_section .waitlist_popup_close {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.waitlist_popup_section .waitlist_popup_close svg {
  width: 14px;
  height: 14px;
  display: block;
}
.waitlist_popup_section .waitlist_popup_close svg path {
  stroke: #fff;
}
.waitlist_popup_block .waitlist_popup_heading {
  margin: 0;
  text-align: center;
  letter-spacing: normal;
  font-size: 22px;
}
.waitlist_popup_block .waitlist_popup_form {
  margin: 20px 0 0;
}
.waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field::before,
.waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field::after{
  content: none;
}
.waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field {
  flex-direction: column;
  gap: 14px;
}
.waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field input {
  border: 1px solid #000;
  padding: 12px;
}
.waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field input::placeholder {
  opacity: 1;
  font-size: 14px;
}
.waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field button {
  position: unset;
  width: fit-content;
  background: #000;
  padding: 14px;
  color: #fff;
  min-width: 140px;
  text-transform: uppercase;
}

/* NEW WAITLIST POPUP -- END */

.page__waitlist .nm-portal {
    display: none !important;
}
.page__waitlist .card__content:has(.nm-portal) .card-information {
    margin-bottom: 60px;
    margin-bottom: 0;
}


*loadmore loader css start */
div#load-more-btn-wrapper {
  text-align: center;
}
.load-more-btn {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left: 50%;
  top: 50%; */
  text-align: center;
  position: relative;
  margin: 40px auto 0;
}
div#load-more-btn-wrapper {
  margin: 30px 0 0;
}
.load-more-btn-custom {
  width: 100%;
  padding: 12px 8px !important;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  max-width: 180px !important;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  /* font-family: DM Sans !important; */
  font-size: 14px;
  border-radius: 10px;
}
.load-more-btn-custom:hover {
  background-color: #fff;
  color: #000;
}
div#products-counter {
  margin-top: 20px;
  display: none !important;
}
#products-counter .text-count {
  text-align: center;
  font-weight: normal;
  color: #000;
}
@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*loadmore loader css end */


.newsletter-form__field-wrapper.scroll-trigger.animate--slide-in {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.page__waitlist .customer button:after,
.page__waitlist .customer button:before{
  display: none;
}
.page__waitlist .register_link_wait,
.page__waitlist .login_link_wait {
    cursor: pointer;
}
.page__waitlist-front .nm-portal {
    display: none !important;
}
.page__waitlist-front .card__content:has(.nm-portal) .card-information {
    margin-bottom: 0;
}
.page__waitlist-front button {
  border-radius: 10px;
    background: #000;
    padding: 13px;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    border: 2px solid #000;
    transition: all .3s;
    width: 100%;
}
.card__waitlist .card_waitlist_btn.added,
.join_waitlist_btn .join_waitlist_btnlink_fp.added {
    background-color: grey;
    border-color: grey;
}

/* waitlist popup section 1 */
body.waitlist-popup--active {
  overflow: hidden;
}
.waitlist-popup-section-v2 {
  display: none !important;
}
.waitlist-popup-section-v2.active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00000078;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.waitlist_popup_section_v2 {
  max-width: 350px;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.waitlist_popup_section_v2 .waitlist_popup_close_v2 {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.waitlist_popup_section_v2 .waitlist_popup_close_v2 svg {
  width: 14px;
  height: 14px;
  display: block;
}
.waitlist_popup_section_v2 .waitlist_popup_close_v2 svg path {
  stroke: #fff;
}
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_heading {
  margin: 0;
  text-align: center;
  letter-spacing: normal;
  font-size: 22px;
}
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_form {
  margin: 20px 0 0;
}
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field::before,
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field::after{
  content: none;
}
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field {
  flex-direction: column;
  gap: 14px;
}
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field input {
  border: 1px solid #000;
  padding: 12px;
}
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field input::placeholder {
  opacity: 1;
  font-size: 14px;
}
.waitlist_popup_section_v2 .waitlist_popup_block .waitlist_popup_form .newsletter-form__field-wrapper .field button {
  position: unset;
  width: fit-content;
  background: #000;
  padding: 14px;
  color: #fff;
  min-width: 140px;
  text-transform: uppercase;
}

/* SEARCH -- START */

/* predictive-search[open="true"] .predictive_search_bestseller {
  display: none;
}
.predictive_search_bestseller.show_result {
  display: block !important;
} */
.ps_bestseller_heading {
  margin: 20px 0;
  font-size: 30px;
}
@media (min-width: 750px){
  .predictive-search__results-groups-wrapper .predictive-search__result-group:first-child {
    flex: 0 0 auto;
    width: 40%;
  }
  .predictive-search__results-groups-wrapper .predictive-search__result-group {
    flex: 1;
  }
}

/* SEARCH -- END */


/* Viewed Notification Styling */
.viewed-notification {
  width: 230px;
  display: flex;
  align-items: center; /* Vertically centers icon with text */
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
}

.viewed-notification .icon {
  font-size: 16px;
  margin-right: 8px;
  color: #555;
  flex-shrink: 0;
}

.viewed-notification .text {
  flex: 1;
  word-break: break-word;
}
/* Mobile-specific adjustments */
@media (max-width: 480px) {
  .viewed-notification {
    font-size: 13px;
    padding: 8px 10px;
  }

  .viewed-notification .icon {
    font-size: 14px;
    margin-right: 6px;
  }
}


/* country Ip modal */
#nova-ip-modal{
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.nova-ip-modal-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
}
.nova-ip-modal-content {
    position: relative;
    background-color: #fefefe;
    padding: 50px 30px;
}

.nova-ip-modal-close {
    position: absolute;
    top: 3px;
    right: 13px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}
.nova-ip-modal-close:hover,
.nova-ip-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.nova-ip-modal-content img{
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}
.nova-ip-modal-content h2{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.nova-ip-modal-content ul{
    margin-bottom: 30px;
    padding-left: 15px;
}
.nova-ip-modal-content button{
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
    border: initial;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.nova-ip-modal-content .change-country{
    color: #000;
    text-align: center;
    display: block;
    margin-top: 10px;
    text-decoration:underline;
}

@media(max-width:550px){
  .nova-ip-modal-position{
      width: 90%;
  }
}
/* End Ip modal */


/* -------------------------------------------------------
    Card Drawer Empty collection -- START
------------------------------------------------------- */
.cart-drawer .drawer__inner-empty{
  overflow-y: auto;
}
.cart-drawer .cart-dcollection {
  margin-bottom: 30px;
}
.cart-dcollection-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cart-dcollection-grid .collection-item {
  flex: 0 0 auto;
  width: calc(50% - 20px / 2);
}
.cart-dcollection-grid .collection-item .collection-link {
  display: block;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #e7e7e7;
}
.cart-dcollection-grid .collection-item .collection-link > img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
  margin-bottom: 10px;
}
.cart-dcollection-grid .collection-item .collection-link .collection-title {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #141414;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  line-height: 1;
  margin: 0;
}
.cart-drawer__empty-content > a.button {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart-dcollection-grid {
      gap: 12px;
  }
  .cart-dcollection-grid .collection-item {
    flex: 0 0 auto;
    width: calc(50% - 12px / 2);
  }
}
/* -------------------------------------------------------
    Card Drawer Empty collection -- END
------------------------------------------------------- */
.pre_order__text {
    margin: 10px auto 10px;
    text-align: center;
}

.bfcm_prod_message {
    text-align: center;
    position: absolute !important;
    background-color: #FF1F1F;
    padding: 16px 10px;
    height: auto !important;
    z-index: 1;
    width: 100% !important;
    max-width: 262px !important;
    background-image: url(/cdn/shop/files/Frame_46.png?v=1763626779);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    box-sizing: border-box;
}
.bfcm_prod_message span {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    line-height: normal;
    display: block;
}
.viewed-notification {
    width: auto;
    display: inline-flex;
    padding: 4px 8px;
  border-radius: 0;
}
.viewed-notification .icon {
    margin-right: 5px;
}

.bfcm_price .banner {
  width: 100%;
  /* margin-top: 30px; */
  /* position: relative; */
  /* background: linear-gradient(to bottom, #8b0000, #4d0000); */
  /* background-image: url(/cdn/shop/files/Group_569.png?v=1763622126); */
  /* color: white; */
  /* background-repeat: no-repeat; */
  /* padding: 30px 40px; */
  /* background-size: 100% 100%; */
}
.bfcm_price .product__info-wrapper .product_price_block .price__container,
.product_price_block .bfcm_price .price__container {
    display: none;
}
/* Countdown container */
.price.bfcm_price.price--large.price--on-sale.price--show-badge{
  width:100%;
  max-width: 390px;
}
.bfcm_price .countdown {
  /* display: flex; */
  display:none;
  gap: 10px;
  margin-bottom: 0px;
  position: absolute;
  top: -30px;
  z-index: 1;
  right: 20px;
}
.bfcm_price .count-box:before {
    content: '';
    background: linear-gradient(180deg, rgba(24, 1, 1, 1) 0%, rgba(96, 0, 0, 1) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.84;
}
.bfcm_price .count-box {
    background: rgba(0,0,0,0.5);
    padding: 0;
    text-align: center;
    border-radius: 8px;
    min-width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
}
.bfcm_price .count-box .num {
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.bfcm_price .count-box .label {
  font-size: 6px;
  opacity: 0.74;
}

/* Price section */
.bfcm_price .price-wrapper {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
}
.bfcm_price .old-price {
    font-size: 14px;
    text-decoration: line-through;
    vertical-align: middle;
    opacity: 0.76;
    margin-left: 10px;
    font-weight: normal;
    font-family: sans-serif;
}

.bfcm_price .subtext {
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: 2px;
    line-height: 18px;
}
@media (max-width:767px){
  .bfcm_price .banner {
      /* padding: 32px 40px 20px;
      background-size: 100% 100%; */
  }
  .bfcm_price .price-wrapper {
    margin-bottom: 0;
    font-size: 20px;
  }
  .bfcm_price .countdown {
    margin-bottom: 10px;
    top: -30px;
    right: 10px;
  }
  .bfcm_price .old-price{
    margin-left:3px;
  }
  .bfcm_price .count-box {
    padding: 7px 6px;
  }
  .bfcm_price .count-box .num {
    font-size: 15px;
  }
  .bfcm_price .count-box .label {
    font-size: 9px;
  }
  /* .product_price_block .price {
    margin: 0 auto;
  } */
}
.bfcm_price span.per_off_badge {
    display: none;
}
.bfcm_price .banner span.per_off_badge {
    display: inline-block !important;
}


.bfcm_landing_t .marquee-wrapper {
    margin: 0 !important;
}
.bfcm_landing_b .marquee-wrapper {
    margin: 0 !important;
}

/* 
sticky-header,
iframe#form-teaser{
  display:none !important;
} */
 span.per_off_badge {
    background: red;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 3px;
}
.bf-top-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 28px;
    left: 0px;
    top: 0px;
    /* background: linear-gradient(270deg, rgba(98, 3, 3, 0) 0%, #AA0202 49.11%, rgba(98, 3, 3, 0) 112.24%), #000000; */
    border-radius: 9px 9px 0px 0px;
    font-size: 12px;
    color: #fff;
  }
@media (max-width: 479px) {
  .bf-top-badge {
    padding: 6px 8px;
    /* font-size: 8px !important;
    letter-spacing: -0.7px; */
  }
}  
/* 
.collection sticky-header,
.product sticky-header{
  margin-top: 85px;
} */



/* you may like -- START */
.drawer__footer .other_flavor {
  background: #F5F5F5;
  padding: 16px;
}
.drawer__footer .other_flavor .other_flavor_heading h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
.drawer__footer .other_flavor .other_flavor_grid {
  margin: 16px -16px 0 0;
  /* display: none; */
}
/* .drawer__footer .other_flavor .other_flavor_grid.slick-initialized.slick-slider.slick-dotted{
  display: block;
}
.drawer__footer .other_flavor .other_flavor_grid:not(.slick-initialized) {
  display: none;
} */
.drawer__footer .other_flavor .other_flavor_grid:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 16px;
}
.drawer__footer .other_flavor .other_flavor_grid:not(.slick-initialized) > div {
    flex: 0 0 auto;
    width: 316px;
}
.other_flavor-image a.bestseller-link img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.drawer__footer .other_flavor .other_flavor_grid .slick-track {
  padding-bottom: 2px;
}
.drawer__footer .other_flavor .slick-slide {
  margin: 0 8px;
}
.drawer__footer .other_flavor .other_flavor-card {
  width: 100%;
  display: block;
}
.drawer__footer .other_flavor .other_flavor-card .other_flavordetails {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}
.drawer__footer .other_flavordetails .other_flavor-image {
  flex: 0 0 auto;
  width: 100%;
  height: 124px;
}
.drawer__footer .other_flavor .other_flavor-card .other_flavordetails .other_flavor-name {
  flex: 1;
}
.other_flavordetails .other_flavor-name .of_title_wishlist {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.other_flavordetails .other_flavor-name .of_title_wishlist h4 {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal;
  flex: 1;
}
.other_flavordetails .other_flavor-name .of_title_wishlist h4 a.bestseller-link {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  text-decoration:none;
  -webkit-box-orient: vertical;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal;
}
.other_flavordetails .other_flavor-name .of_title_wishlist button.product-wish-btn.wishlist_button {
  width: 20px;
  height: 20px;
}
.other_flavordetails .other_flavor-name .other_flavor_price {
  margin: -2px 0 0;
}
.other_flavordetails .other_flavor-name .other_flavor_price span {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}
.drawer__footer .other_flavordetails .other_flavor-name .routine_product_btn.routine_add_Cart {
  border: 1px solid #000;
  padding: 8px 12px;
  margin: 8px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  cursor: pointer;
  color: #000;
}
.drawer__footer .other_flavordetails .other_flavor-name .routine_product_btn.routine_add_Cart.disable {
  opacity: 0.5;
  cursor: no-drop;
}
.other_flavor_grid ul.slick-dots {
  margin: 6px 0 0 -16px;
  padding: 0;
  list-style-type: none;
  display: none !important;
  justify-content: center;
  gap: 8px;
}
.other_flavor_grid ul.slick-dots button {
  font-size: 0px;
  border: none;
  background: #D9D9D9;
  width: 16px;
  height: 4px;
}
.other_flavor_grid ul.slick-dots li.slick-active button {
  background: #000;
  width: 24px;
  transition: ease 0.3s all;
}

.other_flavor_grid button.slick-arrow svg {
    width: 26px;
    height: 27px;
}
.other_flavor_grid button.slick-prev.slick-arrow {
    top: 40px;
    display: block;
    position: absolute;
    left: 10px;
    background: #fff;
    border: 1px solid #000;
    width: 28px;
    height: 28px;
    z-index: 2;
    cursor: pointer;
}
.other_flavor_grid button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0;
}
.other_flavor_grid button.slick-next.slick-arrow {
    top: 40px;
    display: block;
    position: absolute;
    right: 10px;
    background: #fff;
    border: 1px solid #000;
    width: 28px;
    height: 28px;
    z-index: 2;
    cursor: pointer;
}
/* you may like -- END */

.cart_footer_image {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cart_footer_image img {
    /* width: 130px; */
    width: 48%;
    height: 28px;
    display: block;
}

@media (max-width: 767px) {
    .bf-top-badge {
        font-size: 9px;
        color: #fff;
        padding: 5px;
    }
}
.pro__free-gift .wishlist-section-button {
    display: none;
}

.nova-ip-modal-button {
    display: flex;
    gap: 15px;
}
.nova-ip-modal-button .nova_button{
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  display: block;
  text-decoration: none;
}
.nova-ip-modal-button .nova_button:hover{
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.nova_button_sec{
  text-align: center;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  display: block;
  text-decoration: none;
}
.nova-ip-modal-button .nova_button_sec:hover{
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}


/* -------------------------------------------------------
    CHRISTMAS CSS START
------------------------------------------------------- */
/* sticky-header.header-wrapper {
    background-image: url(/cdn/shop/files/Frame_312_1.png?v=1765434914);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: unset;
}
.header .header__icons .header__icon .svg-wrapper > img,
.header__icon .icon {
  filter: invert(1);
}
.header .header__icons .header__icon--cart .svg-wrapper > img{
  filter: invert(0);
}
.bf-left-1 img {
  max-width: 240px;
}
.header .nav--search .nsc-flex .search-bar__filter > select,
.header .nav--search .nsc-flex .search-modal__form .field .field__label,
.header__icon .header_icon_label,
.header .header__inline-menu .list-menu li .list-menu__item{
  color: #fff;
}
.header .header__icons .header__icon--whishlist svg path {
  stroke: #fff;
}
.header .nav--search .nsc-flex {
  background-color: transparent;
  border: 1px solid #fff;
}
.header .nav--search .nsc-flex .search-bar__filter > select {
  background-size: 12px auto;
  background-image: url(/cdn/shop/files/Vector.png?v=1765443291);
}
.bf-section .bf-cta {
  color: #fff;
  padding: 19px 60px;
  background-image: url(/cdn/shop/files/Frame_8.png?v=1765443906);
  background-repeat: no-repeat;
  background-position: center center;
  border: none !important;
  background-color: transparent;
}
.bf-section .bf-cta:hover {
  background-image: url(/cdn/shop/files/Frame_8.png?v=1765443906);
  border: none !important;
}
.marquee-wrapper {
  background-color: #01461D;
}
.marquee-content img {
  width: 25px;
  height: 25px;
}
.marquee-content span {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.bf-right {
  margin-top: 40px;
}
.bf-left-1 {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.bf-left-1 span {
  max-width: 390px;
  font-size: 15px;
  line-height: normal;
}
.bf-count-item {
  background: url(/cdn/shop/files/Frame_33_2.png?v=1765444890) !important;
}
.bf-top-badge {
    background: linear-gradient(
      to right,
      #CF9034 0%,
      #8E5400 44%,
      #CF9034 100%
    ) !important;
}
.new_footer.color-scheme-4.gradient.section-sections--20395032969316__footer_new_RfPgVf-padding {
    background-image: url(/cdn/shop/files/Frame_85.png?v=1765445244);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
}.product-media-container .product__modal-opener:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/image_1371.png?v=1765451990);
    display: block;
    width: 60px;
    height: 55px;
    top: -20px;
    right: -20px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.product-media-container .product__modal-opener:after {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/image_1371.png?v=1765451990);
    display: block;
    width: 60px;
    height: 55px;
    bottom: -20px;
    left: -20px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
} 
.bfcm_prod_message {
    background: linear-gradient(
      to right,
      #CF9034 0%,
      #8E5400 44%,
      #CF9034 100%
    ) !important;
    display: none !important;
}
.product_media_left .product_banner_slider ul.product__media-list li:first-child .bfcm_prod_message {
    display: block !important;
}
.product-media-container .product__modal-opener {
    border: 3px solid #CEEAFF;
}

.thumbnail[aria-current]{
  border: 3px solid #CEEAFF !important;
}

.product_quantity_atcbtn .product_buy_btns .product-form__buttons button {
  margin: 0;
  min-height: 64px;
  border: none;
  background: transparent;
  background-image: url(/cdn/shop/files/Frame_318_1.png?v=1765450218);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: unset;
  background-position: center center;
  border-radius: 7px;
}
.product_quantity_atcbtn .product_buy_btns .product-form__buttons button:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Group_1103.png?v=1765450301);
    top: 3px;
    left: 5px;
    width: 18px;
    height: 22px;
    background-size: contain;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
}
.product_quantity_atcbtn .product_buy_btns .product-form__buttons button:after {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Group_1104.png?v=1765450301);
    bottom: 5px;
    right: 13px;
    width: 27px;
    height: 32px;
    background-size: contain;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    top: unset;
    left: unset;
    border: none;
    box-shadow: none;
}
.product_buy_btns .product-form__buttons button span{
  color:#fff;
  font-weight: 600;
}
.product_quantity_atcbtn .price-per-item__container .quantity {
  min-height: 64px;
}*/
.product__info-wrapper .offer-box {
  background-color: #164423;
  padding: 16px 8px;
  border-radius: 10px;
  margin: 0 auto;
  color: #ffffff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product__info-wrapper .offer-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product__info-wrapper .offer-item:last-child {
  margin-bottom: 0;
}
.product__info-wrapper .offer-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.product__info-wrapper .offer-item p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.product__info-wrapper .offer-item strong {
  font-weight: 600;
}

.product__info-wrapper .giftwrap-box {
  background: linear-gradient(90deg, #b77a2d, #d3a55b);
  padding: 16px 8px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  position: relative;
}
.product__info-wrapper .giftwrap-box:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/hand_with_gift_angle.png?v=1765450719);
    display: block;
    top: -30px;
    right: 30px;
    width: 75px;
    height: 77px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.product__info-wrapper .giftwrap-left {
  width: 85%;
}
.product__info-wrapper .gift-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 14px;
}
.product__info-wrapper .gift-checkbox input {
  display: none;
}
/* Custom checkbox square */
.product__info-wrapper .checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}
/* Checkmark when active */
.product__info-wrapper .gift-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product__info-wrapper .giftwrap-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.product__info-wrapper .giftwrap-text {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: normal;
    margin-left: 25px;
    color: #ffffff;
}
.product__info-wrapper .giftwrap-text strong {
  font-weight: 700;
}
/* Right-side icon */
.product__info-wrapper .giftwrap-icon img {
  width: 95px;
  height: auto;
}
/* 
.product__media-wrapper .product__column-sticky .product_banner_slider::before{
  content: '';
  position: absolute;
  background-image: url(/cdn/shop/files/image_1371.png?v=1765451990);
  display: block;
  width: 60px;
  height: 55px;
  top: -20px;
  right: -20px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.product__media-wrapper .product__column-sticky .product_banner_slider::after {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/image_1371.png?v=1765451990);
    display: block;
    width: 117px;
    height: 110px;
    bottom: -45px;
    left: -52px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
} 
.drawer__footer .cart_footer_btnprice .cart__ctas .cart__checkout-button{
  border: none;
  background: transparent;
  background-image: url(/cdn/shop/files/Frame_318_1.png?v=1765450218);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: unset;
  background-position: center center;
}*/
.cart_footer_btnprice .cart__ctas{
  position:relative;
}
.cart_footer_btnprice .cart__ctas:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Group_1104.png?v=1765450301);
    top: 3px !important;
    left: 6px !important;
    width: 17px;
    height: 21px;
    background-size: contain;
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    top: unset;
    left: unset;
    border: none;
    box-shadow: none;
}


.cart-items__table-row .gift-wrap-bar {
    background: linear-gradient(to right, #b58329, #d5a957);
    padding: 6px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.cart-items__table-row .gift-wrap-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}
/* Hide default checkbox */
.cart-items__table-row .gift-wrap-checkbox {
    display: none;
}
/* Custom checkbox box */
.cart-items__table-row .custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    margin-right: 10px;
    box-sizing: border-box;
    position: relative;
}
/* Tick when checked */
.cart-items__table-row .gift-wrap-checkbox:checked + .custom-checkbox::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


@media (max-width: 1099px){
  .product__media-wrapper .product__column-sticky .product_banner_slider::before {
      width: 40px;
      height: 35px;
      top: -13px;
      right: -16px;
  }
  .product__media-wrapper .product__column-sticky .product_banner_slider::after {
      width: 77px;
      height: 70px;
      bottom: -25px;
      left: -35px;
  }
}
@media (max-width: 749px) {
  .slider__slide .product-media-container .product__modal-opener{
    width: -webkit-fill-available;
  }
  .product__media-wrapper .product__column-sticky .product_banner_slider::before {
    width: 26px;
    height: 26px;
    top: -10px;
    right: -10px;
  }
  .product__media-wrapper .product__column-sticky .product_banner_slider::after {
    width: 33px;
    height: 33px;
    bottom: 17px;
    left: -12px;
  }
  /* product bedge */
  .bfcm_prod_message {
    padding: 10px 10px;
    width: 80% !important;
    max-width: unset !important;
  }
  .bfcm_prod_message span {
    font-size: 10px;
  }
  .bfcmannouncement {
    font-size: 10px;
  }
  .section-template--20395037163620__main-padding {
    padding-top: 17px;
  }
  .product__info-wrapper .giftwrap-box:before {
    top: -26px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .product__info-wrapper .giftwrap-box {
    padding: 6px 8px;
  }
  .product__info-wrapper .checkmark {
    width: 16px;
    height: 16px;
  }
  .product__info-wrapper .gift-checkbox {
    margin-bottom: 5px;
  }
  .product__info-wrapper .giftwrap-title {
    font-size: 14px;
  }
  .product__info-wrapper .giftwrap-text {
    font-size: 11px;
  }
  .product__info-wrapper .offer-icon {
    width: 20px;
    height: 20px;
  }
  .product__info-wrapper .offer-item {
    gap: 6px;
  }
  .product__info-wrapper .offer-item p {
    font-size: 11px;
  }
}

/* -------------------------------------------------------
    CHRISTMAS CSS END
------------------------------------------------------- */


.cart-drawer .cart-items .cart-item.gift_warp_ava {
    padding: 0 !important;
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td {
    width: 100%;
    padding: 0;
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td .inner_cart_item_table {
    width: 100%;
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td .inner_cart_item_table > tbody > tr:first-child {
    width: 100%;
    padding: 10px;
    display: flex;
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td .inner_cart_item_table > tbody {
    width: 100%;
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td .inner_cart_item_table > tbody > tr:first-child > .cart-item__details {
    padding-left: 12px !important;
    width: calc(100% - 67px);
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td .inner_cart_item_table > tbody > tr:last-child {
    display: flex;
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td .inner_cart_item_table > tbody > tr:last-child td {
    padding: 0;
    width: 100%;
}

.cart-drawer .cart-items .cart-item.gift_warp_ava > td .inner_cart_item_table > tbody > tr:last-child .gift-wrap-bar {
    border-radius: 0 0px 4px 4px;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
}
/* cart item + no gift item */
.cart-drawer .cart-items .cart-item.cart-item-nogwa {
    padding: 0 !important;
}
.cart-drawer .cart-items .cart-item.cart-item-nogwa > td {
    padding: 0;
    width: 100%;
}
.cart-drawer .cart-items .cart-item.cart-item-nogwa > td .inner_cart_item_table {
    width: 100%;
}
.cart-drawer .cart-items .cart-item.cart-item-nogwa > td .inner_cart_item_table > tbody > tr:first-child {
    width: 100%;
    padding: 10px;
    display: flex;
}
.cart-drawer .cart-items .cart-item.cart-item-nogwa > td .inner_cart_item_table > tbody {
    width: 100%;
}
.cart-drawer .cart-items .cart-item.cart-item-nogwa > td .inner_cart_item_table > tbody > tr:first-child > .cart-item__details {
    padding-left: 12px !important;
    width: calc(100% - 67px);
}

/* .cart-drawer .drawer__footer .giftwrap-box {
  background: url(/cdn/shop/files/Frame_45.jpg?v=1765799078);
  padding: 10px 16px;
  border-radius: 20px;
  max-width: 100%;
  color: #fff;
  font-family: poppins,sans-serif;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
} */
/* .cart-drawer .drawer__footer .giftwrap-box {
    background-color: #01461D;
  padding: 10px 16px;
  max-width: 100%;
  color: #fff;
  font-family: poppins,sans-serif;
} 
.cart-drawer .drawer__footer .giftwrap-left {
  width: 100%;
}
.cart-drawer .drawer__footer .gift-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.cart-drawer .drawer__footer .gift-checkbox input,
.cart-drawer .drawer__footer .giftwrap-left input.giftwrap-cls {
  display: none;
}
.cart-drawer .drawer__footer .checkmark {
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  margin-right: 8px;
  position: relative;
}

.cart-drawer .drawer__footer .giftwrap-left input:checked + label > .checkmark::after,
.cart-drawer .drawer__footer .gift-checkbox > input:checked ~ .checkmark::after,
.cart-drawer .drawer__footer .giftwrap-left input.giftwrap-cls[checked="checked"] + label.gift-checkbox > .checkmark::after  {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart-drawer .drawer__footer .giftwrap-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.cart-drawer .drawer__footer .giftwrap-text {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    line-height: normal;
    margin-left: 25px;
    color: #ffffff;
}
.cart-drawer .drawer__footer .giftwrap-text strong {
  font-weight: 700;
}
.cart-drawer .drawer__footer .giftwrap-icon img {
  width: 95px;
  height: auto;
}

*/
.adv_f_coll .collection__title_first {
    display: flex;
    justify-content: space-between;
}
.adv_f_coll .collection__title_first ul.collection-tab {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
}
.adv_f_coll .collection__title_first ul.collection-tab li.active {
    font-weight: bold;
    text-decoration: underline;
}
 @media(max-width: 768px){
  .adv_f_coll .collection__title_first {
    flex-direction: column;
    gap: 10px;
  }
  .adv_f_coll .collection__title_first ul.collection-tab {
      gap: 60px;
      align-items: center;
      justify-content: flex-start;
  }
  .collection .card__information .card__heading .nm-portal{
    margin-top: 35px;
  }
  .collection .card__information .card__heading .nm-portal button {
    margin-top: 11px;
    border-radius: 6px;
    padding: 14px;
    font-size: 12px;
    min-height: fit-content;
    margin-bottom: 0;
    line-height: normal;
  }
}

.card .card__inner .card__media .price {
  position: absolute;
  bottom: 6px;
  left: 0px;
}
.card .card__inner .card__media .price .price__container {
  display: none;
}
.card .card__inner .card__media .price span.per_off_badge {
  margin: 0;
  border-radius: 0px 4px 4px 0px;
}
.card .card__information .card-information .price span.per_off_badge {
  display: none;
}
@media (min-width: 769px){
  /* .Featured__collection .product-grid li:last-child {
    display: none;
  } */
  .card .card__inner .card__media .price {
    bottom: 10px;
  }
  
}
.card .card__inner .card__media .price span.per_off_badge{
  display:none !important;
}
.shop_combos_section .slick-slide {
    margin: 0 5px;
}
@media (max-width: 768px){
  /* sticky-header.header-wrapper{
    background-color: #aa0916 !important;
    background-image: unset !important;
  } */
  .product .section-header.shopify-section-header-sticky, .collection .section-header.shopify-section-header-sticky {
    top: 28px !important;
  }
}


.gift_badge_save {
  background-color: #01461D;
  padding: 5px 10px;
  color: #fff;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
}


.product_quantity_atcbtn .product_buy_btns .product-form__buttons .product-restore-email {
    margin-top: -50px !important;
    padding: 0;
    margin-bottom: 0 !important;
}
.product_quantity_atcbtn .product_buy_btns .product-form__buttons .product-restore-email .email-me-button.email-me-inlineButton {
    border: none !important;
}


/* marquee & valentine sale section start */

.bf-section .bf-cta {
  color: #fff;
  padding: 19px 60px;
  background-image: url(/cdn/shop/files/Button_dialog_paints.png?v=1769754721);
  background-repeat: no-repeat;
  background-position: center center;
  border: none !important;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.bf-section .bf-cta:hover {
  background-image: url(/cdn/shop/files/Button_dialog_paints.png?v=1769754721);
  border: none !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.marquee-wrapper,
.bfcm_prod_message {
  background: linear-gradient(to right, #740000 0%, #C9335E 100%);
}
.marquee-content img {
  width: 25px;
  height: 25px;
}
.marquee-content span {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.bf-right {
  margin-top: 40px;
}
.bf-left-1 {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.bf-left-1 span {
  max-width: 390px;
  font-size: 15px;
  line-height: normal;
}
.bf-count-item {
  background: url(/cdn/shop/files/Frame_33.png?v=1769754449) !important;
  background-size: 100% 100% !important;
}
.bf-top-badge {
    background: linear-gradient(to right, #740000 0%, #C9335E 100%) !important;
}
.bf-left-1 img {
  max-width: 330px;
}

/* marquee & valentine sale section end */


/* -------------------------------------------------------
    NEW PDP HEADER CSS START
------------------------------------------------------- */
.original__cart,
.pdp__logo{
  display: none !important;
}
.pdp__product__template .valentine__cart,
.pdp__product__template .original_logo,
.pdp__product__template .header__heading-logo-wrapper > img.header__heading-logo.mobile-logo{
  display: none !important;
}
.pdp__product__template .original__cart,
.pdp__product__template .pdp__logo{
  display: block !important;
}
.pdp__product__template sticky-header.header-wrapper {
  background-image: none !important;
  background-color: #170D08;
  border-bottom-color: #BF8E51;
}
.pdp__product__template .header .nav--search .nsc-flex .search-bar__filter > select, 
.pdp__product__template .header .nav--search .nsc-flex .search-modal__form .field .field__label, 
.pdp__product__template .header__icon .header_icon_label,
.pdp__product__template .header .header__inline-menu .list-menu li .list-menu__item {
    color: #F8DCB3;
}
.pdp__product__template .header__icon .icon{
  filter: unset;
}
.pdp__product__template .header .header__icons .header__icon--account svg path,
.pdp__product__template .header .header__icons .header__icon--cart svg path,
.pdp__product__template .header .header__icons .header__icon.header__icon--search svg path,
.pdp__product__template .header__icon.header__icon--menu svg path {
  fill: #BF8E51;
}
.pdp__product__template .header .header__icons .header__icon--whishlist svg path{
  stroke: #BF8E51;
}
.pdp__product__template .header .header__icons .header__icon--cart .cart-count-bubble{
  background-color: #864B00;
}
.pdp__product__template .header .nav--search .nsc-flex {
  border: 1px solid #BF8E51;
}
.pdp__product__template .header .nav--search .nsc-flex .search-bar__filter > select {
  background-image: url(/cdn/shop/files/Vector_1b18434f-ab27-4135-8858-3ec5ddf5f641.png?v=1770707731);
}
/* -------------------------------------------------------
    NEW PDP HEADER CSS END
------------------------------------------------------- */


/* ---------------------------- ==================================== -----------------------------------
            START                    RAMADAN SPECIAL STYLES
------------------------------- ==================================== -------------------------------- */
@font-face {
  font-family: "Shaumy";
  src: url("/cdn/shop/files/Shaumy.otf?v=1770627249")
       format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.section-header header.header {
  background-image: url(/cdn/shop/files/header-bg.png?v=1771047606);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}
.section-header header.header::before,
.section-header header.header::after {
  position: absolute;
  content: '';
  background-image: url(/cdn/shop/files/Group_1000003656.png?v=1771047693);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  top: 0;
}
.section-header header.header::after {
  right: 30px;
}
.section-header header.header::before {
  left: 30px;
}
.header.header--middle-left .header__inline-menu {
  z-index: 1;
}
.new_footer {
  background-image: url(/cdn/shop/files/Vector_8c8e8c6b-82f0-44c0-94b1-8f24cf430a16.png?v=1771049260);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: bottom center;
}
.new_footer .footer_new_top {
  padding-bottom: 64px !important;
}
.new_footer .footer_new_copyright {
  border-top: none;
  padding-top: 0px;
}

@media (max-width: 989px){
  .section-header header.header::before {
    left: 10px;
  }
  .section-header header.header::after {
    right: 10px;
  }
  .new_footer {
    background-size: 100%;
    background-position: 100% 100%;
  }
}

@media (max-width: 749px){
  .section-header header.header::before,
  .section-header header.header::after {
    display: none;
    content: none;
  }
  .new_footer {
    background-size: 250%;
    background-position: 35% 70%;
  }
}

.ramadan-index .page-width {
  max-width: 1840px;
}

.card .bf-top-badge+.card__inner .card__media {
    border-radius: 0px 0 8px 8px !important;
}

.Featured__collection .collection__title h2.title.h1,
.shop_combos_header .shop_combos_heading,
.banner_collection_header .banner_collection_heading,
.product_list_header .product_list_heading, 
.testimonial_slider_header .ts_header_title{
  font-family: "Shaumy";
  color: #740000;
  font-size: 64px;
  font-style: normal;
  font-weight: normal;
  line-height: 66.3px;
}

.banner_collection_header .bc_header_description *,
.shop_combos_section .shop_combos_header .sc_header_description *,
.product_list_header .pl_header_description *,
.Featured__collection .collection_title_inlinecta.title-wrapper  .collection__description.rte {
  font-family: var(--font-body-family);
  font-size: 24px !important;
  line-height: normal !important;
  font-weight: 400 !important;
  color: rgba(128, 58, 23, 0.8);
}

@media (max-width: 1200px) {
  .Featured__collection .collection__title h2.title.h1,
  .shop_combos_header .shop_combos_heading,
  .banner_collection_header .banner_collection_heading,
  .product_list_header .product_list_heading, 
  .testimonial_slider_header .ts_header_title {
    font-size: 50px;
    line-height: 54px;
  }
  .banner_collection_header .bc_header_description *,
  .shop_combos_section .shop_combos_header .sc_header_description *,
  .product_list_header .pl_header_description *,
  .Featured__collection .collection_title_inlinecta.title-wrapper  .collection__description.rte {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .Featured__collection .collection__title h2.title.h1,
  .shop_combos_header .shop_combos_heading,
  .banner_collection_header .banner_collection_heading,
  .product_list_header .product_list_heading, 
  .testimonial_slider_header .ts_header_title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner_collection_header .bc_header_description *,
  .shop_combos_section .shop_combos_header .sc_header_description *,
  .product_list_header .pl_header_description *,
  .Featured__collection .collection_title_inlinecta.title-wrapper  .collection__description.rte {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .Featured__collection .collection__title h2.title.h1,
  .shop_combos_header .shop_combos_heading,
  .banner_collection_header .banner_collection_heading,
  .product_list_header .product_list_heading, 
  .testimonial_slider_header .ts_header_title {
    font-size: 30px;
    line-height: 34px;
  }
}

.index.gradient {
  background-color: #FFF3E8;
}

.ramadan-index {
  background-image: url(/cdn/shop/files/Untitled-1_copy.jpg?v=1770800903);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* .ramadan-index .shopify-section {
  position: relative;
}
.ramadan-bg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10vw;
} */
/* .ramadan-bg > img {
  height: 1360px;
  display: block;
  width: 680px;
  flex: 0 0 auto;
  opacity:0.5;
} */
.ramadan-bg > img {
  height: 1360px;
  display: block;
  width: auto;
  flex: 0 0 auto;
  opacity: 0.5;
}
.ramadan-bg > img.ramadanbg-one {
  margin-left: auto;
}
.ramadan-bg > img.ramadanbg-two {
  margin-right: auto;
}
.ramadan-bg > img.ramadanbg-three {
  margin-left: auto;
}
.ramadan-bg > img.ramadanbg-four {
  margin-right: auto;
}
.ramadan-bg > img.ramadanbg-five {
  margin-left: auto;
}



/* common styles */

sticky-header.header-wrapper {
  background: linear-gradient(90deg, #FFF5ED, #FFE6C9);
}
@media (min-width: 1280px){
  sticky-header.header-wrapper header.header {
    padding-inline: 80px !important;
  }
}
@media (min-width: 768px) {
  sticky-header.header-wrapper header.header {
    max-width: 100%;
    justify-content: space-between;
  }
}

.header .nav--search .nsc-flex .search-bar__filter > select,
.header .header__inline-menu .list-menu li .list-menu__item,
ul.mega-menu__list.mega-menu__list--ShopbyNotes > li a.mega-menu__link span,
.collection_bubble_block .cb_label_link .cb_label_text,
.Featured__collection .card-information .price .price__sale .price-item--sale.price-item--last{
  color: #803A17;
}
.header .header__icons .header__icon--cart .cart-count-bubble {
  background-color: #803A17;
}
/* .header .header__icons .header__icon--cart svg path */
.header .header__icons .header__icon--account svg path {
  fill: #803A17;
}
.header .header__icons .header__icon--whishlist svg path{
  stroke: #803A17;
}
.header .header__icon.header__icon--search span.svg-wrapper svg path {
  fill: #803A17;
}
/* end of header */

.bf-top-badge{
  background: linear-gradient(
    90deg,
    #CF9034 0%,
    #8E5400 44%,
    #CF9034 100%
  ) !important;
}

.Featured__collection .featured_collection_grid ul.product-grid {
  margin-top: 0;
}
.Featured__collection .card-information .price .price__sale {
  flex-direction: unset !important;
}
.collection .card__content .quick-add .quick-add__submit{
  background: transparent;
  color: #803A17;
  border: 2px solid #803A17;
}
.collection .card__content .quick-add .quick-add__submit:hover{
  background: #803A17;
  color: #fff;
}
.collection_top_btn a.button:before,
.collection_top_btn a.button:after{
  border: none;
  content:unset;
  display:none;
}
.collection_top_btn a.button {
    background: #803A17;
    color: #fff;
    border: 2px solid #803A17;
    display: flex;
    width: 100%;
    max-width: 262px;
    align-items: center;
    margin: 0 auto !important;
    font-size: 18px;
    border-radius: 8px;
    box-shadow: none;
    padding: 17.5px 48px;
    text-transform: uppercase;
}
.collection_top_btn a.button:hover{
  background: transparent;
  color: #803A17;
}
.collection_footer_btn a.button {
  background: #803A17;
  color: #fff;
  border: 2px solid #803A17;
  display: flex;
  width: 100%;
  max-width: 320px;
  align-items: center;
  margin: 0 auto !important;
  gap: 12px;
  font-size:24px;
  padding: 12px;
}
.collection_footer_btn a.button:hover{
  background: transparent;
  color: #803A17;
}
.collection_footer_btn a.button:hover svg path{
  fill: #803A17;
}
.shop_combo_box .shop_combo_content {
  background: #740000;
}
.shop_combo_content .sc_content_btn .sc_content_btnlink {
  background: #FFF3E8;
  color: #C3AB95;
} 
.banner_collection_slide .bcs_slide_box {
  background: #740000 !important;
}
.banner_collection_slide .bcs_slide_header .bcs_slide_title h3 {
  color: #FFF3E8 !important;
  margin: 0;
}
.banner_collection_slide .bcs_slide_description p {
  color: #FFF3E8;
  opacity: 0.75;
}
.banner_collection_slide .bcs_slide_header .bcs_slide_title svg path {
  fill: #FFF3E8 !important;
}
.shop_combos_header .sc_header_description p,
.banner_collection_header .bc_header_description p,
.product_list_header .pl_header_description p,
.testimonial_slider_header .ts_header_text {
  color: #803A17;
  opacity: 0.80;
}
.plc_product_box .plc_product_details .plc_product_title {
  color: #740000;
  text-decoration: unset;
}
.plc_product_box .plc_product_details .plc_product_pricebox {
  flex-direction: row-reverse;
  justify-content: start;
}
.plc_product_details .plc_product_atcbox .quick-add__submit.button{
  background-color: #803A17;
  color: #fff;
}
.plc_product_box .plc_product_details .plc_product_price{
  color: #803A17;
}
.plc_product_details .plc_product_pricebox .plc_product_compareprice {
  color: #C30405;
}
.product_list_box .pl_collection_heading h3 {
  color: #CF9034;
  margin: 0;
}
.testimonial_slide_box .testimonial_slide_quote{
  display: none;
}
.testimonial_slide .testimonial_slide_box {
  background: #740000;
  border: 1px solid #740000;
}
.testimonial_slide_box .testimonial_slide_header {
    margin: 0;
}
.testimonial_slide_header h4.testimonial_slide_heading,
.testimonial_slide_box .testimonial_slide_text p,
.testimonial_slide_header .testimonial_slide_reviews .ts_review_text {
  color: #F5E9D6 !important;
} 
.testimonial_slide_header .testimonial_slide_reviews .stars svg path{
  fill: #D6A45F;
}
.testimonial_slide_author .ts_author_details .ts_author_name{
  color: #B59A72;
}
.footer_social_block .footer_social_header{
  color: #FFF3E8;
}

/* bestseller */
.collection_title_inlinecta.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bestseller-section.Featured__collection .collection__title.title-wrapper {
  margin-bottom: 48px;
}



/* multicolumns */
.whychoose-section.multicolumn .title {
  font-family: "Shaumy";
  color: #740000;
  font-size: 64px;
  font-style: normal;
  font-weight: normal;
  line-height: 66.3px;
}
.whychoose-section.multicolumn .multicolumn-list .multicolumn-card {
  background: #F9E7D5;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px;
}
.whychoose-section.multicolumn .multicolumn-list .multicolumn-card .multicolumn-card__image-wrapper {
  width: 36px;
  flex: 0 0 auto;
  margin: 0;
  padding: revert-layer;
}
.whychoose-section.multicolumn .multicolumn-list .multicolumn-card .multicolumn-card__info {
  padding: 0;
  flex: 1;
}
.whychoose-section.multicolumn .multicolumn-card__info > h3 {
  font-size: 20px;
  color: #231f20;
  font-weight: 500;
}
.whychoose-section.multicolumn .multicolumn-card__info > .rte {
  font-size: 15px;
  color: #656565;
}
.whychoose-section.multicolumn .multicolumn-card__info > .link {
  font-size: 16px;
  align-items: center;
  display: inline-flex;
  color: #3C3C3C;
  gap: 4px;
}


slider-component.featured_collection_grid.page-width-desktop {
    max-width: 1840px !important;
}
.banner-collection-section .banner_collection_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-combos-section .shop_combos_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adv_f_coll .collection__title_first > .collection__tile_div {
  flex: 0 0 auto;
  width: 45%;
}
.adv_f_coll .collection__title_first ul.collection-tab {
  border-radius: 8px;
  border: 1px solid #818181;
  background: rgba(0, 0, 0, 0.10);
  height: 70px;
  padding: 4px 5px;
  gap: 0px;
  justify-content: center;
  margin: 0;
}
.adv_f_coll .collection__title_first .adv_colle_tab {
  flex: 0 0 auto;
}
.adv_f_coll .collection__title_first ul.collection-tab > li {
  flex: 0 0 auto;
}
.adv_f_coll .collection__title_first ul.collection-tab li{
  text-align: center;
  padding: 10px 14px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
.adv_f_coll .collection__title_first {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.adv_f_coll .collection__title_first ul.collection-tab li.active {
    border-radius: 8px;
    background: linear-gradient(0deg, #803A17 0%, #803A17 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
@media (max-width: 1200px) {
  .whychoose-section.multicolumn .title {
    font-size: 50px;
  }
}
@media (max-width: 989px) {
  .whychoose-section.multicolumn {
    display: none;
  }
}
@media (max-width: 767px) {
  .whychoose-section.multicolumn .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .whychoose-section.multicolumn .title {
    font-size: 30px;
  }
}
.Featured__collection {
  padding-left: 3%;
}
.featured_collection_grid .slider-buttons {
    /* display: none; */
    justify-content: space-between;
    padding-right: 3%;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 100%;
}
.featured_collection_grid .slider-buttons .slider-button {
    background: #803A17;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    padding: 0px;
}
.featured_collection_grid .slider-buttons .slider-button svg.icon.icon-caret {
    width: 18px;
    height: 18px;
    color: #fff;
}
.featured_collection_grid .slider-buttons .slider-button[disabled] svg.icon.icon-caret {
    opacity: 0.5;
}
.featured_collection_grid .slider-buttons .slider-counter.caption {
  display: none;
}
.Featured__collection .card__information .card__heading {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
/* common responsive */
@media (max-width: 767px) {
  .Featured__collection {
    padding-left: 0%;
  }
  .featured_collection_grid .slider-buttons {
    padding-inline: 3%;
  }
  .header.header--middle-left {
      padding-top: 18px;
  }
  .bfcmannouncement span {
      font-size: 10px !important;
      gap: 2px !important;
  }
  .bfcmannouncement span svg {
      width: 16px !important;
      height: 16px !important;
  }
  .collection_footer_btn {
    margin-top: 10px;
  }
  .collection_footer_btn a.button {
    max-width: 204px;
    padding: 12px 12px;
    font-size: 12px;
  }
  .collection_footer_btn a.button svg{
    width: 13px;
    height: 13px;
  }
  .bestseller-section.Featured__collection .collection__title.title-wrapper .collection_top_btn,
  .banner-collection-section .banner_collection_header .collection_top_btn,
  .shop-combos-section .shop_combos_header .collection_top_btn{
    display: none;
  }
  .adv_f_coll .collection__title_first ul.collection-tab {
    height: 46px;
    padding: 0 3px;
  }
  .adv_f_coll .collection__title_first ul.collection-tab li {
      padding: 10px 0;
      font-size: 11px;
  }
  .product_list_box .pl_collection_heading h3 {
      font-size: 18px;
  }
  .testimonial_slider_header {
    padding: 0px 0 10px;
  }
  .testimonial__slider .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 749px){
  .featured_collection_grid ul.product-grid.grid--2-col-tablet-down.slider .grid__item {
    width: calc(46% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(46% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

.viewed-notification {
  font-family: var(--inclusive-fonts);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 140% */
  letter-spacing: 0.6px;
  margin: 18px 0 !important;
}
.product__info-wrapper .product__title{
  margin-top: 0 !important;
}
.product__info-wrapper .product__title h1{
  font-size:40px;
  font-family: var(--inter-fonts);
}
.product__info-wrapper .product_price_block {
    margin: 16px 0 0!important;
    border: none;
    padding-bottom: 0;
}
.bfcm_price .price-wrapper{
  margin-bottom: 0;
}
.product_features_box ul li span{
  color: #803A17;
}
.product__info-wrapper .offer-box {
    background-color: transparent;
    color: #000;
    padding:0px;
}
.product__info-container .product__tax{
  margin-top:0;
}
.product_payment_notes {
  margin: 17px 0 0!important;
}
.product__info-wrapper .offer-item p{
  color: #000;
}
.product_quantity_atcbtn {
    margin: 28px 0 0!important;
}
.product_quantity_atcbtn .product_buy_btns .product-form__buttons button{
  background: #803A17;
  border: 2px solid #803A17;
}
.product_buy_btns .product-form__buttons button span{
  color: #FFF;
}
.product_quantity_atcbtn .product_buy_btns .product-form__buttons button:hover{
  background: transparent;
  color: #803A17;
}
.product_quantity_atcbtn .product_buy_btns .product-form__buttons button:hover span{
  color: #803A17;
}
.product_quantity_atcbtn .quantity button.quantity__button {
    background: transparent;
    border: 1px solid rgba(128, 58, 23, 0.12);
}
.product_quantity_atcbtn .quantity input.quantity__input{
  border-top: 1px solid rgba(128, 58, 23, 0.12);
  border-bottom: 1px solid rgba(128, 58, 23, 0.12);
  color: #803A17;
}
.product_payment_security {
    margin: 28px 0 0!important;
}
.product__accordion summary .summary__title .accordion__title{
  color: #803A17;
}
.product__accordion .accordion__content p{
  color: #803A17;
}
.product__accordion summary svg path {
  stroke: #803A17;
}
.multi-image-card-section{
  background: #fff3e8;
}
.pdp-section-heading .heading,
.multi-image-card-wrapper .image-card-item .content--box .block-title,
.multi-image-card-wrapper .image-card-item .content--box .block-description,
.related-products .related-products__heading.h1,
.related-products .related-products__description p,
.full-unstyled-link,
.related-products .card__information .price .price__sale .price-item--sale,
.the-essence-card-wrapper .the-essence-card-item .content--box .index-number span,
.the-essence-card-wrapper .the-essence-card-item .content--box .block-title,
.the-essence-card-wrapper .the-essence-card-item .content--box .block-description,
.product-image-with-text .image-with-text__heading,
.product-image-with-text .image-with-text__text.body{
  color: #803A17 !important;
}
.the-essence-experience-section,
section#shopify-section-template--20935877328996__1758631369ab486d6e {
    background: #fff3e8;
}
.card-product_atcbtn.quick-add button.quick-add__submit svg line{
  stroke: #fff !important;
}
.card-product_atcbtn.quick-add button.quick-add__submit{
  background: #803A17 !important;
  color: #fff !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link{
  background: #803A17 !important;
  color: #fff !important;
  border-color: #803A17 !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link:hover{
  background:transparent !important;
  color: #803A17 !important;
}
.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
    color: #803A17 !important;
}
.jdgm-histogram__bar-content {
    background-color: #803A17 !important;
}
.jdgm-rev__author {
    color: #803A17 !important;
}
.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after, .jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
    color: white;
    background-color: #803A17 !important;
}
.jdgm-rev__icon:before {
    color: #803A17 !important;
}
.jdgm-paginate__page,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
    color: #803A17 !important;
}
.product__info-wrapper .giftwrap-box:before{
  display: none;
}
.product__info-wrapper .giftwrap-box {
    border-radius: 8px;
    background: #803A17;
    flex-direction: row-reverse;
    justify-content: start;
    gap:12px;
}
.product__info-wrapper .giftwrap-title {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
}
.product__info-wrapper .giftwrap-text {
    font-size: 16px;
    letter-spacing: normal;
    margin-left: 0px;
}
.product__info-wrapper .giftwrap-text p{
  margin: 0;
}
.product__info-wrapper .gift-checkbox {
    margin-bottom: 12px;
}
.giftwrap-right img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 4px;
}
@media (max-width: 767px) {
  .viewed-notification {
      font-size: 11px;
      margin: 12px 0 !important;
  }
  .product__info-wrapper .product_price_block,
  .product_quantity_atcbtn,
  .product_payment_security {
    margin: 12px 0 0!important;
  }
  .product__info-wrapper .product__title h1 {
    font-size: 24px;
  }
  .product__info-wrapper .gift-checkbox {
    margin-bottom: 4px;
  }
  .product__info-wrapper .giftwrap-title {
      font-size: 14px;
  }
  .product__info-wrapper .giftwrap-text {
      font-size: 12px;
      margin-left: 0px;
  }
  .product__info-wrapper .giftwrap-box {
    padding: 8px 8px;
    gap: 8px !important;
  }
}
.menu-drawer__navigation-container {
  display: flex;
  grid-template-rows: 1fr auto;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
  flex-direction: column;
}
.menu-drawer__menu.has-submenu .menu-drawer__menu-item {
  justify-content: space-between;
}
.menu-drawer__menu.has-submenu .menu-drawer__menu-item span.drawer_menu_badge {
    font-size: 12px;
    letter-spacing: normal;
    background: linear-gradient(0deg,rgba(116, 0, 0, 1) 0%, rgba(116, 0, 0, 0.7) 100%);
    padding: 4px 10px 6px;
    border-radius: 99px;
    color: #fff;
}
.menu-drawer__navigation-container{
  background: #fff3e8;
}
.menu-drawer__navigation {
    padding: 6px 0;
    flex: 1;
}
.header--has-social .menu-drawer__utility-links {
    background: #803A17;
}
.header--has-social .menu-drawer__utility-links a.header__icon.header__icon--whishlist svg path {
  stroke: #fff;
}
.header--has-social .menu-drawer__utility-links a.header__icon.header__icon--whishlist span {
  color: #fff;
  font-weight: 400;
}
.collection .card__content {
  align-items: stretch;
}
.collection .card__content .quick-add {
  width: 100%;
  display: flex;
  align-items: end;
}
.collection .card__content .quick-add product-form {
  width: 100%;
}

@media (max-width: 1199px) {
	.adv_f_coll .collection__title_first > .collection__tile_div {
		flex: 0 0 auto;
		width: 100%;
	}
	.adv_f_coll .collection__title_first .adv_colle_tab {
	 flex: 0 0 auto;
	 width: 100%;
	 text-align: left;
	}
	.adv_f_coll .collection__title_first > .collection__tile_div > h2.title {
	 text-align: left;
	}
	.adv_f_coll .collection__title_first > .collection__tile_div .collection__description.body {
		text-align: left;
	}
	.adv_f_coll .collection__title_first ul.collection-tab {
	 margin: 0 auto;
	 display: inline-flex;
	 height: 64px;	
	}
	.adv_f_coll .collection__title_first ul.collection-tab li {
	 font-size: 16px;
	}
}

@media (max-width: 767px) {
	.adv_f_coll .collection__title_first ul.collection-tab {
	 height: 40px;
	 padding: 0 3px;
	 border-radius: 6px;
	}
	.adv_f_coll .collection__title_first ul.collection-tab li {
	 padding: 6px 8px;
	 font-size: 10px;
	}
	.adv_f_coll .collection__title_first ul.collection-tab li.active {
	 border-radius: 4px;
	}
}


.menu-drawer__navigation {
  padding: 1rem 0 !important;
}
.drawer__inner.gradient.color-scheme-1 {
    background: #FFF3E8;
}
.cart-drawer .drawer__inner .drawer__header {
    background: #FFF3E8;
    border-bottom: 1px solid #E5D4C1;
}
.cart_footer_btnprice .totals .totals__total {
    color: #4A2C2A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.312px;
}
.cart_footer_btnprice .totals .totals__total-value {
    color: #760404;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.07px;
}
.cart-drawer .drawer__inner .drawer__header {
    background: #FFF3E8;
    border-bottom: 1px solid #E5D4C1;
}
.drawer__inner .drawer_heading_wrapper .drawer__heading {
    color: #4A2C2A;
    font-family: var(--inter-fonts);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.439px;
}
.drawer__inner .drawer_heading_wrapper .drawer_heading_count {
    color: #760404;
    font-family: var(--inter-fonts);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #E5D4C1;
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.drawer__inner .drawer_heading_wrapper > svg path {
    fill: #760404;
}
.cart-drawer .drawer__footer {
    padding: 0;
}
.cart-drawer .drawer__footer .cart_footer_btnprice{
  gap:12px;
  padding: 8px 20px 20px;
}
.cart_progress_block {
    border-bottom: 1px solid #E5D4C1;
    background: #FFE8CC;
}
.cart_progress_heading p {
    color: #4A2C2A;
    font-family: var(--inter-fonts);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
    text-align: left;
}
.cart_progress_col .cp_col_offer {
    color: #760404;
    font-family: var(--inter-fonts);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
}
.cart_progress_col .cp_col_topprice {
    color: #8B6F47;
    font-family: var(--inter-fonts);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}
.cart_progress_col.active .cp_col_icon {
    display: none;
}
.cart_progress_blank {
    background: #c6c6c6;
    border-radius: 99px;
    height: 10px;
    overflow: hidden;
    margin: 12px 0 0;
    width: 100%;
}
.cart_progress_col.cp_col__first {
    left: unset;
    right: unset;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}
.cart_progress_grid {
    position: relative;
    margin: 0 0 0;
    min-height: 20px;
    z-index: 1;
    width: 100%;
}
span.cp_congrats_label {
    display: flex;
    gap: 6px;
    align-items: center;
}
.cart_footer_btnprice .totals .totals__total {
    color: #4A2C2A;
    font-family: var(--inter-fonts);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.312px;
}
.cart_footer_btnprice .totals .totals__total-value {
    color: #760404;
    font-family: var(--inter-fonts);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.07px;
}
.cart_footer_btnprice .cart__ctas:before{
  display:none;
}
.cart_footer_btnprice .cart__ctas .cart__checkout-button {
    border-radius: 8px;
    background: #760404;
    border-color: #760404;
}
.drawer__footer .info-bar {
  border-bottom: 1px solid #E5D4C1;
  background: #FFE8CC;
  padding: 12px 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.drawer__footer .info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.drawer__footer .info-item p {
  margin: 0;
  color: #6B5745;
  text-align: center;
  font-family: var(--inter-fonts);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
}
.drawer__footer .offer-bar {
    background-color: #740000;
    padding: 6px 12px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
}
.drawer__footer .offer-bar p {
    margin: 0;
    color: #FFF;
    text-align: left;
    font-family: var(--inter-fonts);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    flex: 1;
    letter-spacing: normal;
}
.drawer__footer .offer-bar p a {
    display: inline;
    text-decoration: underline;
    color: #D4A574;
}
.drawer__footer .offer-bar .offer-bar-icons {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.drawer__footer .tabby > img {
  width: 40px;
  height: 16px;
  aspect-ratio: 5/2;
  display: block;
}
.drawer__footer .tamara > img{
  width: 49px;
  height: 16px;
  aspect-ratio: 49/16;
  display: block;
}
.cart-drawer .totals {
    align-items: center;
}
.cartitem-group {
  margin: 10px 10px 10px;
  padding-right: 0;
}
.cart-drawer .cart-items .cart-item.cart-item-nogwa.cart__item_rouge {
    border-radius: 11px;
    border: 2px solid #D4A574;
    background: rgba(255, 232, 204, 0.40) !important;
}
.cart-drawer .cart-items .cart-item.cart-item-nogwa,
.cart-drawer .cart-items .cart-item+.cart-item {
  border-radius: 10px;
  border: 1px solid #E5D4C1;
  background: #FFF !important;
}
.cart_proprty_sb {
  border-radius: 4px;
  background: #760404;
  padding: 2px 7.047px 2px 8px;
  color: #FFF;
  font-family: var(--inter-fonts);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.cart_item_properties {
    width: 95%;
}
.cart_item_properties dl {
  margin: 0;
}
.cart_item_properties .product-option {
    display: flex;
    justify-content: space-between;
}
.cart-drawer .product-option dd {
    color: #6B5744;
  font-family: var(--inter-fonts);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.cart-drawer .sub_totals.cart__summary-totals {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
}

.cart-drawer .sub_totals.cart__summary-totals h2.totals__total {
    margin: 0;
    color: #6B5744;
  font-family: var(--inter-fonts);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
}

.cart-drawer .sub_totals.cart__summary-totals p.totals__total-value {
    margin: 0;
    color: #4A2C2A;
  font-family: var(--inter-fonts);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.312px;
}
.cart-drawer .saving_totals {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D4A574;
    background: #FFE8CC;
    padding: 4px 12px;
}
.cart-drawer .saving_totals h2.totals__total {
    margin: 0;
    color: #4A2C2A;
    text-align: center;
  font-family: var(--inter-fonts);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.15px;
}

.cart-drawer .saving_totals p.totals__total-value {
    margin: 0;
    color: #760404;
    text-align: center;
    font-family: var(--inter-fonts);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.312px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-drawer .saving_totals p.totals__total-value span.tooltip-text {
    background: #fff;
    padding: 0px;
    border-radius: 99px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
}
.cart-drawer .tooltip {
  position: relative;
  display: inline-block;
}
.cart-drawer .tooltip__content {
    position: absolute;
    bottom: 125%;
    left: 0;
    transform: translateX(-50%);
    background: #d7e6d0;
    color: #1a7f37;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease;
    border: 2px solid #619a47;
    font-weight: 600;
}
.cart-drawer .tooltip__content p{
  margin: 0;
}
/* Arrow */
.cart-drawer .tooltip__content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
/* Show on hover */
.cart-drawer .tooltip:hover .tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-4px);
}
.cart-drawer .cart-items .cart-item.cart_item_bundle .quantity-popover-container {
    display: none;
}
.cart-drawer .cart-items .cart-item__details .cart_price_inner .product-option.cart_item_price {
    color: #4A2C2A;
  font-family: var(--inter-fonts);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.312px;
}
.cart-drawer .cart_item_price {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cart-drawer  .cart_item_price .product-option.cart_item_price {
    font-size: 12px;
}
.cart-drawer  .cart_item_price span.cart_item_compareprice {
    font-size: 11px;
    text-decoration: line-through;
}
.cart_item_bundle .cart_item_price {
    display: none;
}
.cart-drawer .cart-items .cart-item.cart-item_gift-product .cart-item__quantity-wrapper {
  justify-content: space-between;
}
.cart-drawer .cart-items .cart-item.cart-item_gift-product .quantity.cart-quantity {
    display: flex !important;
}
.cart-drawer .cart-item_gift-product .quantity-popover-container,
.cart-drawer .cart_item_bundle .quantity-popover-container{
  opacity:0;
  visibility: hidden;
}
@media (max-width: 450px){
  cart-drawer.cart__drawer_main .cart-drawer {
    width: 100%;
  }
  .cart-drawer .drawer__inner {
    width: 100%;
    max-width: calc(100vw - 0rem) !important;
  }
}

.menu-drawer .list-social {
    display: none;
}

.collection_bubbles_grid {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 14px;
    max-width: 700px;
    margin: 0 auto;
}
.collection_bubbles_grid .collection_bubble_item {
    width: calc(100% / 4 - 7px);
}
.collection_bubble_item .collection_bubble_link {
    display: block;
    text-decoration: none;
}
.collection_bubble_item .collection_bubble_link img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.collection_bubble_item .collection_bubble_link span {
    display: block;
    text-align: center;
    margin: 8px 0 0;
    color: #803A17;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
}
.facets__form-vertical .facets__heading,
.facets__disclosure-vertical summary.facets__summary div .facets__summary-label, .facets__disclosure-vertical summary.facets__summary div>*,
.facets-wrap-vertical .facets__item label.facets__label .facet-checkbox__text {
    color: #740000 !important;
}
.facets__disclosure-vertical summary.facets__summary[aria-expanded=true]>div svg.summary_minus_icon path,
.facets__disclosure-vertical summary.facets__summary>div svg path {
    stroke: #740000;
}
.product.grid {
    padding-top: 20px;
}
@media (max-width: 767px){
  .collection_bubbles_grid {
    gap: 12px;
    margin: 12px auto 0;
  }
  .collection_bubble_item .collection_bubble_link img {
    height: 40px;
    width: 40px;
  }
  .collection_bubble_item .collection_bubble_link span {
    margin: 6px 0 0;
    font-size: 14px;
  }
  .product.grid {
    padding-top: 6px;
  }
}
.pdp__product__template .announcement-bar-section .utility-bar.color-scheme-4.gradient {
    background: #121212;
}
.pdp__product__template .section-header header.header::before, 
.pdp__product__template .section-header header.header::after{
  display: none;
}
.pdp__product__template .section-header header.header {
    background-image: none;
}
.pdp__product__template .localization-selector.link {
    color: #FFE8CC;
}
.pdp__product__template .header .nav--search .nsc-flex .search-bar__filter > select {
    background-image: url(/cdn/shop/files/Vector_1b18434f-ab27-4135-8858-3ec5ddf5f641.png?v=1770707731);
    background-size: 12px auto;
}
.pdp__product__template .new_footer {
    background-image: none !important;
    background-color: #121212 !important;
}

.cart-drawer .drawer__footer .giftwrap-box {
    background-color: #803A17;
}
.cart__drawer_main .giftboxcart {
    padding: 10px 0px 0px;
}
.cart__drawer_main .giftwrap-box {
  background: #803A17;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:12px;
  max-width: 100%;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  position: relative;
}
.cart__drawer_main .giftwrap-box {
    flex-direction: row-reverse;
}
.cart__drawer_main .giftwrap-box:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/hand_with_gift_angle.png?v=1765450719);
    display: none;
    top: -5px;
    right: 5px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.cart__drawer_main .giftwrap-right {
  flex: 0 0 auto;
  width: 80px;
}
.cart__drawer_main .giftwrap-left {
  flex: 1;
}
.cart__drawer_main .gift-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.cart__drawer_main .checkmark {
  width: 14px;
  height: 14px;
  border: 1px solid #F1D8C2;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}
.cart__drawer_main .gift-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1.5px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.cart-drawer .drawer__footer .giftwrap-left {
    display: block;
}
.cart__drawer_main .gift-checkbox input {
  display: none;
}
.cart__drawer_main .giftwrap-title {
  font-size: 14px;
  font-weight: 600;
  color: #F1D8C2;
  line-height: normal;
  letter-spacing: normal;
}
.cart__drawer_main .giftwrap-text {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.7px;
  color: #F1D8C2;
}
.cart__drawer_main .giftwrap-text p{
  margin: 0;
}
@media (max-width: 767px) {
  .cart__drawer_main .giftwrap-right {
    width: 60px;
  }
  .giftwrap-right img {
      width: 60px;
      height: 60px;
      display: block;
  }
}

.offer__collection h2.title{
    font-family: "Shaumy";
  color: var(--Primary, #740000);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 66.301px; /* 103.596% */
}
.offer__collection .collection__description.body.rte{
  color: var(--Primary, #740000);
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .offer__collection h2.title{
    font-size: 36px;
  }
  .offer__collection .collection__description.body.rte{
    font-size: 18px;
  }
  .adv_f_coll .adv_featured_collection_grid .product-grid li:last-child{
    display : none;
  }
}
/* ---------------------------- ==================================== -----------------------------------
            END                     RAMADAN SPECIAL STYLES
------------------------------- ==================================== -------------------------------- */

/* sticky-header.header-wrapper{
  display:none;
} */



.offer-banner {
    background-image: url(https://cdn.shopify.com/s/files/1/0720/5607/8371/files/Frame_1171276818.jpg?v=1771414758) !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 80px 80px;
    padding: 40px 80px 70px;
}
.offer-tag {
    display: none !important;
}
.offer-img {
    margin-top: 40px;
}
.offer-img > img {
  width: 100%;
  border-radius: 20px;
}
.offer-title {
  font-family: "Shaumy";
  color: #fff !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 66.301px;
}
.offer-subtitle {
    text-align: center;
    color: #fff;
    font-family: "Instrument Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (min-width: 768px) {
  .mobile_banner{
    display:none;
  }
}
@media (max-width: 767px) {
  .desktop_banner{
    display:none;
  }
  .offer-img {
    margin-top: 12px;
  }
  .offer-banner {
    border-radius: 0 0 30px 30px;
    padding: 12px 16px 20px;
  }
  .offer-title {
    font-size: 36px;
    line-height: 125%;
  }
  .offer-subtitle {
    font-size: 14px;
    line-height: normal;
  }
}