/* Add custom CSS styles below */ 
.s-block__title {
    margin-bottom: 1rem;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    }
    
.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
    .s-slider-block__title-right{
        padding-left: 0rem;
    }
.s-slider-block__title-right h2{
    padding-left: 0rem;
}
.s-button-wrap.hydrated button
{
    background: black;
}

.s-add-product-button-mini-checkout
{
    background:#fdc009 !important;
    color: white  !important;
}
.s-add-product-button-mini-checkout-content
{
color:black;
}
.s-button-text
{ 
color: #fdc009 !important;
}
.btn--delete
{
  background:red !important;
}
.btn--delete span
{
  color:white;
}
.btn--wishlist
{
    background: green !important;
}
.btn--wishlist span
{
  color:white !important;
}
.cart-submit-wrap button
{
    background: #f1c817 !important;
}
.cart-submit-wrap button span
{
 color:black !important; 
}
.s-product-options-grid-mode input:checked+div
{
 color:black !important; 
}