/* Add custom CSS styles below */
.text-\[16px\] {
    font-size: 16px;
    display: none;
}

.s-product-card-entry {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    border-color: #414042;
    border-color: var(--color-primary);
    border-width: 1px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.rounded-lg {
    border-radius: .1rem;
}

.s-block--banners .banner-square h3 {
    margin-top: .375rem;
}

.s-block__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.s-products-list-wrapper {
    grid-gap: .25rem;
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.s-product-card-entry {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    border-color: #414042;
    border-color: var(--color-primary);
    border-width: 1px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
------

.s-add-product-button-mini-checkout-content svg {
    margin-right: .375rem;
    height: 1rem;
    width: 1rem;
    fill: currentColor;
}
/* ترتيب الخيارات المصورة في سطر */
.s-product-options-thumbnails-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

/* إخفاء العناصر الزائدة */
.color-hidden {
    display: none !important;
}

/* زر المزيد */
.show-more-colors {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    border-radius: 6px;
    background: #f2f2f2;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    flex: 0 0 auto;
    padding: 0 10px;
}