/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
:root {
    --main-color: #195b55;
    --secondary-color: #957547;
    --white-color: white;
    --sup-color: #957547b8;
    --black-color: black;
    --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;
}

/******* Header Block ******/

header.store-header {
    background-color: var(--sup-color) !important;
    color: var(--white-color);
}


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(--main-color) !important;
    color:white !important;
}
header.store-header input.s-search-input::placeholder{
    color:white !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: 85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 0 0 50px 50px;
}

    .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-nav-container.fixed-header .inner {
    background: var(--secondary-color);
    padding: 6px;
    border-radius: 0 0 25px 25px;
}
.navbar-brand img {
    max-height: 5rem !important;
}

/***** End Header *****/

/**** silder 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;
}

/**** End silder block *******/




/****** 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 *******/






/****** 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(--main-color);
    color: white;
}

.s-product-card-image {
    background-color: transparent;
}





/******** quick buy *******/

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background: #4dc247;
    border-radius: 12px;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
}













/***** features code ******/
section.s-block.s-block--features .s-block--features__item {
    background-color: transparent !important;
    row-gap: 5px;
}
.s-block--features__item h2 {
    font-size: 17px;
    color: var(--main-color);
}
.s-block--features__item p {
    display: none;
}
.s-block--features__item .feature-icon {
    background: transparent;
    height: 8rem;
    width: 8rem;
}

.s-block--features__item .feature-icon i:before {
    content: '';
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.s-block--features__item .feature-icon .sicon-store2:before {
    background-image: url(https://i.postimg.cc/rp7zfbTZ/1.png);
}

.s-block--features__item .feature-icon .sicon-shipping-fast:before {
    background-image: url(https://i.postimg.cc/PxZJ94rX/2.png);
}
.s-block--features__item .feature-icon .sicon-fire:before {
    background-image: url(https://i.postimg.cc/0jsjswbp/3.png);
}

@media (max-width: 992px) {

    section.s-block.s-block--features .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .s-block--features__item:first-child {
        grid-column: span 1 / span 1;
    }
    .s-block--features__item h2 {
    font-size: 15px;
    color: var(--main-color);
}
}
/**blog**/
 .blog-index .post-entry  a img.h-full.w-full.object-cover {
    object-fit:contain;
}
/**end blog**/



/****** 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/miskaura"] {
    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%);
}
/** blog**/
 .blog-single > div.app-inner > div > div > div > img {
    height: 100% !important ;
    margin-bottom: 20px;
     object-fit:contain !important; 
}
/**end blog**/
  
}