/* Developed By Hashem Mdoukh +972-597965309 */

:root {
    --primary-color: #c39747;
      --secondary-color: #000000 !important;
    --white-color: #FFFFFF;
}

/* Cat */

.itme-categories a {
    overflow: visible;
}

.itme-categories-image {
    box-shadow:0 2px 10px var(--primary-color);
    border-radius: 10px;
}

.itme-categories {
  padding-top: 10px;
}

/* Tabs */
.s-tabs-header salla-tab-header {
    border-radius: 10px;
}

.s-tabs-header-item.s-tabs-active {
    border-radius: 7px !important;
}

.s-tabs-header {
    border-width: 0;
}


/*Products*/
.swiper.s-slider-container {
  padding-bottom: 15px !important;  
}

@media (max-width: 768px) {
  
.square-photos-grid {
  flex-wrap: nowrap !important;
}

}
.swiper-wrapper {
  margin: 10px 0;
}

.product-entry {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 0 2px var(--primary-color),
        0 0 5px var(--primary-color),
        0 0 10px var(--primary-color) !important;
    border: 2px solid var(--primary-color);
}

.product-card__price {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 700
}


.s-button-wide.s-button-primary-outline,
.cart .s-button-primary {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border: 2px solid var(--white-color);
    box-shadow: 2px 2px 10px #00000065;
    position: relative;
  overflow: hidden;
}

.s-button-wide.s-button-primary-outline::before,
.cart .s-button-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-20deg);
    animation: shine 1s linear infinite;
}

.cart .shadow-default {
    border: 1px solid var(--primary-color);
}


.s-button-wide.s-button-primary-outline i {
    content: '';
    display: inline-block;
    background-image: url(https://i.ibb.co/L0K4zL3/wired-outline-139-basket-2.gif) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 9px
}

.product-card__promotion {
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 7px;
}

.sicon-shopping:before {
    display: none;
}

.product-card.product-card--horizontal .product-card__buttons div button {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.product-card.product-card--horizontal .product-card__buttons div:hover button {
    background: var(--white-color);
    border: 1px solid var(--secondary-color);
    transition: .3s
}

.s-button-wide.s-button-primary-outline i {
    content: '';
    display: inline-block;
    background-image: url(https://i.ibb.co/L0K4zL3/wired-outline-139-basket-2.gif) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.product-card.product-card--horizontal .addToCart__btn salla-button .s-button-element.s-button-btn:hover {
    background: var(--secondary-color) !important;
}

.product-card--horizontal .sicon-shopping:before {
    display: none;
}

.product-card--horizontal .product-card__buttons>div button i {
    color: var(--white-color);
}

.s-block--tabs-produtcs.as-grid .product-card--horizontal .product-card__image a img {
    padding-top: 0px;
}

.s-button-disabled {
    background: var(--primary-color);
}



/* FAQs */
.accordion-content-all {
    box-shadow: 4px 4px 10px -4px var(--primary-color);
}

.accordion {
    background: var(--primary-color);
    color: var(--white-color);
}

.accordion i {
    background: var(--white-color);
    color: #000;
}

.s-block--statisticsAll .statistics-list__item {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 22px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.s-block--statisticsAll .statistics-list__item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(195, 151, 71, 0.25), transparent 70%);
    top: -60px;
    right: -60px;
    opacity: 0.6;
    transition: 0.4s ease;
}

.statistics-list__item:hover::before {
    transform: scale(1.2);
    opacity: 0.8;
}

.s-block--statisticsAll .statistics-list__item .outer,
.s-block--statisticsAll .statistics-list__item .wrap,
.s-block--statisticsAll .statistics-list__item .inner {
    background: transparent !important;
    border: none !important;
}

/* Icon */
.s-block--statisticsAll .statistics-list__item .icon {
    color: #c39747 !important;
    font-size: 38px;
    filter: drop-shadow(0 0 12px rgba(195, 151, 71, 0.6));
}

/* Number */
.s-block--statisticsAll .statistics-list__item strong {
    font-size: 34px;
    font-weight: 700;
    background: linear-gradient(45deg, #f5d78e, #c39747);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}


.s-block--statisticsAll .statistics-list__item p {
    color: #c39747;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-top: 8px;
    opacity: 0.9;
}


/* =========================
   CLIVE NICHE Testimonial
========================= */

.testimonials-content {
    background: radial-gradient(circle at top left, #1c1c1c, #0d0d0d 60%);
    border: 1px solid rgba(195, 151, 71, 0.6);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    position: relative;
    transition: all 0.4s ease;
    box-shadow:
        0 0 0 1px #c39747,
        0 5px 20px rgba(195, 151, 71, 0.3);
}

/* Golden Glow Effect */
.testimonials-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(195, 151, 71, 0.08),
            transparent 40%);
    pointer-events: none;
}

/* Client Image */
.testimonial-pic {
    border: 3px solid #c39747;
    box-shadow:
        0 0 0 3px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(195, 151, 71, 0.5);
}

/* Client Name */
.testimonials-content strong {
    color: #f5d78e;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Stars */
.s-rating-stars-wrapper svg {
    fill: #c39747 !important;
    filter: drop-shadow(0 0 6px rgba(195, 151, 71, 0.6));
}

/* Quote Icon */
.sicon-quote {
    color: #c39747 !important;
    opacity: 0.07 !important;
}

/* Testimonial Text */
.testimonials-content p {
    color: #e8e8e8;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
    font-weight: 300;
}

.testimonials-content::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(45deg, #c39747, transparent, #c39747);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.2;
    pointer-events: none;
}
/* إضافة نص أصلي 100% فوق رابط الماركة في متجر كليف نيش */
.product-details__brand::before {
    content: "أصلي 100% ✅";
    display: block;
    color: #27ae60 !important; /* لون أخضر جذاب */
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: inherit;
}
/* كود خاص لمتجر كليف نيش لإضافة نص أصلي 100% */
.product-single .product-details__brand::before {
    content: "أصلي 100% ✅";
    display: inline-block !important;
    color: #27ae60 !important; /* اللون الأخضر */
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    width: 100%;
    clear: both;
}

/* لضمان ترتيب العناصر فوق بعضها */
.product-details__brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}