/*
Theme Name: Smiley Marketplace
Theme URI: https://we-smiley.com
Author: Smiley
Description: ثيم مخصص لمتجر سمايلي (مطبعة، متجر هدايا، بيع بالجملة). مبني ليعمل مع ووكومرس، خفيف، ومصمم عربي RTL بالكامل.
Version: 1.0
Requires PHP: 7.4
Text Domain: smiley
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=IBM+Plex+Mono:wght@500;600&display=swap');

:root{
  --red:#E5252B;
  --red-deep:#B81E23;
  --red-tint:#FDEBEA;
  --orange:#FF6A00;
  --gold:#FFB800;
  --green:#0A8A3B;
  --green-tint:#E7F6EC;
  --navy:#1F3F73;
  --navy-deep:#152D52;
  --ink:#1A1A1A;
  --ink-soft:#5F5F5F;
  --ink-faint:#9A9A9A;
  --bg:#F3F3F3;
  --white:#FFFFFF;
  --line:#E6E6E6;
  --font-d:'Cairo',sans-serif;
  --font-m:'IBM Plex Mono',monospace;
  --r:8px;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--font-d);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;padding-bottom:66px;}
img,svg{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
button{font-family:inherit;border:none;background:none;cursor:pointer;}
.container{max-width:1240px;margin:0 auto;padding:0 16px;}
.mono{font-family:var(--font-m);}
h1,h2,h3{font-family:var(--font-d);}

.section{padding:34px 0;}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;}
.section-head h2{font-size:20px;font-weight:800;display:flex;align-items:center;gap:8px;}
.section-head .see-all{font-size:13px;font-weight:700;color:var(--red);display:flex;align-items:center;gap:4px;}
.section-head .see-all svg{width:13px;height:13px;}

/* ===== utility bar ===== */
.utility-bar{background:var(--ink);color:#C9C9C9;font-size:11.5px;}
.utility-inner{display:flex;align-items:center;justify-content:space-between;padding:7px 16px;max-width:1240px;margin:0 auto;gap:10px;overflow-x:auto;white-space:nowrap;}
.utility-inner span{display:inline-flex;align-items:center;gap:5px;}

/* ===== header ===== */
header.site-header{position:sticky;top:0;z-index:50;background:var(--white);box-shadow:0 1px 0 var(--line);}
.header-top{display:flex;align-items:center;gap:14px;padding:12px 16px;max-width:1240px;margin:0 auto;}
.logo{display:flex;align-items:center;gap:8px;flex-shrink:0;}
.logo-mark{width:36px;height:36px;border-radius:8px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;}
.logo-text{font-weight:900;font-size:18px;color:var(--ink);}
.search-wrap{flex:1;display:flex;border:2px solid var(--red);border-radius:99px;overflow:hidden;background:#fff;}
.search-wrap input{flex:1;border:none;outline:none;padding:10px 16px;font-family:inherit;font-size:13.5px;background:transparent;}
.search-wrap button{background:var(--red);color:#fff;padding:0 18px;display:flex;align-items:center;justify-content:center;}
.search-wrap button svg{width:17px;height:17px;stroke:#fff;}
.header-icons{display:flex;align-items:center;gap:4px;flex-shrink:0;}
.hicon{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;}
.hicon:hover{background:var(--bg);}
.hicon svg{width:20px;height:20px;stroke:var(--ink);}
.hicon .badge{position:absolute;top:2px;left:2px;background:var(--red);color:#fff;font-size:9px;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
@media(max-width:640px){.search-wrap{display:none;}}

.header-nav{background:var(--ink);}
.header-nav .container{display:flex;gap:0;overflow-x:auto;white-space:nowrap;}
.header-nav ul{display:flex;}
.header-nav a{padding:11px 16px;font-size:13.5px;font-weight:700;color:#E6E6E6;flex-shrink:0;display:block;}
.header-nav a.hot,.header-nav .hot a{color:var(--gold);}
.header-nav a:hover{color:#fff;}

/* ===== category strip ===== */
.cat-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;}
.cat-strip::-webkit-scrollbar{display:none;}
.cat-item{flex:0 0 76px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;}
.cat-circle{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;overflow:hidden;}
.cat-circle img{width:100%;height:100%;object-fit:cover;}
.cat-item span{font-size:11px;font-weight:700;color:var(--ink-soft);}
@media(min-width:760px){.cat-strip{display:grid;grid-template-columns:repeat(9,1fr);overflow:visible;}.cat-item{flex:auto;}}

/* ===== services ===== */
.svc-grid{display:grid;grid-template-columns:1fr;gap:10px;}
@media(min-width:760px){.svc-grid{grid-template-columns:repeat(3,1fr);}}
.svc-card{border-radius:var(--r);padding:20px;color:#fff;display:flex;align-items:center;gap:14px;}
.svc-card.c1{background:linear-gradient(120deg,#FF6A00,#E5252B);}
.svc-card.c2{background:linear-gradient(120deg,#1F3F73,#152D52);}
.svc-card.c3{background:linear-gradient(120deg,#0A8A3B,#0A5C2A);}
.svc-icon{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.svc-icon svg{width:24px;height:24px;stroke:#fff;}
.svc-card h3{font-size:16.5px;font-weight:800;}
.svc-card p{font-size:12px;opacity:.9;margin-top:3px;}

/* ===== banner grid ===== */
.banner-grid{display:grid;grid-template-columns:1fr;gap:10px;}
@media(min-width:760px){.banner-grid{grid-template-columns:2fr 1fr;}}
.banner-main{background:linear-gradient(120deg,var(--red) 0%, var(--orange) 100%);border-radius:var(--r);padding:32px 26px;color:#fff;position:relative;overflow:hidden;min-height:220px;display:flex;flex-direction:column;justify-content:center;gap:10px;}
.banner-main::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle, rgba(255,255,255,0.13) 2px, transparent 2.4px);background-size:22px 22px;}
.banner-main > *{position:relative;}
.banner-main .tag{font-size:12px;font-weight:800;background:rgba(255,255,255,0.22);display:inline-flex;padding:5px 12px;border-radius:99px;width:fit-content;}
.banner-main h1{font-size:clamp(24px,4.2vw,34px);font-weight:900;line-height:1.25;max-width:420px;}
.banner-main .btn{margin-top:8px;background:#fff;color:var(--red);font-weight:800;padding:11px 22px;border-radius:99px;width:fit-content;font-size:13.5px;}
.banner-side{display:flex;flex-direction:column;gap:10px;}
.banner-small{border-radius:var(--r);padding:20px;color:#fff;flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:100px;}
.banner-small.navy{background:linear-gradient(120deg,var(--navy),var(--navy-deep));}
.banner-small.dark{background:linear-gradient(120deg,#2B2B2B,#141414);}
.banner-small .tag{font-size:10.5px;font-weight:700;opacity:.8;}
.banner-small h3{font-size:16.5px;font-weight:800;margin-top:2px;}
.banner-small a{font-size:12.5px;font-weight:700;color:var(--gold);margin-top:6px;display:flex;align-items:center;gap:4px;}

/* ===== coupon strip ===== */
.coupon-strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;}
.coupon{flex:0 0 210px;background:var(--red-tint);border:1.5px dashed var(--red);border-radius:var(--r);padding:14px 16px;display:flex;flex-direction:column;gap:2px;position:relative;}
.coupon .amt{font-size:20px;font-weight:900;color:var(--red);}
.coupon .cond{font-size:11.5px;color:var(--ink-soft);}
.coupon .code{margin-top:6px;font-family:var(--font-m);font-size:10.5px;background:#fff;border:1px solid var(--red);color:var(--red);padding:3px 8px;border-radius:4px;width:fit-content;font-weight:700;}

/* ===== flash deals ===== */
.flash-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:16px;}
.flash-title h2{color:var(--red);font-size:21px;font-weight:900;display:flex;align-items:center;gap:6px;}
.timer{display:flex;gap:5px;align-items:center;}
.timer .box{background:var(--ink);color:#fff;font-family:var(--font-m);font-weight:700;font-size:13px;padding:5px 8px;border-radius:5px;min-width:30px;text-align:center;}
.timer .sep{color:var(--ink);font-weight:800;}

/* ===== product grid (custom cards used on front page) ===== */
.pgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;}
@media(min-width:640px){.pgrid{grid-template-columns:repeat(3,1fr);}}
@media(min-width:900px){.pgrid{grid-template-columns:repeat(5,1fr);}}
.pgrid.scroller{display:flex;overflow-x:auto;gap:10px;}
.pgrid.scroller .pcard{flex:0 0 165px;}
.pcard{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;position:relative;transition:box-shadow .15s;}
.pcard:hover{box-shadow:0 6px 18px -8px rgba(0,0,0,0.18);}
.pcard .badge-discount{position:absolute;top:8px;right:8px;background:var(--red);color:#fff;font-size:10.5px;font-weight:800;padding:3px 7px;border-radius:5px;z-index:2;}
.pcard .badge-best{position:absolute;top:8px;left:8px;background:var(--gold);color:var(--ink);font-size:9.5px;font-weight:800;padding:3px 7px;border-radius:5px;z-index:2;}
.pthumb{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:34px;overflow:hidden;background:#F3F3F3;}
.pthumb img{width:100%;height:100%;object-fit:cover;}
.pinfo{padding:10px 11px 12px;}
.pinfo h4{font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.4;min-height:34px;}
.pinfo a{display:block;}
.price-row{display:flex;align-items:baseline;gap:6px;margin-top:8px;}
.price-row .now{font-size:15px;font-weight:900;color:var(--red);}
.price-row .old{font-size:11.5px;color:var(--ink-faint);text-decoration:line-through;}
.rating-row{display:flex;align-items:center;gap:5px;margin-top:5px;}
.rating-row .stars{color:var(--gold);font-size:11px;letter-spacing:1px;}
.rating-row .orders{font-size:10.5px;color:var(--ink-faint);}

/* ===== wholesale banner ===== */
.wholesale-banner{background:linear-gradient(120deg,var(--navy),var(--navy-deep));border-radius:var(--r);padding:30px 24px;color:#fff;position:relative;overflow:hidden;}
.wholesale-banner::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle, rgba(255,255,255,0.08) 2px, transparent 2.4px);background-size:20px 20px;}
.wholesale-banner > *{position:relative;}
.wholesale-banner .tag{background:rgba(255,255,255,0.18);display:inline-flex;font-size:11.5px;font-weight:800;padding:5px 12px;border-radius:99px;}
.wholesale-banner h2{font-size:clamp(20px,3.4vw,28px);font-weight:900;margin-top:10px;}
.wholesale-banner p{font-size:14px;opacity:.85;margin-top:8px;max-width:460px;}
.tier-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.tier-chip{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.25);border-radius:8px;padding:8px 14px;font-size:12.5px;font-weight:700;display:flex;gap:6px;}
.tier-chip b{color:var(--gold);}
.wholesale-banner .btn{margin-top:18px;background:var(--gold);color:var(--navy-deep);font-weight:900;padding:11px 24px;border-radius:99px;width:fit-content;font-size:13.5px;display:inline-flex;}

/* ===== trust badges ===== */
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;}
@media(min-width:700px){.trust-grid{grid-template-columns:repeat(4,1fr);}}
.trust-item{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:16px;display:flex;align-items:center;gap:10px;}
.trust-item .ic{width:38px;height:38px;border-radius:50%;background:var(--green-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.trust-item .ic svg{width:19px;height:19px;stroke:var(--green);}
.trust-item span{font-size:12.5px;font-weight:700;}

/* ===== testimonials ===== */
.testi-scroller{display:flex;gap:10px;overflow-x:auto;}
.testi-card{flex:0 0 250px;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:16px;}
.testi-stars{color:var(--gold);font-size:12px;letter-spacing:1px;}
.testi-card p{margin-top:8px;font-size:13px;color:var(--ink-soft);}
.testi-name{margin-top:10px;font-weight:800;font-size:12.5px;}
.testi-name span{display:block;font-weight:400;color:var(--ink-faint);font-size:11px;}

/* ===== footer ===== */
footer{background:var(--ink);color:#B8B8B8;margin-top:10px;}
.footer-inner{padding:38px 16px 20px;max-width:1240px;margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:1fr;gap:26px;}
@media(min-width:760px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;}}
.footer-col h5{font-size:13px;color:#fff;margin-bottom:12px;font-weight:800;}
.footer-col li{margin-bottom:8px;font-size:12.5px;}
.footer-col a:hover{color:var(--red);}
.footer-brand .logo-text{color:#fff;}
.footer-brand p{margin-top:10px;font-size:12.5px;max-width:260px;}
.social-row{display:flex;gap:8px;margin-top:14px;}
.social-row a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;}
.social-row svg{width:14px;height:14px;stroke:#B8B8B8;}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:26px;padding-top:16px;font-size:11.5px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;}

/* ===== fab & tabbar ===== */
.wa-fab{position:fixed;bottom:82px;left:16px;z-index:60;width:52px;height:52px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px -6px rgba(37,211,102,0.55);}
.wa-fab svg{width:25px;height:25px;fill:#fff;}
@media(min-width:900px){.wa-fab{bottom:22px;}}
.mobile-tabbar{position:fixed;bottom:0;right:0;left:0;z-index:55;background:#fff;border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:8px 4px 10px;}
.mobile-tabbar a{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;font-weight:700;color:var(--ink-faint);padding:4px 8px;}
.mobile-tabbar a svg{width:19px;height:19px;stroke:var(--ink-faint);}
.mobile-tabbar a.active{color:var(--red);}
.mobile-tabbar a.active svg{stroke:var(--red);}
@media(min-width:900px){.mobile-tabbar{display:none;}body{padding-bottom:0;}}

/* =====================================================
   WooCommerce default templates reskin
   (applies on shop / category / single product pages
   which use WooCommerce's own templates automatically)
   ===================================================== */
.woocommerce ul.products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none;margin:0;padding:0;}
@media(min-width:640px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr);}}
@media(min-width:900px){.woocommerce ul.products{grid-template-columns:repeat(4,1fr);}}
.woocommerce ul.products li.product{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:0 0 12px;position:relative;}
.woocommerce ul.products li.product img{border-radius:var(--r) var(--r) 0 0;aspect-ratio:1/1;object-fit:cover;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px;font-weight:600;padding:10px 11px 0;}
.woocommerce ul.products li.product .price{color:var(--red);font-weight:900;padding:0 11px;display:block;margin-top:6px;}
.woocommerce ul.products li.product .price del{color:var(--ink-faint);font-weight:400;opacity:1;}
.woocommerce ul.products li.product .price ins{text-decoration:none;}
.woocommerce ul.products li.product .button{margin:10px 11px 0;background:var(--ink);color:#fff;border-radius:99px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-block;}
.woocommerce ul.products li.product .onsale{position:absolute;top:8px;right:8px;left:auto;background:var(--red);color:#fff;font-size:10.5px;font-weight:800;border-radius:5px;padding:3px 7px;min-height:auto;min-width:auto;line-height:1;}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product form.cart .button{border-radius:var(--r);}
.woocommerce div.product form.cart .button{background:var(--red);color:#fff;font-weight:800;padding:12px 26px;border-radius:99px;}
.woocommerce nav.woocommerce-pagination ul{border:none;gap:6px;display:flex;}
.woocommerce nav.woocommerce-pagination ul li{border:none;}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--line);border-radius:6px;}
.woocommerce-page .container-wc{max-width:1240px;margin:0 auto;padding:24px 16px 50px;}

/* =====================================================
   صفحة المنتج المفرد
   ===================================================== */
.single-product-wrap{padding:24px 16px 60px;}

/* مسار التصفح (breadcrumb) */
.single-product-wrap .woocommerce-breadcrumb{font-size:12.5px;color:var(--ink-faint);margin-bottom:18px;}
.single-product-wrap .woocommerce-breadcrumb a{color:var(--ink-soft);}
.single-product-wrap .woocommerce-breadcrumb a:hover{color:var(--red);}

/* الحاوية الرئيسية: صور + تفاصيل */
.single-product-wrap div.product{
  display:grid;grid-template-columns:1fr;gap:28px;
  background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:20px;
}
@media(min-width:860px){
  .single-product-wrap div.product{grid-template-columns:1fr 1fr;gap:36px;padding:32px;}
}

/* معرض الصور */
.single-product-wrap div.images{margin:0;}
.single-product-wrap div.images img{border-radius:var(--r);border:1px solid var(--line);}
.single-product-wrap .flex-control-thumbs{display:flex;gap:8px;margin-top:10px;padding:0;list-style:none;}
.single-product-wrap .flex-control-thumbs li{width:64px;}
.single-product-wrap .flex-control-thumbs img{border-radius:6px;border:1px solid var(--line);cursor:pointer;}
.single-product-wrap .woocommerce-product-gallery__trigger{background:var(--ink);border-radius:50%;}

/* عمود التفاصيل */
.single-product-wrap div.summary{margin:0;}
.single-product-wrap .product_title{
  font-family:var(--font-d);font-weight:800;font-size:clamp(20px,3vw,28px);
  color:var(--ink);line-height:1.3;
}
.single-product-wrap .woocommerce-product-rating{margin:10px 0;display:flex;align-items:center;gap:8px;}
.single-product-wrap .star-rating{color:var(--gold);font-size:14px;}
.single-product-wrap .woocommerce-review-link{font-size:12.5px;color:var(--ink-faint);}

.single-product-wrap p.price,
.single-product-wrap .price{
  font-family:var(--font-m);font-size:24px;font-weight:900;color:var(--red);
  margin:14px 0;display:block;
}
.single-product-wrap p.price del{color:var(--ink-faint);font-weight:400;font-size:16px;opacity:1;margin-inline-end:8px;}
.single-product-wrap p.price ins{text-decoration:none;}

.single-product-wrap .woocommerce-product-details__short-description{
  color:var(--ink-soft);font-size:14.5px;line-height:1.8;margin:14px 0 20px;
  padding-bottom:20px;border-bottom:1px dashed var(--line);
}

/* نموذج الإضافة للسلة والمتغيرات */
.single-product-wrap form.cart{margin-top:16px;}
.single-product-wrap table.variations{width:100%;margin-bottom:16px;border:none;}
.single-product-wrap table.variations td{padding:6px 0;border:none;}
.single-product-wrap table.variations label{font-size:13px;font-weight:700;color:var(--ink);}
.single-product-wrap table.variations select{
  width:100%;padding:10px 12px;border:1.5px solid var(--line);border-radius:8px;
  font-family:inherit;font-size:14px;background:#fff;
}
.single-product-wrap .reset_variations{font-size:12px;color:var(--red);margin-top:6px;display:inline-block;}

.single-product-wrap .quantity{display:inline-block;margin-inline-end:10px;}
.single-product-wrap .quantity input.qty{
  width:70px;padding:12px;border:1.5px solid var(--line);border-radius:8px;
  font-family:var(--font-m);text-align:center;font-size:14px;
}
.single-product-wrap button.single_add_to_cart_button{
  background:var(--red);color:#fff;font-weight:800;font-size:14.5px;
  padding:13px 30px;border-radius:99px;border:none;cursor:pointer;
  transition:background .15s;
}
.single-product-wrap button.single_add_to_cart_button:hover{background:var(--red-deep);}
.single-product-wrap .stock{
  margin-top:14px;font-size:13px;font-weight:700;
  color:var(--green);display:inline-flex;align-items:center;gap:6px;
}
.single-product-wrap .stock.out-of-stock{color:var(--red);}

.single-product-wrap .product_meta{
  margin-top:20px;padding-top:16px;border-top:1px solid var(--line);
  font-size:12.5px;color:var(--ink-faint);
}
.single-product-wrap .product_meta a{color:var(--ink-soft);}

/* شارات ثقة أسفل زر الشراء */
.single-product-wrap div.summary::after{
  content:"🚚 توصيل لكل الضفة الغربية  •  💵 الدفع عند الاستلام متاح";
  display:block;margin-top:18px;font-size:12.5px;color:var(--ink-soft);
  background:var(--bg);padding:10px 14px;border-radius:8px;
}

/* التبويبات (الوصف / التقييمات) */
.single-product-wrap .woocommerce-tabs{
  margin-top:30px;background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
}
.single-product-wrap .woocommerce-tabs ul.tabs{
  display:flex;gap:0;list-style:none;margin:0;padding:0;
  border-bottom:1px solid var(--line);background:var(--bg);
}
.single-product-wrap .woocommerce-tabs ul.tabs li{margin:0;}
.single-product-wrap .woocommerce-tabs ul.tabs li a{
  display:block;padding:14px 22px;font-weight:700;font-size:13.5px;color:var(--ink-soft);
}
.single-product-wrap .woocommerce-tabs ul.tabs li.active a{color:var(--red);background:#fff;}
.single-product-wrap .woocommerce-tabs .panel{padding:24px;font-size:14px;color:var(--ink-soft);line-height:1.8;}
.single-product-wrap .woocommerce-tabs h2{font-size:16px;font-weight:800;color:var(--ink);margin-bottom:12px;}

/* المنتجات ذات صلة */
.single-product-wrap .related.products{margin-top:36px;}
.single-product-wrap .related.products > h2{
  font-family:var(--font-d);font-weight:800;font-size:19px;color:var(--ink);margin-bottom:16px;
}

/* صور مفقودة أثناء الاستيراد (placeholder) */
.single-product-wrap img[src*="placeholder"],
.woocommerce ul.products img[src*="placeholder"]{
  background:var(--bg);padding:20%;opacity:.5;
}
