@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-top: 0px;
        padding-bottom: 0.5rem;
        font-weight: 700;
    }
  #mainnav{
    height:170px
  }
}

custom-salla-product-card:not(.s-product-card-horizontal):hover .s-product-card-content-footer{
    bottom:0 !important
}


custom-salla-product-card:not(.s-product-card-horizontal) .s-product-card-content-footer {
    position: relative;
    opacity: 1;
}
custom-salla-product-card {
    border: 1px solid #a76954;
}
/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block{
  margin-bottom:3rem
}

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

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
}

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


/****/
section:nth-child(2 of .landing-page-first-banner) .txt{
  margin-right: 2rem; 
  
}

section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 75px !important;
    font-weight: bold !important;
  font-family: "Carlito", sans-serif;
}

section:nth-child(2 of .landing-page-first-banner) .item-text p {
    font-size: 90px !important;
    font-weight: bold !important;
  font-family: "Carlito", sans-serif;
    max-width: 100% !important;
    transform: translate(-14rem, 0px);
}

/*****/

/***/

section:nth-child(3 of .landing-page-first-banner) .txt {
    margin-right: 2rem;
    justify-content: start !important;
    position: relative;
    top: 15%;
}
section:nth-child(3 of .landing-page-first-banner) .item-text h1 {
    font-size: 52px !important;
    font-weight: bold !important;
    width: 60% !important;
    transform: translate(-20%, 10px);
}
/****/

.section_c_r{
  margin-bottom:2rem !Important
}



/*footer */

.s-trust-badges-wrapper {
    margin-top: 3rem;
}
.copyright-text p {

    color: #fff !important;
}
.copyright-text a:hover {
    color: #fff !important;
}
.s-payments-list-item img {
    object-fit: contain;
    height: unset;
    max-height: 30px !important;
}
/***/


@media(max-width:768px) {

section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 32px !important;

}
section:nth-child(2 of .landing-page-first-banner) .item-text p {
    font-size: 28px !important;
   
    transform: translate(-5rem, 0px);
}

  section:nth-child(3 of .landing-page-first-banner) .item-text h1 {
    font-size: 23px !important;
    transform: translate(-20%, 10px);
}
  

}
.s-payments-list-item img {
    object-fit: contain;
    height: unset;
    max-height: 30px !important;
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 4px;
    border-radius: 4px;
}
.s-payments-list {
    gap: 0;
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-top: 0px;
        padding-bottom: 1rem;
        font-weight: 700;
    }
}

.product-single .main-content .description ul {
    list-style: disc !important;
    padding-right: 20px !important;
}
.product-single .main-content .description li::marker {
    content: "• " !important;
    font-size: 18px !important;
}