body {
    background-color: #FFEFF1;
}
.abayat-video .object-top {
    object-position: center;
}
.s-comments-product {
  background-color: #000000;
}
.s-product-options-wrapper {
    background-color: transparent;
}
.md\:grid-cols-4 p,
.s-offer-wrapper .s-slider-block__title h2 {
  color: #000 !important;
}

/** Edits **/
/* abayat-photo-text */
.abayat-photo-text .abayat-photo-text-btn-second {
    display: none;
}
.s-product-card-entry {
    background-color: #E0BCC0;
}
.is-static-add-btn .s-product-card-add-to-cart-mobile .s-button-primary-outline {
    background-color: var(--color-btn-hover-card) !important;
    color: # !important;
}
.is-static-add-btn .s-product-card-add-to-cart-mobile .s-button-primary-outline {
    border: unset !important;
    border-top: 1px solid #555 !important;
    background-color: transparent !important;
}
/* Features */
@media (min-width: 768px) {
    section:nth-child(2 of .abayat-features) .md\:grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    section:nth-child(2 of .abayat-features) .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    section:nth-child(2 of .abayat-features) .md\:grid-cols-4 > div {
        grid-column: span 2;
    }
    section:nth-child(2 of .abayat-features) .md\:grid-cols-4 > div:last-child {
        grid-column: 2/4;
    }
}
/* Footer */
.abayat-store-footer .abayat-copyright {
    background: #000 !important;
}
.abayat-store-footer .abayat-copyright .copyright-text p {
    color: #fff !important;
}
.abayat-store-footer .abayat-copyright salla-payments .s-payments-list-item {
    background-color: hsl(0deg 0% 100% / 93%)!important;
}
.s-product-card-entry .s-product-card-image .s-product-card-promotion-title {
    background-color: red !Important;
}
.s-comments-product {
    background: #ffeff1;
}