/* Add custom CSS styles below */ 
.s-block-photos-album__large-image,
.s-block-photos-album__small-image{
  object-fit: contain !important;
}

:root {
    --main-color: #79b255;
    --secondary-color: #151515;
    --white-color: white;
    --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: #fff !important;
}
/** 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 ***/
.s-block__title {
    display: flex !important;
    justify-content: center !important;
}

/** الاقسام الاولي***/

.right-side h2 {
    background-image: url('https://i.ibb.co/0knMMB9/Gemini-Generated-Image-yqlbtuyqlbtuyqlb.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 40px;
}

section:nth-of-type(2) .grid{
    gap: 10px !important;
    grid-template-columns: repeat(10,minmax(0,1fr));
}
section:nth-of-type(2) .grid a{
  transition: transform 0.3s ease;
  background: transparent !important;
 box-shadow: rgba(0,0,0,0) 0px 0px 0px 0px,
            rgba(0,0,0,0) 0px 0px 0px 0px,
            rgb(255,255,255) 0px 1px 0px 0px inset,
            rgba(213,217,232,0.88) 0px 0px 0px 1px,
            rgba(29,33,48,0.04) 0px 5px 5px -2.5px,
            rgba(121,178,85,0.16) 0px 10px 10px -5px,
            rgba(121,178,85,0.08) 0px 24px 24px -8px;
}
section:nth-of-type(2) .grid a:hover{
  transform: scale(1.02);
}
section:nth-of-type(2) .grid a .lazy__bg{
  background-size: cover !important;
}
section:nth-of-type(2) .grid .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}


@media(max-width:768px){
  section:nth-of-type(2) .grid{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  section:nth-of-type(2) .grid a:last-child{
    display: none !important;
  }
}
/** الاقسام الاولي***/



/** titles style ***/
.s-slider-block__title h2 {
    position: relative;
    transition: color 0.3s ease;
    z-index: 1;
}

.s-slider-block__title h2:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
    border-radius:5%;
    transition: all 0.4s ease;
    z-index: -1;
}

.s-slider-block__title h2:hover {
    color: var(--white-color);
}

.s-slider-block__title h2:hover:before {
    width: 120%;
    height: 120%;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
}

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);
}
/** titles style ***/

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





/***  photos-album  ***/