.main-container {
    background-color: #F5F5F5 !important;
}

header {
    background-color: #F5F5F5; 
}


header .nav-link,
header .logo a {
    color: #F5F5F5 !important; 
}

.inner.bg-inherit {
    background-color: #F5F5F5 !important; 
}

.footer, .footer-top, .footer-bottom, .store-footer .store-footer__inner {
    background-color: #ffb715 !important;
}
footer, 
footer a, 
footer p, 
footer span {
    color: #737373 !important;
}

footer a:hover {
    color: #555555 !important; 
}


.product-image img {
    border: 3px solid #ffb715 !important;
    padding: 5px; 
}

.s-product-card-image-contain {
    border: 3px solid #ffb715 !important;
    padding: 5px; 
}

.s-product-card-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100% !important;
    height: auto; 
}
.s-user-menu-trigger {
    display: flex;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    border-radius: 50%; 
    border: none; 
    padding: 0; 
    font-size: 0;
    line-height: 1.25rem;
}
.s-cart-summary-content {
    display: none !important;
}
//.top-navbar {
    display: none !important;
}
.s-block {
    margin-top: 0rem;
}

body {
    background-color: #F5F5F5 !important;
}

.s-reviews-testimonial {
    background: #fcfaf7 !important;
    border-radius: 20px;
    border: 1px solid #e6dfd7;
    padding: 22px;
    width: 100%;
    min-height: 150px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.s-reviews-testimonial__icon,
.s-reviews-testimonial__icon svg {
    display: none !important;
}
.s-block--testimonials .container {
    max-width: 1000px;
    margin: 0 auto;
}

.s-reviews-testimonial {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}
.s-block--features__item {
    background: none !important;
}

.s-block--features__item .feature-icon i {
    color: #06065b !important;
    color: #06065b;
}
.brand-item {
    background: none !important;
}
.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    background-color: #06065b;
    background-color: #06065b;
    --tw-text-opacity: 1;
    color: #ffb715;
    color: #ffb715;
}
.header-btn__icon {
    border-style: none;
    color: #ffb715;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #ffb715;
    color: #06065b;
}
/* Popup Container */
#popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}