body, html {
    background: #D2C8BA;
}
[section-id="668d4468-32f2-405b-aff2-528d7cfc163d"] .main-slider img {
   
    object-fit: contain !important;
}
/* Layout */
section.ss > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    width: 100% !important;
}

/* Slider base */
section.ss .main-slider {
    max-height: 1440px !important;
}

/* ===== DEFAULT: ALL BANNERS (CONTAIN) ===== */
.main-slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
}

/* ===== MAIN HERO BANNER ONLY (COVER / FILL) ===== */
section#2d21cda8-6112-4b45-a418-5f77653e1c7f img {
    object-fit: cover !important;
}

/* Force hero height */
section#2d21cda8-6112-4b45-a418-5f77653e1c7f .main-slider {
    height: 500px !important;
    max-height: 500px !important;
}

/* Slick structure fix for hero */
section#2d21cda8-6112-4b45-a418-5f77653e1c7f .slick-slide,
section#2d21cda8-6112-4b45-a418-5f77653e1c7f .box-1-1,
section#2d21cda8-6112-4b45-a418-5f77653e1c7f .ratio21_9 {
    height: 100% !important;
}

/* ===== Sliders ===== */
@media only screen and (max-width: 768px) {
  .products-slider, .categories-slider {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1px;
    justify-content: flex-start;
  }

  .products-slider > *,
  .categories-slider > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

/* ===== Buttons ===== */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    width: 80%;
    height: 37px;
    margin: 8px;
    align-content: center;
    background-color: #573030;
    border-color: #573030;
    color: #fff;
}

a.more-button.btn.btn-outline-primary.theme-text-primary.theme-border-primary {
    width: 10%;
    padding: 0;
}

/* ===== Header ===== */
.account-lang-currency.upper-bar.header-theme-bg-primary.header-theme-text-for-primary-bg,
.dark.d-none.d-lg-block {
    background: #573030;
}

.account-lang-currency .account-btn {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    min-width: 124px;
    padding: 3px 5px;
}

.language-btn,
.currency-btn {
    color: #fff;
}

.language-currency {
    max-height: 30px;
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    color: #fff !important;
}

.header-theme-bg-primary {
    background-color: #D2C8BA;
}

.header-theme-icon-primary {
    color: #FFF;
}

ul.main-nav > li {
    display: inline-block;
    padding: 0;
    color: #fff;
}

/* ===== Footer ===== */
.footer-copyrights-vat-certificate {
    background: #D2C8BA;
}

.footer-store-section.store-section.footer-theme-bg-primary.footer-theme-text-for-primary-bg {
    background: #573030;
}

.store-section a {
    text-decoration: none;
    color: #000;
}

.footer-theme-text-for-primary-bg {
    color: #D2C8BA;
}

.store-section .social-icons span {
    height: 35px;
    width: 35px;
    color: #000;
    font-size: 22px;
    border: 2px solid #000;
    border-radius: 50%;
}

.footer-store-section .container,
.footer-companies .container,
.footer-copyrights-vat-certificate .container {
    text-align: center;
}

.footer-store-section .social-icons {
    justify-content: center;
}

.footer-store-section .row {
    justify-content: center;
}

.footer-companies {
    background: #573030;
}

span.text-center.footer-copyrights {
    color: #573030;
}

/* ===== Products ===== */
.product-item {
    width: 100%;
    max-width: 270px;
}

.product-item .product-title {
    color: #000;
    font-size: 16px;
    min-height: 46px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.product-item .product-price {
    font-weight: bold;
    font-size: 16px;
    color: #573030 !important;
    display: flex;
    justify-content: center;
}

/* ===== Categories ===== */
.category-item h3 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.category-item a {
    display: block;
    overflow: hidden;
    position: relative;
}

.category-item a img {
    display: block;
    width: 100%;
    transition: transform 0.4s ease;
}

.category-item a:hover img {
    transform: scale(1.03);
}

.categories-slider .category-item,
.cards-slider .card-item {
    width: 150px;
}

/* ===== Misc ===== */
.section-title {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    color: #000 !important;
}

.feature p {
    color: #000;
}

.features-section {
    background: unset;
    color: #fff;
}

@media only screen and (max-width: 768px) {
  .features-section {
    flex-direction: column !important;
  }
}

.section-slider-padding-space {
    padding-top: 15px;
    padding-bottom: 40px;
}

@media (min-width: 767px) {
  .header-logo,
  .header-cart {
    order: 2 !important;
    width: 33.3%;
    justify-content: space-around !important;
  }

  .header-logo a {
    height: 10rem !important;
  }
}

.container {
    max-width: 1440px;
}

@media (max-width: 767px) {
  .product-item {
    width: 100%;
    max-width: 167px;
    border-radius: 2px;
  }
}

.main-slider .slick-dots li button:before {
    font-size: 15px;
    background: #573030;
    border-radius: 4px;
}

ul.main-nav > li > a.mega-menu > span:after {
    border-top: 5px solid #ffffff;
}

@media (max-width: 768px) {
 .header-logo {
    width: 55%;
    justify-content: space-between;
 }

 .product-crd-spec {
    min-height: 70px;
 }
}
section.product-selection {
    display: none;
}