* {
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}

:root {
  /*! General */
  --color-base-text: 23 23 23;
  --color-base-highlight: 255 221 191;
  --color-base-background: 255 255 255;
  --color-base-button: 23 23 23;
  --color-base-button-gradient: #171717;
  --color-base-button-text: 255 255 255;
  --color-keyboard-focus: 11 97 205;
  --color-shadow: 168 232 226;
  --color-price: 23 23 23;
  --color-sale-price: 225 29 72;
  --color-sale-tag: 225 29 72;
  --color-sale-tag-text: 255 255 255;
  --color-rating: 245 158 11;
  /* --color-placeholder: 255 255 255; */
  --color-placeholder: 250 250 250;
  --color-success-text: 77 124 15;
  --color-success-background: 247 254 231;
  --color-error-text: 190 18 60;
  --color-error-background: 255 241 242;
  --color-info-text: 180 83 9;
  --color-info-background: 255 251 235;
  --color-background-2: 250 250 250;

  /*! Menu and drawers */
  --color-drawer-text: 23 23 23;
  --color-drawer-background: 255 255 255;
  --color-drawer-button-background: 23 23 23;
  --color-drawer-button-gradient: #171717;
  --color-drawer-button-text: 255 255 255;
  --color-drawer-overlay: 23 23 23;

  /*! Product card */
  --card-radius: var(--rounded-card);
  --card-border-width: 0rem;
  --card-border-opacity: 0;
  --card-shadow-opacity: 0.1;
  --card-shadow-horizontal-offset: 0rem;
  --card-shadow-vertical-offset: 0rem;

  /*! Buttons */
  --buttons-radius: var(--rounded-button);
  --buttons-border-width: 2px;
  --buttons-border-opacity: 1;
  --buttons-shadow-opacity: 0;
  --buttons-shadow-horizontal-offset: 0px;
  --buttons-shadow-vertical-offset: 0px;

  /*! Inputs */
  --inputs-radius: var(--rounded-input);
  --inputs-border-width: 0px;
  --inputs-border-opacity: 0.65;

  /*! Spacing */
  --sp-0d5: 0.125rem;
  --sp-1: 0.25rem;
  --sp-1d5: 0.375rem;
  --sp-2: 0.5rem;
  --sp-2d5: 0.625rem;
  --sp-3: 0.75rem;
  --sp-3d5: 0.875rem;
  --sp-4: 1rem;
  --sp-4d5: 1.125rem;
  --sp-5: 1.25rem;
  --sp-5d5: 1.375rem;
  --sp-6: 1.5rem;
  --sp-6d5: 1.625rem;
  --sp-7: 1.75rem;
  --sp-7d5: 1.875rem;
  --sp-8: 2rem;
  --sp-8d5: 2.125rem;
  --sp-9: 2.25rem;
  --sp-9d5: 2.375rem;
  --sp-10: 2.5rem;
  --sp-10d5: 2.625rem;
  --sp-11: 2.75rem;
  --sp-12: 3rem;
  --sp-13: 3.25rem;
  --sp-14: 3.5rem;
  --sp-15: 3.875rem;
  --sp-16: 4rem;
  --sp-18: 4.5rem;
  --sp-20: 5rem;
  --sp-23: 5.625rem;
  --sp-24: 6rem;
  --sp-28: 7rem;
  --sp-32: 8rem;
  --sp-36: 9rem;
  --sp-40: 10rem;
  --sp-44: 11rem;
  --sp-48: 12rem;
  --sp-52: 13rem;
  --sp-56: 14rem;
  --sp-60: 15rem;
  --sp-64: 16rem;
  --sp-72: 18rem;
  --sp-80: 20rem;
  --sp-96: 24rem;
  --sp-100: 32rem;

  --margin-top: 80px;
  --margin-bottom: 80px;

  --padding-top: 80px;
  --padding-bottom: 80px /*! Font family */ --font-heading-family:
      var(--font-inter),
    sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 700;
  --font-heading-line-height: 1;
  --font-heading-letter-spacing: -0.03em;

  --font-body-family: var(--font-inter), sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-line-height: 1.2;
  --font-body-letter-spacing: 0em;

  --font-navigation-family: var(--font-body-family);
  --font-navigation-size: clamp(0.875rem, 0.748rem + 0.3174vw, 1.125rem);

  --font-button-family: var(--font-body-family);
  --font-button-size: clamp(0.875rem, 0.8115rem + 0.1587vw, 1rem);

  --font-product-family: var(--font-body-family);
  --font-product-size: clamp(1rem, 0.873rem + 0.3175vw, 1.25rem);

  /*! Font size */
  --text-3xs: 0.625rem;
  --text-2xs: 0.6875rem;
  --text-xs: 0.75rem;
  --text-2sm: 0.8125rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-xll: 1.3125rem;
  --text-xxl: 1.375rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-xxxl: 2rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  --text-8xl: 6rem;
  --text-9xl: 8.75rem;

  --text-9xl: 8.75rem;

  /*! Layout */
  --page-width: 1900px;
  --gap-padding: clamp(var(--sp-5), 2.526vw, var(--sp-12));
  --grid-gap: clamp(40px, 20vw, 60px);
  --page-padding: var(--sp-5);
  --page-container: min(
    calc(100vw - var(--scrollbar-width, 0px) - var(--page-padding) * 2),
    var(--page-width)
  );
  --rounded-button: 3.75rem;
  --rounded-input: 0.75rem;
  --rounded-card: clamp(var(--sp-2d5), 1.053vw, var(--sp-5));
  --rounded-block: clamp(var(--sp-2d5), 1.053vw, var(--sp-5));

  /*! Other */
  --icon-weight: 1.5px;
  ---full-sec: calc(100vh - 92px);
  ---top-bar: 56px;
  ---header-height: 100px;
  ---full-mainsec: calc(100vh - var(---header-height) - var(---top-bar));
  ---text-color-2: #3d3d3d;
}

/************ dark mode css start  *********/
.dark {
  --color-base-background: 21 21 21;
  --color-base-text: 255 255 255;
  --color-base-button: 255 255 255;
  --color-base-button-gradient: 21 21 21;
  --color-base-button-text: 21 21 21;
  --color-button-background: 21 21 21;
  --color-background-2: 31 31 31;
  --color-placeholder: 31, 31, 31, 1;
  --color-foreground: 255 255 255;
  --color-drawer-text: 255, 255, 255;
  --color-drawer-background: 21 21 21;
  ---text-color-2: #c5c5c5;
  --color-price: 255 255 255;
}

.main-product-single {
  display: flex;
  flex-direction: column;
}

.main-product-single [id*="__faq"] {
  order: 30;
}

.main-product-single [id*="__product-details"] {
  order: 29;
}

.main-product-single [id*="__scrolling-text"] {
  order: 27;
}

.main-product-single .yotpo_reviews {
  order: 26;
}

#shopify-section-template--15951546220625__featured-product {
  --section-padding-top: 80px;
  --section-padding-bottom: 120px;
}

.close_sticky {
  position: absolute;
  right: 3px;
  top: -17px;
  border: 1.8px solid black;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  background: white;
}

.media.media--adapt.relative {
  height: 100%;
}

.media.media--adapt.relative img {
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 1 / 1; */
}

.sticky-buy-button__variant .product-form__submit {
  margin-top: 0;
}

.allResultButton .btn-fill,
.short-dropdown .button .btn-fill {
  transform: translateY(var(---motion-translateY)) !important;
  ---motion-translateY: 100% !important;
  transition: 0.5s;
}

.button .btn-fill {
  display: block;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  inset-block-start: -50%;
  inset-inline-start: -25%;
  position: absolute;
  transform: translate3d(0, -76%, 0);
}

.allResultButton:not(.disabled):hover .btn-text,
.short-dropdown .button:hover .btn-text {
  color: #000;
}

.btn-text {
  position: relative;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  will-change: transform, color;
  z-index: 1;
}

.product.product--thumbnail {
  gap: 35px;
}

.sp_slider .splide__track {
  height: 100%;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.barsys-main-product-px {
  background: #f6f6f6 !important;
}

.centerBannerText {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.centerBannerText {
  font-size: clamp(20px, 2.526vw, 31px);
}

.centerBannerText .product-title-md {
  font-size: inherit;
}

.centerBannerText .product__price {
  font-size: 75%;
}

.centerBannerText {
  margin-top: 15px;
  gap: 10px;
}

.yotpo_custom_rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: rgb(245, 158, 11) !important;
}

.cs-product-yopto > .yotpo-display-wrapper {
  margin-top: 10px !important;
}

.standalone-bottomline .yotpo-stars {
  border-right: 1px solid rgba(var(--color-base-text) / 0.3);
  padding-right: 10px !important;
  display: inline-block;
  margin-right: 10px !important;
}

.yotpo .standalone-bottomline .text-m {
  color: rgba(var(--color-base-text) / 1) !important;
  font-family: var(--font-body-family) !important;
  font-size: 14px !important;
}

.centerBannerText .product__price {
  font-size: 75%;
}

.cs-product__price .regular-india {
  font-weight: 600;
}

.cs-product__price {
  width: 100%;
  max-width: 320px;
  text-align: right;
}

.cs-product-price {
  justify-content: end;
}

.variant-picker {
  display: flex;
  font-size: 0;
  gap: 8px;
}

.variant-picker
  > label
  input:is([type="checkbox"], [type="radio"]):not(.switch) {
  aspect-ratio: 1/1;
  width: 16px;
  height: unset;
  border: unset !important;
  background-color: #fff;
  box-shadow: inset 1px 1px 2px 0px #00000059;
}

.variant-picker
  > label:first-child
  input:is([type="checkbox"], [type="radio"]):not(.switch) {
  background-color: #000;
}

.variant-picker
  > label
  input:is([type="checkbox"], [type="radio"]):not(.switch)
  + span {
  border: 1px solid transparent;
  position: absolute;
  aspect-ratio: 1/1;
  height: calc(100% + 6px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.variant-picker
  > label
  input:is([type="checkbox"], [type="radio"]):not(.switch):checked
  + span {
  border: 1px solid #000;
}

.variant-picker > label {
  position: relative;
}

.variant-picker-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-selector {
  min-height: var(--input-height);
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--buttons-radius);
}

.stroke-2 {
  stroke-width: 2;
}

.icon-sm {
  width: var(--sp-5);
}

.stroke-2 {
  stroke-width: 2;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.quantity-input {
  opacity: 1;
}

.quantity-input::placeholder {
  opacity: 1;
}

.font-medium {
  font-weight: var(--font-medium);
}

.text-sm {
  font-size: var(--text-sm);
  line-height: 1.6;
}

.cs-list-items-inner {
  padding: 20px 24px;
  background-color: #fafafa;
}

.cs-list-item {
  padding: 16px clamp(16px, 1.25vw, 24px);
  border-radius: 24px;
  margin-bottom: 20px;
  background-color: #fff;
}

.cs-list-item:last-child {
  margin-bottom: 20px;
}

.deferred-poster .video-new {
  top: calc(100% - 96px) !important;
}

.banner__media video {
  object-fit: cover;
  object-position: center;
}

.text_gallery {
  max-width: 90%;
  margin: auto;
}

.text_gallery .title-wrapper {
  padding-inline-end: inherit !important;
}

#shopify-section-template--17490500976886__collage .title-wrapper .heading {
  font-size: clamp(var(--sp-8), 3.368vw, 60px);
}

.galleryImages {
  width: 100%;
}

.barsys_360--collase .collage-left > div:first-child .banner__box {
  align-items: flex-start;
}

.main-product-single .yotpo_reviews {
  order: 26;
}

.yotpo_reviews {
  padding: 0 0 80px 0;
}

.expand-collapse-btn {
  font-size: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
}

img.expanded {
  transform: rotate(180deg);
  margin-top: 16px;
}

img.collapsed {
  transform: rotate(0deg);
  margin-top: 16px;
}

.rating-wrapper.expanded {
  padding: 10px 0;
  /* Optional padding when expanded */
}

.rating-wrapper.collapsed {
  opacity: 0;
  padding: 0;
}

.rating-wrapper {
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
  opacity: 1;
}

.rating-wrapper h2 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.rating-wrapper .yotpo-filters-container {
  display: none;
}

.rating-wrapper .yotpo-header-container + .yotpo-review-border-smooth {
  display: none !important;
}

.rating-wrapper .yotpo-head .yotpo-headline {
  font-size: clamp(2rem, 3.368vw, 4rem) !important;
  font-weight: 800 !important;
  margin: 0 !important;
  width: 100% !important;
  flex-basis: unset !important;
}

.yotpo-main-layout {
  margin-top: 30px !important;
  width: 100% !important;
}

.yotpo_product_reviews .yotpo-main-widget-tabs {
  position: absolute;
  top: 170px !important;
  margin-top: 0px !important;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab.selected {
  color: #151515 !important;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab {
  color: #959595 !important;
}

.rating-wrapper .yotpo-head {
  margin: 24px 0 16px !important;
}

.yotpo-layout-header-wrapper {
  margin: -40px 0 0 0;
}

.yotpo-layout-header-wrapper + .yotpo-layout-header-wrapper {
  display: none !important;
}

.yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  color: #000 !important;
  font-size: 48px;
  font-weight: 500 !important;
}

.yotpo-bottom-line .yotpo-bottom-line-right-panel {
  margin-left: 10px;
  padding-right: 5px;
}

button#yotpo-main-widget-btn {
  background-color: #000000 !important;
}

#yotpo-main-widget-btn {
  font-size: 11px !important;
  width: 100%;
  min-width: 94px;
}

#yotpo-main-widget-btn {
  width: auto;
  padding-inline: 30px;
}

.scrolling-text-section .section::before {
  background-color: rgba(var(--color-base-text) / 0.04);
}

.accordions {
  border-top: none;
  border-bottom: none;
}

.accordion .details {
  border: unset;
}

.images-sprate-for-faq > div {
  flex: 1;
  text-align: center;
}

.images-sprate-for-faq > div img {
  display: inline-block;
}

.images-sprate-for-faq > div img {
  width: 70%;
}

.accordion + .accordion {
  border-block-start: 1px solid rgba(var(--color-foreground) / 1);
  border-bottom: unset;
}

.faq-style .accordion + .accordion {
  border-block-start: 0px solid rgba(var(--color-foreground) / 1);
}

.accordion .details {
  border: unset;
}

.faq-style .accordion .details {
  border-bottom: 1px solid rgba(var(--color-foreground) / 1);
}

.faq-style .accordion.accordion--text {
  border-bottom: 1px solid;
  padding-bottom: 35px;
}

.splider-nav button:first-child {
  left: 10px;
}

.product__media-container .button--secondary {
  transform: 0.3s;
}

.product__media-container .button--secondary:hover {
  background-color: var(--color-base-button-gradient) !important;
  color: #fff !important;
}

.splider-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splider-nav button:first-child {
  left: 10px;
}

.splider-nav button:last-child {
  right: 10px;
}

button.arrowsSliderBtn {
  padding: 19px;
  background: white;
  border: 0.5px solid #cccccc;
}

button.arrowsSliderBtn:hover {
  border: 0.5px solid transparent;
}

.sp_slider .button:after {
  border: 0;
}

.barsys_360--collase .collage-right > div:first-child .text-right {
  text-align: left;
}

.d-none {
  display: none !important;
}

.yotpo-review {
  flex-direction: column !important;
  position: relative;
}

.yotpo-review-title {
  margin: 10px 0px !important;
  font-size: 18px !important;
}

.yotpo-display-l
  .yotpo-review:not(.yotpo-media-modal-review)
  .yotpo-review-center-panel
  .yotpo-review-rating-title {
  display: block !important;
  margin-bottom: 0 !important;
}

span.yotpo-reviewer-name,
.yotpo-shopper-name {
  font-size: 20px;
  font-weight: bold !important;
}

.yotpo-star-rating.yotpo-review-star-rating {
  position: absolute;
  bottom: 0;
}

.yotpo-date-format {
  color: #3c3c43;
  opacity: 0.7;
}

.yotpo-read-more-text {
  font-size: 18px !important;
  color: #000 !important;
}

.yotpo-review-center-panel {
  padding: 0 0 20px 0 !important;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab.selected {
  color: #151515 !important;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab {
  color: #959595 !important;
}

.yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  color: #000 !important;
  font-size: 48px;
  font-weight: 500 !important;
}

.rateReviewsWrapper .color-swatch:before,
.rateReviewsWrapper .color-swatch:after,
.rateReviewsWrapper .color-swatch {
  width: 20px;
  height: 20px;
}

.rateReviewsWrapper
  ul.swatches.swatches--round.flex.items-center.flex-wrap.gap-4 {
  gap: 8px;
}

.rateReviewsWrapper {
  padding: 40px 0;
}

.rateReviewsWrapper h2 {
  padding-bottom: 30px;
}

.yotpo_reviews {
  padding: 0 0 80px 0;
}

.yotpo-qna-modal textarea {
  border: 1px solid;
}

.yotpo-question-center-panel {
  margin-left: 0px !important;
}

.yotpo-answer.yotpo-answers-answer {
  border-left: 0px !important;
  padding-left: 0px !important;
}

.yotpo-question .yotpo-question-answers {
  margin-left: 0px !important;
}

.yotpo-question-content .yotpo-read-more-text {
  font-weight: bold !important;
}

.yotpo-date-format {
  color: #3c3c43;
  opacity: 0.7;
}

.yotpo-title-text {
  color: #000000 !important;
}

a#yotpo-widget-btn {
  background-color: #000000 !important;
}

.images-sprate-for-faq > div {
  flex: 1 1;
  text-align: center;
}

.yotpo-star-rating-icons-wrapper .yotpo-star-rating-input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.yotpo-input-wrapper .yotpo-form-label {
  margin-bottom: 4px !important;
  display: block;
}

.yotpo-review-form
  .form-footer
  .yotpo-review-form-footer-container
  .yotpo-new-review-submit:hover {
  opacity: 0.8 !important;
}

.yotpo-star-rating-icons-wrapper
  #yotpo_star_rating_1
  + label
  .yotpo-star-rating-icon {
  margin-left: 0;
}

.yotpo-input-wrapper .yotpo-new-input-validation {
  margin-bottom: 0 !important;
}

.yotpo-input-wrapper .yotpo-form-label span,
.yotpo-star-rating-wrapper .yotpo-form-label span {
  color: #cb2222;
}

.yotpo-star-rating-wrapper .yotpo-star-rating-text {
  margin: 0px 0 0 5px !important;
}

.yotpo-layout-header-wrapper + .yotpo-layout-header-wrapper {
  display: none !important;
}

.yotpo-input-wrapper.yotpo-new-review-content {
  min-height: unset !important;
}

.yotpo-input-wrapper :is(textarea, input) {
  border: 1px solid rgb(var(--color-border)) !important;
  width: 100% !important;
  display: block;
  padding: 15px 15px !important;
  color: var(--color-base-button-gradient) !important;
  background-color: var(--color-base-background) !important;
  outline: none !important;
}

.yotpo-input-wrapper :is(textarea, input)::placeholder {
  color: #949494 !important;
  opacity: 1 !important;
}

.yotpo-review-form {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 20px;
}

.yotpo-device-desktop .yotpo-review-form .yotpo-new-review-star-rating {
  min-height: unset !important;
}

.yotpo-device-desktop .yotpo-review-form .yotpo-new-review-headline {
  min-height: unset !important;
  width: 100% !important;
}

.video-hero .deferred-poster.mute-btn > span {
  position: unset !important;
}

.collage .banner .banner__overlay {
  height: 100%;
}

.video-hero .mute-btn {
  bottom: 12px;
  left: 12px;
  width: auto;
  height: auto;
  z-index: 88;
  position: absolute;
  bottom: 44px;
  left: 20px;
  display: inline-block /*! width: 40px; */;
}

.yotpo-empty-state > svg:first-child {
  visibility: hidden;
  opacity: 0;
}

.responsive-min-height {
  max-height: 900px !important;
}

/* media queries css */

@media (min-width: 1200px) {
  .centerBannerText {
    font-size: clamp(20px, 2.526vw, 31px);
  }
}

@media screen and (min-width: 1280px) {
  .quantity-input {
    appearance: none;
    background-color: transparent;
    max-width: var(--sp-11);
  }

  .quantity-input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .inner-container {
    width: 90%;
    margin: 0 auto;
  }
}

.shopify-policy__container .text-base a {
  word-break: break-all;
}

@media (min-width: 1280px) {
  :root {
    --gap-padding: var(--sp-12);
    --page-padding: var(--sp-12);
  }

  .product-slider-big .product__thumbnails--beside {
    order: unset;
  }

  .product-slider-big .product__thumbnails {
    order: unset;
    width: 46%;
  }

  .product-slider-big .product__thumbnails--beside .product__thumbnails-list,
  .product-slider-big .product__media img {
    max-height: 650px;
  }

  .product-slider-big .product__media-container {
    gap: 44px;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .collage .banner__box p.heading.text-3xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) and (max-width: 1500px) {
  .product-slider-big .product__thumbnails {
    order: unset;
    width: 24%;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .product-slider-big .product__thumbnails {
    order: unset;
    width: 31%;
  }
}

@media (min-width: 1440px) {
  .product-slider-big .product__thumbnails--beside .product__thumbnails-list,
  .product-slider-big .product__media img {
    max-height: 900px;
  }
}

@media (min-width: 1536px) {
  :root {
    --page-padding: max(
      var(--sp-12),
      50vw - var(--scrollbar-width, 0px) / 2 - var(--page-width) / 2
    );
    ---top-bar: 46px;
  }
}

@media (min-width: 1560px) {
  .centerBannerText .product-title-md {
    font-size: clamp(20px, 2.526vw, 30px);
  }
}

@media (min-width: 1760px) {
  .centerBannerText .product-title-md {
    font-size: clamp(20px, 2.526vw, 45px);
  }
}

@media (max-width: 1536px) {
  :root {
    ---top-bar: 46px;
  }
}

@media (max-width: 1280px) {
  .search-sec .inner-container {
    padding: var(--page-padding);
  }
}

@media screen and (min-width: 1024px) {
  .text_gallery.collage .banner__box {
    padding: var(--sp-7) !important;
  }

  #shopify-section-template--15951546220625__featured-product {
    --product-grid: auto / minmax(0, 1.28fr) minmax(0, 0.72fr);
  }

  .product-form__submit {
    min-height: 3rem;
  }

  .product .product__media-container.sp_slider {
    position: sticky;
    top: 0;
  }

  .product-form__buttons .quantity-input {
    max-width: var(--sp-10);
  }

  .xl-none {
    display: none;
  }
}

@media (max-width: 1023px) {
  .xl-block {
    display: none;
  }

  .images-sprate-for-faq > div {
    flex: 0 0 auto;
    width: 33%;
  }

  .drawer__inner .localization .localization__form {
    width: 100%;
  }

  .drawer__inner .localization .localization__form {
    --width: 100%;
  }

  .drawer__inner .localization > div {
    width: 100%;
  }

  .drawer__inner .localization .localization__form .localization__item {
    border-radius: 0 !important;
    border-left: unset;
    border-radius: unset;
    border-bottom: unset;
  }

  .product_space {
    padding-top: 45px;
  }

  .drawer__inner .localization {
    order: unset;
    width: 100%;
  }

  .responsive-min-height {
    max-height: 100% !important;
  }
}

@media (min-width: 991px) {
  .yotpo_product_reviews .yotpo-main-widget-tabs {
    top: 196px;
  }

  .yotpo-header-margin,
  .yotpo-qna-tabs {
    margin: 1px 0 44px !important;
  }

  .yotpo-layout-header-wrapper + .yotpo-border-smooth {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .product-collapse-btn {
    font-size: 18px;
  }

  .expand-collapse-btn {
    font-size: 40px;
  }

  .yotpo-device-mobile .yotpo-review-form .yotpo-new-review-star-rating {
    min-height: unset !important;
    height: unset !important;
  }

  .yotpo-device-mobile .yotpo-review-form .yotpo-new-review-head {
    min-height: unset !important;
  }

  .yotpo-input-wrapper.yotpo-new-review-content {
    height: unset !important;
  }

  .yotpo-input-wrapper {
    height: unset !important;
  }

  .yotpo-review-form {
    gap: 15px;
  }

  .yotpo-device-mobile .yotpo-review-form {
    width: 100% !important;
  }

  .expand-collapse-btn {
    font-size: 30px;
  }

  .product-collapse-btn {
    font-size: 15px;
  }

  .yotpo-display-s .yotpo-head {
    display: none !important;
  }

  .yotpo_product_reviews .yotpo-main-widget-tabs {
    top: 200px;
    margin-top: 0px !important;
  }

  .yotpo-display-s
    .yotpo-main-layout
    .yotpo-layout-header-wrapper
    .yotpo-bottom-line {
    margin-bottom: 16px !important;
  }

  .yotpo-display-s
    .yotpo-bottom-line
    .yotpo-summary-section
    .yotpo-bottom-line-summary {
    margin-top: 15px !important;
  }

  .yotpo-header-container .yotpo-header-head {
    margin-bottom: 20px !important;
  }

  .yotpo-display-s .yotpo-header {
    margin-top: 0px !important;
    margin-bottom: 67px !important;
  }

  .yotpo-layout-header-wrapper + .yotpo-border-smooth {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .border-head .checkout-wrapper {
    padding-inline: var(--page-padding);
  }

  .expand-collapse-btn {
    font-size: 30px;
  }

  .yotpo-layout-header-wrapper + .yotpo-border-smooth {
    display: none !important;
  }

  .yotpo_reviews .yotpo-main-widget-tabs {
    position: static;
    justify-content: center !important;
  }

  .bullets div {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  :root {
    ---header-height: 70px;
  }

  :root {
    ---full-sec: var(100vh - 92px);
  }

  :root {
    ---full-sec: calc(100vh - 70px);
  }

  .sticky-buy-button__variant {
    grid-template-columns: auto 1fr auto;
  }

  .centerBannerText {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .yotpo_custom_rating {
    flex-direction: row;
  }

  .centerBannerText .product-title-md {
    flex: 1;
  }

  .yotpo-display-wrapper {
    margin-top: 0 !important;
  }

  .standalone-bottomline .yotpo-stars {
    padding-right: 7px !important;
    margin-right: 7px !important;
  }

  .cs-product__price {
    max-width: none !important;
  }

  .galleryImages .banner__box {
    padding: 1rem !important;
  }

  img.expanded,
  img.collapsed {
    margin-top: 10px;
  }

  .yotpo_product_reviews .yotpo-main-widget-tabs {
    top: 204px !important;
  }

  .yotpo-display-l
    .yotpo-main-layout
    .yotpo-layout-header-wrapper
    .yotpo-bottom-line {
    margin-right: 10px !important;
  }

  .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    font-size: 30px;
  }

  .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    font-size: 30px;
  }

  .yotpo-bottom-line .yotpo-bottom-line-right-panel {
    margin-left: 10px;
    padding-right: 5px;
  }

  #yotpo-main-widget-btn {
    font-size: 11px !important;
    width: auto;
    min-width: 94px;
  }

  .images-sprate-for-faq > div {
    width: 100%;
  }

  .social-sm .social-sharing__link {
    width: 30px;
    height: 30px;
  }

  .bullets div {
    height: 6px !important;
    width: 6px !important;
  }

  .table-sm {
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    max-width: calc(100vw - 44px);
  }

  .table-sm > table {
    width: 100%;
    min-width: 400px;
  }
}

@media screen and (min-width: 640px) {
  .quantity-button {
    padding-inline: var(--sp-4d5);
  }

  .quantity-button:first-of-type {
    padding-inline-end: var(--sp-2);
  }

  .quantity-input {
    max-width: var(--sp-12);
  }

  .quantity-button:last-of-type {
    padding-inline-start: var(--sp-2);
  }
}

@media (max-width: 599px) {
  .centerBannerText .product-title-md {
    font-size: inherit;
  }

  .yotpo-main-layout .yotpo-layout-header-wrapper {
    flex-direction: column !important;
    gap: 10px;
    margin-bottom: 0 !important;
    margin-top: -20px;
  }

  .yotpo-main-layout .yotpo-bottom-line .yotpo-bottom-line-right-panel {
    padding-right: 0;
  }
}

@media (max-width: 468px) {
  .sticky-buy-button .product-form__submit {
    min-width: unset;
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .annoucement-bar-info,
  .cd-number,
  .fs-32,
  .cs-product__price .regular-india {
    font-size: clamp(16px, 1.7vw, 32px);
  }
}

@media (max-width: 400px) {
  .viewPopup .social-sm .social-sharing__link {
    width: 15px;
    height: 15px;
  }

  .viewPopup ul.social-sharing {
    gap: 7px;
  }
}

@media (max-width: 380px) {
  .sticky-buy-button__variant .price__regular {
    font-size: 11px;
  }
}

/************** white theme start **************/

[id*="__slideshow"] {
  --color-foreground: var(--color-base-background);
}

[id*="__slideshow"] .button--primary {
  --color-button-gradient: rgba(255 255 255);
}

.light .sign-wrapper img {
  filter: invert(1);
}

.light .topbar-section {
  --color-base-background: rgba(var(--color-background));
  --color-background: 31 31 31;
  --color-foreground: 255 255 255;
}

.light .slideshow-content .button--primary {
  color: rgba(21 21 21);
  background-color: rgba(var(--color-base-background));
}

.light .slideshow-content .button--primary::after {
  background-color: rgba(var(--color-base-background));
  border-color: rgba(var(--color-base-background));
}

.light .slideshow-content .button--primary:hover,
.light .slideshow-content .button--primary:hover::after {
  background-color: transparent;
}

/* .light [id*="__collection-list"] .splide__list li:first-child {
  --color-foreground: 255 255 2555;
} */

.light .leader-bord-sec .button:hover .btn-text {
  color: #fff;
}

.light .leader-bord-sec .button .btn-fill {
  background-color: rgba(var(--color-base-button));
}

.light .btn-transparent .btn-fill {
  background-color: rgba(var(--color-foreground));
}

.light .btn-transparent:hover .btn-text {
  color: #fff;
}

.light .btn-transparent svg {
  filter: invert();
}

.light .btn-transparent:hover svg {
  filter: invert(0);
}

.light .media-card--overlap {
  --color-foreground: 255 255 255;
}

.light .article.banner {
  --color-foreground: 255 255 255;
}

.light .recipes-tabs > button.active-tab {
  --color-foreground: 1 1 1;
  color: rgba(var(--color-foreground));
}

[id*="__video-hero"] {
  --color-foreground: 255 255 255;
}

.banner__box {
  --color-foreground: 255 255 255;
}

.light .downloadTechWrapper {
  --color-placeholder: 200 200 200;
}

.light .barsTestimonial,
.light .barsTestimonial .banner__box {
  --color-foreground: 0 0 0;
}

.accordions {
  border-top: none;
  border-bottom: none;
}

.accordions {
  border-top: none;
  border-bottom: none;
}

.accordion + .accordion {
  border-block-start: 1px solid rgba(var(--color-foreground) / 1);
  border-bottom: unset;
}

.faq-style .accordion + .accordion {
  border-block-start: 0px solid rgba(var(--color-foreground) / 1);
}

.accordion .details {
  border: unset;
}

.faq-style .accordion .details {
  border-bottom: 1px solid rgba(var(--color-foreground) / 1);
}

.faq-style .accordion.accordion--text {
  border-bottom: 1px solid;
  padding-bottom: 35px;
}

.scrolling-text-section .section::before {
  background-color: rgba(var(--color-base-text) / 0.04);
}

.tab__item span.btn-fill {
  display: none !important;
}

.tab__item:hover {
  background-color: rgba(var(--color-base-button));
}

.form-promocode .button:hover .btn-text {
  color: rgba(var(--color-base-text));
}

/********* new thank you page start ******/

.thank-you-new .iconSuccess {
  margin-bottom: 30px;
}

.thank-you-new .headingContent {
  margin-bottom: 32px;
  font-size: 46px;
  color: rgba(var(--color-foreground));
  font-weight: 700;
}

.thank-you-new .modalDescription {
  color: rgba(var(--color-base-text));
  font-size: 24px;
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.5;
}

.thank-you-new .button {
  max-width: 660px;
  width: 100%;
  min-width: unset;
}

.thank-you-new {
  height: calc(100dvh - var(---header-height) - 52px);
  background-color: rgba(var(--color-base-background));
  padding: 0 30px;
}

@media (max-width: 1500px) {
  .thank-you-new .modalDescription {
    margin-bottom: 60px;
  }

  .thank-you-new .headingContent {
    margin-bottom: 26px;
  }
}

@media (max-width: 1024px) {
  .thank-you-new .modalDescription {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.4;
  }

  .thank-you-new .headingContent {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .thank-you-new .iconSuccess {
    margin-bottom: 18px;
  }

  .thank-you-new .iconSuccess img {
    width: 60px;
  }
}

@media (max-width: 380px) {
  .form-promocode .form-wrapper .float-label {
    font-size: 8px;
  }

  .form-promocode .form-wrapper .form-control:focus + .float-label {
    font-size: 10px;
  }
}

/********* new thank you page end ******/

/* AK 06 June 2025 */
.text-white {
  color: #fff;
}

.btn-icon-ps:hover .text-white {
  color: #000 !important;
}

.cs-product-price {
  justify-content: end;
}

.sm {
  font-weight: 600 !important;
}

.annoucement-bar-info,
.cd-number,
.fs-32,
.cs-product__price .regular-india {
  font-size: clamp(22px, 1.7vw, 32px);
}

.cd-text {
  font-size: clamp(16px, 1.7vw, 20px);
}

.header-annoucement-bar-inner {
  max-width: 1390px;
  padding-inline: 15px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: clamp(15px, 1.8vw, 35px);
  gap: 10px;
}

.countdown-item {
  text-align: center;
  width: 84px;
}

.annoucement-bar-info {
  width: calc(50% - 5px);
  display: flex;
  gap: clamp(15px, 2.7vw, 50px);
  justify-content: center;
}

.annoucement-bar-countdown {
  display: flex;
  gap: clamp(15px, 2.1vw, 40px);
  width: calc(50% - 5px);
  justify-content: end;
}

.cs-product-yopto > .yotpo-display-wrapper {
  margin-top: 10px !important;
}

.cs-price-tags {
  display: flex;
  gap: 5px;
  align-items: end;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 5px;
  flex-direction: column;
}

.cs-product__price .regular-india {
  font-weight: 600;
}

/* .cs-product__price {
  width: 100%;
  max-width: 210px;
  text-align: right;
} */

.cs-product-discount {
  font-size: 12px;
  background-color: #f0f0f0;
  padding: 10px 22px;
  border-radius: 500px;
  color: #151515;
}

.cs-product-mrp {
  font-size: 23px;
  color: #151515;
  font-weight: 600;
}

.cs-product-mrp {
  text-decoration: line-through;
}

.cs-list-items-inner {
  padding: 20px 24px;
  background-color: #fafafa;
}

.cs-list-item {
  padding: 16px clamp(16px, 1.25vw, 24px);
  border-radius: 24px;
  margin-bottom: 20px;
  background-color: #fff;
}

.cs-list-item:last-child {
  margin-bottom: 20px;
}

.cs-product-highlight-item {
  padding: 16px clamp(16px, 2.1vw, 40px);
  border-radius: 20px;
  background: #fafafa;
}

.cs-product-highlight-items {
  max-width: 1172px;
  padding: clamp(24px, 2.1vw, 40px);
  border-radius: 20px;
  border: 1px solid hsl(0deg 0% 0% / 15%);
  gap: 10px;
}

.cs-product-highlight-item-info small {
  font-size: 14px !important;
  font-size: 100%;
  color: #959595;
  font-weight: 500;
}

span.cs-product-highlight-item-info {
  font-weight: 600;
}

.cs-product-highlight-title > h3 {
  padding: 16px;
  margin-bottom: -28px;
  background: #fff;
  font-size: 24px;
}

.cs-product-highlight-icon > img {
  width: 100%;
}

span.cs-product-highlight-icon {
  width: clamp(30px, 2.5vw, 48px);
}

@media (min-width: 1200px) {
  .cs-product-highlight {
    grid: var(--product-grid);
    display: grid;
  }
}

@media (max-width: 1200px) {
  .product-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .product .product__media-container.sp_slider {
    position: sticky;
    top: 0;
  }
}

@media (max-width: 1599.98px) {
  .header-annoucement-bar-inner {
    max-width: 1250px;
  }
}

@media (max-width: 991.98px) {
  .cs-product-highlight-item {
    width: calc(50% - 8px);
  }
}

@media (max-width: 767.98px) {
  .annoucement-bar-info,
  .annoucement-bar-countdown {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .quantity-wrap {
    flex-wrap: wrap;
  }

  .cs-product__price {
    max-width: none !important;
  }

  .cs-product__price-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .cs-price-tags {
    margin-top: 0px;
    align-items: start;
  }

  .mobile-total {
    margin-top: 20px;
  }

  span.remove-item img {
    aspect-ratio: 1 / 1;
    width: 15px;
    cursor: pointer;
    margin-top: 7px;
    flex: 0 0 auto;
  }
}

@media (max-width: 499.98px) {
  .cs-product-highlight-item {
    width: 100%;
  }
}

@media (max-width: 420.98px) {
  .bar-info-2 {
    width: 100%;
  }

  .annoucement-bar-info {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
  }

  .annoucement-bar-info,
  .cd-number,
  .fs-32,
  .cs-product__price .regular-india {
    font-size: clamp(16px, 1.7vw, 32px);
  }
}

.empty-cart {
  text-align: center;
}

.empty-cart .button {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .shopify-policy__container table th,
  table td {
    padding: 8px;
    font-size: 12px;
  }

  .sortingList {
    left: -94px;
  }
}

@media (max-width: 400px) {
  .sortingList {
    left: -137px;
  }
}

.scroll-bg-color {
  background-color: #fff;
}

.home-product-wrapper .responsive-min-height {
  max-height: none !important;
}

.x-meili-postion {
  position: absolute;
}
