:root {
    --primary-brown: #4a3222;
    --accent-gold: #c9a24b;
    --gold-light: #e3c583;
    --bg-cream: #faf5ec;
    --card-bg: #ffffff;
    --text-dark: #2c1d11;
    --text-muted: #9c8468;
}


::selection {
    background-color: var(--accent-gold, #c9a24b);
    color: #ffffff;
}

::-moz-selection {
    background-color: var(--accent-gold, #c9a24b);
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track {
    background: #f5f0e6;
}

::-webkit-scrollbar-thumb {
    background-color: var(--accent-gold, #c9a24b);
    border-radius: 10px;
    border: 2px solid #f5f0e6;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-brown, #4a3222);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--accent-gold, #c9a24b) #f5f0e6;
}

.overflow-auto {
    overflow: hidden !important;
}
.s-block--features {
    padding-top: 10px;
    padding-bottom: 40px;
}

.s-block--features .s-block-title,
.s-block--features h1,
.s-block--features>h2 {
    color: var(--text-dark, #2c1d11);
    font-weight: 700;
    margin-bottom: 28px;
}

.s-block--features__item {
    background: var(--card-bg, #ffffff);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(74, 50, 34, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.s-block--features__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 26px rgba(74, 50, 34, 0.14);
}

.s-block--features__item .feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-gold, #c9a24b), var(--primary-brown, #4a3222));
    transition: transform .25s ease;
}

.s-block--features__item:hover .feature-icon {
    transform: scale(1.08) rotate(-4deg);
}

.s-block--features__item .feature-icon i {
    font-size: 28px;
    color: #ffffff;
}

.s-block--features__item h2 {
    color: var(--text-dark, #2c1d11);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.s-block--features__item p {
    color: #7e4a0c;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 767px) {
    .s-block--features__item {
        padding: 24px 14px;
    }

    .s-block--features__item .feature-icon {
        width: 58px;
        height: 58px;
    }

    .s-block--features__item .feature-icon i {
        font-size: 22px;
    }
}

.s-button-primary-outline:hover {
    background-color: #2c1d11 !important;
    color: #f3e2c2 !important;
    opacity: 1 !important;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    color: #f3e2c2 !important;
    background-color: #2c1d11 !important;
}

.s-reviews-testimonial {
    background: var(--card-bg, #ffffff);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 4px 18px rgba(74, 50, 34, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.s-reviews-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(74, 50, 34, 0.14);
}

.s-reviews-testimonial__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    gap: 16px;
    position: relative;
    height: auto !important;
}

.s-reviews-testimonial__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--accent-gold, #c9a24b);
    padding: 2px;
    flex-shrink: 0;
    order: 0;
}

.s-reviews-testimonial__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.s-reviews-testimonial__text {
    order: 1;
    flex-grow: 0 !important;
}

.s-reviews-testimonial__text p {
    color: var(--text-dark, #2c1d11);
    font-size: 14.5px;
    line-height: 1.9;
    margin: 0 0 16px;
}

.s-reviews-testimonial__name_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
    padding-top: 14px;
    margin-top: auto;
}

.s-reviews-testimonial__info h2 {
    color: var(--text-dark, #2c1d11);
    font-size: 14px;
    font-weight: 700;
}

.s-reviews-testimonial__rating svg {
    fill: var(--accent-gold, #c9a24b) !important;
}

.s-reviews-testimonial__icon {
    position: absolute;
    top: -4px;
    left: 0;
    opacity: 0.9;
    order: -1;
}

.s-reviews-testimonial__icon svg {
    width: 26px;
    height: 26px;
    fill: var(--accent-gold, #c9a24b);
}

@media (max-width: 767px) {
    .s-reviews-testimonial {
        padding: 20px 18px;
    }

    .s-reviews-testimonial__text p {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir=rtl], [dir=rtl] *) {
        padding-left: 0 !important;
    }
}

.s-slider-nav-arrow {
    background-color: var(--primary-brown, #4a3222) !important;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(74, 50, 34, 0.25);
    transition: background-color .2s ease, transform .2s ease;
    border: none;
}

.s-slider-nav-arrow .s-slider-button-icon svg,
.s-slider-nav-arrow .s-slider-button-icon path {
    fill: var(--gold-light, #e3c583) !important;
    color: var(--gold-light, #e3c583) !important;
}

.s-slider-nav-arrow:hover {
    background-color: var(--accent-gold, #c9a24b) !important;
    transform: scale(1.05);
}

.s-slider-nav-arrow:hover .s-slider-button-icon svg,
.s-slider-nav-arrow:hover .s-slider-button-icon path {
    fill: var(--primary-brown, #4a3222) !important;
    color: var(--primary-brown, #4a3222) !important;
}


.store-footer,
.store-footer__inner,
.store-footer .container {
    background-color: var(--primary-brown) !important;
}

.store-footer {
    color: #f4e9d8;
    position: relative;
    padding-top: 6px;
}

.store-footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: repeating-linear-gradient(-45deg,
            var(--accent-gold) 0 10px,
            var(--gold-light) 10px 20px);
}

.store-footer__inner {
    padding-top: 48px;
    padding-bottom: 32px;
}

.store-footer h3 {
    color: var(--gold-light);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.store-footer h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--accent-gold);
}

.store-footer .lg\:col-span-2>a {
    margin-bottom: 8px;
}

.store-footer .lg\:col-span-2>a h3 {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 0;
}

.store-footer .lg\:col-span-2>a h3::after {
    display: none;
}

.store-footer div.max-w-sm.leading-6.mb-6 {
    margin: auto;
}

.store-footer p,
.store-footer .copyright-text p {
    color: #e6d7c3;
    line-height: 1.9;
    font-size: 14px;
}

.store-footer .s-menu-footer-list {
    display: flex;
    flex-direction: column;
}

.store-footer .s-menu-footer-item {
    color: #e6d7c3;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s, padding .2s;
    display: inline-block;
    width: fit-content;
}

.store-footer .s-menu-footer-item:hover {
    color: var(--gold-light);
    padding-inline-start: 4px;
}

.store-footer .s-contacts-title {
    color: var(--gold-light);
}

.store-footer .s-contacts-list {
    gap: 12px;
}

.store-footer .s-contacts-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e6d7c3;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s;
}

.store-footer .s-contacts-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.store-footer .s-contacts-icon svg {
    width: 16px;
    height: 16px;
    fill: var(--gold-light);
    color: var(--gold-light);
}

.store-footer .s-contacts-item:hover .s-contacts-icon {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
}

.store-footer .s-contacts-item:hover .s-contacts-icon svg {
    fill: var(--primary-brown);
    color: var(--primary-brown);
}

.store-footer .s-social-list {
    display: flex;
    gap: 10px;
}

.store-footer a:hover {
    opacity: 1 !important;
}

.store-footer .s-social-link a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    margin-top: 10px;
}

.store-footer .s-social-link svg {
    width: 16px;
    height: 16px;
    fill: #f4e9d8;
    transition: fill .2s;
}

.store-footer .s-social-link a:hover {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
}

.store-footer .s-social-link a:hover svg {
    fill: var(--primary-brown);
}

.store-footer salla-apps-icons {
    display: block;
}

.store-footer salla-apps-icons img,
.store-footer salla-apps-icons a {
    filter: brightness(0) invert(1) opacity(.9);
    transition: opacity .2s;
}

.store-footer salla-apps-icons a:hover {
    opacity: 1;
}

.store-footer salla-trust-badges {
    filter: none !important;
    opacity: 1 !important;
}

.store-footer salla-trust-badges img {
    filter: none !important;
    background: #ffffff;
    border-radius: 8px;
    padding: 6px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.s-trust-badges-number {
    color: wheat;
}

.store-footer>div:last-child {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.store-footer .copyright-text p {
    color: #c9b8a3;
    font-size: 13px;
    margin: 0;
}

.store-footer .copyright-text a {
    color: var(--gold-light);
    text-decoration: none;
}

.store-footer .copyright-text a:hover {
    text-decoration: underline;
}

.store-footer .s-payments-list-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.store-footer .s-payments-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.store-footer .s-payments-list li {
    background: #ffffff;
    border-radius: 6px;
    padding: 4px 8px;
}


@media (max-width: 1023px) {
    .store-footer .store-footer__inner {
        text-align: center;
    }

    .store-footer .s-menu-footer-list,
    .store-footer .s-contacts-list {
        align-items: center;
    }

    .store-footer h3::after {
        right: 50%;
        transform: translateX(50%);
    }

    .store-footer .s-social-list,
    .store-footer .contact-social .s-social-list {
        justify-content: center;
        margin-top: 12px;
    }
}

@media (max-width: 991.98px) {

    .store-footer,
    footer,
    salla-footer {
        text-align: center !important;
    }

    .store-footer .ql-align-right,
    .store-footer .text-right,
    .store-footer .text-left,
    .copyright-text,
    .copyright-text p {
        text-align: center !important;
    }

    .store-footer .flex,
    .store-footer .flex-row,
    .store-footer .d-flex {
        justify-content: center !important;
        align-items: center !important;
    }

    .s-menu-footer-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .s-contacts-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .s-contacts-item {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    ul.s-social-list {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
        padding: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    ul.s-social-list li.s-social-link {
        margin: 0 !important;
        display: block !important;
    }

    .store-footer img,
    .store-footer-trust-badges,
    salla-trust-badges {
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px;
    }
}

.s-product-card-wishlist-btn {
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}

.s-product-card-wishlist-btn i.sicon-heart {
    transition: color .25s ease, transform .25s ease;
    display: inline-block;
}

.s-product-card-wishlist-btn:hover {
    border-color: #991b1b !important;
    background-color: rgba(153, 27, 27, 0.08) !important;
}

.s-product-card-wishlist-btn:hover i.sicon-heart {
    color: #991b1b !important;
    animation: heart-pulse .4s ease;
}

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

    30% {
        transform: scale(1.25);
    }

    60% {
        transform: scale(0.95);
    }

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

.s-product-card-wishlist-btn.favorited i.sicon-heart {
    color: #991b1b !important;
}