/* Add custom CSS styles below */ 
.s-block {
        margin-top: 0px;
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 0px;
    }
}

@media (min-width: 640px) {
    .sm\:py-16 {
        padding-top: 1rem;
        padding-bottom: 4rem;
    }
}
.py-8 {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: var(--color-primary-dark);
    background-color: #ecdacf !important;
    color: #000000;
}
@media (min-width: 768px) {
  body:not(.cart) .md\:flex {
    display: flex;
    background-color: #000000;
  }
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: #000000 !important;
}

@media (min-width: 1024px) {
    .lg\:\!px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
        background-color: #ECDACF66;
    }
}
.text-\[clamp\(1\.375rem\2c 1\.1216rem\+1\.0811vw\2c 2rem\)\] {
    display: none;
}
//mongy

.shipping-return-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 20px;
  margin: 16px 0;
  background: #fff;
  direction: rtl;
}

.shipping-return-bar .bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #333;
  font-family: inherit;
}

.shipping-return-bar .bar-item svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #555;
}

.shipping-return-bar .bar-item .bar-text strong {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #222;
}

.shipping-return-bar .bar-item .bar-text span {
  font-size: 12px;
  color: #666;
}

.shipping-return-bar .divider {
  width: 1px;
  height: 40px;
  background: #e0e0e0;
}

.brand-banner {
  padding: 16px 20px;
  margin: 16px 0;
  direction: rtl;
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-banner img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-banner .banner-text strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #222;
  margin-bottom: 4px;
}

.brand-banner .banner-text span {
  font-size: 12px;
  color: #666;
}
    .lg\:py-\[7px\] {
        padding-top: 7px;
        padding-bottom: 7px;
        display: none;
    }

/*
#simple-menu{
  height: 120px;
    margin-top: 140px !important;

}*/
.tab-trigger.s-button-primary-outline:hover {
  background-color: #ecdacf !important;
  color: #000000 !important;
}
.btn-ready {
    background-color: #ecdacf !important;
}
.btn-ready .add-icon {
    color: #000000 !important;
}
.AR-hero-section-0 .banner {
    height: 90vh;
}

@media (min-width: 640px) {
    .sm\:gap-4 {
        gap: 1rem;
        width: 80%;
    }
}
@media (min-width: 768px) {
    .md\:leading-6 {
        display: none;
    }
}
.s-product-card-content {
    padding: 10px 8px !important;
}
.s-product-card-vertical .s-product-card-content-sub .s-product-card-sale-price h4 {
    font-size: 18px !important;
}
[class^=sicon-], [class*=" sicon-"] {
    color: #000000; 
}
.sm\:mx-1\.5 {
        color: #000000;
    }