/*
 * Homepage composition based on the supplied Vendoora RTL reference.
 * Kept separate so WooCommerce, Dokan, account, and dashboard pages retain
 * their dedicated reference layouts.
 */

.vdh-home {
  --vdh-surface: #fff8f5;
  --vdh-surface-low: #fbf2ed;
  --vdh-surface-container: #f5ece7;
  --vdh-surface-high: #efe6e2;
  --vdh-ink: #1e1b18;
  --vdh-muted: #4e4639;
  --vdh-primary: #775a19;
  --vdh-gold: #c5a059;
  --vdh-outline: #d1c5b4;
  --vdh-pink: #fce4ec;
  --vdh-sage: #e8f5e9;
  --vdh-sky: #e3f2fd;
  --vdh-beige: #f5f2ed;
  overflow: hidden;
  color: var(--vdh-ink);
  background: var(--vdh-surface);
}

/* Premium best-sellers presentation. */
.vdh-products--popular{position:relative;overflow:hidden;padding-block:100px;background:linear-gradient(145deg,#f7f1ea 0%,#fffaf5 52%,#eef2ec 100%)}.vdh-products--popular:before,.vdh-products--popular:after{position:absolute;width:330px;height:330px;border-radius:50%;content:"";pointer-events:none}.vdh-products--popular:before{top:-170px;right:-120px;background:rgba(214,195,164,.18)}.vdh-products--popular:after{bottom:-210px;left:-120px;background:rgba(177,199,177,.18)}.vdh-products--popular .vdh-container{position:relative;z-index:1}.vdh-popular-heading{align-items:flex-end;margin-bottom:38px;padding-bottom:24px;border-bottom:1px solid rgba(119,90,25,.18)}.vdh-popular-heading>div>span.vdh-popular-heading__eyebrow{display:inline-flex;width:auto;height:auto;margin-bottom:8px;padding:6px 12px;color:#735c1b;background:rgba(231,217,190,.55);border-radius:999px;font-size:.72rem;font-weight:800}.vdh-popular-heading h2{margin:0 0 7px;font-size:clamp(2rem,3.5vw,2.75rem)}.vdh-popular-heading p{max-width:570px;margin:0;color:var(--vdh-muted);font-size:.92rem}.vdh-popular-heading>a.vdh-popular-heading__link{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;color:#fff;background:var(--vdh-primary);border-radius:11px;text-decoration:none;box-shadow:0 8px 22px rgba(119,90,25,.17)}.vdh-popular-heading__link .vd-icon{width:17px;height:17px}.vdh-products--popular .vdh-product-grid{gap:22px}.vdh-products--popular .vd-home-product-card{display:flex;min-height:100%;flex-direction:column;border-color:rgba(119,90,25,.14);border-radius:20px;box-shadow:0 14px 35px rgba(70,50,32,.065);transition:transform .25s ease,box-shadow .25s ease}.vdh-products--popular .vd-home-product-card:hover{transform:translateY(-7px);box-shadow:0 24px 48px rgba(70,50,32,.13)}.vdh-products--popular .vd-home-product-card__media{aspect-ratio:1/1.08;border-radius:19px 19px 0 0}.vdh-products--popular .vd-home-product-card__media:after{position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(transparent,rgba(38,28,22,.12));content:"";pointer-events:none}.vdh-products--popular .vd-home-product-card__heart{opacity:1;transform:none}.vdh-products--popular .vd-home-product-card__body{display:flex;flex:1;flex-direction:column;padding:19px 20px 21px;text-align:right}.vdh-products--popular .vd-home-product-card__vendor{display:inline-flex;align-items:center;align-self:flex-start;margin:0 0 8px;padding:4px 9px;color:#6d7d69;background:#edf3ea;border-radius:999px;font-size:.68rem}.vdh-products--popular .vd-home-product-card__body h3{min-height:2.8em;margin:0 0 14px;font-size:1rem;line-height:1.5}.vdh-products--popular .vd-home-product-card__price{justify-content:flex-start;margin-top:auto;color:#735c1b;font-size:1.08rem;font-weight:900}.vdh-products--popular .vd-home-product-card__quick.button{right:14px;bottom:14px;left:14px;border-radius:12px!important;box-shadow:0 9px 22px rgba(48,36,31,.22)}
@media(max-width:900px){.vdh-products--popular{padding-block:75px}.vdh-popular-heading{align-items:flex-start;flex-direction:column}.vdh-popular-heading>a.vdh-popular-heading__link{align-self:flex-start}.vdh-products--popular .vdh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.vdh-products--popular{padding-block:58px}.vdh-products--popular .vdh-product-grid{gap:14px 10px}.vdh-popular-heading p{font-size:.82rem}.vdh-products--popular .vd-home-product-card__body{padding:13px 12px 15px}.vdh-products--popular .vd-home-product-card__body h3{font-size:.82rem}.vdh-products--popular .vd-home-product-card__price{font-size:.88rem}.vdh-products--popular .vd-home-product-card__quick.button{right:9px;bottom:9px;left:9px;min-height:39px;font-size:.72rem}}

body.home.vendoora-theme {
  --vdh-surface: #fff8f5;
  --vdh-surface-low: #fbf2ed;
  --vdh-surface-container: #f5ece7;
  --vdh-surface-high: #efe6e2;
  --vdh-ink: #1e1b18;
  --vdh-muted: #4e4639;
  --vdh-primary: #775a19;
  --vdh-gold: #c5a059;
  --vdh-outline: #d1c5b4;
  --vdh-pink: #fce4ec;
  --vdh-sage: #e8f5e9;
  --vdh-sky: #e3f2fd;
  --vdh-beige: #f5f2ed;
  background: var(--vdh-surface);
}
.vdh-home, .vdh-home button, .vdh-home input { font-family: "Tajawal", sans-serif; }
.vdh-container { width: min(calc(100% - 128px), 1280px); margin-inline: auto; }
.vdh-section { padding-block: 80px; }
.vdh-home h1, .vdh-home h2, .vdh-home h3, .vdh-home p { margin-top: 0; }
.vdh-home a { text-decoration: none; }

/* The supplied homepage uses logo/navigation on the physical right and tools on the left. */
body.home .vd-site-header {
  position: sticky;
  z-index: 80;
  background: rgba(255, 248, 245, .9);
  border-color: rgba(209, 197, 180, .38);
  box-shadow: 0 6px 26px rgba(65, 46, 20, .035);
  backdrop-filter: blur(18px);
}
body.home .vd-main-header__inner {
  direction: ltr;
  grid-template-areas: "tools nav brand";
  grid-template-columns: minmax(440px, auto) minmax(320px, 1fr) minmax(130px, auto);
  gap: 28px;
  min-height: 78px;
}
body.home .vd-site-branding { grid-area: brand; justify-self: end; direction: rtl; }
body.home .vd-primary-nav { grid-area: nav; justify-self: center; direction: rtl; }
body.home .vd-header-tools { grid-area: tools; justify-self: start; direction: rtl; }
body.home .vd-wordmark { color: var(--vdh-primary); font-size: 1.45rem; letter-spacing: .04em; }
body.home .vd-primary-menu a,
body.home .vd-primary-nav .menu a,
body.home .vd-primary-nav > a { color: var(--vdh-muted); font-weight: 500; }
body.home .vd-primary-menu > .current-menu-item > a,
body.home .vd-primary-menu > li > a:hover,
body.home .vd-primary-nav .menu > li > a:hover { color: var(--vdh-primary); box-shadow: inset 0 -2px var(--vdh-primary); }
body.home .vd-header-tools .vd-search { width: clamp(210px, 23vw, 360px); background: #fff; border: 1px solid rgba(209,197,180,.38); }
body.home .vd-header-action { color: var(--vdh-primary); }
body.home .vd-seller-button { color: #fff; background: var(--vdh-gold); border-color: var(--vdh-gold); }

/* Split editorial hero. */
.vdh-hero {
  padding-block: clamp(56px, 7vw, 96px);
  background:
    radial-gradient(circle at 14% 20%, rgba(252,228,236,.65), transparent 31%),
    linear-gradient(135deg, #fff8f5 0%, #fbf2ed 100%);
}
.vdh-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); align-items: center; gap: clamp(50px, 7vw, 100px); direction: rtl; }
.vdh-hero__content { max-width: 590px; }
.vdh-pill { display: inline-block; margin-bottom: 26px; padding: 7px 18px; color: var(--vdh-primary); background: var(--vdh-pink); border-radius: 999px; font-size: .8rem; font-weight: 700; }
.vdh-hero h1 { margin-bottom: 22px; color: var(--vdh-ink); font-size: clamp(2.55rem, 4.2vw, 4.25rem); line-height: 1.25; letter-spacing: -.04em; }
.vdh-hero h1 span { color: var(--vdh-primary); }
.vdh-hero__content > p { max-width: 560px; margin-bottom: 30px; color: var(--vdh-muted); font-size: 1.12rem; line-height: 1.85; }
.vdh-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.vdh-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 30px; border: 1px solid transparent; border-radius: 999px !important; font-weight: 800; transition: transform .2s ease, color .2s ease, background .2s ease; }
.vdh-button:hover { transform: translateY(-2px); }
.vdh-button--primary { color: #fff; background: var(--vdh-primary); border-color: var(--vdh-primary); }
.vdh-button--outline { color: var(--vdh-primary); background: transparent; border-color: var(--vdh-primary); }
.vdh-button--outline:hover { background: rgba(119,90,25,.06); }
.vdh-hero__visual { position: relative; width: min(100%, 530px); margin-inline: auto; padding: 0 0 34px 30px; }
.vdh-hero__image { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 64px; box-shadow: 0 26px 70px rgba(88,63,28,.14); transform: rotate(2deg); }
.vdh-hero__image img, .vdh-hero__texture img { width: 100%; height: 100%; object-fit: cover; }
.vdh-hero__image img { height: 112%; transform: translateY(-6%); }
.vdh-hero__texture { position: absolute; bottom: 0; left: -22px; width: 180px; aspect-ratio: 1; overflow: hidden; background: var(--vdh-sage); border: 8px solid var(--vdh-surface); border-radius: 50%; box-shadow: 0 15px 40px rgba(88,63,28,.14); transform: rotate(-6deg); }

/* Shared headings. */
.vdh-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 46px; }
.vdh-section-heading h2 { margin-bottom: 10px; color: var(--vdh-ink); font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.35; }
.vdh-section-heading > div > span { display: block; width: 80px; height: 4px; background: var(--vdh-primary); border-radius: 999px; }
.vdh-section-heading > a { color: var(--vdh-primary); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.vdh-section-heading--plain { align-items: center; }
.vdh-slider-buttons { display: flex; gap: 9px; direction: ltr; }
.vdh-slider-buttons span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--vdh-outline); border-radius: 50%; color: var(--vdh-primary); font-size: 1.45rem; }

/* Categories. */
.vdh-categories { background: var(--vdh-surface); }
.vdh-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.vdh-category-card { min-width: 0; color: var(--vdh-ink); text-align: center; }
.vdh-category-card__image { display: block; aspect-ratio: 1; margin-bottom: 15px; padding: 15px; overflow: hidden; border-radius: 50%; transition: transform .25s ease; }
.vdh-category-card:hover .vdh-category-card__image { transform: translateY(-8px); }
.vdh-category-card__image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.vdh-category-card strong { font-size: .98rem; }
.vdh-tone--pink, .vdh-category-card.vdh-tone--pink .vdh-category-card__image { background: var(--vdh-pink); }
.vdh-tone--sage, .vdh-category-card.vdh-tone--sage .vdh-category-card__image { background: var(--vdh-sage); }
.vdh-tone--sky, .vdh-category-card.vdh-tone--sky .vdh-category-card__image { background: var(--vdh-sky); }
.vdh-tone--beige, .vdh-category-card.vdh-tone--beige .vdh-category-card__image { background: var(--vdh-beige); }

/* Rich vendor cards. */
.vdh-vendors { background: var(--vdh-surface-low); }
.vdh-vendor-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.vd-home-vendor-card { position: relative; display: flex; min-width: 0; min-height: 410px; flex-direction: column; gap: 23px; padding: 30px; background: var(--vdh-surface); border: 1px solid rgba(209,197,180,.35); border-radius: 24px; box-shadow: 0 18px 46px rgba(88,63,28,.07); transition: transform .2s ease, box-shadow .2s ease; }
.vd-home-vendor-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(88,63,28,.11); }
.vd-home-vendor-card__header { position: relative; display: flex; align-items: center; gap: 14px; }
.vd-home-vendor-card__logo { display: grid; flex: 0 0 66px; width: 66px; height: 66px; place-items: center; overflow: hidden; border: 1px solid rgba(209,197,180,.4); border-radius: 50%; }
.vd-home-vendor-card--beige .vd-home-vendor-card__logo { background: var(--vdh-beige); }
.vd-home-vendor-card--pink .vd-home-vendor-card__logo { background: var(--vdh-pink); }
.vd-home-vendor-card--sky .vd-home-vendor-card__logo { background: var(--vdh-sky); }
.vd-home-vendor-card__logo img { width: 48px; height: 48px; object-fit: contain; border-radius: 50%; }
.vd-home-vendor-card__logo span { color: var(--vdh-primary); font-size: 1.3rem; font-weight: 800; }
.vd-home-vendor-card__header h3 { margin: 0 0 3px; font-size: 1.12rem; }
.vd-home-vendor-card__header h3 a { color: var(--vdh-ink); }
.vd-home-vendor-card__header p, .vd-home-vendor-card__description { margin: 0; color: var(--vdh-muted); }
.vd-home-vendor-card__header p { font-size: .76rem; }
.vd-home-vendor-card__description { min-height: 3.4em; font-size: .92rem; line-height: 1.75; }
.vd-home-vendor-card__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.vd-home-vendor-card__gallery a { aspect-ratio: 1; overflow: hidden; background: var(--vdh-beige); border-radius: 12px; }
.vd-home-vendor-card__gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.vd-home-vendor-card:hover .vd-home-vendor-card__gallery img { transform: scale(1.04); }
.vd-home-vendor-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--vdh-primary); font-weight: 800; }
.vd-home-vendor-card__link .vd-icon { width: 18px; }
.vd-home-demo-label { position: absolute; z-index: 3; top: 10px; right: 10px; padding: 3px 7px; color: var(--vdh-muted); background: rgba(255,255,255,.88); border: 1px solid rgba(209,197,180,.45); border-radius: 999px; font-size: .62rem; font-weight: 700; backdrop-filter: blur(5px); }
.vd-home-vendor-card__header .vd-home-demo-label { top: -17px; right: auto; left: -15px; }

/* Products. */
.vdh-products--popular { background: var(--vdh-surface); }
.vdh-products--new { background: #fff; }
.vdh-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 27px; }
.vd-home-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid rgba(209,197,180,.34); border-radius: 14px; box-shadow: 0 12px 34px rgba(88,63,28,.07); }
.vd-home-product-card__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--vdh-surface-high); }
.vd-home-product-card--compact .vd-home-product-card__media { aspect-ratio: 1; }
.vd-home-product-card__media > a:first-child, .vd-home-product-card__media > a:first-child img { display: block; width: 100%; height: 100%; }
.vd-home-product-card__media img { object-fit: cover; transition: transform .5s ease; }
.vd-home-product-card:hover .vd-home-product-card__media img { transform: scale(1.07); }
.vd-home-product-card__badge { position: absolute; z-index: 3; top: 13px; right: 13px; padding: 5px 10px; color: var(--vdh-primary); background: rgba(255,255,255,.9); border-radius: 8px; font-size: .68rem; font-weight: 800; backdrop-filter: blur(6px); }
.vd-home-product-card__heart { position: absolute; z-index: 4; top: 13px; left: 13px; opacity: 0; transform: translateY(-6px); transition: .2s ease; }
.vd-home-product-card:hover .vd-home-product-card__heart { opacity: 1; transform: none; }
.vd-home-product-card__heart a, .vd-home-product-card__heart button, .vd-home-product-card__heart .vd-wishlist { display: grid; width: 39px; height: 39px; min-width: 39px; place-items: center; padding: 0; color: var(--vdh-primary); background: rgba(255,255,255,.88); border: 0; border-radius: 50%; box-shadow: none; }
.vd-home-product-card__heart .vd-icon { width: 19px; height: 19px; }
.vd-home-product-card__quick.button { position: absolute; z-index: 5; right: 16px; bottom: 15px; left: 16px; display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 15px; color: #fff; background: var(--vdh-primary); border: 0; border-radius: 9px !important; opacity: 0; transform: translateY(calc(100% + 18px)); transition: .25s ease; }
.vd-home-product-card:hover .vd-home-product-card__quick { opacity: 1; transform: none; }
.vd-home-product-card__quick .vd-icon { width: 18px; }
.vd-home-product-card--compact .vd-home-product-card__quick { right: 13px; bottom: 13px; left: auto; width: 38px; min-width: 38px; min-height: 38px; padding: 0; border-radius: 50% !important; opacity: 1; transform: none; }
.vd-home-product-card--compact .vd-home-product-card__quick span { display: none; }
.vd-home-product-card__body { padding: 20px 18px 22px; text-align: center; }
.vd-home-product-card--compact .vd-home-product-card__body { padding: 16px; text-align: right; }
.vd-home-product-card__vendor { margin-bottom: 5px; color: var(--vdh-muted); font-size: .74rem; }
.vd-home-product-card__body h3 { min-height: 2.8em; margin-bottom: 12px; color: var(--vdh-ink); font-size: .98rem; line-height: 1.4; }
.vd-home-product-card--compact .vd-home-product-card__body h3 { min-height: 0; margin-bottom: 12px; font-size: .9rem; }
.vd-home-product-card__body h3 a { color: inherit; }
.vd-home-product-card__price { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--vdh-primary); font-size: 1rem; font-weight: 800; }
.vd-home-product-card--compact .vd-home-product-card__price { justify-content: flex-start; }
.vd-home-product-card__price del { color: var(--vdh-muted); font-size: .78rem; font-weight: 400; }
.vd-home-product-card__price ins { text-decoration: none; }
.vdh-section-heading--new { align-items: center; }
.vdh-product-tabs { display: flex; flex-wrap: wrap; gap: 9px; }
.vdh-product-tabs a { padding: 8px 18px; color: var(--vdh-ink); background: var(--vdh-surface-container); border-radius: 999px; font-size: .84rem; }
.vdh-product-tabs a.is-active, .vdh-product-tabs a:hover { color: #fff; background: var(--vdh-primary); }

/* Testimonials and trust. */
.vdh-testimonials { background: var(--vdh-surface-container); }
.vdh-testimonials h2 { margin-bottom: 45px; font-size: clamp(1.7rem, 3vw, 2.25rem); font-style: italic; text-align: center; }
.vdh-testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.vdh-testimonial-card { position: relative; margin: 0; padding: 30px; background: #fff; border: 0; border-radius: 24px; box-shadow: 0 14px 38px rgba(88,63,28,.07); }
.vdh-testimonial-card__quote { position: absolute; top: 8px; left: 18px; color: rgba(119,90,25,.14); font-size: 4.2rem; font-family: Georgia, serif; line-height: 1; }
.vdh-testimonial-card > p { position: relative; z-index: 1; min-height: 6.7em; margin-bottom: 23px; color: var(--vdh-muted); line-height: 1.85; }
.vdh-testimonial-card footer { display: flex; align-items: center; gap: 13px; }
.vdh-testimonial-card__avatar { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--vdh-primary); font-weight: 800; }
.vdh-testimonial-card footer strong, .vdh-testimonial-card footer small { display: block; }
.vdh-testimonial-card footer small { margin-top: 2px; color: var(--vdh-muted); font-size: .7rem; }
.vdh-trust { padding-block: 48px; background: var(--vdh-surface); border-block: 1px solid rgba(209,197,180,.34); }
.vdh-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.vdh-trust__grid > div { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.vdh-trust__icon { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 6px; border-radius: 50%; color: var(--vdh-primary); }
.vdh-trust__icon .vd-icon { width: 28px; height: 28px; }
.vdh-trust strong { font-size: .94rem; }
.vdh-trust small { color: var(--vdh-muted); font-size: .74rem; }

/* Seller panel and newsletter. */
.vdh-seller { background: var(--vdh-surface); }
.vdh-seller__panel { position: relative; display: flex; min-height: 500px; align-items: center; overflow: hidden; color: #f8efea; background: #34302c; border-radius: 32px; isolation: isolate; }
.vdh-seller__panel::before { position: absolute; z-index: -2; inset: 0; content: ""; background: var(--vdh-seller-image) center / cover no-repeat; opacity: .34; }
.vdh-seller__panel::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(52,48,44,.05), rgba(52,48,44,.94) 68%); }
.vdh-seller__content { width: min(100%, 760px); padding: clamp(42px, 7vw, 82px); }
.vdh-seller h2 { margin-bottom: 18px; color: #fff; font-size: clamp(2.1rem, 4vw, 3.65rem); line-height: 1.3; }
.vdh-seller h2 span { color: #ffdea5; }
.vdh-seller__content > p { max-width: 650px; margin-bottom: 30px; color: rgba(248,239,234,.78); font-size: 1.02rem; line-height: 1.8; }
.vdh-seller__benefits { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 30px; margin-bottom: 34px; }
.vdh-seller__benefits > div { display: flex; align-items: flex-start; gap: 10px; }
.vdh-seller__benefits b { color: #ffdea5; }
.vdh-seller__benefits strong, .vdh-seller__benefits small { display: block; }
.vdh-seller__benefits small { margin-top: 2px; color: rgba(248,239,234,.6); }
.vdh-button--gold { color: #fff; background: var(--vdh-primary); }
.vdh-newsletter { background: rgba(245,242,237,.7); }
.vdh-newsletter__inner { width: min(calc(100% - 32px), 680px); margin-inline: auto; text-align: center; }
.vdh-newsletter h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.3rem); }
.vdh-newsletter p { margin-bottom: 27px; color: var(--vdh-muted); }
.vdh-newsletter form { display: flex; gap: 12px; }
.vdh-newsletter input { flex: 1; min-height: 56px; padding-inline: 25px; background: #fff; border: 1px solid var(--vdh-outline); border-radius: 999px; text-align: right; }
.vdh-newsletter button { min-height: 56px; padding-inline: 32px; color: #fff; background: var(--vdh-ink); border: 0; border-radius: 999px; font-weight: 800; }
.vdh-newsletter small, .vdh-newsletter__feedback { display: block; margin-top: 14px; color: var(--vdh-muted); font-size: .7rem; }
.vdh-newsletter__feedback { color: var(--vdh-primary) !important; }
body.home .vd-site-footer .vd-footer-newsletter { display: none; }

.vdh-chat { position: fixed; z-index: 75; right: 24px; bottom: 24px; display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: var(--vdh-primary); border: 5px solid rgba(255,255,255,.86); border-radius: 50%; box-shadow: 0 12px 30px rgba(65,46,20,.2); }
.vdh-chat span { display: grid; width: 22px; height: 16px; place-items: center; background: #fff; border-radius: 6px; color: var(--vdh-primary); font-size: 1.1rem; line-height: .5; }

@media (max-width: 1180px) {
  .vdh-container { width: min(calc(100% - 64px), 1120px); }
  body.home .vd-main-header__inner { grid-template-columns: minmax(260px, auto) 1fr auto; gap: 16px; }
  body.home .vd-header-tools .vd-search { width: 210px; }
  body.home .vd-seller-button { display: none; }
  .vdh-category-grid { gap: 16px; }
  .vd-home-vendor-card { padding: 24px; }
}

@media (max-width: 980px) {
  body.home .vd-main-header__inner { grid-template-areas: "tools brand menu"; grid-template-columns: 1fr auto auto; }
  body.home .vd-primary-nav { display: none; }
  body.home .vd-mobile-menu-toggle { grid-area: menu; display: inline-grid; }
  body.home .vd-site-branding { justify-self: center; }
  body.home .vd-header-tools { justify-self: start; }
  .vdh-hero__grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .vdh-category-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .vdh-vendor-grid { grid-template-columns: 1fr; }
  .vd-home-vendor-card { min-height: 0; }
  .vdh-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vdh-testimonial-grid { grid-template-columns: 1fr; }
  .vdh-testimonial-card > p { min-height: 0; }
  .vdh-trust__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 740px) {
  .vdh-container { width: min(calc(100% - 32px), 680px); }
  .vdh-section { padding-block: 60px; }
  body.home .vd-main-header__inner { grid-template-areas: "menu brand tools"; grid-template-columns: auto 1fr auto; min-height: 66px; }
  body.home .vd-header-tools .vd-search, body.home .vd-header-wishlist { display: none; }
  body.home .vd-header-actions { gap: 2px; }
  body.home .vd-header-action { width: 35px; min-width: 35px; }
  body.home .vd-wordmark { font-size: 1.2rem; }
  .vdh-hero { padding-block: 36px 65px; }
  .vdh-hero__grid { display: flex; flex-direction: column; gap: 42px; }
  .vdh-hero__visual { order: 1; width: min(88%, 460px); }
  .vdh-hero__content { order: 2; text-align: center; }
  .vdh-hero__content > p { font-size: 1rem; }
  .vdh-hero__actions { justify-content: center; }
  .vdh-hero__image { border-radius: 42px; }
  .vdh-hero__texture { left: -12px; width: 125px; border-width: 6px; }
  .vdh-section-heading { align-items: center; margin-bottom: 34px; }
  .vdh-section-heading h2 { font-size: 1.65rem; }
  .vdh-section-heading--new { align-items: flex-start; flex-direction: column; }
  .vdh-product-tabs { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .vdh-product-tabs a { flex: 0 0 auto; }
  .vdh-category-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .vdh-category-card__image { padding: 11px; }
  .vdh-product-grid { gap: 14px; }
  .vd-home-product-card__body { padding: 14px 10px 16px; }
  .vd-home-product-card__body h3 { font-size: .82rem; }
  .vd-home-product-card__heart { display: none; }
  .vd-home-product-card__quick.button { right: 10px; bottom: 10px; left: auto; width: 38px; min-width: 38px; min-height: 38px; padding: 0; border-radius: 50% !important; opacity: 1; transform: none; }
  .vd-home-product-card__quick span { display: none; }
  .vd-home-product-card__badge { top: 8px; right: 8px; }
  .vdh-seller__panel { min-height: 620px; align-items: flex-end; border-radius: 24px; }
  .vdh-seller__panel::after { background: linear-gradient(0deg, rgba(52,48,44,.98), rgba(52,48,44,.3)); }
  .vdh-seller__content { padding: 34px 24px; }
  .vdh-seller__benefits { grid-template-columns: 1fr; }
  .vdh-newsletter form { flex-direction: column; }
  .vdh-newsletter button { width: 100%; }
  .vdh-chat { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}

@media (max-width: 460px) {
  .vdh-hero h1 { font-size: 2.3rem; }
  .vdh-button { min-height: 50px; padding-inline: 22px; }
  .vdh-category-card strong { font-size: .82rem; }
  .vdh-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vd-home-product-card__vendor { font-size: .65rem; }
  .vd-home-product-card__price { font-size: .85rem; }
  .vdh-trust__grid { gap: 24px 12px; }
  .vdh-trust strong { font-size: .82rem; }
  .vdh-trust small { font-size: .65rem; }
}

.vdh-home .vdh-products--popular{position:relative;overflow:hidden;padding-block:100px;background:linear-gradient(145deg,#f7f1ea 0%,#fffaf5 52%,#eef2ec 100%)}
@media(max-width:900px){.vdh-home .vdh-products--popular{padding-block:75px}}
@media(max-width:540px){.vdh-home .vdh-products--popular{padding-block:58px}}

/* Editorial product card used by the best-sellers section. */
.vdh-products--popular .vd-home-product-card{overflow:visible;padding:8px;background:rgba(255,255,255,.92);border:1px solid rgba(119,90,25,.13);border-radius:24px}.vdh-products--popular .vd-home-product-card__media{aspect-ratio:1/1.02;overflow:hidden;border-radius:18px}.vdh-products--popular .vd-home-product-card__media:after{height:24%;opacity:.65}.vdh-products--popular .vd-home-product-card__heart{top:12px;left:12px}.vdh-products--popular .vd-home-product-card__heart a,.vdh-products--popular .vd-home-product-card__heart button{border:1px solid rgba(119,90,25,.12);box-shadow:0 7px 18px rgba(65,46,31,.1)}.vdh-products--popular .vd-home-product-card__body{padding:17px 12px 10px}.vdh-products--popular .vd-home-product-card__meta{display:flex;min-height:25px;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.vdh-products--popular .vd-home-product-card__vendor{margin:0;padding:4px 9px}.vdh-products--popular .vd-home-product-card__rating{display:inline-flex;align-items:center;gap:4px;color:#8b6a16;font-size:.72rem;font-weight:800}.vdh-products--popular .vd-home-product-card__rating .vd-icon{width:14px;height:14px;fill:#d9a928;stroke:#d9a928}.vdh-products--popular .vd-home-product-card__body h3{min-height:3em;margin:0 0 14px;font-size:1.02rem;line-height:1.5}.vdh-products--popular .vd-home-product-card__footer{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid #eee6df}.vdh-products--popular .vd-home-product-card__price{margin:0;font-size:1.08rem}.vdh-products--popular .vd-home-product-card__cart.button{display:grid;width:44px;min-width:44px;height:44px;min-height:44px;place-items:center;padding:0;color:#fff;background:var(--vdh-primary);border:0;border-radius:50%!important;box-shadow:0 8px 20px rgba(119,90,25,.22);transition:transform .2s ease,background .2s ease}.vdh-products--popular .vd-home-product-card__cart.button:hover{background:#4d3b16;transform:translateY(-2px)}.vdh-products--popular .vd-home-product-card__cart .vd-icon{width:20px;height:20px}.vdh-products--popular .vd-home-product-card:hover{transform:translateY(-6px)}
@media(max-width:540px){.vdh-products--popular .vd-home-product-card{padding:5px;border-radius:17px}.vdh-products--popular .vd-home-product-card__media{border-radius:13px}.vdh-products--popular .vd-home-product-card__body{padding:11px 7px 7px}.vdh-products--popular .vd-home-product-card__meta{align-items:flex-start;flex-direction:column;gap:4px}.vdh-products--popular .vd-home-product-card__body h3{font-size:.82rem}.vdh-products--popular .vd-home-product-card__footer{min-height:47px;padding-top:9px}.vdh-products--popular .vd-home-product-card__cart.button{width:37px;min-width:37px;height:37px;min-height:37px}.vdh-products--popular .vd-home-product-card__cart .vd-icon{width:17px;height:17px}}
.vdh-products--popular .vd-home-product-card__footer>.added_to_cart.wc-forward{display:none!important}.vdh-products--popular .vd-home-product-card__cart.added{display:grid!important;color:#fff;background:#657957}.vdh-products--popular .vd-home-product-card__cart.added:after{position:absolute;top:-5px;right:-4px;display:grid;width:18px;height:18px;place-items:center;color:#fff;background:#4f6542;border:2px solid #fff;border-radius:50%;content:"✓";font-size:10px;line-height:1}.vdh-products--popular .vd-home-product-card__cart{position:relative}

/* Interactive new-arrivals tabs and cards. */
.vdh-products--new{padding-block:95px;background:#fff}.vdh-products--new .vdh-section-heading--new{margin-bottom:34px;padding-bottom:22px;border-bottom:1px solid rgba(119,90,25,.16)}.vdh-product-tabs{padding:5px;background:#f6f0eb;border:1px solid #ebe0d7;border-radius:999px}.vdh-product-tabs button{min-height:39px;padding:8px 18px;color:#514741;background:transparent;border:0;border-radius:999px;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer;transition:.2s ease}.vdh-product-tabs button:hover{color:#6f5517;background:#fff}.vdh-product-tabs button.is-active{color:#fff;background:var(--vdh-primary);box-shadow:0 6px 15px rgba(119,90,25,.2)}.vdh-products--new .vdh-product-grid{gap:20px}.vdh-products--new .vd-home-product-card--compact{display:flex;min-height:100%;flex-direction:column;padding:7px;overflow:visible;background:#fff;border:1px solid #e8ded6;border-radius:21px;box-shadow:0 12px 30px rgba(69,49,34,.06);transition:transform .22s ease,box-shadow .22s ease}.vdh-products--new .vd-home-product-card--compact:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(69,49,34,.12)}.vdh-products--new .vd-home-product-card--compact[hidden]{display:none!important}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__media{aspect-ratio:1/1.04;border-radius:15px}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__badge{top:11px;right:11px;padding:5px 10px;color:#6c5519;background:rgba(255,255,255,.93);border:1px solid rgba(119,90,25,.12);border-radius:999px}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__quick{right:auto;bottom:12px;left:12px;width:42px;min-width:42px;height:42px;min-height:42px;color:#fff;background:var(--vdh-primary);border:2px solid rgba(255,255,255,.85);box-shadow:0 8px 18px rgba(50,36,26,.2)}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__body{display:flex;flex:1;flex-direction:column;padding:16px 11px 10px;text-align:right}.vdh-products--new .vd-home-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.vdh-products--new .vd-home-product-card__vendor{margin:0;color:#84766e;font-size:.7rem}.vdh-products--new .vd-home-product-card__rating{display:inline-flex;align-items:center;gap:3px;color:#8b6a16;font-size:.68rem;font-weight:800}.vdh-products--new .vd-home-product-card__rating .vd-icon{width:13px;height:13px;fill:#d9a928;stroke:#d9a928}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__body h3{min-height:2.8em;margin:0 0 13px;font-size:.95rem;line-height:1.5}.vdh-products--new .vd-home-product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid #f0e9e4}.vdh-products--new .vd-home-product-card__price{justify-content:flex-start;color:#735c1b;font-size:1rem;font-weight:900}
@media(max-width:900px){.vdh-products--new{padding-block:72px}.vdh-products--new .vdh-section-heading--new{align-items:flex-start;flex-direction:column}.vdh-product-tabs{width:100%;overflow-x:auto;border-radius:14px;white-space:nowrap}.vdh-product-tabs button{flex:0 0 auto}.vdh-products--new .vdh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.vdh-products--new{padding-block:55px}.vdh-products--new .vd-home-product-card--compact{padding:5px;border-radius:16px}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__media{border-radius:11px}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__body{padding:12px 7px 7px}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__body h3{font-size:.8rem}.vdh-products--new .vd-home-product-card__price{font-size:.86rem}.vdh-products--new .vd-home-product-card--compact .vd-home-product-card__quick{width:37px;min-width:37px;height:37px;min-height:37px}}
