:root {
	--wd-text-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,255,255);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(16,97,1);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,255,255);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(247,247,250);
	background-image: none;
}
 {
	color: rgb(255,255,255);
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(247,247,250);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Mat-Jar 400";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Mat-Jar 700";
	font-weight: 700;
	font-style: normal;
}

.searchform input[type="text"] {
    height: 40px;
}

.footer-sidebar {
    padding-top: 0px !important;
}
.woocommerce-additional-fields>h3 {
    display: none !important;
}



.milk-graphic {
  position: fixed;
  top: 0;
  width: 220px;
  height: 100vh;
  pointer-events: none;
  z-index: 0;

  background-repeat: no-repeat;
  background-size: contain;
}

/* الشمال */
.milk-left {
  left: 0;
  background-image: url("https://khayratalreef.com/wp-content/uploads/2026/06/left.png");
}

/* اليمين */
.milk-right {
  right: 0;
  background-image: url("https://khayratalreef.com/wp-content/uploads/2026/06/left.png");
  transform: scaleX(-1);
}

/* طبقة السائل الوهمية */
.milk-liquid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  height: 0%;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.9),
    rgba(255,255,255,0.6),
    transparent
  );

  animation: liquidFlow 3s ease-in-out infinite;
}

@keyframes liquidFlow {
  0% { height: 0%; opacity: 0.2; }
  50% { height: 100%; opacity: 0.9; }
  100% { height: 0%; opacity: 0.2; }
}


.new-products{
    padding:60px 20px;
    text-align:center;
}

.new-products h2{
    color:#2E5B2B;
    font-size:40px;
    margin-bottom:35px;
}

.products-row{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.poster{
    width:350px;
    height:310px;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:all .4s ease;
}

.poster img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.poster-title{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(transparent,rgba(0,0,0,.8));
    color:#fff;
    padding:35px 15px 20px;
    font-size:18px;
    font-weight:bold;
}

.poster:hover{
    transform:translateY(-12px) scale(1.06);
    box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.poster:hover img{
    transform:scale(1.08);
}

@media(max-width:768px){

    .products-row{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:10px;
        scrollbar-width:none;
    }

    .products-row::-webkit-scrollbar{
        display:none;
    }

    .poster{
        min-width:170px;
        height:240px;
    }

    .new-products h2{
        font-size:30px;
    }
}

/* تعديل لون الاسعار للابيض */
.price, .woocommerce-Price-amount, .amount {
  color: #000000 !important;
}


.cheese-hero{

max-width:1300px;
margin:60px auto;
padding:60px;

background:#fffdf8;

border-radius:30px;

display:flex;
align-items:center;
justify-content:space-between;

box-shadow:0 15px 40px rgba(0,0,0,.08);

overflow:hidden;

direction:rtl;

}

.hero-content{

width:48%;

}

.hero-label{

display:inline-block;

background:#1f7a35;
color:#fff;

padding:10px 20px;

border-radius:30px;

font-size:15px;

margin-bottom:20px;

}

.hero-content h1{

font-size:55px;

color:#18592d;

margin:15px 0;

font-weight:800;

}

.hero-content p{

font-size:22px;

color:#666;

line-height:1.8;

margin-bottom:25px;

}

.hero-features{

display:flex;

gap:15px;

flex-wrap:wrap;

margin-bottom:30px;

}

.hero-features span{

background:#edf8ef;

color:#1f7a35;

padding:10px 18px;

border-radius:25px;

font-weight:bold;

}

.hero-btn{

display:inline-block;

background:#1f7a35;

color:#fff;

padding:16px 35px;

border-radius:35px;

text-decoration:none;

font-size:20px;

transition:.3s;

}

.hero-btn:hover{

background:#145728;

transform:translateY(-3px);

}

.hero-image{

width:45%;

position:relative;

display:flex;
justify-content:center;
align-items:center;

}

.cheese{

width:330px;

position:relative;

z-index:2;

animation:float 4s ease-in-out infinite;

filter:drop-shadow(0 20px 30px rgba(0,0,0,.18));

}

.bag{

position:absolute;

width:220px;

left:0;

bottom:0;

opacity:.95;

z-index:1;

animation:float2 5s ease-in-out infinite;

filter:drop-shadow(0 20px 25px rgba(0,0,0,.12));

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

}

@keyframes float2{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(15px);

}

}

@media(max-width:900px){

.cheese-hero{

flex-direction:column-reverse;

padding:30px;

text-align:center;

}

.hero-content,
.hero-image{

width:100%;

}

.hero-content h1{

font-size:38px;

}

.hero-content p{

font-size:18px;

}

.hero-features{

justify-content:center;

}

.cheese{

width:220px;

}

.bag{

width:150px;

left:20px;

}

}


/*الشريط*/

.top-marquee{
width:100%;
overflow:hidden;
background:#2E7D32;
padding:14px 0;
white-space:nowrap;
}

.marquee-content{

display:inline-block;

color:#000;

font-size:18px;

font-weight:bold;

animation:marquee 20s linear infinite;

}

.marquee-content span{

margin-right:60px;

}

@keyframes marquee{

0%{
transform:translateX(100%);
}

100%{
transform:translateX(-100%);
}

}


/*تقييم العملاء*/

.review-section{

display:flex;

gap:20px;

justify-content:center;

flex-wrap:wrap;

margin:50px 0;

}

.review-card{

width:300px;

background:#fff;

padding:25px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

text-align:center;

font-size:22px;

transition:.4s;

}

.review-card:hover{

transform:translateY(-8px);

}

.review-card p{

margin-top:15px;

font-size:17px;

color:#333;

}

/*التصنيع*/

.kr-journey{
    padding:100px 20px;
    background:#F5FFF5;
    text-align:center;
    overflow:hidden;
}

.kr-journey h2{
    font-size:42px;
    margin-bottom:70px;
    color:#2E7D32;
    font-weight:bold;
}

.timeline{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:nowrap;
}

.item{
    width:170px;
    position:relative;
}

.circle{
    width:100px;
    height:100px;
    margin:auto;
    border-radius:50%;
    background:#ffffff;
    border:3px solid #2E7D32;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:45px;
    box-shadow:0 15px 35px rgba(46,125,50,.15);
    transition:all .4s ease;
}

.circle:hover{
    transform:translateY(-12px) scale(1.1);
    background:#2E7D32;
    color:#ffffff;
    box-shadow:0 20px 45px rgba(46,125,50,.35);
}

.item h3{
    margin-top:20px;
    font-size:24px;
    color:#2E7D32;
}

.item p{
    font-size:15px;
    color:#555;
    line-height:1.7;
}

.line{
    width:90px;
    height:5px;
    margin-top:48px;
    background:#C8E6C9;
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.line:before{
    content:"";
    position:absolute;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,#2E7D32,#66BB6A,#2E7D32);
    animation:moveLine 3s linear infinite;
}

@keyframes moveLine{
    100%{
        left:100%;
    }
}

@media(max-width:991px){

.timeline{
    flex-direction:column;
    align-items:center;
}

.line{
    width:5px;
    height:70px;
    margin:15px 0;
}

}


/*صوره المزرعه*/
.farm-section {
    padding: 80px 20px;
    background: transparent;
    direction: rtl;
}

.farm-container {
    max-width: 1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.farm-image {
    width:50%;
    position:relative;
}

.farm-image img {
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:40px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.leaf-badge {
    position:absolute;
    bottom:25px;
    right:25px;
    background:rgba(255,255,255,0.85);
    padding:15px 25px;
    border-radius:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    color:#3b8b35;
    font-weight:bold;
}

.farm-content {
    width:50%;
}

.farm-content h2 {
    font-size:42px;
    color:#2f6b2b;
    margin-bottom:20px;
}

.farm-content p {
    font-size:18px;
    line-height:2;
    color:#555;
}

.farm-features {
    display:flex;
    gap:15px;
    margin:35px 0;
}

.farm-features div {
    background:rgba(255,255,255,0.55);
    backdrop-filter:blur(10px);
    padding:20px;
    border-radius:20px;
    text-align:center;
    flex:1;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.farm-features strong {
    display:block;
    margin:10px 0;
    color:#2f6b2b;
}

.farm-features span {
    font-size:13px;
    color:#777;
}


/* زر شفاف */

.farm-btn {
    display:inline-block;
    background:transparent !important;
    color:#3b8b35;
    padding:15px 40px;
    border-radius:30px;
    border:2px solid #3b8b35;
    text-decoration:none;
    transition:.3s;
    font-weight:bold;
}

.farm-btn:hover {
    background:#3b8b35 !important;
    color:#fff;
    transform:translateY(-3px);
}


@media(max-width:768px){

    .farm-container{
        flex-direction:column;
    }

    .farm-image,
    .farm-content{
        width:100%;
    }

    .farm-content h2{
        font-size:30px;
    }

    .farm-features{
        flex-direction:column;
    }

}

/*=================================
    Floating Banner - Top Left خل التفاح
=================================*/

.floating-banner{

    position:fixed;

    top:100px;      /* المسافة من أعلى */
    left:20px;      /* المسافة من الشمال */

    width:230px;

    z-index:9999;

    animation:fadeIn .7s ease;

}

.floating-banner img{

    width:100%;
    display:block;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

    transition:.35s;

}

.floating-banner img:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.close-banner{

    position:absolute;

    top:-10px;
    right:-10px;

    width:30px;
    height:30px;

    border:none;

    border-radius:50%;

    background:#fff;

    cursor:pointer;

    font-size:18px;

    box-shadow:0 5px 15px rgba(0,0,0,.2);

}

@keyframes fadeIn{

    from{

        opacity:0;
        transform:translateY(-20px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/* إخفاؤه في الموبايل */
@media(max-width:992px){

    .floating-banner{

        display:none;

    }

}


/* بانر التنويه=========================================
   Floating Warning Banner
   ========================================= */

.warning-floating-banner {

    position: fixed !important;

    left: 15px !important;
    right: auto !important;

    bottom: 20px !important;

    width: 330px;

    max-width: 28vw;

    background: #ffffff;

    border-radius: 14px;

    overflow: visible;

    z-index: 999998;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);

    animation: warningBannerIn 0.6s ease-out;

    direction: rtl;
}


/* =========================================
   الصورة
   ========================================= */

.warning-banner-image {

    width: 100%;

    overflow: hidden;

    border-radius: 14px;

    line-height: 0;
}


.warning-banner-image img {

    display: block;

    width: 100%;

    height: auto;

    max-width: 100%;

    object-fit: contain;
}


/* =========================================
   زرار X
   ========================================= */

.warning-close-banner {

    position: absolute;

    top: -12px;

    right: -12px;

    width: 34px;

    height: 34px;

    padding: 0;

    border: 2px solid #ffffff;

    border-radius: 50%;

    background: #ffffff;

    color: #333333;

    font-size: 26px;

    font-weight: bold;

    line-height: 28px;

    text-align: center;

    cursor: pointer;

    z-index: 20;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.30);

    transition: all 0.25s ease;
}


/* حركة X */

.warning-close-banner:hover {

    transform: rotate(90deg) scale(1.12);

    background: #d62828;

    color: #ffffff;

}


/* =========================================
   حركة ظهور البانر
   ========================================= */

@keyframes warningBannerIn {

    from {

        opacity: 0;

        transform: translateX(-50px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}


/* =========================================
   عند الإغلاق
   ========================================= */

.warning-floating-banner.warning-hidden {

    opacity: 0;

    transform: translateX(-50px);

    transition: all 0.35s ease;

    pointer-events: none;
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 1000px) {

    .warning-floating-banner {

        left: 12px !important;

        width: 290px;

        max-width: 30vw;

    }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 768px) {

    .warning-floating-banner {

        left: 10px !important;

        bottom: 15px !important;

        width: 200px;

        max-width: 60vw;

    }

    .warning-close-banner {

        width: 30px;

        height: 30px;

        top: -10px;

        right: -10px;

        font-size: 23px;

        line-height: 25px;

    }

}


/* =========================================
   Mobile Small
   ========================================= */

@media (max-width: 480px) {

    .warning-floating-banner {

        left: 8px !important;

        bottom: 12px !important;

        width: 220px;

        max-width: 60vw;

    }

}

/* =========================================================
   🍦 خيرات الريف - بانر الآيس كريم
   ثابت أعلى اليمين
========================================================= */

.icecream-floating-banner {

    position: fixed !important;

    right: 15px !important;
    left: auto !important;

    top: 12px !important;

    transform: none;

    width: 300px;
    max-width: 20vw;

    background: #ffffff;

    border-radius: 10px;

    overflow: visible;

    z-index: 999999;

    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.28);

    animation: icecreamBannerIn 0.6s ease-out;

    direction: rtl;
}


/* =========================================================
   صورة الآيس كريم
========================================================= */

.icecream-banner-image {

    width: 100%;

    overflow: hidden;

    border-radius: 16px 16px 0 0;

    line-height: 0;
}


.icecream-banner-image img {

    display: block;

    width: 100%;

    height: auto;

    max-width: 100%;

    object-fit: contain;
}


/* =========================================================
   زر X
========================================================= */

.icecream-close-banner {

    position: absolute;

    top: -14px;
    right: -14px;

    width: 36px;
    height: 36px;

    padding: 0;

    border: 2px solid #ffffff;

    border-radius: 50%;

    background: #ffffff;

    color: #333333;

    font-size: 28px;

    font-weight: bold;

    line-height: 30px;

    text-align: center;

    cursor: pointer;

    z-index: 20;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.30);

    transition: all 0.25s ease;
}


.icecream-close-banner:hover {

    transform: rotate(90deg) scale(1.12);

    background: #d62828;

    color: #ffffff;
}


/* =========================================================
   جزء الفروع
========================================================= */

.icecream-branches {

    padding: 10px;
}


/* =========================================================
   عنوان الفروع
========================================================= */

.branches-title {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    font-size: 16px;

    color: #222222;

    margin-bottom: 3px;

    text-align: center;
}


.branches-title span {

    font-size: 17px;

}


.branches-title strong {

    font-weight: 700;

}


/* =========================================================
   النص الصغير
========================================================= */

.branches-subtitle {

    text-align: center;

    font-size: 11px;

    color: #777777;

    margin-bottom: 8px;
}


/* =========================================================
   قائمة الفروع
========================================================= */

.branches-list {

    display: flex;

    flex-direction: column;

    gap: 7px;
}


/* =========================================================
   أزرار الفروع
========================================================= */

.icecream-floating-banner .branch-item {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 9px 12px;

    border: none;

    border-radius: 9px;

    background: #f5f5f5;

    color: #222222 !important;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.25s ease;

    text-align: right;

    font-family: inherit;

    box-sizing: border-box;

    outline: none;
}


/* =========================================================
   Hover
========================================================= */

.icecream-floating-banner .branch-item:hover {

    background: #e8e8e8;

}


/* =========================================================
   الفرع المفتوح
========================================================= */

.icecream-floating-banner .branch-item.branch-active {

    background: #e8e8e8;

}


/* =========================================================
   اسم الفرع
========================================================= */

.branch-name {

    flex: 1;

}


/* =========================================================
   السهم
========================================================= */

.branch-arrow {

    font-size: 18px;

    line-height: 1;

    margin-right: 8px;

    transition: transform 0.25s ease;

}


/* =========================================================
   دوران السهم عند فتح الفرع
========================================================= */

.icecream-floating-banner
.branch-item.branch-active
.branch-arrow {

    transform: rotate(180deg);

}


/* =========================================================
   عنوان الفرع
   مخفي افتراضيًا
========================================================= */

.icecream-floating-banner .branch-address {

    display: none;

    width: 100%;

    box-sizing: border-box;

    padding: 9px 12px;

    margin-top: -3px;

    margin-bottom: 2px;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 0 0 9px 9px;

    color: #555555;

    font-size: 11px;

    line-height: 1.7;

    text-align: right;
}


/* =========================================================
   العنوان عند فتح الفرع
========================================================= */

.icecream-floating-banner
.branch-address.address-open {

    display: block;

}


/* =========================================================
   حركة دخول الآيس كريم
========================================================= */

@keyframes icecreamBannerIn {

    from {

        opacity: 0;

        transform: translateX(50px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}


/* =========================================================
   عند الإغلاق
========================================================= */

.icecream-floating-banner.banner-hidden {

    opacity: 0;

    transform: translateX(50px);

    transition: all 0.35s ease;

    pointer-events: none;

}


/* =========================================================
   🍦 Tablet
========================================================= */

@media (max-width: 1000px) {

    .icecream-floating-banner {

        right: 15px !important;

        width: 340px;

        max-width: 34vw;

    }

}


/* =========================================================
   🍦 Mobile
========================================================= */

@media (max-width: 768px) {

    .icecream-floating-banner {

        right: 10px !important;

        top: 20px !important;

        width: 220px;

        max-width: 55vw;

    }


    .icecream-close-banner {

        width: 26px;

        height: 26px;

        top: -8px;

        right: -8px;

        font-size: 20px;

        line-height: 22px;

    }


    .icecream-branches {

        padding: 7px 7px 8px;

    }


    .branches-title {

        font-size: 13px;

    }


    .branches-subtitle {

        font-size: 10px;

        margin-bottom: 5px;

    }


    .branch-item {

        padding: 5px 6px;

        font-size: 9px;

    }

}


/* =========================================================
   🍦 Mobile Small
========================================================= */

@media (max-width: 480px) {

    .icecream-floating-banner {

        right: 10px !important;

        top: 8px !important;

        width: 200px;

        max-width: 55vw;

    }


    .branches-list {

        gap: 5px;

    }


    .branch-item {

        font-size: 9px;

        padding: 5px 7px;

    }

}


/* =========================================================
   🔥 خيرات الريف - عروض اليوم
   ثابتة على اليمين تحت الآيس كريم
========================================================= */

.khayrat-daily-offers {

    position: fixed !important;

    right: 15px !important;

    left: auto !important;

    /*
       JavaScript هيحدد مكانها تلقائيًا
       تحت الآيس كريم
    */
    top: 620px;

    width: 300px;

    max-width: 30vw;

    margin: 0 !important;

    background: #ffffff;

    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);

    direction: rtl;

    display: block;

    z-index: 999998;
}


/* =========================================================
   عنوان العروض
========================================================= */

.khayrat-daily-offers .daily-offers-title {

    padding: 12px 10px;

    text-align: center;

    font-size: 21px;

    font-weight: 700;

    color: #000000;
}


/* =========================================================
   صورة العرض
========================================================= */

.khayrat-daily-offers .daily-offers-image {

    width: 180px;

    height: 180px;

    margin: 0 auto;

    border-radius: 12px;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;
}


.khayrat-daily-offers .daily-offers-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;
}


/* =========================================================
   نص العرض
========================================================= */

.khayrat-daily-offers .daily-offers-text {

    padding: 10px 10px;

    text-align: center;

    font-size: 14px;

    color: #000000;
}


/* =========================================================
   زر العرض
========================================================= */

.khayrat-daily-offers .daily-offers-button {

    display: block;

    width: fit-content;

    margin: 0 auto 15px;

    padding: 9px 20px;

    background: #2e7d32;

    color: #ffffff !important;

    text-align: center;

    text-decoration: none !important;

    border-radius: 10px;

    font-size: 14px;

    font-weight: 700;

    transition: 0.3s;
}


.khayrat-daily-offers .daily-offers-button:hover {

    opacity: 0.85;
}



/* =========================================================
   زر إغلاق العروض
========================================================= */

.khayrat-daily-offers .daily-offers-close {

    position: absolute;

    top: 8px;

    left: 8px;

    width: 30px;

    height: 30px;

    border: none;

    border-radius: 50%;

    background: rgba(0, 0, 0, 0.65);

    color: #ffffff;

    font-size: 21px;

    line-height: 25px;

    cursor: pointer;

    z-index: 10;
}


/* =========================================================
   🔥 عروض اليوم - Tablet
========================================================= */

@media (max-width: 1000px) {

    .khayrat-daily-offers {

        right: 15px !important;

        width: 270px;

        max-width: 30vw;
    }

    .khayrat-daily-offers .daily-offers-image {

        width: 160px;

        height: 160px;
    }
}


/* =========================================================
   🔥 عروض اليوم - Mobile
========================================================= */

@media (max-width: 768px) {

    .khayrat-daily-offers {

        right: 10px !important;

        width: 250px;

        max-width: 65vw;
    }

    .khayrat-daily-offers .daily-offers-title {

        font-size: 18px;

        padding: 9px;
    }

    .khayrat-daily-offers .daily-offers-image {

        width: 140px;

        height: 140px;
    }

    .khayrat-daily-offers .daily-offers-text {

        font-size: 12px;

        padding: 8px;
    }

    .khayrat-daily-offers .daily-offers-button {

        font-size: 12px;

        padding: 8px 16px;

        margin-bottom: 10px;
    }
}


/* =========================================================
   🔥 عروض اليوم - Mobile Small
========================================================= */

@media (max-width: 480px) {

    .khayrat-daily-offers {

        right: 8px !important;

        width: 220px;

        max-width: 58vw;
    }

    .khayrat-daily-offers .daily-offers-image {

        width: 120px;

        height: 120px;
    }

    .khayrat-daily-offers .daily-offers-title {

        font-size: 16px;
    }
}

/* =========================================================
   صفحة جميع المنتجات - باقي النصوص أسفل العنوان
========================================================= */

body.woocommerce-shop .main-page-wrapper *,
body.post-type-archive-product .main-page-wrapper * {
    color: #000000 !important;
}

/* Breadcrumb */
body.woocommerce-shop .breadcrumbs,
body.woocommerce-shop .breadcrumbs a,
body.post-type-archive-product .breadcrumbs,
body.post-type-archive-product .breadcrumbs a {
    color: #000000 !important;
}

/* وصف الصفحة */
body.woocommerce-shop .shop-page-title,
body.woocommerce-shop .shop-page-title *,
body.post-type-archive-product .shop-page-title,
body.post-type-archive-product .shop-page-title * {
    color: #000000 !important;
}

/* عدد المنتجات - مثال: عرض 12 من 24 */
body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count {
    color: #000000 !important;
}

/* الترتيب */
body.woocommerce-shop .woocommerce-ordering *,
body.post-type-archive-product .woocommerce-ordering * {
    color: #000000 !important;
}

/* Pagination */
body.woocommerce-shop .pagination *,
body.post-type-archive-product .pagination * {
    color: #000000 !important;
}@media (min-width: 1025px) {
	.social-login-btn {
    margin-right: 4%;
    margin-left: 4%;
}.product-card img{
    transition: 0.3s ease;
}

.product-card:hover img{
    transform: scale(1.08);
}
html, body {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* إجبار كل الأبناء المباشرين للـ body */
body > * {
    background: transparent !important;
}

/* أهم نقطة: تغطية أي wrapper مخفي */
body div,
body section,
body main,
body header,
body footer {
    background-color: transparent !important;
}

/* إزالة أي خلفية من ووردبريس بالكامل */
#page,
.site,
.wp-site-blocks,
.wp-site-blocks * {
    background: transparent !important;
}

/* الخلفية الأساسية (أفتح وأنعم) */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -999999;

    background:
        radial-gradient(circle at 15% 20%, rgba(255, 252, 248, 0.95), transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(245, 230, 210, 0.30), transparent 60%),
        radial-gradient(circle at 50% 100%, rgba(210, 190, 165, 0.18), transparent 65%),
        linear-gradient(135deg, #fffaf5 0%, #f6eee4 40%, #ead9c4 70%, #fdf8f3 100%);
}
}

@media (min-width: 577px) and (max-width: 767px) {
	body {
    background-color: #f6f3ee;
    font-family: Arial, sans-serif;
}

.searchform input[type="text"] {
    height: 40px;
}

.footer-sidebar {
    padding-top: 0px !important;
}
.woocommerce-additional-fields>h3 {
    display: none !important;
}



.milk-graphic {
  position: fixed;
  top: 0;
  width: 220px;
  height: 100vh;
  pointer-events: none;
  z-index: 0;

  background-repeat: no-repeat;
  background-size: contain;
}

/* الشمال */
.milk-left {
  left: 0;
  background-image: url("https://khayratalreef.com/wp-content/uploads/2026/06/left.png");
}

/* اليمين */
.milk-right {
  right: 0;
  background-image: url("https://khayratalreef.com/wp-content/uploads/2026/06/left.png");
  transform: scaleX(-1);
}

/* طبقة السائل الوهمية */
.milk-liquid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  height: 0%;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.9),
    rgba(255,255,255,0.6),
    transparent
  );

  animation: liquidFlow 3s ease-in-out infinite;
}

@keyframes liquidFlow {
  0% { height: 0%; opacity: 0.2; }
  50% { height: 100%; opacity: 0.9; }
  100% { height: 0%; opacity: 0.2; }
}


.new-products{
    padding:60px 20px;
    text-align:center;
}

.new-products h2{
    color:#2E5B2B;
    font-size:40px;
    margin-bottom:35px;
}

.products-row{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.poster{
    width:350px;
    height:310px;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:all .4s ease;
}

.poster img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.poster-title{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(transparent,rgba(0,0,0,.8));
    color:#fff;
    padding:35px 15px 20px;
    font-size:18px;
    font-weight:bold;
}

.poster:hover{
    transform:translateY(-12px) scale(1.06);
    box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.poster:hover img{
    transform:scale(1.08);
}

@media(max-width:768px){

    .products-row{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:10px;
        scrollbar-width:none;
    }

    .products-row::-webkit-scrollbar{
        display:none;
    }

    .poster{
        min-width:170px;
        height:240px;
    }

    .new-products h2{
        font-size:30px;
    }
}



}

@media (max-width: 576px) {
	body {
    background-color: #f6f3ee;
    font-family: Arial, sans-serif;
}
.searchform input[type="text"] {
    height: 40px;
}

.footer-sidebar {
    padding-top: 0px !important;
}
.woocommerce-additional-fields>h3 {
    display: none !important;
}



.milk-graphic {
  position: fixed;
  top: 0;
  width: 220px;
  height: 100vh;
  pointer-events: none;
  z-index: 0;

  background-repeat: no-repeat;
  background-size: contain;
}

/* الشمال */
.milk-left {
  left: 0;
  background-image: url("https://khayratalreef.com/wp-content/uploads/2026/06/left.png");
}

/* اليمين */
.milk-right {
  right: 0;
  background-image: url("https://khayratalreef.com/wp-content/uploads/2026/06/left.png");
  transform: scaleX(-1);
}

/* طبقة السائل الوهمية */
.milk-liquid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  height: 0%;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.9),
    rgba(255,255,255,0.6),
    transparent
  );

  animation: liquidFlow 3s ease-in-out infinite;
}

@keyframes liquidFlow {
  0% { height: 0%; opacity: 0.2; }
  50% { height: 100%; opacity: 0.9; }
  100% { height: 0%; opacity: 0.2; }
}


.new-products{
    padding:60px 20px;
    text-align:center;
}

.new-products h2{
    color:#2E5B2B;
    font-size:40px;
    margin-bottom:35px;
}

.products-row{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.poster{
    width:350px;
    height:310px;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:all .4s ease;
}

.poster img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.poster-title{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(transparent,rgba(0,0,0,.8));
    color:#fff;
    padding:35px 15px 20px;
    font-size:18px;
    font-weight:bold;
}

.poster:hover{
    transform:translateY(-12px) scale(1.06);
    box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.poster:hover img{
    transform:scale(1.08);
}

@media(max-width:768px){

    .products-row{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:10px;
        scrollbar-width:none;
    }

    .products-row::-webkit-scrollbar{
        display:none;
    }

    .poster{
        min-width:170px;
        height:240px;
    }

    .new-products h2{
        font-size:30px;
    }
}



}

