.s-block--enhanced-features.mini-features .s-block--enhanced-features__item {
    grid-column: span 1/span 1!important;
    padding: 1px 1px 10px 1px !important;
          background: linear-gradient(0deg, #e8e0cf, transparent);
    border-radius: 12px;
   border-color: #e8e0cf00;
}


.border-store-text-secondary {
    border-color: #e8e0cf00;
      background: linear-gradient(280deg, #e8e0cf, transparent);
}

.s-button-primary-outline {
    fill: #f9f6f0;
    color: #f9f6f0;
    background: #802e3c;
    border-radius: 12px;
}

.product-card__image {
    background-color: #ffffff;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-card__buttons>div button {
    align-items: center;
    background: #e9e2d7;
    border: 0;
    border-radius: 50%;
    display: flex;
    font-size: 0;
    height: 40px;
    justify-content: center;
    padding: 0;
    white-space: nowrap;
    width: 40px;
}

.s-block--product-tabs--toggle .btn-tabs-container, .s-block--store-branches--toggle .btn-tabs-container {
    background: #f2ece3;
    border: .5px solid #f2ece3;
    border-radius: 9997px;
    display: inline-flex;
    filter: brightness(.99);
    gap: 1px;
    padding: 0px;
    width: auto;
}