/* Vega Modern Catalog 2.5 — original mobile-first marketplace/quick-commerce UI. */
:root{
  --vega-v25-accent:#1467e8;
  --vega-v25-accent-2:#ffd814;
  --vega-v25-surface:#fff;
  --vega-v25-soft:#f4f6f8;
  --vega-v25-ink:#242528;
  --vega-v25-muted:#707277;
  --vega-v25-line:#e8e9ec;
  --vega-v25-card-radius:16px;
  --vega-v25-card-ratio:1;
  --vega-v25-title-lines:2;
  --vega-v25-product-top:16px;
  --vega-v25-product-bottom:28px;
}
.vega-v25{--vega-accent:var(--vega-v25-accent);--vega-mobile-dock-accent:var(--vega-v25-accent)}
.vega-v25 .vega-site-main{overflow-x:clip}
.vega-v25 a{text-underline-offset:2px}

/* Header + search */
.vega-v25 .vega-el-header-pro{background:var(--vega-v25-surface);border-color:var(--vega-v25-line)}
.vega-v25 .vega-el-header-pro__main{gap:18px}
.vega-v25-header-marketplace .vega-el-header-pro__search input,
.vega-v25-search-outlined .vega-market-search input,
.vega-v25-search-outlined .vega-el-header-pro__search input{border:2px solid color-mix(in srgb,var(--vega-v25-accent) 78%,#fff);border-radius:16px;background:#fff;box-shadow:none}
.vega-v25-search-soft .vega-market-search input,.vega-v25-search-soft .vega-el-header-pro__search input{border:0;background:var(--vega-v25-soft);border-radius:14px}
.vega-v25-search-pill .vega-market-search input,.vega-v25-search-pill .vega-el-header-pro__search input{border:1px solid var(--vega-v25-line);border-radius:999px;background:#fff}
.vega-v25-search-edge .vega-market-search input,.vega-v25-search-edge .vega-el-header-pro__search input{border-width:0 0 2px;border-radius:0}
.vega-v25 .vega-live-search{position:relative}
.vega-v25 .vega-live-search-results{position:absolute;z-index:10020;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--vega-v25-line);border-radius:16px;box-shadow:0 18px 45px rgba(20,25,35,.14);padding:6px;max-height:min(70vh,520px);overflow:auto}
.vega-v25 .vega-live-search-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;border-radius:12px;color:var(--vega-v25-ink);text-decoration:none}
.vega-v25 .vega-live-search-item:hover{background:var(--vega-v25-soft)}
.vega-v25 .vega-live-search-item img{width:52px;height:52px;object-fit:contain;border-radius:10px;background:#f7f7f7}
.vega-v25 .vega-live-search-item strong{min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:12px;line-height:1.25}
.vega-v25 .vega-live-search-item small{font-weight:800;white-space:nowrap}
.vega-v25 .vega-live-search-empty{padding:16px;text-align:center;color:var(--vega-v25-muted)}
.vega-v25 .vega-el-header-pro--marketplace25,
.vega-v25 .vega-el-header-pro--neo{background:linear-gradient(180deg,color-mix(in srgb,var(--vega-v25-accent) 12%,#fff),#fff 72%)}
.vega-v25 .vega-el-header-pro--glass{background:rgba(255,255,255,.88);backdrop-filter:blur(18px)}
.vega-v25 .vega-el-header-pro--floating{margin:12px auto;max-width:min(1320px,calc(100% - 28px));border:1px solid var(--vega-v25-line);border-radius:22px;box-shadow:0 12px 38px rgba(22,28,38,.09);overflow:hidden}
.vega-v25 .vega-el-header-pro--split .vega-el-header-pro__main{grid-template-columns:minmax(150px,.55fr) minmax(300px,1.8fr) auto}

/* Mobile dock like an app */
@media(max-width:767px){
  body.vega-v25{padding-bottom:78px}
  .vega-v25 .vega-mobile-dock{display:block!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:100050!important;padding:0!important;background:#fff!important;border-top:1px solid #e7e7e7!important;box-shadow:0 -4px 18px rgba(18,22,29,.07)!important}
  .vega-v25 .vega-mobile-dock__inner{display:flex!important;max-width:none!important;width:100%!important;min-height:72px!important;padding:4px max(8px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom))!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
  .vega-v25 .vega-mobile-dock__item{flex:1!important;min-width:0!important;color:#666!important;gap:3px!important}
  .vega-v25 .vega-mobile-dock__item.is-active{color:var(--vega-v25-accent)!important}
  .vega-v25 .vega-mobile-dock__icon{height:30px!important}
  .vega-v25 .vega-mobile-dock__icon svg{width:27px!important;height:27px!important}
  .vega-v25 .vega-mobile-dock__item small{font-size:11px!important;font-weight:650!important}
  .vega-v25 .vega-mobile-dock__cart-count{background:var(--vega-v25-accent)!important}
  .vega-v25 .vega-mobile-search-panel{padding:18px 14px 96px!important}
  .vega-v25 .vega-mobile-search-panel .vega-market-search input{height:58px;font-size:17px;padding-left:18px}
}

/* 2.5 Hero / cover */
.vega-v25-hero{--hero-bg:#eaf5ff;--hero-accent:var(--vega-v25-accent);position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center;gap:20px;min-height:390px;padding:clamp(26px,5vw,70px);overflow:hidden;border-radius:28px;background:var(--hero-bg)}
.vega-v25-hero__content{position:relative;z-index:3;max-width:690px}.vega-v25-hero__content>span{font-size:11px;font-weight:900;letter-spacing:.13em;color:var(--hero-accent)}
.vega-v25-hero h1{font-size:clamp(38px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:10px 0 16px;color:#1f2330}.vega-v25-hero p{font-size:15px;line-height:1.6;color:#616574;max-width:620px}.vega-v25-hero__cta{display:inline-flex;margin-top:10px;min-height:48px;padding:0 22px;align-items:center;border-radius:14px;background:var(--hero-accent);color:#fff!important;font-weight:900;text-decoration:none}.vega-v25-hero__media{position:relative;z-index:2;display:grid;place-items:center}.vega-v25-hero__media img{display:block;width:100%;max-height:440px;object-fit:contain}.vega-v25-hero.has-builtin-cover:after{content:"";position:absolute;inset:auto -30px -20px auto;width:min(360px,42vw);height:min(260px,32vw);background:url(../v25/decor-wedding.png) center/contain no-repeat;opacity:.34;z-index:1;pointer-events:none}
.vega-v25-hero--deal{--hero-bg:#fff3ca;--hero-accent:#e89d00}.vega-v25-hero--minimal{--hero-bg:#f6f6f4}.vega-v25-hero--marketplace{--hero-bg:#e8f4ff}
@media(max-width:760px){.vega-v25-hero{grid-template-columns:1fr;min-height:0;padding:26px 20px;border-radius:18px}.vega-v25-hero h1{font-size:36px}.vega-v25-hero__media{order:-1;max-height:250px;overflow:hidden}.vega-v25-hero__media img{max-height:250px}}

/* Product card density and hierarchy */
.vega-v25 .vega-product-card{border-radius:var(--vega-v25-card-radius)!important;border:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;min-width:0}
.vega-v25 .vega-product-card__media{background:#f4f4f4!important;aspect-ratio:var(--vega-v25-card-ratio)/1!important;border-radius:var(--vega-v25-card-radius)!important;overflow:hidden!important}
.vega-v25 .vega-product-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important}
.vega-v25 .vega-product-card__body{padding:10px 1px 2px!important}
.vega-v25 .vega-product-card h3{margin:3px 0 6px!important;font-size:14px!important;line-height:1.32!important;min-height:0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:var(--vega-v25-title-lines)!important;overflow:hidden!important}
.vega-v25 .vega-product-card__price{font-size:16px!important;font-weight:900!important;color:#303236!important}
.vega-v25 .vega-product-card__price del{font-size:12px!important;color:#7b7d81!important;font-weight:500!important}.vega-v25 .vega-product-card__price ins{text-decoration:none!important}
.vega-v25 .vega-product-card__save{font-size:12px!important;color:#078b48!important;font-weight:900!important}.vega-v25 .vega-product-card__delivery{font-size:10px!important}
.vega-v25 .vega-badge{left:6px!important;top:6px!important;background:#ff6b12!important;color:#fff!important;border-radius:6px!important;padding:4px 6px!important;font-weight:900!important}
.vega-v25 .vega-product-card__rating .star-rating{font-size:11px}
.vega-v25 .vega-toolkit-qty{min-height:38px}.vega-v25 .vega-toolkit-add{border:1px solid #168c34!important;color:#168c34!important;background:#fff!important;border-radius:10px!important;font-weight:900!important}
.vega-v25 .vega-toolkit-stepper{background:#168c34!important;border-radius:10px!important;color:#fff!important}
.vega-v25 .vega-product-card__actions{margin-top:8px!important}
.vega-v25 .vega-product-card__actions>.vega-btn,.vega-v25 .vega-product-card__actions>.button{min-height:38px!important;border-radius:10px!important;font-size:11px!important}
.vega-v25 .vega-btn--buy-now{background:var(--vega-v25-accent-2)!important;color:#242424!important;border-color:var(--vega-v25-accent-2)!important}
.vega-v25 .vega-btn--cart{border-color:var(--vega-v25-accent)!important;color:var(--vega-v25-accent)!important;background:#fff!important}

/* Product rails */
.vega-v25-product-rail{margin:28px auto;padding:0 16px;max-width:var(--vega-container,1280px)}
.vega-v25-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.vega-v25-section-head h2{font-size:clamp(21px,3vw,30px);line-height:1.1;margin:0;letter-spacing:-.035em}.vega-v25-section-head>span{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:#202124;color:#fff;font-size:22px}
.vega-v25-product-rail__track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.vega-v25-product-rail--slider .vega-v25-product-rail__track{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:14px;padding-bottom:6px;scrollbar-width:none}.vega-v25-product-rail--slider .vega-v25-product-rail__track::-webkit-scrollbar{display:none}.vega-v25-product-rail--slider .vega-product-card{flex:0 0 min(260px,27vw);scroll-snap-align:start}
@media(max-width:767px){.vega-v25-product-rail{padding:0 14px;margin:24px auto}.vega-v25-product-rail__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.vega-v25-product-rail--slider .vega-product-card{flex-basis:44vw;max-width:220px}.vega-v25-section-head h2{font-size:22px}.vega-v25-section-head>span{width:38px;height:38px}}

/* Category explorer: app-style left rail */
.vega-v25-category-explorer{--vega-cat-rail:150px;display:grid;grid-template-columns:var(--vega-cat-rail) minmax(0,1fr);gap:18px;max-width:1280px;margin:0 auto;background:#fff}
.vega-v25-category-explorer aside{border-right:1px solid var(--vega-v25-line);background:#f5f6f8;padding:14px 8px;max-height:760px;overflow:auto}.vega-v25-category-explorer aside h2{font-size:15px;margin:0 8px 12px}.vega-v25-category-explorer aside a{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px 4px;border-radius:12px;color:#667085;text-decoration:none;text-align:center;font-size:11px;font-weight:800}.vega-v25-category-explorer aside a.is-active{background:#fff;color:var(--vega-v25-accent);box-shadow:inset 3px 0 var(--vega-v25-accent)}.vega-v25-category-explorer aside img{width:52px;height:52px;object-fit:contain;border-radius:12px}.vega-v25-category-explorer__content{padding:20px 16px 22px 0;min-width:0}.vega-v25-category-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
@media(max-width:767px){.vega-v25-category-explorer{--vega-cat-rail:122px;gap:12px}.vega-v25-category-explorer aside{padding:10px 5px;max-height:none}.vega-v25-category-explorer aside img{width:44px;height:44px}.vega-v25-category-explorer__content{padding:14px 10px 18px 0}.vega-v25-category-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}.vega-v25-category-explorer .vega-product-card h3{font-size:12px!important}}

/* Single product — gallery */
.single-product.vega-v25 .site-main,.single-product.vega-v25 .vega-site-main{padding-top:var(--vega-v25-product-top)!important;padding-bottom:var(--vega-v25-product-bottom)!important}
.single-product.vega-v25 .woocommerce-product-gallery{border-radius:20px;background:#f5f5f5;overflow:hidden}
.single-product.vega-v25 .woocommerce-product-gallery__image img{width:100%;object-fit:contain}
.vega-v25-gallery-fit-cover .woocommerce-product-gallery__image img{object-fit:cover!important}
.vega-v25-gallery-clean .woocommerce-product-gallery{background:#fff;border:0}
.vega-v25-gallery-framed .woocommerce-product-gallery{border:1px solid var(--vega-v25-line);padding:12px;background:#fff}
.vega-v25-gallery-spotlight .woocommerce-product-gallery{background:radial-gradient(circle at 50% 35%,#fff,#eef2f6 72%);box-shadow:0 18px 45px rgba(22,28,36,.09)}
.vega-v25-gallery-edge .woocommerce-product-gallery{border-radius:0;margin-left:calc(50% - 50vw);width:100vw;max-width:100vw}
.vega-v25-gallery-stacked .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.vega-v25-gallery-stacked .flex-control-thumbs li{width:auto!important;float:none!important}
.vega-v25-gallery-marketplace .flex-control-thumbs{display:flex!important;gap:9px!important;overflow:auto!important}.vega-v25-gallery-marketplace .flex-control-thumbs li{float:none!important;flex:0 0 72px!important;width:72px!important}.vega-v25-gallery-marketplace .flex-control-thumbs img{border:2px solid transparent;border-radius:12px;padding:3px}.vega-v25-gallery-marketplace .flex-control-thumbs .flex-active{border-color:#222}

/* Product offer / delivery / trust */
.vega-v25-offer-card,.vega-v25-delivery-card{display:flex;align-items:center;gap:12px;margin:14px 0;padding:14px 16px;border-radius:16px;background:var(--vega-v25-soft);border:1px solid color-mix(in srgb,var(--vega-v25-line) 78%,transparent)}
.vega-v25-offer-card>div{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.vega-v25-offer-card small,.vega-v25-delivery-card small{color:var(--vega-v25-muted);line-height:1.35}.vega-v25-offer-badge{display:inline-flex;align-items:center;min-height:29px;padding:0 9px;border-radius:7px;background:#078b48;color:#fff;font-size:12px;font-weight:900;white-space:nowrap}.vega-v25-chevron{border:0!important;background:transparent!important;font-size:22px!important;padding:4px!important;color:#333!important;min-height:0!important}
.vega-v25-delivery-card{display:block}.vega-v25-card-title{display:flex;align-items:center;gap:9px;margin-bottom:8px}.vega-v25-card-title>span{font-size:20px}.vega-v25-delivery-card p{margin:5px 0}
.vega-v25-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0;padding:15px 6px;border-top:1px solid var(--vega-v25-line);border-bottom:1px solid var(--vega-v25-line)}.vega-v25-trust-row>div{text-align:center}.vega-v25-trust-row span{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 7px;border-radius:12px;background:var(--vega-v25-soft);font-size:19px;font-weight:900}.vega-v25-trust-row small{display:block;font-size:10px;line-height:1.2;color:#4c4f55}

/* Product highlights */
.vega-v25-highlights{margin:24px auto;max-width:var(--vega-container,1280px);padding:22px 18px;border-top:1px solid var(--vega-v25-line);border-bottom:1px solid var(--vega-v25-line);background:#fff}.vega-v25-highlights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 36px}.vega-v25-highlights-grid>div{padding:12px 0;border-bottom:1px solid var(--vega-v25-line)}.vega-v25-highlights-grid small{display:block;color:#7a7d82;margin-bottom:4px}.vega-v25-highlights-grid strong{display:block;font-size:15px;line-height:1.35}.vega-v25-collapse{border:0!important;background:#f5f5f5!important;width:42px!important;height:42px!important;border-radius:12px!important;color:#333!important;padding:0!important}
@media(max-width:620px){.vega-v25-highlights-grid{grid-template-columns:1fr 1fr;gap:0 22px}.vega-v25-highlights{padding:18px 14px}.vega-v25-highlights-grid strong{font-size:14px}}

/* Woo tabs — chips, underline, cards, accordion */
.vega-v25 .woocommerce-tabs{margin-top:24px!important;padding:0 16px!important}
.vega-v25 .woocommerce-tabs ul.tabs{display:flex!important;gap:10px!important;overflow-x:auto!important;white-space:nowrap!important;border:0!important;padding:0!important;margin:0 0 16px!important;scrollbar-width:none}.vega-v25 .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}.vega-v25 .woocommerce-tabs ul.tabs:before,.vega-v25 .woocommerce-tabs ul.tabs li:before,.vega-v25 .woocommerce-tabs ul.tabs li:after{display:none!important}.vega-v25 .woocommerce-tabs ul.tabs li{float:none!important;margin:0!important;border:1px solid #d9dadd!important;border-radius:12px!important;background:#f7f7f7!important;padding:0!important}.vega-v25 .woocommerce-tabs ul.tabs li a{display:block!important;padding:11px 18px!important;color:#34363a!important}.vega-v25-tabs-chips .woocommerce-tabs ul.tabs li.active{background:#202124!important;border-color:#202124!important}.vega-v25-tabs-chips .woocommerce-tabs ul.tabs li.active a{color:#fff!important}.vega-v25-tabs-underline .woocommerce-tabs ul.tabs li{border:0!important;border-radius:0!important;background:transparent!important;border-bottom:3px solid transparent!important}.vega-v25-tabs-underline .woocommerce-tabs ul.tabs li.active{border-bottom-color:var(--vega-v25-accent)!important}.vega-v25-tabs-cards .woocommerce-Tabs-panel{padding:20px!important;border:1px solid var(--vega-v25-line);border-radius:18px;background:#fff}.vega-v25-tabs-dark .woocommerce-tabs{padding:18px!important;border-radius:24px;background:#1f2025;color:#f4f4f5}.vega-v25-tabs-dark .woocommerce-tabs h2,.vega-v25-tabs-dark .woocommerce-tabs p,.vega-v25-tabs-dark .woocommerce-tabs td,.vega-v25-tabs-dark .woocommerce-tabs th{color:inherit}.vega-v25-tabs-accordion .woocommerce-tabs ul.tabs{display:none!important}.vega-v25-tabs-accordion .woocommerce-Tabs-panel{display:block!important;padding:0!important;margin:0!important;border-bottom:1px solid var(--vega-v25-line)}.vega-v25-tabs-accordion .vega-v25-accordion-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:#fff;padding:17px 0;font-weight:900;font-size:18px;color:#2d3035}.vega-v25-tabs-accordion .vega-v25-accordion-content[hidden]{display:none!important}

/* Sticky product CTA */
.vega-v25-sticky-cta{display:none}
@media(max-width:767px){
  .single-product.vega-v25-has-sticky-cta{padding-bottom:150px!important}
  .vega-v25-sticky-cta{position:fixed;display:grid;grid-template-columns:minmax(0,.6fr) minmax(0,1.4fr);align-items:center;gap:10px;left:0;right:0;bottom:72px;z-index:100040;padding:10px 14px;background:#fff;border-top:1px solid var(--vega-v25-line);box-shadow:0 -8px 26px rgba(18,24,32,.08)}
  .vega-v25-sticky-cta__price{min-width:0}.vega-v25-sticky-cta__price small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;color:var(--vega-v25-muted)}.vega-v25-sticky-cta__price strong{display:block;font-size:15px;margin-top:3px}.vega-v25-sticky-cta__buttons{display:flex;gap:8px}.vega-v25-cta{display:flex;align-items:center;justify-content:center;min-height:50px;padding:0 14px;border-radius:12px;text-decoration:none!important;font-weight:900;flex:1;text-align:center}.vega-v25-cta--cart{background:#fff;color:#333!important;border:1px solid #d4d6da}.vega-v25-cta--buy{background:var(--vega-v25-accent-2);color:#242424!important}.vega-v25-cta--notify{background:linear-gradient(90deg,#258cff,#1358e8);color:#fff!important}.vega-v25-sticky-cta .is-added,.vega-v25-cta.is-added{background:#168c34!important;color:#fff!important}
}

/* App-like Cart */
.vega-v25-cart-app.woocommerce-cart .woocommerce{max-width:1100px;margin:auto;padding:18px}.vega-v25-cart-app .woocommerce-cart-form,.vega-v25-cart-app .cart_totals{background:#fff;border:1px solid var(--vega-v25-line);border-radius:18px;padding:14px;box-shadow:none}.vega-v25-cart-app .cart_totals h2{font-size:20px}.vega-v25-cart-app .wc-proceed-to-checkout a{border-radius:14px!important;background:var(--vega-v25-accent-2)!important;color:#222!important;font-weight:900!important}.vega-v25-cart-app .wc-empty-cart-message{display:none}.vega-v25-cart-app .woocommerce-info:has(+.return-to-shop),.vega-v25-cart-app .cart-empty{border:0;background:transparent;text-align:center;font-size:28px;font-weight:900;padding-top:100px}.vega-v25-cart-app .return-to-shop{text-align:center}.vega-v25-cart-app .return-to-shop .button{background:var(--vega-v25-accent)!important;color:#fff!important;border-radius:12px!important}

/* Checkout looks like a commerce app, not default WordPress */
.vega-v25-checkout-app.woocommerce-checkout .woocommerce{max-width:1180px;margin:auto;padding:18px}.vega-v25-checkout-app form.checkout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:22px}.vega-v25-checkout-app #customer_details,.vega-v25-checkout-app #order_review_heading,.vega-v25-checkout-app #order_review{float:none!important;width:auto!important}.vega-v25-checkout-app #customer_details,.vega-v25-checkout-app #order_review{background:#fff;border:1px solid var(--vega-v25-line);border-radius:20px;padding:20px}.vega-v25-checkout-app .form-row input.input-text,.vega-v25-checkout-app .form-row textarea,.vega-v25-checkout-app .select2-selection{min-height:48px;border:1px solid #dfe1e4!important;border-radius:12px!important;background:#fff!important}.vega-v25-checkout-app #place_order{width:100%;min-height:54px;border-radius:14px;background:var(--vega-v25-accent-2)!important;color:#222!important;font-weight:900!important}.vega-v25-checkout-cards #customer_details,.vega-v25-checkout-cards #order_review{box-shadow:0 12px 36px rgba(20,28,38,.06)}.vega-v25-checkout-glass .woocommerce{background:linear-gradient(135deg,#eef6ff,#fff6fb);border-radius:24px}.vega-v25-checkout-minimal #customer_details,.vega-v25-checkout-minimal #order_review{border:0;border-radius:0}
@media(max-width:820px){.vega-v25-checkout-app form.checkout{grid-template-columns:1fr}.vega-v25-checkout-app.woocommerce-checkout .woocommerce{padding:10px}.vega-v25-checkout-app #customer_details,.vega-v25-checkout-app #order_review{padding:15px;border-radius:16px}}

/* My Account app-style */
.vega-v25-account-app.woocommerce-account .woocommerce{max-width:980px;margin:auto;padding:18px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px}.vega-v25-account-app .woocommerce-MyAccount-navigation,.vega-v25-account-app .woocommerce-MyAccount-content{float:none!important;width:auto!important}.vega-v25-account-app .woocommerce-MyAccount-navigation{background:#fff;border:1px solid var(--vega-v25-line);border-radius:18px;padding:8px}.vega-v25-account-app .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.vega-v25-account-app .woocommerce-MyAccount-navigation li a{display:flex;padding:13px 12px;border-radius:10px;text-decoration:none;color:#303236;font-weight:700}.vega-v25-account-app .woocommerce-MyAccount-navigation li.is-active a{background:#edf4ff;color:var(--vega-v25-accent)}.vega-v25-account-app .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--vega-v25-line);border-radius:18px;padding:22px}.vega-v25-account-app .woocommerce-form-login,.vega-v25-account-app .woocommerce-form-register{border:0!important;background:#fff!important;border-radius:18px!important;box-shadow:0 12px 35px rgba(20,28,38,.07)}
@media(max-width:760px){.vega-v25-account-app.woocommerce-account .woocommerce{grid-template-columns:1fr;padding:10px}.vega-v25-account-app .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:1fr 1fr}.vega-v25-account-app .woocommerce-MyAccount-content{padding:16px}}

/* Woo archive / search dense marketplace */
.vega-v25.woocommerce-shop ul.products,.vega-v25.tax-product_cat ul.products,.vega-v25.search-results ul.products{gap:18px!important}.vega-v25.woocommerce-shop ul.products li.product,.vega-v25.tax-product_cat ul.products li.product,.vega-v25.search-results ul.products li.product{border:0!important;box-shadow:none!important;padding:0!important}.vega-v25.woocommerce-shop ul.products li.product img,.vega-v25.tax-product_cat ul.products li.product img,.vega-v25.search-results ul.products li.product img{border-radius:16px;background:#f4f4f4}.vega-v25.woocommerce-shop .woocommerce-loop-product__title,.vega-v25.tax-product_cat .woocommerce-loop-product__title,.vega-v25.search-results .woocommerce-loop-product__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.28;font-size:14px!important}

/* Quick dark preset inspired by dense grocery UX without copying a specific brand */
.vega-v25-ui-quick-dark{--vega-v25-surface:#1d1e22;--vega-v25-soft:#292a30;--vega-v25-line:#3a3b42;--vega-v25-ink:#f7f7f8;--vega-v25-muted:#aeb0b8;background:#15161a;color:#f5f5f5}
.vega-v25-ui-quick-dark .vega-site-main,.vega-v25-ui-quick-dark .site-main{background:#15161a}.vega-v25-ui-quick-dark .vega-product-card,.vega-v25-ui-quick-dark .vega-v25-highlights,.vega-v25-ui-quick-dark .woocommerce-tabs,.vega-v25-ui-quick-dark .vega-v25-delivery-card,.vega-v25-ui-quick-dark .vega-v25-offer-card{background:#1e1f23!important;color:#f7f7f7!important;border-color:#34353b!important}.vega-v25-ui-quick-dark .vega-product-card__media{background:#25262b!important}.vega-v25-ui-quick-dark .vega-product-card h3,.vega-v25-ui-quick-dark .vega-product-card h3 a,.vega-v25-ui-quick-dark .vega-product-card__price{color:#fff!important}.vega-v25-ui-quick-dark .vega-v25-trust-row{border-color:#34353b}.vega-v25-ui-quick-dark .vega-v25-trust-row span{background:#2b2c31}.vega-v25-ui-quick-dark .vega-v25-sticky-cta{background:#1e1f23;border-color:#34353b}.vega-v25-ui-quick-dark .vega-v25-cta--cart{background:#25262b;color:#fff!important;border-color:#45464e}.vega-v25-ui-quick-dark .vega-mobile-dock,.vega-v25-ui-quick-dark .vega-mobile-dock__inner{background:#1d1e22!important;border-color:#34353b!important}.vega-v25-ui-quick-dark .vega-mobile-dock__item{color:#aaa!important}

/* Celebration PNG decoration + animation */
.vega-v25-decor-celebration .vega-active-offer,.vega-v25-decor-celebration .vega-el-active-offer,.vega-v25-decor-festival .vega-active-offer,.vega-v25-decor-festival .vega-el-active-offer{isolation:isolate;overflow:hidden}.vega-v25-decor-celebration .vega-active-offer:after,.vega-v25-decor-celebration .vega-el-active-offer:after{content:"";position:absolute;z-index:0;right:-18px;bottom:-20px;width:260px;height:180px;background:url(../v25/decor-wedding.png) center/contain no-repeat;opacity:.28;pointer-events:none}.vega-v25-decor-festival .vega-active-offer:after,.vega-v25-decor-festival .vega-el-active-offer:after{content:"";position:absolute;z-index:0;right:-18px;bottom:-20px;width:260px;height:180px;background:url(../v25/decor-festival.png) center/contain no-repeat;opacity:.32;pointer-events:none}
@keyframes vegaV25Float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(1deg)}}@keyframes vegaV25Shimmer{0%{background-position:-120% 0}100%{background-position:220% 0}}@keyframes vegaV25Pulse{50%{transform:scale(1.025)}}
.vega-v25-animation-soft .vega-v25-hero__media img{animation:vegaV25Float 7s ease-in-out infinite}.vega-v25-animation-medium .vega-v25-hero__media img{animation:vegaV25Float 4.8s ease-in-out infinite}.vega-v25-animation-extreme .vega-v25-hero__media img{animation:vegaV25Float 3.3s ease-in-out infinite}.vega-v25-animation-extreme .vega-badge{animation:vegaV25Pulse 1.25s ease-in-out infinite}.vega-v25-animation-medium .vega-v25-hero__cta,.vega-v25-animation-extreme .vega-v25-hero__cta{background-image:linear-gradient(105deg,var(--hero-accent) 35%,rgba(255,255,255,.42) 50%,var(--hero-accent) 65%);background-size:220% 100%;animation:vegaV25Shimmer 3.5s linear infinite}
@media(prefers-reduced-motion:reduce){.vega-v25 *,.vega-v25 *:before,.vega-v25 *:after{animation:none!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}

/* Vega 2.5 final mobile Header Pro layout: compact brand/actions + full search row. */
@media(max-width:767px){
  body.vega-v25 .vega-el-header-pro__top,body.vega-v25 .vega-el-header-pro__nav{display:none!important}
  body.vega-v25 .vega-el-header-pro__main{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:52px 58px!important;align-items:center!important;gap:0 8px!important;height:110px!important;min-height:110px!important;padding:0 14px 8px!important;overflow:visible!important}
  body.vega-v25 .vega-el-header-pro__brand{position:static!important;grid-column:1!important;grid-row:1!important;transform:none!important;margin:0!important;min-width:0!important;display:flex!important;align-items:center!important}
  body.vega-v25 .vega-el-header-pro__brand img{content:normal!important;width:auto!important;max-width:min(150px,42vw)!important;height:auto!important;max-height:38px!important;object-fit:contain!important}
  body.vega-v25 .vega-el-header-pro__actions{position:static!important;grid-column:2!important;grid-row:1!important;transform:none!important;width:auto!important;min-width:0!important;height:40px!important;display:flex!important;align-items:center!important;gap:6px!important;margin:0!important;padding:0!important;overflow:visible!important}
  body.vega-v25 .vega-el-header-pro__actions .vega-el-header-pro__action{display:flex!important;position:relative!important;align-items:center!important;justify-content:center!important;width:36px!important;min-width:36px!important;height:36px!important;flex:0 0 36px!important;padding:0!important;margin:0!important}
  body.vega-v25 .vega-el-header-pro__actions .vega-el-header-pro__action:first-child{display:flex!important}
  body.vega-v25 .vega-el-header-pro__action>span{font-size:0!important;line-height:0!important}
  body.vega-v25 .vega-el-header-pro__action svg{width:19px!important;height:19px!important}
  body.vega-v25 .vega-el-header-pro__search{display:block!important;position:static!important;grid-column:1/-1!important;grid-row:2!important;transform:none!important;width:100%!important;min-width:0!important;height:50px!important;margin:0!important;padding:0!important}
  body.vega-v25 .vega-el-header-pro__search form{display:block!important;position:relative!important;width:100%!important;height:50px!important;margin:0!important;padding:0!important}
  body.vega-v25 .vega-el-header-pro__search input{display:block!important;width:100%!important;height:50px!important;min-height:50px!important;padding:0 48px 0 16px!important;font-size:15px!important;border-radius:14px!important}
  body.vega-v25 .vega-el-header-pro__search button{display:grid!important;position:absolute!important;right:5px!important;top:5px!important;width:40px!important;height:40px!important;padding:0!important;place-items:center!important}
  body.vega-v25 .vega-el-header-pro__search .vega-live-search-results{top:56px!important}
  body.vega-v25 .vega-cart-count{font-size:8px!important;line-height:14px!important;min-width:14px!important;height:14px!important;top:-2px!important;right:-2px!important}
}

/* Carry-forward fixes from the 2.3 live corrections. */
@media(min-width:768px){body.vega-v25 .vega-mobile-header-action,body.vega-v25 .vega-mobile-cart-action{display:none!important}}
body.vega-v25.page .entry-header,body.vega-v25.page .page-header,body.vega-v25.page h1.entry-title,body.vega-v25.woocommerce-shop .woocommerce-products-header,body.vega-v25.tax-product_cat .woocommerce-products-header,body.vega-v25.tax-product_tag .woocommerce-products-header{display:none!important}
body.vega-v25.page .vega-page-hero{display:none!important}body.vega-v25.woocommerce-cart .elementor-element-49083bd{display:none!important}
body.vega-v25.home .vega-section{padding-top:36px!important;padding-bottom:36px!important}@media(max-width:1024px){body.vega-v25.home .vega-section{padding-top:28px!important;padding-bottom:28px!important}}@media(max-width:600px){body.vega-v25.home .vega-section{padding-top:20px!important;padding-bottom:20px!important}}
body.vega-v25 .vega-category-card--quickcommerce{display:flex!important;flex-direction:column!important;align-items:stretch!important;overflow:hidden!important}body.vega-v25 .vega-category-card--quickcommerce .vega-category-card__media{position:relative!important;width:100%!important;flex:none!important;transform:none!important;background-position:center!important}body.vega-v25 .vega-category-card--quickcommerce:hover .vega-category-card__media{transform:none!important}body.vega-v25 .vega-category-card--quickcommerce .vega-category-card__overlay{display:none!important}body.vega-v25 .vega-category-card--quickcommerce .vega-category-card__content{position:static!important;inset:auto!important;transform:none!important;width:100%!important;min-height:0!important;display:block!important;padding:8px 4px 6px!important;background:transparent!important;color:inherit!important}body.vega-v25 .vega-category-card--quickcommerce .vega-category-card__content strong{display:block!important;position:static!important;margin:0!important;color:var(--vega-text,#172016)!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}

/* Reviews: modern verified-card presentation */
.vega-v25 #reviews{margin-top:28px;padding:22px 16px;border-top:1px solid var(--vega-v25-line)}
.vega-v25 #reviews #comments h2,.vega-v25 #review_form_wrapper h3{font-size:24px;letter-spacing:-.03em}
.vega-v25 #reviews ol.commentlist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0!important}
.vega-v25 #reviews ol.commentlist li{margin:0!important}
.vega-v25 #reviews ol.commentlist li .comment_container{height:100%;padding:16px;border:1px solid var(--vega-v25-line);border-radius:16px;background:var(--vega-v25-soft)}
.vega-v25 #reviews ol.commentlist li img.avatar{width:38px!important;height:38px!important;border-radius:50%!important;border:0!important;padding:0!important}
.vega-v25 #reviews .comment-text{margin-left:50px!important;border:0!important;padding:0!important}
.vega-v25 #reviews .star-rating{color:#0a9b52}.vega-v25 #reviews .meta{font-size:11px;color:var(--vega-v25-muted)}
.vega-v25 #review_form_wrapper{margin-top:18px;padding:18px;border:1px solid var(--vega-v25-line);border-radius:18px;background:#fff}
@media(max-width:680px){.vega-v25 #reviews ol.commentlist{grid-template-columns:1fr}.vega-v25 #reviews{padding:18px 14px}}
