/* Add custom CSS styles below */ 
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    margin: 0 0px 0 0px;
}

.mask-block, .mask-slider .swiper {
    -webkit-mask-image: none;
    }
    
    .s-angel--divider.xl-title h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    background-image: linear-gradient(to left, #a60005, #a60005, #ec5d1c);
    -webkit-background-clip: text;
    color: transparent;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border: 2px solid #a60005;
}

.sicon-instagram2:before {
    content: "\e905";
    background: #a60005;
    border-radius: 9px;
    padding: 5px;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.sicon-facebook2:before {
    content: "\e904";
    background: #a60005;
    border-radius: 9px;
    padding: 5px;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.sicon-snapchat:before {
    content: "\e95e";
     background: #a60005;
    border-radius: 9px;
    padding: 5px;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sicon-tiktok:before {
    content: "\e9a3";
     background: #a60005;
    border-radius: 9px;
    padding: 5px;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sicon-x:before {
    content: "\e9b3";
   background: #a60005;
    border-radius: 9px;
    padding: 5px;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.store-footer {
    position: relative;
    margin-top: 2rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgb(255 255 255);
    background: #330a13;
    margin: 12px;
    border: 2px #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.store-footer .footer-container .logo-footer .foo {
    margin-bottom: .5rem;
    border-radius: 8px;
}