/* Add custom CSS styles below */ 
.product-card__image img {
    border: 4px solid #272727;
    border-radius: 9px;
}

/*.product-card__buttons {
    background: linear-gradient(95.1deg, #DDBF6A 0%, #9B7700 51.5%, #DDBF6A 100%);
    width: 60%;
    margin: auto;
    padding: 9px;
    border-radius: 10px;
}*/
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0px;
}
.relative.p-px.overflow-hidden.transition.duration-300.transform.border.rounded.shadow-sm.hover\:scale-105.group.hover\:shadow-xl.text-center.w-full.mt-5.md\:mt-0.md\:max-w-\[30\%\].flex-1.self-stretch {
    box-shadow: 0px 0px 9.8px 0px #413D3873;
}

h2.font-semibold.text-store-text-primary.leading-5.mt-3 ,.product-card__title a {
    color: #1B0E00;
}

footer.store-footer {
    background: url(https://i.ibb.co/CQQK2Xv/Frame-26087006.png);
    background:#272727;
    background-size:cover;
    
}

.store-footer__inner {
    background: transparent;
}

footer.store-footer svg {
    display: none;
}
.main-menu li>a ,a.topnav-link-item.right-side ,.text-store-text-primary{
    color: #272727;
}



.header-btn__icon.icon  {
    color: #fff;
    background:#272727;
    border-radius:50%;
}

i.header-btn__icon.sicon-user {
    color: #fff;
    background:#272727;
    border-radius:50%;
}

button.grow.flex.items-center {
    color: #272727;
  
}
.store-footer__contacts-row {
    background: transparent;
}
.sicon-headset:before {
    content: "";
    width:30px;
    height:30px;
    background:url(https://i.ibb.co/QpLRV3n/fi-5619116.png);
    background-size:contain;
}
.sicon-shipping-fast:before {
    content: "";
    background: url("https://i.ibb.co/PCT1dgs/fi-411776-1.png;");
     width:30px;
    height:30px;
      background-size:contain;
}
.sicon-trophy2:before{
 content: "";
    background: url("https://i.ibb.co/mqxbKx6/fi-1019709.png");
     width:30px;
    height:30px;
      background-size:contain;
}
@media (min-width:800px){
section:first-of-type {
    margin-top: 8rem;
}




}
div#mainnav {
    background: #939393;
}
body.trans_header .store-header{
    position: inherit;
}
section:first-of-type{
margin-top:0px;
}
@media (max-width:600px){

.product-card__addToCart__btn salla-button button {
  
    width: 80%  !important;
    border-radius: 10px;
    background: linear-gradient(95.1deg, #DDBF6A 0%, #9B7700 51.5%, #DDBF6A 100%)  !important;

}

.product-card__addToCart.mobile {
    width: 90%  !important;
    margin: auto  !important;
}

.product-card__addToCart__btn salla-button {
    
    width: 80%  !important;
    border-radius: 10px  !important;
    background: linear-gradient(95.1deg, #DDBF6A 0%, #9B7700 51.5%, #DDBF6A 100%) !important;

}
.header-btn__icon.icon ,[dir=rtl] .centered_logo .header-btn__icon {
    width: 42px !important ;
    height: 42px !important;
}

}
body.index main .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}