/* ============================================
   Custom CSS Styles
   ============================================ */

:root {
    --main-color: #3a2256
;
}

body{
  background-color: :#ffff !important;
}
/* ============================================
   Header Section
   ============================================ */

header div#mainnav {
    background-color: var(--main-color);
}

header custom-main-menu li a span {
    color: #fff !important;
}

.main-nav-container i.header-btn__icon.sicon-user-circle,
.main-nav-container i.header-btn__icon.icon.sicon-shopping-bag {
    background-color: #fff;
    color: var(--main-color);
}

.main-nav-container b.s-cart-summary-total {
    color: #fff;
    font-size: 20px;
}

input.s-search-input {
    background-color: var(--main-color) !important;
    color: #fff;
}

input.s-search-input::placeholder {
    color: #fff;
}

i.sicon-menu.text-primary.text-2xl {
    background-color: #fff;
    color: var(--main-color);
    padding: 6px;
    border-radius: 50px;
}

/* ============================================
   Photo Slider Block
   ============================================ */

section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

.home-slider.photos-slider .s-slider-block__title-nav {
    display: none !important;
}

/* ============================================
   Banner Blocks
   ============================================ */

section#IRT__photos-slider-0 {
    margin-bottom: 0 !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}

.banner--fixed img {
    border-radius: 0 !important;
}

/* ============================================
   Grid Layout - Banner Elements
   ============================================ */

section.s-block.s-block--banners.container .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0px;
}
section.s-block.s-block--banners.container a.banner-entry.square-photos {
    height:100%;
    width:100%;
        padding:0 !important;
      border-radius: 0;

}

section.s-block.s-block--banners.container a.banner-entry.square-photos img {
    height:100% !important;
    width:100% !important;
}
section.s-block.s-block--banners.container > div > a:nth-child(1) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

section.s-block.s-block--banners.container > div > a:nth-child(2) {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
}

section.s-block.s-block--banners.container > div > a:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 2;
}

section.s-block.s-block--banners.container > div > a:nth-child(4) {
    grid-column-start: 4;
    grid-row-start: 2;
}

section.s-block.s-block--banners.container {
    max-width: unset;
    padding: 0;
    margin-top: 0;
}


/* ============================================
   Products Section
   ============================================ */

custom-salla-product-card {
    border: 1px solid #ddd;
    transition: 0.5s !important;
    overflow: hidden;
}


.s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline {
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229,231,235,var(--tw-border-opacity,1));
    --tw-text-opacity: 1;
    color: #fff  !important;
    color: rgba(31,41,55,var(--tw-text-opacity,1));
}


.s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline:hover {
    color: #a84c9b  !important;
}

custom-salla-product-card     .s-product-card-content h3.s-product-card-content-title {
    text-align:center !important;
}


custom-salla-product-card .s-product-card-content .s-product-card-content-sub {
    justify-content:center !important ;
}
custom-salla-product-card     .s-product-card-content .s-product-card-content-sub h4 {
  color:var(--main-color)  !important;
    font-size:20px  !important;
}


body.index custom-salla-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 3px 3px 5px 4px #ddd !important;
    border: 1px solid var(--main-color);
}

custom-salla-product-card:hover {
    box-shadow: 3px 3px 5px 4px #ddd !important;
    border: 1px solid var(--main-color);
}

body.index salla-products-slider.s-products-slider-wrapper.hydrated .swiper.s-slider-container {
    padding: 30px 0 0 !important;
}

button.s-button-element.s-button-btn {
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid transparent;
}

button.s-button-element.s-button-btn:hover {
    background-color: #fff !important;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

/* ============================================
   Footer Section
   ============================================ */

.footer-is-light .store-footer .store-footer__inner {
    background: var(--main-color);
    max-width: 98%;
    margin-inline: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .29) !important;
    color: #fff;
    box-shadow: 0 0 16px 8px #00000038 !important;
}

@media (max-width: 992px) {
    .footer-is-light .store-footer .store-footer__inner * {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

/* ============================================
   Media Queries - Responsive Design
   ============================================ */