.s-product-options-wrapper {
    background-color: #b5838d
}
.product-card__content {
    padding: 3px 0
}

.product-card__addToCart__btn salla-button button {
    background: #ffffffad
}

.s-button-btn {
    border-radius: 0;
    font-size: .775rem;
    font-weight: 500;
    padding: .5rem .5rem .625rem
}

.product-price-top,
h1.text-xl,
salla-rating-stars {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.product-card__addToCart__btn salla-button {
    height: 30px
}

.s-product-options-grid-mode {
    direction: ltr;
    justify-content: center;
    important
}

.s-product-options-grid-mode label {
    direction: rtl !important
}

salla-rating-stars .s-rating-stars-wrapper {
    justify-content: center !important;
    display: flex !important
}

.product-price.product-price-top .starting-or-normal-price {
    justify-content: center !important;
    align-items: center !important
}

.flex.flex-col.space-y-5.mb-5 {
    align-items: center !important;
    text-align: center !important
}

#variant-inventory {
    width: 100%;
    text-align: center !important;
    justify-content: center;
    align-items: center
}

.flex.text-[#f11e1e].flex-grow.shrink-0 {
    justify-content: center !important;
    text-align: center !important;
    width: 100%
}

.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all,
salla-products-slider .s-slider-block__title-left .s-slider-block__display-all {
    border-radius: 4px
}
/*
@media (max-width:768px) {
    .fit-slider-products .s-slider-swiper-wrapper .swiper-slide {
        max-width: 33vw !important;
        min-width: unset !important
    }
}
*/
@media (max-width:991px) {
    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__content {
        padding: 0 !important
    }

    .product-card__title a {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .product-card__price .total-price {
        font-size: 12px
    }
}

#variant-inventory,
.breadcrumbs,
.flex.items-center.justify-between.mb-5,
.footer-badges,
s-social-share-wrapper,
salla-social-share {
    display: none !important
}

.product-card__enhanced-mini-cart-divider {
    margin: 0
}

.s-products-list-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important
}

.product-card__title a {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important
}

.product-card__image,
.product-card__image a,
.product-card__image img {
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
    overflow: hidden !important
}

.custom-live-counter {
    direction: rtl;
    position: fixed;
    bottom: 120px;
    left: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    z-index: 9999;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none
}

.custom-live-counter.show {
    opacity: 1;
    pointer-events: auto
}

.custom-live-counter .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #21c97a;
    box-shadow: 0 0 0 6px rgba(33, 201, 122, .3);
    animation: 1.5s ease-in-out infinite pulse
}

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

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.custom-live-counter p {
    margin: 0;
    font-size: 15px;
    color: #222;
    white-space: nowrap
}

.accordion-group {
    border: 1px solid #eee;
    margin: 8px 0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow .3s
}

.accordion-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    transition: background-color .2s;
    position: relative
}

.accordion-title:hover {
    background-color: #fafafa
}

.accordion-title::before {
    font-family: sallaicons;
    font-size: 15px;
    margin-left: 6px;
    display: inline-block;
    transition: transform .3s
}

.accordion-title::after {
    content: "+";
    font-size: 14px;
    margin-right: auto;
    transition: transform .2s, color .2s
}

.accordion-group.open .accordion-title::after {
    content: "-"
}

.accordion-group.open .accordion-title::before {
    transform: rotate(25deg)
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 14px;
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    background: #fff;
    transition: .4s cubic-bezier(.4, 0, .2, 1)
}

.accordion-group.open .accordion-content {
    max-height: 600px;
    opacity: 1;
    padding: 12px 14px
}

.accordion-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
    color: #1d1d1f;
    margin: 0 auto
}

.accordion-content thead tr {
    border-bottom: 1px solid transparent
}

.accordion-content th {
    padding: 6px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: #b5838d;
    letter-spacing: .2px
}

.accordion-content td {
    padding: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    font-size: 12px
}

.icon-size::before {
    content: "\ee27"
}

.policy-sidebar .description,
.s-product-options-option-label small,
.s-rating-stars-reviews {
    color: #fff
}

.s-product-options-grid-mode input:checked+div,
.s-product-options-grid-mode-span:hover {
    background-color: #000;
    border-color: #fff;
    color: #fff
}

.collection-sidebar .title,
.form-label,
.form-label b,
.form-label span,
.policy-sidebar .title,
.policy-sidebar i,
.s-filters-label,
.s-filters-option-name,
.s-filters-widget-title,
.s-filters-widget-values,
.s-product-options-multiple-options-wrapper label,
.s-product-options-option-label {
    color: #fff !important
}

.s-cart-summary-count {
    background-color: #B5838D
}



section.circle-links-1 .s-slider-wrapper,
section.circle-links-2 .s-slider-wrapper {
    max-width: 80%;
}

section.circle-links-1 .s-slider-wrapper .swiper,
section.circle-links-2 .s-slider-wrapper .swiper {
    overflow: visible;
}

section.circle-links-1 .overflow-hidden.rounded-full,
section.circle-links-2 .overflow-hidden.rounded-full {
    border: 2px solid #B5838D;
}

img.img-fluid {
    filter: invert(1);
}