/* Add custom CSS styles below */ 
.s-block--square-links .auto-fit-grid {
    grid-template-columns: repeat(auto-fit,minmax(80px,1fr));
    gap: .5rem;
}
.s-block--square-links img.lazy.loaded {
    opacity: 1;
    transform: scale(1);
    object-fit: contain;
}
.s-block--faq .text-primary-reverse {
    color: #000000;
}
.s-block--faq  .border-store-text-secondary 
,.s-block--enhanced-features__item
,.s-slider-v-centered .s-slider-block__title-nav button{
    border-color: #DBCBAE3D;
    background: #DBCBAE3D !important;
}
.s-block--faq  .bg-primary {
    background-color: #ffffff00;
}
.navbar-brand img
,footer img {
    object-fit: contain;
}
@media (min-width:1400px){
  section.s-block.s-block--special-products-slider--7.s-block--special-products-slider {
    max-width: 1350px;
    margin: 4rem auto 0;
}
}
@media (max-width:450px){
  .s-block--square-links .text-base {
    font-size: .8rem;
}
}