/* Add custom CSS styles below */ 
.index .main-nav-container:not(.fixed-pinned) .text-black , .index  .main-nav-container:not(.fixed-pinned) .text-primary, .index  .main-nav-container:not(.fixed-pinned) .s-cart-summary-total, .index .main-nav-container:not(.fixed-pinned)  p.da-tm{
    color: rgb(255 255 255);
}

.home-slider .btn-primary {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.s-block.home-slider:nth-child( 2 of .home-slider)  .btn-primary {
    background-color: #BC9C48;
    color: #fff;
    border-color: #BC9C48;
}
.s-button-primary {
    background-color: rgba(201, 175, 108, 1) ;
    color: #fff;  
    border-color: rgba(201, 175, 108, 1);
}
@media (max-width:768px){
.custom-text .description {
    font-size: 16px;
}
.home-slider .home-slider__content {
    bottom: 0;
    top: unset;
    --tw-translate-y: unset;
}
.home-slider .gap-2,.home-slider  .gap-4 {
    gap: 0.2rem;
}}



/**/
.cats .banner-square h3 {
    color: #fff !important;
    font-size: 1.5rem;
}
.cats .on-text {
    top: 80%;
}
.custom-text .description {
    font-size: 36px;
    line-height: 40px;
    filter: drop-shadow(0px 4px 5.5px #571C16);
}
.custom-text  .hero-slider-subtitle:after {
    content: "";
    background-color: #6B1810;
    z-index: -1;
    height: 25%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -10%;
    filter: none !important;
}
.divider-title h2 {
    margin: 0;
    color: #BD9E4C;
}
.divider-title span.vertical-lines.in-view{
    background: #BD9E4C;
}
.s-block--faqs .bg-gray-100 {
    background-color: #BD9E4C;
}
.angel-feature{
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.15));
}
.s-block--faqs label, .faq-answer p  {
    color: #fff;
}
.s-block--faqs i  {
    color: #BD9E4C;
}
.angel-testimonials .duration-500 {
    border: 2px solid #BD9E4C;
}

@media (min-width:768px){
.custom-text  .md\:max-w-md {
    max-width: 29rem;
}
.custom-text-right .md\:justify-between {
    justify-content: start !important;
    max-width: 95%;
}
}
@media (max-width:768px){
.custom-text .description {
    font-size: 24px;
}}