/* Add custom CSS styles below */ 
.mx-auto.bg-primary.rounded-full.w-16.h-16.md\:h-24.md\:w-24.flex.items-center.justify-center {
    background-color: #000;
}

i.sicon-arrow-down.text-primary-reverse.text-3xl {
    color: #b58f40;
}

.navbar-brand img {
    max-height: 71px;
    max-width: 186px;
}

.product-card--vertical {
    border: 1px solid;
    border-radius: 10px;
}
.xl\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
nav#mobile-menu {
    background: #eec978;
}
.btn-tabs-container {
    margin: 20px auto;
}
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 991px) {
 
  .simplified-products .s-products-slider-card {
        width: 55%;
    }
}
@media (min-width: 768px) {
    .md\:w-24 {
        width: 4rem;
    }
}

@media (min-width: 768px) {
    .md\:h-24 {
        height: 4rem;
    }
}
.shadow-\[rgba\(50\2c _50\2c _105\2c _0\.15\)_0px_2px_5px_0px\2c _rgba\(0\2c _0\2c _0\2c _0\.05\)_0px_1px_1px_0px\]{
    background-color: #eec97882;
}
@media (max-width:600px){
  nav#mobile-menu {
    background: #ffffff;
}
  .simplified-products .s-products-slider-card .product-card--simplified .product-card__promotion {
    bottom: auto;
    top: 20px;
    right: auto;
    left: 1px;
    font-weight: 400;
    padding: 4px;
}
  .sc-q8c6tt-3.hKYcqG{
    bottom: 40px !important;

  }
  .sc-1au8ryl-0.dkuywW {
    display: none;
}
}