/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner .container{
  max-width:100% !important;
  padding:0  !important;
  margin:0 !important;
}
.banner--fixed img {
  border-radius: 0 !important;
  background-color: unset !important;
}
.s-block:first-of-type {
    margin-top: 0 !important;
}
.s-block {
    margin-top: 0;
}
.inner.bg-white.da-bgm {
    background-color: black;
}

.store-footer__inner.da-bgm {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}


    
    
section:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
    border-radius:0px;
}
section:nth-of-type(1){
   padding: 0;
   border-radius:0;
}
.header-container.container {
    color: #c0a261;
}
    .header-btn .sicon-add::before {
    content: "";
    color: aliceblue;
}
.container.flex.flex-col {
    color: #bda063;
}
    .contact-links a {
    min-width: 3.5rem;
    border-radius: 0.375rem;
    background-color: rgb(65 65 65 / 50%);
    --tw-bg-opacity: 0.5;
    padding: 0.5rem;
}
::before {
    color: #8b7442;
}




/*------card------*/
.s-product-card-image img.loaded {
    transition: all .5s;
    border-radius: 10px;
}
.s-product-card-image img.loaded:hover {
    transform: rotate(8deg) scale(1.3);
    transition: all .5s;
}
.s-product-card-entry {
    border: 2px solid #D2D2D2;
    padding: 5px;
    border-radius: 17px;
    height: 95%;
    margin-top: 13px;

}
.s-product-card-content {
    z-index: 3;
    background: #140b2500;
}
    
    
    
    
    
    
    
    
    
    /* global section */
     @media (max-width: 430px) {

    
    
    
    }