/* Add custom CSS styles below */ 


:root {
    --main-color: #DCA951;
    --secondary-color: #CB8F34;
    --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;
}

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

.s-slider-block__title{
border-bottom: 1px dashed #DCA951;
padding-bottom:8px !important;

}
section:nth-of-type(2) .s-slider-block__title{
border-bottom: none !important;
}
.s-slider-block__title h2 {
    position: relative;
    
}

.s-slider-block__title h2:before {
    position: absolute;
    content: '';
    width: 3px;
    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);
}


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

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




 

/** footer **/ 

.store-footer__inner {
    background: #000;
    background: var(--linear-color);
    color: var(--white-color);
}

@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="https://www.facebook.com/myjewelj"] {
   background: #0866FF;
    color:white;
}
footer a[href*=snapchat] {
    background:yellow;
    color:var(--black-color);

}

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

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

    .store-footer h3 {
    position: relative;
        margin-bottom
}


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