/** Shopify CDN: Minification failed

Line 102:0 Unexpected "}"
Line 1682:0 Unexpected "!"

**/
/* blog page */
.custom-blog-stl .section-header--with-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-blog-stl .section-header__title{
color: #000;
text-align: center;
/* font-family: "Distinct Style Sans"; */
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 112.5% */
}
.custom-blog-stl .article__date{
      margin-bottom: 3px;
    color: #FFF;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.custom-blog-stl .article__title{
    color: #FFF;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cs-block {
    position: relative;
}
.cs-block .article__grid-meta{
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 36px;
}
.custom-blog-stl .grid__image-ratio img {
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.7%, rgba(0, 0, 0, 0.81) 99.87%),
              url(<path-to-image>) center / cover no-repeat;
  opacity: 0.8 !important;            
}
.custom-blog-stl .grid__image-ratio image-element, .image-wrap:not(.image-wrap__thumbnail) image-element{
  background: black;
}
body.template-blog .ab-hero-wrapper {
    background-size: cover;
    background-position: top;
    min-height: 400px;
    padding: 182px 0 112px;
}




/* sticly btn */
.s-b-top img {
    width: 69px;
    height: 55px;
    object-fit: cover;
}
.s-b-top {
    display: flex;
    gap: 8px;
    align-items: center;
}
.sticky-add-btn {
    display: flex;
    max-width: 330px;
    padding: 20px;
    flex-direction: column;
    /* align-items: flex-start; */
    /* gap: 10px; */
    border-radius: 10px;
    background: #FFF9F6;
    box-shadow: 0px 0px 10px 0px #E8E8E8;
}
.s-p-title {
   color: #000;
    font-family: "Distinct Style Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: capitalize;
    letter-spacing: -1px;
}
}
 .sticky-add-btn .main-add-btn .btn-form{
  width: 100%;
}
.main-product .sticky-add-btn .ProductForm__AddToCart-sticky{
  color: #143F48;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.985px;
    letter-spacing: -0.362px;
    text-transform: capitalize;
    border: none !important;
    padding: 15px;
  border-radius: 30px;
    background: #E8C1BC;
   width: 100%;
}
.sticky-add-btn {
  display: flex;
  position: fixed;
  bottom: 20px; 
  right: 38px; 
  z-index: 1000; 
  opacity: 0;
transform: translateX(100%); /* Start from off-screen to the right */
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Smooth transition */
}

.stickyButton.show {
    opacity: 1;
    transform: translateX(0); /* Move to original position when visible */
}
.sticky-add-btn .main-add-btn {
    border-radius: 4px;
    background: #B31D29;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Distinct Style Sans Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
    height: 30px;
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
}

@media screen and (max-width:768px){
  .sticky-add-btn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    left: 0;
    border-radius: 0px;
    padding: 10px;
}
.s-b-top{
  display: none;
}
.sticky-add-btn .main-add-btn {
  width: 100%;
  height: 35px;
}

.sticky-add-btn {
  max-width: 100%;
  padding: 15px;
}
.s-p-title {
  font-size: 9px;
}
.s-b-top img {
    width: 55px;
    height: 45px;
    object-fit: cover;
}
.main-product .sticky-add-btn .ProductForm__AddToCart-sticky {
  padding: 12px;
}
}








.btn-loading {
    position: relative;
    pointer-events: none; /* Disable click during loading */
    opacity: 0.4;
  }

  .btn-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid red;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    100% { transform: rotate(360deg); }
  }





.hover {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background-color: red; /* Red background */
  color: white; /* Text color */
  border: 2px solid transparent; /* Border */
   transition: transform 0.3s ease; /* Smooth transition for transform */
  transform-origin: center center; /* Make sure the scaling happens from the center */
}

.hover:hover {
  
transform: scale(1.03); /* Slight scaling effect */
  color: white !important;

}



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


/* 
collection page */

#CollectionHeaderSection .collection-hero img{
  width: 100%;
}
#CollectionHeaderSection{
 margin: 45px 60px 0px;
}
#CollectionHeaderSection .collection-hero {
    height: auto !important;
    border-radius: 10px;
}
#CollectionHeaderSection .collection-hero__content{
  align-items: center;
}
#CollectionHeaderSection .section-header__title{
  color: #FFF;
    font-family: "Distinct Style Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.blog_page_cs_main_class .grid__item {
  padding-left: 19px;
}
@media only screen and (min-width: 769px) {
    .blog_page_cs_main_class .article__grid-image {
        margin-bottom: 16px;
    }
}


@media only screen and (min-width:769px){

.section-header{
    margin-bottom:40px !important;
}
  }
.collection-filter__item--count{
  margin: 0 !important;
    color: var(--Dark-100, #000);
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
}
.nch-content {
    margin-top: 0px;
    position: relative;
}
.c-banner-img{
  /* border-radius: 10px; */
  width: 100%;
  height: 60vh;
    object-fit: cover;
}
.new-header-texts {
    max-width: 100%;
    position: absolute;
    /* top: 50%; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 60px;
    z-index: 2;
}
.nch-title {
    margin: 0;
    color: #FFF;
    font-family: "Distinct Style Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    max-width: 470px;
    letter-spacing: 0px;
    width: 100%;
}
.nch-des {
    margin: 0;
    color: #FFF;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    letter-spacing: 0px;
    max-width: 470px;
    padding-top: 24px;
}
.nch-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 border-radius: 10px;
background: linear-gradient(90deg, #000 0.01%, rgba(0, 0, 0, 0) 71.19%);
  z-index: 1; /* Gradient behind text */
  pointer-events: none; /* So it doesn’t block clicks */
}
.new-c-notes ul{
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
   margin-top: 20px;
}
.new-c-notes ul li{
  margin: 0;
  padding: 0;
  color: #FFF;
font-family: Sora;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
  letter-spacing: 0px;
  list-style: none;
  position: relative;
  padding-left: 23px;
}
.sort-main {
    display: flex;
    gap: 8px;
    align-items: center;
    max-width: 237px;
    justify-content: end;
    border-radius: 6px;
border: 1px solid #F0F0F0;
background: #FFF;
  padding: 0px 8px;
  margin: 0 0 0 auto;
}
.new-coll-wrapper #SortBy {
    outline: none !important;
    border: none !important;
    color: var(--Dark-100, #000);
font-family: Sora;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 135.714% */
    letter-spacing: 0px;
    width: 63%;
    padding: 0px;
}
.new-coll-wrapper .grid__item {

  padding-left: 27px !important;
  margin-bottom: 10px !important;
}
.new-coll-wrapper .grid-product__tag{
  display: none;
}
.new-coll-wrapper .medium-up--one-fifth {
        width: 25% !important;
  }
.new-coll-wrapper .medium-up--four-fifths {
        width: 75% !important;
    }
.new-coll-wrapper .grid-product__title{
  color: #000;
    text-align: center;
    font-family: Sora;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px !important;
    letter-spacing: 0px;
        min-height: 60px;
}
.new-coll-wrapper p.b-s-vendor {
    margin: 0;
    color: #000;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    padding-top: 10px;
    min-height: 20px;
}
.new-coll-wrapper p.b-s-flovour {
    color: #000;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-top: 12px;
     min-height: 25px;
}
.new-coll-wrapper .bs-note img{
  max-width: 35px;
  height: 35px;
  margin: 0 auto
}
.new-coll-wrapper .grid-product__content {
    position: relative;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    padding: 0px;
}
.new-coll-wrapper .b-s-notes {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  margin-top: 16px;
min-height: 65px;
    align-items: start;
}

.new-coll-wrapper .bs-note p {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    padding-top: 8px;
  min-height: 30px;
}
.new-coll-wrapper .grid-product__meta {
      padding: 12px 20px 16px 20px;
}
.new-coll-wrapper .bs-note {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;  
}
.new-coll-wrapper .grid-product__price{
  display: none;
}
.sort-main span{
  display: flex;
  color: var(--Dark-100, #000);
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
}
.collection-filter__item--sort {
    flex: 0 1 86% !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: end !important;
}
.collection-filter{
  margin-bottom: 12px;
  padding-left: 27px;
}
button.collapsible-trigger {
    color: #000;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0px;
   padding-top: 0px;
}
.grid__item.medium-up--one-fifth.grid__item--sidebar {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.grid__item.medium-up--one-fifth.grid__item--sidebar .filter-form{
  display: flex
;
    flex-direction: column;
    gap: 16px;
}
.filter-wrapper{
border-radius: 6px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    padding: 17px 20px;
}
.collection-sidebar__group{
  border-top: none !important;
}
 .collapsible-content__inner ul{
  margin: 0 !important;
   display: flex;
    flex-direction: column;
    gap: 16px;
}
 .collapsible-content__inner ul li{
   margin: 0 !important;
}
 .collapsible-content__inner ul li label{
   margin: 0 !important;
}
.collection-sidebar{
  margin: 0 !important;
}
.tag__checkbox:before {
    border: 1px solid;
    border-color: var(--colorBorder);
    height: 20px !important;
    width: 20px !important;
    border-radius: 2px !important;
    border: 1px solid #3D3935 !important;
    background: #FFF !important;
}
.tag__checkbox span{
  color: #000;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 135.714% */
  letter-spacing: 0px;
}
.tag__checkbox:after {
    height: 13px !important;
    left: 3px;
    width: 14px !important;
}
button.bs-btn {
    background: #141414;
    width: 87%;
    height: 42px;
    color: #E2E2E2;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0px 20px 20px 20px;
}
.new-pagination .next, .new-pagination .prev{
  background-color: transparent !important;
}
.new-pagination svg path{
     fill: black !important; 
}
.new-pagination .page{
  color: rgba(0, 0, 0, 0.50);
text-align: center;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
  width: 40px;
}
.new-pagination .current{
  border-radius: 8px;
background: rgba(0, 0, 0, 0.06);
  color: #000;
text-align: center;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
      opacity: 1 !important;
      width: 40px;
}
.collection-content .grid{
margin-left: 0px !important;
}
.collection-filter__sort-container{
  width: 100% !important;
}
.collection-content .grid__item--content{
  padding-left: 4px !important;
}
.new-coll-wrapper .b-s-tag{
      position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    max-width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: Sora;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    gap: 1px;
}
.new-coll-wrapper .tag-svg svg{
  width: 19px;
  height: 19px;
}
.coll-des-section {
 max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.coll-des-section p{
  color: #000;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.coll-des-section{
  margin:  30px auto;
}
 .grid__image-ratio{
  border-radius: 10px 10px 0px 0px;
}
 .grid__image-ratio img{
  border-radius: 10px 10px 0px 0px;
}
/* ---blog-- */
.cs_blog_detail_content_parent.page-width{
  max-width: 1440px;
}
.cs_blog_detail_content_parent p{
  color: #000;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.cs_blog_detail_content_parent span{
  color: #000;
font-family: Sora !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.cs_blog_detail_content_parent p strong{
  color: #000;
font-family: "Bricolage Grotesque";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 25.6px; /* 98.462% */
}
.cs_blog_detail_content_parent ::marker{
   color: #000;
font-family: "Bricolage Grotesque";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 25.6px; /* 98.462% */
}
.cs_blog_detail_content_parent li {
    padding-bottom: 15px;
}
.cs-related-blogs-main .section-header__title{
  color: #222;
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
      letter-spacing: 0;
}
.cs-related-blogs-main .section-header{
          margin-bottom: 28px !important;
    }
    .cs-related-blogs-main .grid__item{
          padding-left: 16px;
    }
    .cs-related-blogs-main .article__title{
      color: #FFF;

/* Body/Md */
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }
    .cs-related-blogs-main .cs-block .article__grid-meta {
    left: 26px;
}
.cs_blog_cart_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.7%, rgba(0, 0, 0, 0.81) 99.87%);
  }
  .cs_blog_detail_main .page-width{
    max-width: 1440px;
  }
  .collection-hero.cs_blog_detail_main{
    background: #fff;
  }
  .cs_blog_detail_main .collection-hero__content:before {
    background-color: #fff;
    opacity: 0;
  }
  .cs_blog_detail_main .section-header__shadow{
      margin-left: 10px;
  }
  .cs-related-blogs-main .cs-block .article__grid-meta{
        margin-bottom: 35px;
  }
  .cs_blog_detail_main .article__date{
    color: #FFF;
/* text-align: center; */
font-family: Sora;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
  }
  .cs_blog_detail_main .section-header__title{
    color: #FFF;
/* text-align: center; */
    font-family: "Distinct Style Sans";
font-size: 28px !important;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 128.571% */
text-transform: capitalize;
  }
  .cs_custom_blog_page_width .collection-hero{
       height: 420px;
        min-height: 420px;
  }
  .cs_blog_detail_main .article__author{
     color: #FFF;
/* text-align: center; */
font-family: Sora;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
margin-top: 10px;

  }
  .cs_blog_detail_main .section-header .article__date {
    margin-bottom: 10px;
}
.blog_page_cs_main_class .image-wrap{
  border-radius: 4px !important;
}
.cs-related-blogs-main .image-wrap{
  border-radius: 4px !important;
}
.cs-blog-previas-content-main{
      display: grid;
    grid-template-columns: auto 25%;
  gap: 37px;
  align-items: start;
 
}
.cs_previas_blogs_main-parent{
      position: sticky;
    top: 10px;
        padding-top: 10px;
}
.cs_custom_blog_page_width.page-width{
  max-width: 1440px;
}
.cs_previas_blogs_title{
  margin: 0;
  color: #000;
font-family: "Distinct Style Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 180% */
}
.cs_previas_uplode_blog {
    display: flex;
    flex-direction: column;
    gap: 20px;
  margin-top: 20px;
}
.prev-blog-item img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 241px;
  min-height: 241px;
  display: block;
  object-fit: cover;
}
.cs_prev_blog_title{
  margin: 0;
  color: #000;
font-family: "Distinct Style Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 200% */
padding: 8px 0;
}
.prev-blog-date{
  margin: 0;
  color: #000;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 185.714% */
margin-top: 16px;
}
.blog-excerpt{
  margin: 0;
  color: #000;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}
.cs_blog_page_collection{
  margin: 0;
  color: #000;
  font-family: "Distinct Style Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 180% */
}
.cs_blog_detail_page_coll{
  color: #000;
font-family: Sora;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
padding: 10px 20px;
background: #F7F7F7;
}
.cs_blog_detail_coll_titles{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
    flex-wrap: wrap;
    row-gap: 15px;

}
@media only screen and (min-width: 769px) {
    .cs_blog_detail_content_parent.page-content{
      padding-top: 40px;
      padding-bottom: 30px;
    }
  }
/* -------- */
@media screen and (max-width: 1160px) {
  .new-coll-wrapper .bs-note img {
    width: 25px;
    height: 25px;
  }
  .new-coll-wrapper .bs-note p {
    font-size: 9px;
  }
  .new-coll-wrapper .b-s-notes {
    gap: 6px;
  }
  .new-coll-wrapper .grid-product__title {
  font-size: 15px !important;
  line-height: 17px !important;
}
.collection-filter__item--count{
  display: none;
}
}
@media screen and (max-width: 990px) {
  .collection-sidebar{
    display: none;
  }
  .coll-des-section {
    margin: 30px 16px;
}
  .grid__item.medium-up--one-fifth.grid__item--sidebar {
    border-radius: 0px;
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0;
}
}
@media screen and (max-width: 768px) {
  .new-coll-header .page-width{
    padding: 0px;
  }
  .grid__image-ratio{
  border-radius: 6px 6px 0px 0px;
}
 .grid__image-ratio img{
  border-radius: 6px 6px 0px 0px;
}
  .coll-des-section p{
  color: #000;
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 16px;
}
  .c-banner-img{
    border-radius: 0px;
    height: 60vh;
  }
  .nch-content::after {
    border-radius: 0px;
  }
  .nch-content {
    margin-top: 0px;
}
.nch-title {
  font-size: 18px;
}
.new-header-texts {
  padding: 20px 16px 33px 16px;
  justify-content: end;
}
.nch-des {
  font-size: 14px;
  line-height: 19px;
}
.new-c-notes ul li {
  font-size: 13px;
}
.grid__item.medium-up--one-fifth.grid__item--sidebar {
    border-radius: 0px;
    border: none;
    background: transparent;
    padding: 0px;
}
   .collection-content .grid__item{
        padding-left: 0px;
    }
        .collection-filter .btn {
        text-align: left !important;
        width: 100%;
        color: #000 !important;
        font-family: Sora !important;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal;
        letter-spacing: 0px !important;
    }
    .collection-filter {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        position: unset !important;
        top: 17px;
    }
    .new-coll-wrapper #SortBy{
      font-size: 12px !important;
      line-height: 19px;
      width: 60%;
    }
    .sort-main span {
      font-size: 12px;
      line-height: 19px;
    }
    .collection-filter .btn {
        width: 90% !important;
        margin: 0;
        border-radius: 6px;
        border: 1px solid #F0F0F0 !important;
        background: #FFF !important;
        padding: 10px !important;
    }
    .collection-filter__item--drawer{
      margin: 0px !important;
    }
.collection-content {
    padding-top: 30px !important;
}
.collection-filter {
    margin-bottom: 20px !important;
  padding-left: 0px !important;
}
.new-coll-wrapper .grid__item {
    padding-left: 8px !important;
    margin-bottom: 8px !important;
}
.collection-content .page-width{
  padding-left: 8px;
}
.new-coll-wrapper .grid-product__content {
  padding: 0px;
  border-radius: 3px;
}
.new-coll-wrapper .grid-product__title{
  font-size: 10px !important;
  line-height: 12px !important;
  min-height: 30px;
}
.new-coll-wrapper p.b-s-vendor {
  font-size: 10px;
  line-height: 10px;
  min-height: 15px;
  padding-top: 7px;
}
.new-coll-wrapper p.b-s-flovour {
    font-size: 9px;
    line-height: 9px;
   padding-top: 8px;
    min-height: 13px;
}
button.bs-btn {
    height: 30px;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0px 10px 10px 10px;
}
.new-coll-wrapper .b-s-notes {
  margin-top: 9px;
  display: none;
}
    .new-coll-wrapper .bs-note img {
        width: 23px;
        height: 23px;
    }
        .new-coll-wrapper .bs-note p {
        font-size: 6px;
        line-height: 8px;
    }
    .new-coll-wrapper .bs-note {
    width: calc(20% - 2px);
}
.new-coll-wrapper .grid-product__meta {
    padding: 6px 10px 9px 10px;
}
.pagination {
    margin: 0;
    padding: 17px 0 !important;
    text-align: center;
}
  .new-coll-wrapper .b-s-tag{
    font-size: 6px;
    line-height: 6px;
    max-width: 30px;
    gap: 2px;
    left: 8px;
    top: 8px;
  }
  .new-coll-wrapper .tag-svg svg {
    width: 10px;
    height: 10px;
}
.custom-blog-stl .section-header__title{
  font-size: 24px;
}
.custom-blog-stl .section-header {
    margin-bottom: 15px;
}
}


/* changes- styling */
.custom-gallery-imgs{
  display:  none;
}
.tag--remove .btn{
  border-radius: 5px;
    font-family: 'Sora';
    letter-spacing: 0px;
}
.elfsight-app-57441636-2874-4926-9a7d-7556ece3443f{
  display: none !important;
}

/* ------------blog-css--------------- */
.cs-related-blogs-main .aos-animate[data-aos=image-fade-in] .image-element{
  border-radius: 4px;
}
.cs_custom_blog_page_width .aos-animate[data-aos=image-fade-in] .image-element{
  height: 420px;
}
[data-center-text=true] .article__grid-meta {
        padding-right: 10px;
    }
@media only screen and (min-width: 769px) {
    [data-center-text=true] .article__grid-meta {
        text-align: start !important;
        padding-right: 10px;
    }
}
@media screen and (max-width: 768px) {
  .cs-blog-previas-content-main {
    grid-template-columns: 1fr;
    gap: 10px;
}
.cs_blog_detail_main .article__date{
     font-size: 16px;
    line-height: 19px;
}
.cs_blog_detail_main .section-header__title{
    text-align: left;
    font-size: 20px !important;
    line-height: 28px;
}
.cs_blog_detail_main .article__author{
      font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}
.cs_blog_detail_main .section-header__shadow {
    margin-left: 0px;
}
.cs_blog_detail_content_parent.page-content{
      padding-bottom: 20px;
    padding-top: 20px;
}
.cs_blog_detail_content_parent p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px !important;
}
.cs_blog_detail_content_parent span {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px !important;
}
.cs_blog_detail_content_parent p strong {
    font-size: 19px;
}
.cs_blog_detail_content_parent ::marker {
    font-size: 19px;
}
.cs_blog_detail_content_parent .return-link {
    margin-top: 0px !important;
            padding: 17px 17px !important;
  }
  .cs_previas_uplode_blog {
    margin-top: 10px;
}
.cs_blog_page_collection{
  margin-top: 10px;
}
.cs-related-blogs-main .section-header__title{
      margin-top: 40px;
      font-size: 20px;
    line-height: 23px;

}
.cs-related-blogs-main .section-header {
    margin-bottom: 20px !important;
}
.cs-related-blogs-main .grid.grid--uniform{
    display: flex;
    overflow: auto;
}
.cs-related-blogs-main .grid__item{
  min-width: 90%;
}
.cs-related-blogs-main .cs-block .article__grid-meta {
    margin-bottom: 28px;
}
.cs_custom_blog_page_width .aos-animate[data-aos=image-fade-in] .image-element{
  height: 420px;
}
}