@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//khayratalreef.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1.2") format("woff2");
}

: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);
}
.page :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;

}@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;
    }
}



}

