* {
  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;
}

.mt-80 {
  margin-top: var(--margin-top);
}

.mb-80 {
  margin-bottom: var(--margin-bottom);
}

.pt-80 {
  padding-top: var(--padding-top);
}

.pb-80 {
  padding-bottom: var(--padding-bottom);
}

.button--fixed .dark .cancil img {
  filter: invert(1);
}

.dark span.btn-text.buyInstaCart img {
  filter: invert(0);
}

button.instacart-button:hover .btn-text img {
  filter: invert(1);
}

.button--fixe .buyInstaCart {
  gap: 15px;
}

.dark [style*="color:"] {
  color: #fff !important;
}

.dark .button--secondary {
  background-color: rgba(var(--color-base-button));
}

.dark .product__spinning .icon path {
  fill: #fff;
}

.dark .color-swatch {
  --swatch-background: #fff;
}

.dark .imageSlider .sliderHandle .icon,
.dark .imageSlider .sliderHan.button--fixedle .icon path {
  color: #000;
}

.dark .images-sprate-for-faq div img,
.dark .specifications-section .specs__sidebar .media img {
  filter: invert(1) brightness(20) saturate(20) contrast(20);
}

.dark
  .accordion:not([data-val="QXR0cmlidXRlOjM3Mg=="])
  .details__content
  div
  img {
  filter: invert(1) brightness(1) saturate(1) contrast(20);
}

.dark .button--secondary {
  --color-button-text: rgba(var(--color-foreground));
  --color-button-background: var(--color-base-background);
}

.dark .button--primary {
  --color-button-background: var(--color-base-text);
  --color-button-text: var(--color-base-background);
}

.dark .button--primary:hover {
  color: (var(--color-base-text));
}

.dark .button--secondary:hover {
  color: (var(--color-base-text));
}

.dark select.form-control option {
  color: #000;
}

.dark .x-modal {
  --color-drawer-background: 0, 0, 0;
}

/************ dark mode css end  *********/

/* .barsPageContentScroll .tab-content .product__text.rte.text-base {
  max-height: 275px;
  overflow-y: auto;
} */

.viewPopup
  .product-slider-big
  .product__thumbnails--beside
  .product__thumbnails-list {
  max-height: 567px;
}

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

.progressLoaderWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  flex-direction: column;
}

.progressLoaderWrapper p {
  color: #efa21d;
  font-size: 38px;
  line-height: 40px;
  margin: 20px 0;
  font-weight: 300;
}

.progressLoaderWrapper h2 {
  font-size: 40px;
}

.barsMarqueeWrapper .scrolling-text__item.with-text strong {
  padding: 0 51px;
}

.aviation-american-gin .collage-right > div:last-child p {
  max-width: max(83%, var(--sp-32));
}

.subscribeText {
  display: block;
}

.viewPopup.zip-code-modal .modal-content {
  max-height: 700px;
  max-width: 81% !important;
  padding: 0;
}

.subscribeButton .button.icon-with-text .btn-text {
  gap: 0px !important;
}

.viewPopup.zip-code-modal p {
  font-size: var(--text-base);
  text-align: left;
  margin-bottom: 0;
}

.viewPopup .product__title.with-price h1 {
  font-size: 24px;
}

.viewPopup .price {
  font-size: var(--text-base);
}

.viewPopup .product {
  gap: 10px;
  max-height: 600px;
  overflow: hidden;
  max-width: 1500px;
}

.viewPopup .product__media-container {
  max-height: 600px;
}

.viewPopup .product__info {
  max-height: 600px;
  overflow-y: scroll;
  padding: 28px 20px 30px 20px;
  width: 96%;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

.viewPopup .product__info::-webkit-scrollbar {
  display: none;
}

.viewPopup .zipModalCloseBtn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.viewPopup .product__inventory {
  text-align: left;
}

.viewPopup .zipModalCloseBtn img {
  width: 18px;
}

.brandsWrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 10px;
}

.product-card__media img {
  width: 100%;
}

/** Search Bar CSS Starts **/
.searchResultWrapper {
  padding: 80px 0;
}

.search-bar {
  display: flex;
  align-items: center;
  background-color: rgb(var(--color-foreground) / var(--opacity-025));
  border-radius: 8px;
  width: 60%;
  margin: 40px auto;
  padding: 20px;
}

.search-bar:before {
  content: "";
  background-image: url("../assets/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  height: 80%;
  margin-right: 8px;
}

.search-bar input {
  flex-grow: 1;
  border: none;
  color: rgba(var(--color-base-text));
  outline: none;
  font-size: 16px;
  background-color: transparent;
}

.clear-btn.loader {
  color: transparent;
}

.search-bar .loader:before {
  content: "";
  z-index: 1;
  width: 75%;
  height: 100%;
  background-color: rgb(var(--color-base-text));
  animation: preloading 1.2s infinite ease;
  position: absolute;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.search-bar .loader {
  position: relative;
}

.search-bar input::placeholder {
  color: rgba(var(--color-base-text) / 0.45);
}

.clear-btn {
  background: none;
  color: rgba(var(--color-base-text) / 0.6);
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
}

.searchFilterBar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.searchInput {
  width: 100%;
  margin: 0;
}

.searchDrawerContent {
  padding: 25px 40px 0;
}

.filterWrap > div:nth-child(2) {
  margin-top: 7px;
}

.search-drawer .drawer__inner {
  background: #fff;
}

.category_List p {
  border-block-end: 1px solid rgb(var(--color-border-light));
  font-size: 18px;
  padding: 0 0 8px;
  margin: 38px 0 15px;
}

.allResultButton {
  width: 100%;
  margin: 40px 0;
}

.category_List li {
  list-style: none;
  font-weight: 600;
}

.recipesCard {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.recipesCardText {
  display: flex;
  flex-direction: column;
}

.recipesCard img {
  border-radius: 8px;
  max-width: 96px;
  max-height: 96px;
}

.drawer_footer {
  background: #fff;
  margin: 0 40px;
  z-index: 999;
  height: 127px;
}

.sortingList {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 300px;
  background: rgba(var(--color-background-2));
  border-radius: 20px;
  padding: 20px 30px 20px;
}

.sortingList ul li {
  margin: 0;
  font-size: 20px;
  padding: 10px 0;
}

.sortingList ul li button:hover {
  text-decoration: underline;
}

.sortingList ul li.active {
  opacity: 0.5;
}

.drawer__close.search_Close {
  width: 40px;
  height: 40px;
}

li.head-shor {
  font-size: 16px !important;
  letter-spacing: 1px;
}

.sortByHeader {
  margin: 10px 0;
}

.search-sec .card .media-card__link img {
  width: 100%;
}

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

/*** Search Bar CSS Ends ***/

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

/* Keyframes for fade-in */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Additional styling for sortingList */
.sortingList {
  opacity: 0;
  animation-fill-mode: forwards;
}

.short-bar {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  margin-left: auto;
}

.filter-bar.inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px auto 0;
}

.sortingList button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.sortingList .dot-button {
  color: white;
  opacity: 0.5;
}

.short-dropdown {
  position: relative;
}

.short-dropdown .dot-button {
  content: "";
  width: 7.5px;
  display: inline-block;
  background-color: rgba(var(--color-button-text));
  border-radius: 50%;
  margin-left: 14px;
  aspect-ratio: 1/1;
}

.short-dropdown .button:hover .dot-button {
  background-color: #fff !important;
}

.short-dropdown li span.dot-button {
  background: transparent !important;
}

li.active span.dot-button {
  background: white !important;
}

.collectionRecMain .product-card__content,
.collection .product-card__content,
.leader-bord-sec .product-card__content {
  padding: 24px;
}

.short-dropdown button:hover .dot-button {
  background-color: #000 !important;
}

.no-results {
  font-size: var(--font-product-size);
  text-align: center;
  margin-top: 30px;
}

/** sticky close button css starts **/

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

/** sticky close button css ends **/

/** landing page css starts **/

.landing-page,
.landing-page h2,
.landing-page h3,
.landing-page p,
.landing-page span,
.landing-page p.text-4xl,
p.landing-page .download_feat {
  font-family: var(--font-montserrat) !important;
}

.lading-page-two p.text-2xl,
.lading-page-two .landingBanner p,
.lading-page-two .feature-content p.text-xll {
  font-family: var(--font-sublima) !important;
}

.banner__title,
.feature-content.join-community h2,
.cardsWrapperOppTwo .feature-content.join-community h2,
.allProductContent h2 {
  font-weight: 600;
  font-size: 70px;
  color: #fff;
}

.landingBannerWrapper {
  --color-foreground: 255 255 2555;
  color: rgb(var(--color-foreground));
}

.landingBannerWrapper p {
  width: 77%;
  margin: auto;
}

.feature-content b {
  font-weight: 600;
}

.cardsMainWrapper {
  position: relative;
}

.cardsWrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  padding: 40px 0;
  max-height: 730px;
}

.cardsWrapperOpp {
  grid-template-columns: 1fr 2fr;
  padding-top: 0;
}

.main-feature {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #000;
  width: 100%;
  height: 100%;
}

.feature-content {
  padding: 70px 30px;
  position: absolute;
  display: flex;
  flex-direction: column;
  color: #fff;
  height: 100%;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.feature-content p.text-xll {
  margin: 5px 0 16px;
}

.allProductContent .button {
  max-width: 350px;
}

.feature-content .button {
  max-width: 250px;
  padding: 25px 0;
}

.feature-content .button:not(.cardsWrapperOppTwo .button),
.allProductContent .button:not(.cardsWrapperOppTwo .button) {
  --color-button-background: 242, 241, 241;
  --color-button-border: 242 241 241;
  --color-button-text: 23 23 23;
}

.feature-content .button--primary .btn-fill {
  --color-button-background: 242, 241, 241 !important;
}

.feature-content .button,
.allProductContent .button {
  min-height: 60px;
}

.feature-content-large {
  justify-content: space-between;
  align-items: flex-start;
}

.feature-content h3,
.join-community p {
  color: white;
  font-weight: 600;
  font-size: 40px;
}

.side-features {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

p.download_feat {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.allProductContent {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  height: 100%;
}

.landingAllProductBanner {
  margin: 80px 0 0;
}

.main-feature img {
  height: 100%;
  width: 100%;
}

.landingBannerWrapper img {
  width: 100%;
}

.cardsMainWrapper .feature-content-large {
  padding: 142px 70px;
}

.cardsWrapperOppTwo .feature-content,
.cardsWrapperOppTwo .feature-content h3 {
  color: #000;
}

.feature-content.join-community h2 {
  text-align: center;
}

.feature-content p.text-4xl b:before {
  width: 9px;
  height: 9px;
  background: white;
  position: absolute;
  left: -30px;
  top: 19px;
  content: "";
  border-radius: 50%;
}

.feature-content p.text-4xl {
  margin-left: 25px;
  position: relative;
}

.cardsWrapperOppTwo .main-feature {
  background: #f0f0f0 !important;
}

img.largeImage {
  max-height: 692px;
}

@media (max-width: 767px) {
  .landingBanner {
    padding: 0 20px;
  }

  .landing-two-content p.text-4xl b {
    font-size: 16px;
    font-weight: 800;
  }

  .cardsWrapper {
    grid-template-columns: 1fr;
    gap: 24px;
    max-height: 100%;
  }

  .feature-content,
  .cardsMainWrapper .feature-content-large {
    padding: 18px;
  }

  .feature-content.feature-content-large {
    padding: 40px 28px;
  }

  .allProductContent {
    width: 100%;
    padding: 0 20px;
  }

  img.largeImage {
    max-height: 100%;
  }

  .feature-content-large p {
    font-size: 16px;
  }

  .feature-content p.text-xll {
    margin: 12px 0;
  }

  .cardsWrapperOpp h2 {
    font-size: 20px;
  }

  .feature-content-large p:first-child {
    margin-top: 0;
  }

  .cardsWrapperOpp p {
    font-size: 12px;
  }

  .feature-content img {
    width: 30px;
    height: 30px;
  }

  .side-features {
    gap: 24px;
  }

  .feature-content .button,
  .allProductContent .button {
    max-width: 180px;
    padding: 15px 0;
    font-size: 12px;
    min-height: 40px;
  }

  .landing-two-content p {
    font-size: 14px;
  }

  p.download_feat {
    font-size: 16px;
    margin-top: 13px;
  }

  .cardsWrapperOpp {
    display: flex;
    flex-direction: column-reverse;
  }

  .feature-content.join-community h2 {
    font-size: 24px;
  }

  .banner__title,
  .allProductContent h2 {
    font-size: 32px;
  }

  .landingBanner p {
    font-size: 16px;
  }

  .feature-content h3,
  .feature-content.join-community h2,
  .cardsWrapperOppTwo .feature-content.join-community h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }

  .feature-content.text-center.whiteBox {
    position: relative;
  }

  .feature-content p.text-4xl b:before {
    width: 5px;
    height: 5px;
    left: -18px;
    top: 7px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .allProductContent {
    width: 100%;
  }

  img.largeImage {
    max-height: 100%;
  }

  .allProductContent h2 {
    font-size: 45px;
  }

  .allProductContent button {
    margin-top: 15px;
  }

  .feature-content,
  .cardsMainWrapper .feature-content-large {
    padding: 60px 20px;
  }

  .feature-content p.text-4xl {
    font-size: 20px;
  }

  .cardsWrapper {
    max-height: 100%;
  }

  .cardsWrapper,
  .side-features {
    gap: 18px;
  }

  .feature-content p.text-xll {
    font-size: 15px;
    line-height: 18px;
  }

  .feature-content h3,
  p.download_feat {
    font-size: 17px;
  }

  .feature-content .button {
    max-width: 165px;
    padding: 18px 0;
    min-height: 30px;
  }

  .feature-content img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px !important;
  }

  .feature-content p.text-xll {
    font-size: 12px;
    margin: 10px 0;
  }

  .landing-two-content p {
    font-size: 1rem;
  }

  .banner__title,
  .feature-content.join-community h2,
  .cardsWrapperOppTwo .feature-content.join-community h2,
  .allProductContent h2 {
    font-size: 40px;
  }

  .feature-content p.text-4xl b:before {
    width: 5px;
    height: 5px;
    left: -15px;
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .feature-content p.text-xll {
    margin: 0px 0;
  }
}

@media (min-width: 1201px) and (max-width: 1566px) {
  .feature-content,
  .cardsMainWrapper .feature-content-large {
    padding: 60px 30px;
  }

  img.largeImage {
    max-height: 100%;
  }

  .feature-content p.text-4xl b:before {
    width: 7px;
    height: 7px;
    left: -15px;
    top: 18px;
  }

  .feature-content .button {
    max-width: 181px;
    padding: 20px 0;
    min-height: 40px;
  }

  .feature-content p.text-xll {
    margin: 8px 0;
  }

  .feature-content h3.text-4xl {
    font-size: 22px;
  }

  .feature-content img {
    width: 30px;
    height: 30px;
  }

  .feature-content p.text-4xl {
    font-size: 35px;
  }

  .banner__title,
  .feature-content.join-community h2,
  .cardsWrapperOppTwo .feature-content.join-community h2,
  .allProductContent h2 {
    font-size: 60px;
  }

  .cardsWrapper {
    max-height: 100%;
  }
}

/** landing page css ends **/

/** product slider css starts **/

.product_slider_custom img {
  width: 100%;
}

.product_slider_custom .product-details {
  padding: 55px 40px 31px;
  font-weight: 500;
}

.product_slider_custom .price {
  margin-top: 7px;
}

.videoComp .deferred-poster .video-new {
  top: 50% !important;
  right: 50%;
  margin-top: -20px;
  margin-right: -20px;
}

.videoComp video {
  border-radius: 1rem;
}

.videoComp {
  padding: 40px 0 80px;
}

/* .videoCompWrapper h1 {
  font-size: 50px;
} */

/** product slider css ends **/

/** slider css starts **/

.sp_slider div#splide01-track {
  height: 100%;
}

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

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

.sp_slider .splide__track {
  height: 100%;
}

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

/** slider css ends **/
.filterWrap:last-child {
  border-block-end: 0px;
}

.label.is-floating.sortFilterSelect {
  top: -15px;
  font-size: 12px;
}

/** Filter Bar CSS Ends **/

@media (max-width: 800px) {
  .short-bar {
    margin-left: initial;
  }

  .filter-bar.inner-container {
    justify-content: center;
  }

  .product_slider_custom .product-details {
    padding: 20px;
    font-weight: 500;
  }

  .product-details p {
    font-size: 16px;
  }

  .sortingList {
    left: -94px;
  }

  .landingBannerWrapper p {
    width: 100%;
  }

  .videoComp {
    padding: 20px 0 50px;
  }

  .videoCompWrapper p.text-xl {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --page-padding: var(--sp-9);
  }
}

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

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

  td.total {
    width: 220px;
  }

  /* .videoCompWrapper h1 {
    font-size: 90px;
  } */
}

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

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

  .barsys_360--collase #shopify-block-image-3 .banner__box {
    justify-content: flex-start;
  }

  .barsys20--collase .collage-left > div:first-child .text-left {
    text-align: left !important;
  }

  .barsys20--collase .collage-left > div:first-child .text-left {
    text-align: left !important;
  }

  .search-bar {
    width: 100%;
  }

  .hideMobile {
    display: none;
  }

  .filterWrap p:first-child {
    font-size: 1.25rem;
  }

  .searchDrawerContent {
    padding: 25px 20px 0;
  }
}

@media (max-width: 990px) {
  .subscribeText {
    display: none;
  }

  .self-submit-button.subscribeButton button {
    padding: 14px 13px;
  }
}

/******** theme css start  **********/

.btn {
  font-size: 16px;
  padding: 18px 50px;
  transition: 0.3s;
}

.btn:hover {
  scale: 1.05;
}

.btn-tprimary {
  background-color: var(--color-base-button-gradient);
  color: #fff;
  border-radius: 60px;
}

.Product-detail-head {
  margin-bottom: 44px;
}

.Product-detail-head h2 {
  color: var(---text-color-2);
  margin-bottom: 15px;
}

.Product-detail-head h2:last-child {
  margin-bottom: 0;
}

.Product-detail-head p {
  color: #949494;
}

.Product-detail-head p a {
  color: #2b2b2b;
}

.custom-page {
  padding-bottom: 100px;
  background-color: rgba(var(--color-background));
  padding-top: 40px;
  z-index: 3;
  border-end-end-radius: 0 !important;
  border-end-start-radius: 0 !important;
}

@media (max-width: 1200px) {
  .Product-detail-head {
    margin-bottom: 18px;
  }

  .custom-page {
    padding-bottom: 56px;
  }

  .product_slider_custom .product-details {
    padding: 20px 20px 25px;
  }
}

@media (max-width: 991px) {
  .Product-detail-head p {
    font-size: 14px;
  }

  .custom-page {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .custom-page {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .buyInstaCart {
    gap: 5px;
  }
}

/******** theme css end  **********/

/******** table css start  **********/

.cart-detail-table {
  width: 100%;
  border-radius: 8px;
}

.cart-detail-table th {
  background-color: var(--color-base-button-gradient);
  color: #fff;
  font-size: 20px;
}

.cart-detail-table td {
  color: var(---text-color-2);
  font-size: 16px;
}

.cart-detail-table .order-number {
  font-weight: 600;
}

.cart-detail-table .order-track {
  font-weight: 600;
}

.cart-detail-table .name {
  font-size: 16px;
  color: var(---text-color-2);
}

.cart-detail-table .price {
  color: var(---text-color-2);
}

.cancil {
  aspect-ratio: 1/1;
  width: 12px;
  cursor: pointer;
  margin-right: 5px;
  flex: 0 0 auto;
}

.status-tab {
  display: inline-flex;
  gap: 8px;
  padding: 9px 13px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  border-radius: 4px;
  align-items: center;
}

.status-tab.progress {
  background-color: #6666661f;
}

.status-tab > img {
  margin-top: -2px;
}

.custom-flex-center {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.track-id a {
  text-decoration: underline;
}

.track-id a:hover {
  text-decoration: none;
}

.barsMarqueeWrapper {
  padding: 30px 0 50px;
}

@media (max-width: 1440px) {
  .cart-detail-table th {
    font-size: 16px;
  }

  .cart-detail-table td {
    font-size: 13px;
  }

  .status-tab {
    font-size: 12px;
  }

  .cart-detail-table th,
  .cart-detail-table td {
    padding: 14px 10px;
  }
}

@media screen and (max-width: 1200px) {
  table.responsive-table thead {
    display: none;
  }

  table.responsive-table tbody th {
    display: none;
  }

  table.responsive-table tr td {
    display: flex;
    text-align: right;
    clear: both;
    width: 100% !important;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
  }

  table.responsive-table tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
  }
}

@media screen and (min-width: 1200px) {
  table.responsive-table thead {
    display: table-header-group;
  }

  table.responsive-table tbody th {
    display: table-cell;
  }

  table.responsive-table tr th,
  table.responsive-table tr td {
    text-align: left;
  }

  table.responsive-table tr td {
    display: table-cell;
  }

  table.responsive-table tr td::before {
    display: none;
  }
}

table.responsive-table tr td:not(:last-child) {
  margin-bottom: #000;
}

table.responsive-table tr td:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

table.responsive-table tr td:not([data-title]) {
  text-align: end;
  justify-content: end;
}

table.responsive-table .cancil {
  order: 4;
}

.table.responsive-table .product-port {
  gap: 10px;
}

/******** table css start  **********/

/*********** product port  ********/
.product-port {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-port .imagePort {
  aspect-ratio: 1/1;
  width: 53px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--color-base-text) / 0.1);
  flex: 0 0 auto;
}

.product-port .imagePort img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: calc(100% - 3px);
  max-height: calc(100% - 3px);
}

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

.product-port-wrapper .price {
  font-size: 14px;
  color: rgb(var(--color-foreground));
  flex: 0 0 auto;
}

.product-discription > * {
  display: flex;
}

.product-discription .varient {
  color: var(---text-color-2);
  font-size: 12px;
  margin-top: 1px;
}

.product-discription .name {
  font-size: 14px;
}

span.ingrd-quantity {
  position: relative;
  background-color: #828282;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  aspect-ratio: 1 / 1;
  width: var(---widthQa);
  justify-content: center;
  align-items: center;
  display: flex;
  top: calc(var(---widthQa) / 9 * 1);
  right: calc(var(---widthQa) / 5 * -1);
  ---widthQa: 17px;
}

.product-port .imagePort .quantity {
  position: absolute;
  background-color: #828282;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  aspect-ratio: 1/1;
  width: var(---widthQa);
  justify-content: center;
  align-items: center;
  display: flex;
  top: calc(var(---widthQa) / 2 * -1);
  right: calc(var(---widthQa) / 2 * -1);
  ---widthQa: 22px;
}

.head-link a {
  font-size: 13px;
  font-weight: initial;
}

.head-link a:not(:hover) {
  text-decoration: underline;
}

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

/*********** product end  ********/

.border-head {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgb(var(--color-border));
}

.border-head h1 {
  font-size: 21px;
}

.border-head .checkout-wrapper {
  padding: 0 38px 22px;
}

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

.small-container {
  max-width: 1180px;
  margin: 0 auto;
}

.product__media button:is([is="media-lightbox-button"]) {
  cursor: auto;
}

.leaderBoardButtons button {
  transform: translate(0px) !important;
  --motion-translateY: 0% !important;
}

#shopify-section-template--15951546220625__testimonials-banner
  + #shopify-section-template--15951546220625__scrolling-text-2 {
  margin-top: 72px;
}

/************* header drodown start  *********/

.header-transparent:not(.header-scrolled) .header .user-icon {
  filter: invert(1) brightness(100) saturate(27) contrast(100) opacity(100)
    grayscale(13);
}

.has-dropdown-menu .header-transparent:not(.header-scrolled) .user-icon > img {
  filter: invert(1) brightness(100) saturate(27) contrast(100) opacity(100)
    grayscale(13);
  transition: 0.3s;
}

.user-icon {
  cursor: pointer;
}

.user-icon > img {
  width: 24px;
}

.login-dropdown {
  position: relative;
}

.login-dropdown ul {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background-color: #fff;
  box-shadow: 0 0 5px #0000004d;
  border-radius: 10px;
  font-size: 14px;
  width: 160px;
  overflow: hidden;
  display: none;
}

.drop-active + ul {
  display: block;
}

.login-dropdown ul li :is(a, button) {
  padding: 10px 16px;
  display: block;
  width: 100%;
  text-align: left;
}

.login-dropdown ul .Name {
  font-size: 109%;
  color: #000;
  background-color: #f3f5f9;
  padding: 9px 16px;
}

.login-dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #00000017;
}

.login-dropdown ul li :is(a, button):hover {
  background-color: #f3f5f9;
}

.cart-drawer-button .cartEmpty {
  display: none;
}

.cart-drawer .overlay {
  background-color: #0000006e;
}

.pagination {
  display: flex;
  justify-content: end;
  margin-top: 60px;
  gap: 12px;
}

.pagination button {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pagination .prev::before,
.pagination .next::after {
  content: "";
  background-image: url("https://media.barsys.com/assets/next-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  width: 15px;
  filter: brightness(0) contrast(10);
  transition: 0.3s;
}

.dark .prev::before,
.dark .next::after {
  filter: invert(1) brightness(20) contrast(10) saturate(10);
}

.pagination .prev::before {
  rotate: 180deg;
}

.pagination .prev:hover::before {
  transform: translateX(3px);
}

.pagination .next:hover::after {
  transform: translateX(3px);
}

.pagination > button[disabled] {
  display: none;
}

.text-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}

.text-icon-link > img {
  height: 14px;
  transition: 0.3s;
}

.text-icon-link:hover img {
  transform: translateX(3px);
}

.login-dropdown .mobile-label {
  display: none;
}

.mobile-logout {
  display: none;
}

@media (max-width: 1024px) {
  .dk-logout,
  .header__buttons .login-dropdown {
    display: none;
  }

  .mobile-logout {
    display: block;
  }

  .login-dropdown .mobile-label {
    display: inline;
  }

  .login-dropdown .user-icon {
    background-color: rgba(var(--color-base-text));
    color: #fff;
    padding: 8px 12px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
  }

  .login-dropdown .user-icon img {
    filter: invert(1);
    width: 16px;
  }

  .login-dropdown:not(.mobile-logout) button.user-icon {
    padding: 8px;
    aspect-ratio: 1/1;
    height: auto;
  }
}

/************* header drodown end  *********/

/*********** loader css start  **************/

.submiting {
  position: relative;
  min-height: 60vh;
}

.submiting:before {
  position: absolute;
  content: "";
  width: calc(100% + 46px);
  height: calc(100% + 46px);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 9;
}

.submiting:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: min(50px, 34%);
  height: 2px;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  -webkit-margin-before: -1px;
  margin-block-start: -1px;
  -webkit-margin-start: max(-25px, -17%);
  margin-inline-start: max(-25px, -17%);
  background-color: rgb(var(--color-base-text));
  animation: preloading 1.2s infinite ease;
  z-index: 9;
}

/*********** loader css end  **************/

/************* empty cart css start  ***********/
.empty-cart {
  text-align: center;
}

.empty-cart p {
  margin-top: 10px;
}

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

.rte :where(ul):not(:where([class~="not-rte"] *)) ::marker {
  color: rgba(var(--color-base-text));
}

/************* empty cart css end  ***********/

.quantity-selector + .product-form__submit {
  margin-top: 0;
}

.top-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-navigation .icon:hover {
  opacity: 0.6;
}

.top-navigation .icon {
  transition: 0.3s;
}

.btn-inline {
  width: fit-content !important;
  margin: 0 auto;
}

.loadmore {
  margin: 54px auto 0;
  display: block;
}

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

.header .reversed-link .count {
  display: none;
}

.media-card__content .count {
  display: block;
}

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

.tagsMain {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 15px;
}

span.sampleTag {
  position: relative;
  margin-right: 20px;
  font-weight: 300;
}

span.sampleTag:after {
  background: rgba(var(--color-base-text));
  width: 5px;
  height: 5px;
  position: absolute;
  content: "";
  border-radius: 50%;
  margin: -1px 16px 0;
  top: 50%;
}

.recipeName {
  line-height: 1.2;
  font-size: 1.5rem;
}

.authorName {
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

span.sampleTag:last-child:after {
  display: none;
}

@media (max-width: 575px) {
  .tagsMain {
    gap: 8px;
  }

  span.sampleTag {
    font-size: 12px;
    line-height: 14px;
  }

  .collectionRecMain .product-card__content,
  .collection .product-card__content,
  .leader-bord-sec .product-card__content {
    padding: 16px;
  }

  .recipeName {
    line-height: 1.3;
    font-size: 1rem;
  }

  span.sampleTag:after {
    margin: -1px 10px 0;
  }
}

@media (max-width: 1024px) and (min-width: 576px) {
  span.sampleTag {
    font-size: 13px;
  }

  .tagsMain {
    gap: 7px;
  }

  .recipeName {
    line-height: 1.3;
    font-size: 1.25rem;
  }

  span.sampleTag:after {
    margin: -1px 10px 0;
  }
}

@media screen and (min-width: 1024px) {
  #shopify-section-template--15951546220625__featured-product {
    --product-grid: auto / minmax(0, 1.28fr) minmax(0, 0.72fr);
  }
}

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

.home-container {
  position: relative;
  z-index: 4;
}

.media--portrait img {
  width: 100%;
}

.article-card__image {
  width: 100%;
}

/******* bugs resolving css start  *******/
.product__media > button[is="media-lightbox-button"] {
  display: none;
}

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

/* #shopify-block-image-1 .media img {
  max-height: 380px;
} */
.button.button--close {
  transition: 0.3;
}

.button.button--close:hover {
  background-color: #000;
}

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

.indicators .button:hover {
  background-color: #000;
}

.indicators .button {
  transition: 0.3s;
}

#Slider-template--17773897777398__timeline_jNbPUy
  .media--portrait
  > :is(img, svg, video-media) {
  aspect-ratio: 9/10;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.full-size video {
  height: var(---full-sec);
  object-fit: cover;
}

.model-head h2 {
  font-size: clamp(var(--text-xl), 1.578vw, 32px);
}

@media (min-width: 1024px) {
  .xl-none {
    display: none;
  }

  .barsTestimonialText {
    padding: 0 5%;
  }
}

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

  #MenuDrawer .button--close {
    display: block !important;
    width: 50px;
    aspect-ratio: 1/1;
    height: unset;
    clip: unset;
  }

  #MenuDrawer .button--close {
    right: -10px;
    top: -22px;
    width: 40px;
  }

  .topbar .localization {
    display: none;
  }

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

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

@media screen and (min-width: 1023px) and (max-device-width: 1600px) {
  .timeline__item-content {
    padding-inline-end: var(--sp-10);
    padding-block: var(--sp-20);
  }
}

@media (max-width: 767px) {
  .sticky-buy-button__variant {
    grid-template-columns: auto 1fr auto;
  }

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

  .social-sm {
    gap: 5px;
  }

  .banner-mobile .banner {
    height: 650px;
  }

  .shopify-policy__container table th,
  table td {
    padding: 8px;
    font-size: 12px;
  }

  .drawer__header:before {
    display: none;
  }

  #MenuDrawer[open] .overlay {
    display: block;
  }

  #MenuDrawer > .drawer__inner {
    transform: translateZ(0) translateY(102%);
    transition: 0.3s !important;
  }

  #MenuDrawer[open] > .drawer__inner {
    transform: translateZ(0) translateY(0);
  }

  #MenuDrawer {
    top: 0;
    display: block !important;
  }

  #MenuDrawer:not([open]) {
    top: 100%;
  }

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

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

@media (max-width: 639px) {
  html.js .drawer__close {
    height: 40px;
    width: 40px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    clip: unset;
    right: 11px;
    top: 22px;
  }

  .drawer__header {
    margin-bottom: 20px;
  }
}

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

/******* bugs resolving css end  *******/

/*********** common section spacing start*********/

.btn-sqare {
  --buttons-radius: 5px;
}

.recipe-detail-content {
  width: 100%;
}

.pd-t {
  padding-top: 160px;
}

.pd-b {
  padding-bottom: 160px;
}

.pd-bottom {
  padding-bottom: 100px;
}

.pd-bottom-lg {
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  :root {
    ---full-sec: var(100vh - 92px);
  }

  .pd-b {
    padding-bottom: 70px;
  }

  .pd-bottom {
    padding-bottom: 70px;
  }

  .pd-t {
    padding-top: 70px;
  }

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

/*********** common section spacing end*********/

.aspect-ratio-size video {
  width: 100%;
  /* aspect-ratio: 16/9; */
}

.aspect-ratio-size .media {
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 100%;
}

/***************** dark theme bugs start    *********/
@media (max-width: 767px) {
  .mobile-set-img .image-with-text__image {
    height: auto;
    max-height: unset;
    min-height: unset;
  }

  .mobile-set-img .image-with-text__image :is(img, svg, video-media) {
    position: unset;
  }
}

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

.dark
  #shopify-section-template--15951546220625__image-comparison
  h2.heading
  em {
  background: linear-gradient(90deg, rgb(249, 197, 141), rgb(43, 43, 43) 190%)
    left 100% / 100% 100% no-repeat padding-box text !important;
}

@media (max-width: 767px) {
  .product__gallery .product__media img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .product__gallery .product__media img {
    height: 100%;
  }
}

/***************** dark theme bugs end    *********/

.is-active.is-visible .heading,
.is-active.is-visible .heading + p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: textbot;
  animation-name: textbot;
  transition: 0.3s;
}

@keyframes textbot {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

.banner-w-overlay::before {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 90%);
  content: "";
  opacity: 1;
}

.account-page .text-xxxl {
  line-height: 1.1;
}

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

.barsys20--collase .collage-left > div:first-child .text-left {
  text-align: end;
}

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

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

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

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

.product__info .product__title {
  display: flex;
  align-items: center;
}

.product__info .product__title .product__price {
  flex: 0 0 auto;
}

.product__info h1 {
  flex: 1;
  line-height: 1.2;
}

@media (max-width: 440px) {
  .product__info .product__title {
    flex-direction: column;
  }

  .product__info .product__title .product__price {
    align-self: flex-start;
  }
}

@media (min-width: 1280px) {
  .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;
  }

  .product__title.with-price h1 {
    font-size: 1.75rem;
  }

  /* .product__title.with-price {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
} */
}

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

@media (max-width: 767px) {
  .account-page .text-xxxl {
    font-size: var(--text-2xl);
    line-height: 1.1;
  }

  .account-page .text-xxl {
    font-size: var(--text-base);
  }

  .mouse-cursor {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .text-xxxl {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  .text-9xl {
    font-size: 4rem;
  }

  .pd-bottom-lg {
    padding-bottom: 100px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .text-9xl {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .text-9xl {
    font-size: 6rem;
  }
}

@media (min-width: 1280px) {
  .inner-container {
    width: 90%;
    margin: 0 auto;
  }
}

.btn-transparent {
  --color-button-background: transparent;
  --color-button-text: var(--color-base-text);
}

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

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

.btn-transparent:hover .btn-text {
  color: #000 !important;
}

.video-hero .mute-btn {
  bottom: 12px;
  left: 12px;
  width: auto;
  height: auto;
  z-index: 88;
}

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

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

.article-card [style*="font-size:"],
.article-card [style*="font-family:"] {
  font-size: inherit !important;
  font-family: inherit !important;
}

.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%;
}

.coaster20--collase
  ~ .specifications-section
  .images-sprate-for-faq
  > div
  > img {
  width: 90%;
}

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

@media (max-width: 1024px) {
  .images-sprate-for-faq > div {
    flex: 0 0 auto;
    width: 33%;
  }

  .product_space {
    padding-top: 45px;
  }

  .exploreP.product_space {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .images-sprate-for-faq > div {
    width: 100%;
  }

  .meili-vodka .collage-left > div:last-child .collage__content .banner__box,
  .aviation-american-gin
    .collage-left
    > div:last-child
    .collage__content
    .banner__box,
  .barsCollageSpacing.\3818-tequila
    .collage-left
    > div:last-child
    .collage__content
    .banner__box {
    align-items: flex-start;
  }

  .meili-vodka.redipes-collage-sec.barsCollageSpacing.meili-vodka
    #shopify-block-image-2
    .banner__box
    > div,
  .aviation-american-gin.redipes-collage-sec.barsCollageSpacing.aviation-american-gin
    #shopify-block-image-2
    .banner__box
    > div,
  .barsCollageSpacing.\3818-tequila.redipes-collage-sec.barsCollageSpacing.\3818-tequila
    #shopify-block-image-2
    .banner__box
    > div {
    text-align: left;
  }

  .meili-vodka
    .collage-left
    > div:last-child
    .collage__content
    .banner__box
    > div,
  .aviation-american-gin
    .collage-left
    > div:last-child
    .collage__content
    .banner__box
    > div,
  .barsCollageSpacing.\3818-tequila
    .collage-left
    > div:last-child
    .collage__content
    .banner__box
    > div {
    text-align: end;
    width: 100%;
  }

  .meili-vodka .collage-right > div:last-child .collage__content,
  .meili-vodka .collage-left > div:last-child .collage__content,
  .aviation-american-gin .collage-right > div:last-child .collage__content,
  .aviation-american-gin .collage-left > div:last-child .collage__content,
  .barsCollageSpacing.\3818-tequila
    .collage-right
    > div:last-child
    .collage__content,
  .barsCollageSpacing.\3818-tequila
    .collage-left
    > div:last-child
    .collage__content {
    width: 100%;
  }

  .pd-bottom-lg {
    padding-bottom: 100px;
  }
}

.product__title.with-price {
  grid-template-columns: 74% auto;
}

.product__title.with-price h1 {
  grid-column: unset;
  word-wrap: anywhere;
  white-space: break-spaces;
}

.product__title.with-price .single-word {
  white-space: wrap;
}

@media (max-width: 440px) {
  .product__info h1 {
    width: 100%;
    flex: 0 0 auto;
  }
}

.sign-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 40px;
  flex-wrap: wrap;
}

.sign-wrapper img {
  width: 160px;
  display: inline-block;
}

.sign-wrapper p {
  font-style: italic;
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sign-wrapper p {
    font-size: 14px;
  }

  .sign-wrapper {
    flex-wrap: nowrap;
  }

  .sign-wrapper img {
    width: 97px;
  }
}

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

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

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

  .header__menu > ul > li > details > summary:after {
    content: "";
    background-color: red;
    height: calc(100% + 26px);
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0;
  }

  .header__menu > ul > li > details > summary:hover:after {
    display: inline-block;
  }

  .header__menu > ul > li > details > summary {
    position: relative;
    z-index: 2;
  }
}

.leader-bord-sec .button {
  --color-button-background: var(--color-background-2) / 1;
  --color-button-text: var(--color-base-text);
}

.leader-bord-sec .button[disabled] {
  background-color: rgba(var(--color-base-button));
  color: rgba(var(--color-base-background));
}

.home-product-wrapper .product__thumbnails {
  align-items: flex-start;
}

.redipes-collage-sec .grid .w-full button {
  width: 100%;
  height: 100%;
}

/* .product__info .product-title-md{
  font-size: clamp(var(--sp-10), 2.526vw, 24px) !important;
} */

.discountText {
  color: #34a853 !important;
  font-size: var(--text-xs) !important;
}

del.actualPrice {
  opacity: 0.5;
  font-size: var(--text-sm);
}

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

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

.yotpo-stars .sr-only {
  position: unset !important;
  color: rgba(var(--color-base-text) / 1);
  font-family: var(--font-body-family) !important;
  margin-left: 8px !important;
  font-size: 14px !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-display-wrapper {
  margin-top: 25px !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;
}

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

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

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

.yotpo_reviews .yotpo-main-widget-tabs {
  position: absolute;
  top: 55px;
}

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

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

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

.cs_rating_slider {
  margin-bottom: 50px;
}

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

/* .barsys-main-product-px img {
/* .barsys-main-product-px img {
  height: 85% !important;
} */

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

@media (max-width: 767px) {
  .centerBannerText {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .yotpo_custom_rating {
    flex-direction: row;
  }

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

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

  .barsMarqueeWrapper {
    padding: 30px 0 5px;
  }

  .viewPopup.zip-code-modal .modal-content {
    max-width: 100% !important;
    padding: 0;
    width: 100%;
    margin: 20px;
    max-height: 550px;
    overflow-y: scroll;
  }

  .viewPopup .product__media-container {
    max-height: 100%;
  }

  .viewPopup .product__info {
    max-height: 100%;
    overflow-y: scroll;
    padding: 28px 20px 30px 20px;
    width: 100%;
  }

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

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

@media (max-width: 599px) {
  .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;
  }
}

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

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

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

@media (max-width: 1023px) {
  .viewPopup .product {
    gap: 10px;
    max-height: 100%;
    overflow: auto;
  }

  .viewPopup .product__info {
    max-height: 100%;
    overflow-y: scroll;
    padding: 28px 20px 30px 20px;
    width: 100%;
  }

  .viewPopup.zip-code-modal .modal-content {
    max-width: 100% !important;
    padding: 0;
    width: 100%;
    margin: 20px;
    max-height: 550px;
    overflow-y: scroll;
  }

  .viewPopup .product__media-container {
    max-height: 100%;
  }
}

@media (min-width: 1023px) and (max-width: 1279px) {
  .viewPopup .product__info {
    max-height: 600px;
    overflow-y: scroll;
    padding: 28px 5px 30px 5px;
    width: 92%;
  }

  .viewPopup .social-sharing .social-sharing__link {
    width: var(--sp-7);
    height: var(--sp-5);
  }

  .viewPopup .product {
    gap: 10px;
    max-height: 100%;
    overflow: auto;
  }

  .viewPopup .product__info {
    max-height: 100%;
    overflow-y: scroll;
    padding: 28px 20px 30px 20px;
    width: 100%;
  }

  .viewPopup.zip-code-modal .modal-content {
    max-width: 100% !important;
    padding: 0;
    width: 100%;
    margin: 20px;
    max-height: 550px;
    overflow-y: scroll;
  }

  .viewPopup .product__media-container {
    max-height: 100%;
  }
}

/* @media (max-width: 1280px) {
  .barsys-main-product-px img {
    height: 100% !important;
  }
} */

@media (min-width: 1280px) and (max-width: 1600px) {
  .viewPopup.zip-code-modal .modal-content {
    max-height: 700px;
    max-width: 88% !important;
    padding: 0;
  }

  .viewPopup .social-sharing .social-sharing__link {
    width: var(--sp-7);
    height: var(--sp-7);
  }

  .viewPopup .product__info {
    width: 100%;
  }
}

@media (min-width: 1501px) and (max-width: 1624px) {
  .viewPopup .social-sharing .social-sharing__link {
    width: var(--sp-9);
    height: var(--sp-5);
  }
}

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

@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, 46px);
  }
}

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

.galleryImages {
  width: 100%;
}

a.instacart-button {
  text-align: center;
}

.lookbook-element .media video {
  height: 100%;
}

.joinNowForm {
  margin: 0 0 25px;
}

.dialogHeading {
  margin: 12px 0 32px !important;
  line-height: 37px;
}

@media (max-width: 639px) {
  .joinPopup {
    padding: 0px 20px;
  }

  .joinNowForm {
    margin: 20px 0 25px;
  }

  .dialogHeading {
    margin: 3px 0 3px !important;
  }
}

/* ----------------------------Chrismas css start---------------------------- */

.x-meiliStat {
  text-align: center;
  padding-bottom: 50px;
}

.exploreImageComp .section--padding {
  padding-top: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  [id*="__main-product"] .product__media-list .product__media img,
  [id*="__featured-product"] .product__media-list .product__media img {
    height: 100%;
  }

  [id*="__main-product"] .product__media-list .product__media,
  [id*="__featured-product"] .product__media-list .product__media {
    background-color: transparent;
  }
}

@media (max-width: 1500px) {
  .bars-product-section .product__info .product-form__buttons .flex,
  .mix-list-page .product__info .product-form__buttons .flex {
    flex-wrap: wrap;
  }
}

.lookbook-element .media video {
  height: 100%;
}

#shopify-section-template--15951546220625__countdown-timer .button:hover .icon {
  filter: invert(0);
}

.change-graduint .grid .collage-right > :last-child .banner__overlay,
.change-graduint .grid .collage-left > :last-child .banner__overlay {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.3) 77.6%,
    rgba(0, 0, 0, 0.7) 100%
  );
  height: 100%;
  width: 100%;
  inset: 0;
}

.change-graduint .grid .collage-right > :first-child .banner__overlay,
.change-graduint .grid .collage-left > :first-child .banner__overlay {
  background: linear-gradient(
    0,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.3) 77.6%,
    rgba(0, 0, 0, 0.7) 100%
  );
  height: 100%;
  width: 100%;
  inset: 0;
}

#shopify-section-template--15951546220625__shop-the-look .lookbook-element {
  height: 600px;
}

#shopify-section-template--15951546220625__shop-the-look
  .lookbook-element
  video {
  width: 100%;
}

.barsRecipesSpace .leading-normal.subtext-md * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  background: inherit !important;
}

@media (min-width: 1024px) {
  .product__thumbnail[hovertitle] {
    position: relative;
  }

  .product__thumbnail[hovertitle]:before {
    content: attr(hovertitle);
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(var(--color-base-background) / 0.6);
    font-size: clamp(12px, 2.526vw, 24px);
    font-weight: 600;
    padding: 20px;
    line-height: 1.4;
    opacity: 0;
    transition: 0.3s ease-in;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

  .product__thumbnail[hovertitle]:hover:before {
    opacity: 1;
  }
}

.mix-list-indicator-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .mix-list-indicator {
    display: none !important;
  }

  .mix-list-indicator-mobile {
    display: block !important;
  }
}

/************ spilder slider start  *********/

.Splider-custom .splide__arrow {
  position: unset;
}

.Splider-custom .splide__arrows {
  position: absolute;
  bottom: calc(100% + 50px);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.Splider-custom.cs-autowidth .splide__arrows {
  right: 0;
  width: auto;
}

.Splider-custom .splide__arrows .splide__arrow {
  border: 1px solid rgba(var(--color-base-text));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 56px;
  height: auto;
  aspect-ratio: 1/1;
  transform: unset;
  background-color: unset;
}

.Splider-custom .splide__arrows .splide__arrow svg {
  fill: #fff;
}

.Splider-custom .splide__arrows .splide__arrow:before {
  content: "";
  background-image: url("https://media.barsys.com/assets/splider-slider.svg");
  background-size: 26%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}

.Splider-custom .splide__arrows .splide__arrow svg {
  display: none;
}

.Splider-custom .splide__arrows .splide__arrow--prev::before {
  rotate: 180deg;
}

.Splider-custom .splide__arrows .splide__arrow[disabled] {
  cursor: not-allowed;
}

.Splider-custom .media-card__text {
  --tw-translate-x: unset;
}

.alsoLikeBars .media-card__content {
  width: 100%;
}

.alsoLikeBars .media-card__content .heading {
  /* display: -webkit-box; */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: unset;
}

.mixlist-slider-sec {
  overflow: hidden;
}

.mixlist-slider-sec .splide__track {
  overflow: unset;
}

@media (max-width: 1024px) {
  .Splider-custom .splide__arrows {
    display: none;
  }

  .Splider-custom .splide__track {
    padding-left: 0 !important;
  }

  .alsoLikeBars {
    padding-right: 0;
  }

  .mixlist-slider-sec .section > div {
    padding-right: 0;
  }
}

/************ spilder slider end  *********/

/********* 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: 11px;
  }

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

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

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

/********** brand slider start  ******/

.brandsSlider .makeSlideButtonWrap img:last-child {
  margin-top: 20%;
  width: 100%;
  max-width: calc(var(---img-max-width) * 1.3);
}

.light .brandsSlider .makeSlideButtonWrap img:last-child {
  filter: invert(1);
}

.brandsSlider .makeSlideButtonWrap {
  flex-direction: column;
  ---img-max-width: 144px;
}

.brandsSlider .makeSlideButtonWrap img:first-child {
  width: 100%;
  max-width: var(---img-max-width);
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}

.brandsSlider .splide__list {
  align-items: center;
}

.light .zipModalCloseBtn {
  filter: invert(1);
}

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

.light span.btn-text.buyInstaCart img {
  filter: invert(1);
}

.light #shopify-section-template--15951546220625__testimonials-banner {
  --color-foreground: 0 0 0;
}

.light .instacart-button:hover span.btn-text.buyInstaCart img {
  filter: unset;
}

.light .Splider-custom .splide__arrows .splide__arrow::before {
  filter: invert(1);
}

.makeWithSlideWrap button.splide__arrow[disabled] {
  cursor: not-allowed;
}

.viewPopup .product .product__media-container {
  padding: 14px;
  gap: 16px;
}

.light .viewPopup button.product-form__submit:hover .btn-text {
  color: black;
}

@media (max-width: 380px) {
  .sticky-buy-button__variant .text-base {
    font-size: 14px;
  }

  .sticky-buy-button__variant .price__regular {
    font-size: 11px;
  }
}

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

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

@media (max-width: 1024px) {
  .light .viewPopup .zipModalCloseBtn {
    filter: invert(1);
  }

  .light .viewPopup .zipModalCloseBtn {
    top: 28px;
  }
}

/********** brand slider end  ******/

.header-transparent:not(.header-sticky) ~ main .mouse-cursor svg,
.header-transparent:not(.header-sticky) .mouse-cursor svg {
  filter: invert(1);
  opacity: 1;
}

/* WebKit-based browsers (Chrome, Safari, Edge Chromium) */
.tab-content .product__text::-webkit-scrollbar,
.mixBoxText::-webkit-scrollbar {
  width: 13px;
  height: 10px;
  background: transparent;
}

.tab-content .product__text::-webkit-scrollbar-track,
.mixBoxText::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 15px;
}

.tab-content .product__text::-webkit-scrollbar-thumb,
.mixBoxText::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 15px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Legacy support for older Mozilla (optional) */
.tab-content .product__text::-moz-scrollbar-thumb,
.mixBoxText::-moz-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 15px;
}

.tab-content .product__text::-moz-scrollbar-track,
.mixBoxText::-moz-scrollbar-track {
  background: transparent;
}

/* .tab-content .product__text,
.mixBoxText {
  scrollbar-color: #777777 transparent;
  scrollbar-width: thin;
}  */

.landing-page {
  padding-block: 0;
}

.bullets div {
  display: inline-block;
}

.waitlist-form.submiting::before {
  width: calc(100% + 20px);
  height: calc(100% + 25px);
}

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

/* .index-video video {
  width: auto;
  height: auto;
  max-width: 750px;
} */

.index-video {
  width: fit-content;
}

.videoCompWrapper h1 {
  margin-bottom: 10px;
  /* font-size: 30px; */
}

.index-video video {
  max-width: 1100px;
  width: 100%;
  max-height: 720px;
  background-color: #000;
  object-fit: cover;
  object-position: center;
}

.index-video {
  padding-bottom: 20px;
}

.videoCompWrapper p {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bullets div {
    height: 6px !important;
    width: 6px !important;
  }

  .videoCompWrapper p {
    margin-bottom: 40px;
  }

  .index-video {
    padding-bottom: 15px;
  }
}

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

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

.or-sprater:before {
  content: "or";
  position: absolute;
  left: 50%;
  display: block;
  font-size: 15px;
  transform: translate(-50%);
  background-color: #fff;
  padding: 0px 8%;
  z-index: 2;
}

.or-sprater::after {
  content: "";
  background-color: rgba(var(--color-base-text) / 0.15);
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.or-sprater {
  margin: 23px 0;
  background-color: rgba(var(--color-base-text) / 0.3);
  position: relative;
  border: 0;
  background-color: unset;
  z-index: 0;
  appearance: none;
  height: 18px;
  line-height: 1;
  font-size: 14px;
}

.main-heading {
  text-align: center;
  margin-block: 90px;
}

.main-heading h1 {
  font-size: clamp(30px, 4vw, 80px);
}

@media (max-width: 991px) {
  .main-heading {
    margin-block: 70px;
  }

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

@media (max-width: 767px) {
  .main-heading {
    margin-block: 40px;
  }
}

/*********** faverate page start  ***********/

.withbutton {
  position: relative;
}

.withbutton > .button {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: rgba(var(--color-base-background) / 0.77);
  backdrop-filter: unset;
  z-index: 1;
}

.withbutton > .button:hover img {
  filter: invert(1);
}

/*********** faverate page end  ***********/

/*********** my drink start  ***********/
.inner-banner-com {
  --section-padding-top: 0px;
  --section-padding-bottom: 0px;
  --color-background: 23 23 23;
  --color-foreground: 255 255 255;
  --color-border: var(--color-foreground) / 0.1;
  --color-border-dark: var(--color-foreground) / 0.4;
  --color-border-light: var(--color-foreground) / 0.06;
  --color-highlight: 224 165 128;
  --color-button-background: 255 255 255;
  --color-button-border: 255 255 255;
  --color-button-text: 23 23 23;
}

.bt-instacart-list .button {
  --buttons-radius: 24px;
}

.bt-instacart-list {
  margin-top: 30px;
}

.space-list {
  --section-padding-top: 40px;
  --section-padding-bottom: 100px;
}

@media (max-width: 1440px) {
  .bt-instacart-list {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .bt-instacart-list {
    margin-top: 10px;
  }
}

/*********** my drink start  ***********/

.collection__content .product-card__media img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.withbutton > .button.linked {
  --color-base-background: 254 35 31;
  background-color: rgba(var(--color-base-background) / 1);
}

.withbutton > .button.linked img {
  filter: invert();
}

.withbutton > .button.linked .btn-fill {
  --color-button-background: 254 35 31;
}

/* Style the button to look like an icon */
.expand-collapse-btn {
  font-size: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
}

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

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

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

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

.category_List li a {
  transition: 0.3s;
}

.category_List li a:hover {
  opacity: 0.85;
}

.header-section:not(.header-transparent) .search-btn img,
.header-transparent.header-scrolled .search-btn img,
.with-mega .header-section .search-btn img {
  filter: invert(1);
}

/************** yotpo css start  ************/
.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-device-desktop .yotpo-review-form .yotpo-new-review-headline {
  min-height: unset !important;
  width: 100% !important;
}

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

.yotpo-review-form > * {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

/************** yotpo css end  ************/

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

.cs_rating_slider .media-card {
  overflow: hidden;
  border: 3px solid transparent;
}

.cs_rating_slider .media-card.media-card-active {
  border-color: rgba(var(--color-base-text) / 0.25);
}

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

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

.yotpo-main-layout .yotpo-review-border-smooth.yotpo-border-margin {
  opacity: 0;
  visibility: hidden;
}

/************** yotpo css end  ************/

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

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

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

#below-container {
  background-color: rgba(var(--color-base-background));
}

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

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

.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-main-widget-btn {
  font-size: 11px !important;
  width: 100%;
  min-width: 94px;
}

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

.yotpo-horizontal-pagination .yotpo-reviews-pagination-item {
  display: flex;
  align-items: center;
}

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

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

/* .allResultButton:hover .btn-fill,
.short-dropdown .button:hover .btn-fill {
  ---motion-translateY: 0 !important;
  transform: translateY(var(---motion-translateY)) !important;
} */

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

.yotpo-inner-label {
  display: inline-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: red !important;
  color: #fff;
}

.yotpo-inner-label svg {
  filter: invert(1);
}

.search-result-item,
.category_List li {
  line-height: 1.1;
}

.search-result-item:not(:last-child),
.category_List li:not(:last-child) {
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .yotpo-bottom-line .yotpo-bottom-line-right-panel {
    margin-left: 10px;
    padding-right: 5px;
  }

  .search-result-item:not(:last-child),
  .category_List li:not(:last-child) {
    margin-bottom: 6px;
  }

  .search-result-item,
  .category_List li {
    line-height: 1.1;
    font-size: 17px;
  }

  .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-main-widget-btn {
    font-size: 11px !important;
    width: auto;
    min-width: 94px;
  }

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

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

@media (max-width: 374px) {
  .search-bar input {
    flex: 1;
    width: 100%;
  }
}

.search-container .filter-list-wrapper .sprater:last-child {
  display: none;
}

.search-container .filter-list-wrapper .sprater {
  opacity: 0.1;
}

.quantity-input {
  opacity: 1;
}

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

/********** search bars design changes  *********/
.filter-list-wrapper button .text-filter {
  border-bottom: 2px solid transparent;
}

.filter-list-wrapper button.active .text-filter {
  color: rgba(var(--color-foreground));
  border-color: rgba(var(--color-foreground));
}

.filter-list-wrapper button {
  padding: 6px 20px;
}

.filter-list-wrapper button .total {
  font-size: 49%;
  display: inline-block;
  right: 20px;
  position: absolute;
  top: 2px;
  transform: translateX(50%);
}

.filter-list-wrapper button::before,
.filter-list-wrapper button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 26px);
  height: calc(100% + 24px);
  translate: -50% -50%;
  border-radius: 40px;
  z-index: -1;
  transition: 0.4s ease-out;
  box-shadow: 0px 0px 4px rgba(23, 23, 23, 0.11);
  scale: 0;
  backdrop-filter: blur(4px);
  background-color: #ffffffd6;
}

.filter-list-wrapper button:not(.active):hover:before {
  scale: 1;
}

.filter-list-wrapper button::after {
  z-index: -2;
  background-image: url("../assets/icons/bg-gred-213.png");
  background-repeat: no-repeat;
  background-size: 201%;
  background-position: 21% 57%;
}

.filter-list-wrapper button:not(.active):hover::after {
  scale: 1;
  opacity: 1;
}

.or-sprater:before {
  content: "or";
  position: absolute;
  left: 50%;
  display: block;
  font-size: 15px;
  transform: translate(-50%);
  background-color: #fff;
  padding: 0px 8%;
  z-index: 2;
}

.or-sprater::after {
  content: "";
  background-color: rgba(var(--color-base-text) / 0.15);
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.or-sprater {
  margin: 23px 0;
  background-color: rgba(var(--color-base-text) / 0.3);
  position: relative;
  border: 0;
  background-color: unset;
  z-index: 0;
  appearance: none;
  height: 18px;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 1460px) {
  .filter-list-wrapper button .total {
    font-size: 55%;
  }
}

@media (max-width: 1200px) {
  .filter-list-wrapper button .total {
    font-size: 55%;
    right: 6px;
  }

  .filter-list-wrapper button {
    padding: 6px 11px;
  }
}

@media (max-width: 960px) {
  .short-bar {
    width: 100%;
    justify-content: center;
  }

  .filter-list-wrapper {
    justify-content: center;
    width: 100%;
  }

  .search-sec .collection {
    padding: 40px 0 30px;
  }
}

/********** search bars design changes end  *********/

/********* auth pages ory start  ********/

input.ory-input {
  border: 1px solid rgb(var(--color-border));
  width: 100%;
  display: block;
  padding: 15px 30px;
  border-radius: 110px;
  color: var(--color-base-button-gradient);
  background-color: var(--color-base-background);
  font-family: var(--font-body-family);
  margin: 0;
}

div.ory-input > div.ory-input {
  font-size: 16px;
  color: var(---text-color-2);
  margin-bottom: 8px;
  display: block;
  font-family: var(--font-body-family);
}

.ory-submit .button {
  background-color: rgb(var(--color-button-background)) !important;
  padding: clamp(var(--sp-4d5), 1.2vw, var(--sp-5d5))
    clamp(var(--sp-6d5), 1.473vw, var(--sp-7d5)) !important;
  color: rgb(var(--color-button-text));
  overflow: hidden;
  line-height: 1 !important;
  font-weight: var(--font-medium);
  font-family: var(--font-navigation-family);
  border: 2px solid rgb(var(--color-button-background)) !important;
}

.ory-submit
  .button:not([disabled], .buttom-wrap-passkey_login_trigger button):hover {
  color: #000;
}

.ory-submit .button .btn-fill {
  transition:
    var(--animation-primary),
    opacity var(--animation-fast);
}

.ory-submit .button:not([disabled]):hover .btn-fill {
  transform: translate3d(0, 0, 0);
}

.ory-submit .button .btn-fill {
  background-color: #fff;
}

.ory-submit .button::after {
  content: unset;
}

input.ory-input:focus {
  border-color: #000;
}

.login-form h3 {
  color: var(---text-color-2);
  font-size: 13px;
  border: 1px solid rgb(var(--color-border));
  padding: 8px;
  text-align: center;
  font-family: var(--font-body-family);
  width: 100%;
  font-weight: 500;
}

.bottom-text a {
  text-decoration: underline;
  color: #2b2b2b;
  display: inline-block;
}

.bottom-text {
  padding: 0 !important;
  color: var(---text-color-2);
  display: block !important;
  font-family: var(--font-body-family);
  width: auto !important;
  margin: 14px 0 0 !important;
  text-align: center;
}

.bottom-text * {
  font-family: inherit !important;
}

.bottom-text a:hover {
  text-decoration: none;
}

.ory-submit .button[disabled] {
  cursor: not-allowed;
}

/* .login-form div:empty {
  display: none !important;
} */

.login-form form:not(.custom-form) {
  display: flex;
  flex-wrap: wrap;
  ---grid-gap: 22px;
  gap: 18px var(---grid-gap);
}

.login-form form > div.ory-input {
  width: 100%;
}

.registration-page-class form > div.ory-input {
  width: calc(50% - var(---grid-gap) / 2);
  flex: 1 0 auto;
}

.registration-page-class form div.ory-submit {
  width: 100%;
}

/* .registration-page-class form > div.ory-input:nth-child(3) {
  order: -2;
}

.registration-page-class form > div.ory-input:nth-child(4) {
  order: -1;
} */

/*** login start  ***/

.login-page-class
  form
  :is(
    [name*="passkey"] + .ory-submit,
    .ory-input + .ory-submit:not(:last-child)
  ) {
  order: 99;
  width: 100%;
}

.login-page-class
  form
  :is(
    [name*="passkey"] + .ory-submit,
    .ory-input + .ory-submit:not(:last-child)
  )
  button {
  margin: 0;
}

.login-page-class
  form
  :is(
    [name*="passkey"] + .ory-submit,
    .ory-input + .ory-submit:not(:last-child)
  )
  button {
  background-color: transparent !important;
  color: rgba(var(--color-base-text));
  border: 1px solid rgba(var(--color-base-text));
}

.login-page-class
  form
  :is(
    [name*="passkey"] + .ory-submit,
    .ory-input + .ory-submit:not(:last-child)
  )
  button
  .btn-fill {
  background-color: rgba(var(--color-base-text));
}

.login-page-class
  form
  :is(
    [name*="passkey"] + .ory-submit,
    .ory-input + .ory-submit:not(:last-child)
  )
  button:hover {
  color: #fff;
}

.login-form form .ory-submit {
  width: 100%;
}

.bottom-text a {
  display: none;
}

.ory-messages {
  display: block;
  width: 100%;
}

.button-wrapper {
  width: 100%;
}

.registration-page-class .buttom-screen {
  order: 99;
}

.registration-page-class .buttom-method {
  order: 7;
}

.registration-page-class .buttom-resend {
  order: 8;
}

.checkbox-inner [type="checkbox"] {
  display: block !important;
}

.checkbox-inner svg {
  display: none !important;
}

.buUgms label:before {
  content: unset !important;
}

.ory-checkbox label span {
  margin-left: 10px !important;
  font-family: inherit !important;
  font-size: 16px;
  font-weight: 400;
}

.success-page h2 {
  font-size: var(--text-h2);
}

.success-page .login-form img {
  display: block;
  margin: 34px auto;
}

.success-page .login-form .text-base {
  color: rgba(var(--color-base-text) / 0.45);
  padding: 0 7%;
  line-height: 1.3;
}

.success-page .login-form .text-base p:last-child {
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 0;
}

/*************** ory country dropdown ***********/
/*
.phone-wrapper .ory-input.PhoneInput {
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgb(var(--color-border));
  width: 100%;
  display: block;
  padding: 15px 30px;
  border-radius: 110px;
  margin: 0;
  position: relative;
}

.phone-wrapper .ory-input.PhoneInput:focus {
  border-color: #000;
}

.phone-wrapper .ory-input.PhoneInput .PhoneInputCountry {
  display: flex;
  position: absolute;
  left: 14px;
  z-index: 0;
}

.phone-wrapper .ory-input.PhoneInput .PhoneInputCountrySelect {
  background-color: unset;
  appearance: none;
  opacity: 0;
  width: 20px;
  font-size: 12px;
  color: #000;
}

.phone-wrapper .ory-input.PhoneInput .PhoneInputCountrySelect {
  padding: 6px;
  height: 14px;
}

.phone-wrapper .ory-input.PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
  width: 22px;
  order: -1;
}

.login-form .PhoneInput .PhoneInputCountrySelectArrow {
  display: block !important;
  background-image: url("../assets/icons/dropdown.svg") !important;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.phone-wrapper .ory-input.PhoneInput input {
  width: 100%;
  margin-left: 34px;
  color: var(--color-base-button-gradient);
  background-color: var(--color-base-background);
  font-family: var(--font-body-family);
  font-size: 14px;
  font-weight: 300;
}

.phone-wrapper .ory-input.PhoneInput input:focus {
  outline: none;
  border: none;
}

.phone-wrapper .ory-input.PhoneInput--focus {
  border-color: #000;
} */

/*************** ory country dropdown end***********/

.ory-text .ory-input a {
  font-weight: 600;
}

.registration-page-class form > div.head-term {
  width: 100%;
  padding-bottom: 3px;
}

.registration-page-class form > div.head-term .ory-input {
  margin-bottom: 0;
}

.registration-page-class .ory-checkbox {
  width: 100%;
  margin-bottom: 0;
  margin-top: calc(var(---grid-gap) * -1);
  padding-top: 12px;
}

.registration-page-class .ory-checkbox label span {
  font-size: 16px;
  font-weight: 400 !important;
}

.registration-page-class form > div.head-term {
  order: 99;
}

.registration-page-class form > div.head-term + .ory-checkbox {
  order: 100;
}

.registration-page-class form > div.head-term + .ory-checkbox + .ory-checkbox {
  order: 101;
}

.ory-checkbox-error {
  color: red;
}

.ory-checkbox-error [type="checkbox"] {
  border-color: red;
}

@media (max-width: 767px) {
  .registration-page-class form > div.ory-input {
    width: 100%;
    flex: 0 0 auto;
  }

  .success-page .login-form img {
    margin: 26px auto;
  }

  .success-page .login-form .text-base {
    font-size: 12px;
    color: rgba(var(--color-base-text) / 0.9);
  }
}

/********* login page seting start*****/
.login-page-class .buttom-wrap-passkey_login_trigger {
  order: 99;
  position: relative;
}

.login-page-class .buttom-wrap-passkey_login_trigger {
  padding-top: 30px;
  border-top: 1px solid rgba(var(--color-base-text) / 0.15);
  position: relative;
  margin-top: 12px;
}

.login-page-class .buttom-wrap-passkey_login_trigger:before {
  content: "or";
  font-family: var(--font-navigation-family) !important;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translate(-50%, -50%);
  line-height: 1;
  background-color: #fff;
  padding: 0 5%;
  font-weight: 400;
}

.login-page-class .button-wrapper .button {
  margin: 0;
}

.login-page-class .buttom-resend {
  order: 99;
}

/********* login page seting end*****/

/*** auth page ***/

/******** new menu addition css start  ********/

.mega-menu__container .text-base.xl\:text-lg {
  font-size: 16px;
}

@media (max-width: 1660px) {
  .mega-menu__container .text-base.xl\:text-lg {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .drawer__submenu .drawer__menu-item.text-2xl {
    font-size: 20px;
    padding: 8px 0;
  }

  .drawer__submenu .tracking-tight + .grid {
    padding-top: 11px;
  }
}

/******** new menu addition css end  ********/

/******** new menu addition css start  ********/

.mega-menu__container .text-base.xl\:text-lg {
  font-size: 16px;
}

@media (max-width: 1660px) {
  .mega-menu__container .text-base.xl\:text-lg {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .drawer__submenu .drawer__menu-item.text-2xl {
    font-size: 20px;
    padding: 8px 0;
  }

  .drawer__submenu .tracking-tight + .grid {
    padding-top: 11px;
  }
}

/******** new menu addition css end  ********/
.bar-static-video + [id*="__mixlist_recipes_list_PG6aqh"]:empty {
  display: block;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .bar-static-video + [id*="__mixlist_recipes_list_PG6aqh"]:empty {
    padding: 20px 0;
  }
}

/************ us pay form start ************/
.uspay-wrapper #iframe {
  outline: none;
  border: none;
  width: 100%;
  height: 469px;
  line-height: 1;
  overflow: hidden;
}

@media (max-width: 991px) {
  .uspay-wrapper #iframe {
    height: 392px;
  }
}

@media (max-width: 673px) {
  .uspay-wrapper #iframe {
    height: 490px;
  }
}

/************ us pay form end ************/

/********* make it with section  *******/

.make-slide-image img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-color: rgba(var(--color-base-text) / 0.1);
  border-radius: 12px;
  height: 100%;
}

.make-slide-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px 0;
  gap: 0 12px;
}

.side-spacing {
  padding: 20px 10px 0px 10px !important;
}

.cart-title-text {
  padding: 0px 0px 0px 10px !important;
}

.add-padding {
  padding: 0px 10px;
}

.disp-text {
  margin-top: 10px;
}

.make-slide-head {
  flex: 1;
}

.make-slide-head .price {
  margin-top: 11px;
  display: block;
  font-weight: 300;
}

.make-slide-button {
  flex: 0 0 auto;
}

.make-slide-button .button {
  padding: 10px 15px;
}

.make-slide-button .button:hover .btn-text img {
  filter: invert(1);
}

.make-slide-button .button .btn-text {
  gap: 10px;
}

.make-slide-description {
  margin-top: 28px;
  line-height: 1.5;
}

.make-slide-head .h2 {
  margin-bottom: 10px;
}

@media (max-width: 1500px) {
  .make-slide-description {
    margin-top: 20px;
    font-size: 14px;
  }

  .make-slide-head .h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .make-slide-head .price {
    font-size: 16px;
  }

  .make-slide-button .button .btn-text img {
    width: 14px;
  }

  .make-slide-description {
    margin-top: 12px;
  }

  .make-slide-content {
    padding: 15px 30px 0;
  }
}

/********* make it with end  *******/

/********************* new single page start  ***************/

.single-faq {
  --color-background: 23 23 23;
  --color-foreground: 255 255 255;
  --color-border: var(--color-foreground) / 0.1;
  --color-border-dark: var(--color-foreground) / 0.4;
  --color-border-light: var(--color-foreground) / 0.06;
  --color-button-background: 255 255 255;
  --color-button-border: 255 255 255;
  --color-button-text: 23 23 23;
}

.right-detail-content:not(:last-child) {
  margin-bottom: 30px;
}

.single-page-grid-sec:not(:last-child) {
  margin-bottom: 140px;
}

.head-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 26px;
}

.head-info .liquor-text {
  font-size: 60%;
  color: rgba(var(--color-base-text) / 0.5);
}

.head-info h4 {
  font-weight: 600;
}

.head-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 26px;
}

.head-info .liquor-text {
  font-size: 60%;
  color: rgba(var(--color-base-text) / 0.5);
}

.head-info h4 {
  font-weight: 600;
}

/* .product__title.head-info {
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.product__title.head-info h1 {
  flex: 0 0 auto;
}

.product__title.head-info .product__price {
  flex: 0 0 auto;
}

.product__title.head-info h4 {
  flex: 0 0 auto;
  width: 64%;
}

.product__title.head-info span {
  flex: 1;
  margin-left: auto;
  align-self: flex-end;
} */

.product__title.head-info h4,
.product__title.head-info .liquor-text {
  display: none;
}

.author-wrapper .sprater {
  margin: 0 15px;
}

.see-more-text {
  /* overflow: auto;
  scrollbar-color: #c8c8c8 #0000000a;
  scrollbar-width: thin;
  transition: 0.5s; */
  overflow: hidden;
}

.seemore-btn img {
  transition: 0.6s;
}

.readopen-btn img {
  rotate: 180deg;
}

.readopen {
  max-height: auto;
}

.seemore-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
}

.seemore-btn img {
  width: 14px;
}

.recipe-slider .recipeProductWrap {
  --product-grid: auto / minmax(0, 1.41fr) minmax(0, 1fr);
}

.recipe-slider .product__media-list .product__media img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.recipe-slider .product__media-list .product__media {
  border-radius: 10px;
}

.recipe-slider .product__media-list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.center-btn .deferred-poster .play-button {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-btn .deferred-poster .play-button {
  width: var(--sp-16);
  height: var(--sp-16);
}

.redipes-collage-sec .metafield-rich_text_field :is(b, strong) {
  font-weight: 700 !important;
}

body .redipes-collage-sec .metafield-rich_text_field p {
  display: block !important;
}

body .redipes-collage-sec .metafield-rich_text_field p:not(:last-child) {
  margin-bottom: 6px !important;
}

/* body .redipes-collage-sec .metafield-rich_text_field h2 {
  margin-top: 5px !important;
  margin-bottom: 21px !important;
} */

@media (max-width: 441px) {
  .head-info:not(.product__title) {
    display: none;
  }

  .product__title.head-info h4,
  .product__title.head-info .liquor-text {
    display: block;
  }

  .product__info .product__title.head-info {
    align-items: flex-start;
    gap: 12px;
  }

  .centerBannerText + .head-info {
    display: block;
  }
}

/********************* new single page end  ***************/
[id*="__rich-text"] ~ [id*="__scrolling-text-2"] .section::before {
  background-color: transparent;
}

.yotpo-questions-and-answers .yotpo-form-complete {
  height: auto;
}

.yotpo-questions-and-answers .modal-body .yotpo-form-complete {
  padding: 31px 0;
}

/************** adress dropdown start  ***********/
.dropdown-button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
}

.dropdown-button p {
  white-space: normal;
  color: rgb(var(--color-base-text) / 0.4);
  font-weight: 500;
  max-width: 200px;
  word-break: break-all;
}

.header__buttons > .location-dropdown {
  width: auto;
  height: auto;
}

/************** adress dropdown end  ***********/

/************** adress dropdown start   ***********/
.dropdown-adress {
  position: absolute;
  max-width: 500px;
  width: 500px;
  right: -8px;
  background-color: #fff;
  padding: 32px;
  top: 0;
  border: 1px solid rgb(var(--color-base-text) / 0.2);
  border-radius: 20px;
  z-index: 1;
}

.location-dropdown {
  position: relative;
}

.dropdown-adress input {
  width: 100%;
  border-bottom: 1px solid rgb(var(--color-base-text) / 0.6);
  color: rgb(var(--color-base-text) / 0.6);
  padding-bottom: 11px;
  line-height: 1.1;
}

.dropdown-adress input:focus {
  outline: initial;
}

.dropdown-adress input::placeholder {
  opacity: 1;
  color: inherit;
}

.dropdown-adress input::placeholder {
  opacity: 1;
  color: inherit;
}

.dropdown-adress .dropdown-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 29px;
}

body:not(.with-mega)
  .header-transparent:not(.header-scrolled)
  .dropdown-button
  > img {
  filter: invert(1);
}

body:not(.with-mega)
  .header-transparent:not(.header-scrolled)
  .dropdown-button
  p {
  color: #ffffffb5;
}

.recipe-slider .recipeProductWrap .product__gallery {
  gap: 40px;
}

.header__icons {
  position: relative;
  z-index: 4;
}

.dropdown-adress-close {
  position: absolute;
  right: 8px;
  top: 8px;
}

.dropdown-adress-close .drawer__close {
  height: 30px;
  width: 30px;
}

.dropdown-adress-close .drawer__close .icon {
  height: 18px;
}

@media (min-width: 1280px) {
  .recipe-slider .recipeProductWrap .product__gallery {
    grid-template-columns: 0.94fr 0.55fr;
  }
}

@media (max-width: 767px) {
  .location-dropdown .dropdown-button {
    font-size: 0;
  }

  .dropdown-adress {
    max-width: 300px;
    width: 300px;
    right: -88px;
    padding: 36px 20px 20px;
  }

  .dropdown-adress h4 {
    line-height: 1.3;
    font-size: 14px;
    justify-content: space-between;
  }

  .dropdown-adress-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
  }

  .dropdown-adress-close .drawer__close {
    height: 20px !important;
    width: 20px !important;
    position: unset !important;
  }

  .dropdown-adress .dropdown-title {
    margin-bottom: 16px;
  }

  .dropdown-adress input {
    font-size: 14px;
  }
}

/************** adress dropdown end   ***********/

/***************** Mixlists single page css start  ******/

.right-detail-content h4.text-base {
  font-size: var(--text-base);
  margin: 0;
  line-height: 1.6;
}

/***************** Mixlists single page css end  ******/

.load .submiting {
  min-height: unset;
}

/*************** new checkout css start  ************/

.product-port {
  width: 100%;
}

.product-port .price {
  margin-left: auto;
}

.product-port .product-discription {
  flex: 1;
}

.sub-product:not(:last-child) {
  margin-bottom: 2px;
}

.sub-product .sub-price {
  margin-left: auto;
}

.sub-product {
  position: relative;
  flex-wrap: wrap;
}

.product-por-head {
  margin-bottom: 8px;
}

.product-port .imagePort {
  width: 64px;
  align-self: flex-start;
}

/** order summery page css start  **/

.full-layout .checkout-form {
  width: 100%;
  border-right: 0;
  max-width: 865px;
  padding-bottom: 0;
}

.order-summary h4 {
  font-size: 24px;
}

.order-summary h4 span {
  font-weight: 300;
}

.main-order-summary {
  background-color: rgba(var(--color-base-text) / 0.015);
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
}

.order-summary-wrapper h2 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
}

.order-summary-list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 20px;
  gap: 10px 48px;
  display: flex;
  align-items: center;
  flex: 1;
}

.order-summary-list img {
  width: 160px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.order-list-detail {
  flex: 1;
}

.order-list-detail .order-summary-name {
  font-size: 20px;
  color: rgba(var(--color-base-text));
  margin-bottom: 16px;
}

.order-list-detail {
  color: #959595;
}

.sub-order-list {
  display: flex;
}

.sub-order-list .sub-order-price {
  margin-left: auto;
}

.sub-order-list:not(:last-child) {
  margin-bottom: 8px;
}

.order-summary-list:not(:last-child) {
  margin-bottom: 50px;
}

.order-summary h4 {
  font-size: 24px;
}

.order-summary h4 span {
  font-weight: 300;
}

.main-order-summary {
  background-color: rgba(var(--color-base-text) / 0.015);
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
}

.order-summary-wrapper h2 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
}

.order-summary-list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 40px 20px 20px;
  gap: 10px 48px;
  display: flex;
  align-items: center;
  flex: 1;
}

.order-summary-list img {
  width: 160px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  background-color: #f6f6f6;
}

.order-list-detail {
  flex: 1;
}

.order-list-detail .order-summary-name {
  font-size: 20px;
  color: rgba(var(--color-base-text));
  margin-bottom: 16px;
}

.order-list-detail {
  color: #959595;
}

.sub-order-list {
  display: flex;
}

.sub-order-list .sub-order-price {
  margin-left: auto;
}

.sub-order-list:not(:last-child) {
  margin-bottom: 8px;
}

.order-summary-list:not(:last-child) {
  margin-bottom: 50px;
}

.full-layout .checkout-form {
  margin: 0 auto;
}

.order-sub-total {
  font-size: 20px;
  font-weight: 400;
}

.order-total-wrapper > div {
  display: flex;
  justify-content: space-between;
}

.order-last-total {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.checkout-wrapper .order-summary .product-form__submit {
  --buttons-radius: 400px;
}

.info-text {
  color: #959595;
  margin: 40px 0 10px;
  line-height: 1.5;
  font-weight: 800;
}

.order-list-image {
  position: relative;
}

.order-list-image .image-quantity {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: rgb(23 23 23 / 81%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translate(50%, -50%);
}

.full-layout .order-summary {
  margin-top: 30px;
}

@media (max-width: 1500px) {
  .order-summary h4 {
    font-size: 20px;
  }

  .order-summary-wrapper h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .order-summary-list:not(:last-child) {
    margin-bottom: 34px;
  }

  .order-summary-list {
    padding: 30px 15px 15px;
  }

  .order-summary-list {
    gap: 10px 40px;
  }

  .order-list-detail .order-summary-name {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .order-sub-total {
    font-size: 18px;
  }

  .order-last-total {
    font-size: 22px;
    margin-top: 16px;
  }

  .info-text {
    margin: 36px 0 8px;
  }
}

@media (max-width: 991px) {
  .order-summary-list img {
    width: 110px;
  }

  .order-list-detail .order-summary-name {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .sub-order-list:not(:last-child) {
    margin-bottom: 3px;
  }

  .sub-order-list {
    font-size: 14px;
  }

  .order-summary-wrapper h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .order-summary h4 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .main-order-summary {
    padding: 20px;
    margin-top: 20px;
  }

  .order-summary-list {
    padding: 23px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .order-list-image .image-quantity {
    font-size: 12px;
    width: 20px;
  }

  .order-summary-list img {
    width: 100%;
  }

  .order-list-image {
    flex: 0 0 auto;
    width: 100%;
  }

  .sub-order-list:not(:last-child) {
    margin-bottom: 6px;
  }

  .order-last-total {
    font-size: 18px;
  }

  .order-sub-total {
    font-size: 16px;
  }

  .info-text {
    font-size: 14px;
    margin: 18px 0 10px;
  }
}

.error-message {
  color: red;
}

/** order summery page css end  **/

/*************** new checkout css end  ************/

/*************** new product css start  ************/

.product-bundle-slider .product__thumbnails .product__thumbnails-list img {
  aspect-ratio: 1/1;
}

/* .product-bundle-slider .product__thumbnails--beside .product__thumbnails-list {
  max-height: unset;
} */

/*************** new product css end  ***********/

/****** content updation start  ******/

.tab-content .right-detail-content .product__text p:not(:last-child) {
  margin-bottom: 10px !important;
  margin-top: 0;
}

.single-page-grid-sec .mixBoxText ul {
  list-style: disc !important;
  padding-left: 21px;
  margin: 12px 0;
}

.single-page-grid-sec .mixBoxText ol {
  list-style-type: decimal;
  padding-left: 21px;
  margin: 12px 0;
}

/****** content updation end  ******/

/***** bundle after *****/

.product-form-wrapper .button .btn-text .icon {
  margin-right: 2%;
}

.makeit-slider .splide__arrows .splide__arrow[disabled] {
  display: none;
}

.bundle-product-sec .variant-picker {
  font-size: inherit;
}

.bundle-product-sec .variant-picker {
  font-size: inherit;
}

.bundle-product-sec .variant-picker {
  font-size: inherit;
}

.checkout-form .form-wrapper.terms-field label {
  color: #171717;
}

.checkout-form .confirm-text {
  margin-top: 40px;
  font-size: 18px;
  color: #959595;
  font-weight: 700;
}

.checkout-form .form-row.form-three + .form-wrapper.terms-field {
  margin-top: 32px;
}

.tab-content .how-make-text .product__text :is(ol, ul) {
  list-style-type: decimal;
}

.tab-content .how-make-text h4 {
  font-size: var(--text-base);
  margin: 0;
}

.tab-content .how-make-text :is(ul, ol) {
  line-height: 1.2;
}

.recipeProductWrap .right-detail-content :is(ul, ol) {
  margin-bottom: 0;
}

.child-port .imagePort {
  align-self: flex-start;
}

.barsys-360-premium-bar-kitslider .product__thumbnails button:first-child img {
  aspect-ratio: 5/4.6;
  object-position: top;
}

/* .redipes-collage-sec .collage.grid {
  align-items: unset;
} */

.recipe-slider .quantity-selector {
  order: -1;
}

.product__media .main-video {
  position: relative;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.main-video .deferred-poster .play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product__media .main-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  /* height: 100%; */
}

.single-head {
  margin-top: 80px;
}

/* .mixlistDetails .mixBoxText {
  max-height: unset;
} */

.single-page-testi .testimonial {
  color: #fff;
}

.single-page-testi .testimonial h4 {
  font-size: 40px;
}

.single-page-testi .testimonial p.subtext-custom {
  font-size: 32px;
  font-weight: 300;
  margin-top: 25px;
}

.single-page-testi {
  --border-radius: 0;
}

.single-page-testi .banner__overlay {
  background-color: #00000094;
}

.mixlist-recipes-testimonial h2 {
  margin-bottom: 80px;
}

.mixlist-recipes-faq {
  margin-top: 80px;
}

.mixlist-recipes-faq .pd-b {
  padding-bottom: 0;
}

.mixlist-recipes-faq + .make-it-with-sec {
  margin-top: 80px;
}

.mixlist-recipes-faq + .make-it-with-sec .page-width {
  padding-top: 0;
  padding-bottom: 80px;
}

.single-page-testi .flickity-page-dots-imp {
  margin-top: 9%;
}

.mix-list-page .alsoLikeBars {
  padding-top: 0;
}

.checkout-total > div.sticky_cart_total {
  position: sticky;
  top: 116px;
  width: 100%;
}

.checkout-total .flex:not(.checkout-pdct-items) {
  margin-bottom: 4px;
}

@media (max-width: 1500px) {
  .mixlist-recipes-testimonial h2 {
    margin-top: 38px;
  }

  .single-page-grid-sec:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .checkout-form .confirm-text {
    margin-top: 30px;
    font-size: 18px;
  }

  .single-page-grid-sec:not(:last-child) {
    margin-bottom: 0;
  }

  .checkout-form .form-row.form-three + .form-wrapper.terms-field {
    margin-top: 22px;
  }

  .single-page-grid-sec .section--padding {
    --section-padding-top: 33px;
    --section-padding-bottom: 33px;
  }

  .single-head {
    margin-top: 60px;
  }

  .mixlist-recipes-testimonial h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mixlist-recipes-faq {
    margin-top: 60px;
  }

  .mixlist-recipes-faq + .make-it-with-sec {
    margin-top: 60px;
  }
}

.bundle-product-sec .product-form__buttons .button + .quantity-selector {
  order: -1;
}

.horizontal-products .horizontal-product__media img {
  object-fit: contain;
}

.product__info .flex button .btn-text .icon {
  margin-right: 2%;
}

.form-promocode .form-wrapper + span.form-tip {
  top: -16px;
}

@media (max-width: 767px) {
  .product__info .product__title .product-title-md + .product__price {
    margin-top: 13px;
  }

  .head-info {
    gap: 5px 0;
    margin-bottom: 16px;
    margin-top: 20px;
  }

  .single-page-testi .testimonial h4 {
    font-size: 24px;
  }

  .single-page-testi .testimonial p.subtext-custom {
    margin-top: 16px;
  }
}

/***** bundle end *****/

.cart-detail-table .name .main-name-cart {
  line-height: 1.2;
  display: block;
  margin-bottom: 4px;
  text-align: start;
}

/* """""""""""""""""""""""""""""""""""""""""""""""" */

section.landing360_section {
  display: flex;
  flex-wrap: wrap;
  --gap: 20px;
  /* margin: 80px 0; */
  position: relative;
  gap: var(--gap);
}

.landing360_section > div:not(.landing360_image) {
  width: calc(50% - var(--gap) / 2);
  flex: 0 0 auto;
  background-color: #000;
  aspect-ratio: 16 / 9;
  color: #fff;
  padding: 36px 40px;
  font-size: 24px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1.4;
}

.landing360_section .bg_img1 {
  background-image: url("https://media.barsys.com/images/public/LandingPageImages/Copy%20of%20Barsys_Thanks_giving_2024_Nov_15_16x9_DP_GA%201.jpg");
}

.landing360_section .bg_img2 {
  background-image: url("https://media.barsys.com/images/public/LandingPageImages/topleft_img.jpg");
}

.landing360_section .bg_img3 {
  background-image: url("https://media.barsys.com/images/public/LandingPageImages/right_bottom.jpg");
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.landing360_section .bg_img4 {
  background-image: url("https://media.barsys.com/images/public/LandingPageImages/right_left.jpg");
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.landing360_section > div:not(.landing360_image):before {
  background-color: #00000099;
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
}

.landing360_section > div:not(.landing360_image) p {
  /* width: 66%; */
  width: 75%;
}

section.landing360_section .landing360_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: var(--gap) solid #fff;
  width: 31%;
}

.landing360_section .landing360_image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.landing360_section > div:not(.landing360_image):nth-child(2n) {
  text-align: end;
}

.landing360_section > div:not(.landing360_image):nth-child(2n) p {
  display: inline-block;
}

@media (max-width: 1600px) {
  .landing360_section > div:not(.landing360_image) {
    font-size: 20px;
  }
}

@media (max-width: 1500px) {
  .landing360_section > div:not(.landing360_image) {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  section.landing360_section {
    --gap: 15px;
  }
}

@media (max-width: 1200px) {
  .landing360_section > div:not(.landing360_image) {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .landing360_section > div:not(.landing360_image) {
    padding: 20px;
    font-size: 15px;
  }

  section.landing360_section {
    --gap: 9px;
  }

  .landing360_section > div:not(.landing360_image) p {
    width: 70%;
  }
}

@media (max-width: 1920px) {
  section.landing360_section {
    --gap: 15px;
  }
}

@media (max-width: 767px) {
  .landing360_section > div:not(.landing360_image) {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .landing360_section > div:not(.landing360_image):nth-child(2n) {
    text-align: left;
  }

  .landing360_section > div:not(.landing360_image) p {
    width: 100%;
  }

  section.landing360_section .landing360_image {
    position: unset;
    order: -1;
    transform: unset;
    width: 100%;
    border-width: 0;
  }

  section.landing360_section {
    --gap: 40px;
  }
}

/* """""""""""""""""""""""""""""""""""""""""""""""" */
/*********start  ui whole websites  *********/

body .mixlist-recipes-single .single-page-grid-sec {
  margin-bottom: 0;
}

.with-video-recipe .main-video {
  aspect-ratio: auto;
}

.redipes-collage-sec .metafield-rich_text_field {
  font-size: 16px;
}

.redipes-collage-sec .metafield-rich_text_field h2 {
  font-size: var(--title-md);
  margin-top: 5% !important;
}

.redipes-collage-sec .metafield-rich_text_field li:not(:last-child) {
  margin-bottom: 22px !important;
}

.sticky-slide {
  position: sticky;
  top: 0;
  height: auto;
  min-height: 1px;
  align-self: flex-start;
}

.recipe-slider
  .product-slider-big
  .product__thumbnails--beside
  .product__thumbnails-list {
  max-height: unset !important;
}

.recipe-slider .product__media {
  height: 100% !important;
}

.right-detail-wrapper {
  max-height: clamp(600px, 50vw, 1200px);
  overflow: auto;
  scrollbar-color: #c8c8c8 #0000000a;
  scrollbar-width: thin;
}

.right-detail-wrapper .see-more-text {
  /* overflow: unset;
  max-height: unset !important; */
}

.mobile-video {
  display: none;
  position: relative;
}

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

@media (max-width: 1280px) {
  .product__thumbnails .product__thumbnails-list {
    align-items: unset;
  }

  .mobile-video {
    display: block;
  }

  .product__media .main-video {
    aspect-ratio: 1/1;
  }

  .product__media .main-video video {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .right-detail-wrapper {
    max-height: unset;
  }
}

/*********end ui whole websites  *********/

/************** new menu changes start  ***************/
.mega-menu__item .mega-menu__nav li {
  margin-bottom: 7px;
}

.mega-menu__item .mega-menu__nav ul {
  margin-top: 16px;
}

@media (max-width: 1600px) {
  .mega-menu__item .mega-menu__nav li {
    margin-bottom: 3px;
  }

  .mega-menu__item .mega-menu__nav ul {
    margin-top: 12px;
  }

  .mega-menu__item .mega-menu__nav li .heading {
    font-size: 17px;
  }
}

@media (max-width: 1441px) {
  .mega-menu__nav {
    row-gap: 20px;
  }

  .mega-menu__item .mega-menu__nav ul {
    margin-top: 3px;
  }

  .mega-menu__item .mega-menu__nav li {
    margin-bottom: 0px;
  }
}

/************** new menu changes end ***************/

/* .mega-menu__container {
  visibility: visible !important;
  transform: translateY(0) !important;
}

#MenuDrawer .overlay {
  display: block;
}

#MenuDrawer>.drawer__inner {
  transform: translateZ(0) translateY(0);
}

.mega-menu__container * {
  opacity: 1;
}

.mega-menu__container * {
  opacity: 1;
  transform: unset !important;
  pointer-events: unset;
} */

/* new cart page css */
h2.heading.you-may-like-text {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  line-height: 28px;
}

.cart-custom-slider .splide__arrows--ltr {
  bottom: calc(100% + 22px);
}

.cart-slide-image {
  max-width: 96px;
}

h4.cart-product-name {
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  line-height: 20px;
}

.add-padding.set-max-width {
  max-width: 300px;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
}

.cart-custom-slider .splide__arrows .splide__arrow {
  width: 40px;
}

.add-new-bt-space {
  padding-bottom: 10px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f2efef;
  width: calc(100% - 85px);
}

span.set-price-font {
  font-size: 16px;
}

.order-note-box {
  position: relative;
  z-index: 1;
}

.drawer-custom.modal__container {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.order-note-box.bottom-border {
  border-bottom: 1px solid #f2efef;
}

.top-gap-sp {
  margin-top: 24px;
}

.opacity-modal {
  transition: all 0.6s linear;
  will-change: trnansform;
  /* max-height: calc(100% - 426px) !important; */
  transform: translateY(100%) !important;
  /* overflow: hidden; */
}

/* @keyframes cart-ani {
  0% {
    overflow: unset !important;
    height: auto !important;
  }
  100% {
    overflow: hidden;
    height: 0;
  }
} */

.opacity-modal.modal-active {
  transform: translateY(0%) !important;
  /* transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1) !important; */
  transition: all 0.6s linear !important;
  max-height: calc(100% - 13px) !important;
}

.cart-slider-top-mg {
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .cart-custom-slider .splide__arrows {
    display: flex;
  }

  .cart-custom-slider .splide__track {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .side-spacing {
    padding: 20px 0px 0px 0px !important;
  }

  .add-padding {
    padding: 0px 0px;
  }
}

.main-video button span.play-button {
  opacity: 0;
}

.main-video:hover button span.play-button {
  opacity: 1;
}

/* new nav bar */

.top-nav-liks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.new-mega-menu {
  max-width: calc(20% - var(--header-nav-gap) * 4 / 5);
  aspect-ratio: 2/1;
}

.new-mera-item-nav {
  max-width: calc(60% - var(--header-nav-gap) / 2);
  padding: 0px;
}

.new-mega-item-for-ind {
  max-width: calc(80% - var(--header-nav-gap) / 2);
  padding: 0px;
}

.new-nav-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  row-gap: 0px !important;
}

.ind-nav-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
}

.mix-list-product-name p {
  color: #3b3b3b;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 5px;
}

.mix-list-product-name h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #171717;
  padding-bottom: 4px;
}

.mix-list-product-price p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #171717;
}

.mix-list-ingredients p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #171717;
  padding-bottom: 7px;
}

.mix-list-ingredients {
  padding-top: 12px;
  border-top: 1px solid #e3e3e3;
  margin-top: 10px;
}

.ingredients-grids {
  display: flex;
  gap: 9px;
  align-items: center;
}

.barsys-products-list {
  background: #fafafa;
  border-radius: 12px;
  margin-bottom: 0px !important;
}

.product-info {
  padding: 0px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.barsys-products-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

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

.add-image-radius img {
  border-radius: 12px 12px 0px 0px !important;
  /* width: 100% !important; */
  height: 100% !important;
}

/* // */
.barsys-product-inner {
  display: flex;
  flex-direction: column;
}

.top-nav-liks p {
  font-size: 24px;
  font-weight: 600;
  color: #959595;
  transition: color 0.3s ease;
  cursor: pointer;
}

.add-padding-top {
  padding-top: 5px;
}

.top-nav-liks p:hover {
  color: #151515;
}

.ingredients-grids img {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  height: 32px;
  width: 32px;
}

.name dl {
  text-align: start;
}

.active-shop-link {
  color: #000 !important;
}

/* .all-products-image-hight img {
  height: 370px !important;
} */

.product-info > a {
  margin-top: 12px;
}

.barsys-products-item > a {
  height: 100%;
}

.new-mera-item-nav .mega-menu__nav.grid {
  justify-content: normal !important;
}

@media (max-width: 1600px) {
  .mix-list-product-name h2 {
    font-size: 16px;
  }

  .top-nav-liks a {
    font-size: 20px;
  }

  .top-nav-liks {
    gap: 8px;
  }
}

@media (max-width: 1400px) {
  .top-nav-liks p {
    font-size: 20px;
  }

  .view-footer-text {
    margin-top: 10px;
  }

  .mega-menu__footer.view-footer-text a span {
    font-size: 20px;
  }
}

/* @media (max-width: 1700px) {
  .ingredients-grids {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: thin;
  }
} */

.ingredients-grids-scroll-bar {
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: thin;
  overflow-x: overlay;
}

.ingredients-grids-scroll-bar a {
  flex: 0 0 auto;
}

@media (max-width: 1500px) {
  .new-nav-grid {
    column-gap: 15px;
  }

  /* .all-products-image-hight img {
    height: 350px !important;
  } */
}

@media (min-width: 2000px) {
  /* .new-nav-grid {
    row-gap: clamp(var(--sp-5), 2.315vw, var(--sp-11)) !important;
  } */
  .all-ingredients-text {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1900px) {
  .add-image-radius img {
    width: 100% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .new-mega-menu {
    max-width: calc(20% - var(--header-nav-gap) * 4 / 5);
    aspect-ratio: 1/1.27;
  }

  .bundles-menu {
    max-width: calc(20% - var(--header-nav-gap) * 4 / 5);
    aspect-ratio: 1/1.6;
  }
}

/* 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: center;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 5px;
}

.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: 16px;
  color: #151515;
  font-weight: 400;
}

.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;
    align-items: center;
    gap: 10px;
  }

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

  .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);
  }
}

/* Ingredients Recipe css */

.recipe-gallery {
  background: #fafafa;
  border-radius: 10px;
  padding: 20px 24px;
}

.ingredient-heading h5 {
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  line-height: 16px;
  padding-bottom: 20px;
}

.ingredient-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 13px;
}

.ingredient-product-info {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 80%;
}

.ingredient-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #171717;
  max-width: 212px;
}

.ingredient-qty {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #959595;
  padding-top: 8px;
}

.ingredient-product-img img {
  max-width: 60px;
  height: 60px;
  object-fit: contain;
}

.ingredient-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #171717;
  max-width: 90px;
  width: 20%;
}

h4.recipe-title-cosmo {
  font-size: 20px;
  font-weight: 400;
  color: #151515;
  margin-bottom: 16px;
}

h4.recipe-title-cosmo strong {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
}

.cosmopo-litan-images {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.recipe-images img {
  border-radius: 8px;
  width: 100%;
  max-width: 80px;
  object-fit: cover;
}

/* cart css */

.product-name-cart h3 {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  line-height: 28px;
}

.total-cart-product-price span {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  line-height: 28px;
}

.product-name-cart {
  max-width: 66%;
}

.total-cart-product-price {
  max-width: 34%;
}

.price-and-quantity {
  display: flex;
  align-items: center;
  gap: 17px;
  width: 40%;
}

.product-with-checkbox {
  width: 65%;
  gap: 10px;
}

input.set-cart-quantity-input {
  max-width: 43px;
  text-align: center;
  background: #fbfbfb;
  font-size: 16px;
  font-weight: 500;
}

.main-quantity-box {
  background: #fbfbfb;
  border-radius: 16px;
}

.quantity-arrow-buttons {
  right: 7px;
}

.ing-porduct-image {
  width: 40px;
  height: 40px;
  aspect-ratio: 42 / 42;
}

.ing-porduct-image img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.image-min-w img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.text-sm.usd-max-width h4 {
  white-space: nowrap;
}

.single-cart-product-price span {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
}

.min-h-64 {
  min-height: 65px;
}

.cs-text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: 210px;
}

.cs-text-overflow {
  width: 100%;
  max-width: 210px;
}

.image-min-w {
  width: 40px;
}

@media (max-width: 480px) {
  .ingredient-price {
    font-size: 14px;
  }

  .ingredient-name {
    font-size: 12px;
    font-weight: 600;
  }

  .ingredient-qty {
    font-size: 10px;
  }

  .ingredient-product-info {
    gap: 10px;
  }

  .ingredient-item {
    padding: 14px;
  }

  .recipe-gallery {
    padding: 15px 15px;
  }

  .set-cart-image {
    margin-top: -100px;
    width: calc(100% - 80px);
    margin-left: auto;
    min-height: 80px;
    padding-left: 7px;
  }

  .product-name-cart h3 {
    font-size: 16px;
  }

  .total-cart-product-price span {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .ingredient-price {
    white-space: normal;
  }

  .product-with-checkbox {
    gap: 3px;
  }

  .text-sm.usd-max-width h4 {
    width: 33px;
  }

  .product-with-checkbox {
    gap: 6px;
  }
}

.delivery-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

.delivery-options p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.delivery-options > span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

h2.add-sp-bt {
  padding-bottom: 5px;
}

.delivery-dark .delivery-title1 {
  color: #fff;
}

.delivery-light .delivery-title2 {
  color: #000 !important;
}

.delivery-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
}

.product-discription .delivery-options p {
  font-size: 12px;
  font-weight: 400;
}

.product-discription .delivery-options > span {
  font-size: 12px;
  font-weight: 400;
}

.product-port .delivery-options {
  gap: 20px;
}

/*speedoptimizer*/

.image-cls-fixed img {
  width: 100% !important;
  height: auto;
  aspect-ratio: auto 832 / 468;
  object-fit: cover;
}

.media--height > :is(img, svg, video-media) {
  aspect-ratio: auto 366 / 467;
  height: 100%;
}

.recipe-images img {
  height: 80px;
  aspect-ratio: auto 467 / 467;
}

.ingredient-product-img img {
  aspect-ratio: auto 366 / 467;
}

.image-cls-fixed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
