/* Add custom CSS styles below */ 
:root {
    --main-color: #77422b;
    --secondary-color: #f4b457;
    --white-color: white;
    --black-color: black;
    --sup-color: #b89c90;
    --linear-color: linear-gradient(180deg, rgba(195,166,134,0.9304096638655462) 6%, rgba(195,166,134,1) 17%, rgba(177,148,115,1) 74%);
    
}

body {
    background-color: var(--white-color) !important;
}

/** top header**/
.top-navbar{
background-color: var(--main-color) !important;
}
.s-menu-topnav-list *{
color: var(--white-color) !important;
}
/** top header**/

/***** header ****/
.index header.store-header {
    background-color:transparent !important;
    color: var(--white-color);
}

#mainnav{
box-shadow: none !important;
}
header.store-header div#mainnav {
    background-color: transparent !important;
}
.mburger.mburger--collapse i.sicon-menu {
    padding: 7px;
    border-radius: 50px;
}
header.store-header .header-btn__icon,
.mburger.mburger--collapse i.sicon-menu {
    background-color: var(--main-color) !important;
    color: var(--white-color) !important;
    border: 0 !important;
}

header.store-header input.s-search-input {
    background-color: var(--sup-color) !important;
}
header.store-header input.s-search-input::placeholder {
   color: var(--main-color) !important;
}
.s-search-icon svg {
    fill: var(--main-color) !important;
}
b.s-cart-summary-total {
    color: white !important;
}

@media (min-width: 1024px) {
    .index header.store-header:not(header.store-header:has(.main-nav-container.fixed-pinned .inner)) {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 0 0 50px 50px;
}
.index .store-header{
margin-top:45px !important;
}

    .index header.store-header .main-menu li>a {
    color: white !important;
}
}

@media (max-width: 992px) {
    
header.store-header {
    background-color: var(--secondary-color) !important;
}
    .mm-ocd-opened .mobile-menu {
    background: var(--main-color) !important;
    color: white ;
}
.main-menu>li>a[href*=offer] {
    color: var(--secondary-color)!important;
    color: var(--secondary-color), var(--tw-text-opacity, 1));
}
}
.main-nav-container.fixed-header .inner {
    background: var(--secondary-color);
    padding: 6px;
    border-radius: 0 0 25px 25px;
}
.navbar-brand img {
    max-height: 5rem !important;
}
/***** header ****/
/** banners blocks ***/

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;
}

/** End banners ***/
section:nth-of-type(1) {
   margin: 0px !important;
   padding: 0px !important;
   
}
section:nth-of-type(1) .banner--fixed img{
background-color: white !important;
}



/**** قايمة العناصر ****/
.banner-entry{
background-color: white !important;
}
/**** قايمة العناصر ****/


section:nth-of-type(2) .grid a:nth-of-type(1) .lazy__bg {
    
    background-position: left !important;
}
section:nth-of-type(2) .grid a:nth-of-type(2) .lazy__bg {
    
    background-position: right !important;
}

section:nth-of-type(3) .grid a:nth-of-type(1) .lazy__bg {
    
    background-position: left !important;
}
section:nth-of-type(3) .grid a:nth-of-type(2) .lazy__bg {
    
    background-position: right !important;
}

@media (max-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0,   1fr));
    }
  .banner-entry {
    height: 110px;
  } 
  section:nth-of-type(4) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0,   1fr));
    }
}



/** titles style ***/

.s-slider-block__title h2 {
    position: relative;
}

.s-slider-block__title h2:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    right: -10px;
    background: var(--main-color);
    border-radius: 5px;
}

a.s-slider-block__display-all {
    background: var(--main-color);
    color: var(--white-color);
    padding: 7px 15px;
    border-radius: 50px !important;
    transition: all 0.3s ease-in-out;
}
.s-slider-block__display-all:hover {
    background: var(--secondary-color);
}

.s-products-slider-wrapper .s-slider-nav-arrow {
    background-color: var(--secondary-color);
        opacity: 1;
}

.s-products-slider-wrapper .s-slider-nav-arrow svg {
    fill: var(--main-color);
}






/** product code */

.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.s-product-card-entry * {
    justify-content: center;
    text-align: center;
}
.s-products-slider-card.swiper-slide {
    padding-block: 7px;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    background: var(--secondary-color);
    color: white !important;
    border:none !important;
}

.s-product-card-image {
    background-color: transparent;
}
.s-product-card-content{
 background-color: var(--main-color);
 
}
.s-product-card-content *,
.s-product-card-content-title a{
 color: white;
}
button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    background: var(--secondary-color) !important;
    color: white !important;
}
.s-product-card-sale-price h4{
 color: var(--secondary-color) !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn {
  
    opacity: 1 !important;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background: var(--secondary-color) !important;
    border-radius: 12px;
    
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
}

/** footer **/ 

.store-footer__inner {
    background: rgb(195,166,134);
    background: var(--linear-color);
    color: var(--white-color);
    border-radius: 70px 70px 0 0;
}

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

footer .s-social-list {
    margin-top: 20px !important;
}

footer .s-social-list a {
    transition: all 0.3s ease-in-out;
    border:none;
}
footer .s-social-list a:hover {
    transform: translateY(-10px);
}

footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border:none
}
footer a[href*=tiktok] {
   background: var(--black-color);
    color:white;
}
footer a[href*=snapchat] {
    background:yellow;
    color:var(--black-color);

}

footer [href="https://x.com/rawaecoffee"] {
    background-color: var(--black-color);
}

footer .s-contacts-icon {
    background-color: var(--main-color);
    border: 0;
}

    .store-footer h3 {
    position: relative;
        margin-bottom
}
.store-footer h3:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: var(--main-color);
    bottom: -10px;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
}
.store-footer h3:hover:before {
    width: 60%;
}

div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div > p.max-w-sm.leading-6.mb-6 {
    margin: 0 !important;
}
@media (max-width: 992px) {
    .store-footer h3 {
    margin-bottom: 25px !important;
}
.store-footer h3:before {
    width: 50px !important;
    background-color: var(--main-color);
    bottom: -10px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}
  
}