/** Shopify CDN: Minification failed

Line 1207:15 Expected ":"
Line 1207:22 Unterminated string token

**/
:root {
  --primary: #eda3b0;
  --primary-black: #413f47;
}

/* Common CSS Start */
a {
  text-decoration: none;
}
li {
  list-style: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]::placeholder {
  font-family: "Futura";
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
  line-height: 1.29em;
}
.card__heading a:after {
  display: none;
}
.sub-heading {
  font-family: "Futura";
  font-size: 28px;
  font-weight: 450;
  line-height: 1.07em;
  letter-spacing: 0.04em;
  color: var(--primary-black);
  text-transform: lowercase;
}
/* Common CSS End */

/* Menu Box Start */
.menu-box {
  opacity: 0;
  background: var(--primary);
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 20px 20px;
  transition: all 0.4s linear;
}
.menu-box.active {
  opacity: 1;
  left: 0;
  transition: all 0.4s linear;
}
.menu-box .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-box .body {
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-box .body li a {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 450;
  line-height: 1.29em;
  color: var(--primary-black);
  text-transform: uppercase;
}
/* Menu Box End */

/* Head Strip Start */
.head-strip {
  background: #d4dce6;
  padding: 8px 10px;
}
.head-strip .strip p {
  font-family: "Futura";
  font-size: 12px;
  font-weight: 450;
  line-height: 1.16em;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
  color: var(--primary-black);
  display: flex;
  align-items: center;
}
.head-strip .strip p a {
  font-size: 14px;
  line-height: 1.29em;
  color: var(--primary-black);
  text-transform: capitalize;
}
.head-strip .strip .cross {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.head-strip .strip .cross span {
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  border-radius: 1px;
  background-color: var(--primary-black);
  transition: transform 0.3s ease;
}
.head-strip .strip .cross span:first-child {
  transform: rotate(45deg);
}
.head-strip .strip .cross span:last-child {
  transform: rotate(-45deg);
}
.head-strip .strip .cross:hover span {
  background-color: black;
}
/* Head Strip End */

/* Logo Strip Start */
.logo-strip {
  background: var(--primary);
}
.logo-strip .strip {
  text-align: center;
}
/* Logo Strip End */

/* Breadcrumb Start */
.breadcrumb {
  margin-top: 10px;
  margin-bottom: 0;
}
.breadcrumb a {
  font-family: "Futura";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.28em;
  color: #a3a3a3;
  text-transform: capitalize;
}
.breadcrumb a.active {
  color: var(--primary-black);
}
/* Breadcrumb End */

/* Category Section Start */
.category-section .owl-stage {
  margin: 0 auto;
}
.card__information .product-form .product-form__submit.button {
  border: 0.5px solid #413f47;
  padding: 10px 24px;
  background: #fff;
  font-size: 14px;
  font-weight: 450;
  line-height: 20.51px;
  color: #413f47;
  transition: 0.5s;
  text-transform: uppercase;
  min-height: unset;
  border-radius: 2px;
}
.card__information input:checked + label,
.card__information .product-form__input label.active {
  background: #413f47;
  color: #fff;
  border-color: transparent;
}
.h-pro-off-rat {
  display: flex;
  justify-content: space-between;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.home-beautyedits.collection-beautyedits .coll-beauty-head {
  margin-bottom: 20px;
}
.home-beautyedits.collection-beautyedits .home-beautyedits-innr {
  display: block;
}
.home-beautyedits.collection-beautyedits .home-beautyedits-innr .owl-carousel {
  max-width: 100%;
}
.home-beautyedits.collection-beautyedits .coll-beauty-head .home-common-h2 {
  display: block;
  text-align: center;
  margin-bottom: 4px;
  font-size: 28px;
}
.collection-beautyedits .coll-beauty-head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6e6e6e;
  text-align: center;
}
.card__information .product-form .product-form__submit.button:hover {
  background: #413f47;
  color: #fff;
}
.card__information .product-form .product-form__submit.button:before,
.card__information .product-form .product-form__submit.button:after {
  display: none;
}
.category-section {
  margin-top: 15px;
  margin-bottom: 20px;
}
.category-section .container {
  padding-right: 0;
}
.category-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.category-section .category-img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.category-section .category-img .category-desk {
  display: none;
}
.category-section .category-img img {
  width: 100%;
  object-fit: cover;
}
.category-section .category {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  width: fit-content;
}
.category-section .category h4 {
  font-family: "Futura";
  font-size: 12px;
  font-weight: 450;
  line-height: 1.16em;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #a3a3a3;
}
.category-section .category.active .category-img img {
  border: 1px solid #413f47;
  border-radius: 50%;
  padding: 1px;
}
.category-section .category.active h4 {
  color: var(--primary-black);
}
/* Category Section End */

/* Collection Section Start */
.collection-section {
  margin-top: 20px;
}
.collection-section .collection-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.collection-section .collection-banner img {
  width: 100%;
  object-fit: cover;
  /* max-height: 380px; */
}
.collection-section .collection-banner .collection-desk {
  display: none;
}
.collection-section .collection-banner .collection-heading {
  position: absolute;
}
.collection-section .collection-banner .collection-heading h2 {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
  text-align: center;
  color: var(--primary-black);
}
.collection-section .collection-banner .collection-heading p {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28em;
  margin-bottom: 0;
  text-align: center;
  color: var(--primary-black);
}
.collection-section .collection-products {
  display: flex;
  text-align: center;
  flex-grow: 1;
  gap: 1px;
}
.collection-section .collection-products .product {
  flex: 1;
  width: 50%;
}
.collection-section .collection-products .product .product-desk {
  display: none;
}
.collection-section .collection-products .product:nth-child(1) {
  background: #e5e1b6;
}
.collection-section .collection-products .product:nth-child(2) {
  background: #d4dce6;
}
.collection-section .collection-products .product:nth-child(3) {
  background: #f6e1e2;
}
.collection-section .collection-products .product:nth-child(4) {
  background: #f3e4b2;
}
/* Collection Section End */

/* Filter & Sort Start */
.filter-sort {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
}
.filter-sort .filter-sort-btn {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px -4px 8px 0px #00000008;
}
.filter-sort .filter-sort-btn .border {
  width: 1px;
  height: 100%;
  background-color: var(--primary-black);
}
.filter-sort .filter-btn,
.filter-sort .sort-btn {
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
  font-family: "Futura";
  font-size: 14px;
  font-weight: 450;
  line-height: 1.28em;
  color: var(--primary-black);
  text-transform: uppercase;
}
.filter-sort .filter-btn button,
.filter-sort .sort-btn button {
  font-family: "Futura";
  font-size: 14px;
  font-weight: 450;
  line-height: 1.28em;
  color: var(--primary-black);
  border: none;
  background: transparent;
  padding: 15px 0;
  margin-right: 10px;
  text-transform: uppercase;
}
/* Filter & Sort End */

/* Filter Start */
.filters {
  max-height: 80vh;
  width: 100%;
  z-index: 9;
  position: absolute;
  background: #f5f6f6;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 20px 20px 10px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  overflow-y: auto;
}
.filters.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
}
.filters .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #413f47;
}
.filters .head h3 {
  font-family: "Futura";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.filters .head .filter-clear {
  font-family: "Futura";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.28em;
  text-align: left;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #f5f6f6;
  display: none;
}
.filters .filter-accordion .filter-item {
  padding: 15px 0 10px;
  border-bottom: 1px solid var(--primary-black);
}
.filters .filter-accordion .filter-item:last-child {
  border: none;
  padding-bottom: 0;
}
.filters .filter-accordion .filter-item .filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.filters .filter-accordion .filter-item .filter-head h4 {
  font-family: "Futura";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.filter-item .filter-content {
  padding-top: 10px;
  display: none;
}
.filter-item.active .filter-content {
  display: block;
}
.filter-item .filter-content .range {
  width: 266px;
  margin: auto;
  position: relative;
}
.filter-item .filter-content .range input {
  position: absolute;
  width: 100%;
  appearance: none;
  background: linear-gradient(#413f47, #413f47) no-repeat center;
  background-size: 100% 2px;
  pointer-events: none;
}
.filter-item .filter-content .range input::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #eda3b0;
  cursor: pointer;
  appearance: none;
  pointer-events: all;
}
.filter-item .filter-content .range input:nth-child(2) {
  background: none;
}
.filter-item .filter-content .clear-range {
  margin-top: 30px;
}
.filter-item .filter-content .clear {
  font-family: "Futura";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.28em;
  border: none;
  background: transparent;
  border-bottom: 1px solid var(--primary-black);
}
.filter-item .filter-content .checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
}
.filter-item .filter-content .checkbox > input {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #eda3b0;
  border-radius: 2px;
  cursor: pointer;
}
.filter-item .filter-content .checkbox > input:checked {
  background: #eda3b0;
  border-color: #eda3b0;
}
.filter-item .filter-content .checkbox > input:checked::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #fff;
}
.filter-item .filter-content .checkbox > input:checked + .checkmark {
  background-color: #007bff;
  border-color: #007bff;
}

.filter-item .filter-content .checkbox label {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: "Futura";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28em;
  color: #6e6e6e;
}
/* Filter End */

/* Sort Mobile Start */
.sorts {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background: #f5f6f6;
  box-shadow: 0px -2px 10px 0px #0000000a;
  transition: all 0.3s linear;
}
.sorts.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
}
.sorts .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #413f47;
}
.sorts .head h3 {
  font-family: "Futura";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.sorts .sort-content {
  padding: 0;
  margin: 0;
}
.sorts .sort-content li {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28em;
  color: #413f47;
  padding: 9px 0 10px 20px;
  cursor: pointer;
}
.sorts .sort-content li:hover {
  background-color: #f6e1e2;
}
.sorts .sort-content li.active {
  font-weight: 600;
  background-color: #f6e1e2;
}
/* Sort Mobile End */

/* FAQs Section Start */
.faq-section {
  margin-top: 35px;
}
.faq-section .heading h2 {
  text-align: center;
  margin-bottom: 20px;
}
.faq-section .faq-accordion {
  border-bottom: 1px solid #413f47;
}
.faq-section .faq-accordion .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 14px 0;
}
.faq-section .faq-accordion .title .ques span.num {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11em;
  letter-spacing: 0.08em;
  text-align: center;
  margin-right: 12px;
  color: var(--primary-black);
}
.faq-section .faq-accordion .title .ques {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 450;
  line-height: 1.28em;
  color: var(--primary-black);
}
.faq-section .faq-accordion p.desc {
  display: none;
  font-family: "Futura";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28em;
  color: var(--primary-black);
  padding: 0 37px;
  margin-bottom: 14px;
}
/* FAQs Section End */

/* Newsletter Start */
.newsletter-section {
  margin-top: 40px;
  border-top: 1px solid #89b1c4;
}
.newsletter-section .newsletter {
  padding: 10px 0;
}
.newsletter-section .newsletter h2 {
  font-family: "Futura";
  font-size: 28px;
  font-weight: 450;
  line-height: 1.07em;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  text-transform: lowercase;
  color: var(--primary-black);
}
.newsletter-section .newsletter p {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.29em;
  color: var(--primary-black);
  margin-bottom: 12px;
}
.newsletter-section .newsletter .newsletter-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.newsletter-section .newsletter .newsletter-form input {
  height: 34px;
  font-family: "Futura";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29em;
  border-radius: 4px;
  background-color: #f5f6f6;
  border: none;
}
.newsletter-section .newsletter .newsletter-form input:focus {
  border: none;
  background-color: #f5f6f6;
}
.newsletter-section .newsletter .newsletter-form button {
  height: 34px;
  border: none;
}
.main-btn {
  display: inline-block;
  font-family: "Futura";
  font-size: 14px;
  font-weight: 450;
  line-height: 1.29em;
  padding: 8px 22px;
  background: #413f47;
  color: white;
  border-radius: 2px;
  text-transform: uppercase;
}
/* Newsletter End */

/* card */
.card__content fieldset {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.card__content .card__badge {
  display: none;
}
.card__content .product-form__input {
  padding: 0;
}
#shopify-section-template--17735921631476__collection-faq
  .faq-section
  .head
  .sub-heading {
  margin-bottom: 20px;
}
.wizzy-common-select-label {
  text-transform: uppercase;
}
.collection-beautyedits .owl-nav {
  margin-top: 20px;
}
.collect-beauty-car.owl-theme .owl-dots {
  margin-bottom: 16px;
}

.add-to-cart-pop {
  position: fixed;
}

/* Product Cards */
/* .card:not(.ratio)>.card__content{
  border: 0.4px solid #A3A3A3
} */

.pdp-faq-car.owl-theme .owl-dots .owl-dot span {
  width: 48px;
  height: 3px;
}
.pdp-faq-car.owl-theme .owl-dots .owl-dot span {
  background: #d4dce6;
}
.pdp-faq-car.owl-theme .owl-dots .owl-dot.active span {
  background: #89b1c4;
}
.pagination-wrapper .home-common-btn {
  min-height: 38px;
}
.pagination-wrapper .button:not([disabled]):hover:after {
  box-shadow: none;
}

/* Responsive Start  */
@media screen and (min-width: 768px) {
  .home-beautyedits.collection-beautyedits .coll-beauty-head .home-common-h2 {
    font-size: 32px;
    text-align: left;
  }
  .collection-beautyedits .coll-beauty-head p {
    font-size: 16px;
    text-align: left;
  }
  .home-beautyedits.collection-beautyedits .coll-beauty-head {
    margin-bottom: 30px;
  }
  
  .category-section .category-img img {
    border-radius: 50%;
    width: 89px;
    height: 89px;
  }
  .collection-section .collection-products {
    gap: 4px;
  }
  #shopify-section-template--17735921631476__collection-faq
    .faq-section
    .head
    .sub-heading {
    margin-bottom: 30px;
  }
  .card__information .product-form .product-form__submit.button {
    font-size: 16px;
  }
  #shopify-section-template--17735921631476__collection-faq .faq-cont {
    height: 100%;
    overflow-y: unset;
  }
  /* #shopify-section-template--17735921631476__collection-faq .faq-cont-mob{
    display: block;
  } */
  .category-img {
    width: 89px;
    height: 89px;
  }
  .category-section .category.active .category-img img {
    padding: 2px;
  }
  .head-strip {
    padding: 13px 20px;
  }
  .head-strip .strip p {
    font-size: 18px;
    line-height: 1.33em;
  }
  .head-strip .strip p a {
    font-size: 16px;
    line-height: 1.29em;
  }
  .head-strip .strip .cross {
    width: 30px;
    height: 30px;
  }
  .head-strip .strip .cross span {
    width: 20px;
  }
  .logo-strip {
    display: none;
  }

  /* Navbar Start */
  .hero .hero-desktop {
    display: block;
  }
  .hero .hero-mob {
    display: none;
  }
  .hero .navbar .logo {
    display: block;
  }
  .hero .navbar .hambar {
    display: none;
  }
  .hero .navbar .links {
    display: flex;
  }
  .hero .navbar .mob-form {
    display: none;
  }
  .hero .navbar .links form input {
    width: 230px;
  }
  .hero .navbar .links {
    gap: 24px;
  }
  /* Navbar End */

  /* Breadcrumb Start */
  .breadcrumb {
    margin-top: 20px;
  }
  /* Breadcrumb End */

  /* Category Section Start */
  .category-section {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .category-section .category {
    gap: 13px;
  }
  .category-section .category-img .category-mob {
    display: none;
  }
  .category-section .category-img .category-desk {
    display: block;
  }
  .category-section .category h4 {
    font-size: 16px;
    line-height: 1.42em;
    letter-spacing: 0.1em;
  }
  /* .category-section #category-slider {
    display: flex;
    justify-content: center;
  } */
  /* Category Section End */

  /* Collection Section Start */
  .collection-section {
    margin-top: 50px;
  }
  .collection-section .collection-banner .collection-mob {
    display: none;
  }
  .collection-section .collection-banner .collection-desk {
    display: block;
  }
  .collection-section .collection-banner .collection-heading h2 {
    font-size: 24px;
    line-height: 1.41em;
  }
  .collection-section .collection-banner .collection-heading p {
    font-size: 18px;
    line-height: 1.33em;
  }
  .collection-section .collection-products .product .product-desk {
    display: block;
  }
  .collection-section .collection-products .product .product-mob {
    display: none;
  }
  .collection-section .collection-products .product {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Collection Section End */

  /* Filter & Sort Section Start */
  .filter-sort {
    position: static;
  }
  .filter-sort .filter-sort-btn {
    display: none;
  }
  .filters .head #close-filter {
    display: none;
  }
  .filters .head .filter-clear {
    display: block;
  }
  .filter-sort .filters {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 50px;
    background: transparent;
    width: 305px;
    padding: 0;
    max-height: unset;
  }
  .filters .head h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.28em;
    letter-spacing: 0.08em;
  }
  .filters .filter-accordion .filter-item .filter-head h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.28em;
    letter-spacing: 0.08em;
  }
  .filter-item .filter-content .checkbox > input {
    width: 18px;
    height: 18px;
  }
  .filter-item .filter-content .checkbox label {
    gap: 6px;
    font-size: 16px;
    line-height: 1.28em;
  }
  /* Filter & Sort Section End */

  /* Newsletter Start*/
  .newsletter-section {
    margin-top: 80px;
  }
  .newsletter-section .newsletter {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
  }
  .newsletter-section .newsletter .newsletter-detail {
    padding-right: 30px;
  }
  .newsletter-section .newsletter h2 {
    font-size: 32px;
    line-height: 1.06em;
  }
  .newsletter-section .newsletter .newsletter-form input {
    width: 305px;
    height: 40px;
  }
  .newsletter-section .newsletter .newsletter-form button {
    height: 40px;
    border: none;
  }
  .main-btn {
    font-size: 16px;
    line-height: 1.28em;
    padding: 10px 24px;
  }
  .pagination-wrapper .home-common-btn {
    text-transform: uppercase;
    text-align: center;
    padding: 8px 24px;
    display: block;
    max-width: max-content;
    min-height: 38px;
  }
  /* Newsletter End*/

  /* Footer Start */
  .mob-footer {
    display: none;
  }
  /* Footer End */

  .h-pro-off-rat {
    padding: 15px;
  }
  .card__content {
    padding: 0 10px !important;
  }
}
@media (min-width: 991px) {
  /* #shopify-section-template--17735921631476__collection-faq .faq-cont-mob{
        display: block;
    } */
  .collection-faq-write-mob {
    display: none;
  }
  #shopify-section-template--17735921631476__collection-faq
    .faq-cont-mob
    .owl-nav {
    display: block;
    margin-top: 20px;
  }
  #shopify-section-template--17735921631476__collection-faq
    .faq-cont-mob
    .owl-dots {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .collection .card .card__inner {
    height: 337px;
    max-height: 100% !important;
  }
  .hero .navbar .links form input {
    width: 429px;
  }
  .hero .navbar .links {
    gap: 40px;
  }
  .hero .navbar {
    padding: 11px 80px;
  }

  /* Collection Section Start */
  .collection-section .collection {
    display: flex;
  }
  /* Collection Section End */
}

/* Responsive End  */
/* #category-slider .owl-stage-outer{
  display: flex;
  justify-content: center;
} */
/* .product-grid .card-wrapper {
  border: 1px solid #cfcfcf;
  padding: 1px;
} */
@media screen and (min-width: 750px) {
  .page-width {
    padding: unset;
  }
  .section-template--17735921631476__product-grid-padding {
    padding-top: 36px !important;
  }
}
.page-width {
  max-width: unset;
  margin: unset;
  padding: unset;
}

@media (max-width: 768px) {
  .custom-collec-fecet {
    margin-top: 10px;
    padding: 0 !important;
  }
  #main-collection-filters .facets-container {
    padding: 8px 0;
  }
  #main-collection-filters {
    position: fixed;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    z-index: 8;
    box-shadow: 0px -4px 8px 0px #00000008;
  }
  .mobile-facets__wrapper {
    justify-content: center;
  }

  .mobile-facets__open-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.95px;
  }

  #main-collection-filters .facets-container .product-count {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .card__information .h-pro-card-sale {
    font-size: 14px;
  }
  .collection-section .collection-banner .collection-heading h2 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .collection-section .collection-banner .collection-heading p {
    font-size: 15px;
  }
}
.mobile_filter {
  top: unset !important;
}
.mobile_filter_drawer {
  max-width: unset !important;
  transition: top 0.5s ease !important;
  width: 100% !important;
  max-height: calc(100vh);
  overflow-y: auto;
}
.mobile_filter_drawer .accordion-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mobile_filter_drawer .accordion-button {
  background-color: transparent !important;
  color: #000 !important;
  padding: 20px;
}
.mobile_filter_drawer .mobile-facets__heading {
  font-size: 18px !important;
  text-align: left;
  font-weight: 450;
}
.mobile_filter_drawer .mobile-facets__count {
  text-align: left;
}
.mobile_filter_drawer .mobile-facets__footer {
  padding: 0 !important;
}
.mobile_filter_drawer .mobile-facets__main {
  padding: 0 !important;
}
.mobile_filter_drawer .mobile-facets__clear-wrapper {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 450;
}
.mobile_filter_drawer .mobile-facets__footer button {
  background-color: transparent !important;
  color: #413f47 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 450;
}
.mobile_filter_drawer .mobile-facets__footer button:after {
  box-shadow: unset !important;
  border-left: 1px solid #413f47;
}
.no-variant {
  display: block !important;
  min-height: 21px;
}

.card_media img {
  object-fit: contain;
}
.facet_clear_btn {
  font-size: 12px !important;
}
.collection_title_desktop {
  display: none;
}
@media (min-width: 1024px) {
  .collection_title_desktop {
    text-transform: uppercase;
    display: block;
  }
  .collection_title_desktop h2 {
    margin-bottom: 20px;
    font-weight": 500;

    letter-spacing: 0.12em;

  }
}
.metafield-rich_text_field li{
  list-style: disc;
}
