/** Shopify CDN: Minification failed

Line 93:0 Unexpected "}"

**/
body .boost-sd__toolbar-top-mobile{
  position:static!important;
}
body .boost-sd__product-image-column>div{
  font-weight:600;
}
body .boost-sd__button--result{
  background-color:#de011c;
}
body .boost-sd__button--close svg rect{
fill:#de011c;
}
.announcement-bar.swiper-container-mobile{
  display:none!important;
}
.announcement-bar.swiper-container-mobile .owl-carousel .owl-stage{
      align-items: center;
    display: flex;
    justify-content: center;
}

@media(max-width:767px){
  .announcement-bar.swiper-container-desktop{
  display:none!important;
} 
 .announcement-bar.swiper-container-mobile{
  display:block!important;
} 
}


header .swym-header-launcher {
  margin: 0 20px 0 0 !important;
}
header .swym-header-launcher .swym-header-launcher-text {
  display: none !important;
}
header .swym-header-launcher-badge {
      background: var(--header-accent-color)!important;
    color: #fff!important;  
    font-weight: var(--text-font-bolder-weight)!important;
}
@media screen and (min-width: 1280px) {
  header .header__action-item {
    padding: 0 20px 0 35px !important;
  }
}

@media (max-width: 767px) {
  header .swym-header-launcher {
    margin: 0 3px 0 0px !important;
  }
  header .swym-header-launcher .swym-icon {
    font-size: 17px !important;
  }
  header .swym-header-launcher-badge{
        top: -3px !important;
        left: 9px !important;
        width: 15px !important;
        height: 15px !important;
        line-height: normal !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
  }
  header .header__cart-count{
    font-size: 10px;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    line-height: normal !important;
    min-width: auto !important;
    min-height: auto !important;
    top: -10px !important;
    right: -10px !important;
  }
}

@media screen and (max-width: 640px) {
    .mini-cart__inner .mini-cart__content {
        max-height: unset!important;
      height: 58%;
    }
  .mini-cart__inner.mini-cart__recap {
        height: 40%;
}
    }
}
/* ---------------------------------------- */
.fotter-btn-left {
  display: flex;
  align-items: start;
  gap: 5px;
}

.slp_1d97ce {
  border-bottom: 1px solid var(--border-color);
  margin: 5px 0 15px;
  background: transparent !important;
}

body.template-product .card__separator {
  margin: 12px 0 10px;
}
body.template-product .product-meta {
  margin-bottom: 10px;
}
.product-block-list__item .price--highlight {
  margin-left: 0.2em;
}

.product-item__info-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-item__info-inner .product-item__swatch-list {
  order: 1;
  /* display: none; */
}
.product-item__info-inner .product-item__title {
  order: 2;
  margin: 0 0 5px;
}
.product-item__info-inner .product-item__price-list {
  order: 3;
}
.product-item__info-inner .ruk_rating_snippet {
  order: 4;
}

.product-item__info .product-item__price-list {
  flex-direction: row-reverse;
  justify-content: start;
  margin: 0 0 5px;
}
.product-item__info .color-swatch {
  overflow: hidden;
  margin: 2px;
}
.product-item__info .color-swatch__item {
  border: 1px solid #ebebeb;
  border-radius: 100%;
}

.product-item__info .color-swatch-list {
  display: flex;
  flex-wrap: wrap;
}

.product-item__info .color-swatch.color-swatch--view-more a {
  display: none;
}
.product-item__info .color-swatch--view-more ~ .color-swatch,
.product-item__info .color-swatch--view-more .color-swatch__item {
  display: inline-block !important;
}
.product-item__info .color-swatch__radio:checked + .color-swatch__item {
  border: 2px solid #55a21d;
}
.product-item__info .color-swatch__radio:checked + .color-swatch__item:after {
  display: none;
}
/* ------------email popup-------------- */

#openPopupBtn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.email_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.email_popup .popup-content {
  background-color: #fff;
  display: flex;
  padding: 20px 20px;
  width: 95%;
  margin: 10px;
  border-radius: 8px;
  position: relative;
  max-width: 900px;
}

.email_popup .popup-inner {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}

.email_popup .popup-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.email_popup .popup-text {
  max-width: 100%;
}

.email_popup .popup-text a {
  color: #f30101;
}

.email_popup .close-btn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 34px;
  cursor: pointer;
  z-index: 9;
}

@media (max-width: 767px) {
  .email_popup .popup-inner {
    grid-template-columns: 1fr;
  }
  .email_popup .popup-image {
    display: none;
  }
  .email_popup .popup-inner #slf-form {
    padding: 0 !important;
  }
}

/* ---------------Mobile Search-------------------- */
.announcement-bar .newsletter-singup {
  margin: 0 0 0 20px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
.mobile-an-cus-image {
  display: none;
}
@media (max-width: 600px) {
  .mobile-an-cus-image .form__field,
  .mobile-an-cus-image .form__connection {
    height: 35px;
    align-items: center;
    display: flex;
  }
  .mobile-an-cus-image .form__connection svg {
    width: 20px !important;
    height: 16px !important;
  }

  .mobile-an-cus-image {
    display: block;
    background: #fff;
    padding: 2px;
  }
  .mobile-an-cus-image .boost-pfs-search-box {
    border: 1px solid #53a11b !important;
    border-color: #53a11b !important;
    border-right: none;
  }
  .mobile-an-cus-image .empty-state__quick-form {
    margin: 0 auto !important;
  }
  .mobile-an-cus-image .form__connected-item {
    margin: 0 !important;
  }
  /* .announcement-bar {
    display: none!important;
  } */

  .mobile-an-cus-image .form__connected-item .form__field {
    text-align: center;
    padding: 0px 19px;
  }
  .announcement-bar .message {
    left: 0 !important;
  }
  .announcement-bar .newsletter-singup {
    margin: 0;
  }
}
/* ----------------------------------- */
.product-list .slick-dots {
  position: relative;
  bottom: 0;
  margin: 0 0 20px;
}
.product-list .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.product-list .slick-dots li button:before {
  color: #d6d6d6;
}
.product-list .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #869791;
}
.product-list .slick-dots li button:before {
  font-size: 11px;
}
/* nav .nav-bar__linklist > li:first-child a,
.mobile-menu
  .mobile-menu__inner
  > .mobile-menu__panel:first-child
  .mobile-menu__nav
  > li:first-child
  a {
  font-weight: 600;
  border-bottom: 1px solid #f30101;
  color: #f30101;
  transition: 0.2s ease-in-out;
}
nav .nav-bar__linklist > li:first-child a:hover {
  color: #97b310;
  border-color: transparent;
  transition: 0.2s ease-in-out;
} */

@media (max-width: 767px) {
  .announcement-bar {
    flex-direction: column;
  }
}
/* ------------------quick---------------- */
.coll-quick-btn {
  display: none !important;
  position: absolute !important;
  left: 48% !important;
  right: 0 !important;
  width: 80% !important;
  background: #53a11b !important;
  bottom: 40% !important;
  color: #fff !important;
  background-image: initial !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  transform: translateX(-50%);
}
section[data-section-type="featured-collection"] .coll-quick-btn {
  bottom: 50% !important;
}
.product-item:hover .coll-quick-btn {
  display: block !important;
}
.product-item form {
  display: none;
}
/* .product-item form *:not(.coll-quick-btn){
  display:none;
} */
@media (max-width: 767px) {
  .product-item:hover .coll-quick-btn {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .coll-quick-btn {
    bottom: 50% !important;
  }
  section[data-section-type="featured-collection"] .coll-quick-btn {
    bottom: 60% !important;
  }
}

/* -------- */
body .flickity-prev-next-button:not(:hover) {
  background: #f6f6f6;
}
body .flickity-prev-next-button:not(:hover) svg path {
  fill: #97b310;
}

/* ----------------- */

.apps-icon .list-icon {
  margin: -50px 0 60px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.apps-icon .list-icon img {
  max-width: 200px;
  max-height: 60px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .apps-icon .list-icon {
    margin: 0 0 60px;
    gap: 20px;
  }
  .apps-icon .list-icon img {
    max-width: 150px;
    max-height: 45px;
  }
}
/* ------------ */

footer .footer__block-item--text_img .rte {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: 15px 0 0;
  flex-wrap: wrap;
}

footer .footer__block-item--text_img img {
  max-width: 100px;
  margin: 0;
}

@media (min-width: 1000px) {
  footer .footer__block-item {
    flex-basis: 25% !important;
  }
}
@media (max-width: 767px) {
  footer .footer__block-item--text_img .rte {
    margin: 0;
  }
}
/* -------------Common Settings------------ */
body .mw-option .mw-option__control {
  background-color: #fff !important;
}
body:has(> .boost-sd__modal) {
  overflow: auto !important;
}
.slf-widget .form-element {
  max-width: unset !important;
}
@media (max-width: 767px) {
  .slf-widget-type--popup .slf-widget__layout {
    display: flex !important;
  }
  .slf-widget .split-layout-column {
    display: none !important;
  }
}
/* ---------------Table style----------------- */
.table-wrapper table {
  border: 1px solid #ebebeb;
}
.table-wrapper table td strong {
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .table-wrapper table td {
    font-size: 12px !important;
  }
  .table-wrapper table td strong {
    font-size: 14px !important;
  }
}
/* -------------------featured header------------- */
body .featured-header {
  position: relative;
  justify-content: center;
}
body .featured-header .featured-heading {
  margin: 0;
}
body .featured-header a.section__action-link.link {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .featured-header .featured-heading.desktop-head {
}
body .featured-header .featured-heading.mobile-head {
  display: none;
}

@media (max-width: 767px) {
  body .featured-header .featured-heading.desktop-head {
    display: none;
  }
  body .featured-header .featured-heading.mobile-head {
    display: block;
  }

  body .featured-header {
    align-items: center;
    justify-content: center;
  }
  body .featured-header a.section__action-link.link {
    display: none;
    position: unset;
    transform: none;
  }
}

/* -----------product options--------- */
.mw-option .mw-option__control {
  text-align: left;
  border: 1px solid var(--form-border-color);
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), 0.25);
  border-radius: 3px;
  padding: 6px 16px 7px;
  display: block;
}
.section-text-with-icons {
  background-color: #f6f6f6;
  padding: 40px 0;
  margin: 0 !important;
}

/* ------------ Footer Newsletter--------- */
footer .footer-newsletter {
  margin: 0;
}
footer .footer-newsletter .newsletter.newsletter--compact {
  margin: 10px 0 0;
}

footer .footer-newsletter.newsletter-section .heading.h3 {
  margin-bottom: 5px !important;
  line-height: 1.7;
  text-align: left;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-newsletter.newsletter-section .heading.h3 strong {
  font-size: 13px;
  color: #fff;
}

footer .footer-newsletter.newsletter-section .rte {
  text-align: left;
  margin: 10px 0 0;
  font-size: 14px;
}
footer .footer-newsletter.newsletter-section input,
footer .footer-newsletter.newsletter-section select,
footer .footer-newsletter.newsletter-section button {
  font-size: 14px;
}

@media (max-width: 640px) {
  footer .footer-newsletter {
    margin: 10px 0 0;
  }

  footer .footer-newsletter.newsletter-section .heading.h3 {
    font-size: 12px;
    margin-bottom: 20px !important;
  }
  footer .footer-newsletter.newsletter-section .heading.h3 strong {
    font-size: 12px;
  }
}
/* ------------Newsletter section--------- */
.newsletter-section .heading.h3 {
  margin-bottom: 10px;
}
.newsletter-section .heading.h3 strong {
  font-size: 24px;
  color: #000;
}
.newsletter-section .sub-title {
  line-height: normal;
  margin: 10px 10px 0;
}
.newsletter-section .rte {
  line-height: normal;
  margin: 10px 10px 0;
}
.newsletter-section .form__input-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.newsletter-section .form__field {
  padding: 10px !important;
}
.newsletter-section select {
  margin: 0 !important;
}
.newsletter-section .form__submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
/* -------------------Blog-------------------- */
.block-list .block-list__item .article-item__image-container {
  padding-bottom: 54%;
  position: relative;
}
.block-list .block-list__item .article-item__image-container img {
  position: absolute;
  transform: scale(1.01);
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
}

/* --------------------header------------------- */
body .shopify-section__header {
  z-index: 999 !important;
}
.mobile-menu p.mobile-menu__section-title.heading.h5 {
  display: none;
}
/* ------------------Product Detail Page---------------- */
.product-block-list__item .card {
  background: #fff;
  padding: 10px;
}
.product-block-list__item .card .card__collapsible-button .card__title {
  font-size: 15px !important;
}
.product-block-list__item .card .card__collapsible-button {
  background: #fff;
  padding: 7px 10px !important;
}
.product-block-list__item .card .card__collapsible-content {
  background: #fff;
  padding-top: 15px;
}
.product-block-list__item .card {
  margin-bottom: 0px;
}

.product-block-list__item .card .card__title {
  font-size: 18px;
  font-weight: 600;
}
.card__collapsible-button .plus-button--large:before {
  width: 12px;
}
.card__collapsible-button .plus-button--large:after {
  height: 12px;
}
.product-block-list__item.product-block-list__item--description .card {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid var(--border-color);
}
.product-block-list__item.product-block-list__item--reviews .card {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid var(--border-color);
}
.product-block-list {
  margin-bottom: 50px;
}
/* --------------Collection Page--------------- */
.sub-collections .item {
  text-align: center;
}
.sub-collections .owl-stage {
  margin: auto;
}
.sub-collections .item h3 {
  line-height: 1.4;
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.sub-collections .item img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  transform: translateY(0);
  transition: 0.2s ease-in-out 0s;
}
.sub-collections .item a:hover img {
  transform: translateY(5px);
  transition: 0.2s ease-in-out 0s;
}
.sub-collections .inner-section {
  padding: 15px;
}
.sub-collections .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
/* ------------Collection Listing--------------- */
.modal__dialog .card__section .product-meta__reference,
.modal__dialog .card__section .product-meta__share-buttons,
.modal__dialog .card__section .shopify-payment-button {
  display: none !important;
}
.boost-pfs-filter-top-show-limit.value-picker-wrapper {
  display: none;
}
body .expandable-content[aria-expanded] {
  max-height: 160px;
}
.collection_list .collection-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.collection_list .collection-grid .item {
  width: calc(25% - 20px);
}
.collection_list .item {
  overflow: hidden;
}
.collection_list .item a img {
  transform: scale(1);
  transition: 0.4s ease-in-out 0s;
}
.collection_list .item a:hover img {
  transform: scale(1.1);
  transition: 0.4s ease-in-out 0s;
}
.collection_list {
  margin-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.collection_list h2,
.featured-heading {
  font-size: 24px !important;
  color: #000 !important;
  font-weight: 700 !important;
  text-align: center !important;
  /* font-family: Poppins !important; */
}
.collection_list a.btn-cls {
  font-weight: var(--text-font-bolder-weight);
  border-radius: 2px;
  display: block;
  background: #55a21d;
  color: #fff;
  text-decoration: none !important;
  padding: 10px;
  transition: 0.3s ease-in-out 0s;
  font-size: 14px;
  text-align: center;
  margin: 5px 0 0;
}

.collection_list a.btn-cls:hover {
  background: rgba(85, 162, 29, 0.8);
}
.collection_list .owl-dots {
  margin-top: 20px !important;
}
@media (max-width: 991px) {
  .collection_list .collection-grid {
    gap: 20px;
  }
  .collection_list .collection-grid .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 749px) {
  .collection_list h2,
  .featured-heading {
    font-size: 22px !important;
  }
}
/* -------------------Collection list---------------- */
.col_heading {
  margin: auto;
  font-weight: 600;
}
/* ---------------FAq Rewards Page----------------- */
.faq__contact-info a {
  color: #222021 !important;
  text-decoration: none !important;
}
.faq__contact-info a:hover {
  color: #55a21d !important;
}

/* ------------------Gift Card Product---------------- */
.custom-form-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.custom-form-fields label {
  width: 100%;
  margin-bottom: 7px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: 15px;
}
.custom-form-fields textarea {
  width: 100%;
  max-width: 400px;
  min-height: 80px;
}

body.no-mobile-scroll #smile-ui-container,
body.no-mobile-scroll #smile-ui-lite-container,
body.no-mobile-scroll #shopify-chat {
  display: none !important;
}

/* ------------------------Cart------------------ */
body .card__section .sezzle-checkout-button {
  padding: 12px 10px !important;
  margin: 0;
}

body .mini-cart__button-container .button-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
body .mini-cart__button-container .button-group .button {
  margin: 0;
}
body .mini-cart__button-container .button-group .sezzle-checkout-button {
  margin: 0;
  width: 100%;
  grid-column: 1/3;
}
/* ---------------Smile Landing Page----------------- */
.slp_ac2cc6,
.slp_30dfe8 .slp_51a39c,
.slp_1df341,
.slp_e72bb8 {
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.slp_30dfe8 .slp_51a39c {
  background-color: #fff !important;
  margin: 40px 0;
}
.slp_e72bb8 {
  margin: 40px 0;
}
.slp_30dfe8 {
  background-color: transparent !important;
}
.slp_7f5cc2 h1,
.slp_30dfe8 h2,
.slp_1df341 h2,
.slp_e72bb8 h2 {
  font-weight: 500;
  font-size: 20px;
}
.slp_30dfe8 h3 {
  font-size: 18px;
  color: #4e9a00;
  font-weight: 500;
  line-height: normal;
}
.slp_7f5cc2 .slp_6434b9 {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
}

.slp_7f5cc2 .slp_6434b9.slp_ba31b4,
.slp_6434b9,
.slp_7f5cc2 .slp_6434b9:hover {
  color: #fff !important;
  background-color: #4e9a00 !important;
  border-color: #4e9a00 !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
}
.slp_7f5cc2 .slp_6434b9.slp_ba31b4:hover,
.slp_6434b9:hover {
  background-color: rgba(78, 154, 0, 0.8) !important;
}
.slp_ac2cc6 .slp_931f00 {
  flex-direction: row !important;
}

@media only screen and (min-width: 768px) {
  .slp_ac2cc6 .slp_67f1a3 {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .slp_7f5cc2 h1,
  .slp_30dfe8 h2,
  .slp_1df341 h2,
  .slp_e72bb8 h2 {
    font-size: 18px;
  }
  .slp_30dfe8 h3 {
    font-size: 16px;
  }
}
/* ---------------Gift Guide-------------- */

.gift-guide .page__header {
  margin: 0;
  padding: 0;
  color: #fff;
}
.gift-guide .page__header h1 {
  color: #fff;
}
.gift-guide-section .container--narrow {
  max-width: 1000px;
}
.gift-guide-section {
  padding: 50px 0;
}
.gift-guide-section .gift-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.gift-guide-section .gift-list .gift-item {
  width: calc(50% - 15px);
  background: #fff;
  padding: 15px;
  text-align: center;
}
.gift-guide-section .gift-list .gift-item .img-block {
  overflow: hidden;
  margin: 0 0 15px;
}
.gift-guide-section .gift-list .gift-item img {
  margin: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out 0s;
}
.gift-guide-section .gift-item a:hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out 0s;
}
.gift-guide-section .gift-list .gift-item span {
  display: block;
  background: #f55353;
  color: #fff;
  text-decoration: none !important;
  padding: 10px;
  transition: 0.3s ease-in-out 0s;
  font-size: 14px;
}

.gift-guide-section .gift-item a:hover span {
  background: #55a21d;
  transition: 0.3s ease-in-out 0s;
}
.gift-guide-section .gift-item a {
  text-decoration: none !important;
}
.gift-guide-section .gift-list .gift-item h3 {
  margin: 0 0 10px !important;
  line-height: normal;
}
@media (max-width: 600px) {
  .gift-guide-section {
    padding: 30px 0;
  }
  .gift-guide-section .gift-list {
    gap: 20px;
  }
  .gift-guide-section .gift-list .gift-item {
    width: 100%;
  }
}
/* --------------boost App----------------- */
body .boost-sd__modal {
  display: none !important;
}
/* ---------------kaching bundle app-------------------- */
kaching-bundle {
  width: calc(50% - 10px) !important;
  display: block;
  margin: 20px 0 0;
}
/* kaching-bundle .kaching-bundles__bar-container{
      width: fit-content!important;  
} */
kaching-bundle .kaching-bundles__block-title {
  margin: 0px 0 20px !important;
}
kaching-bundle .kaching-bundles__bar-content {
  gap: 10px;
}
body kaching-bundle .kaching-bundles__bar-title,
body .kaching-bundles .kaching-bundles__bar-price,
body .kaching-bundles .kaching-bundles__bar-subtitle {
  font-size: 14px !important;
  line-height: normal !important;
}
body .kaching-bundles .kaching-bundles__bar-full-price,
body .kaching-bundles .kaching-bundles__bar-unit-price,
body .kaching-bundles .kaching-bundles__bar-variant-select {
  font-size: 13px !important;
  line-height: normal !important;
}
@media (max-width: 640px) {
  kaching-bundle {
    width: 100% !important;
    margin: auto;
  }
}
/* --------------Klaviyo Popup----------------- */
/* body
  .needsclick[data-testid="POPUP"]
  form.klaviyo-form
  .needsclick.kl-private-reset-css-Xuajs1,
body footer .needsclick.kl-private-reset-css-Xuajs1 {
  z-index: unset !important;
} */
body
  .needsclick[data-testid="POPUP"]
  form.klaviyo-form
  .needsclick.kl-private-reset-css-Xuajs1 {
  z-index: unset !important;
}
body .needsclick[data-testid="POPUP"] form.klaviyo-form #downshift-6-menu {
  z-index: 9 !important;
}
body footer #downshift-1-menu,
.newsletter .needsclick.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 {
  z-index: !important;
}

/* -------------------boost app style----------------------- */
body .boost-sd__cart-item-quantity-price {
  color: var(--header-accent-color) !important;
}
body .boost-sd__button.boost-sd__button--large {
  border-color: var(--header-accent-color) !important;
  background: var(--header-accent-color) !important;
}
body .boost-sd__cart-item-title,
body .boost-sd__cart-label,
body .boost-sd__cart-price {
  color: var(--heading-color) !important;
}
body .boost-sd__cart-item-option-title {
  color: var(--header-accent-color) !important;
}
body .boost-sd__recommendation {
  padding: 0 var(--desktop-container-gutter);
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  color: #1d2123;
}
body .boost-sd__recommendation .boost-sd__recommendation-bundle {
  background: #fff;
  padding: 20px;
}
body .boost-sd__recommendation .boost-sd__button {
  border-radius: 5px;
  background-color: #53a11b;
  border-color: #53a11b;
  color: #fff;
  font-weight: 600;
}
body .boost-sd__recommendation .boost-sd__button:hover {
  background: rgba(83, 161, 27, 0.8);
}
body
  .boost-sd__recommendation
  .boost-sd__recommendation-bundle
  .boost-sd__product-link {
  color: #53a11b;
}
body .boost-sd__recommendation .boost-sd__product-image--has-border {
  border-color: #1d2123;
}
body .boost-sd__recommendation .boost-sd__recommendation-bundle-checkbox-input {
  accent-color: #53a11b;
}
body .boost-sd__recommendation .boost-sd__recommendation-title-text {
  text-transform: capitalize !important;
  /* font-family: var(--heading-font-family)!important; */
}
/* body .boost-sd__recommendation .boost-sd__recommendation-title:before,
body .boost-sd__recommendation .boost-sd__recommendation-title:after{
  display:none!important;
} */
body .boost-sd__recommendation .boost-sd__recommendation-title {
  margin: 40px 0 20px !important;
}
body .boost-sd__button-text {
  font-size: 14px;
}
body .boost-sd__recommendation-bundle-item-info-content {
  font-size: 13px;
}
@media (max-width: 640px) {
  body .boost-sd__recommendation {
    padding: 0 var(--mobile-container-gutter);
  }
  body .boost-sd__recommendation-bundle-item-info-content {
    font-size: 12px;
  }
}

/* ----------------------------------- */
body .weglot-container {
  z-index: unset;
}

.product-form__option-name.Size {
  display: flex;
  align-items: center;
  gap: 10px;
}
.weglot-container {
  display: none !important;
}
header .weglot-container {
  display: inline-block !important;
  margin-right: 15px;
}

@media (min-width: 641px) and (max-width: 850px) {
  body header .container {
    padding: 0 20px;
  }
  body .header__search-bar-wrapper {
    max-width: 200px !important;
  }
  body .search-bar__input-wrapper {
    flex: auto;
  }
  .header__action-list {
    padding-left: 0px;
  }
  body .header__logo-image {
    max-width: 150px !important;
  }
  body .header--inline .header__logo {
    margin-right: 5px;
  }
  body .header__logo .header__logo-link {
    margin-right: 15px;
  }
  body .header__mobile-nav {
    margin-right: 20px;
  }
  header .weglot-container {
    margin-right: 10px;
  }
}

@media (max-width: 540px) {

  body header .container {
    padding: 0 12px;
  }
  body .header--inline .header__logo {
    margin-right: 0;
  }
  body .header__logo .header__logo-link {
    margin-right: 8px;
  }
  body .header__mobile-nav {
    margin-right: 10px;
  }
  header .weglot-container {
    margin-right: 5px;
  }
  body .header .icon--account,
  body .header .icon--search,
  body .header .icon--cart {
    width: 17px;
    height: 17px;
  }
  body .header__action-item {
    padding: 0;
  }
  header .header__action-list { 
    gap: 8px;
    
}
  header .header__inner{
    justify-content: center;
  }

  body .weglot_switcher.toggle .language-option {
    font-size: 12px;
    padding: 8px;
  }
}

body .form__floating-label {
  transform: translateY(-6px) scale(0.8) !important;
}

.template-register .custom_kleviyo_form_data {
  display: none;
}
input#customer\[email\] {
  opacity: 1 !important;
}

@media (max-width: 370px) {
    header .header__action-list {
        gap: 5px;
    }
      body .header__mobile-nav {
        margin-right: 5px;
    }
    body .header__logo-image {
    max-width: 135px !important;
  }
}

/* ---------------------------Search Style------------------------------------- */
.boost-pfs-search-suggestion-product-sale-price .see-cls {
  margin: 0;
}
body #reviews_fade {
  z-index: 11111111 !important;
}

@media screen and (max-width: 640px) {
  .product-list .product-item .custom_sales_badge_icon {
    top: 10px !important;
    width: 40px !important;
    right: 10px !important;
  }
}
/* ---------------------------Header Style------------------------------------- */
nav .nav-bar__item:nth-last-child(1) {
  margin-right: 0;
}
/* nav .nav-bar__linklist .nav-bar__item:nth-child(1) a,
nav .mobile-menu__nav .mobile-menu__nav-item:nth-child(1) a {
  font-weight: 600;
  border-bottom: 1px solid #f30101;
  color: #f30101;
  transition: color 0.2s ease-in-out;
}
nav .nav-bar__linklist .nav-bar__item:nth-child(1) a:hover {
  color: var(--accent-color);
  border-color: transparent;
  transition: color 0.2s ease-in-out;
} */

body div#shopify-section-header {
  z-index: 999 !important;
}
.user-icon {
  display: flex;
  justify-content: center;
}

.user-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

header .header__action-item-link {
  font-size: 14px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .popover--unlogged[aria-hidden="false"] {
    transform: scale(1) translateX(calc(37% - 7px)) !important;
  }
}

@media screen and (min-width: 1280px) {
  .header__action-item:last-child {
    padding: 0 !important;
  }
}

@media (max-width: 1279px) {
  .user-icon {
    display: none;
  }
}
/* --------------------------------------------------------------------------------------- */
.blog-sidebar__item--newsletter {
  background: #222021 !important;
  color: #fff !important;
}

body .product-form__info-list {
  /*       display: block!important; */
}

.product-form__info-list .product-form__info-item--quantity {
  position: relative;
  /*     padding-top: 40px;
    display: block;
    width: 100%; */
}
.product-form__info-list
  .product-form__info-item--quantity
  .best-fit-size-chart {
  position: absolute;
  top: -40px;
  left: 0px;
}
@media (max-width: 640px) {
  .product-recommendations .product-list {
    display: flex !important;
    flex-wrap: wrap;
  }
  .product-recommendations .product-list:after,
  .product-recommendations .product-list:before {
    display: none;
  }
  .product-recommendations .product-list .product-item {
  }
}
/* --------------------Footer Style------------------------------- */
footer .hidden-pocket a {
  display: none;
}
.footer_bottom {
  margin: 0;
  background: whitesmoke;
  color: #222021;
  padding: 10px 0;
}
.footer_bottom .footer__aside {
  margin: 0;
}
.footer__aside-item--copyright a {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer_bottom .footer__aside {
    align-items: center;
  }
}
@media (max-width: 640px) {
  .footer {
    padding-bottom: 0 !important;
  }
  footer .footer__aside-item--localization {
    display: none;
  }

    .announcement-bar .newsletter-singup{
    display: none !important;
  }
}

.section {
  margin: 5px 0 !important;
}



.mega-menu__column a {
    font-weight: bold;
}
.mega-menu[aria-hidden=false] {
    background: #F6F6F6 !important;
}
.card__title--small {
    display: none;
}
.nav-bar__item {

    font-weight: bold;
}
li.mega-menu__item a {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}

.nav-bar__item>.nav-dropdown {
    background: #F6F6F6 !important;
}

.layout__section--secondary .card {
    max-height: 70vh; 
    overflow-y: auto;
    scrollbar-width: thin; 
    scrollbar-color: #666 #fff; 
}

.layout__section--secondary .card::-webkit-scrollbar {
    width: 2px; 
}

.layout__section--secondary .card::-webkit-scrollbar-thumb {
    background-color: #666; 
    border-radius: 1px; 
}
.layout__section--secondary .card::-webkit-scrollbar-track {
    background: #f5f5f5; 
}
.layout__section--secondary .card::-webkit-scrollbar-button {
    display: none;
    height: 0;
}
.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    overflow-y: auto !important;
    overflow-x: hidden;
  
}

.nav-bar .mega-menu {
    width: max-content !important;
}
/* .mega-menu__inner {
    gap: 80px;
}
 */


.mega-menu__column {
    margin: 0px 22px 30px !important;

}

.vendor-tag-based p {
  line-height: normal;
  font-weight: 600;
  border: 1px solid #ebebeb;
  text-align: center;
  margin: 10px 30px;
  padding: 10px;
}