/* scrollbar */

body {
    --sb-track-color: #383636;
    --sb-thumb-color: #c5a657;
    --sb-size: 14px;
}

body::-webkit-scrollbar {
    width: var(--sb-size)
}

body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 1px;
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color)
                        var(--sb-track-color);
    }
}
/* colors */

/* product colors */
.product-entry .btn--add-to-cart button {
    border-color: #C5A657;
}
.s-button-primary-outline {
    color: #C5A657;
}
.s-button-primary-outline:hover {
    background-color: #C5A657;
}
.s-button-btn:hover {
    opacity: 1;
}
/* footer */
.store-footer {
    background: #C5A657;
    background: linear-gradient(90deg, rgba(214, 214, 214, 1) 0%, #c5a657 100%);
}
.store-footer__inner {
    background: #C5A657;
    background: linear-gradient(90deg, rgba(176, 176, 176, 1) 0%, #c5a657 100%);
    border-bottom: 2px dashed #ffffff;
}
.store-footer__info-bar {
    background: #C5A657;
    background: linear-gradient(90deg, #d6d6d6 0%, #c5a657 100%);
}

.store-footer .s-social-link a {
    background-color: #c5a657;
}

/* links */
a {
    color: black;
}
.store-footer .s-contacts-item:hover {
    opacity: 1;
    color: white;
}
.store-footer .s-menu-footer-list a:hover {
    opacity: 1;
    color: white;
}
.store-footer h3 {
    color: #1A1A1A;
}

.main-menu li>a:hover {
    color: #c5a657;
    opacity: 1;
}
.product-tabs .tabs a.is-active {
    color: #c5a657;
    border-color: #c5a657;
}

salla-slider .s-slider-block__title-nav .s-slider-nav-arrow {
    border-color: #c5a657;
}
.s-slider-nav-arrow svg {
    fill: #c5a657;
}


/* menu  */
[dir="rtl"] .side-panel .close-menu {
    left: 0;
    top: 0px;
}

.side-panel .close-menu {
    border-radius: 0px;
}


/* buttons */


.s-button-primary {
    background-color: #c5a657 !important;
    border-color: #c5a657 !important;
}
.promotion-badge {
    background-color: #007F5F;
}
.s-button-primary {
    background-color: #c5a657;
    border-color: transparent;
}
.s-quantity-input-button:hover {
    fill: #c5a657;
}
.s-add-product-button-mini-checkout {
  background-color: transparent;
  border-radius: 13px;
  transition: all 0.3s ease;
}
.s-add-product-button-mini-checkout:hover {
  background-color: #C5A657;
}
.s-add-product-button-mini-checkout-content {
  background-color: transparent;
  color: #C5A657;
  transition: all 0.3s ease;
}

.s-add-product-button-mini-checkout:hover .s-add-product-button-mini-checkout-content {
  color: white;
}
/* images */
img {
    object-fit: cover !important;
}

/* product details */
salla-button .s-button-outline {
    border-color: #C5A657;
}
.s-button-text {
    color: #c5a657 !important;
}
.s-button-primary-outline:hover {
    background-color: #c5a657;
}
.s-button-primary-outline:hover .s-button-text {
    color: black !important;
}

/* profile */
nav[aria-label="Sidebar"] {
    margin-top: 2rem;
}
/* text */
.text-primary {
    color: #c5a657;
}
.tamara-product-widget span {
    color: #f35944;
}

.top-navbar {
    background: #C5A657;
    background: linear-gradient(90deg, #d6d6d6 0%, #c5a657 100%);
}
.topnav-link-item:hover {
    color: white;
}
.btn--rounded-gray:hover {
    background-color: white;
}

.navbar-brand img {
    max-height: 3rem;
    animation: logoAnimation 3s infinite;
}

@keyframes logoAnimation {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.9;
    }
    50% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    75% {
        transform: scale(1.1) rotate(-5deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}
.s-product-card-image img {
    object-fit: cover;
}
.s-product-card-entry .s-product-card-image::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.s-product-card-entry:hover .s-product-card-image::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.s-block--features__item .feature-icon {
    background-color: #C5A657;
}
.s-block--features__item .feature-icon i {
    color: white;
}
.s-block--features_item .s-block--features_item h2 {
    color: #C5A657;
}
.s-block--features__item:hover {
    --tw-shadow: 5px 10px 30px #2b2d342e;
}
.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.s-cart-summary-wrapper:hover .header-btn__icon.icon {
    color: #c5a657;
    border-color: #c5a657;
}
.header-btn__icon.icon {
    transition: all 0.3s ease;
}
.s-cart-summary-wrapper:hover .header-btn__icon.icon {
    color: #c5a657;
    border-color: #c5a657;
}

.form-input {
    border-radius: 12px;
}
.banner--fixed img {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease-out forwards, wave 5s ease-in-out infinite;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.sicon-heart:before {
    content: "\eca1";
    color: #f35944;
}
.s-button-icon .s-button-text {
    display: flex;
    padding: 4px;
}
.s-product-card-entry:hover {
    border: 1px solid #c5a657;
}
/* الحاوية العامة */
.s-slider-container {
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* السلايد */
.s-reviews-swiper-slide {
    margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 1rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.s-reviews-swiper-slide:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* الصورة الرمزية */
.s-reviews-testimonial__avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #C5A657; /* لون ذهبي */
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* النص */
.s-reviews-testimonial__text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 1rem;
    font-weight: 500;
}
.s-reviews-testimonial__name_wrapper {
    margin-top: 1rem;
}
/* الاسم */
.s-reviews-testimonial__info h2 {
    font-size: 1.2rem;
    color: #C5A657; /* الذهبي */
    margin-left:1rem;
    margin-bottom: 0.5rem;
}

/* النجوم */
.s-rating-stars-btn-star svg {
    fill: #C5A657 !important;
    width: 22px;
    height: 22px;
}

/* الأيقونة الزخرفية */
.s-reviews-testimonial__icon svg {
    fill: #C5A657;
    opacity: 0.8;
}

.s-block--testimonials .s-slider-block__title-nav {
    top: 50% !important;
}
.store-footer a {
    transition: all 0.3s ease;
}

.s-social-list {
    margin-top:1rem;
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    justify-content: start;
}

/* كل رابط */
.s-social-link a {
    display: inline-flex;
    align-items: star;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f5f5f5; /* خلفية خفيفة */
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* الأيقونة نفسها */
.s-social-icon svg {
    width: 24px;
    height: 24px;
    fill: #C5A657; /* الذهبي */
    transition: fill 0.3s ease;
}

/* عند المرور hover */
.s-social-link a:hover {
    background-color: #C5A657;
    transform: translateY(-4px);
}

.s-social-link a:hover .s-social-icon svg {
    fill: #fff;
}
.s-comment-form-action salla-button button {
    background-color: #c5a657;
    border-color: transparent;
}
.s-block__title h2,
.s-slider-block__title h2,
.s-reviews-header {
    color: #C5A657;
    text-shadow: 0 0 5px #C5A657;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #C5A657;
    }
    100% {
        text-shadow: 0 0 20px #977e41;
    }
}
.cart .s-button-text,
.s-button-text.s-infinite-scroll-btn-text{
    color: white !important;
    opacity: 1;
}
[dir=rtl] .gradient-bg {
    background: linear-gradient(90deg, rgba(214, 214, 214, 1) 0%, rgba(197, 166, 87, 1) 100%);
}
.s-breadcrumb-primary-reverse li {
    color: black;
}
.s-reviews-display-all {

    color: #c5a657;
}
.s-reviews-display-all-icon svg {
    fill: #c5a657;
}
.s-product-card-fit-height .s-product-card-image {
    height: 25rem;
    max-height: 25rem;
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-bottom: 1rem;
    }
}
@media (min-width: 1024px) {
    .navbar-brand img {
        max-height: 5rem;
    }
}
@media (min-width: 1024px) {
    .navbar-brand {
        overflow: hidden;
    }
}
@media (min-width: 1024px) {
    .s-contacts-header {
        display: none;
    }
}
@media (min-width: 1280px) {
    .s-contacts-header {
        display: flex;
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a:hover {
        color: white;
        background-color: #c5a657;
        transform: translateY(-5px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }
}
@media (min-width: 640px) {
    .container {
        max-width: 640px !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px !important;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px !important;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px !important;
    }
}
@media (min-width: 1024px) {
    .profile-header {
        height: 5rem;
    }
}