/** Shopify CDN: Minification failed

Line 751:31 Expected ":"
Line 1236:38 Unexpected "{"
Line 1460:4 Unexpected "{"
Line 1460:5 Expected identifier but found "%"
Line 1465:6 Unexpected "{"
Line 1465:7 Expected identifier but found "%"

**/
@font-face {
  font-family: "samsung sharp sans";
  src: url("/cdn/shop/files/samsungsharpsans-bold.otf?v=1772450194");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "samsung sharp sans";
  src: url("/cdn/shop/files/samsungsharpsans-medium.otf?v=1772450194");
  font-display: swap;
  font-weight: 500;
}

 html {
      scroll-behavior: smooth;
    }
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
input {
  margin: 0;
  letter-spacing: 0;
  font-family: "samsung sharp sans";
}
body,
p,
span {
  margin: 0;
  letter-spacing: 0;
}

img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
body {
  letter-spacing: 0 !important;
}

.collapsible-content__heading {
  font-family:Samsung Sharp Sans;
}
 .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  transform: unset;
}

.splide__pagination__page.is-active {
  background: #007FF5;
  transform: unset;
}
.splide__arrow svg {
  fill: none;
  height: 100%;
  width: 100%;
}
.splide__arrow::before {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.splide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  /* pointer-events: none; */
  z-index: 3;
}
.splide__arrow--prev {
  left: 25px;
}

.splide__arrow--next {
  right: 25px;
}
.splide__arrow svg {
  transform: none !important;
}
/* Announcement Bar CSS */
.announcement-bar__message {
  font-family: Samsung Sharp Sans;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.jm-review-widget-header__title {
    font-family: "samsung sharp sans";
    font-weight: 600 !important;
    font-size: 33px !important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-next {
  background: #007FF5 !important;
  color: #fff !important;
  font-family: "samsung sharp sans";
}
/* Header */
.header--middle-left {
  grid-template-columns: 1fr auto 1fr;
}
.template-index.overflow-hidden-tablet sticky-header {
  background: transparent;
}

/* .template-index .shopify-section-header-sticky.shopify-section-header-hidden sticky-header,
.template-index .shopify-section-header-sticky.shopify-section-header-hidden .header {
  display: none;
} */
.template-index .shopify-section-header-sticky.scrolled-past-header .header-wrapper,
.template-index .shopify-section-header-sticky.shopify-section-header-sticky.animate .header-wrapper {
  background: #2A2A2A;
  /* display: none; */
}
.header__icon.header__icon--search {
  display: none;
}
.header__icon--cart .icon.custom-cart-icon {
  height: 2.4rem;
  width: 2rem;
}
.header .disclosure button span{
  font-size: 12px;
}

.header .list-menu__item {
  font-family: Samsung Sharp Sans;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0;
  vertical-align: middle;
/* color: #fff; */
  color: rgb(var(--color-foreground));
} 
.template-index .header-wrapper {
  background: transparent;
  /* position: absolute; */
  /* width: 100%; */
}
.template-index #MainContent {
  margin-top: calc(-1 * var(--header-height));
}
.slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  max-width: 40px;
}
.slick-arrow.next-arrow {
  left: unset;
  right: 25px;
  top: 47%;
}
.slick-arrow.prev-arrow {
  right: unset;
  left: 25px;
  top: 47%;
}
ul.slick-dots {
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  margin: 0;
  display: flex;
  padding: 10px 30px;
  border: none;
  /* width: 100%;
  height: 39px; */
  position: relative;
  left: 0px;
  margin-top: 5px !important;
}
.slick-dots li button:before {
  content: unset;
}
ul.slick-dots li {
  display: flex;
  width: 10px;
  height: 10px;
  margin: 0;
}
ul.slick-dots li::marker {
  content: none;
}
ul.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background:  #D9D9D9;
  border: none !important;
  font-size: 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
ul.slick-dots li.slick-active button {
  background: #000;
  width: 10px;
  height: 10px;
}

/* faq */
.collapsible-content .cstm_rte {
    margin-bottom: 3rem;
}
.collapsible-content .accordion__title {
    font-weight: 600;
    font-size: calc(var(--font-heading-scale) * 1.6rem);
    font-family: 'samsung sharp sans';
}
.collapsible-content .icon-caret {
    height: 1rem;
    color: #000;
    right: 0rem;
}
/* footer */
.footer__blocks-wrapper .footer-block .footer__list-social {
    justify-content: left;
    gap: .8rem;
    margin-top: 1.8rem;
}
footer .footer-block__heading {
  font-weight: 600;
}
.footer .newsletter-form__field-wrapper .newsletter-form__button {
    width: 34%;
    right: 2px;
    top: 2px;
    height: 4.3rem;
    padding: 15px;
    background: #fff!important;
    color: #007ff5;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'samsung sharp sans';
}
.header:not(.drawer-menu).page-width,
footer .page-width {
  max-width: 1450px !important;
}
.footer .link.list-social__link {
    background: #fff;
    border-radius: 100%;
}
.footer .list-social__link .svg-wrapper svg {
    filter: invert(1);
}
.footer__content-bottom {
    display: flex;
    flex-direction: row-reverse;
}
.footer .footer__content-bottom-wrapper--center {
    justify-content: left;
}
.footer-block__newsletter {
    margin-top: 2.5rem;
}
.rte,
.footer .footer-block__details-content .list-menu__item--link {
  color: rgba(var(--color-foreground), 75);
}
.footer-block:nth-child(2) {
  padding-left: 5rem;
}
.footer .newsletter-form__field-wrapper .field__label {
  color: #F9F4EC;
  font-size: 13px;
}
.accordion .accordion__title {
  font-family: 'samsung sharp sans', sans-serif;
}
.sticky-atc__inner .lang-flag{
  max-width: 28px
}
.lang-flag{
  width: 100%;
  max-width: 22px;
  border-radius:50%;
  margin-right:6px;
  object-fit:cover;
  vertical-align:middle;
}
.localization-form__select.link {
  font-weight: 600;
}
.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
  stroke: #FFF;
  top: calc(40% - 0rem);
}
.cart-drawer quantity-popover .quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 3rem);
  font-family: Samsung Sharp Sans;
}
.cart-drawer .quantity:after {
  border-radius: 5px;
}

.collapsible-content .cstm_rte {
  color: #0B1218;
}
.accordion .accordion__content {
  padding: 0;
}
.button {
  /* min-height: calc(5rem + var(--buttons-border-width) * 2); */
  font-family: Samsung Sharp Sans;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
header .header__icon .icon.icon-account {
  height: 1.9rem;
  width: 1.9rem;
}

.product__info-wrapper .price-item.price-item--sale.price-item--last {
  font-size: 18px;
  font-weight: 600;
}
.product__info-wrapper .price--on-sale .price-item--regular {
  font-size: 16px;
}
.product__info-wrapper .dispatch-wrapper {
  margin-top: 2px;
}
.product__media-wrapper{
  position: relative;
}
.view_image_btn {
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: 13px;
    background: #fff;
    color: #0B1218;
    border-radius: 40px;
    padding: 5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 1;
}
.view_image_btn svg{
    display: block;
    width: 30px;
    height: 30px;
}
.product__info-wrapper .product__title {
    margin-bottom: 0px;
}
.product__info-wrapper .product__description {
    margin-top: 0 !important;
    font-weight: 700;
}
.product__info-wrapper .product__title h1 {
    font-weight: 700;
}
.product__info-wrapper .price-item {
    /* font-weight: 700;
    font-size: 2rem; */
}
.product__info-wrapper .dummy-atc__btn {
    flex-shrink: 0;
    background: #007FF5;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
    width: 100%;
  }
  .product__info-wrapper .product-form__buttons {
    display: none;
    /* margin-bottom: 1rem; */
  }
  
  label.ring-size-item.disabled {
    opacity: 0.5;
    position: relative;
  }
  label.ring-size-item.disabled::after {
    position: absolute;
    content: '';
    top:0;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url('/cdn/shop/files/cross.png?v=1774268163');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
  }

/* .product__info-wrapper .price.price--large {
    
} */
.product__info-wrapper .product__tax {
  display: none;
}
.product__info-wrapper .ps-dispatch-text {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDDDDD;
  color: #0B1218;
  font-family: Samsung Sharp Sans;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
}
.product__info-wrapper .price-block-ps {
  margin-bottom: 0 !important;
}
.product__info-wrapper .swthc-titl {
    color: #0B1218;
    font-weight: 700;
}
.product__info-wrapper .product__accordion .summary__title {
    text-align: center;
    justify-content: center;
}
.product__info-wrapper .product__accordion .accordion__title {
    color: #0B1218;
    font-weight: 700;
    letter-spacing: 0;
}
.product__info-wrapper  .accordion .summary__title+.icon-caret {
    height: calc(var(--font-heading-scale) * 1rem);
    color: #0B1218;
}
.product__info-wrapper .accordion summary .icon-caret {
    right: 19.5rem;
}
.product__info-wrapper .accordion{
    border-bottom: none;
}
.product__info-wrapper .variant_titles {
    font-weight: 700;
}
.product__info-wrapper .icon-with-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.product__info-wrapper .icon-with-text__item {
    width: 100% !important;
    flex-direction: row !important;
    gap: 1rem;
}
.product__info-wrapper .icon-with-text img {
    margin: 0;
    --icon-size: calc(var(--font-heading-scale) * 2.3rem)
}
.product__info-wrapper .icon-with-text .inline-richtext {
    color: #0B1218;
    font-size: calc(var(--font-heading-scale) * 1.8rem);
}
.chat-box_with_link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.chat-box_with_link img {
    width: 55px;
    height: 55px;
    display: block;
}
.prod_text-cst {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 15px;
    color: #0B1218;
    border: 1px solid transparent;
}
.product__text.inline-richtext {
    color: rgba(var(--color-foreground), 75);
}
.prod_text-cst p {
    padding-left: 25px;
}
.prod_text-cst {
    position: relative;
}
.prod_text-cst .i_icon {
    content: '';
    background-image: url(/cdn/shop/files/Group_26086474.svg?v=1773400714);
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 999;
    cursor:pointer;
}

.cst-productmedia .splide__arrow {
    height: 3em;
    width: 3em;
    opacity: 1;    
}
.cst-productmedia .splide__arrows {
   z-index: 1;
}
product-info .ps-product-page.page-width {
  max-width: 1450px;
  /* padding: 0 4rem ; */
  position: relative;
}
.product__info-wrapper .icon-with-text .icon-with-text__item span.inline-richtext {
  font-family: Samsung Sharp Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  color: #0B1218;
}
.grid__item.product__media-wrapper .product__column-sticky {
  z-index: 1;
  /* top: 11rem; */
}

/*-----------product-page-Ring-Size-css-------*/
.ring-size-wrapper{
  margin-top:20px;
}

.ring-size-heading{
  font-size:14px;
  margin-bottom:10px;
}

.ring-size-list{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding-bottom: 2px;
}

.ring-size-item{
  position:relative;
  cursor:pointer;
}

.ring-size-item input{
  display:none;
}

.ring-size-item span{
  width:40px;
  height:40px;
  border:1px solid #4C4C4C;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  transition:0.2s;
  font-family: Samsung Sharp Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;

}
.ring-size-accordion .accordion-content {
    margin: 12px 0;
}
.ring-size-accordion{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
  margin-top: 1rem;
}
.ring_main_according.active .ring-size-accordion {
  margin-bottom: 3rem;
  margin-top: 1rem;
}

/* .ring-size-accordion .accordion-content {
} */
.ring_main_according h3{
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
}

.according_icone::after {
    content: "";
    display: inline-block; 
    width: 15px;           
    height: 10px;
    background-image: url("/cdn/shop/files/Vector_6b705b59-b9a6-42b6-9629-c9c727c17651.png?v=1773405477");
    background-repeat: no-repeat;
    background-size: contain; 
    vertical-align: middle; 
    rotate: 180deg;   
}

.ring_main_according.active .according_icone::after {
    background-image: url("/cdn/shop/files/Vector_6b705b59-b9a6-42b6-9629-c9c727c17651.png?v=1773405477"); /* can be different */
    background-size: contain;
    rotate: unset;
    margin-top: 5px;
    width: 15px;           
    height: 15px;
}
.ring_main_according {
    margin: 4rem 0rem;
}
/*-----------product-page-Ring-Size-css-end------*/

/*-----------product-pagemedia-popup-css---------*/
.vairent_img{
  display:none;
}
.varient_tab_main {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 15px 0;
}
.popup_mian_heading {
  color:#0B1218;
  font-weight: 700;
}
.varient_headings_popup {
  color:#0B1218;
}
.popup-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.popup-images .vairent_img {
  scrollbar-width: none;
}

.vairent_img {
  /* width: calc(50% - 20px*1/2); */
   width: 100%;
   max-height: 600px;
   overflow-y: auto;
   display: block;
       display: grid;
    gap: 2rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
}

.vairent_img img {
  width: 100%;
  border-radius: 15px;
  /* padding: 10px; */
}
.vairent_img img:last-child {
    width: 100%;
    max-width: 100%;
    /* padding: 5px; */
        grid-column: 1 / -1;
}
.close-popup svg {
  background: rgba(0, 127, 245, 1);
  border-radius: 100px;
  padding: 5px;
  width: 25px;
  height: 25px;
}
.ps-product-page .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000006b;
  z-index: 2;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #111;
  padding: 40px 20px 20px 20px;
  max-width: 90%;
  width: 600px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background-color:white;
  z-index: 4;
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.ps-product-page .close-popup:hover {
  color: #ff0000;
}
.popup-content .varient_headings_popup {
    /* margin-bottom: 25px; */s
    /* background: #rgba(222, 222, 222, 1); */
    border-radius: 100px;
    padding: 10px 23px;
    cursor: pointer;
    background: #DEDEDE;
    border-radius: 40px;
}
.varient_headings_popup.active{
    /* background: rgba(222, 222, 222, 1); */
    background: transparent;
    color: #fff;
    transition: all 0.65s ease;
    padding: 10px 23px;
}
/*-----------product-pagemedia-popup-css--end-------*/
.varient_tab_main{
  position:relative;
  display:flex;
  background:#E8E8E8;
  border-radius:40px;
  padding: 10px;
}

.varient_headings_popup{
  flex:1;
  text-align:center;
  padding:10px 16px;
  cursor:pointer;
  position:relative;
  z-index:2;
  font-size:14px;
}
.ring_main_according {
    position: relative;
}
.i_know-popup {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}
.WhatsApp_link {
  display:none;
}
.tab-indicator{
  position:absolute;
  top:4px;
  left:4px;
  height:calc(100% - 8px);
  width:0;
  background:#000;
  border-radius:40px;
  transition:transform .35s ease, width .35s ease;
  z-index:1;
}

.popup-content .varient_tab_main .tab-indicator {
    position: absolute;
    height: 68%;
    top: 9.5px;
    left: 0;
    background: #007FF5;
    border-radius: 40px;
    transition: all 0.65s ease;
    z-index: 1;
    display: block !important;
}
.utility-bar__grid.page-width .header-localization:not(.menu-drawer__localization) localization-form:only-child .localization-form__select>span,
.utility-bar__grid.page-width .localization-form__select {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.utility-bar__grid.page-width .disclosure {
  white-space: nowrap;
}

/* .varient_headings_popup.active{
  color:#fff;
} */
.ring-size-item input:checked + span{
  border-color: #4C4C4C;
  background: #4C4C4C;
  color:#fff;
}
.prod_sec_text li {
  margin: 3px 0;
}
.menu-drawer__localization localization-form.language-localization {
    display: none;
}
.country-selector__list {
  scrollbar-width: none;
}

.menu-drawer-container .custom-hamburger {
    height: 1.9rem;
    width: 1.9rem;
}

.jdgm-review-card__content[data-v-98cc2fde] {
    background: #F6F6F6 !important;
    border-radius: 15px;
}
.jdgm-write-review-modal__checkbox-input:checked+.jdgm-write-review-modal__checkbox-custom {
    border-color: #007FF5 !important;
    background: #007FF5 !important;
}
.jdgm-write-review-modal__container button.jdgm-write-review-modal__nav-btn-close {
  background: #007FF5 !important;
}
.jm-box[data-v-267c46da]{
  outline: none !important;
}
/* .jdgm-review-card__media-thumbnail[data-v-98cc2fde] > *:first-child {
    grid-column: 1 / -1;
} */
.jdgm-review-card__media-thumbnail[data-v-98cc2fde] {
    max-width: 100% !important;
}
.jdgm-masonry-grid__btn {
    background: #007FF5 !important;
    color: #fff !important;
    border-radius: 25px;
}

/* Cart Drawer CSS */
.cart-drawer quantity-popover .quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 3rem);
  font-family: Samsung Sharp Sans;
}
.cart-drawer .quantity:after {
  border-radius: 5px;
}
.drawer__heading {
  font-weight: 600;
}
.cart-drawer .cart-item__name {
  font-weight: 600;
  font-family: Samsung Sharp Sans;
}
cart-drawer-items::-webkit-scrollbar {
  display: none;
}

.cart-opened .drawer {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(54px);
}
.cart-opened .drawer__inner {
  border-radius: 20px;
}
.product-form__input.ps_free-sizing-kit,
.product-form__input.ps_size {
  display: none ;
}

@media screen and (min-width: 989px){
  header .list-menu--inline {
    gap: 25px;
  }
  .accordion summary {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-block.footer-block--image, .footer-block.footer-block--custom {
      width: calc(31% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .footer-block.grid__item.footer-block--menu {
      width: calc(19% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .footer-block.footer-block--image .rte {
      font-size: 13px;
      padding-right: 10%;
  }
  .footer-block__details-content {
      font-size: 13px;
  }
  .footer__payment .list-payment svg {
      width: 82%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .sleep-insights-tabs .tab-btn {
    font-size: 10px !important;
}
}

 @media only screen and (min-width: 1280px) and (max-width: 1440px)  {
    .header .list-menu__item {
      font-size: 13px;
      line-height: 18px;
    }
   .announcement-bar__message {
    font-size: 12px;
    padding: 0;
    display: flex;
    align-items: center;
}
    header .list-menu--inline {
      gap: 15px;
    }
    header .header__icon .icon.icon-account {
      height: 2rem;
      width: 2rem;
    }
    .header__icon--cart .icon.custom-cart-icon {
      height: 2.3rem;
      width: 2.3rem;
    }
    .lang-flag {
      max-width: 22px;
    }
    .js .header-localization:not(.menu-drawer__localization) .localization-form__select ,
    .announcement-bar__message {
      /* min-height: 2rem !important; */
    }
    .slick-arrow {
      max-width: 32px;
    }
    footer .footer-block__image-wrapper {
      max-width: 200px !important;
    }
    footer .footer-block .rte {
      font-size: 12px;
    }
    footer .footer-block__heading {
      font-size: calc(var(--font-heading-scale) * 1.5rem);
    }
    footer .footer-block__details-content .list-menu__item--link,
    footer .list-menu__item--link {
      font-size: 1.2rem;
      line-height: calc(1 + 0.6 / var(--font-body-scale));
    }
    .footer .newsletter-form__field-wrapper .newsletter-form__button {
      width: 32%;
      right: 2px;
      top: 3px;
      font-size: 12px;
    }
   .footer .newsletter-form__field-wrapper .field__label {
      color: #f9f4ec;
      font-size: 12px;
      top: calc(1.3rem + var(--inputs-border-width));
    }
     .accordion .accordion__title {
        font-size: 15px;
    }
     .collapsible-content-wrapper-narrow {
      max-width: 72.4rem;
  }
     .collapsible-content .cstm_rte {
      font-size: 12px;
  }
      .collapsible-content__heading {
      font-size: 30px;
  }

 }
@media screen and (min-width: 750px){
  .thumbnail-slider{
    display: none !important;
  }
  .cart-drawer  {
    font-family: Samsung Sharp Sans;
    left: unset;
    position: fixed;
    right: 2%;
    top: 2%;
    height: 95%;
  }
}


@media(max-width: 749px) {
  .product__info-wrapper .product__title h1 {
    font-size: 22px;
  }
  .jm-review-widget-header__title {
    font-size: 22px !important;
  }
  .accordion .accordion__title {
    font-size: 15px;
  }
  .localization-form__select .icon-caret {
    top: calc(46% - .2rem) !important;
  }
  .collapsible-content__heading {
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .accordion .accordion__content {
      font-size: 14px;
  }
  header.header {
    padding: 10px 1.5rem 10px 1.5rem;
  }
  header.header--middle-left {
    grid-template-columns: 0.8fr auto 1fr;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .smarter-blocks-section .main-wrapper {
    gap: 35px;
  }
  .footer .footer__content-bottom-wrapper--center {
    justify-content: center;
  }
  .footer .footer-block-image {
      justify-content: left;
  }
  .header__icon--account.small-hide {
    display: flex !important;
  }
  footer .footer-block.grid__item .footer-block__details-content {
    margin-bottom: 1rem;
  }
  footer .footer__blocks-wrapper .footer-block .footer__list-social{
    gap: 15px;
  }
  footer .newsletter-form__field-wrapper {
    max-width: 100%;
  }
  footer .grid .footer-block__heading:not(.block-collapsed) + .footer-block__details-content {
    margin-top: 0rem;
    margin-bottom: 0;
  }
  .announcement-bar__message {
    font-size: 14px;
  }
  .view_image_btn {
      bottom: 10px;
      left: 6px;
      padding: 6px 15px;
      font-size: 10px;
  }
  .product__info-wrapper .accordion summary .icon-caret {
      right: 10.5rem;
  }
  .ring_main_according h3,
  .ring-size-accordion span {
    font-size: 13px;
  }
  .ring_main_according.active .ring-size-accordion {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
 


  /* Cart Drawer CSS */
  .drawer .drawer__heading {
    margin: 0;
  }
  .drawer .product-option,
  .drawer .cart-drawer .cart-item__name {
    font-size: 12px;
  }
  .drawer .cart-drawer .cart-item {
    gap: 0.5rem;
  }
  .drawer .cart-drawer,
  .drawer .drawer__inner {
    width: 100%;
    max-width: calc(100vw - 0rem);
  }
  .cart-opened .drawer__inner {
    border-radius: 0px;
  }
  .drawer .cart-drawer .cart-items td {
    padding-top: 1rem;
  }
  .drawer .cart-drawer .tax-note {
    margin: 1.2rem 0 1rem auto;
    font-size: 1rem;
  } 
  


  /* popup css  */
  .popup-content .varient_headings_popup {
      padding: 6px 4px;
      font-size: 11px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .vairent_img img{
    width: 100%; 
    padding: .5rem;   
  }
  .popup-content .varient_tab_main .tab-indicator {
      height: 60%;
      top: 10px;
  }
  .template-product .product .popup-content{
     width: 95%;
     max-width: 100%;
     height: auto;
     overflow: hidden;
  }
  .template-product .product .product__description {
      font-size: 10px;
      line-height:16px;
  }
  .product__info-wrapper .ps-dispatch-text {
    font-size: 10px;
  }
  .prod_text-cst {
    font-size: 14px;
  }
  .prod_sec_text li {
    margin: 0px 0;
  }
  .product__info-wrapper .icon-with-text .inline-richtext {
      font-size: calc(var(--font-heading-scale) * 1.4rem);
  }
  .collapsible-content .cstm_rte{
     font-size: 14px;
  }
   .template-product .vairent_img {
    max-height: 550px !important;
    overflow-y: auto;
    grid-template-columns: 1fr;
  }
  .product__info-wrapper .icon-with-text .icon-with-text__item span.inline-richtext {
    font-size: 12px;
  }
  .prod_sec_text ul,
  .prod_text-cst p {
    padding-left: 15px;
  }
  .view_image_btn svg {
    width: 20px;
    height: 20px;
  }
  .product__info-wrapper {
    padding-top: 2rem;
  }
  .product__info-wrapper .price-item.price-item--sale.price-item--last,
  .product__info-wrapper .price--on-sale .price-item--regular {
    font-size: 15px;
  }
  .product__info-wrapper .dispatch-wrapper {
    margin-top: 2px;
  }

  .product__media-wrapper {
    /* margin-top: 1.5rem; */
  }
  .cst-productmedia .splide__arrow {
    height: 2.5em;
    width: 2.5em;
  }
  product-info .ps-product-page.page-width {
    padding: 0 1.5rem;
  }
}



@media screen and (max-width: 390px){
  .template-product .vairent_img {
    max-height: 440px !important;
  }
  .prod_sec_text ul, .prod_text-cst p {
    padding-left: 15px;
    font-size: 12px;
  }
  .prod_sec_text li {
    margin: 0px 0;
    font-size: 12px;
  }

  .cst-order-summary .cos-total-label,
  .cst-order-summary .cos-heading {
    font-size: 14px;
  }
  .cst-order-summary .cos-product-price,
  .cst-order-summary .cos-total-price,{
    font-size: 14px;
  }
}


@media screen and (max-width: 375px){
  .product .payment-icon svg {
    width: 350px;
  }  
  .prod_text-cst .i_icon {
    top: 7px;
  }
}



      p.metafield_chektext {
        font-size: 10px;
    }
    .cart_upsell_popup {
      position: relative;
      z-index: 3;
    }
    
      .cart-upsell {
        padding: 16px 0;
        border-top: 1px solid #f0f0f0;
        display: none;
      }
      .animate.active .cart-upsell {
        display: block;
      }

      .cart-upsell__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        padding: 0 2px;
      }

      .cart-upsell__title {
        font-size: 15px;
        font-weight: 700;
        color: #0b1218;
        margin: 0;
      }

      .cart-upsell__arrows {
        display: flex;
        gap: 6px;
      }

      .cart-upsell__arrow {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #e0e0e0;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #555;
        transition: background 0.15s, color 0.15s, border-color 0.15s;
        padding: 0;
      }

      .cart-upsell__arrow:hover {
        background: #0b1218;
        color: #fff;
        border-color: #0b1218;
      }

      .cart-upsell__arrow:disabled {
        opacity: 0.35;
        pointer-events: none;
      }
      .cart-upsell .splide__slide {
        display: inline-grid;
      }
      .cart-upsell__card {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #f7f7f8;
        border-radius: 12px;
        padding: 12px 14px;
        min-height: 88px;
        border: 1px solid #ececec;
      }

      .cart-upsell__image-wrap {
        width: 56px;
        height: 56px;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        flex-shrink: 0;
        border: 1px solid #ebebeb;
      }

      .cart-upsell__image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }

      .cart-upsell__card-body {
        flex: 1;
        min-width: 0;
      }

      .cart-upsell__top-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 4px;
      }

      .cart-upsell__name {
        font-size: 13px;
        font-weight: 600;
        color: #0b1218;
        margin: 0;
        line-height: 1.35;
        flex: 1;
        min-width: 0;
      }

      .cart-upsell__btn-wrap {
        flex-shrink: 0;
      }

      /* Override Dawn button styles */
      .cart-upsell__btn-wrap .cart-upsell__form {
        margin: 0;
      }

      .cart-upsell__btn-wrap .button:after{
        content: unset;
      }
       .cart-upsell__btn-wrap .button{
        display: none;
      }
      .cart-upsell__btn-wrap .cart-upsell__add-btn {
        background: #1a73e8 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 20px !important;
        padding: 6px 16px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        min-height: unset !important;
        line-height: 1.4 !important;
        letter-spacing: 0.1px !important;
        transition: background 0.15s, transform 0.1s !important;
      }

      .cart-upsell__add-btn.cart-upsell__add-btn:hover {
        background: #1558b0 !important;
      }

      .cart-upsell__add-btn.cart-upsell__add-btn:active {
        transform: scale(0.96) !important;
      }

      .cart-upsell__add-btn.cart-upsell__add-btn:disabled {
        background: #ccc !important;
        cursor: not-allowed !important;
      }

      .cart-upsell__desc {
        font-size: 12px;
        color: #666;
        margin: 0 0 5px;
        line-height: 1.4;
      }

      .cart-upsell__learn-more {
        font-size: 12px;
        color: #1a73e8;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-weight: 500;
        cursor:pointer;
      }

      .cart-upsell__learn-more:hover {
        text-decoration: underline;
      }

    

      .cart_upsell_popup .block-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 10;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
        padding: 20px;
        max-height: calc(100vh - 8rem);
    }
    .upsell-popup-content {
        overflow-y: auto;
        height: 100%;
        scrollbar-width: none;
    }
    .drawer.active .cart_upsell_popup .block-wrapper.show {
      transform: translateY(0);
        transition: transform 0.3s ease-in-out;
    }
    {% comment %}
    .upsell-popup-content {
      max-width: 800px;
      margin: 0 auto;
      position: relative;
    } {% endcomment %}


    .drawer-popup-opened quantity-popover .quantity,
    .drawer-popup-opened .quantity:before {
      background: unset;
    }
    .upsell-cross-popup {
      position: absolute;
      top: -30px;
      right: 0;
      font-size: 40px;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 11;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
    }
    span.creoss_inner_popup {
      display: inline-flex;
      width: 40px;
      font-size: 54px;
      height: 40px;
      border-radius: 100px;
      justify-content: center;
      align-items: center;
      line-height: 1.1;
    }
    .upsell-popup-description p {
        margin: 14px 0;
    }
    .upsell-popup-image {
      width: 100%;
      height:100%;
      background-size: cover;
      background-position: center;
      margin-bottom: 15px;
    }
    .upsell-popup-image img {
      aspect-ratio: 16/9;
      object-fit: contain;
    }

    .upsell-popup-heading {
      font-size: 22px;
    }

    .upsell-popup-price {
      font-size:17px;
      margin-bottom: 15px;
    }

    .upsell-popup-description {
      font-size: 14px;
      line-height: 1.5;
    }
    .active_cart_popup {
        background: #0000003b;
    }
    .active_cart_popup .drawer__close {
        z-index:-1;
    }
    span.creoss_inner_popup svg {
      width: 32px;
      height: 32px;
    }
    .block-wrapper {
     display: none;
    }
    .block-wrapper.show {
      display: flex;
    }


/* Chat Icon */
.chat-icon{
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 55px;
  height: 55px;
  background:#2f2f2f;
  color:#fff;
  font-size:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  cursor:pointer;
  z-index:9999;
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

/* Popup */
.chat-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: #4b4b4b;
    backdrop-filter: blur(24px);
    border-radius: 15px;
    padding: 10px 20px 10px;
    display: none;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    z-index: 9999;
}

/* Close button */
.close-btn {
    position: absolute;
    right: 18px;
    top: 21px;
    cursor: pointer;
}

.close-btn svg {
    width: 15px;
    display: block;
}

/* Chat options */
.chat-option {
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    gap: 10px;
}


.template-product .footer__content-bottom {
    margin-bottom: 62px;
}

.header__icons .main-lang.country-flags {
  display: none;
}