/** Shopify CDN: Minification failed

Line 2161:0 All "@import" rules must come first
Line 5996:4 "dispaly" is not a known CSS property
Line 6658:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

  .collection-hero__title{
    font-size: 50px;
  }
  .mySwiper444{
    height: 40px;
  }
  .tag36{
    position: absolute;
    bottom: -25px;
    right: -3px;
    display: flex;
  }
  .tag36 img{
    width: 70px;
    /* animation: blink 3s infinite; */
  }
  .ars-grid-media{
    position: relative;
  }
  .pd-tag36{
    position: absolute;
    bottom: -15px;
    right: -5px;
    display: flex;
  }
  .pd-tag36 img{
    width: 110px;
    /* animation: blink 3s infinite; */
  }
  @keyframes blink {
    0%, 50%, 100% {
      transform: scale(1);
    }
    25%, 75% {
      transform: scale(0.9);
    }
  }
  .pt-note33{
    background: #E0FFF2;
    display: flex;
    align-items: center;
    border-radius: 5px;
    gap: 9px;
    padding: 10px 9px 10px 16px;
    margin-top: 20px;
    height: 54px;
    border: 1px solid #00CC76;
  }
  .tax-note{
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
  }
  .cart__ctas{
    align-items: flex-start;
    flex-direction: column;
  }
  .payable-amount{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px 0 0;
  }
  .pa-text,
  .pa-total33{
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .cart__ctas{
    border-top: 1px solid #FFFFFF4A;
    padding-top: 16px;
    margin-top: 13px !important;
  }
  .note-op{
    display: flex;
    padding: 0px 6px;
    margin-top: 0;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    justify-content: center;
    height: 100%;
    gap: 7px;
    border-radius: 15px;
    letter-spacing: 0.01em;
    word-spacing: 2px;
  }
  .note-op strong {
    font-weight: 600;
  }
  .note-op img {
  }
  .show-mobile-fc{
    display: none !important;
  }
  .features {
    margin-top: 20px;
    padding: 15px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    column-gap: 50px;
    row-gap: 10px;
    background: #fff;
    box-shadow: 0px 2px 12px 0px #1F2D3D1A;
    border-radius: 10px
  }
  .feature-item-cart {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .feature-item-cart p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
    letter-spacing: 0.01em;
  }
  .icon img {
    object-fit: contain;
    max-width:46px;
  }
  .ct-content23{
    margin-top: 20px;
  }
  .cart-item-icon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-right: 10px;
  }
  .feature-item-cart .icon{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .variants-value33.show{
    display: none;
  }

  .ciq-8553251701013 .quantity__button{
    opacity: 0;
    visibility: hidden;
  }
  .ciq-9472903938325{
    justify-content: center;
    margin-top: 0px;
  }
  .cart-quantity-dropdown {
    position: relative;
    width: 80px;
    cursor: pointer;
  }
  .cart-quantity-dropdown.open .cart-quantity-list {
    display: block;
  }
  tbody .cart-item[data-id="46261514174741"] {
    order: 9999; /* sirf flex/grid container me kaam karega */
  }

  .cp-variant-box{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 11px !important;
  }
  .cst-vr22{
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
  }
  .cp-variant-box label,
  .cq-text{
    white-space: nowrap;
    margin: 0;
    font-family: 'Abhaya Libre ExtraBold';
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    color: #101830;
  }
  .cart-item__totals.active .loading-overlay{
    display: block !important;
  }
  .cart-item__totals.active .cart-item__price-wrapper{
    display: none !important;
  }
  .cp-variant-dropdown {
    position: relative;
    width: 250px;
    display: none;
  }
  .cp-variant-dropdown.show{
    display: flex;
  }
  /* .cp-variant-dropdown{
    align-items: center;
    width: 100%;
    gap: 10px;
  } */
  .cp-variant-trigger,
  .cart-quantity-trigger {
    background: transparent;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #FFC7A1;
    cursor: pointer;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cp-variant-selected,
  .cp-variant-price,
  .cart-quantity-selected{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 14px;
    color: #1A202C;
  }
  .cp-variant-price{
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .cp-arrow {
    transition: transform .3s ease;
  }
  .cp-variant-dropdown.open .cp-arrow {
    transform: rotate(180deg);
  }
  .cp-variant-list {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 4px;
    display: none;
    z-index: 20;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px #E09D7040;
  }
  .cp-variant-dropdown.open .cp-variant-list {
    display: block;
    height: 275px;
    overflow-y: scroll;
  }
  .qs-box{
    line-height: 1 !important;
  }
  .cp-variant-item,
  .cart-quantity-item {
    list-style: none;
    margin: 7px;
    border-bottom: 1px solid #BBC2CC;
  }
  .cart-quantity-list li:last-child,
  .cp-variant-list li:last-child{
    border-bottom: none;
  }
  .cp-variant-item .li-box,
  .cart-quantity-item .qs-box{
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #1A202C;
    margin-bottom: 7px;
    border-radius: 8px;
  }
  .cart-quantity-item .qs-box:hover {
    background: #E09D70;
    color: #fff;
  }
  .cp-variant-item .li-box:hover,
  .cp-variant-item.active .li-box {
    background: #E09D70;
    color: #fff;
  }
  .cp-variant-item.disabled {
    opacity: .5;
    pointer-events: none;
  }
  .cart-item__quantity.remove{
    opacity: 0;
    visibility: hidden;
  }
  .qt-3322{
    margin-top: 11px !important;
    min-height: 40px;
    width: 84px;
    border: 1px solid #E4E4E4 !important;
  }
  .qt-3322 .quantity__button{
    width: auto !important;
    padding: 7px;
  }
  .qt-3322 .quantity__button svg{
    width: 9px;
  }
  .cart-item__price-wrapper p{
    line-height: 1;
    font-weight: 600;
    color: #000;
    font-family:'DM Sans';
    font-size: 20px;
  }
  .qt-3322 .quantity__input{
    font-size: 14px;
  }
  .ciq-box p{
    color: #000;
    font-family:'DM Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }
  .variants-popup-btn{
    cursor: pointer;
  }
  .variants-popup-btn span{
    height: 30px;
    font-size: 12px;
    border-radius: 6px;
    color: black;
    font-weight: 500;
    border: 1px solid black;
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 2px solid #FFC7A1;
  }
  .variants-popup-btn.show{
    display: none;
  }
  .variants-popup-btn span:hover{
    color: #FFC7A1;
  }
  .variants-model-popup.active {
    display: block;
  }
  .variants-model-popup{
    display: none;
    position: fixed;
    left: 50%;
    margin: 0 auto !important;
    max-height: 90%;
    max-width: 95% !important;
    min-height: 240px;
    outline: 0;
    padding: 0;
    right: 0;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1005;
    background-color: #fff;
    width: 900px;
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.9);
  }
  .vm-title h4{
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-family: 'DM Sans';
  }
  .vm-title{
    padding: 1rem 2.25rem 1rem 3rem;
    border-bottom: 1px solid #e8e8e8;
  }
  .variants-modal-close{
    cursor: pointer;
    height: 2.28571rem;
    width: 2.28571rem;
    top: 1.05rem;
    right: .75rem;
    color: #FFC7A1;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 50;
  }
  .variants-modal-close span{
    font-size: 44px;
    line-height: 2.3rem;
  }
  .save-btn-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .save-btn-var{
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    line-height: 18px;
    padding: 10px 15px;
    border: 1px solid #FFC7A1;
    background: #fff;
    font-family: 'DM sans';
    color: #000;
    background-color:  #FFC7A1;
    text-transform: uppercase;
  }
  .save-btn-var .loading-overlay__spinner{
    display: none;
  }
  .save-btn-var.active .loading-overlay__spinner{
    display: block;
  }
  .save-btn-var.active .btn-text{
    display: none;
  }
  table.cart-items .cart-item{
    border-bottom: 1px solid #e8e8e8;
  }
  .cart-item__details{
    padding-top: 15px;
  }


.abc {
  font-family: "Playfair Display";
}
.announcement-bar {
  display: block;
}
.announcement-bar__link {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: Urbanist;
  line-height: 21px;
}
.announcement-bar__link:hover {
  color: #fff;
}
.announcement-bar-Slider-new.flickity-enabled {
  display: block;
}
.announcement-bar__message span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.header-phone p a {
  color: #e09d70 !important;
}
.announcement-bar-slider .slider-button .icon {
  /* color: #FFF; */
}
/* body {
  background-color: #f3f3f3 !important;
  color: #212529 !important;
} */

.pods-9472903938325,
.pos-9472903938325{
  visibility: hidden;
  opacity: 0;
}
.ciq-box{
  max-width: 140px;
}
.ciq-9472903938325{
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-start;
}
.quick-add-btn {
  align-self: flex-end;
}
.text-center {
  text-align: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.utility-bar {
  background-color: #0c1226 !important;
}
.cart-title {
  margin-bottom: 0;
  margin-top: 30px;
}
.free_shipping_card.free_shipping_card_wrapper_cln210h1p4319481ovo4pxwmg4f.cart_page {
  margin-bottom:2rem !important;
}
predictive-search .spinner {
  width: 18px !important;
  height: 18px !important;
}
.lowest {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 300;
  line-height: 25.63px;
  background-color: #fbfafa;
  padding: 18px 18px;
  margin: 0 0 0 100px;
  width: 60%;
}
.freeSpark {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 102.5%;
  text-transform: uppercase;
  color: #0c1226;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
  background-color: #eae5e5;
  padding: 15px 10px 15px 25px;
  width: 650px;
  margin: 0;
}
.same {
  font-family: "Poppins";
  background-color: #e1bca3;
  padding: 15px 18px;
  width: 53%;
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 0 100px;
  line-height: 25.63px;
}
.footer__content-bottom {
  display: flex;
  justify-content: space-between;
}
.footer__content-bottom {
  border-top: none !important;
  padding-top: 0 !important;
}
.footer__content-top {
  padding-bottom: 0 !important;
}
.footer {
  border: none !important;
}
.footer__payment img {
  max-width: 100%;
}
.header__icon--menu {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}
.nav-container {
  background: #101830;
  /* padding: 8px 0; */
}
.header__menu-item svg path {
  fill: #fff;
}
.header__menu-item span {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 0;
}
ul.header-icons {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  /* flex-direction: row-reverse; */
  gap: 15px;
}
.header-icons li a {
  padding: 9px 0;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: "Poppins";
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}
p.view-cart-p {
  color: #848484;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  margin: 0;
}
.header__icon--cart .icon-title {
  display: flex;
  flex-direction: column;
}
/* ul.header-icons li {
  padding-right: 40px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
} */
.header-icons li a svg.icon,
.header__icon--cart .icon {
  width: 48px !important;
  height: 24px !important;
  margin-right: 8px;
}
.header-search .field{
    --inputs-border-width:0px;
  --inputs-radius-outset:5px;
  --inputs-radius:5px;
}
.header-search .search__input.field__input {
  /* padding-top: 5px !important;
  padding-bottom: 5px;
  height: auto;
  border-radius: 5px;  */
  background: #F5F5F5 !important;
  height: 4rem;

}
.header-search .field__label{
  color: rgba(0, 0, 0, 0.31);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: Urbanist;
  top: calc(1.4rem + var(--inputs-border-width));
}
.header-search input::placeholder {
  color: #000 !important;
  display: block !important;
  visibility: visible;
}
/* .header-search .search__button {
  height: 40px;
} */
.header-search .search__input {
  box-shadow: none !important;
}
.header-search .reset__button {
  right: 50px; 
}
.newsletter-form__input {
  width: 100%;
  outline: none;
  box-shadow: none !important;
  padding: 9px 0px 9px 20px;
  background: #eae5e5;
  border: 1px solid #ffffff;
  /* color: white !important; */
  font-size: 16px;
  line-height: 24px;
}
.newsletter-form__button {
  background: #0c1226;
  border: 2px solid #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding: 8px 10px;
  color: white;
  margin-top: 20px !important;
  width: 100% !important;
  cursor: pointer;
}
.list-social__item .icon {
  width: 26px !important;
  height: 26px !important;
}
.footer__list-social.list-social:only-child {
  justify-content: flex-start !important;
}
.list-social {
  margin-top: 20px;
}
.logo-bar {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
}
.logo-bar__item {
  display: flex;
  width: calc(20% - 24px);
  align-items: center;
  justify-content: center;
}
.logo-bar-image img {
  width: 56px;
  height: auto;
}
.logo-bar-image {
  margin-right: 20px;
}
.logo-bar-title {
  font-size: 20px;
  line-height: 22px;
  font-family: "Poppins";
  font-weight: 500;
}
ul.testimonial-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px !important;
  padding-left: 0;
  column-gap: 25px;
}
.testimonial-img li {
  list-style: none;
}
ul.testimonial-img li img {
  border: none;
}
.title-wrapper-with-link {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.home-choose .image-with-text__content {
  background: transparent;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.home-choose .image-with-text__text {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0px 10px 80px;
  position: relative;
  font-weight: 200;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.home-choose
  .image-with-text__content
  .image-with-text__text:nth-child(1)::before {
  content: "1.";
}
.home-choose
  .image-with-text__content
  .image-with-text__text:nth-child(2)::before {
  content: "2.";
}
.home-choose
  .image-with-text__content
  .image-with-text__text:nth-child(3)::before {
  content: "3.";
}
.home-choose .image-with-text__content .image-with-text__text::before {
  position: absolute;
  font-size: 65px;
  font-family: "Playfair Display";
  left: 15px;
  top: 0;
}
.announcement-bar__message {
  color: var(--Solid-Solid-White, #fff);
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; /* 150% */
  letter-spacing: normal;
}
.footer,
.footer-block__details-content .list-menu__item--link,
p.footer-block__heading,
.copyright__content {
  font-size: 16px !important;
}
ul.footer-contacts li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
ul.footer-contacts {
  margin: 0;
  padding: 0;
}
.footer-contacts li img {
  width: 26px;
  height: 26px;
  margin: 0;
  display: block;
}
.our-featured-products .button--secondary {
  color: #fff;
  border: 2px solid #000 !important;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.our-featured-products .button--secondary:hover {
  color: rgb(12, 18, 38);
  background: transparent;
}
.our-featured-products .card__heading {
  font-size: 26px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0 30px;
}
.our-featured-products .card__media {
  border-radius: 10px !important;
}
.our-featured-products .card__heading a {
  text-decoration: none !important;
}
.our-featured-products .card-information,
.our-featured-products .card__information {
  text-align: center;
}
.our-featured-products .card-information {
  font-size: 23px;
  font-family: "Poppins";
  font-weight: 300;
}
a.article-readmore-link {
  color: #101830;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
  text-decoration: none;
}
.client-saying h2.title {
  font-family: "Playfair Display";
}
.client-saying .multicolumn-card__info {
  font-size: 18px;
  border-left: 2px solid #000;
  padding-left: 14px !important;
  padding-top: 15px;
  position: relative;
}
.client-saying .multicolumn-card__info::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  rotate: 45deg;
  bottom: 0;
  left: -4px;
}
.client-saying .multicolumn-card__info h3.inline-richtext {
  position: relative;
  padding-bottom: 22px;
}
.client-saying .multicolumn-card__info h3.inline-richtext:after {
  content: "";
  position: absolute;
  background: url(/cdn/shop/files/star-rating.png?v=1688387440)
    no-repeat;
  height: 20px;
  width: 115px;
  left: 0;
  bottom: 0;
}
.client-saying .multicolumn-list__item {
  position: relative;
  padding-top: 50px !important;
}
.client-saying .multicolumn-list__item:before {
  content: "";
  position: absolute;
  background: url(/cdn/shop/files/quote.png?v=1688387981)
    no-repeat;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 15px;
}
.page-title .main-page-title {
  font-size: 50px;
  font-weight: 500;
  padding-top: 25px;
  line-height: 50px;
  text-align: center;
  margin: 0;
}
.terms-title{
  font-size: 24px;
}
/* .product-info-top {
  padding: 20px 30px;
  background: #ebe5e5;
  border-top: 9px solid #0c1226;
} */
.product__info-container .product__title h1 {
  color: #000;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
}
.product__title + .product__text.caption-with-letter-spacing {
  margin-top: 0 !important;
}
.product__text.caption-with-letter-spacing,
.short-description {
  text-transform: unset !important;
  font-size: 16px;
  font-weight: 200;
  /* margin-bottom: 20px !important; */
}
.product-form__buttons {
  max-width: 100% !important;
}
.product-form__submit,
.custom-addto-cart-default {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  padding: 8px 0;
}
.description-heading {
  color: #000;
  font-family: "Abhaya Libre ExtraBold";
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.product__description {
  color: #4f4f4f;
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.divider-line {
  height: 2px;
  background-color: #e5e5e5;
  display: block !important;
  position: relative;
}
/* .divider-line:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  top: -2px;
  left: -2px;
  rotate: 45deg;
}
.divider-line:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  top: -2px;
  rotate: 45deg;
  right: -2px;
} */
.description-wrapper {
  margin-top: 10px;
  display: inline-block;
}
.product__info-wrapper .price .price-item {
  font-weight: 500;
  color: #101830;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.product__info-wrapper .price--on-sale .price-item--regular {
  color: rgba(0, 0, 0, 0.4);
  display: none;
}
.product-info-top .product__tax {
  display: none;
}
.product-form__quantity {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.product-form__quantity .form__label {
  margin-right: 30px;
  color: #101830;
  font-family: Abhaya Libre ExtraBold;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 7px;
}
/* .product-quantity-wrapper:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  rotate: 45deg;
  top: -3px;
  left: 0;
}
.product-quantity-wrapper:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  rotate: 45deg;
  top: -3px;
  right: 0;
}
.product-quantity-wrapper {
  margin-top: 15px;
  position: relative;
  border-top: 1px solid #000;
  padding-top: 30px;
} */
.faq-title {
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}
.product__accordion .accordion__title {
  font-family: "Poppins";
  font-size: 20px;
}
.product__accordion {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
.accordion__content {
  font-weight: 200;
  padding: 0 !important;
  color: rgba(19, 3, 31, 0.7);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.accordion + .accordion {
  margin-top: 0;
  border-top: none !important;
}
.card-information .price .price-item {
  font-size: 22px !important;
}
.card-information .price--on-sale .price-item--regular {
  color: #0006 !important;
}
.cart-count-bubble {
  background: #e09d70;
  font-family: "Urbanist", sans-serif;
  top: 0px;
  bottom: auto;
  height: 1.4rem;
  width: 1.5rem;
  color: #000;
}
.alt-heading h2.rich-text__heading,
.alt-heading h2.title,
.alt-heading h2.blog__title {
  font-family: "Playfair Display";
}
.home-buy-with-us .multicolumn-card__info h3.inline-richtext {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  margin: 0 auto;
}
.home-blog .blog-subheading p {
  font-weight: 200;
  margin: 0px;
}
.image-with-text__media {
  border: none !important;
}

.main-page-sidebar ul.page-list li {
  list-style: none;
}
.main-page-sidebar ul.page-list {
  padding: 0;
}
.main-page-sidebar ul.page-list li a {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-decoration: none;
}
ul.page-list li {
  list-style: none;
  margin-bottom: 1rem;
}
hr {
  margin: 1rem 0;
  color: #000;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
.faq-item {
  border-top: 1px solid #000;
  padding: 12px 16px;
}
.faq-container .faq-item:last-child {
  border-bottom: 1px solid #000;
}
h2.faq-item__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 108%;
  font-family: "Poppins";
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 0;
  position: relative;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 16px 0px;
}
.faq-item__description {
  font-weight: 200;
  line-height: 152%;
  color: #000;
}
.faq-item.open .close-faq svg {
  rotate: -90deg;
}
.close-faq svg {
  width: 20px;
  height: 20px;
  transition: ease all 0.5s;
}
.sidebar-menu-wrapper h2.sidebar__heading,
h1.collection-hero__title {
  margin-top: 10px;
}
.collection-hero__title {
  margin: 0;
}
.collection-hero__text-wrapper {
  margin-bottom: 30px;
}
/* .product-grid-container .product-card-wrapper {
  border: 2px solid #000;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
} */
/* .product-grid-container .card__information {
  text-align: center;
} */
/* .product-grid-container .card__heading {
  font-size: 22px;
  color: #000;
  font-family: "Poppins";
  font-weight: 500;
} */
/* .product-grid-container .price__container {
  text-align: center;
  width: 100%;
}
.product-grid-container .card-information .price .price-item {
  font-size: 20px !important;
  font-weight: 500;
} */
.pagination__list {
  align-items: center;
}
.pagination__list > li {
  max-width: 50px;
  text-align: center;
}
a.pagination__item:after,
a.pagination__item:hover:after {
  display: none;
}
a.pagination__item {
  border-radius: 5px;
  border: 1px solid var(--200, #e3dbd8);
  text-decoration: none;
  font-size: 18px;
  opacity: 1;
}
.pagination__item.pagination__item--current {
  background: transparent;
  color: currentColor;
  border: 1px solid #e09d70;
}
.pagination__item {
  border-radius: 5px;
  border: 1px solid var(--200, #e3dbd8);
  text-decoration: none;
  font-size: 18px;
  opacity: 1;
}
.product-grid-container .product-grid {
  row-gap: 36px;
}
.quick-add__submit {
  height: auto !important;
  min-height: initial !important;
  color: #fff;
  border-radius: 20px;
}
.quick-add__submit:after,
.quick-add__submit:before {
  display: none;
}
/* .bundle-product .product-bundle-container,
.bundle-product .product-accessories-container {
  background: #eae5e5;
  border-top: 9px solid #0c1226;
  padding: 20px 30px;
} */
.bundle-product .product-block-title {
  color: #101830;
  font-family: 'Abhaya Libre ExtraBold';
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 7px;
}
ul.products-bundle,
ul.products-accessories {
  margin: 0;
  padding: 20px 0 0;
  column-gap: 10px;
  list-style: none;
  gap: 12px;
}

li.bundle-item {
  border-radius: 10px;
}
li.bundle-item .tick-mark {
  color: #000;
  display: none;
}
li.bundle-item.selected {
  background: #fff;
}
li.bundle-item.selected .tick-mark:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 19px;
  width: 1px;
  height: 100%;
  background: #000;
  rotate: 45deg;
}
.tick-mark svg.icon {
  fill: #000;
  width: 15px;
  height: 15px;
}
li.bundle-item.selected .tick-mark {
  display: block;
  position: absolute;
  top: -7px;
  left: 2px;
  width: 40px;
  height: 60px;
  padding-top: 7px;
  padding-left: 3px;
}
.add-to-cart-container {
  margin: 0 0 12px;
}
.custom-addto-cart {
  border-radius: 8px;
  background: #101830;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  padding: 8px 0;
  cursor: pointer;
  width: 100%;
  border: none !important;
}
.custom-addto-cart:before,
.custom-addto-cart:after {
  display: none !important;
}
.guranteed-icon-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guranteed-icon-container ul li {
  list-style: none;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.guranteed-icon img {
  max-width: 60px;
}
.guranteed-text {
  text-align: left;
  margin-left: 20px;
}
.all-total {
  padding: 10px 30px 30px;
}
.all-total-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.all-total-label {
  color: #000;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.all-total-amount {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bundle-product .product-info-top {
  /* border: none; */
}
.bundle-product .product-info-top .product__title {
  /* margin-bottom: 0; */
  text-align: left;
}
.product-form__input.product-form__input--dropdown {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 12px;
  flex-direction: column;
}
.product-form__input.product-form__input--dropdown label.form__label {
  margin-bottom: 0;
  color: #101830;
  font-family: "Abhaya Libre ExtraBold";
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 7px;
}
.product-form__input .select {
  max-width: 380px;
}
.card-bundle-options label.form__label {
  display: none;
}
/* quantity-input.quantity.cart-quantity {
  background: #f3f3f3;
  border: 1px solid #000;
} */
.quantity {
  background: #fff;
  border: 2px solid #ffc7a1;
  border-radius: 8px;
  overflow: hidden;
}
.product .quantity:after,
.product .quantity:before {
  box-shadow: none;
}
/* .quantity:after,
.quantity:before {
  --inputs-radius: 8px !important;
  border: 1px solid #ffc7a1;
  box-shadow: none;
  --inputs-radius-outset: 8px;
} */
.header__active-menu-item {
  text-decoration: none !important;
}
.accessories-item .quick-add__submit,
.accessories-item .quick-add__btn {
  background: #101830;
  color: #fff;
  width: 95px !important;
  min-width: 95px !important;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 auto;
  font-weight: 500;
  height: auto !important;
  min-height: 3rem;
  line-height: 19px;
  border-radius: 5px;
}
.accessories-item .quick-add__btn:disabled {
  font-size: 14px;
}
.accessories-item .card__information {
  grid-row-start: 1;
}
.accessories-item .card__content,
.bundle-item .card__content {
  text-align: center;
  align-items: center;
}
.accessories-item h3.card__heading,
.bundle-item h3.card__heading {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-body-family) !important;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  max-width: 200px;
}
.accessories-item .card-price,
.bundle-item .card-price {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  min-width: 60px;
}

/* .accessories-item button.quantity__button {
  background: #0c1226 !important;
  border-radius: 50%;
  width: 25px;
  color: #fff;
  position: absolute;
  height: 25px;
  z-index: 1;
  opacity: 1 !important; 
}*/
.accessories-item .quantity {
  min-height: 25px !important;
  position: relative;
  width: 100px;
  margin: 0 auto;
  border-radius: 20px !important;
  overflow: hidden;
}
button.quantity__button[name="minus"] {
  left: 0;
  top: 0;
}
button.quantity__button[name="plus"] {
  right: 0;
  top: 0;
}
.bundle-item .select__select {
  height: 30px;
  padding: 0 20px 0 10px;
}
.bundle-item .card-price {
  display: none;
}
.bundle-item .select .icon-caret {
  right: 5px !important;
}
.bundle-item .card-price {
  margin-top: 10px;
}
.bundle-item .product-form__input.product-form__input--dropdown {
  margin-top: 0px;
  margin-bottom: 5px;
}
.accessories-item .card-per-price,
.bundle-item .card-per-price {
  color: #7c7c7c !important;
  font-size: 15px;
  text-align: center;
  text-transform: none !important;
}
.card-per-price {
  font-size: 22px;
  color: #0c1226 !important;
  text-align: center;
}
.product-grid-container .card-per-price {
  display: none;
}
ul.products-total-bundle {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
li.bundle-total-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none !important;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 500;
}
.header-badge {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.header-badge a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  line-height: 150%;
}
.header-badge img {
  max-width: 95px;
}
.testimonial-img img {
  width: 200px;
}
.our-featured-products .price {
  display: none;
}
.default-product .product-quantity-wrapper {
  /*display: none !important;*/
}
/* .default-product .product-accessories-container {
  margin-top: 0;
  border-top: 8px solid #0c1226;
  background: #eae5e5;
  padding-top: 22px;
} */
.default-product .accessories-title {
  color: #101830;
  font-family: Abhaya Libre ExtraBold;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 7px;
}
ul.footer-contacts li a {
  text-decoration: none;
  word-break: break-word;
  font-size: 15px;
  display: block;
  line-height: 1.2;
}
.product__info-container .product-form {
  margin: 12px 0 !important;
}
.product-form__submit,
.custom-addto-cart-default {
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  overflow: hidden;
}
/* .product-form__submit::before,
.custom-addto-cart-default::before {
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: #0c1226;
  z-index: -1;
  transform: scale(1);
  transform-origin: left center;
}
.product-form__submit:hover,
.custom-addto-cart-default:hover {
  color: #0c1226;
}
.product-form__submit:hover:before,
.custom-addto-cart-default:hover::before {
  transform-origin: right center;
  transform: scaleX(0);
} */
.card-variant-name {
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
  color: #000 !important;
  margin-top: 3px !important;
}
.search__input.field__input,
.predictive-search {
  background: #fff !important;
}
.cart-header {
  border-spacing: 0;
  border-collapse: separate;
  box-shadow: none;
  width: 100%;
  display: table;
  padding: 0 20px;
  display: none;
}

.cart-items {
  /* border: 2px solid #0c1226;
  border-radius: 5px;
  padding: 20px; */
}
table.cart-items .cart-item {
  display: flex;
  /* flex-wrap: wrap; */
  background: #fff;
  margin-bottom: 16px;
  border-radius: 16px;
  padding: 10px 20px 10px 10px;
}
.cart-item__details {
  /* width: auto !important; */
  flex: 1;
}
.cart-item__quantity p {
  margin: 0;
}
table.cart-header th {
  color: #0c1226;
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 15px;
}
/* .cart-item__details,
.cart-item__totals,
.cart-item__quantity {
  vertical-align: middle !important;
  padding-top: 0 !important;
  padding-left: 20px !important;
} */
.cart-item .cart-item__quantity{
  padding-left: 0 !important;
}
.cart-item__price-wrapper .price {
  color: #394050;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 11px;
  display: block;
  letter-spacing: 0;
}
.cart-item__details .product-option {
  font-size: 14px !important;
  display: none;
}
.cart-item__image-container {
  background: #fff;
  height: 100%;
}
.cart-item__image-container img {
  border-radius: 5px !important;
  height: 100%;
}
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
  display: none;
}
.cart__checkout-button {
  /* background: #0c1226; */
  font-size: 20px;
  font-weight: 600;
  color: #101830;
  --color-button: 255, 202, 6;
  --color-button-text: 11, 17, 47;
  letter-spacing: 0;
  gap: 10px;
}
.product-static-rating {
  text-align: center;
}
.our-featured-products .product-static-rating {
  display: none;
}
/* .footer-block__heading,
.footer-block__details-content .list-menu__item--link,
.list-social__link {
  color: #fff !important;
} */
#product-grid .price--on-sale s.price-item--regular {
  display: none !important;
}
.quantity__button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.common-faq-inner .title-wrapper {
  margin-top: 0;
}
.common-faq__media-item {
  width: 36%;
}
.common-faq__text-item.grid__item {
  width: calc(64% - 30px);
  max-width: calc(64% - 30px);
  padding-left: 50px;
}
h2.common_faq-item__title {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  margin-top: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
h2.common_faq-item__title:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 3px;
  background: #0c1226;
  left: -25px;
  top: 10px;
}
.common_faq-item__description {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins";
}
.common-faq__grid {
  align-items: center;
}
.common-faq__media img {
  max-width: 100%;
  height: auto;
}
.protection-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.protection-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}
.protection-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: #fff;
  overflow: auto;
  height: auto;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  margin-top: 5rem;
  width: 800px;
  max-width: 100%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.protection-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.protection-popup-modal__toggle {
  background-color: #fff;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}
.help-me-popup-modal__content-info img {
  max-width: 100%;
}
.cart-package-protection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
h2.protection_label {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600;
  margin: 0;
}
p.protection_price {
  margin: 0;
  font-size: 1.8rem;
}
.cart__blocks .totals {
  justify-content: space-between !important;
}
.article-card .card__information {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
button.owl-dot {
  background: #d1d1d1 !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 5px;
}
button.owl-dot.active {
  background: #0c1226 !important;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  font-size: 40px !important;
  transform: translateY(-50%);
  color: #d1d1d1 !important;
}
.owl-nav button.owl-prev {
  left: -30px;
}
.owl-nav button.owl-next {
  right: -30px;
}
.home-blog .blog__post {
  background: #fff;
}
.wholesale-form-wrapper {
  background: #ebe5e5;
  padding: 30px;
  border-radius: 10px;
}
.wholesale-form-wrapper .field {
  margin-bottom: 2rem;
}
.carousel__title {
  text-align: center;
}
.carousel__title h2.title {
  font-family: Playfair Display;
  text-transform: uppercase;
}
.btn-choose-option {
  border: 1px solid rgb(12, 18, 38);
  color: rgb(12, 18, 38);
  align-items: center;
  flex-direction: column;
  text-decoration: none !important;
  line-height: normal;
  letter-spacing: 1.25px;
  border-radius: 8px;
}
.btn-choose-option:hover {
  background: rgb(12, 18, 38);
  color: #fff;
}
.carousel-img__box {
  border-radius: 10px;
  overflow: hidden;
}
.section-featured-blog-padding .owl-stage {
  display: flex;
}
.section-featured-blog-padding .owl-item {
  display: flex;
}
.section-featured-blog-padding .card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
}
.section-featured-blog-padding .card__content {
  display: flex !important;
}
p.icon-small-text {
  color: #000;
  font-family: "Urbanist";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.cart-count-bubble span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.fancybox__backdrop {
  display: block !important;
}
.media > a > img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > a > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.price__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  padding-bottom: 5px;
}
.product .price__container {
  margin-bottom: 0 !important;
}
.price__box .card-per-price {
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: "DM Sans";
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: normal;
}
.product-info-top .divider-line {
  margin-top: 1.5rem;
}
.product-info-top .rating {
  /* margin-bottom: 1rem; */
}

.product-info-top .rating-star {
  --color-rating-star: #ffce31;
}
.jdgm-rev-widg__summary a.jdgm-link,
.jdgm-medals-wrapper a.jdgm-link {
  display: none;
}

.announcement-bar-Slider-new {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
/* .announcement-bar-Slider-new__item {
  width: 33.333%;
} */
.iconText__wrap {
  padding: 20px 3em;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.iconText__wrap .iconText__item {
  /* flex: 1; */
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.iconText__img {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.iconText__item p {
  margin: 0;
  line-height: 1.3;
  flex: 1;
  font-family: Poppins;
  font-weight: 500;
}
.iconText__img img {
  width: 100%;
  height: auto;
  display: block;
}
.avalibilityInfo {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.avalibilityInfo span {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
#shopify-section-template--21426541887765__6027ecf5-0c6e-48d0-a850-2902bbf1118c
  .multicolumn-card__info
  .rte {
  word-break: break-word;
}
.contact .contact__field-error {
  display: none;
}
.banner_number {
  background: #0c1226;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
.banner_number a {
  color: #fff;
  text-decoration: none;
}
.banner_number p {
  margin: 0;
}
.menu-drawer__utility-links .list-social a {
  color: #0c1226 !important;
}
.product-accessories-container .card-per-price {
  display: none;
}
.footer-block__newsletter h3#ContactFooter-success {
  color: #fff;
}
.fancybox-bg {
  display: block !important;
}
.cart-item-remove svg {
  width: 22px;
  height: 22px;
}
.promoCodeInfo {
  margin: 5px 0 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  line-height: 26px;
}
p.promoCodeInfo img {
  width: 35px;
  margin-right: 5px;
}
.custom-cart-page-layout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 24px;
  justify-content: space-between;
  padding-bottom: 40px;
}
.cart-custom-right {
  flex: 1;
}
.cart-custom-left {
  width: 100%;
  max-width: 35rem;
}
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
.title_cart {
  text-align: center;
  font-family: "Abhaya Libre", serif;
  font-size: 42px;
  font-weight: 800;
  padding-top: 20px;
  text-transform: capitalize;
}
.cart-custom-right .cart-title {
  display: none;
}
.custom-cart-page-layout .page-width {
  padding: 0 !important;
}
.cartSummery {
  font-family: "Abhaya Libre", serif;
  padding: 0 0 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.cart__footer {
  border-radius: 21px;
  background: #0f172e;
  padding: 20px !important;
  color: #fff;
}
.cart__footer .totals__subtotal,
p.protection_label label,
.totals__subtotal-value,
.protection_price{
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 20px !important;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.cart__footer a,
.totals__subtotal {
  color: #fff;
}
.cart__footer a:hover {
  color: #fff;
}
p.protection_label {
  margin: 0;
}
p.protection_label label {
  position: relative;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
p.protection_label input[type="checkbox"] {
  display: none;
}
.product-popup-modal__button {
  color: #fff;
  vertical-align: middle;
}
p.protection_label label:before {
  content: "";
  width: 45px;
  height: 23px;
  border-radius: 120px;
  background: #c7c5c5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
p.protection_label label:after {
  content: "";
  width: 17px;
  height: 17px;
  background: #eaedf1;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 6px;
  transition: all 0.3s ease-in-out;
}
p.protection_label input[type="checkbox"]:checked + label:before {
  background: #34c759;
}
p.protection_label input[type="checkbox"]:checked + label:after {
  left: 24px;
}
.product-form__input.product-form__input--dropdown.product-form__input--dropdown-color {
  display: block;
}
.product-form__input.product-form__input--dropdown.product-form__input--dropdown-color
  .color-swatch {
  border: 1px solid #0e1325;
  height: 35px;
  width: 35px;
  display: inline-block;
  margin: 0.7rem 0.3rem 0.2rem 0;
  cursor: pointer;
  border-radius: 50%;
}
.product-form__input.product-form__input--dropdown.product-form__input--dropdown-color
  input[type="radio"]:checked
  + label {
  background: inherit;
}
.product-form__input.product-form__input--dropdown.product-form__input--dropdown-color
  .color-swatch.selected {
  box-shadow: 0 0 0px 0.6px #0e1325;
}
.product-form__input.product-form__input--dropdown.product-form__input--dropdown_normal {
  justify-content: flex-start;
  gap: 10px;
}
.cart-page-info h2,
.cart-page-info p {
  margin: 0;
}
.cart-page-info p a {
  color: inherit;
}
.marquee-text p {
  font-weight: 500;
  color: #fff;
      margin: 5px 0;
}
.delivery-widget__item {
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: flex-start;
  padding: 16px 21px;
  font-size: clamp(12px, 2.5vw, 16px);
  border-radius: 5px;
  background: #f6f6f6;
  font-family: var(--font-body-family);
}
.delivery-widget__box .delivery-widget__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.delivery-widget__head {
  flex: 1;
  font-weight: 400;
}

/* .delivery-widget__box {
  padding: 15px;
  background: #eae5e5;
} */
.delivery-widget__box h3 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-family: Poppins;
}
.delivery-widget__box p {
  color: #4f4f4f;
  font-family: var(--font-body-family);
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.delivery-widget__box {
  border-radius: 10px;
  background: #101830;
  padding: 20px;
}
.delivery-widget__up {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  margin-bottom: 10px;
}
.delivery-widget__guarantee {
  color: #fff;
  font-family: var(--font-body-family);
  font-size: clamp(14px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 1.2rem;
}
.delivery-widget__item + p {
  margin-top: 10px;
  color: #000;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  font-size: clamp(12px, 2.5vw, 16px);
}

.style-2 .multicolumn-list {
  justify-content: space-between;
}
.style-2 .multicolumn-card {
  border-radius: 10px;
  background: #fff;
}
.style-2 .multicolumn-card__info > :nth-child(2) {
  margin-top: 0;
}
.style-2 .multicolumn-card__info {
  padding-top: 0;
}
.style-2 .multicolumn-card__image-wrapper {
  max-width: 81px;
}
.style-2 .rich-text__text {
  color: rgba(19, 3, 31, 0.7);
}
.style-2 .inline-richtext {
  color: #000;
  font-family: var(--font-body-family);
  font-size: 20px;
}
.style-2 .multicolumn-card__info {
  padding-top: 0 !important;
}
.style-2 .multicolumn-card__info .rte {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.style-2 .multicolumn-card.content-container {
  padding-top: 2rem;
}
.contact_with-img img {
  width: 100%;
  height: auto;
}

.contact_with-img-wrrap {
  display: flex;
  gap: 74px;
}
.contact_with-img-wrrap .field:after,
.contact_with-img-wrrap .field:before,
.contact_with-img-wrrap .field__input:focus {
  --inputs-radius: 0;
  box-shadow: none;
}
.contact_with-img-wrrap .field:hover.field:after {
  box-shadow: none;
}
.contact_with-img-wrrap .field__input {
  border-bottom: 1px solid #000;
  box-shadow: none;
  border-radius: 0;
}
.contact_with-img-wrrap .field__label {
  left: 0;
  color: #000;
  font-size: 16px;
}
.contact_with-img-wrrap .field__input:not(:placeholder-shown) ~ .field__label,
.contact_with-img-wrrap .field__input:focus ~ .field__label {
  left: 0;
}
.ctm_contact .title {
  margin-bottom: 0;
}
.cont-sub p {
  margin-top: 0;
  color: rgba(19, 3, 31, 0.7);
}
.ctm_contact {
  flex: 1;
}
.contact_with-img-wrrap .text-area.field__input {
  background-image: url(https://cdn.shopify.com/s/files/1/0724/4405/1673/files/Rectangle_190.png?v=1746432379);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 100% 90%;
}
.accordion summary .icon-caret {
  height: 41px;
  top: calc(20% - 0.2rem);
  right: 0;
}
.accordion {
  border-radius: 16px;
  background: var(--Neutral-100, #fff);
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  margin-bottom: 24px !important;
  padding: 22px;
}
.accordion__title {
  color: var(--Dark-blue, #282938);
  font-family: "Urbanist", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}
.accordion .accordion__content {
  border-top: 1px solid rgba(37, 55, 110, 0.18);
  padding-top: 9px !important;
  padding: 0;
}
.collapsible_sub {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.collapsible_sub p {
  margin-top: 0;
  margin-bottom: 5rem;
}
.caption-with-letter-spacing {
  font-size: 20px;
  position: relative;
  margin: 10px 0;
}
.collapsible-content__header .bg-border:after {
  display: block;
  content: "";
  width: clamp(11rem, 30vw, 14rem);
  height: 1px;
  background: rgba(19, 3, 31, 0.2);
  position: absolute;
  bottom: 14px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* .caption-with-letter-spacing span {
  background: #fff8f3;
  padding: 0 12px;
} */
.custom-newsletter-form .field__button {
  position: static;
}
.custom-newsletter-form .newsletter-form__field-wrapper {
  display: flex;
  gap: 14px;
}
.custom-newsletter_img img {
  width: 100%;
  height: 100%;
}
.custom-newsletter-wrrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.accordion details[open] > summary .icon-up {
  display: block;
}
.accordion details[open] > summary .icon-down {
  display: none;
}
svg.icon.icon-caret.icon-up {
  display: none;
}
.accordion details[open] > summary .icon-caret {
  transform: none !important;
}
.review-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  object-position: top center;
}
.review-img {
  width: 100%;
  padding-bottom: 110%;
  border-radius: 16px;
  position: relative;
}
.review-box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(74, 0, 33, 0.1) inset;
  padding: 24px;
}
.review_name-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(19, 3, 31, 0.2);
  margin-bottom: 2rem;
}
.reveiw-rating_date {
  display: flex;
  justify-content: space-between;
}
.review_name-sub span {
  color: rgba(19, 3, 31, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.review_name-sub p {
  color: #13031f;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  font-family: "Urbanist", sans-serif;
  margin-top: 0;
}
.review-content {
  color: #13031f;
  font-size: clamp(14px, 2.5vw, 18px);
  min-height: 90px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.review-rating,
.review-date {
  color: rgba(19, 3, 31, 0.6);
  font-size: 16px;
  font-weight: 400;

}
.review-rating {
  display: flex;
  gap: 10px;
}
.review-rating span svg {
  width: 112px;
}
.reveiw_heading {
  text-align: center;
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
  position: relative;
}
.reveiw_caption {
  color: #fff;
  font-size: clamp(12px, 2.5vw, 22px);
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}
.reveiw_caption:after {
  width: clamp(11rem, 30vw, 20rem);
  height: 1px;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 14px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.reveiw_caption span {
  background: #101830;
  z-index: 1;
  position: relative;
  padding: 0 20px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.reveiw_heading p {
  margin-top: 1rem;
}
.review_bg-img {
  position: absolute;
  top: 91px;
}
.review-bg {
  position: relative;
}
.review-prev-next > div {
  display: block;
  position: static;
}
.review-prev-next {
  max-width: 138px;
  display: flex;
  justify-content: space-between;
}
.featured-review .swiper-button-prev,
.featured-review .swiper-button-next {
  width: 56px;
  height: 56px;

  border: 2px solid #fff;
  border-radius: 50px;
}
.featured-review .swiper-button-prev:hover,
.featured-review .swiper-button-next:hover {
  background: #e09d70;
  border: none;
}
.swiper-button-next.review-prev.swiper-button-disabled,
.swiper-button-prev.review-next.swiper-button-disabled {
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}
.featured-review .swiper-button-next:after,
.featured-review .swiper-button-prev:after {
  display: none;
}
.custom-newsletter-wrrap {
  display: flex;
  align-items: center;
}
.review-prev-next.review-btn-top {
  position: absolute;
  top: calc(100% - 30px);
  right: calc(50% - 33%);
  gap: 20px;
}
.custom-newsletter-form h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1px;
  text-transform: capitalize;
}
.custom-newsletter-form h2 strong {
  color: #e09d70;
}
.custom-newsletter-form .rte p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2rem;
}
.custom-newsletter-form h2 p {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.ctm_news-form .newsletter-form__field-wrapper {
  max-width: 96%;
}
.ctm_news-form .field__label {
  color: #a09d9d;
  font-size: clamp(12px, 2.5vw, 15px);
  font-weight: 500;
  top: calc(1.5rem + var(--inputs-border-width));
}
.custom-news_caption {
  color: #fff;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.custom-newsletter-wrrap > div {
  flex: 1;
}
.newsletter-form__field-wrapper .button {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.featured-review .swiper-button-next svg,
.featured-review .swiper-button-prev svg {
  height: 24px;
}
.style-2 .collapsible-content .accordion {
  background: #f5e7d6;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
.style-2 .collapsible-content .accordion__title {
  color: #000;
  font-family: "DM Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.style-2 .collapsible-content .accordion summary {
  padding: 0;
}
.style-2 .collapsible-content .accordion details {
  padding: 1.5rem;
}
.style-2 .collapsible-content .accordion details[open] {
  border: 1px solid #c1a78c;
  background: var(--white, #fff);
}
.style-2 .collapsible-content .collapsible-content-wrapper-narrow {
  max-width: 1292px;
}
.style-2 .collapsible-content .icon.icon-caret.icon-down,
.style-2 .collapsible-content .icon.icon-caret.icon-up {
  display: none;
}
.style-1 .collapsible-content .icon.icon-caret.icon-down.icon-plus,
.style-1 .collapsible-content .icon.icon-caret.icon-up.icon-minus {
  display: none;
}
.style-2 .collapsible-content .icon.icon-caret.icon-down.icon-plus,
.style-2 .collapsible-content .icon.icon-caret.icon-down.icon-minus {
  display: block;
}
.style-2 .collapsible-content .accordion summary .icon-caret {
  top: calc(-8% - 0.2rem);
}
.style-2 .collapsible-content .accordion details[open] .accordion__title {
  margin-bottom: 1rem;
}
.style-2 .collapsible-conten .accordion .accordion__content {
  color: var(--color-3, #27282c);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
.footer {
  margin-top: 0 !important;
}
.main-page-sidebar.grid__item {
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 4rem;
  height: auto;
}
.main-page-wrapper.grid {
  align-items: flex-start;
}
.main-page-sidebar.grid__item h2 {
  border-bottom: 1px solid var(--200, #e3dbd8);
  border-radius: 0;
  max-width: 84%;
  padding-bottom: 1rem;
  font-family: "DM Sans";
}
.featured-review .swiper-button-prev,
.featured-review .swiper-button-next {
  display: flex;
}
p.page-subheading {
  margin: 0;
  text-align: center;
  color: rgba(19, 3, 31, 0.7);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.image-with-text .caption-with-letter-spacing:after {
  display: none;
}
.multi-block {
  display: flex;
  justify-content: space-between;
}
.multi-block_h {
  color: #000;
  font-family: var(--font-body-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.multi-block_sub {
  color: rgba(19, 3, 31, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.featured-icon-text_h {
  color: #13031f;
  font-family: var(--font-heading-family);
  font-size: 50px;
  font-weight: 800;
  line-height: 110%;
  text-align: center;
}
.featured-icon-text_sub {
  color: rgba(19, 3, 31, 0.7);
  text-align: center;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 150%;
}
.featured-icon-text_h p {
  margin-bottom: 0;
  margin-top: 1rem;
}
.featured-icon_block-img img {
  width: 100%;
  height: auto;
}
.featured-icon_block-img {
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.featured-icon-text_block_h {
  color: #000;
  font-size: clamp(14px, 2.5vw, 22px);
  font-weight: 700;
  line-height: 30px;
}
.featured-icon-text_block_sub {
  color: #888;
  font-size: clamp(15px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 24px;
}
.featured-icon-text_block-wrrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1088px;
  margin: 0 auto;
  align-items: center;
}
.featured-icon-text_block-wrrap > div {
  flex: 1;
}
.featured-icon-with_text {
  border-radius: 50px;
  border: 1px solid var(--200, #e3dbd8);
  position: relative;
  z-index: 1;
}
.featured-icon-text_block {
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.featured-icon-text-btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.featured-icon-with_caption {
  text-align: center;
  color: rgba(19, 3, 31, 0.7);
  font-weight: 600;
  line-height: 120%;
}
.featured-icon-with_caption:after {
  width: clamp(14rem, 30vw, 24rem);
  height: 1px;
  content: "";
  background: rgba(19, 3, 31, 0.2);
  position: absolute;
  bottom: 14px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.featured-icon-with_caption span {
  z-index: 1;
  background: #fff8f3;
  padding: 0 20px;
  position: relative;
}
.featured-icon-with_caption {
  position: relative;
  margin-top: 4rem;
}
#shopify-section-template--22427807711509__image_with_text_hENG3F
  .image-with-text__heading
  strong:after {
  content: "";
  display: block;
  background-image: url(/cdn/shop/files/under.png?v=1746593768);
  position: absolute;
  bottom: -26px;
  right: 0;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#shopify-section-template--22427807711509__image_with_text_hENG3F
  .image-with-text__heading
  strong {
  position: relative;
}
.custom_caption:after {
  display: block;
  content: "";
  width: clamp(11rem, 30vw, 16rem);
  height: 1px;
  background: rgba(19, 3, 31, 0.2);
  position: absolute;
  bottom: 14px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.custom_caption {
  text-align: center;
  position: relative;
}
.custom_caption span {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  padding: 0 12px;
  z-index: 1;
  position: relative;
  color: rgba(19, 3, 31, 0.7);
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 600;
  line-height: 120%;
  font-family: "Urbanist", sans-serif;
}
.bg-border span {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  padding: 0 1rem;
}
.blog__post .article-card .card__information {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog__post .card__heading.h2 {
  color: var(--Dark-blue, #282938);
  font-family: var(--font-body-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.collapsible-content__heading {
  font-size: 50px !important;
}
.article-card__footer {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
/* .article-card__info time {
    color: var(--Dark-blue, #282938);
    font-size: clamp(14px, 2.5vw, 16px);
    font-family: var(--font-body-family);
    font-weight: 500;
    line-height: 28px;
} */
.article-card__excerpt {
  color: var(--800, #727272);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.announcement-bar-Slider-new__item {
  display: block;
}
.rich-text__heading {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.style-2 .collection__title.title-wrapper {
  text-align: center;
}
.style-2 .featured-coll_title {
  color: #000;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
}
.style-2 .collection__description {
  color: rgba(19, 3, 31, 0.7);
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 150%;
}
.style-2 .collection__view-all {
  margin-top: 2rem;
}
.style-2 .card-wrapper {
  border-radius: 16px;
  background: var(--Solid-Solid-White, #fff);
  box-shadow: 0px 12px 32px 0px rgba(46, 68, 35, 0.1);
}
.style-2 .collection .contains-card {
  row-gap: 36px;
}
.style-2 .collection .card__heading {
  color: var(--Gray-950, #161616);
  font-family: var(--font-body-family);
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 600;
  line-height: 28px;
}
.style-2 .collection .product-static-rating {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card__heading {
  font-family: "Urbanist", sans-serif !important;
}
.style-2 .collection .card-per-price {
  display: flex;
  justify-content: space-between;
  color: #101830;
  font-size: clamp(13px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 32px; /* 160% */
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
  align-items: center;
}
.card-per-price span {
  color: var(--Gray-400, #888);
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: 400;
}
.style-2 .collection .card__information {
  padding: 0;
}
.style-2 .collection .card-wrapper .rating-star {
  --color-rating-star: #ffbd11;
}
.style-2 .card-information .caption {
  letter-spacing: 0.07rem;
  color: #000;
  font-weight: 500;
  line-height: normal;
}
.style-2 .quick-add {
  margin: 0;
}
.multi_img-text-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.multi_img-text-inner {
  padding: 18px;
  position: relative;
}
.multi_img-text_tag {
  position: absolute;
  top: 41px;
  left: 41px;
  color: #e09d70;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px;
  border-radius: 2px;
  background: #fff;
  padding: 5px 10px;
}
.multi_img-text-wrrap > div {
  flex: 1;
}
.multi_img-text-wrrap {
  display: flex;
  gap: 20px;
}
.multi_img-text_h {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.multi_img-text_sub {
  color: var(--800, #727272);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.multi_img-text {
  border-radius: 20px;
  border: 1px solid var(--200, #e3dbd8);
  background: var(--White, #fff);
}
.multi-img-section_h {
  color: #000;
  font-size: clamp(20px, 5vw, 50px);
  font-family: var(--font-heading-family);
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
.multi-img-section_h p {
  margin-top: 0;
  margin-bottom: 2rem;
}
.multi_img-pagination {
  margin-top: 0rem;
  text-align: center;
}
.multi_img-pagination .swiper-pagination-bullet {
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.multi_img-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0;
  background: #e09d70;
}
#shopify-section-template--22427807645973__rich_text_n8krjf
  .rich-text__heading {
  color: #000;
  text-align: center;
  font-size: clamp(20px, 5vw, 60px);
  font-weight: 800;
  line-height: normal;
}
.header-wrapper--border-bottom {
  border-bottom: 0;
}
.marque-text_wrrap {
  /* transform: skew(2deg, 179deg);
  margin-top: -2%; */
}
.marque-text_wrrap .promotion.promotion--animated {
  background: #a6806a;
}
.home-main-banner {
  position: relative;
}
/* .marque-text_wrrap .marquee-text {
    position: relative;
}

.marque-text_wrrap .marquee-text:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    left: -12%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 20px;
} */
.marque-text_wrrap .scrolling-promotion .promotion__item {
  align-items: center !important;
  gap: 20px;
  flex-direction: row;
}
.marque-text_wrrap .promotion__item span svg {
  display: flex;
}
.marque-text_wrrap .scrolling-promotion .promotion svg {
  width: 14px;
}
.rich-ctm .rich-text__heading {
  color: #000;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
}
.rich-ctm .rich-text__text.rte {
  font-size: clamp(14px, 2.5vw, 16px);
  color: rgba(19, 3, 31, 0.7);
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  line-height: 150%;
}
.modul1-icon-text {
  display: flex;
  align-items: center;
}
.modul1-icon-text_img {
  width: 79px;
  height: auto;
  flex-shrink: 0;
}
.modul1-icon-text:not(:last-child) {
  margin-bottom: 16px;
}
.modul1-icon-text_img img {
  width: 100%;
  height: 100%;
}
.modul1-icon-text-h {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.modul1-icon-text-sub {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 187.5% */
  font-family: "Urbanist", sans-serif;
}
.module1_block-caption {
  color: #101830;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.module1_block-h {
  color: #000;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
  font-family: var(--font-heading-family);
}
.module1_block-text {
  color: rgba(19, 3, 31, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  font-family: "Urbanist", sans-serif;
}
.module1-img img {
  width: 100%;
  height: auto;
}
.module1-wrrap > div {
  flex: 1;
}
.module1-wrrap {
  display: flex;
  gap: 67px;
}
.module1_block-h p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.module1_block-text p {
  margin-top: 0;
  margin-bottom: 3rem;
}
.modul1-icon-text {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: #fff;
  padding: 24px;
  gap: 20px;
}
.modul1-icon-text-h p {
  margin: 0;
}
.modul1-icon-text-sub p {
  margin: 0;
}
.module1-wrrap {
  position: relative;
  border-radius: 50px;
  padding: 4rem 2rem;
  border: 1px solid var(--200, #e3dbd8);
  z-index: 1;
}
.module1-wrrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff8f3;
  z-index: -1;
  width: 100%;
  opacity: 0.9;
  border-radius: 50px;
}
.marque-text_wrrap .scrolling-promotion .promotion__item {
  margin-right: 1rem;
}
.blog .owl-dots,
.blog .owl-nav {
  display: none;
}
.blog-subheading {
  color: rgba(19, 3, 31, 0.7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 536px;
}

.blog .date_time {
  color: rgba(19, 3, 31, 0.7);
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.featured-content_wrrap {
  display: flex;
  justify-content: space-between;
}
.featured-content-h {
  color: #101830;
  font-family: "Playfair Display";
  font-size: clamp(30px, 5vw, 45px);
  font-weight: 600;
  line-height: normal;
}
.featured-content-sub {
  color: #11181e;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
.featured-content-h p {
  margin: 0;
}
.featured-content {
  text-align: center;
  position: relative;
}
.collection .card__heading {
  color: var(--Gray-950, #161616);
  font-family: var(--font-body-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.collection ul li {
  border-radius: 16px;
  /* background: var(--Solid-Solid-White, #fff); */
  /* box-shadow: 0px 12px 32px 0px rgba(46, 68, 35, 0.1); */
}

.collection_sub {
  color: rgba(19, 3, 31, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

/* blog page css */
.main-blog .blog-articles {
  grid-template-columns: 1fr;
}
.main-blog .rte-width {
  max-width: 100%;
}
.main-blog .article-card .card__information {
  padding-left: 0rem !important;
}
.main-blog .article-card .card__heading {
  font-size: clamp(16px, 5vw, 50px);
  font-weight: 700;
  line-height: normal;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.main-blog .article-card__info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 30px;
}
.main-blog .article_author {
  color: var(--700, #111214);
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: capitalize;
}
.main-blog .circle-divider.date_time {
  color: var(--700, #111214);
  font-size: 16px;
  font-family: var(--font-body-family);
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
.main-blog .circle-divider:after {
  display: none;
}
.main-blog .read-arrow {
  display: none;
}
.blog-page-ctm__design {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.icon-title {
  color: #000;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.slideshow-mobi_img {
  width: 100%;
  height: auto;
}
.slideshow-mobi_img img {
  width: 100%;
  height: 100%;
}
.blog_search {
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.blog_search .search__input.field__input {
  background: transparent !important;
  border: 1px solid var(--200, #e3dbd8);
}
.blog_search .field__input:focus-visible,
.blog_search .field__input:focus-visible {
  box-shadow: none;
}
.blog_search .field__label {
  color: var(--800, #727272);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blog_search .field__button > svg {
  height: 25px;
  width: 25px;
}
.blog_search h2 {
  font-family: var(--font-body-family);
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #e3dbd8;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.blog-menu ul {
  padding: 0;
}
.blog-menu ul li {
  list-style: none;
}
.blog-menu {
  padding: 30px;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.blog__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-menu h2 {
  font-family: var(--font-body-family);
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #e3dbd8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.blog-tag_ctm-main h2 {
  font-family: var(--font-body-family);
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #e3dbd8;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.blog-tag_ctm a {
  text-decoration: none;
  color: #727272;
  border-radius: 30px;
  border: 1px solid var(--200, #e3dbd8);
  padding: 6px 15px;
}
.blog-tag_ctm {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--800, #727272);
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.blog-tag_ctm-main {
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.main-blog .pagination__list {
  row-gap: 10px;
}
.ctm-article-design {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.ctm-article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-template__content.rte strong {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.article-template__title {
  color: #000;
  font-size: clamp(16px, 2.5vw, 50px);
  font-weight: 700;
  margin-top: 2rem !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: normal;
}
.article-template__content {
  color: var(--800, #727272);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.date_author-ctm {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 30px;
}
.date_author-ctm .circle-divider:after {
  display: none;
}
.date_author-ctm span {
  color: var(--700, #111214);
  font-size: 16px;
  font-family: var(--font-body-family);
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
.ctm_blog .article-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.ctm_blog .article-image {
  width: 80px;
  height: 85px;
  flex-shrink: 0;
}
.ctm_blog h3 {
  font-size: clamp(14px, 2.5vw, 18px);
  font-family: var(--font-body-family);
  font-weight: 600;
  margin: 0;
}
.ctm_blog p {
  color: var(--800, #727272);
  font-size: clamp(14px, 2.5vw, 16px);
  font-family: var(--font-body-family);
  font-weight: 400;
  margin: 0;
}
.ctm_blog .article {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.ctm_blog {
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.ctm_blog h2 {
  font-family: var(--font-body-family);
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #e3dbd8;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.ctm_blog a {
  text-decoration: none;
}
.blog_search .field:hover.field:after,
.blog_search .field:before {
  box-shadow: none;
}
.blog_search .field__label {
  top: 8px;
}
.blog_search .field__input {
  height: 3.5rem;
}
.blog_search .field__button {
  height: 3.6rem;
}
.blog_search .field__input:not(:placeholder-shown) {
  font-size: 12px;
}
.footer .footer-block__heading {
  margin-bottom: 1rem;
}
.footer .list-social__link {
  padding: 0.6rem;
}
.footer-block__details-content li {
  display: flex;
  align-items: center;
  gap: 5px;
}
h2.footer-block__heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  font-family: var(--font-body-family);
}
.footer-block__details-content svg {
  flex-shrink: 0;
}
.footer {
  position: relative;
}
.ctm-footer_border {
  display: block !important;
  width: 100%;
  height: 1px;
  background: #a3a3a3;
  margin-top: 8rem;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.footer__content-bottom.page-width {
  flex-direction: column;
}
.footer .policies li:before {
  display: none;
}
.footer .policies {
  display: flex;
  gap: 12px;
}
.footer__copyright > div {
  color: #000;
  font-family: var(--font-body-family);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.product-form__input .select {
  max-width: 100% !important;
}
.product .product-form__input .select:after,
.product .product-form__input .select:before,
.product .product-form__input .select__select:focus {
  --inputs-radius-outset: 8px !important;
  --inputs-radius: 8px !important;
  box-shadow: none;
}
.product .product-form__input .select:after {
  border: 2px solid #ffc7a1;
}
.product .product__title {
  margin-bottom: 0;
}
.product .product-form__input {
  max-width: 100%;
}
p.promoCodeInfo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}
.products-accessories {
  display: flex;
  flex-direction: column;
}
.products-accessories .card__media .media {
  position: static;
  width: 55px;
  height: auto;
}
.products-accessories .quantity:before,
.products-accessories .quantity:after {
  box-shadow: none;
}
.accessories-item {
  width: 100%;
}
.ctm_product-contact h3 {
  color: #000;
  font-family: var(--font-heading-family);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1rem;
  margin-top: 0;
}
.ctm_product-contact .contact a {
  color: #394050;
  font-family: "DM Sans";
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.ctm_product-contact .contact {
  color: #4f4f4f;
  font-family: "DM Sans";
  font-size: clamp(14px, 2.5vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.product_refund-return > div {
  color: rgba(0, 0, 0, 0.7);
  font-family: "DM Sans";
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.product_refund-return > div span {
  color: #000;
  font-family: "DM Sans";
  font-size: clamp(14px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.ctm_product-contact {
  margin-bottom: 2rem;
}
.product_refund-return {
  margin-bottom: 2rem;
}
.accessories-item {
  width: 100% !important;
}
.products-accessories .card {
  display: flex;
  padding: 10px;
  background: #f4f4f4;
  border-radius: 8px;
  gap: 20px;
}
.products-accessories .card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.products-accessories .quick-add-btn {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
  flex: 1;
}
.products-accessories .product-form__input {
  flex: 1;
  margin: 0;
  min-width: auto;
}
.products-accessories .media img {
  width: 55px !important;
  height: 55px !important;
  border-radius: 3px;
}
.products-accessories .card__information {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.accessories-item h3.card__heading {
    flex: 1;
}
.products-accessories .quantity {
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
  width: calc(10rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  min-height: calc((var(--inputs-border-width) * 2) + 3rem) !important;
  color: var(--Black, #222);
  font-family: Urbanist;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 30px;
}
.products-accessories .card-variant-name {
  display: none;
}
.products-accessories .button:after,
.products-accessories .button:before,
.products-accessories .button:not([disabled]):hover:after {
  box-shadow: none;
}
.accessories-item {
  max-width: 100% !important;
  width: 100% !important;
}
.products-accessories button.quantity__button[name="plus"],
.products-accessories button.quantity__button[name="minus"] {
  width: 20px;
}
.products-accessories .quantity {
  padding: 0 12px;
}
.products-accessories .card:hover {
  border-radius: 8px;
  background: #e09d70;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.products-accessories .card:hover .card__heading,
.products-accessories .card:hover .card-price {
  color: #fff;
}
.product--thumbnail_slider .slider-mobile-gutter .slider-button {
  display: none !important;
}
ul.description-bottom li svg {
  margin-right: 12px;
  margin-top: -6px;
  flex-shrink: 0;
}
ul.description-bottom li {
  list-style: none;
  display: flex;
  align-items: center;
  color: #4d4d4d;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 1rem;
  line-height: 20px;
}
ul.description-bottom li strong {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  margin-bottom: 10px;
}
ul.description-feartures li {
  list-style: none;
  color: #4d4d4d;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
}
.description-feartures li strong {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
}
ul.description-feartures li svg {
  flex-shrink: 0;
  margin-top: 6px;
}

ul.description-feartures li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
  margin-bottom: 2rem;
}
ul.description-bottom {
  padding: 0;
}
ul.description-feartures {
  padding: 0;
}
.top-banner_product img {
  width: 100%;
}
.product-top-rating {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 6px;
  color: var(--Gray-Scale-Gray-600, #666);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  background: #efefef;
  padding-top: 8px;
}
.ctm_accordian .accordion__content {
  border-top: 0;
}
.ctm_accordian summary {
  padding: 0 !important;
}
.description-wrapper .ctm_accordian {
  /* background: transparent;
  border: 0;
  box-shadow: none; */
}
.cart-item__quantity-wrapper {
  justify-content: space-between;
  align-items: baseline;
}
.cart-drawer .quantity:after,
.cart-drawer .quantity:before {
  box-shadow: none;
  /* border: 1px solid #e4e4e4; */
  border-radius: 0;
}
.cart-drawer .quantity {
  width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  min-height: calc((var(--inputs-border-width) * 2) + 2rem);
  padding: 0 10px;
  height: 3.5rem;
}
.cart-drawer button.quantity__button[name="minus"],
.cart-drawer button.quantity__button[name="plus"] {
  width: 12px;
}
.cart-drawer .drawer__inner {
  background: #fff8f3;
}
.cart-drawer .drawer__header {
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
}
.cart-drawer .cart-items thead {
  display: none;
}
.cart-drawer .drawer__heading {
  margin: 0;
  text-transform: uppercase;
}

.cart-drawer .drawer__footer {
  background-color: transparent;
  border-top: 0;
}
.cart-drawer .drawer__header h3 {
  margin: 0;
  color: #394050;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cart-drawer .cart-item {
  background: #fff;
  padding: 10px;
  margin-bottom: 16px !important;
  border-radius: 16px;
}
.cart-drawer .cart-item__image {
  border-radius: 10px;
  display: block;
  max-width: 120px !important;
  height: 120px !important;
}
.cart-drawer cart-remove-button {
  color: rgba(79, 79, 79, 0.28);
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: auto;
}
.cart-drawer cart-remove-button .button {
  color: rgba(79, 79, 79, 0.28);
}
.cart-drawer__footer {
  display: none;
}
.shipping-protection {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  background: #101830;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
      justify-content: space-between;
}
.shipping-protection_img {
  align-items: center;
  background: #eaeaea;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 0;
  width: 60px;
  border-radius: 8px;
}
.shipping-protection_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shipping-protection_txt p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.8;
}
.shipping-protection .price {
  color: #fff;
  font-size: 1.4rem;
    margin-bottom: 0px;
  margin-left: 8px;
}
.shipping-protection_switch input {
  display: none;
}
.shipping-protection_switch label {
  background: #c4cdd5;
  border: 2px solid #fff;
  border-radius: 100px;
  box-shadow: 0 1.6875px 0 rgba(22, 29, 37, 0.1),
    inset 0 1.6875px 0 1.6875px hsla(0, 0%, 100%, 0.06);
  box-sizing: border-box;
  cursor: pointer;
  height: 27px;
  margin-right: 0;
  padding: 2px;
  position: relative;
  width: 54px;
  display: block;
}
.shipping-protection_switch input:checked + label {
  background: #0dcd8d;
  border: 2px solid #fff;
}
.shipping-protection_switch label:after {
  background: #fff;
  border-radius: 100%;
  height: 19px;
  left: 3px;
  top: 2px;
  transition: left 0.3s ease-out;
  width: 19px;
  content: "";
  position: absolute;
  display: block !important;
}
.shipping-protection_switch input:checked + label:after {
  left: 27px;
}
.cart-drawer .cart-item {
  gap: 0 !important;
}
.cart-drawer .cart-items td {
  padding-top: 0 !important;
}

.cart-drawer .drawer__close svg {
  width: 1.5rem;
}
.card-wrapper .rating-star {
  --letter-spacing: 0.2 !important;
}
.card-information > .price {
  display: none;
}
.header-phone,
.header-badge {
  font-weight: 500;
}
.hero-banner_desc_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-banner_desc_img {
  width: 100%;
  height: auto;
}
.hero-banner {
  position: relative;
}

.hero-banner_content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-banner_content .image-with-text__heading {
  font-size: clamp(22px, 2.5vw, 60px);
  color: #fff;
  text-align: center;
  font-weight: 800;
  line-height: 110%; /* 24.2px */
  letter-spacing: -0.44px;
}
.hero-banner_content .image-with-text__heading p strong {
  color: #e09d70;
}
.hero-banner_content .image-with-text__heading p {
  margin-bottom: 0;
}
.hero-banner_content .image-with-text__heading {
  margin-bottom: 1rem;
}
.hero-banner_mobi_img img {
  width: 100%;
  height: 100%;
}
.hero-banner-desk {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.herobanner_1 img,
.herobanner_2 img,
.herobanner_3 img,
.herobanner_4 img {
  width: 100%;
  height: auto;
}
.herobanner_1,
.herobanner_2,
.herobanner_3,
.herobanner_4 {
  width: 25%;
}
.bag_hero-mobi {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bag_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  display: block;
  height: 100%;
  width: 100%;
}
.herobanner_1,
.herobanner_4 {
  margin-top: -4rem;
}
.hero_banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 3rem 0;
  flex-grow: 7 !important;
}
.hero_h2 {
  color: #fff;
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 5vw, 60px);
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -1.2px;
}
.hero_h2 p {
  margin-bottom: 20px;
}
.hero_h2 strong {
  color: #e09d70;
}
.herobanner_1 {
  position: relative;
}
.herobanner_1:after {
  content: "";
  background-image: url(/cdn/shop/files/Group_1261155327.png?v=1748433067);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 30%;
  width: 100%;
  height: 100%;
  transform: translate(0, -48%);
}
.hero_banner-cont_wrrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero_desc-text {
  color: #fff;
  font-size: clamp(22px, 2.5vw, 60px);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.44px;
}
/* .hero_desc-code {
    color: #E09D70;
    font-size: clamp(16px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.48px;
} */
.hero_desc-code {
  color: #e09d70;
  font-size: clamp(16px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.48px;
  border-radius: 4px;
  background: #373737;
  padding: 6px;
}
.hero_banner_dicount {
  position: absolute;
  top: -30px;
  right: 0;
  transform: translate(-50%, 100%);
}
.hero-banner_wrraper {
  position: relative;
}
.hero-icon-img img {
  width: 40px;
  height: 40px;
  display: block;
}
.hero-icon-text p {
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 2.5vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
}
.hero_banner-text_icon {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
  max-width: 1200px;
}
.hero-icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero_banner-content a.button {
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-weight: 700;
  line-height: 150%;
}
.custom-video-section {
  position: relative;
  width: 100%;
  /* height: 600px; */
  overflow: hidden;
  border-radius: 30px;
  max-width: 1120px;
  margin: 0 auto;
}

.custom-video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-slide-desc {
  width: 100%;
  height: auto;
}
.banner-slide-desc img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-slide-mobi {
  width: 100%;
  height: auto;
      padding: 10px;
}
.banner-slide-mobi img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .list-menu__item {
  font-size: 15px !important;
}
.save_code,
.code_doller {
  color: #e09d70;
}
p.announcement-bar__message span img {
  width: 90px;
}
.addtocart-wrapper .button.loading {
  color: #fff;
}
.header-search {
  max-width: 460px;
      grid-area: search;
}
.header-menu {
    grid-area: navigation;
    display: flex;
    list-style: none; 
    padding: 0;
    margin: 0;
}
.header-menu a{
  font-family: 'Urbanist';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 0 clamp(10px, 5vw, 30px);
  color: #000;
}
.blog__title {
  margin: 0;
  font-size: 50px;
  line-height: normal;
}
.description-wrapper ul {
  padding: 0;
}
.ctm_bullet li {
  list-style: none;
  position: relative;
  padding-left: 2.2rem;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  color: #000;
}
.ctm_bullet li:after {
  display: block;
  content: "";
  background-image: url(/cdn/shop/files/Vector.png?v=1748520709);
  top: 2px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 20px;
  height: 20px;
}
.product-accessories-container {
  margin-top: 12px;
}
.blog .article-card__excerpt {
  color: rgba(19, 3, 31, 0.7);
  font-family: "Urbanist", sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.main-page-content h3,
.main-page-content {
  font-family: DM sans, sans-serif;
}
.delivery-widget__up div h3,
.delivery-widget__up div p {
  color: #fff;
}
.delivery-widget__item:hover {
  /* background: #E09D70;
    color: #fff;
      transition: background-color .3s ease, color .3s ease; */
}
.delivery-widget__box strong {
  color: #fff;
}

.product .select__select {
  background: #fff;
  border-radius: 8px;
}
.ctm_product-contact {
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}
.top-banner_product-desk img {
  width: 100%;
  height: auto;
}
.top-banner_product-desk {
  width: 100%;
  height: auto;
}
.pro_rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}
.price__box .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.thumbnail-list__item.slider__slide .thumbnail[aria-current="true"] {
  border: 0 !important;
}
.accordion.accordion-delivery {
  background: #101830;
  color: #fff;
}
.accordion.accordion-delivery h3.accordion__title.inline-richtext.h4 {
  color: #fff;
}
.accordion.accordion-delivery .delivery-widget__up p {
  color: #fff;
  margin: 0;
}
.featured_banner_slide .swiper-pagination {
  position: static;
}
.footer .copyright__content {
  color: #101830;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.review-rating span{
  display: flex;
}
.description-wrapper .accordion {
      border: 0;
}
.search__button svg{
  width: 19px;
  height: 19px;
}
.cart_title_price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.cart_total{
color: #000;
font-family: "DM Sans";
font-size: clamp(14px, 2.5vw, 20px);
font-weight: 600;
line-height: 28px; /* 140% */
      text-align: right;
}
.cart-drawer .cart-item {
    display: flex !important;
    justify-content: space-between;
}
.cart-item__details {
    flex: 1;
}
.cart-item__name{
  color: #000;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 1; /* 155.556% */
}
cart-remove-button .button {
    justify-content: flex-end;
    min-height: 0;
}
.cart-item__quantity-wrapper .quantity:after, .cart-item__quantity-wrapper .quantity:before{
  box-shadow: none;
}
#shopify-section-template--22427807645973__custom_liquid_wXkGUg .marque-text_wrrap{
  margin: 0px;
}
/*  Style the progress bar  */
      .cart-shipping__wrapper {
            padding: 12px 3rem;
          max-width: 700px;
          width: 100%;
          margin: 0 auto;
      }

      .cart-shipping__wrapper p {
        text-align: center; 
        margin:0px;
      }

      .cart-trust-block-items-content img {
        max-width: 36px;
      }

      .cart-trust-badges {
        display: flex;
        padding: 8px 0 5px;
      }

      @media only screen and (max-width: 576px) {
        .cart-trust-block-items-content img {
          max-width: 30px;
        }
        .cart-trust-badges {
          padding: 14px 0 2px;
      }
        .cart-trust-badges .payment-icons {
        line-height: 28px !important;
      }
      .cart-trust-badges .payment-icons .icon {
          width: 32px !important;
          height: 22px !important;
      }
        .cart-trust-block-items-content {
          font-size: 15px;
        }
      }

      .cart-trust-block-items-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
      }

      .cart-shippingThreshold__bar {
        position: relative;
        /*  Progress bar background color  */
        background-color: #CACACA;
        height: 10px;
        border-radius: 10px;
        max-width: 620px;
        margin: 0 auto;
           margin-top: 22.5px;
      }

      .cart-shippingThreshold__progress {
        padding: 0 10px;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        min-width: 0;
        max-width: 100%;
        height: 100%;
        display: block;
        background-color: #4ED155;
        /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff42 50% 75%, #0000 75%, #0000);
        background-size: 20px 20px; */
        transition: .9s linear;
        transition-property: width, background-color;
      }

      .top-bar p {
        line-height: normal;
        margin: 0 0 18px !important;
      }

      .cart-shippingThreshold__progress:after {
     content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(box-ship.png);
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 50%;
      }
.cart-drawer .cart-item.hidden {
    display: none !important;
}
.product-top-rating .jdgm-prev-badge__stars {
    display: none;
}
.product__media-list {
    scroll-padding-left: 0 !important;
}
.product-top-rating svg {
    margin-top: 2px;
}
.custom-heading-colps {
    font-size: clamp(28px, 5vw, 32px);
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.image-with-text__heading {
  font-size: 44px;
}
.image-with-text__text {
  display: flex;
  align-items: baseline;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  margin-top: 1rem;
}
.custom-append-pds{
  margin-top: 1rem;
}

/*-=-=-=-Responsive-=-=-=-=-*/
@media screen and (max-width: 1250px) {
  .header-menu{
    display: none;
  }
}
@media screen and (max-width: 989px) {
  .header-search {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .style-2 .featured-coll_title,
  .rich-text__heading,
  .rich-ctm .rich-text__heading,
  .blog__title,
  .collapsible-content__heading,
  .image-with-text__heading,
  .featured-icon-text_h {
    font-size: 36px !important;
    line-height: 1.15;
  }
  .style-2 .collection__description,
  .custom_caption span,
  .blog .article-card__excerpt,
  .featured-icon-with_caption{
    font-size: 16px;
  }
  .accordion__title,
  .featured-icon-text_block_h,
  .style-2 .collection .card-per-price,
  .style-2 .collection .card__heading {
    font-size: 18px !important;
  }
  .accordion .accordion__content {
    font-size: 16px !important;
    line-height: 150%;
  }
  /* .jdgm-rev-widg{
    padding-top: 0px !important;
  } */
   .shopify-policy__body .rte {
    font-size: 15px;
  }
  .image-with-text__content{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .jdgm-review-widget--small .jdgm-rev-widg, .jdgm-review-widget--medium .jdgm-rev-widg{
    padding-bottom: 0px !important;
  }
  .custom-heading-colps {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  .protection-popup-modal__toggle{
  padding: 1rem; 
  top: 1.5rem;
  }
  .shipping-protection_img{
    height: 50px; 
    width: 50px; 
    min-width: 50px;
  }
  .shipping-protection_img img{
        width: 100%;
    height: auto;
  }
  .shipping-protection{
    gap: 1rem;
  }
.drawer__cart-items-wrapper .cart-quantity {
        min-height: calc((var(--inputs-border-width) * 2) + 2.5rem) !important;
  height: 0;
    }
  cart-remove-button .button {
    min-height: 0 !important;
}
  .cart-item__name {
    line-height: normal;
}
  .cart-drawer .cart-item__image {
    max-width: 82px !important;
    height: 82px !important;
}
  .wholesale-contact-form, .wholesale-page-content, .wholesale-form-wrapper{
    width: 100%;
    max-width: 100%;
  }
  .article-template__content {
    font-size: 14px;
    line-height: 24px;
  }
  .style-2 .collapsible-content .accordion summary .icon-caret {
    height: 12px;
    top: calc(35% - 0.2rem) !important;
  }
  .style-2 .multicolumn-card__image-wrapper {
    max-width: 50px;
  }
  .ctm_bullet li:after {
    top: 5px;
    width: 15px;
    height: 15px;
  }
  .product-static-rating svg {
    width: 66px;
  }
  .quick-add__submit {
    padding: 0.5rem 0.8rem;
    font-size: 16px;
    letter-spacing: normal;
  }
  .rich-ctm .rich-text__text.rte{
    font-size: 16px;
  }
  .collection .product-static-rating {
    margin-top: 5px !important;
  }
  .collection .card-per-price {
    line-height: 22px !important;
  }
  .btn-choose-option {
    border-radius: 5px;
  }
  .delivery-widget__head {
    line-height: normal;
    font-size: 13px;
  }
  .delivery-widget__item span {
    font-size: 13px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
  }
  .thumbnail__badge {
    display: none !important;
  }
  .description-wrapper .accordion {
    background: transparent;
    box-shadow: none;
  }
  .footer__copyright {
    justify-content: center;
  }
  .button {
    /* font-size: 14px; */
  }
  .article-template__content .rte,
  .article-card__excerpt {
    font-size: 14px;
    line-height: 24px;
  }
  .article-template__content.rte strong {
    font-size: 16px;
  }
  .announcement-bar__link .announcement-bar__message {
    padding: 1 0rem;
  }
  ul.header-icons {
    gap: 5px;
  }
  .custom-video-section {
    height: 225px;
    border-radius: 20px;
  }
  .hero_banner-content {
    margin: 0;
  }
  .herobanner_1,
  .herobanner_4 {
    margin-top: -2rem;
  }
  .hero_banner_dicount {
    position: initial;
    transform: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 1rem;
  }
  .hero-icon-img img {
    width: 20px;
    height: 20px;
  }
  .herobanner_1:after {
    display: none;
  }
  .hero-banner-desk {
    gap: 8px;
    margin-bottom: 1rem;
  }
  .hero_banner-text_icon {
    display: block;
    column-gap: 2rem;
    column-count: 2;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  .iconText__wrap {
    padding: 10px 3em;
    gap: 5px;
  }
  .iconText__wrap .iconText__item {
    gap: 5px;
    text-align: center;
    flex-direction: column;
  }
  .iconText__img {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .iconText__item p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
  }
  .custom-cart-page-layout {
    gap: 1rem;
  }
  .cart-custom-left {
    max-width: 100%;
  }
  .cart-item__details,
  .cart-item__quantity {
    /* flex: inherit; */
  }
  .cart-item .quantity__button {
    width: calc(3rem / var(--font-body-scale));
  }
  .cart-item .quantity {
    width: calc(
      10rem / var(--font-body-scale) + var(--inputs-border-width) * 2
    );
  }
  quantity-input.quantity.cart-quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 2.55rem);
  }
  .cart-item__image-container img {
    width: 100%;
    height: 100% !important;
  }
  .cart-item__image-container{
    height: 100% !important;
  }
  .cart-item__image {
    max-width: 80px !important;
  }
  table.cart-items .cart-item {
    gap: 1rem 0.5rem !important;
    /* flex-wrap: nowrap; */
  }
  .totals > h2,
  p.protection_label label,
  p.protection_price,
  .totals__subtotal-value {
    font-size: 16px !important;
  }
  p.protection_label label:after {
    top: 3px;
  }
}
@media screen and (max-width: 560px) {
  .cart-item__details .product-option {
    font-size: 10px !important;
  }
  .variants-popup-btn{
    margin-top: 4px;
  }
  .variants-popup-btn span{
    height: 22px;
    border-radius: 3px;
    padding: 6px;
    font-size: 10px;
  }
  .cst-vr22{
    max-width: 125px !important;
  }
  .cart-item {
    gap: 0.5rem;
  }
  .cart-item .quantity {
    width: calc(7rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
  .cart-item .quantity__button {
    width: calc(2rem / var(--font-body-scale));
  }
  .quantity__button svg{
    width: 10px;
  }
}
@media screen and (max-width: 420px) {
  .product_refund-return > div {
    gap: 5px;
  }
  .iconText__wrap {
    padding: 10px 2em;
    gap: 5px;
  }
  .iconText__wrap .iconText__item {
    gap: 5px;
    text-align: center;
    flex-direction: column;
  }
  .iconText__img {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .iconText__item p {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
  }

  td.cart-item__totals.right {
    flex: 1;
  }

}
@media screen and (min-width: 420px) {
  .featured-content:not(:first-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    opacity: 0.4;
    background: #11181e;
    top: 0;
    position: absolute;
    /* right: calc(100% + var(--text-with-icons-column-gap) - 10%); */
  }
}
@media screen and (min-width: 750px) {
  .delivery-widget__box {
    margin-top: 1rem;
  }
  .featured-review .swiper.review_slider {
    padding-left: 15rem;
  }
  .announcement-bar__link {
    padding: 0.5rem !important ;
  }
  .hero_h2 p {
    margin-top: 0;
  }
  .bag_hero {
    min-height: 766px;
  }
  .style-2 .collection .contains-card {
    max-width: 1200px;
    margin: 0 auto;
  }
  .custom-newsletter-wrrap {
    justify-content: center;
  }
  .custom-newsletter-form {
    max-width: 600px;
  }
  .custom-newsletter_img {
    max-width: 500px;
  }
  #shopify-section-template--22427807744277__6027ecf5-0c6e-48d0-a850-2902bbf1118c
    .multicolumn-list {
    max-width: 1200px;
  }
  .featured-content_wrrap > div {
    flex: 1;
  }
  .footer:after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Frame.png?v=1747125603);
    background-size: contain;
    background-repeat: no-repeat;
    top: 58%;
    transform: translate(-8px, -50%);
    left: 0;
    width: 238px;
    height: 238px;
  }
  .footer:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Frame_1.png?v=1747126678);
    background-size: cover;
    background-repeat: no-repeat;
    top: 24%;
    right: 0px;
    width: 213px;
    height: 213px;
  }
  .footer-block.grid__item:last-child {
    width: 10%;
  }
  .footer-block.grid__item {
    width: 19%;
  }
  .main-blog {
    width: 100%;
  }
  .ctm-article-sidebar {
    width: 40%;
  }
  article.article-template {
    width: 100%;
  }
  .blog__sidebar {
    width: 40%;
  }
  .main-blog .blog-articles {
    gap: 60px;
  }

  .module1-wrrap {
    background-image: url(/cdn/shop/files/Vector_2.svg?v=1746589558);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .rich-ctm .rich-text__text.rte {
    max-width: 560px;
    margin: 0 auto;
  }
  .featured-icon-with_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff8f3;
    z-index: -1;
    width: 100%;
    opacity: 0.9;
    border-radius: 50px;
  }
  .featured-icon-with_text {
    background-image: url(/cdn/shop/files/Vector_2.svg?v=1746589558);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .featured-icon-text_sub p {
    margin-bottom: 0;
  }
  .featured-icon-text_sub {
    max-width: 565px;
    margin: 0 auto;
  }

  .featured-icon-text_block:nth-child(2) {
    margin-top: 58px;
  }
  .custom-newsletter-form .rte p {
    max-width: 554px;
  }
  .ctm-newsletter-bg {
    background-image: url(https://cdn.shopify.com/s/files/1/0724/4405/1673/files/Frame_1707481450.png?v=1746452579);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4rem 4rem;
  }
  .custom-newsletter-form .newsletter-form {
    max-width: 100%;
  }
  .ctm-width {
    padding: 0;
  }
  .contact_with-img {
    width: 40%;
  }
  .ctm_contact {
    width: 60%;
  }
  .contact_with-img-wrrap .contact__fields {
    grid-column-gap: 5.6rem;
  }
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none !important;
  }
  /* .page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  } */
  .logo-bar .logo-bar__item:last-child .logo-bar-image img {
    width: 75px;
  }
  .product-info-top .product-form__quantity {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    /* justify-content: space-between; */
    padding-right: 10px !important;
  }
  .product-info-top .product-form__quantity .quantity {
    /* width: 308px; */
  }
  /*.header-icons li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    height: 70%;
    width: 2px;
    background-color: #0C1226;
  }*/
  .header {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .header-icons li:last-child::after {
    display: none;
  }
  /* .header__menu-item {
    padding-top: 7px;
    padding-bottom: 6px;
    line-height: 27px !important;
    font-size: 16px;
    font-weight: 500;
  } */
  .header__menu-item:hover span {
    text-decoration: none !important;
  }
  .header__menu-item:hover,
  details[open] > .header__menu-item,
  details[open] > .header__menu-item .header__active-menu-item {
    text-decoration: none !important;
    background: #0c1226;
    color: #fff;
  }
  .header__menu-item:hover span {
    color: #fff !important;
  }
  .header__submenu.list-menu {
    padding: 10px 0 !important;
    border: 1px solid #0c1226;
    min-width: 300px;
  }
  .header__submenu .header__menu-item {
    justify-content: space-evenly;
    padding: 10px;
    font-size: 14px;
    line-height: 30px !important;
    color: #0c1226;
    text-decoration: none !important;
    font-family: var(--font-body-family);
  }
  .header__submenu .header__menu-item:hover {
    background: #cfcfcf;
  }

  .header-phone {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .announcement-bar {
    position: relative;
  }
  .header-phone p,
  .header-phone p a {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: "Urbanist", sans-serif;
  }
  .footer-block--menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .product.product--thumbnail_slider {
    column-gap: 30px !important;
  }
  .product--thumbnail_slider .product__media-gallery {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    flex: 1;
    /* padding-right: 20px; */
  }
  .product--thumbnail_slider
    .product__media-gallery
    slider-component.thumbnail-slider {
    width: 18%;
    flex-direction: column;
  }
  /*.product--thumbnail_slider .slider-mobile-gutter .slider-button{display:none !important;}*/
  .product--thumbnail_slider
    .product__media-gallery
    slider-component.thumbnail-slider
    .thumbnail-list {
    display: flex;
    padding: 0 0.7rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
    flex-direction: column;
    width: 100%;
  }
  .product--thumbnail_slider
    .product__media-gallery
    slider-component.thumbnail-slider
    .thumbnail-list
    .thumbnail-list__item {
    width: 100%;
  }
  .product-media-container.constrain-height {
    --constrained-min-height: 100% !important;
  }
  .product__info-wrapper {
    padding: 0 0 0 0 !important;
  }
  .home-choose .image-with-text__content {
    height: 100% !important;
    width: calc(100% + 14rem) !important;
    min-width: calc(100% + 14rem) !important;
    margin-left: -14rem !important;
  }
  .logo-bar-container .logo-bar-header {
    display: none;
  }
  .logo-bar-container {
    padding-top: 18px;
    padding-bottom: 0px;
  }
  .our-featured-products .product-grid {
    row-gap: 70px;
  }
  .home-choose .image-with-text__text {
    font-size: 20px;
  }
  .home-buy-with-us .multicolumn-card__info h3.inline-richtext {
    font-size: 28px;
    max-width: 220px;
  }
  .home-buy-with-us .multicolumn-card__info .rte {
    margin-top: 25px;
  }
  .home-blog .blog__post {
    background: #fff;
  }
  .home-blog .blog-subheading p {
    font-size: 18px;
  }
  .client-saying .multicolumn-list {
    margin-top: 90px;
  }

  /* .main-page-content {
    width: calc(75% - 15px);
    max-width: calc(75% - 15px);
  } */
  .main-page-sidebar {
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  /* li.bundle-item,
  li.accessories-item {
    width: calc(33.33% - 7px) !important;
    max-width: calc(33.33% - 6px) !important;
  } */
  .mobile-description-wrappper {
    display: none;
  }
  .cart__items .js-contents {
    /* padding: 0 50px; */
  }
  h2.common_faq-item__title .close-faq {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: flex;
    justify-content: center;
  }
  .style-1 .collapsible-content__grid--reverse {
    flex-wrap: nowrap;
  }
  .style-1 .grid__item.collapsible-content__grid-item {
    max-width: 574px;
  }
  .style-2 .multicolumn-list__item {
    max-width: 28%;
  }
  .style-2 .multicolumn-card__info > :nth-child(2) {
    max-width: 220px;
    margin: 0 auto;
  }
  .header-dwawer-wrapper {
    display: none;
  }
  /* .header--middle-left {
    grid-template-columns: auto !important;
  } */
}
@media screen and (max-width: 420px) {
  .featured-content:nth-child(3):after {
    display: none !important;
  }
  .featured-content:not(:last-child):after {
    /* content: ""; */
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0.4;
    background: #11181e;
    position: absolute;
    transform: translate(-50%, -50%);
    right: -50%;
  }
}
@media screen and (max-width: 1024px) {
  .products-accessories .card__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .ctm_product-contact h3{
    font-size: 20px;
  }
  .ctm_product-contact .contact,
  .product_refund-return > div{
    font-size: 16px;
  }
  .collapsible-content  .collapsible-content__heading {
    margin-bottom: 0 ;
  }
  .description-wrapper.medium-hide.large-up-hide {
    border-top: 2px solid #E5E5E5;
  }
 .drawer__cart-items-wrapper .quantity__input {
    font-size: 12px;
  }
  .drawer__cart-items-wrapper .cart-drawer .quantity {
    height: 3rem;
  }
  .cart-drawer button.quantity__button[name=minus], .cart-drawer button.quantity__button[name=plus] {
    width: 8px;
  }
  .products-accessories .card__content {
    flex-direction: row !important;
  }
  .products-accessories .card__information {
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
  }
  .accessories-item .card-price {
    text-align: left;
  }
  .featured-icon-text-btn {
    margin-bottom: 1rem;
  }
  .featured-review .swiper-button-prev,
  .featured-review .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .review-content {
    min-height: auto;
  }
  .review_name-sub p {
    font-size: 16px;
  }
  .review_name-sub span {
    font-size: 16px;
  }
  .review-rating,
  .review-date {
    font-size: 16px;
  }
  ul.description-feartures li {
    font-size: 13px;
    line-height: normal;
  }
  .delivery-widget__box {
    padding: 0;
  }
  .sidebar-icon-text {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    row-gap: 10px;
    width: 20%;
    padding-top: 5px;
    flex: 1;
    padding-bottom: 9%;
  }
  .sidebar-icon-text_inner p {
    color: #3B4655;
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding-top: 4px;
  }
  .product__media-gallery {
    width: 80%;
  }
  .thumbnail.global-media-settings img {
    display: none;
  }
  .product__media-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }
  .product__media-wrapper > div {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    flex: 1;
  }
  .sidebar-icon-text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 7px;
    background: #fff;
    padding: 10px 5px;
    flex: 1;
  }
  .thumbnail-slider .thumbnail-list.slider {
    justify-content: center;
    display: flex !important;
  }
  .product .thumbnail:not([aria-current]) {
    border: 1px solid #bdbdbd;
  }
  .product .thumbnail-list__item:before {
    display: none;
  }
  .product .thumbnail-list__item.slider__slide {
    width: auto;
  }
  .product .thumbnail {
    width: 10px;
    height: 10px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: static;
  }
  .product .thumbnail[aria-current] {
    box-shadow: none !important;
    background: #e09d70;
  }
  .accessories-item .quick-add__btn {
    min-width: auto !important;
    width: 60px !important;
    font-size: 12px;
    max-width: 30px;
    padding: 0 2rem;
  }
  .products-accessories .quantity__input {
    font-size: 12px;
  }
  .products-accessories .card {
    gap: 10px;
  }
  .products-accessories .quantity {
    padding: 0 5px;
    width: calc(6rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    min-height: calc((var(--inputs-border-width) * 2) + 2.9rem) !important;
  }
  .products-accessories button.quantity__button[name="plus"],
  .products-accessories button.quantity__button[name="minus"] {
    width: 10px;
  }
  .products-accessories .quick-add-btn {
    gap: 10px;
  }
  .delivery-widget__box p {
    margin-top: 0;
  }
  .delivery-widget__up {
    align-items: flex-start !important;
  }
  .delivery-widget__box h3 {
    text-align: left;
  }
  .product-info-top {
    padding: 0 !important;
  }
  .footer .copyright__content {
    font-size: 12px !important;
  }
  .style-2 .collection .contains-card {
    row-gap: 15px;
  }
  .ctm-footer_border {
    margin-top: 2rem;
  }
  .footer:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Frame_3.png?v=1747127185);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 24%;
    right: 0;
    width: 105px;
    height: 174px;
  }
  .footer:after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Frame_2.png?v=1747126989);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8%;
    transform: translate(-8px, -50%);
    left: 0;
    width: 111px;
    height: 111px;
  }
  .list-social__item .icon {
    width: 22px !important;
    height: 21px !important;
  }
  .footer .list-social {
    margin-top: 0;
  }
  .blog-menu .list-menu__item--link {
    font-size: 14px;
    padding: 10px 0;
  }
  .main-blog .article-card__info span {
    font-size: 14px;
  }
  .blog_search h2 {
    margin-bottom: 2rem;
  }
  .article-template__title {
    margin-top: 0 !important;
  }
  .date_author-ctm span {
    font-size: 14px;
  }
  article.article-template {
    padding: 30px 0;
  }
  .main-blog {
    padding: 30px 0;
  }
  .article-card .card__heading {
    font-size: clamp(16px, 2.5vw, 50px);
  }
  .featured-content-sub {
    font-size: 15px;
  }
  .reveiw_caption span{
    font-size: 20px;
  }
  .reveiw_heading{
    font-size: 36px;
    padding: 0 24px;
  }
  .review-content{
    font-size: 15px;
  }
  .featured-content-h {
    /* font-size: 30px; */
  }
  .featured-content:not(:first-child):after{
    /* left: -14px; */
    display: none;
  }
.featured-content_wrrap .featured-content:nth-child(n+3) {
    border-top: 1px solid rgb(17 24 30 / 40%);
}
  .featured-content_wrrap {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    column-gap: 28px;
  }
  .featured-content {
    width: calc(50% - 28px);
}
  .blog .title-wrapper-with-link {
    margin-bottom: 0;
  }
  .collapsible-content .caption-with-letter-spacing {
    font-size: 16px;
  }
  .marque-text_wrrap .scrolling-promotion .promotion svg {
    width: 10px;
  }
  .rich-ctm .rich-text__text.rte {
    margin-top: 1rem;
  }
  .module1-wrrap::before {
    border-radius: 25px;
    opacity: 0.8;
  }
  .module1-wrrap {
    background-image: url(/cdn/shop/files/Vector_3.svg?v=1746590571);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .module1-wrrap {
    text-align: center;
  }
  .module1_block-h p {
    margin-top: 0;
  }
  .module1-wrrap {
    border-radius: 25px;
    padding: 1.5rem;
    text-align: center;
  }
  .modul1-icon-text_img {
    width: 40px;
  }
  .modul1-icon-text-h {
    font-size: 19px;
  }
  .module1_block-h {
    font-size: 36px;
  }
  .module1_block-caption {
    font-size: 16px;
  }
  .modul1-icon-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    text-align: left;
  }
  .module1-wrrap {
    flex-direction: column;
  }
  .modul1-icon-text-sub {
    font-size: 16px;
    line-height: 22px;
  }
  .multi_img-text_h {
    font-size: 16px;
  }
  .multi_img-text_sub {
    font-size: 14px;
    line-height: normal;
  }
  .multi_img-text_tag {
    font-size: 14px;
  }
  .style-2 .collection .card-wrapper .rating-star {
    --font-size: 1;
  }
  .style-2 .collection .card-information .caption {
    font-size: 11px;
  }
  .style-2 .collection .card__heading {
    line-height: normal;
  }
  #shopify-section-template--22427807711509__image_with_text_hENG3F
    .image-with-text__heading
    strong:after {
    bottom: -14px;
  }
  .featured-icon-text-btn .button {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 10px 28px;
  }
  .featured-icon-with_caption {
    margin-top: 1rem;
  }
  .featured-icon-with_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff8f3;
    z-index: -1;
    width: 100%;
    opacity: 0.8;
    border-radius: 25px;
  }
  .featured-icon-with_text {
    background-image: url(/cdn/shop/files/Vector_3.svg?v=1746590571);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #shopify-section-template--22427807711509__image_with_text_MeCndp
    .image-with-text__content {
    padding: 1.5rem 0;
  }
  .multi-block_h {
    font-size: 14px;
  }
  .multi-block_sub {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .featured-icon-with_text {
    border-radius: 25px;
    padding: 1.4rem;
  }
  .featured-icon-text_block_sub p {
    margin: 0;
  }
  .featured-icon_block-img {
    margin-bottom: 0;
  }
  .featured-icon-text_block-wrrap > div {
    width: 100%;
  }
  .featured-icon-text_block {
    padding: 15px;
  }
  .featured-icon-text_block-wrrap {
    flex-direction: column;
  }
  .main-page-sidebar.grid__item {
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 10px;
  }
  .main-page-sidebar.grid__item h2 {
    max-width: 100%;
  }
  .style-2 .collapsible-content .accordion__title {
    font-size: 14px;
  }
  .style-2 .collapsible-content .accordion summary .icon-caret {
    top: calc(10% - 0.2rem);
  }

  .ctm_news-form .field__label {
    top: calc(1.2rem + var(--inputs-border-width));
  }
  .ctm_news-form .newsletter-form__field-wrapper .button {
    min-width: calc(7rem + var(--buttons-border-width) * 2);
    min-height: 3rem;
    height: 3.8rem;
    padding: 0;
  }
  .ctm_news-form .field__input {
    height: 3.8rem;
  }
  .custom-newsletter-wrrap {
    padding: 3rem 0;
    gap: 10px;
  }
  .custom-newsletter-wrrap {
    flex-direction: column-reverse;
  }
  .custom-newsletter-wrrap > div {
    text-align: center;
  }
  .ctm-newsletter-bg {
    background-image: url(/cdn/shop/files/Frame_1707481451.png?v=1746525043);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1.3rem;
  }
  .review-prev-next {
    margin-top: 4rem;
    justify-content: center;
    width: 100%;
    gap: 20px;
    max-width: 100%;
  }
  .collapsible_sub p {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .collapsible_sub {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(19, 3, 31, 0.7);
  }
  .accordion summary .icon-caret {
    height: 21px;
    width: auto;
  }
  .accordion {
    padding: 14px;
    margin-bottom: 14px !important;
  }
  .contact_with-img-wrrap .contact__button {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }
  .cont-sub {
    text-align: center;
    font-size: 15px;
  }
  .ctm_contact .title {
    text-align: center;
    font-size: 36px;
  }
  .contact_with-img-wrrap .contact {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
  }
  .bg-mobile {
    background: #fff8f3;
  }
  .style-2 .multicolumn-list {
    gap: 12px;
  }
  .style-2 .multicolumn-card__info .rte {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    dispaly: block;
  }
  .header-dwawer-wrapper {
    display: flex;
  }
  .header-search,
  .header-icons .icon-title,
  span.desktop-show,
  .header-phone {
    display: none;
  }
  .header-icons li a svg.icon,
  .header__icon--cart .icon {
    width: 25px !important;
  }
  ul.header-icons li {
    padding-right: 0;
  }
  li.header-phone-icon {
    margin-left: 0 !important;
  }
  .footer,
  p.footer-block__heading,
  .copyright__content,
  ul.footer-contacts li a {
    font-size: 16px !important;
  }
  .footer-block__details-content .list-menu__item--link{
    font-size: 15px !important;
  }
  .logo-bar {
    column-gap: 5px;
    padding-top: 20px;
  }
  .logo-bar__item {
    width: calc(20% - 4px);
    flex-direction: column;
    justify-content: space-between;
  }
  .logo-bar-image {
    margin-right: 0;
    text-align: center;
  }
  .logo-bar-title {
    font-size: 9px;
    line-height: 14px !important;
    padding-right: 0;
    text-align: center;
  }
  .logo-bar-image img {
    width: 50%;
  }
  .logo-bar-header {
    background: #0c1226;
  }
  .announcement-bar__message {
    font-size: 12px;
  }
  .logo-bar-container h2.section-header__title {
    font-size: 12px;
    color: #fff;
    padding: 11px 0;
    text-align: center;
    margin-top: 0;
  }
  .logo-bar-container h2.section-header__title a {
    color: #fff;
  }
  .lowest,
  .same {
    font-size: 8px;
    line-height: normal;
    padding: 8px 10px;
    margin: 0 0 0 30px;
  }
  .freeSpark {
    font-size: 17px;
    padding: 10px 10px 10px 20px;
    width: 300px;
    text-align: left;
    max-width: 100%;
  }
  .cart-count-bubble {
    top: 5px;
    left: 16px;
    height: 15px;
    width: 15px;
    font-size: 10px;
    line-height: normal;
  }
  .header__heading-logo-wrapper {
    max-width: 110px;
  }
  a.header-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .our-featured-products .card__heading {
    font-size: 16px;
  }
  .card-information .price {
    margin-top: 0 !important;
  }
  .card-information .price .price-item {
    font-size: 12px !important;
  }
  .alt-heading h2.rich-text__heading,
  .alt-heading h2.title,
  .alt-heading h2.blog__title {
    font-size: 34px !important;
    text-align: center;
  }
  .our-featured-products .button--secondary {
    font-size: 14px !important;
    padding: 5px 5px;
  }
  .home-choose .image-with-text__text {
    padding: 10px 10px 10px 45px;
  }
  .home-choose .image-with-text__content .image-with-text__text:before {
    font-size: 32px;
  }
  .home-buy-with-us .multicolumn-card__info h3.inline-richtext {
    font-size: 20px;
    max-width: 180px;
  }
  .home-buy-with-us .multicolumn-card__info {
    padding-top: 20px !important;
  }
  .home-buy-with-us .multicolumn-card__info .rte {
    margin-top: 15px;
  }
  .client-saying .page-width {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
  .client-saying .multicolumn-list__item {
    width: 100% !important;
    margin: 0 !important;
  }
  .slider-counter.caption {
    display: none;
  }
  .slider-buttons {
    align-items: end !important;
    justify-content: end !important;
  }
  button.slider-button {
    border: 1px solid #0c1226 !important;
    margin-right: 15px;
    color: #000 !important;
    width: 30px !important;
    height: 30px !important;
  }
  button.slider-button svg {
    rotate: 90deg !important;
    height: 20px !important;
  }
  .home-blog .blog-subheading p,
  .client-saying .multicolumn-card__info {
    font-size: 14px;
  }
  .client-saying .multicolumn-list__item:before {
    width: 35px;
    height: 35px;
    background-size: contain;
    top: 3px;
  }
  .client-saying .multicolumn-list {
    margin-top: 60px;
  }
  .footer__blocks-wrapper {
    display: flex !important;
    flex-wrap: wrap;
  }
  .footer-block.grid__item.footer-block--menu {
    flex: 0 0 auto;
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .footer-block.grid__item {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }
  .footer-block.footer-block--log-newsletter {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  h2.footer-block__heading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .footer-block__details-content {
    margin-bottom: 0 !important;
  }

  .page-title .main-page-title {
    font-size: 36px;
    padding-top: 15px;
    line-height: 44px;
  }
  .main-page-wrapper {
    flex-direction: column-reverse;
  }
  .main-page-sidebar,
  .main-page-content {
    width: 100%;
    max-width: 100%;
  }
  .main-page-wrapper .main-page-content {
    order: 1;
  }
  .main-page-wrapper .main-page-sidebar {
    order: 2;
  }
  .product__media-list .product__media-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .product__media-wrapper slider-component {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .product__media-wrapper .product-media-container {
    margin: 0 !important;
    min-width: 100% !important;
  }
  .thumbnail-slider button.slider-button svg {
    rotate: 0deg !important;
  }
  .guranteed-icon-container {
    display: none;
  }
  .guranteed-icon-container ul {
    row-gap: 20px;
    flex-direction: column;
  }
  .accessories-item h3.card__heading {
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
  }
  ul.products-bundle,
  ul.products-accessories {
    column-gap: 3px;
  }
  ul.products-bundle,
  ul.products-accessories {
    row-gap: 15px;
  }
  .client-saying h2.title {
    text-align: center;
  }
  .blog__posts {
    row-gap: 20px;
  }
  .logo-bar .logo-bar__item:last-child .logo-bar-image img {
    width: 65%;
  }
  .header-badge {
    display: none;
  }
  .menu-drawer__menu-item {
    padding: 1.1rem 3.2rem;
    text-decoration: none;
    font-size: 18px !important;
    font-family: "Nunito";
    color: #000;
    font-weight: 500;
  }
  .product__media-wrapper .description-wrapper,
  .product__media-wrapper .product-faq-container {
    display: none;
  }
  .section-product {
    padding-top: 0 !important;
  }
  .nav-container {
    display: none;
  }
  .product__accordion .accordion__title {
    font-size: 16px;
    max-width: calc(100% - 30px) !important;
  }
  .product__accordion .accordion__content {
    font-size: 20px;
    line-height: 1.5;
  }
  .mobile-description .description-heading span {
    position: absolute;
    right: 20px;
  }
  .mobile-description .description-heading {
    background: #fff;
    padding: 10px 20px;
    position: relative;
    margin-top: 25px;
  }
  .product__info-wrapper .price .price-item {
    font-size: 26px !important;
  }
  .product-form__input.product-form__input--dropdown {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 15px;
  }
  .default-product .accessories-title {
    font-size: 20px;
  }
  .card-per-price {
    font-size: 12px;
  }
  .cart-item__details,
  .cart-item__totals,
  .cart-item__quantity {
    padding-left: 0px !important;
  }
  .cart-item__media {
    grid-row: 1 / 2 !important;
  }
  .cart-item__details {
    grid-column: 2 / 5 !important;
  }
  .cart-item__totals {
    grid-column: 1 / 2 !important;
  }
  .cart-item__quantity {
    grid-column: 2 / 5 !important;
  }
  .cart-item__quantity-wrapper {
    flex-wrap: nowrap !important;
  }
  .common-faq__text-item,
  .common-faq__media-item {
    width: 100% !important;
    max-width: 100% !important;
  }
  .common-faq__text-item.grid__item {
    padding-left: 0;
  }
  h2.common_faq-item__title {
    padding-left: 20px;
    margin-top: 20px;
  }
  h2.common_faq-item__title:before {
    left: 0 !important;
  }
  .owl-nav button.owl-next {
    right: -15px !important;
  }
  .owl-nav button.owl-prev {
    left: -15px !important;
  }
  .header__icon--menu {
    height: 2.4rem;
    width: 4rem;
  }
  header-drawer {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
  }
  .carousel__title h2.title {
    font-size: 24px;
  }
  .header__icon--cart {
    margin-right: 0 !important;
  }
  .our-featured-products .card__heading {
    padding: 0 5px !important;
  }
  /* .product-info-top,
  .bundle-product .product-bundle-container,
  .bundle-product .product-accessories-container {
    padding: 10px 15px;
  } */
  .announcement-bar-Slider-new__item {
    width: 100%;
  }
  .common_faq-item:not(:first-child) .common_faq-item__description {
    display: none;
  }
  .product-form__input,
  .product-form__input .select {
    max-width: 100% !important;
  }
  .section-template--21564908962069__6027ecf5-0c6e-48d0-a850-2902bbf1118c-padding
    h2.title {
    font-size: 2.8rem !important;
    text-align: center;
  }
  .delivery-widget__up {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .delivery-widget__item {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    width: 100%;
    text-align: left;
  }
  /* .delivery-widget__item > div {
    flex: 1;
  } */
  .ctm_accordian .accordion__content {
    font-size: 16px;
  }
  .accordion.accordion-delivery .delivery-widget__up p {
    font-size: 16px;
  }
  .delivery-widget__head span {
    display: block;
  }
  .delivery-widget__up p {
    margin-top: 0;
  }
  .ctm_accordian .accordion__content {
    padding-top: 0 !important;
  }
  .ctm_accordian .accordion__title {
    color: #000;
    font-family: var(--font-heading-family);
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
  }
  .ctm_accordian {
    border-radius: 8px;
    margin-top: 0 !important;
  }
  .description-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .accessories-item h3.card__heading,
  .bundle-item h3.card__heading,
  .accessories-item .card-price,
  .bundle-item .card-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
}
pickup-availability[available] {
  display: none;
}
@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-areas: "heading navigation search icons";
        grid-template-columns: auto auto auto 1fr;
        column-gap: 1.5rem;
    }
}
@media screen and (min-width: 750px) {
  .header--middle-left {
    grid-template-areas: "left-icons heading navigation search icons";
    grid-template-columns: auto auto auto 1fr;
  }
}

/* cart quantity off alignment */
@media screen and (min-width: 750px) {
    table.cart-items .cart-item{
      display: grid !important;
      grid-template-columns: auto 1fr 111px 150px;
    }
}
/* cart quantity off alignment */

/* shipping countdown timer css  */
#shipping-countdown .ship-message:before {
    content: '';
    height: 28px;
    width: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 14C28 13.8299 27.9969 13.6605 27.991 13.4919C27.7235 5.99528 21.5619 0 14 0C6.43809 0 0.2765 5.99528 0.00907812 13.4919C0.0030625 13.6605 0 13.8299 0 14C0 21.732 7.19152 27.492 14 27.492C20.9319 27.492 28 21.732 28 14Z' fill='%23FF5876'/%3E%3Cpath d='M14 26.9839C6.4382 26.9839 0.277703 20.9884 0.0101719 13.4919C0.00373334 13.6612 0.000342167 13.8306 0 14C0 21.732 6.26801 28 14 28C21.732 28 28 21.732 28 14C28 13.8298 27.9959 13.6607 27.9899 13.492C27.7223 20.9885 21.5618 26.9839 14 26.9839Z' fill='%23E6485D'/%3E%3Cpath d='M25.6712 13.4919C25.4052 7.27573 20.2815 2.31776 13.9998 2.31776C7.71813 2.31776 2.59446 7.27573 2.32846 13.4919C2.32124 13.6604 2.3284 24.9391 13.9998 24.9391C25.6712 24.9391 25.6784 13.6604 25.6712 13.4919Z' fill='white'/%3E%3Cpath d='M14.0006 24.6661C7.71897 24.6661 2.59612 19.708 2.33001 13.4919C2.3225 13.6611 2.31861 13.8305 2.31836 13.9999C2.31836 20.4519 7.54867 25.6822 14.0006 25.6822C20.4525 25.6822 25.6828 20.4519 25.6828 14C25.6828 13.8297 25.6783 13.6604 25.6712 13.492C25.4051 19.7081 20.2822 24.6661 14.0006 24.6661Z' fill='%23CDCDCD'/%3E%3Cpath d='M18.2434 9.90118C17.9104 9.57278 17.3742 9.57644 17.0459 9.90938L15.0589 11.9239L15.2585 12.883L16.1867 13.1922L18.2516 11.0987C18.58 10.7657 18.5763 10.2296 18.2434 9.90118ZM12.8012 12.001L8.29488 7.9852C7.9457 7.67403 7.41048 7.70487 7.09936 8.05405C6.78824 8.40318 6.81903 8.93846 7.16821 9.24957L11.7633 13.3445L12.7209 13.0251L12.8012 12.001Z' fill='%23405B6C'/%3E%3Cpath d='M19.9957 19.4598C19.8961 19.4599 19.7997 19.4248 19.7235 19.3606L14.3602 14.8556C14.2749 14.7831 14.2218 14.6799 14.2124 14.5684C14.2031 14.4569 14.2382 14.3463 14.3101 14.2606C14.3821 14.175 14.485 14.1213 14.5964 14.1113C14.7079 14.1012 14.8187 14.1357 14.9048 14.2072L20.2682 18.7123C20.3347 18.7682 20.3824 18.8432 20.4048 18.9271C20.4272 19.011 20.4233 19.0998 20.3936 19.1815C20.3638 19.2631 20.3097 19.3336 20.2385 19.3834C20.1673 19.4332 20.0825 19.4599 19.9957 19.4598Z' fill='%23616161'/%3E%3Cpath d='M11.7637 13.3445L12.5545 14.0492L13.57 13.7041L13.5149 12.6366L12.8016 12.001C12.3054 12.2992 11.9297 12.777 11.7637 13.3445ZM15.0591 11.924L14.3868 12.6056V13.9436H15.4459L16.187 13.1922C15.9834 12.6412 15.5772 12.1887 15.0591 11.924Z' fill='%232D4456'/%3E%3Cpath d='M15.3545 13.4918C15.1487 12.9433 14.6195 12.5529 13.9992 12.5529C13.3788 12.5529 12.8496 12.9433 12.6438 13.4918C12.5846 13.6499 12.6399 14.939 13.9992 14.939C15.3584 14.939 15.4138 13.6499 15.3545 13.4918Z' fill='%23FF5876'/%3E%3Cpath d='M13.9998 14.4309C13.3794 14.4309 12.8505 14.0405 12.6447 13.492C12.5838 13.6544 12.5526 13.8265 12.5527 14C12.5527 14.7992 13.2006 15.447 13.9998 15.447C14.799 15.447 15.4468 14.7992 15.4468 14C15.4468 13.8212 15.4141 13.6501 15.3549 13.492C15.1492 14.0404 14.6202 14.4309 13.9998 14.4309Z' fill='%23E6485D'/%3E%3Cpath d='M14.424 5.11728V3.8033C14.424 3.69079 14.3793 3.58289 14.2998 3.50334C14.2202 3.42378 14.1123 3.37909 13.9998 3.37909C13.8873 3.37909 13.7794 3.42378 13.6999 3.50334C13.6203 3.58289 13.5756 3.69079 13.5756 3.8033V5.11728C13.5756 5.35156 13.7655 5.54149 13.9998 5.54149C14.2342 5.54149 14.424 5.35156 14.424 5.11728ZM13.5756 22.8827V24.1967C13.5756 24.431 13.7655 24.6209 13.9998 24.6209C14.2342 24.6209 14.424 24.431 14.424 24.1967V22.8827C14.424 22.7702 14.3793 22.6623 14.2998 22.5828C14.2202 22.5032 14.1123 22.4585 13.9998 22.4585C13.8873 22.4585 13.7794 22.5032 13.6999 22.5828C13.6203 22.6623 13.5756 22.7702 13.5756 22.8827ZM24.1965 14.4242C24.309 14.4242 24.4169 14.3795 24.4965 14.3C24.576 14.2204 24.6207 14.1125 24.6207 14C24.6207 13.8875 24.576 13.7796 24.4965 13.7C24.4169 13.6205 24.309 13.5758 24.1965 13.5758H22.8825C22.77 13.5758 22.6621 13.6205 22.5826 13.7C22.503 13.7796 22.4583 13.8875 22.4583 14C22.4583 14.1125 22.503 14.2204 22.5826 14.3C22.6621 14.3795 22.77 14.4242 22.8825 14.4242H24.1965ZM3.80312 13.5758C3.56878 13.5758 3.37891 13.7657 3.37891 14C3.37891 14.2343 3.56878 14.4242 3.80312 14.4242H5.11709C5.2296 14.4242 5.3375 14.3795 5.41706 14.3C5.49661 14.2204 5.5413 14.1125 5.5413 14C5.5413 13.8875 5.49661 13.7796 5.41706 13.7C5.3375 13.6205 5.2296 13.5758 5.11709 13.5758H3.80312Z' fill='%23405B6C'/%3E%3C/svg%3E%0A");
    display: inline-block;
}

#shipping-countdown {
    padding: 7px 10px;
    background: #E5ECFF;
    border: 1px solid #10183036;
    border-radius: 4px;
    width: max-content;
    padding-right: 17px;
    display: flex;
    margin: 10px 0px 0px;
    flex-direction: column;
}

#shipping-countdown span {
    padding-left: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.promo-icon {
    height: 36px;
    width: 36px;
    border: 1px solid #FFC7A1;
    background: #FFF1E8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.promoCodeInfo {
    font-size: 16px;
    gap: 7px;
}

.icon-wrap {
    display: flex;
    column-gap: 18px;
    flex-wrap: wrap;
}


.ship-message {
    display: flex;
    align-items: center;
}

.ship-message strong {
    color: red;
}

.exclude-txt {
    color: #4F4F4F;
    font-size: 14px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 500;
    margin-top: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reminder_text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.product-sparklers-tags .product-form__input.product-form__quantity{margin-top: 16px;}
.product-sparklers-tags .product-form__input.product-form__quantity .quantity{min-height: 48px;}
.scrolling-promotion .promotion img{width: var(--image-height) !important;object-fit: cover;}

@media screen and (max-width: 989px) {
  .tag36 {
    bottom: -20px;
    right: -2px;
  }
  .tag36 img {
    width: 45px;
  }
  .pd-tag36 {
    bottom: 30px;
    right: -2px;
  }
  .pd-tag36 img {
    width: 60px;
  }
  
  #shipping-countdown {
    padding: 6px 10px !important;
  }

  .exclude-txt{
    margin-bottom: 10px;
  }

  #shipping-countdown span,
  .promoCodeInfo{
    font-size: 14px;
  }

  .promo-icon {
      height: 30px;
      width: 30px;
      padding: 5px;
  }

  #shipping-countdown .ship-message:before {
      height: 22px;
      width: 22px;
      background-size: cover;
  }
}

@media screen and (max-width: 350px) {
  
  #shipping-countdown span {
      font-size: 10px;
      padding-left: 3px;
  }

  .exclude-txt{
    font-size: 10px;
  }
 
  #shipping-countdown .ship-message:before {
      height: 20px;
      width: 20px;
  }

  #shipping-countdown {
      padding: 5px 8px !important;
  }
}


/* shipping countdown timer css  */

/* main product section bottom white space remove  */

@media screen and (max-width: 749px) {
  .product__info-container .product__title h1{
    font-size: 36px;
  }
  .scrolling-promotion .promotion img{
    width: calc(var(--image-height) * .75) !important;
  }
  .reminder_text {
    font-size: 16px;
  }
  .section-product {
    padding-bottom: 30px !important;
  }
  .description-wrapper .ctm_accordian .accordion__content {
    margin-bottom: 0px  !important;
  }
  .markdown p {
    margin-bottom: 0px  !important;
  }
  .description-wrapper .accordion {
    padding-bottom: 0px  !important;
    margin-bottom: 0px !important;
  }
  .purchase_now-container {
    margin-bottom: 0px  !important;
  }
}
/* main product section bottom white space remove  */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.item-value33 .option-name44{
  font-family: "Abhaya Libre", serif;
  font-size: 20px;
  color: #101830;
}

.tc-fs-box{
  justify-content: center;
  width: fit-content;
  margin: auto;
  background: #E4EBFF;
  padding: 10px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1;
  color: #101830;
  letter-spacing: 0%;
  display: flex;
  font-weight: 600;
  border-radius: 5px;
}

  @media (max-width:768px){
    .tc-fs-box {
      padding: 8px 12px;
      font-size: 14px;
    }
    .title_cart{
      margin-bottom: 5px;
    }
    .custom-cart-page-layout{
      margin-top: 15px;
    }
    .item-value33 .option-name44{
      font-size: 12px;
    }
    .cart__footer {
      padding: 15px !important;
      border-radius: 15px;
    }
    .cartSummery {
      padding: 0 0 10px !important;
      margin-bottom: 15px !important;
      font-size: 24px !important;
    }
    .cart__footer .totals__subtotal, p.protection_label label, .protection_price{
      font-size: 17px !important; 
    }
    .totals__subtotal-value{
      font-size: 20px !important; 
    }
    .tax-note {
      font-size: 12px;
      line-height: 16px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
    }
    .pt-note33 img{
      width: 16px;
    }
    .pt-note33 {
      gap: 7px;
      padding: 6px 10px;
      margin-top: 15px;
      height: 40px;
    }
    .pa-text, .pa-total33,
    .cart__checkout-button{
      font-size: 17px;
    }
    .cart__checkout-button{
      border-radius: 5px;
      min-height: 46px !important;
      margin-top: 5px !important;
    }
    .cart__ctas {
      padding-top: 10px;
    }
    .cp-variant-dropdown{
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }
    .cart-item__totalx {
      padding-top: 7px !important;
    }
    .cart-item__price-wrapper .price{
      margin-top: 3px !important;
    }
    table.cart-items .cart-item{
      justify-content: space-between;
    }
    .title_cart{
      font-size: 36px !important;
      line-height: 100%;
    }
    .show-mobile-fc{
      display: grid !important;
    }
    .cart-item-icon{
      display: none;
    }
    .vm-title {
      border-bottom: 1px solid #e8e8e8;
      padding: 1rem 3.25rem 1rem 3rem;
    }
    .vm-title h4{
      font-size: 20px;
    }
    .cp-variant-dropdown{
      width: 125px;
    }
    .ciq-box p{
      font-weight: 500;
      color: rgb(33 37 41);
    }
    .ciq-box .cart-item__quantity-wrapper{
      justify-content: flex-start;
    }
    .qt-3322 .quantity__button {
      padding: 2px;
    }
    .cart-item__quantity{
      padding-top: 7px !important;
    }
    .cart-item__price-wrapper .price {
      font-size: 12px !important;
      margin-top: 3px;
    }
    td.cart-item__totals.right {
      flex: none !important;
    }
    .cart-remove-item33{
      position: absolute;
      bottom: 0;
      right: 0;
    }
    .cart-item-remove img{
      width: 22px;
      height: 22px;
    }
    .ciq-box {
      margin: 0 0 0 auto;
      max-width: 75px !important;
    }
    .cart-item__details{
      padding-top: 4px !important;
    }
    .cart-item__details .cart-item__name {
      max-width: 120px;
    }
    .qt-3322{
      margin-top: 5px !important;
      min-height: 21px !important;
      width: 50px !important;
    }
    .cp-variant-box{
      flex-direction: column;
      align-items: flex-start;
      margin-top: 0px !important;
      gap: 0;
    }
    .item-value33{
      margin-top: 0px !important;
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
      gap:0 3px;
    }
    .cp-variant-trigger,
    .cp-variant-list{
      width: 100%;
    }
    .cart-item__details{
      flex: none !important;
    }
    .cp-variant-trigger{
      height: 28px;
      border-radius: 4px;
    }
    .cp-variant-list{
      border-radius: 3px;
    }
    .cp-variant-price{
      font-size: 10px;
    }
    .cp-variant-dropdown.open .cp-variant-list{
      height: 190px;
    }
    .cp-variant-item,
    .cart-quantity-item {
      margin: 0px 6px;
    }
    .cart-item-remove svg {
      height: 17px !important;
      width: 17px !important;
    }
    .cp-variant-item .li-box,
    .cart-quantity-item .qs-box {
      margin-bottom: 4px;
      padding: 8px;
      border-radius: 3px;
      margin-top: 4px;
    }
    .variants-modal-close span {
      line-height: 2rem;
      font-size: 36px;
    }
    .cart-quantity-list {
      overflow-y: scroll;
      width: 100%;
      height: 190px;
    }
    .cp-variant-dropdown {
      position: relative;
    }
    .cp-variant-box label{
      font-size: 12px;
    }
    .cp-variant-item .li-box{
      font-size: 10px;
    }
    .cp-variant-selected{
      font-size: 9px;
      line-height: 1;
    }
    .ciq-9472903938325,
    .cart-item__error{
      margin: 0 !important;
      justify-content: flex-start;
    }
    .order-limit-ui-inline{
      padding: 7px !important;
      margin: 0 !important;
      border-radius: 4px;
      font-size: 10px !important;
    }
    .cart-item__quantity.remove{
      display: none;
    }
    .cart-item__image-container{
      width: 100%;
    }
    .cart-item__details {
      padding-left: 0px !important;
    }
    table.cart-items .cart-item{
      padding: 7px !important;
      border-radius: 7px;
    }
    .cart-item__name,
    .ciq-box p,
    .cart-item__price-wrapper p{
      font-size: 13px !important;
      font-weight: 700 !important;
    }
    .cp-variant-trigger,
    .cart-quantity-trigger {
      border-radius: 4px;
      padding: 4px 6px 5px 10px;
      width: 100%;
    }
    .note-op{
      font-size: 14px;
      line-height: 20px;
    }
    .ct-content23 {
      margin-top: 15px;
    }
    .feature-item-cart p{
      font-size: 13px;
      width: 50%;
    }
    .mbl-align33{
      justify-content: end;
    }
    .note-op img {
      margin-top: 0;
      width: 14px;
    }
    .features{
      column-gap: 18px;
      row-gap: 8px;
    }
    .icon img{
      max-width: 35px;
    }
    .hc-vox{
      width: 100%;
    }
    .hc-vox p{
      width: 100% !important;
    }
    .custom-cart-page-layout{
      padding-bottom: 30px;
    }
  }