/*
Theme Name: Web Demo 03 Marketplace
Theme URI: https://zendipit.com/
Author: Zendip
Author URI: https://zendipit.com/
Description: Premium WooCommerce multi-vendor marketplace theme for mobile parts, phone accessories, cases and repair tools. Includes polished responsive storefront design, phone-number customer accounts, optional Google sign-in, RTL support, one-click demo content, vendor-plugin compatibility and fully editable marketplace sections.
Version: 4.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: web-demo-03
Tags: e-commerce, woocommerce, rtl-language-support, custom-logo, custom-menu, featured-images, translation-ready
*/

:root{
  --wd03-primary:#0b67f0;
  --wd03-primary-2:#1854d8;
  --wd03-dark:#061b31;
  --wd03-deep:#092946;
  --wd03-accent:#ff6827;
  --wd03-red:#ce1531;
  --wd03-bg:#f4f7fb;
  --wd03-card:#fff;
  --wd03-text:#142236;
  --wd03-muted:#697a90;
  --wd03-border:#dfe7f0;
  --wd03-success:#15a66b;
  --wd03-warning:#f4a100;
  --wd03-radius:18px;
  --wd03-shadow:0 18px 50px rgba(8,38,74,.09);
  --wd03-shadow-sm:0 8px 24px rgba(8,38,74,.07);
  --wd03-container:1440px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--wd03-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.wd03-container{width:min(calc(100% - 36px),var(--wd03-container));margin-inline:auto}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden}
.button,.btn,button,input[type=submit]{border:0;border-radius:11px;background:var(--wd03-primary);color:#fff;padding:12px 18px;font-weight:850;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.button:hover,.btn:hover,button:hover,input[type=submit]:hover{transform:translateY(-1px);filter:brightness(.98);box-shadow:0 10px 24px rgba(11,103,240,.18)}

/* Top bar / header */
.wd03-topbar{background:#041729;color:#dfeafb;font-size:12px;border-bottom:1px solid rgba(255,255,255,.06)}
.wd03-topbar-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.wd03-country,.wd03-topbar-nav,.wd03-language-switcher,.wd03-language-switcher ul{display:flex;align-items:center;gap:10px}
.wd03-ksa-dot{color:#21b66b;font-size:11px}
.wd03-topbar-nav{gap:20px}
.wd03-topbar a{color:#e9f2ff;opacity:.94}
.wd03-topbar a:hover{opacity:1;color:#fff}
.wd03-language-switcher{margin-inline-start:2px}
.wd03-language-switcher ul{list-style:none;margin:0;padding:0}
.wd03-language-switcher li+li:before,.wd03-language-switcher span+span:before,.wd03-language-switcher a+a:before{content:"|";opacity:.35;margin-inline-end:8px}
.wd03-language-switcher a,.wd03-language-switcher span{font-size:11px;color:#dfeafb}

.wd03-header{position:sticky;top:0;z-index:90;background:#fff;border-bottom:1px solid #eef2f7;box-shadow:0 3px 18px rgba(4,27,49,.03)}
body.admin-bar .wd03-header{top:32px}
.wd03-header-main{display:grid;grid-template-columns:220px minmax(340px,1fr) auto;align-items:center;gap:20px;padding:14px 0}
.wd03-brand{display:flex;align-items:center;min-width:0}
.wd03-brand .custom-logo-link{display:flex}
.wd03-brand img,.wd03-brand .custom-logo{width:210px;max-width:100%;max-height:58px;object-fit:contain;object-position:left center}
.wd03-search form{display:flex;border:1px solid #cfd9e6;background:#fff;border-radius:13px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}
.wd03-search form:focus-within{border-color:#8eb9f6;box-shadow:0 0 0 4px rgba(11,103,240,.07)}
.wd03-search input[type=search]{width:100%;min-width:0;border:0;outline:0;padding:13px 15px;color:#1a2b40;background:transparent}
.wd03-search button{border-radius:0;min-width:58px;font-size:0;position:relative}
.wd03-search button:after{content:"⌕";font-size:23px;line-height:1}
.wd03-head-actions{display:flex;align-items:center;gap:11px}
.wd03-action{display:flex;align-items:center;gap:8px;color:#18324f;position:relative;white-space:nowrap}
.wd03-action-icon{font-size:20px;line-height:1}
.wd03-action-copy{display:grid;line-height:1.06}
.wd03-action-copy small{font-size:9px;color:#7e8999;font-weight:700}
.wd03-action-copy strong{font-size:12px;font-weight:850;margin-top:3px}
.wd03-sell{display:inline-flex;align-items:center;gap:5px;background:linear-gradient(135deg,var(--wd03-accent),#ff8b35);color:#fff;padding:11px 14px;border-radius:11px;font-size:12px;font-weight:900;box-shadow:0 10px 24px rgba(255,104,39,.18)}
.wd03-cart-count{position:absolute;top:-10px;right:-9px;background:#ef3f43;color:#fff;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:10px;border:2px solid #fff}

.wd03-nav{background:linear-gradient(90deg,#061a2f,#082542);color:#fff}
.wd03-nav-inner{display:flex;align-items:center;min-height:48px}
.wd03-allcats{display:flex;align-items:center;gap:8px;align-self:stretch;background:linear-gradient(135deg,#0b6cf6,#0a58d0);padding:0 20px;min-width:188px;font-size:13px;font-weight:900}
.wd03-menu{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;overflow:auto;flex:1}
.wd03-menu li{display:flex}
.wd03-menu li a{display:flex;align-items:center;padding:0 16px;min-height:48px;white-space:nowrap;font-size:12px;font-weight:780;color:#edf5ff}
.wd03-menu li a:hover{background:rgba(255,255,255,.07)}
.wd03-nav-deal{margin-inline-start:auto;color:#ffd25f;font-size:12px;font-weight:900;padding:0 0 0 14px;white-space:nowrap}
.wd03-mobile-toggle{display:none;background:transparent;color:#fff;padding:8px;font-size:22px;box-shadow:none}

.wd03-service-strip{background:#fff;border-bottom:1px solid #edf2f7}
.wd03-service-strip-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:9px 0}
.wd03-service-strip-grid span{font-size:10px;color:#4f6279;text-align:center;font-weight:750}
.wd03-service-strip-grid b{color:#0b67f0;margin-inline-end:4px}

/* Hero */
.wd03-hero-wrap{padding:20px 0 8px;background:linear-gradient(180deg,#f7fbff 0,#fff 100%)}
.wd03-hero{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,.72fr);gap:16px}
.wd03-hero-main{position:relative;min-height:510px;border-radius:22px;overflow:hidden;background:#edf6ff;box-shadow:var(--wd03-shadow)}
.wd03-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.wd03-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,251,255,.99) 0%,rgba(247,251,255,.94) 38%,rgba(247,251,255,.32) 63%,rgba(247,251,255,.02) 100%)}
.wd03-hero-content{position:relative;z-index:2;max-width:720px;padding:58px 52px}
.wd03-eyebrow,.wd03-section-kicker{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#2b659d}
.wd03-hero h1{font-size:clamp(43px,4.7vw,72px);line-height:.98;letter-spacing:-.052em;margin:12px 0 18px;color:#081d34;max-width:680px}
.wd03-hero p{font-size:17px;color:#50637a;max-width:610px;margin:0 0 25px}
.wd03-cta-row{display:flex;align-items:center;gap:11px;flex-wrap:wrap}
.wd03-btn-primary,.wd03-btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:11px;font-size:12px;font-weight:900;transition:.2s}
.wd03-btn-primary{background:linear-gradient(135deg,#ff5f24,#ff7d2b);color:#fff;box-shadow:0 12px 26px rgba(255,95,36,.2)}
.wd03-btn-secondary{border:1px solid #cbd8e8;background:#fff;color:#173b61}
.wd03-btn-primary:hover,.wd03-btn-secondary:hover{transform:translateY(-2px)}
.wd03-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:33px}
.wd03-trust-item{display:flex;align-items:center;gap:9px;min-width:0}
.wd03-trust-icon{width:36px;height:36px;border-radius:11px;background:#e7f1ff;color:#0b67f0;display:grid;place-items:center;flex:0 0 auto;font-size:16px}
.wd03-trust-item div{display:grid;line-height:1.1}
.wd03-trust-item strong{font-size:10px;color:#173b61}
.wd03-trust-item small{font-size:8px;color:#8491a2;margin-top:4px}
.wd03-hero-side{display:grid;gap:16px}
.wd03-side-card{position:relative;display:flex;align-items:flex-start;min-height:247px;padding:24px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#eaf4ff,#f8fbff);box-shadow:var(--wd03-shadow-sm)}
.wd03-side-card.is-dark{background:linear-gradient(145deg,#102d4d,#071c31);color:#fff}
.wd03-side-card>div{position:relative;z-index:2;width:62%}
.wd03-side-card .wd03-side-label{display:inline-block;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#0b67f0;margin-bottom:8px}
.wd03-side-card.is-dark .wd03-side-label{color:#8ec0ff}
.wd03-side-card h3{font-size:24px;line-height:1.04;margin:0 0 8px;letter-spacing:-.035em}
.wd03-side-card p{font-size:12px;line-height:1.45;color:#647991;margin:0 0 16px}
.wd03-side-card.is-dark p{color:#bfd0e3}
.wd03-side-card img{position:absolute;right:-2px;bottom:-6px;width:46%;max-height:86%;object-fit:contain;border-radius:15px;background:#fff;padding:4px;box-shadow:0 10px 30px rgba(8,38,74,.10)}
.wd03-mini-link{display:inline-flex;align-items:center;padding:8px 11px;border-radius:8px;background:#082746;color:#fff;font-size:10px;font-weight:850}
.wd03-side-card.is-dark .wd03-mini-link{background:#fff;color:#082746}

/* Finder */
.wd03-finder-section{padding:14px 0 4px}
.wd03-model-finder{display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(180px,.55fr) minmax(260px,.8fr) auto;gap:12px;align-items:end;background:#fff;border:1px solid var(--wd03-border);border-radius:18px;padding:16px 18px;box-shadow:var(--wd03-shadow-sm)}
.wd03-finder-copy{display:flex;align-items:center;gap:12px;align-self:center}
.wd03-finder-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#eaf3ff;color:#0b67f0;font-size:24px;flex:0 0 auto}
.wd03-finder-copy div{display:grid;line-height:1.15}
.wd03-finder-copy strong{font-size:14px}
.wd03-finder-copy small{font-size:10px;color:#78879a;margin-top:5px}
.wd03-model-finder label{display:grid;gap:5px}
.wd03-model-finder label span{font-size:9px;font-weight:900;text-transform:uppercase;color:#708095;letter-spacing:.06em}
.wd03-model-finder input,.wd03-model-finder select{width:100%;height:44px;border:1px solid #d6e0eb;border-radius:10px;background:#f9fbfd;padding:0 12px;color:#20344b;outline:0}
.wd03-model-finder input:focus,.wd03-model-finder select:focus{border-color:#8db8f2;box-shadow:0 0 0 3px rgba(11,103,240,.06)}
.wd03-model-finder button{height:44px;white-space:nowrap}

/* Sections */
.wd03-section{padding:42px 0}
.wd03-section.alt{background:var(--wd03-bg)}
.wd03-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.wd03-section-head h2{font-size:29px;line-height:1.1;letter-spacing:-.035em;margin:4px 0 0;color:#10243b}
.wd03-section-head p{font-size:12px;color:#76869b;margin:7px 0 0;max-width:760px}
.wd03-viewall{color:#0b67f0;font-size:11px;font-weight:900;white-space:nowrap}

/* Categories */
.wd03-cat-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:11px}
.wd03-cat-card{background:#fff;border:1px solid var(--wd03-border);border-radius:15px;padding:10px;text-align:center;transition:.2s;min-width:0}
.wd03-cat-card:hover{transform:translateY(-4px);box-shadow:var(--wd03-shadow-sm);border-color:#c9d9ee}
.wd03-cat-thumb{aspect-ratio:1/1;border-radius:12px;background:linear-gradient(145deg,#f6f9fc,#fff);display:grid;place-items:center;overflow:hidden;margin-bottom:10px}
.wd03-cat-thumb img{width:100%;height:100%;object-fit:contain;padding:6px;background:#fff}
.wd03-cat-card strong{display:block;font-size:11px;line-height:1.2;min-height:26px;color:#1a2e46}
.wd03-cat-card small{display:block;font-size:8px;color:#8a96a5;margin-top:3px}

/* Products */
.wd03-products{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.wd03-product-card{position:relative;background:#fff;border:1px solid var(--wd03-border);border-radius:16px;overflow:hidden;transition:.2s;min-width:0}
.wd03-product-card:hover{transform:translateY(-4px);box-shadow:var(--wd03-shadow);border-color:#cbd8e8}
.wd03-product-thumb{display:block;aspect-ratio:1/1;background:#fff;overflow:hidden;margin:0}
.wd03-product-thumb img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .24s ease}
.wd03-product-card:hover .wd03-product-thumb img{transform:scale(1.035)}
.wd03-product-body{padding:11px 12px 12px}
.wd03-badge{position:absolute;top:11px;left:11px;z-index:3;background:#ff5f35;color:#fff;padding:5px 7px;border-radius:7px;font-size:8px;font-weight:900;box-shadow:0 5px 14px rgba(255,95,53,.16)}
.wd03-heart{position:absolute;top:9px;right:9px;z-index:3;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);border:1px solid #e1e7ee;color:#5f7186;font-size:18px}
.wd03-heart:hover{color:#e24450;border-color:#f0bdc3}
.wd03-product-cat{font-size:8px;color:#8090a4;text-transform:uppercase;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wd03-product-title{font-size:12px;line-height:1.32;margin:5px 0 7px;min-height:32px;color:#13263d;font-weight:850}
.wd03-product-meta{display:flex;justify-content:space-between;align-items:center;gap:7px;margin-bottom:7px}
.wd03-rating{font-size:9px;color:#f0a000;white-space:nowrap}
.wd03-rating small{font-size:8px;color:#7d8b9e}
.wd03-stock{font-size:8px;color:var(--wd03-success);font-weight:800;white-space:nowrap}
.wd03-price{font-size:15px;font-weight:900;color:#092444;min-height:25px;margin-bottom:8px}
.wd03-price del{font-size:9px;color:#9ba7b5;font-weight:650;margin-inline-start:4px}
.wd03-price ins{text-decoration:none}
.wd03-card-actions{display:grid;grid-template-columns:1fr 34px;gap:7px}
.wd03-product-card .button{display:flex;align-items:center;justify-content:center;width:100%;min-height:35px;padding:7px 9px;font-size:9px;border-radius:9px}
.wd03-quick{display:grid;place-items:center;border:1px solid #d9e3ee;border-radius:9px;color:#0b67f0;font-weight:900;background:#fff}
.wd03-quick:hover{background:#edf5ff}

/* Brands */
.wd03-brand-section{padding-top:34px;padding-bottom:34px}
.wd03-brands{display:grid;grid-template-columns:repeat(10,1fr);gap:9px}
.wd03-brand-pill{display:flex;align-items:center;justify-content:center;gap:8px;min-height:66px;border:1px solid var(--wd03-border);background:#fff;border-radius:13px;padding:8px;transition:.2s}
.wd03-brand-pill:hover{transform:translateY(-2px);box-shadow:var(--wd03-shadow-sm)}
.wd03-brand-pill span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#f1f5fb;color:#0a5bd4;font-size:11px;font-weight:950}
.wd03-brand-pill strong{font-size:10px;color:#1c3148}

/* Vendors */
.wd03-vendors{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.wd03-vendor{display:flex;gap:13px;align-items:center;background:#fff;border:1px solid var(--wd03-border);border-radius:16px;padding:13px;transition:.2s;min-width:0}
.wd03-vendor:hover{box-shadow:var(--wd03-shadow-sm);transform:translateY(-3px)}
.wd03-vendor-photo{width:96px;height:96px;object-fit:cover;border-radius:13px;border:1px solid #e3e9f0;flex:0 0 auto;background:#f6f8fb}
.wd03-vendor-meta{min-width:0;flex:1}
.wd03-vendor-title{display:flex;align-items:center;gap:6px}
.wd03-vendor-title strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wd03-verified{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#11ad72;color:#fff;font-size:9px;flex:0 0 auto}
.wd03-vendor-sub{display:block;font-size:8px;color:#7c8b9d;margin-top:4px}
.wd03-vendor-stats{display:flex;gap:10px;font-size:9px;color:#52677e;font-weight:750;margin-top:8px}
.wd03-vendor-stats span:first-child{color:#d98b00}
.wd03-vendor a{display:inline-block;margin-top:9px;color:#0b67f0;font-size:9px;font-weight:900}

/* Flash sale */
.wd03-flash{display:grid;grid-template-columns:310px minmax(0,1fr);border:1px solid #efc9d0;border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--wd03-shadow-sm)}
.wd03-flash-intro{background:linear-gradient(145deg,#8d0f2a,#ce1531 75%,#eb2947);color:#fff;padding:30px 28px;position:relative;overflow:hidden}
.wd03-flash-intro:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.07);right:-90px;bottom:-90px}
.wd03-flash-label{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#ffd8df}
.wd03-flash-intro h2{font-size:34px;line-height:1.05;margin:8px 0 9px;letter-spacing:-.035em}
.wd03-flash-intro p{font-size:11px;color:#ffe6ea;max-width:250px}
.wd03-timer{display:flex;gap:7px;margin:18px 0 22px}
.wd03-timebox{min-width:55px;padding:8px 7px;background:rgba(0,0,0,.19);border:1px solid rgba(255,255,255,.10);border-radius:9px;text-align:center}
.wd03-timebox b{display:block;font-size:18px;line-height:1}
.wd03-timebox span{display:block;font-size:7px;margin-top:4px;color:#ffdce1}
.wd03-flash-products{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px;background:#fff;min-width:0}
.wd03-flash-products .wd03-product-card{border:0;border-right:1px solid #edf0f4;border-radius:0}
.wd03-flash-products .wd03-product-card:last-child{border-right:0}
.wd03-flash-products .wd03-product-card:hover{box-shadow:none;transform:none}
.wd03-flash-products .wd03-product-thumb{aspect-ratio:1.08/1}

/* Wholesale */
.wd03-wholesale{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center;border-radius:24px;overflow:hidden;padding:36px;background:linear-gradient(135deg,#071c32 0%,#0b3157 65%,#0b67e9 100%);color:#fff;box-shadow:0 22px 58px rgba(7,28,50,.16)}
.wd03-wholesale .wd03-eyebrow{color:#9fc8ff}
.wd03-wholesale h2{font-size:34px;line-height:1.08;letter-spacing:-.035em;margin:8px 0 12px;max-width:760px}
.wd03-wholesale p{color:#c5d6e8;max-width:720px;font-size:13px}
.wd03-wholesale-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative}
.wd03-wholesale-grid>div{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:14px;backdrop-filter:blur(5px)}
.wd03-wholesale-grid strong{display:block;font-size:23px}
.wd03-wholesale-grid span{font-size:8px;color:#c9daec}
.wd03-wholesale-grid img{grid-column:1/-1;width:100%;height:150px;object-fit:cover;border-radius:15px;border:1px solid rgba(255,255,255,.16)}

/* Account promo */
.wd03-account-promo{display:grid;grid-template-columns:1.2fr .9fr;gap:30px;align-items:center;background:linear-gradient(135deg,#071b31 0%,#0a3158 58%,#0b67e9 100%);color:#fff;border-radius:24px;padding:36px;box-shadow:0 20px 54px rgba(8,40,75,.15);position:relative;overflow:hidden}
.wd03-account-promo:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.06);right:-120px;top:-150px}
.wd03-account-promo .wd03-eyebrow{color:#9ec9ff}
.wd03-account-promo h2{font-size:33px;line-height:1.1;letter-spacing:-.035em;margin:8px 0 12px;max-width:800px}
.wd03-account-promo p{font-size:12px;color:#c8d8e9;max-width:720px;margin:0 0 20px}
.wd03-account-promo-cards{display:grid;gap:10px;position:relative;z-index:2}
.wd03-account-promo-cards>div{display:grid;grid-template-columns:42px 1fr;gap:0 11px;align-items:center;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:13px 14px}
.wd03-account-promo-cards>div>span{grid-row:1/3;font-size:19px;width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.10);display:grid;place-items:center}
.wd03-account-promo-cards strong{font-size:12px}
.wd03-account-promo-cards small{font-size:8px;color:#c7d9ec;margin-top:3px}
.wd03-google-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 16px;background:#fff;color:#1d3148;border:1px solid #d8e1ec;border-radius:11px;font-size:11px;font-weight:850}
.wd03-google-button.compact{min-height:46px}
.wd03-google-button.is-ready{opacity:.92}
.wd03-google-g{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4285f4;border:1px solid #e0e5eb;font-weight:950}

/* Benefits / reviews */
.wd03-features{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.wd03-feature{border:1px solid var(--wd03-border);border-radius:16px;background:#fff;padding:20px 15px;text-align:center;transition:.2s}
.wd03-feature:hover{transform:translateY(-3px);box-shadow:var(--wd03-shadow-sm)}
.wd03-feature-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;margin:0 auto;background:#eaf3ff;border:1px solid #cfe0f7;font-size:20px;color:#0b67f0}
.wd03-feature h3{font-size:12px;line-height:1.25;margin:10px 0 5px}
.wd03-feature p{font-size:9px;color:#7a899b;margin:0}
.wd03-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.wd03-review{background:#fff;border:1px solid var(--wd03-border);border-radius:17px;padding:20px;box-shadow:0 8px 24px rgba(7,33,61,.03)}
.wd03-review-stars{font-size:10px;color:#f4a100;font-weight:850;display:flex;justify-content:space-between;gap:10px}
.wd03-review-stars span{font-size:8px;color:#14a66b;background:#ecfaf4;padding:4px 7px;border-radius:999px}
.wd03-review blockquote{font-size:12px;line-height:1.6;color:#53667b;margin:14px 0 16px}
.wd03-review-user{display:flex;align-items:center;gap:9px}
.wd03-review-user>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf3ff;color:#0b67f0;font-weight:950}
.wd03-review-user div{display:grid}
.wd03-review-user strong{font-size:10px}
.wd03-review-user small{font-size:8px;color:#8a97a7}

/* Mobile experience banner */
.wd03-app{display:grid;grid-template-columns:1fr .82fr;gap:28px;align-items:center;padding:31px;border-radius:22px;background:linear-gradient(135deg,#edf7ff,#fff 62%,#eaf2ff);border:1px solid #dce8f5;overflow:hidden}
.wd03-app h2{font-size:31px;letter-spacing:-.035em;margin:6px 0 10px}
.wd03-app p{font-size:12px;color:#687b91;max-width:650px}
.wd03-app-points{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 19px}
.wd03-app-points span{font-size:9px;font-weight:800;color:#2f557b;background:#fff;border:1px solid #d9e5f2;border-radius:999px;padding:6px 9px}
.wd03-app-visual img{width:100%;height:245px;object-fit:cover;border-radius:18px;box-shadow:0 16px 36px rgba(7,39,74,.14)}

/* Footer */
.wd03-footer{background:linear-gradient(135deg,#061a2f,#082846);color:#d7e4f2;margin-top:0}
.wd03-footer-trust{border-bottom:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.025)}
.wd03-footer-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:20px 0}
.wd03-footer-trust-grid>div{display:grid;grid-template-columns:40px 1fr;gap:0 10px;align-items:center}
.wd03-footer-trust-grid>div>span{grid-row:1/3;width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.08);display:grid;place-items:center;font-size:17px}
.wd03-footer-trust-grid strong{font-size:11px;color:#fff}
.wd03-footer-trust-grid small{font-size:8px;color:#aebfd1}
.wd03-footer-main{display:grid;grid-template-columns:1.35fr repeat(3,.8fr) 1.2fr;gap:32px;padding:44px 0 38px}
.wd03-footer h3{font-size:13px;color:#fff;margin:0 0 13px}
.wd03-footer p{font-size:10px;line-height:1.7;color:#afc0d2}
.wd03-footer ul{list-style:none;margin:0;padding:0}
.wd03-footer li{margin:7px 0}
.wd03-footer a{font-size:10px;color:#c4d2e1}
.wd03-footer a:hover{color:#fff}
.wd03-footer-logo{display:inline-flex;margin-bottom:10px}
.wd03-footer-logo img,.wd03-footer-logo .custom-logo{width:205px;max-height:58px;object-fit:contain;object-position:left center;filter:brightness(1.15)}
.wd03-footer-contact{display:grid;gap:5px;margin-top:13px}
.wd03-footer-contact a{font-size:10px}
.wd03-socials{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.wd03-socials a{border:1px solid rgba(255,255,255,.13);border-radius:8px;padding:6px 8px}
.wd03-newsletter{display:flex;margin-top:12px}
.wd03-newsletter input{flex:1;min-width:0;border:0;border-radius:9px 0 0 9px;padding:10px 11px;font-size:10px;outline:0}
.wd03-newsletter button{border-radius:0 9px 9px 0;padding:9px 13px;min-width:40px}
.wd03-payment-line{display:flex;gap:5px;flex-wrap:wrap;margin-top:14px}
.wd03-payment-line span{font-size:7px;font-weight:950;color:#0a2947;background:#fff;border-radius:5px;padding:5px 6px}
.wd03-secure-note{font-size:8px;color:#91a7bd;margin-top:10px}
.wd03-footer-bottom{border-top:1px solid rgba(255,255,255,.10);padding:14px 0;font-size:9px}
.wd03-footer-bottom .wd03-container{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.wd03-footer-policies{display:flex;gap:12px}
.wd03-credit a{color:#fff;font-weight:950}

/* WhatsApp and mobile bottom nav */
.wd03-whatsapp{position:fixed;right:20px;bottom:24px;z-index:120;display:flex;align-items:center;gap:8px;background:#1fbf67;color:#fff;border-radius:999px;padding:10px 14px 10px 10px;box-shadow:0 12px 30px rgba(20,139,78,.28);font-size:10px;font-weight:900}
.wd03-whatsapp svg{width:28px;height:28px;flex:0 0 auto}
.wd03-mobile-bottom{display:none}

/* WooCommerce core */
.woocommerce .woocommerce-breadcrumb{margin:18px 0 24px;color:#7a8999;font-size:11px}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto!important;float:none!important;margin:0!important;border:1px solid var(--wd03-border);border-radius:16px;padding:12px;background:#fff;transition:.2s}
.woocommerce ul.products li.product:hover{box-shadow:var(--wd03-shadow);transform:translateY(-3px)}
.woocommerce ul.products li.product a img{border-radius:12px;background:#fff}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px;color:#14263b}
.woocommerce ul.products li.product .price{font-size:15px!important;color:#0b67f0!important;font-weight:900!important}
.woocommerce span.onsale{background:var(--wd03-accent);min-height:auto;min-width:auto;line-height:1;padding:7px 9px;border-radius:7px;font-size:9px}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--wd03-primary);color:#fff;border-radius:9px;font-weight:850}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:var(--wd03-primary-2);color:#fff}
.woocommerce div.product div.images img{border-radius:16px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:#0b67f0;font-weight:900}
.woocommerce div.product .product_title{font-size:34px;line-height:1.12;letter-spacing:-.035em}
.woocommerce div.product form.cart .button{min-height:46px;padding-inline:24px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{border:1px solid #d6e0eb;border-radius:9px;background:#fff;min-height:46px;padding:11px 12px}
.woocommerce-checkout #payment{background:#f5f8fc;border-radius:14px}
.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table{border-color:var(--wd03-border);border-radius:14px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:11px;background:#f8fbff}

/* Account page */
.woocommerce-account .woocommerce{max-width:1180px;margin:34px auto;padding:0 16px}
.wd03-account-hero{max-width:1080px;margin:0 auto 25px;background:linear-gradient(135deg,#f5faff,#fff);border:1px solid #dce7f3;border-radius:22px;padding:26px;box-shadow:var(--wd03-shadow-sm)}
.wd03-account-hero-copy{text-align:center;max-width:760px;margin:0 auto}
.wd03-account-kicker{display:inline-block;font-size:10px;color:#0b67f0;text-transform:uppercase;letter-spacing:.11em;font-weight:950}
.wd03-account-hero h2{font-size:30px;line-height:1.1;letter-spacing:-.035em;margin:7px 0 10px}
.wd03-account-hero p{font-size:11px;color:#6c7d91;margin:0 auto 17px;max-width:720px}
.wd03-account-methods{max-width:430px;margin:0 auto 18px}
.wd03-google-disabled{opacity:.62;cursor:not-allowed}
.wd03-phone-register-box{margin:18px 0 0;background:#fff;border:1px solid #dce6f1;border-radius:17px;padding:18px}
.wd03-phone-register-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.wd03-phone-register-head>span{width:38px;height:38px;border-radius:11px;background:#eaf3ff;display:grid;place-items:center}
.wd03-phone-register-head div{display:grid}
.wd03-phone-register-head strong{font-size:12px}
.wd03-phone-register-head small{font-size:8px;color:#7b899a;margin-top:3px}
.wd03-phone-register-form{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr auto;gap:9px;align-items:end}
.wd03-phone-register-form label{display:grid;gap:5px}
.wd03-phone-register-form label span{font-size:8px;font-weight:850;color:#607187}
.wd03-phone-register-form input{width:100%;height:43px;border:1px solid #d6e0eb;border-radius:9px;padding:0 10px;background:#f9fbfd;outline:0}
.wd03-phone-register-form button{height:43px;white-space:nowrap;font-size:9px;padding-inline:13px}
.wd03-account-divider{display:flex;align-items:center;gap:12px;margin:18px auto 0;max-width:650px;color:#8995a5;font-size:8px;text-transform:uppercase;font-weight:850;text-align:center}
.wd03-account-divider:before,.wd03-account-divider:after{content:"";height:1px;background:#dfe6ef;flex:1}
.woocommerce-account .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.woocommerce-account .u-column1,.woocommerce-account .u-column2{float:none!important;width:auto!important;border:1px solid var(--wd03-border);border-radius:18px;padding:23px!important;background:#fff;box-shadow:var(--wd03-shadow-sm)}
.woocommerce-account .u-columns h2{font-size:22px;margin:0 0 14px}
.woocommerce-account form.login,.woocommerce-account form.register{border:0!important;padding:0!important;margin:0!important}
.woocommerce-account form .form-row label{font-size:10px;font-weight:850;color:#273b53}
.woocommerce-account form .form-row input.input-text{background:#f9fbfd}
.wd03-phone-field small{display:block;font-size:8px;color:#78889b;margin-top:5px}
.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:25%;background:#071d33;border-radius:16px;padding:10px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;color:#dce8f5;padding:11px 12px;border-radius:9px;font-size:11px;font-weight:750}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#0b67f0;color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{float:right;width:72%;border:1px solid var(--wd03-border);border-radius:16px;padding:24px;background:#fff;box-shadow:var(--wd03-shadow-sm)}

/* Responsive */
@media(max-width:1240px){
  .wd03-header-main{grid-template-columns:190px 1fr auto;gap:14px}
  .wd03-action-copy{display:none}
  .wd03-action{width:37px;height:37px;display:grid;place-items:center;border:1px solid #e3e9f0;border-radius:10px}
  .wd03-sell{font-size:10px}
  .wd03-products{grid-template-columns:repeat(4,1fr)}
  .wd03-cat-grid{grid-template-columns:repeat(5,1fr)}
  .wd03-brands{grid-template-columns:repeat(5,1fr)}
  .wd03-footer-main{grid-template-columns:1.3fr repeat(2,.8fr) 1.1fr}
  .wd03-footer-main>div:nth-child(4){display:none}
  .wd03-phone-register-form{grid-template-columns:repeat(3,1fr)}
  .wd03-phone-register-form button{width:100%}
}

@media(max-width:1024px){
  .wd03-header-main{grid-template-columns:190px 1fr}
  .wd03-head-actions{grid-column:1/-1;justify-content:flex-end;display:none}
  .wd03-search{grid-column:2}
  .wd03-nav-deal{display:none}
  .wd03-hero{grid-template-columns:1fr}
  .wd03-hero-side{grid-template-columns:1fr 1fr}
  .wd03-side-card{min-height:205px}
  .wd03-model-finder{grid-template-columns:1fr 1fr 1fr}
  .wd03-finder-copy{grid-column:1/-1}
  .wd03-vendors{grid-template-columns:repeat(2,1fr)}
  .wd03-flash{grid-template-columns:260px 1fr}
  .wd03-flash-products{grid-template-columns:repeat(2,1fr)}
  .wd03-wholesale{grid-template-columns:1fr}
  .wd03-account-promo{grid-template-columns:1fr}
  .wd03-features{grid-template-columns:repeat(3,1fr)}
  .wd03-app{grid-template-columns:1fr}
  .wd03-app-visual img{height:210px}
}

@media(max-width:782px){body.admin-bar .wd03-header{top:46px}}

@media(max-width:760px){
  body{padding-bottom:66px}
  .wd03-container{width:min(calc(100% - 22px),var(--wd03-container))}
  .wd03-topbar-inner{min-height:30px}
  .wd03-country>span:not(.wd03-ksa-dot),.wd03-topbar-nav a{display:none}
  .wd03-topbar-nav span{font-size:9px}
  .wd03-header{position:relative;top:0!important}
  .wd03-header-main{grid-template-columns:1fr auto;gap:10px;padding:10px 0}
  .wd03-brand img,.wd03-brand .custom-logo{width:165px;max-height:46px}
  .wd03-search{grid-column:1/-1;grid-row:2}
  .wd03-search input[type=search]{padding:11px 12px;font-size:12px}
  .wd03-service-strip{display:none}
  .wd03-nav-inner{justify-content:space-between;position:relative}
  .wd03-allcats{min-width:auto;padding:0 13px;font-size:11px}
  .wd03-mobile-toggle{display:block}
  .wd03-menu{display:none;position:absolute;left:0;right:0;top:100%;background:#071c31;flex-direction:column;z-index:100;box-shadow:0 14px 25px rgba(0,0,0,.15)}
  .wd03-menu.is-open{display:flex}
  .wd03-menu li,.wd03-menu li a{width:100%}
  .wd03-menu li a{padding:12px 16px;min-height:0}
  .wd03-hero-wrap{padding-top:12px}
  .wd03-hero-main{min-height:560px}
  .wd03-hero-bg{background-position:58% center}
  .wd03-hero-bg:after{background:linear-gradient(180deg,rgba(247,251,255,.99) 0%,rgba(247,251,255,.94) 55%,rgba(247,251,255,.28) 100%)}
  .wd03-hero-content{padding:33px 24px}
  .wd03-hero h1{font-size:40px;max-width:500px}
  .wd03-hero p{font-size:14px}
  .wd03-trust{grid-template-columns:1fr 1fr;gap:10px}
  .wd03-hero-side{grid-template-columns:1fr}
  .wd03-side-card{min-height:178px}
  .wd03-model-finder{grid-template-columns:1fr;padding:15px}
  .wd03-finder-copy{grid-column:auto}
  .wd03-section{padding:30px 0}
  .wd03-section-head{align-items:flex-start}
  .wd03-section-head h2{font-size:23px}
  .wd03-section-head p{font-size:10px}
  .wd03-viewall{font-size:9px}
  .wd03-cat-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}
  .wd03-cat-grid::-webkit-scrollbar{display:none}
  .wd03-cat-card{min-width:118px;scroll-snap-align:start}
  .wd03-products{grid-template-columns:repeat(2,1fr);gap:9px}
  .wd03-product-body{padding:9px}
  .wd03-product-title{font-size:11px}
  .wd03-product-meta{display:grid}
  .wd03-stock{display:none}
  .wd03-price{font-size:13px}
  .wd03-brands{display:flex;overflow:auto;scrollbar-width:none}
  .wd03-brand-pill{min-width:120px}
  .wd03-vendors{grid-template-columns:1fr}
  .wd03-vendor-photo{width:82px;height:82px}
  .wd03-flash{grid-template-columns:1fr}
  .wd03-flash-intro{padding:24px}
  .wd03-flash-products{display:flex;overflow:auto;padding:10px;scrollbar-width:none}
  .wd03-flash-products .wd03-product-card{min-width:175px;border-right:1px solid #edf0f4}
  .wd03-wholesale{padding:24px;border-radius:19px}
  .wd03-wholesale h2{font-size:26px}
  .wd03-wholesale-grid{grid-template-columns:repeat(3,1fr)}
  .wd03-account-promo{padding:24px;border-radius:19px}
  .wd03-account-promo h2{font-size:26px}
  .wd03-features{grid-template-columns:repeat(2,1fr)}
  .wd03-reviews{grid-template-columns:1fr}
  .wd03-app{padding:23px;grid-template-columns:1fr}
  .wd03-app h2{font-size:26px}
  .wd03-footer-trust-grid{grid-template-columns:repeat(2,1fr)}
  .wd03-footer-main{grid-template-columns:1fr 1fr;gap:26px;padding:36px 0}
  .wd03-footer-main>div:first-child,.wd03-footer-subscribe{grid-column:1/-1}
  .wd03-footer-main>div:nth-child(4){display:block}
  .wd03-footer-bottom .wd03-container{justify-content:center;text-align:center}
  .wd03-whatsapp{right:13px;bottom:78px;width:50px;height:50px;border-radius:50%;padding:0;display:grid;place-items:center}
  .wd03-whatsapp span{display:none}
  .wd03-whatsapp svg{width:29px;height:29px}
  .wd03-mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:110;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #dfe7f0;box-shadow:0 -8px 25px rgba(4,27,49,.08);padding:6px 5px calc(6px + env(safe-area-inset-bottom))}
  .wd03-mobile-bottom a{display:grid;place-items:center;color:#62748a;position:relative}
  .wd03-mobile-bottom a>span{font-size:18px;line-height:1}
  .wd03-mobile-bottom small{font-size:8px;font-weight:800;margin-top:3px}
  .wd03-mobile-cart b{position:absolute;top:-2px;left:54%;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:#ed3c43;color:#fff;font-size:8px}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:10px}
  .woocommerce-account .u-columns{grid-template-columns:1fr}
  .wd03-account-hero{padding:19px 14px;margin-top:12px}
  .wd03-account-hero h2{font-size:24px}
  .wd03-phone-register-form{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}
  .woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:15px}
}

@media(max-width:430px){
  .wd03-hero-main{min-height:535px}
  .wd03-hero h1{font-size:34px}
  .wd03-hero-content{padding:28px 20px}
  .wd03-side-card>div{width:64%}
  .wd03-side-card h3{font-size:20px}
  .wd03-section-head{gap:10px}
  .wd03-viewall{max-width:100px;text-align:right}
  .wd03-feature{padding:16px 10px}
  .wd03-feature h3{font-size:10px}
  .wd03-wholesale-grid{grid-template-columns:1fr 1fr}
  .wd03-wholesale-grid>div:nth-child(3){grid-column:1/-1}
  .wd03-account-promo-cards>div{grid-template-columns:38px 1fr}
  .wd03-footer-main{grid-template-columns:1fr}
  .wd03-footer-main>div:first-child,.wd03-footer-subscribe{grid-column:auto}
  .wd03-footer-logo img,.wd03-footer-logo .custom-logo{width:180px}
}
.wd03-newsletter-status{margin-top:8px;font-size:8px;color:#86e6b8;font-weight:800}


/* ===== Web Demo 03 V4 Professional Polish ===== */
:root{--wd03-container:1480px;--wd03-shadow:0 20px 58px rgba(7,33,61,.10);--wd03-shadow-sm:0 10px 30px rgba(7,33,61,.07)}
.wd03-header{box-shadow:0 4px 18px rgba(6,27,49,.05)}
.wd03-header-main{padding-top:15px;padding-bottom:15px}
.wd03-brand img,.wd03-brand .custom-logo{filter:none!important;object-fit:contain}
.wd03-search{box-shadow:0 7px 24px rgba(7,33,61,.05);border-radius:12px;overflow:hidden}
.wd03-search input[type=search]{background:#fff}
.wd03-hero-main{box-shadow:0 22px 65px rgba(7,33,61,.10);border:1px solid #e2eaf3}
.wd03-hero-bg{background-size:cover;background-position:center}
.wd03-hero-content{max-width:720px}
.wd03-hero h1{font-weight:950;letter-spacing:-.045em;text-wrap:balance}
.wd03-trust-item{background:rgba(255,255,255,.84);border:1px solid rgba(207,222,239,.92);box-shadow:0 6px 18px rgba(8,38,74,.04)}
.wd03-side-card{box-shadow:0 15px 35px rgba(7,33,61,.07);border:1px solid #dfe8f2}
.wd03-side-card img{filter:drop-shadow(0 12px 18px rgba(7,33,61,.13))}
.wd03-model-finder{box-shadow:0 15px 36px rgba(7,33,61,.06)}
.wd03-cat-card,.wd03-product-card,.wd03-vendor,.wd03-review,.wd03-feature{box-shadow:0 8px 24px rgba(7,33,61,.035)}
.wd03-cat-thumb{background:linear-gradient(180deg,#fff,#f7faff)}
.wd03-cat-thumb img{width:100%;height:100%;object-fit:contain;padding:7px;image-rendering:auto}
.wd03-product-thumb{background:linear-gradient(180deg,#fff,#fbfdff)}
.wd03-product-thumb img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .25s ease;image-rendering:auto}
.wd03-product-card:hover .wd03-product-thumb img{transform:scale(1.035)}
.wd03-product-title{min-height:2.8em}
.wd03-product-actions .wd03-add-cart{box-shadow:0 7px 16px rgba(11,103,240,.16)}
.wd03-vendor{border-color:#dce6f1;background:linear-gradient(180deg,#fff,#fbfdff)}
.wd03-vendor-photo{background:#f3f7fb;border:1px solid #e1e9f2}
.wd03-vendor-photo img{object-fit:cover}
.wd03-flash{box-shadow:0 22px 54px rgba(150,16,43,.09)}
.wd03-account-promo,.wd03-wholesale{box-shadow:0 25px 64px rgba(5,35,69,.17)}
.wd03-account-promo-cards>div{backdrop-filter:blur(10px)}
.wd03-footer{position:relative;overflow:hidden}
.wd03-footer:before{content:"";position:absolute;inset:auto -160px -240px auto;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(22,116,255,.20),rgba(22,116,255,0) 70%);pointer-events:none}
.wd03-footer-main{position:relative;z-index:1}
.wd03-footer-logo img,.wd03-footer-logo .custom-logo{filter:none!important;background:#fff;border-radius:11px;padding:8px 10px;width:220px;max-height:68px}
.wd03-payment-line span{box-shadow:0 3px 10px rgba(0,0,0,.08)}
.wd03-footer-bottom{background:rgba(0,0,0,.08);padding:17px 0}
.wd03-credit{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.055);font-size:9px}
.wd03-credit a{color:#fff;font-weight:950;text-decoration:none}
.wd03-credit a:hover{text-decoration:underline}
.wd03-whatsapp{box-shadow:0 14px 34px rgba(20,139,78,.35);border:2px solid rgba(255,255,255,.84)}
.woocommerce ul.products li.product a img{object-fit:contain;aspect-ratio:1/1;background:linear-gradient(180deg,#fff,#fbfdff);padding:8px}
.woocommerce-account .u-column1,.woocommerce-account .u-column2{box-shadow:0 14px 38px rgba(7,33,61,.06)}
@media(max-width:760px){
 .wd03-hero-main{min-height:590px}.wd03-hero-bg{background-position:62% center}.wd03-hero-content{padding:30px 22px}.wd03-hero h1{font-size:37px}.wd03-trust-item{padding:9px}.wd03-product-thumb img{padding:7px}.wd03-footer-logo img,.wd03-footer-logo .custom-logo{width:205px}.wd03-credit{margin-top:3px}
}
