/** Shopify CDN: Minification failed

Line 2169: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);
}

@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: 20px;
}
.header.header--middle-left .header__inline-menu ul.list-menu {
  gap: 28px;
}
/* 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;
  }
}

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

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

/* 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: rgb(var(--color-foreground));
    font-weight: 600;
    letter-spacing: normal;
  }
  .menu-drawer__utility-links .header__icon.header__icon--locator .svg-wrapper {
    width: 20px;
    height: 20px;
  }
  .menu-drawer__utility-links .header__icon.header__icon--locator span {
    height: auto;
  }
  .menu-drawer__utility-links .menu-drawer__account {
    display: flex !important;
  }
  .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: 130px;
  }
  .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;
  }
  .header .header__icons .header__icon .svg-wrapper {
    width: 18px;
    height: 18px;
  }
  .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: 65px;
  }
  .header.header--middle-left {
    row-gap: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .header__heading .header__heading-link {
    padding: 4px;
  }
  .header__heading-logo-wrapper .header__heading-logo {
    max-width: 155px;
  }
  .header .header__icons .header__icon--cart .cart-count-bubble {
    right: -8px;
  }
}

/* ---------------------------------------------------- --------------------------
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 -- 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;
}
.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;
}

@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;
}