/* Vega Commerce Studio 2.1 */

/* Native header presets */
.vega-header--quickcommerce .vega-header__inner,
.vega-header--marketplace .vega-header__inner{min-height:74px}
.vega-header--compact .vega-header__inner{min-height:58px;gap:18px}.vega-header--compact .vega-brand__text small{display:none}.vega-header--compact .vega-header__search{max-width:620px}.vega-header--compact .vega-nav{display:none}
.vega-header--centered .vega-header__inner{display:grid;grid-template-columns:1fr auto 1fr;min-height:92px}.vega-header--centered .vega-brand{justify-self:center}.vega-header--centered .vega-header__search{grid-row:2;grid-column:1/-1;width:100%;max-width:none}.vega-header--centered .vega-nav{justify-self:start}.vega-header--centered .vega-header__actions{justify-self:end}
.vega-header--minimal{border-bottom:1px solid var(--vega-line);background:color-mix(in srgb,var(--vega-surface) 94%,transparent)}.vega-header--minimal .vega-header__inner{min-height:66px}.vega-header--minimal .vega-header__search{display:none}

/* Footer presets */
.vega-footer--commerce{background:var(--vega-dark)}
.vega-footer--quick{background:linear-gradient(180deg,color-mix(in srgb,var(--vega-accent) 8%,#fff),#fff);color:var(--vega-text);border-top:1px solid var(--vega-line)}.vega-footer--quick .vega-footer__brand,.vega-footer--quick h3{color:var(--vega-text)}.vega-footer--quick p,.vega-footer--quick .vega-footer-menu a{color:var(--vega-muted)}.vega-footer--quick .vega-footer__bottom{border-color:var(--vega-line);color:var(--vega-muted)}
.vega-footer--marketplace{background:#101828}.vega-footer--marketplace .vega-footer__grid{grid-template-columns:1.4fr repeat(3,minmax(0,1fr))}
.vega-footer--premium{background:#f5f2ec;color:#37332d;border-top:1px solid #e2ddd3}.vega-footer--premium .vega-footer__brand,.vega-footer--premium h3{color:#1f1c18}.vega-footer--premium p,.vega-footer--premium .vega-footer-menu a{color:#716b63}.vega-footer--premium .vega-footer__bottom{border-color:#ddd6cb;color:#7f786f}
.vega-footer--minimal{padding:34px 0 20px;background:#fff;color:var(--vega-text);border-top:1px solid var(--vega-line)}.vega-footer--minimal .vega-footer__grid{grid-template-columns:1fr 1fr;gap:30px}.vega-footer--minimal .vega-footer__grid>div:nth-child(n+3){display:none}.vega-footer--minimal .vega-footer__brand,.vega-footer--minimal h3{color:var(--vega-text)}.vega-footer--minimal p,.vega-footer--minimal .vega-footer-menu a{color:var(--vega-muted)}.vega-footer--minimal .vega-footer__bottom{margin-top:26px;border-color:var(--vega-line);color:var(--vega-muted)}

/* Context header */
body.vega-context-header-compact .vega-header{position:relative}body.vega-context-header-compact .vega-header__inner{min-height:58px}body.vega-context-header-compact .vega-brand__text small{display:none}

/* Active seasonal offer */
.vega-active-offer{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--vega-surface-2),#fff);border-bottom:1px solid var(--vega-line)}
.vega-active-offer__inner{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:30px;align-items:center;min-height:220px;padding-top:26px;padding-bottom:26px}
.vega-active-offer__content{max-width:720px}.vega-active-offer h2{font-size:clamp(30px,4vw,56px);line-height:1;letter-spacing:-.045em;margin:8px 0 12px}.vega-active-offer p{max-width:620px;color:var(--vega-muted);margin:0 0 18px}.vega-active-offer__media{height:190px;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(18,22,17,.09)}.vega-active-offer__media img{width:100%;height:100%;object-fit:cover;display:block}
.vega-active-offer--diwali{background:radial-gradient(circle at 85% 10%,rgba(255,206,82,.45),transparent 34%),linear-gradient(120deg,#2b123f,#5f1b54);color:#fff}.vega-active-offer--diwali p{color:#f1dcec}.vega-active-offer--rakhi{background:linear-gradient(120deg,#fff0f6,#fff9e9)}.vega-active-offer--ganesh{background:linear-gradient(120deg,#fff4df,#fff9ef)}.vega-active-offer--holi{background:linear-gradient(120deg,#fff1f6,#eef7ff 48%,#fff7d8)}.vega-active-offer--wedding{background:linear-gradient(120deg,#fff8f1,#f9eff5)}.vega-active-offer--newyear{background:linear-gradient(120deg,#111827,#24334f);color:#fff}.vega-active-offer--newyear p{color:#d8e0ed}

/* Elementor Header Pro */
.vega-el-header-pro{width:100%;background:var(--vega-el-header-bg,var(--vega-surface));color:var(--vega-el-header-text,var(--vega-text));border-bottom:1px solid color-mix(in srgb,var(--vega-el-header-text,var(--vega-text)) 10%,transparent)}
.vega-el-header-pro__top{font-size:11px;background:var(--vega-el-header-top-bg,var(--vega-dark));color:#fff}.vega-el-header-pro__top .vega-container{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.vega-el-header-pro__main{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:24px;min-height:78px}.vega-el-header-pro__brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.vega-el-header-pro__brand img{display:block;width:auto;max-height:52px}.vega-el-header-pro__brand strong{font-size:20px;letter-spacing:-.03em}.vega-el-header-pro__brand small{display:block;color:var(--vega-muted);font-size:10px}
.vega-el-header-pro__search form{position:relative}.vega-el-header-pro__search input{width:100%;height:48px;border:1px solid var(--vega-line);border-radius:14px;background:#fff;padding:0 48px 0 16px}.vega-el-header-pro__search button{position:absolute;right:5px;top:5px;width:38px;height:38px;min-height:0;padding:0;display:grid;place-items:center;border-radius:10px;background:var(--vega-accent)}
.vega-el-header-pro__actions{display:flex;align-items:center;gap:8px}.vega-el-header-pro__action{display:flex;align-items:center;gap:7px;min-height:42px;padding:8px 11px;border:1px solid var(--vega-line);border-radius:12px;background:#fff;color:var(--vega-text);text-decoration:none;font-size:12px;font-weight:800}.vega-el-header-pro__action svg{width:18px;height:18px;fill:currentColor}.vega-el-header-pro__nav{border-top:1px solid var(--vega-line)}.vega-el-header-pro__nav .vega-container{display:flex;align-items:center;min-height:44px}.vega-el-header-pro__nav .vega-menu{display:flex;gap:24px;align-items:center;list-style:none;margin:0;padding:0}.vega-el-header-pro__nav .vega-menu a{font-size:12px;font-weight:800;color:inherit}
.vega-el-header-pro--marketplace .vega-el-header-pro__main{grid-template-columns:auto minmax(340px,1fr) auto}.vega-el-header-pro--marketplace .vega-el-header-pro__search input{border-radius:8px}
.vega-el-header-pro--compact .vega-el-header-pro__main{min-height:60px}.vega-el-header-pro--compact .vega-el-header-pro__top,.vega-el-header-pro--compact .vega-el-header-pro__nav{display:none}.vega-el-header-pro--centered .vega-el-header-pro__main{grid-template-columns:1fr auto 1fr}.vega-el-header-pro--centered .vega-el-header-pro__brand{justify-self:center}.vega-el-header-pro--centered .vega-el-header-pro__search{grid-column:1/-1;grid-row:2}.vega-el-header-pro--centered .vega-el-header-pro__actions{justify-self:end}.vega-el-header-pro--minimal .vega-el-header-pro__top,.vega-el-header-pro--minimal .vega-el-header-pro__nav{display:none}.vega-el-header-pro--minimal .vega-el-header-pro__search{display:none}

/* Elementor Footer Pro */
.vega-el-footer-pro{background:var(--vega-el-footer-bg,var(--vega-dark));color:var(--vega-el-footer-text,#d4d8d0);padding:58px 0 22px}.vega-el-footer-pro__grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:42px}.vega-el-footer-pro h3{color:var(--vega-el-footer-heading,#fff);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.vega-el-footer-pro__brand{font-size:22px;font-weight:900;color:var(--vega-el-footer-heading,#fff);margin-bottom:10px}.vega-el-footer-pro p,.vega-el-footer-pro a{color:inherit}.vega-el-footer-pro ul{list-style:none;padding:0;margin:0}.vega-el-footer-pro li{margin:8px 0}.vega-el-footer-pro__bottom{margin-top:38px;padding-top:18px;border-top:1px solid color-mix(in srgb,currentColor 13%,transparent);display:flex;justify-content:space-between;gap:20px;font-size:11px;opacity:.72}.vega-el-footer-pro--quick{--vega-el-footer-bg:#fff;--vega-el-footer-text:var(--vega-muted);--vega-el-footer-heading:var(--vega-text);border-top:1px solid var(--vega-line)}.vega-el-footer-pro--premium{--vega-el-footer-bg:#f5f1e9;--vega-el-footer-text:#6f695f;--vega-el-footer-heading:#221f1a}.vega-el-footer-pro--minimal{--vega-el-footer-bg:#fff;--vega-el-footer-text:var(--vega-muted);--vega-el-footer-heading:var(--vega-text);border-top:1px solid var(--vega-line);padding:30px 0 18px}.vega-el-footer-pro--minimal .vega-el-footer-pro__grid{grid-template-columns:1fr 1fr}.vega-el-footer-pro--minimal .vega-el-footer-pro__grid>div:nth-child(n+3){display:none}

/* Elementor active-offer widget */
.vega-el-active-offer{position:relative;overflow:hidden;background:var(--vega-offer-bg,var(--vega-surface-2));border-radius:var(--vega-offer-radius,24px)}.vega-el-active-offer__inner{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:28px;min-height:240px;padding:28px}.vega-el-active-offer h2{font-size:clamp(28px,4vw,54px);line-height:1;letter-spacing:-.04em;margin:7px 0 12px}.vega-el-active-offer p{color:var(--vega-muted)}.vega-el-active-offer__media{height:210px;border-radius:18px;overflow:hidden}.vega-el-active-offer__media img{width:100%;height:100%;object-fit:cover}.vega-el-active-offer--strip .vega-el-active-offer__inner{grid-template-columns:1fr auto;min-height:120px}.vega-el-active-offer--strip .vega-el-active-offer__media{display:none}.vega-el-active-offer--card .vega-el-active-offer__inner{grid-template-columns:1fr}.vega-el-active-offer--card .vega-el-active-offer__media{order:-1}

/* Product button layouts */
.vega-product-card__actions--one{grid-template-columns:1fr!important}.vega-product-card__actions--two{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vega-product-card__actions--stacked{display:flex!important;flex-direction:column!important}.vega-product-card__actions--compact{display:flex!important;flex-wrap:wrap!important}.vega-product-card__actions--compact .vega-btn{flex:1 1 auto;min-width:0}

/* Extra card editor targets */
.vega-product-card{background:var(--vega-card-bg,var(--vega-surface))}.vega-product-card__media img{object-position:var(--vega-card-image-position,center)}

@media(max-width:820px){
  .vega-header--centered .vega-header__inner{display:flex}.vega-header--centered .vega-header__search{display:none}
  .vega-footer--marketplace .vega-footer__grid,.vega-el-footer-pro__grid{grid-template-columns:1fr 1fr}.vega-el-footer-pro__grid>div:first-child{grid-column:1/-1}
  .vega-el-header-pro__main{grid-template-columns:auto 1fr auto;gap:12px;min-height:64px}.vega-el-header-pro__search{display:none}.vega-el-header-pro__nav{display:none}.vega-el-header-pro__action span{display:none}.vega-el-header-pro__top{display:none}
  .vega-active-offer__inner,.vega-el-active-offer__inner{grid-template-columns:1fr}.vega-active-offer__media,.vega-el-active-offer__media{height:180px;order:-1}
}
@media(max-width:540px){
  .vega-footer--marketplace .vega-footer__grid,.vega-el-footer-pro__grid{grid-template-columns:1fr}.vega-el-footer-pro__grid>div:first-child{grid-column:auto}.vega-el-footer-pro__bottom{flex-direction:column}
  .vega-active-offer__inner{min-height:0;padding-top:18px;padding-bottom:18px;gap:16px}.vega-active-offer h2{font-size:30px}.vega-active-offer__media{height:150px;border-radius:16px}
  .vega-el-active-offer__inner{padding:18px;gap:16px;min-height:0}.vega-el-active-offer__media{height:150px}.vega-el-active-offer h2{font-size:30px}
  .vega-el-header-pro__brand strong{font-size:16px}.vega-el-header-pro__brand small{display:none}.vega-el-header-pro__brand img{max-height:38px}.vega-el-header-pro__actions{gap:5px}.vega-el-header-pro__action{padding:7px 8px}
}
