/** Shopify CDN: Minification failed

Line 60:18 Expected identifier but found whitespace
Line 60:19 Unexpected "0"

**/
/* .product-info__price {
    margin-top: 11px;
}
.flex-div span {
    font-size: 14px;
}
.variant-picker__option-info legend.text-subdued {
    font-weight: 400;
  font-size: 14px;
}
span.abshfhjghjgjhgjh {
    font-weight: 600;
}
.flex-div span {
    font-weight: 400;
}
.accordion__content p {
    font-weight: 400;
}
.product-info__description p{
  font-weight: 400;
}
.product-info__description li{
  font-weight: 400;
}
.media-with-text__content.rounded p{
   font-weight: 400;
}
.media-with-text__content.rounded .h2{
   font-weight: 700;
  text-transform: uppercase;
}
.text-with-icons__text-wrapper .prose p:nth-child(2) {
    font-weight: 400;
}
sale-price.text-on-sale {
    font-weight: 400;
}
compare-at-price.text-subdued.line-through {
    font-weight: 400;
}
.faq-availability .v-stack {
    font-weight: 400;
}
.faq-availability span.text-subdued {
    font-weight: 300;
}
a.dropdown-menu__item.group span {
    font-weight: 400;
    color: black;
}
on-sale-badge.badge.badge--on-sale {
    /* background: #5a5e47; */
    border-radius: 0;
}

/* .icon_text strong {
    font-size: 20px;
}
.product-quick-add__variant.hidden.sm\:grid button.button.button--secondary {
    background:#f2cd3a;
    
  color:black;
}
.variant-picker__option-info.Maat {
    display: flex;
    gap: 14px;
}
.sdsdsdsdsdsd {
    display: flex;
  margin-bottom: -14px;
    align-items: center;
}
.stars {
    align-items: baseline;
}
#shopify-section-template--25249225081159__media_with_text_DMjF8X .section.section-blends.section-full {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  product-quick-add.product-quick-add.is-visible button.button.button--lg.button--secondary.w-full {
    background:black !important;
  color:black;
    font-size: 14px !Important;
}
 .shopify-section--featured-collection section-header.section-header {
    display: flex;
   justify-content: space-between;
}
  .accordion__toggle.bold span {
    font-size: 14px;
}
  .accordion__content {
    font-size: 14px;
}
  .icon_text p {
    margin: 0;
    font-size: 14px !Important;
}
.text-subdued {
    color: #000;
    font-size: 14px;
}
 
  .product-card__aside {
    display: none;
}
}

@media screen and (min-width: 700px){
  .block-swatch{
    padding: 0px 24px !important;
    height: 50px !important;
    border-radius: 2px !important;
    display: flex;
    width: fit-content;
  }
}

buy-buttons button.button.button--secondary {
  background: black!important;
}

buy-buttons button.button.button--secondary:hover {
  background:black!important;
}

.testimonial .rating__star{
  color:rgb(0, 0, 0);
}

.designNo0{
   display: none !important;
}

h1.product-info__title.h2 {
    font-size: 26px;
}

@media (max-width: 767px){
  div#tp-widget-stars{
    max-width: 80px !important;
    height: 20px;
  }
  .aus-pilot > span{
    font-size: 13px !important;
  }
  h1.product-info__title.h2 {
    font-size: 22px !important;
  }
  price-list.price-list.price-list--lg sale-price.text-lg{
    font-size: 18px !important;
  }
  price-list.price-list.price-list--lg compare-at-price.text-subdued.line-through{
    font-size: 14px !important;
  }
  .instock-pulse{
    font-size: 14px !important;
  }
  .text-block-shipping{
    font-size: 12px !important;
  }
.media-swatch--sm {
    --swatch-size: 15px;
    border-radius: 50px;
}
}

#satcb_bar{
  display: none !important;
}
.text-block-shipping {
    font-size: 12px;
    color: #000;
}
 
@media screen and (min-width: 768px) {
  .prose.break-all.place-self-center.text-center {
    text-align: left;
  }
}
.v-stack.gap-4 {
    margin-top: -16px;
}
.variant-picker__option-values.wrap.gap-2 {
    margin-bottom: 10px;
        margin-left: 2px;
}
.maison_el-noticepdp {
    margin-bottom: 22px;
}
/* .prose {
    margin-top: 18px;
} */
 */ */


price-list.price-list.price-list--lg {
    display: flex;
    flex-direction: row-reverse !important;
}
sale-price.text-lg.text-on-sale {
    font-size: 24px !important;
    font-weight: 700!important;
    color: red;
}
input[type="radio"]:checked + .block-swatch {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
  border-color: #000; /* Optional: match border to background */
}