/* Add custom CSS styles below */ 
.product-entry .btn--add-to-cart button {
    border-radius: 8px;
    border-width: 1px;
    border-color: #414042;
    border-color: #fcd510;
}
.s-button-primary-outline {
    fill: #414042;
    fill: #03a84e;
    color: #414042;
    color: #ffd33a;
}

.button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
    background-color: #000000;
    background-image: none;
}
.product-entry {
    position: relative;
    display: flex;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: #eee;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #ffdb01;
}
.store-footer .s-social-link a {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #060606;
    --tw-bg-opacity: 1;
    background-color: #414042;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #ffdb01;
    --tw-shadow-color: rgba(0, 0, 0, 0.2);
    --tw-shadow: var(--tw-shadow-colored);
    
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.pt-11 {
    padding-top: 0.75rem;
}

.store-footer__inner {
  display: flex;
  justify-content: center; /* لتوسيط العنصر أفقيًا */
  align-items: center; /* لتوسيط العنصر عموديًا */
  margin:  0 auto;
  text-align: center; /* لمحاذاة النص في العنصر إذا كان يحتوي على نص */
}
.s-contacts-list {
    display: inline-block;
    gap: 1rem;
}

.inline-block {
    display: table-column;
}
.text-xl {
    font-size: 1rem;
    line-height: 0.95rem;
}