/** Shopify CDN: Minification failed

Line 34:2 Unexpected "}"
Line 38:2 Unexpected "100%"
Line 41:0 Unexpected "}"
Line 1476:0 Unexpected "!"

**/
  /* .n-p-btn{
     transition: background-color 0.3s ease;
   } */
.n-c-btn {
    transition: background 0.5s ease, color 0.5s ease;
}
   .n-c-btn:hover{
    background: white;
     color: black;
      transition: background 0.5s ease, color 0.5s ease;
   }
 .n-p-btn:hover, .custom-imgwcontent-wrapper-content-btn:hover, .e-b:hover{
  /* animation: pulse 0.8s ease-in-out infinite !important; /* Pulse effect */
  /* background-color: #ff4d4d !important; /* Change to lighter shade */ 
   color: white !important;
    background: black;
    transition: background 0.5s ease, color 0.5s ease;
   
}
.custom-imgwcontent-wrapper-content-btn:hover {
    background: #d21b2b;
}
  /* @keyframes pulse {
  0% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.1); /* Grow the button */
  }
  100% {
    transform: scale(1); /* Back to original size */
  }
} */


.cs_main_product_custom_class * {
  letter-spacing: 0;
}
/*header*/
.site-nav__link,
.site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
  padding: 0 !important;
}
.site-nav__icons {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-navigation {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.site-header {
  padding: 0 !important;
}
.site-nav__link {
  font-size: 15px;
  color: #000;
  font-family: sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.mbl-login {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .header-item--logo,
  .header-layout--left-center .header-item--logo {
    order: 2;
  }
  .header-layout--left-center .header-item--icons {
    order: 3;
  }
  .header-item {
    align-items: center;
    display: flex;
    flex: 0 !important;
  }
  .site-nav__icons {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 10px;
  }
  .mbl-login {
    display: flex !important;
  }
  .site-nav__link--icon {
    display: flex !important;
  }
}

.main-product .page-width {
  padding: 0px 100px;
}
.main-product .grid-left {
  width: 55%;
  /* position: relative; */
}
.cs_product_tag {
  position: absolute;
  top: 16px;
  left: 30px;
  color: #000;
  text-align: center;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.main-product .grid-right {
  width: 45%;
  position: sticky;
  top: 20px;
}
.main-product .product-single__title {
  margin: 0;
  color: #000;
  font-family: "Distinct Style Sans";
  font-size: 28px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize !important;
}
.main-product .stamped-badge-starrating .stamped-fa {
  color: #a42328;
}
.main-product .stamped-badge-caption {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-left: 5px;
}
.main-product .product-block {
  margin-bottom: 20px;
}
.main-product .variant__label {
  color: #000;
  font-family: "Distinct Style Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize !important;
  letter-spacing: 0px !important;
  margin-bottom: 12px !important;
}
.main-product .variant__button-label {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.main-product .product-block--tab {
  background: #f7f7f7;
}
.main-product .collapsible-trigger-btn {
  text-align: left !important;
  text-align: left !important;
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-21_6, 21.6px);
  letter-spacing: 0px;
}
.main-product .add-to-cart {
  color: #fff;
  font-family: "Distinct Style Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border-radius: 4px;
  background: beige;
  border-radius: 4px;
  background: #b31d29;
  letter-spacing: 0px;
}
h2.detail-heading {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
span.point-text {
  color: #000;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.s-p {
  display: flex;
  align-items: center;
  gap: 8px;
}
span.p-svg {
  display: flex;
}
.detail-points {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 16px;
}
.frangrance-detail {
  padding: 20px 0px;
  border-top: 1.5px solid #e7e7e7;
  border-bottom: 1.5px solid #e7e7e7;
}
.note-heading {
  color: #000;
  font-family: "Distinct Style Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.notes-points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.note-single-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
span.note-text {
  color: #000;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.notes-main {
  padding: 20px 0px;
  border-bottom: 1.5px solid #e7e7e7;
}
.main-product .main-variant {
  margin: 0;
  padding: 20px 0px;
}
.main-product .collapsable-tab-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding-top 0.4s ease;
  width: 100%;
  padding-left: 10px;
  padding-top: 0;
}

.main-product .collapsable-tab-content.open {
  opacity: 1;
  padding-top: 19px;
}
.collapsable-tab-heading {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-21_6, 21.6px);
  margin: 0;
  text-transform: capitalize !important;
  letter-spacing: 0px !important;
}
.collapsable-tab-top {
  display: flex;
  justify-content: space-between;
}
.collapsable-tab-main {
  padding: 16px 12px;
  border: 1px solid #d2d2d2;
  /* border-bottom: var(--stroke-weight-1, 1px) solid #D2D2D2; */
  background: #f7f7f7;
  cursor: pointer;
}
.first-tab {
  border-radius: 10px 10px 0px 0px;
  border-top-width: 2px;
}
.last-tab {
  border-radius: 0px 0px 10px 10px;
  border-bottom-width: 2px;
}
.collapsable-tab-content p {
  color: #333;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.f-img {
  max-width: 161px;
}
.featured-product-content-main {
  display: flex;
  gap: 16px;
}
span.f-t {
  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.feature-left img {
  border-radius: 8px;
}
.f-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}
span.f-c-p {
  color: #555;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
  text-underline-offset: -34%;
  text-underline-position: from-font;
  text-transform: capitalize;
}
.extra-content-main img {
  margin: auto;
}
span.f-p {
  color: #333;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.f-s-p {
  margin: 0;
  color: #a52338;
  text-align: center;
  font-family: Sora;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  background: #fff;
  line-height: normal;
  padding: 6px 8px;
}
.featured-product-content {
  border-radius: 12px;
  background: rgba(208, 208, 208, 0.2);
  padding: 12px;
  margin: 36px 0px 24px 0px;
}
.feature-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.featured-product-content .add-to-cart {
  color: #fff;
  font-family: "Distinct Style Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4.157px;
  background: #000;
  padding: 10px 0px;
}
.featured-product-content .add-to-cart:hover {
  background: #000 !important;
}
.featured-tag {
  border-radius: 22px;
  border: 2px solid #a42328;
  background: #fff;
  color: #a52338;
  text-align: center;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 176px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.j-heading {
  color: #000;
  font-family: "Distinct Style Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 12px;
}
.jump-to-content a {
  border-radius: 14px;
  border: 1px solid #000;
  padding: 6px 12px;
  display: flex;
  gap: 12px;
  justify-content: center;
  color: #0e0a0a;
  text-align: center;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.jump-to-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.jump-to-content span {
  display: flex;
  align-items: center;
}
.jump-to {
  margin-bottom: 24px;
}
.extra-heading {
  color: #000;
  font-family: "Distinct Style Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
  letter-spacing: 0px;
}
.extra-content {
  margin-top: 24px;
}
.extra-content-main {
  position: relative;
  width: 95%;
}
.e-next-btn {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.e-pre-btn {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.main-product .product__main-photos .flickity-page-dots {
  display: block !important;
}
.main-product .flickity-page-dots {
  bottom: 20px;
}
.main-product .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
}
.main-product .product__thumbs {
  position: unset;
}
.main-product
  .product__thumbs[data-position="below"]
  .product__thumb-arrow.product__thumb-arrow--prev {
  left: 40px !important;
  text-align: left;
  background: transparent;
}
.main-product
  .product__thumbs[data-position="below"]
  .product__thumb-arrow.product__thumb-arrow--next {
  right: 20px;
  text-align: right;
  background: transparent;
}
.main-product .product__thumbs[data-position="below"] .product__thumb-arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  border-radius: 9552.129px;
  border: 1.911px solid #fdfdfc;
  background: #f0f0f0 !important;
  box-shadow: 0px 15.285px 30.57px -3.821px rgba(75, 75, 75, 0.06);
  height: 38px;
  /* padding: 7.642px 7.643px 7.642px 7.642px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-product .product__thumbs--scroller {
  display: none;
}
.main-review-price {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.only-price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-review-price .f-prices {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
.custom-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.custom-gallery img {
  width: calc(50% - 5px) !important;
  border-radius: 10px;
}
.custom-gallery *:first-child {
  width: 100% !important;
}
span.announcement-text {
  color: #fff;
  text-align: center;
  font-family: "Sora";
  font-size: 12.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.58px;
  letter-spacing: 2.448px;
  text-transform: uppercase;
}
.variant-input-wrap {
  border: 0;
  margin: 0 0 -12px;
  padding: 0;
  position: relative;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.main-i-g {
  position: relative;
}
.main-review-pricee {
  display: none;
}
span.f-des {
  color: #333;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.e-img {
  border-radius: 50%;
  border: 1.143px solid #000;
  /* width: 98%; */
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.note-single-point img {
  max-height: 67px;
  max-width: 67px;
}
@media screen and (max-width: 768px) {
  .main-product .page-width {
    padding: 0 16px;
  }
  .e-img {
    border-radius: 50%;
    border: 0.143px solid #000;
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  .main-review-pricee {
    display: block;
    margin: 27px 0px 15px 0px;
  }
  span.f-des {
    color: #333;
    font-family: Sora;
    font-size: 12px;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  span.announcement-text {
    color: #fff;
    text-align: center;
    font-family: "Sora";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .main-product .grid {
    margin-left: -17px;
    flex-direction: column;
    display: flex;
  }
  .main-product .grid-left {
    width: 100%;
  }
  .main-product .grid-right {
    width: 100%;
  }
  .custom-gallery {
    display: none;
  }
  .main-product .product__main-photos .flickity-page-dots {
    display: none !important;
  }
  .main-product .product-single__title {
    font-size: 24px !important;
    font-style: normal;
    letter-spacing: -2px;
    text-align: left;
  }
  .main-review-price .custom-review {
    display: none;
  }
  .main-product .product-block {
    margin-bottom: 12px;
    margin-top: 15px;
  }
  .main-review-price {
    padding-bottom: 12px;
  }
  h2.detail-heading {
    text-transform: capitalize !important;
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
  }
  .frangrance-detail {
    padding: 15px 0;
  }
  .detail-points {
    gap: 6px;
    padding-top: 12px;
  }
  .s-p {
    gap: 6px;
  }
  .note-single-point img {
    width: 50px;
    height: 50px;
  }
  .note-heading {
    text-align: left;
  }
  .notes-main {
    padding: 15px 0;
  }
  .notes-points {
    margin-top: 9px;
  }
  span.note-text {
    font-size: 12px;
  }
  .note-single-point {
    gap: 6px;
  }
  .main-product .product-single__meta {
    text-align: left;
  }
  .main-product .main-variant {
    margin: 0 !important;
    padding: 15px 0;
  }
  .main-product .variant__label {
    margin-bottom: 9px !important;
  }
  .main-product .variant__button-label {
    font-size: 14px;
    margin: 0 !important;
  }
  .main-product [data-center-text="true"] .variant-input-wrap label {
    margin: 0 9px 9px;
  }
  .main-product .add-to-cart {
    font-size: 16px;
  }
  .featured-tag {
    border-radius: 16px;
    border: 2px solid #a42328;
    background: #fff;
    color: #a52338;
    text-align: center;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 147px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
    /* padding: 3.823px 12.233px; */
  }
  .f-img {
    max-width: 123px;
  }
  span.f-t {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .featured-product-content {
    padding: 9px;
    margin: 27px 0 18px;
  }
  .feature-right {
    gap: 10px;
  }
  span.f-c-p {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .f-prices {
    gap: 6px;
  }
  .f-s-p {
    font-size: 9px;
    border-radius: 38px;
    padding: 4px 12px;
    letter-spacing: 0px;
  }
  .featured-product-content .add-to-cart {
    font-size: 12px;
    border-radius: 3.157px;
    background: #000;
    padding: 8px 0px;
  }
  .j-heading {
    font-size: 14px;
    padding-bottom: 9px;
    letter-spacing: 0px;
  }
  .jump-to-content a {
    border-radius: 10px;
    padding: 4px 9px;
    gap: 5px;
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  .jump-to-content {
    gap: 6px;
    justify-content: space-between;
  }
  .jump-to-content a svg {
    width: 8px;
    height: 8px;
  }
  .collapsable-tab-main {
    padding: 12px 9px;
    border: 0.7px solid #d2d2d2;
    background: #f7f7f7;
  }
  .collapsable-tab-heading {
    font-size: 14px;
    line-height: normal;
  }
  .extra-heading {
    font-size: 14px;
    padding-bottom: 12px;
    letter-spacing: 0px;
  }
  .e-next-btn,
  .e-pre-btn {
    display: none;
  }
  .main-product .product__thumbs--scroller {
    display: block;
  }
  .main-product .product__thumbs {
    position: unset;
    display: block !important;
  }
  .product__main-photos {
    margin-bottom: 10px !important;
  }
  .main-product
    .product__thumbs[data-position="below"]
    .product__thumb-arrow.product__thumb-arrow--prev {
    left: 40px !important;
    text-align: left;
    background: transparent;
    display: none;
  }
  .main-product
    .product__thumbs[data-position="below"]
    .product__thumb-arrow.product__thumb-arrow--next {
    right: 20px;
    text-align: right;
    background: transparent;
    display: none;
  }
  .main-product .product__thumbs--below .product__thumb-item {
    max-width: 66px;
    height: 66px;
    vertical-align: middle;
    overflow: hidden;
  }
  .variant-input-wrap {
    border: 0;
    margin: 0 0 -12px;
    padding: 0;
    position: relative;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .i-s {
    overflow: hidden;
    padding: 10px 0px 0px 0px;
  }
  span.f-p {
    font-size: 14px;
  }
  .cs_product_tag {
    font-size: 11.574px;
    padding: 4.34px 11.574px;
    top: 20px;
    left: 22px;
  }
  .header-layout {
    display: grid !important;
    grid-template-columns: 34% auto 0%;
    justify-content: unset !important;
  }
}
@media screen and (max-width: 335px) {
  span.note-text {
    font-size: 10px;
  }
}
/* ---------------------cs-tabs------------------ */

.homepage .site-header{
  background: rgba(0, 0, 0, 0.20) !important;
  backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
}
.homepage .site-header svg path{
  stroke: white !important;
}
.homepage .site-nav__link{
  color: white !important;
}
.homepage .site-header__logo a{
  color: white !important;
}
.homepage .logo--has-inverted{
  display: none !important;
}
.homepage .logo--inverted{
  display: block !important;
}
.is-light .site-nav__item:not(.site-nav--has-dropdown) .site-nav__link--underline:after {
    border-bottom-color: red;
    /* width: 100% !important; */
}
.homepage .cart-link__bubble--visible{
  background: red;
  border-color: red;
}




/* cart drawer */
.new-drawer .drawer__title{
  width: 100%;
    color: #323232;
    leading-trim: both;
    text-edge: cap;
    font-family: "Distinct Style Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
}
 .cart__item-name {
    color: #000;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.new-drawer  .cart__item-name span{
  max-width: 300px;
}
.new-drawer .cart__item--variants div{
  color: #A8A8A8;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.new-drawer .cart__price{
  color: #333;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   letter-spacing: 0px;
}
.new-drawer .cart__remove{
  display: flex !important;
}
.cart__remove .text-link{
  margin: 0;
}
.new-drawer .cart__item{
  border: none;
  padding: 0;
  margin: 0;
}
.new-drawer .cart__items{
  display: flex;
    flex-direction: column;
    gap: 40px;
}
.drawer__footer{
  border: none;
}
.cart__discounts{
  display: none !important;
}
.ajaxcart__subtotal{
  color: #323232;
    font-family: "Distinct Style Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px !important;
}
.sub-price{
  color: #333;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0px;
}
.cart__checkout{
  color: #FFF !important;
    font-family: Sora !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: normal !important;
    border-radius: 100px !important;
    letter-spacing: 0px !important;
    padding: 15px 0px !important;
}
#CartDrawer{
  display: flex;
  flex-direction: row-reverse;
  justify-content: start !important;
}
.cart-upsell-wrapper{
  flex-direction: column;
  overflow-y: auto;
    height: 100%;
    padding-right: 16px;
  
}
.cart-upsell-wrapper .grid__item{
  width: 100%;
  min-height: unset;
}
.cart-upsells{
  margin-bottom: 0px;
  padding: 0px 0px 0px 16px;
  background: #F7F7F7;
   padding-top: 27px;
}
.upsell-heading{
  color: #000;
    text-align: center;
    font-family: Distinct Style sans;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0px !important;
    margin-bottom: 12px !important;
   padding-right: 10px;
}
.new-drawer .grid__item-image-wrapper{
  width: 140px;
}
.drawer__scrollable{
  padding-left: 15px !important;
  padding-top: 10px !important;
}
.drawer__footer{
  padding-left: 15px;
  padding-bottom: 15px !important;
  border: none !important;
}
.image-element{
  opacity: 1 !important;
}
.new-drawer .grid-product__title{
  overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 13px 0px 7px 0px;
}
.new-drawer .grid-product__meta{
  padding: 0
}
.new-drawer .grid-product__tag{
  display: none;
}
.new-drawer .js-qty__num{
  border-radius: 100px;
    border: 1px solid #A8A8A8;
  max-width: 82px;
    display: flex;
    justify-content: center;
}
.drawer .js-qty__adjust:hover {
      background: transparent !important;
    color: black !important;
    fill: black !important;
}
.quick-add .add-to-cart{
  background: transparent !important;
    border-radius: 100px;
    border: 1px solid #B30000 !important;
    color: #B30000 !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 0px;
    height: 33px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-top: 12px;
}
.drawer.is-empty .cart-upsells{
  display: none;
}
.drawer.is-empty .drawer__contents{
 width: 100% !important;
}
.drawer.is-empty .drawer--right{
  display: flex;
    flex-direction: row-reverse;
    flex-direction: column;
    align-items: center;
}
.upsell-mobile{
  display: none
}
/* #CartDrawer {
    display: flex;
    flex-direction: row-reverse;
    flex-direction: column;
    align-items: center;
} */
.mbl-btn{
  display: none;
}
.new-drawer .grid-product__price--original{
  display: none;
}
.exp-btn svg {
    transition: transform 0.3s ease; /* Smooth transition for rotation */
}

/* Rotate SVG when active */
.exp-btn.active svg {
    transform: rotate(180deg);
}

.cart-upsell-wrapper.hidden {
    display: none;
}
.is-empty{
  display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
.is-empty .drawer__contents{
  height: auto;
}
.shipping-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.s-w-heading {
    color: #000;
    font-family: "Distinct Style Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
}
span.s-w-des {
    color: #555;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.cart__checkout-wrapper {
    margin-top: 15px !important;
}
.n-w{
  margin-bottom: 6px !important;
}
.drawer__contents{
  width: 100% !important;
}
.drawer__header{
  border: none !important;
  padding-bottom: 0px !important;
}
 /* Shipping Progress Bar Styles */
.shipping-progress-container {
    width: 100%;
    max-width: 100%; /* Adjust based on your design */
    margin: 2rem auto; /* Use rem for consistent spacing */
    font-family: var(--font-body-family, sans-serif); /* Fallback to sans-serif */
    color: var(--color-foreground, #333); /* Fallback to a dark gray */
    padding: 0px; /* Consistent padding */
    box-sizing: border-box;
}

#shipping-message {
    text-align: start;
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  color: #323232;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.progress-bar-wrapper {
    position: relative; /* Keep this relative for children positioning */
    width: 100%;
    height: 8px;
    background-color: var(--color-background-secondary, #e0e0e0);
    border-radius: 5px 0px 0px 5px;;
    overflow: hidden; /* Important for the fill */
}

.progress-bar-fill {
    height: 100%;
    background-color: var(--color-accent, #333);
    width: 0%;
    border-radius: 5px;
    transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.shipping-icon {
    width: 60%;
    height: 60%;
    fill: white;
    filter: invert(100%);
}

/* State for when free shipping is unlocked */
.shipping-progress-container.unlocked .progress-bar-fill {
    background-color: var(--color-success, #4CAF50);
}

.shipping-progress-container.unlocked .shipping-icon-container {
    background-color: var(--color-success, #4CAF50);
}
.progress-main-wrapper{
  display: flex;
  align-items: center;
  gap: 0px;
}
.shipping-progress-container{
  margin: 0;
}
.t-svg{
  display: flex;
}
@media screen and (max-width: 768px) {
.upsell-desktop{
  display: none;
}
.new-drawer .cart__item-name{
  font-size: 14px;
  max-width: 216px;
}
.cart__remove .text-link svg{
  width: 24px;
  height: 24px;
}
.new-drawer .cart__item--variants div{
  font-size: 12px;
}
.new-drawer .js-qty__num {
  height: 28px;
}
.new-drawer .cart__price{
  font-size: 14px;
}
.new-drawer .cart__items{
  gap: 24px;
}
.cart__item-row {
    margin-bottom: 16px;
}
.ajaxcart__subtotal{
  font-size: 14px !important;
}
.sub-price {
  font-size: 14px;
}
.cart__checkout{
    font-size: 15px !important;
    letter-spacing: 0px !important;
    padding: 10px 0px !important;
}
 .upsell-mobile{
  display: flex;
  flex-direction: column;
    padding: 16px 12px;
   margin-bottom: 16px !important;
}
.cart-upsell-wrapper {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 12px;
    width: 100% !important;
    overflow-y: hidden !important;
   gap: 16px !important;
          margin-top: 15px;
}
/* .new-drawer .grid-product__image-mask{
  width: 86px;
}  */
/* .new-drawer .cart__item-row {
    margin-bottom: 20px;
    flex-direction: column;
} */
.drawer .drawer__contents{
  width: 100%;
}
.drawer__footer{
  padding: 0px !important;
}
.cart__item-sub{
  padding: 0px 12px;
}
.cart__checkout-wrapper{
  margin: 0px 12px 10px;
}
.new-drawer .grid__item-image-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    gap: 12px;
   width: 302px;
}
 .new-drawer .grid-product__image-mask{
 width: 160px;
   height: 100px;
 }
.desktop-btn{
  display: none;
}
.new-drawer .grid__image-ratio{
  height: 100%;
  width: 100%;
  height: 100%;
}
.new-drawer .grid__image-ratio img{
  object-fit: cover;
}
.mbl-btn{
  display: block;
}
.btn-main-wraper{
  display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.quick-add .add-to-cart{
      margin: 0;
    width: 67px;
    height: 30px;
    padding: 0;
    font-size: 10px;
}
.cart-upsell-wrapper .grid-product__price {
    font-size: 12px;
    margin: 0;
    color: #333;
    font-family: Sora;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.upsell-main-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exp-btn{
  display: flex;
}
.mbl-upsell-heading{
      margin: 0 !important;
    color: #000 !important;
    font-family: "Distinct Style Sans" !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
    text-align: start !important;
}
.new-drawer .grid-product__title{
  margin: 0;
  text-align: start;
  margin-bottom: 14px;
}
/* Customizing the scrollbar */
.cart-upsell-wrapper::-webkit-scrollbar {
    height: 8px; /* Vertical scrollbar height */
}

.cart-upsell-wrapper::-webkit-scrollbar-thumb {
    background-color: #323232; /* Scrollbar color */
    border-radius: 4px; /* Rounded edges for the scrollbar thumb */
}

.cart-upsell-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #323232; /* Darker color on hover */
}

.cart-upsell-wrapper::-webkit-scrollbar-track {
    background: #FFFFFF; /* Light background for the scrollbar track */
    border-radius: 4px; /* Rounded edges for the track */
}
.new-drawer .grid-product__link{
  width: 100%;
}
.shipping-wrapper{
  padding: 0px 12px;
}
!important{
  font-size: 13px;
}
.t-svg svg{
  width: 25px;
  height: 25px;
}
.progress-bar-wrapper{
  height: 6px;
}
}


/* hero section stying */

.hero__text-shadow{
  max-width: 601px;
    display: flex !important;
    flex-direction: column !important;
    align-items: self-start !important;
}
.animation-contents {
    color: #FFF;
    font-family: "Distinct Style Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: start;
}
.hero__title{
  font-size: 0px !important;
 padding: 20px 0px;
}
.slideshow__slide--image_jqTAtA .btn {
    background: #b30000 !important;
    border: none;
    border: 1px solid #FFF !important;
    background: #B30000;
    min-width: 277px;
    /* width: 100%; */
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-points{
  margin: 0;
}
.hero-points ul{
  margin: 0;
}
.hero-points ul li{
  color: #FFF;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    list-style: none;
    letter-spacing: 0px;
  margin: 0;
    text-align: start;
  display: flex
;
    align-items: center;
    gap: 10px;
}
.hero-points ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 0px !important;
    padding: 10px 0px 15px;
}
.animation-contents {
  font-size: 24px;
}
.hero-points ul li {
  font-size: 14px;
  gap: 8px;
}
.hero-points ul li::before {
  width: 14px;
  height: 14px;
}
.slideshow__slide--image_jqTAtA .btn {
  min-width: 227px;
  height: 44px;
}
.hero-points ul {
  margin-bottom: 10px;
}
.hero__text-content.vertical-center {
    vertical-align: bottom !important;
    padding-bottom: 50px !important;
}
}
