:root{
  --gc-pink:#e63883;--gc-magenta:#b51672;--gc-wine:#7b124d;--gc-purple:#7047d6;--gc-violet:#4f2fc1;--gc-orange:#ff7433;--gc-gold:#ffb547;--gc-lavender:#f3ecff;--gc-blush:#fff2f8;--gc-ink:#241326;--gc-muted:#746878;--gc-line:#eee4ef;--gc-card:#ffffff;--gc-soft:#fbf8fd;
  --gc-shadow:0 18px 45px rgba(92,23,72,.12);--gc-shadow-strong:0 26px 70px rgba(94,32,129,.18);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"DM Sans",Arial,sans-serif;color:var(--gc-ink);background:linear-gradient(180deg,#fff 0,#fff 42%,#fbf8fd 100%);margin:0}a{transition:color .2s ease,transform .2s ease,box-shadow .2s ease}img{max-width:100%}.container{max-width:1180px}.gc-announcement{min-height:36px;padding:7px max(18px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(90deg,#631257,#a21e67 48%,#f46f35);color:#fff;font-size:12px;font-weight:700;letter-spacing:.01em}.gc-announcement span{display:flex;align-items:center;gap:8px}.gc-header{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(238,228,239,.95);box-shadow:0 14px 34px rgba(54,18,54,.08)}.gc-header .container{min-height:76px}.gc-brand{display:flex;align-items:center;text-decoration:none;color:var(--gc-ink);font:800 25px "Manrope",Arial,sans-serif;letter-spacing:0;white-space:nowrap}.gc-brand span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px 14px 14px 5px;margin-right:10px;background:linear-gradient(135deg,var(--gc-pink),var(--gc-purple) 65%,var(--gc-orange));color:#fff;font-size:26px;box-shadow:0 12px 26px rgba(230,56,131,.28)}.gc-brand em{font-style:normal;color:var(--gc-pink)}.gc-brand:hover{color:var(--gc-ink);transform:translateY(-1px)}.gc-search{height:50px;max-width:620px;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid #eadcea;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(86,42,92,.08)}.gc-search i{color:var(--gc-purple)}.gc-search input{width:100%;border:0;outline:0;background:none;color:var(--gc-ink);font-weight:600}.gc-search input::placeholder{color:#9a8a9a;font-weight:500}.gc-search:focus-within{border-color:#d9b8eb;box-shadow:0 0 0 4px rgba(112,71,214,.11),0 14px 35px rgba(86,42,92,.12)}.gc-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.gc-actions a{position:relative;text-decoration:none;color:var(--gc-ink);min-width:66px;height:50px;border-radius:15px;display:grid;place-items:center;font-size:18px;background:transparent}.gc-actions a:hover{background:var(--gc-lavender);color:var(--gc-magenta);transform:translateY(-2px)}.gc-actions small{font-size:11px;font-weight:700;line-height:1}.gc-actions b{position:absolute;right:10px;top:5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(135deg,var(--gc-orange),var(--gc-pink));color:#fff;display:grid;place-items:center;font-size:10px;box-shadow:0 8px 18px rgba(230,56,131,.28)}.gc-card{border:1px solid var(--gc-line);border-radius:16px;background:#fff;box-shadow:var(--gc-shadow)}.gc-btn{border:0;border-radius:14px;background:linear-gradient(100deg,var(--gc-wine),var(--gc-pink) 55%,var(--gc-orange));color:#fff;padding:12px 22px;font-weight:800;box-shadow:0 12px 26px rgba(181,22,114,.25);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.gc-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px rgba(181,22,114,.34);filter:saturate(1.06)}.gc-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.gc-section-heading h2{margin:0;font:800 30px "Manrope",Arial,sans-serif;letter-spacing:0;color:var(--gc-ink)}.gc-section-heading p{margin:6px 0 0;color:var(--gc-muted);font-size:14px}.gc-view-link{color:var(--gc-magenta);font-weight:800;text-decoration:none;white-space:nowrap}.gc-view-link:hover{color:var(--gc-purple)}.gc-product-img{aspect-ratio:4/3;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#fff0f7,#eadfff);font-size:76px;color:#6d7380}.gc-price{font:800 21px "Manrope",Arial,sans-serif}.gc-product-card{overflow:hidden;display:flex;flex-direction:column;border-radius:18px!important;background:#fff;box-shadow:0 14px 34px rgba(72,33,74,.1);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.gc-product-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(89,37,100,.16);border-color:#ead2e8}.gc-product-card>a{display:block;min-width:0}.gc-product-card .gc-product-img{width:100%;height:auto;min-height:0;aspect-ratio:4/3;border-radius:14px;background:linear-gradient(140deg,#fff0f8,#ecdfff 70%,#fff7eb)}.gc-product-card .gc-product-img img{display:block;width:100%;height:100%;object-fit:cover}.gc-product-card .btn.rounded-circle{width:42px;height:42px;display:grid;place-items:center;padding:0;border:0;box-shadow:0 10px 24px rgba(31,14,45,.13)}.gc-product-card .btn.rounded-circle:hover{color:var(--gc-pink);transform:scale(1.05)}.gc-product-card h6{min-height:2.6em;line-height:1.28;font-weight:800}.gc-product-card .badge{border-radius:999px;background:#04936d!important}.gc-product-card .badge i{font-size:.75em}.gc-product-card .gc-btn{margin:0 6px 8px;padding:12px 10px}.form-control,.form-select{border-radius:12px;padding:.75rem;border-color:#eadfea}.form-control:focus,.form-select:focus{border-color:#d66b9f;box-shadow:0 0 0 .2rem rgba(230,56,131,.13)}.gc-footer{margin-top:40px;background:radial-gradient(circle at 20% 0,rgba(230,56,131,.22),transparent 35%),linear-gradient(135deg,#241326,#35143d 52%,#251238);color:#cdbbca}.gc-footer h6{color:#fff;font-weight:800}.gc-footer a:not(.gc-brand){color:#cdbbca;text-decoration:none;display:block;font-size:13px;margin:9px 0}.gc-footer a:hover{color:#fff;transform:translateX(3px)}.gc-footer p{max-width:340px;font-size:13px;line-height:1.7}.gc-copyright{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;font-size:12px}.gc-whatsapp{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#25b968;color:#fff;font-size:24px;box-shadow:0 14px 30px rgba(22,133,73,.34);z-index:1020}.gc-whatsapp:hover{color:#fff;transform:translateY(-3px)}
@media(max-width:992px){.gc-header .container{flex-wrap:wrap;padding-top:12px!important;padding-bottom:12px!important}.gc-search{order:3;max-width:none;width:100%;flex-basis:100%}.gc-actions{gap:6px}.gc-actions a{min-width:56px}.gc-section-heading h2{font-size:25px}}
@media(max-width:576px){.gc-announcement span:last-child{display:none}.gc-announcement{justify-content:center;text-align:center;font-size:10px}.gc-brand{font-size:0}.gc-brand span{margin-right:0}.gc-actions small{display:none}.gc-actions a{min-width:42px;height:42px}.gc-actions b{right:2px;top:1px}.gc-search{height:46px}.gc-product-card{padding:6px!important;border-radius:16px!important}.gc-product-card .gc-product-img{aspect-ratio:1/1}.gc-product-card h6{font-size:13px}.gc-product-card .gc-price{font-size:17px}.gc-product-card .gc-btn{padding:10px 8px;font-size:13px}.gc-section-heading{align-items:flex-start}.gc-section-heading h2{font-size:22px}.gc-view-link{font-size:13px}}

/* ShopEase-style GlowCart refinement */
.gc-announcement{font-size:13px;font-weight:700}.gc-announcement a{color:#fff;text-decoration:none}.gc-top-sep{width:1px;height:18px;background:rgba(255,255,255,.35);display:inline-block}.gc-header{box-shadow:0 12px 32px rgba(30,28,89,.08)}.gc-mainbar{height:90px;display:flex;align-items:center;gap:26px}.gc-brand{display:grid;grid-template-columns:48px auto;grid-template-rows:auto auto;column-gap:12px;color:#10152f;text-decoration:none;font:800 28px "Manrope",Arial,sans-serif}.gc-brand span{grid-row:1/3;width:48px;height:48px;border-radius:11px;background:linear-gradient(180deg,#6d3cff,#4e24df);display:grid;place-items:center;color:#fff;box-shadow:0 12px 22px rgba(80,40,224,.25)}.gc-brand strong{line-height:1}.gc-brand em{color:#5628ed;font-style:normal}.gc-brand small{font:600 12px "DM Sans";color:#10152f}.gc-search{flex:1;max-width:680px;height:46px;border:1px solid #cfc9ef;border-radius:7px;background:#fff;display:flex;align-items:center;box-shadow:none;padding:0;overflow:hidden}.gc-search-cat{height:100%;min-width:140px;border:0;border-right:1px solid #ddd8f4;background:#fff;color:#10152f;font-weight:700}.gc-search input{height:100%;padding:0 18px;border:0;outline:0;flex:1}.gc-search-submit{height:100%;width:56px;border:0;background:#5628ed;color:#fff;font-size:18px}.gc-actions{display:flex;align-items:center;gap:16px}.gc-actions a{height:46px;min-width:auto;display:flex;align-items:center;gap:9px;color:#10152f;text-decoration:none;border-radius:8px;padding:0 8px}.gc-actions a:hover{background:#f4f1ff;color:#5628ed}.gc-actions i{font-size:22px}.gc-actions small{font-size:14px;font-weight:700}.gc-actions b{right:auto;left:18px;top:2px;background:#5628ed}.gc-navrow{height:46px;display:flex;align-items:center;gap:34px}.gc-navrow a{height:100%;display:flex;align-items:center;color:#10152f;text-decoration:none;font-weight:700;font-size:14px;border-bottom:3px solid transparent}.gc-navrow a:hover,.gc-navrow a.active{color:#5628ed;border-bottom-color:#5628ed}.gc-product-card{border-radius:9px!important}.gc-product-card .gc-product-img{background:#f8f7ff;color:#72778c}.gc-product-card .gc-btn i{margin-right:8px}.gc-product-card .gc-btn::after{content:"\f07a";font-family:"Font Awesome 6 Free";font-weight:900;margin-left:auto}.gc-footer{margin-top:34px}
@media(max-width:992px){.gc-mainbar{height:auto;padding:14px 0;flex-wrap:wrap}.gc-brand{margin-right:auto}.gc-search{order:3;flex-basis:100%;max-width:none}.gc-navrow{overflow:auto;gap:24px}.gc-navrow a{white-space:nowrap}.gc-search-cat{min-width:118px}}
@media(max-width:576px){.gc-mainbar{gap:12px}.gc-brand{grid-template-columns:42px auto;font-size:22px}.gc-brand span{width:42px;height:42px}.gc-brand small{font-size:10px}.gc-actions small{display:none}.gc-actions{gap:6px}.gc-search-cat{display:none}.gc-search-submit{width:48px}.gc-navrow{display:none}.gc-announcement{font-size:11px}.gc-announcement .container>div:last-child{display:none!important}}

.gc-home-ref .gc-main-hero{height:318px;min-height:0}.gc-home-ref .gc-main-hero::after{background-size:contain!important;background-position:center right!important}.gc-home-ref .gc-sidecat a{height:40px}.gc-home-ref .gc-service-strip{clear:both}

.gc-site-footer{margin-top:38px;background:linear-gradient(135deg,#0e1442,#21105a 55%,#3d1266);color:#d9d6f2}.gc-footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px 0 24px;border-bottom:1px solid rgba(255,255,255,.12)}.gc-footer-top h2{font:800 32px "Manrope";margin:0;color:#fff}.gc-footer-top p{margin:8px 0 0;max-width:620px;color:#d9d6f2}.gc-site-footer h6{color:#fff;font-weight:900}.gc-site-footer a:not(.gc-btn){color:#d9d6f2;text-decoration:none;display:block;font-size:13px;margin:9px 0}.gc-site-footer a:not(.gc-btn):hover{color:#fff}.gc-site-footer p{font-size:13px;line-height:1.7}.gc-site-footer .gc-btn{background:#fff!important;color:#5628ed!important;box-shadow:none}.gc-site-footer .gc-copyright{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;color:#c9c5e8;font-size:12px}@media(max-width:700px){.gc-footer-top{display:block}.gc-footer-top .gc-btn{margin-top:16px}}
/* Blue-purple marketplace theme applied across pages */
body{background:linear-gradient(180deg,#f8f6ff 0,#fff 260px,#fff 100%);color:#10152f}.gc-card{border-color:#e8e7f5;box-shadow:0 14px 34px rgba(25,22,70,.08)}.gc-btn{background:linear-gradient(135deg,#5628ed,#4e24df)!important;border-radius:9px;box-shadow:0 12px 24px rgba(86,40,237,.22)}.gc-btn:hover{background:linear-gradient(135deg,#4b22d4,#371aa8)!important}.badge.text-bg-success{background:#10a16d!important}.form-control,.form-select{border-color:#dcd8f3}.form-control:focus,.form-select:focus{border-color:#6d3cff;box-shadow:0 0 0 .2rem rgba(86,40,237,.12)}.btn-link{color:#5628ed}.btn-outline-primary{border-color:#5628ed;color:#5628ed}.btn-outline-primary:hover{background:#5628ed;border-color:#5628ed}.text-success{color:#11975f!important}
/* GlowCart unified marketplace theme */
:root{--gc-primary:#5728ee;--gc-primary-dark:#10165d;--gc-magenta:#d72d7e;--gc-orange:#ff7a35;--gc-lavender:#f5f2ff;--gc-line:#e7e3f5;--gc-ink:#11162f;--gc-muted:#697087;--gc-shadow:0 16px 42px rgba(28,22,82,.10)}
html{scroll-behavior:smooth}
body{background:linear-gradient(180deg,#fff 0,#faf9ff 44%,#f5f2ff 100%);color:var(--gc-ink)}
main{min-height:55vh}
main>.container.py-4,main>.container.py-5,main>section.container{position:relative}
main>.container.py-4>h1,main>.container.py-5>h1,main>section.container h1{font-family:"Manrope",Arial,sans-serif;color:var(--gc-ink)}
.gc-card{background:#fff;border:1px solid var(--gc-line)!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(29,22,81,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.gc-card:hover{border-color:#d7cffd!important;box-shadow:var(--gc-shadow)}
.gc-product-card{overflow:hidden}
.gc-product-card .gc-product-img{display:grid;place-items:center;min-height:190px;aspect-ratio:1.08/1;background:linear-gradient(145deg,#f5f3ff,#fff0f7 55%,#fff5e9);color:#777d91}
.gc-product-card .gc-product-img img{transition:transform .32s ease}
.gc-product-card:hover .gc-product-img img{transform:scale(1.045)}
.gc-product-card .gc-btn,.gc-btn{background:linear-gradient(135deg,var(--gc-primary),#7137f5 56%,var(--gc-magenta));border:0;color:#fff;box-shadow:0 10px 22px rgba(87,40,238,.20);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.gc-product-card .gc-btn:hover,.gc-btn:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 14px 28px rgba(87,40,238,.28);color:#fff}
.gc-product-card .badge.text-bg-success{background:#15976a!important}
.gc-product-card .btn-light{background:rgba(255,255,255,.94);border:1px solid #ebe7fa;color:#171b38}
.form-control,.form-select,.input-group-text{min-height:44px;border-color:#ddd8ef;border-radius:10px}
.form-control:focus,.form-select:focus{border-color:#7652f4;box-shadow:0 0 0 .2rem rgba(87,40,238,.12)}
.btn-dark{background:linear-gradient(135deg,#171d55,#5628ed);border-color:transparent}
.btn-outline-secondary{border-color:#cfc8ec;color:#39325e}
.btn-outline-secondary:hover{background:#f0ecff;color:#5628ed;border-color:#b9acf2}
.alert{border-radius:12px}
.badge{border-radius:7px}
.gc-cart-page,.gc-checkout-page{background:transparent!important}
.gc-cart-hero{background:linear-gradient(120deg,#10165d,#5728ee 62%,#dc347c)!important;border-radius:16px!important;color:#fff;box-shadow:var(--gc-shadow)}
.gc-cart-page aside .gc-card,.gc-cart-page section .gc-card{border-color:#e4dff5!important}
.gc-site-footer{margin-top:48px!important;background:linear-gradient(125deg,#0e1449 0,#342080 52%,#8e245f 100%)!important}
.gc-site-footer .gc-footer-top{background:linear-gradient(90deg,rgba(111,60,255,.16),rgba(255,123,54,.13));padding-left:20px;padding-right:20px;border-radius:14px 14px 0 0}
.gc-site-footer a{transition:color .2s ease,transform .2s ease}
.gc-site-footer a:hover{transform:translateX(3px)}
.table{--bs-table-bg:transparent;--bs-table-striped-bg:#f7f5ff}
.table thead th{color:#272050;border-bottom-color:#dcd6f1}
@media(max-width:767px){main>.container.py-4,main>.container.py-5,main>section.container{padding-top:24px!important;padding-bottom:28px!important}.gc-card{border-radius:12px!important}.gc-product-card .gc-product-img{min-height:150px}.gc-product-card .gc-btn{padding:10px 8px;font-size:12px}.gc-site-footer{margin-top:30px!important}}

/* GlowCart inner-page theme v7 */
body[class*="gc-page-"] main{background:linear-gradient(180deg,#fbfaff 0,#fff 38%,#f5f1ff 100%)}
body[class*="gc-page-"] main>.container,body[class*="gc-page-"] main>section.container{max-width:1280px}
body[class*="gc-page-"] h1,body[class*="gc-page-"] h2,body[class*="gc-page-"] h3{color:#121733;letter-spacing:0}
body[class*="gc-page-"] .gc-card{border:1px solid #e5e0f4!important;box-shadow:0 12px 34px rgba(36,27,103,.08)!important}
body[class*="gc-page-"] .gc-btn{background:linear-gradient(135deg,#5b2df2 0,#7345ff 68%,#ff7a35 100%)!important;color:#fff!important;border:0!important}
body[class*="gc-page-"] .btn-dark{background:linear-gradient(135deg,#11184c,#35217f)!important;border:0!important}
.gc-page-product main>section:first-of-type{padding-top:38px!important}
.gc-page-product #zoom-wrap{border:1px solid #dfd8f4!important;background:linear-gradient(145deg,#f1edff,#fff 56%,#fff0e8)!important;box-shadow:0 18px 42px rgba(33,25,96,.12)!important}
.gc-page-product #main-image{background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.96),rgba(239,234,255,.72))}
.gc-page-product #main-image>i{width:122px;height:122px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(145deg,#6031ed,#d72d7e 74%,#ff7a35);color:#fff!important;box-shadow:0 20px 42px rgba(82,42,205,.25)}
.gc-page-product h1{font:800 38px/1.15 "Manrope",Arial,sans-serif!important}
.gc-page-product .display-6{color:#171b42}.gc-page-product del{color:#8b8fa3!important}.gc-page-product .text-success{color:#13845c!important}
.gc-page-product #add-to-bag,.gc-page-product #buy-now{min-height:48px}
.gc-page-product .input-group .btn{border-color:#cec6ee;color:#4e2bc6}.gc-page-product .input-group .btn:hover{background:#efeaff;color:#4e2bc6}
.gc-page-product main>section:not(:first-of-type) .gc-card{background:rgba(255,255,255,.96)}
.gc-page-catalogue aside .gc-card{background:linear-gradient(180deg,#fff,#f8f5ff);border-top:4px solid #6335ef!important}
.gc-page-catalogue section.col-lg-9>small{color:#6133e8!important}.gc-page-catalogue section.col-lg-9>h1{font:800 32px "Manrope",Arial,sans-serif}
.gc-page-cart .gc-cart-hero,.gc-page-checkout main>.container>h1{background:linear-gradient(120deg,#10165d,#5728ee 64%,#ff7a35);color:#fff;border-radius:16px;padding:26px 30px}
.gc-page-login main,.gc-page-register main,.gc-page-forgot-password main,.gc-page-reset-password main{background:linear-gradient(135deg,#f1edff 0,#fff 48%,#fff0e8 100%)}
.gc-page-login main .gc-card,.gc-page-register main .gc-card,.gc-page-forgot-password main .gc-card,.gc-page-reset-password main .gc-card{border-top:5px solid #6032ee!important}
@media(max-width:700px){.gc-page-product h1{font-size:29px!important}.gc-page-product #zoom-wrap,.gc-page-product #main-image{min-height:360px!important}.gc-page-cart .gc-cart-hero{border-radius:12px;padding:22px}}

.gc-card-seller{display:block!important;color:#5b2df2!important;font-size:11px;font-weight:700;text-decoration:none;margin:5px 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gc-card-seller:hover{text-decoration:underline}.gc-brand .gc-logo{object-fit:contain}

/* High-contrast text on dark gradient sections */
body[class*='gc-page-'] .gc-bottom-cta h2,body[class*='gc-page-'] .gc-ref-promo h2{color:#fff!important}body[class*='gc-page-'] .gc-bottom-cta p,body[class*='gc-page-'] .gc-ref-promo p{color:#f5f2ff!important}body[class*='gc-page-'] .gc-site-footer h2,body[class*='gc-page-'] .gc-site-footer h3{color:#fff!important}body[class*='gc-page-'] .gc-site-footer p,body[class*='gc-page-'] .gc-site-footer .gc-copyright{color:#e7e3f7!important}body[class*='gc-page-'] .gc-site-footer .gc-footer-column a{color:#eeeaff!important}
