/* Add custom CSS styles below */ 
:root {
    --color-primary: #a81350;
    --color-primary-dark: #2b4abc;
    --color-primary-light: #fba81a;
    --color-primary-reverse: #fff;
}

.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: #CAAA9C!important;
    background-color: rgb(29 31 31/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: rgb(209 213 219/var(--tw-text-opacity));
}

.header-btn__icon, .main-menu, .s-button-primary-outline, .s-cart-summary-total, .s-slider-block__title, .slide--cat-entry i, .store-footer h3 {
    color: #191919;
}

/*تعديل لون زر اضافة للسلة*/
.s-product-card-content-footer .s-button-btn {
    border-radius: 30px!important;
    font-size: 13px;
    background: #a81350;
    box-shadow: 0 0 10px #ddd;
    color: #fff;
}


.s-block__title {
    color: #a81350!important;
    border-right: 11px solid #fba81a;
    border-radius: 9px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
    margin-right: 12px;
}


.s-product-card-entry:hover {
  animation: danmove ease 1s;
}

@keyframes danmove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

السادة
.s-product-card-entry {
    border: 2px solid rgba(0, 0, 0, .05);
    padding: 7px;
    border-radius: 17px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.s-product-card-entry {
    border: 2px solid var(--main-color);
    padding: 7px;
    border-radius: 17px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}

.s-product-card-vertical {
    flex-direction: column;
}
.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;


.store-footer ul:nth-child(2):before {
  content: " تطوير | ADV.Steps ";
  top: 0;
  font-size: 14px;
  color: #0c5adb!important;
  margin-left: 30px;
}