/*
  SubGalleryBD style.css
  Extracted from the current source.
*/
*,::before,::after{border-color:#e5e7eb;}
:where(.border,.border-2,.border-t,.border-b,.border-l,.border-r,.border-b-2){border-color:#e5e7eb;}

*{box-sizing:border-box}html,body{height:100%;height:100dvh;margin:0;overflow:hidden}body{font-family:Poppins,sans-serif;background:linear-gradient(135deg,#f4f0ff,#eef2ff);-webkit-tap-highlight-color:transparent}
:root{--primary:#9b2cfa;--primary-hover:#811fe0;--soft:#f3e8ff;--faint:#faf5ff;--footer:#211e2b}.bg-primary{background:var(--primary)!important}.text-primary{color:var(--primary)!important}.border-primary{border-color:var(--primary)!important}.nav-item.active{color:var(--primary)!important}
body.theme-red{--primary:#ef4444;--primary-hover:#dc2626;--soft:#fee2e2;--faint:#fff1f2;--footer:#271516}body.theme-ocean{--primary:#0284c7;--primary-hover:#0369a1;--soft:#e0f2fe;--faint:#f0f9ff;--footer:#082f49}body.theme-emerald{--primary:#059669;--primary-hover:#047857;--soft:#d1fae5;--faint:#ecfdf5;--footer:#064e3b}body.theme-gold{--primary:#ca8a04;--primary-hover:#a16207;--soft:#fef3c7;--faint:#fffbeb;--footer:#3f2a05}

button,a,[onclick]{cursor:pointer;touch-action:manipulation}.no-scrollbar::-webkit-scrollbar{display:none}#app-wrapper{width:100%;max-width:480px;margin:0 auto;background:#fff;height:100%;position:relative;box-shadow:0 0 50px #0002;display:flex;flex-direction:column;overflow-x:hidden}@media(min-width:768px){#app-wrapper{max-width:1280px;border-left:1px solid #0001;border-right:1px solid #0001}.desktop-nav .nav-item{padding:10px 16px;border-radius:999px;font-weight:800;font-size:14px}.desktop-nav .nav-item:hover,.desktop-nav .nav-item.active{background:var(--soft);color:var(--primary)!important}}
@keyframes zoomIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes zoomOut{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.92)}}.page-zoom{animation:zoomIn .23s cubic-bezier(.16,1,.3,1) both}.page-zoom-out{animation:zoomOut .18s both}.reveal-card{opacity:0;transform:scale(.985);transition:opacity .28s ease,transform .28s ease}.reveal-card.show{opacity:1;transform:scale(1)}
.widget-icon{opacity:0;transform:translateY(18px) scale(.85);transition:.25s;pointer-events:none}.widget-open .widget-icon{opacity:1;transform:none;pointer-events:auto}.side-open{transform:translateX(0)!important}
.toast{width:min(92vw,430px);max-width:min(92vw,430px);color:#111827;background:#fff;padding:13px 15px;border-radius:18px;font-size:13px;font-weight:800;box-shadow:0 18px 42px rgba(15,23,42,.16);display:flex;align-items:flex-start;gap:10px;pointer-events:auto;transform:translateY(-16px) scale(.98);opacity:0;transition:.25s;border:1px solid #e5e7eb}.toast.show{transform:translateY(0) scale(1);opacity:1}.toast span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45;overflow-wrap:anywhere}.toast.success{border-color:#bbf7d0;color:#166534}.toast.success i{color:#16a34a}.toast.error{border-color:#fecaca;color:#991b1b}.toast.error i{color:#dc2626}.toast.info{border-color:#bfdbfe;color:#1d4ed8}.toast.info i{color:#2563eb}
.product-photo-box{background:#f8fafc;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px;width:100%}.product-photo-box img{width:100%;height:auto;max-height:460px;object-fit:contain;border-radius:12px;display:block}@media(min-width:768px){.product-photo-box{width:50%;border-radius:24px;min-height:260px;padding:16px}.product-photo-box img{max-height:520px;border-radius:18px}}.product-close-btn{position:absolute;top:14px;right:14px;z-index:30;background:#fffffff2;border:1px solid #e5e7eb;color:#374151;width:38px;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0002}
.pkg{height:52px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.stock-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900;border:1px solid transparent;width:max-content}.stock{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.soldout{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.card-stock{position:absolute;top:8px;left:8px;z-index:12;padding:4px 8px;border-radius:999px;color:#fff;font-size:10px;font-weight:900}.card-stock.stock{background:#16a34a}.card-stock.soldout{background:#dc2626}.soldout-overlay{position:absolute;inset:0;background:#0f172a77;z-index:10;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;text-transform:uppercase}
.checkout{background:#f4f7fb;min-height:100%}.shell{width:100%;max-width:760px;margin:0 auto}.cardx{background:#fff;border:1px solid #eef2f7;border-radius:22px;box-shadow:0 10px 35px #0f172a0e;padding:18px;margin-bottom:16px}.inputx{width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:12px 13px;font-size:.92rem;font-weight:600;outline:none}.inputx:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent)}.main-btn{background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#fff;border:none;border-radius:14px;padding:13px 16px;width:100%;font-size:.98rem;font-weight:900;box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 22%,transparent)}.main-btn:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed}.sum-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:10px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;gap:10px}.sum-row img{width:46px;height:46px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb}.qty-btn{width:24px;height:24px;border-radius:7px;background:#fff;border:1px solid #e2e8f0;font-weight:900}.del-btn{width:34px;height:34px;border-radius:10px;border:1px solid #fecaca;background:#fff1f2;color:#ef4444;display:inline-flex;align-items:center;justify-content:center}
.pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pay-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;min-height:98px;padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.pay-card:hover{border-color:var(--primary);background:var(--faint);transform:translateY(-1px)}.pay-card img{height:64px;width:100%;object-fit:contain;mix-blend-mode:multiply}.modal{position:fixed;inset:0;background:#f4f7fb;z-index:9999;display:flex;align-items:stretch;justify-content:center;overflow-y:auto}.modal.hidden{display:none!important}.modal-box{width:100%;max-width:520px;background:#fff;padding:20px;min-height:100dvh;overflow-y:auto;animation:zoomIn .18s}@media(min-width:768px){.modal{align-items:center;padding:18px;background:#0f172a88}.modal-box{min-height:auto;max-height:94vh;border-radius:24px;box-shadow:0 25px 70px #0004}}.copy-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.file-box{background:#f8fafc;border:1.5px dashed #e2e8f0;border-radius:13px;padding:12px;text-align:center;position:relative;min-height:76px;display:flex;align-items:center;justify-content:center}.file-box input{position:absolute;inset:0;opacity:0;cursor:pointer}.file-box.ready{border-color:#10b981;background:#ecfdf5}
.admin-panel{font-size:14px}.admin-panel button,.admin-panel input,.admin-panel textarea,.admin-panel select{font-size:13px!important}.admin-card{background:#fff;border:1px solid #eef2f7;border-radius:22px;padding:16px;box-shadow:0 12px 34px #0f172a0f;margin-bottom:16px}.admin-title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:900;color:#111827;margin-bottom:13px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.stat{border-radius:18px;padding:13px 12px;min-height:86px;border:1px solid #fff9;position:relative;overflow:hidden;cursor:pointer;box-shadow:0 9px 24px #0f172a0e}.stat-label{font-size:10px;font-weight:900;text-transform:uppercase;color:#0f172a99}.stat-value{font-size:23px;line-height:1.05;font-weight:900;color:#111827}.pack-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(95px,118px) 40px!important;gap:8px!important;align-items:center!important;width:100%!important;padding:9px!important;overflow:hidden!important}.pack-row input{min-width:0!important;width:100%!important;height:40px!important}.sortable-ghost{opacity:.98!important;background:var(--soft)!important;border:2px dashed var(--primary)!important}

.reveal-card{opacity:0;transform:scale(.985);transition:opacity .28s ease,transform .28s ease}.reveal-card.show{opacity:1;transform:scale(1)}
.desc-text{white-space:pre-wrap;word-break:break-word}
.pack-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px!important;gap:8px!important;align-items:center!important;overflow:visible!important}
.pack-row input{height:42px!important;min-width:0!important;width:100%!important;font-size:13px!important;text-align:left!important}
.pack-row .remove-package-btn{width:42px!important;height:42px!important;min-width:42px!important;margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:center!important}
.price-field-wrap{position:relative;width:100%}.price-field-wrap span{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-weight:900;color:#64748b}.price-field-wrap input{padding-left:28px!important}
.admin-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:12px 14px;box-shadow:0 8px 22px rgba(15,23,42,.055)}
.admin-section-head h2{font-weight:900;color:#111827}.admin-close-btn{width:36px;height:36px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center}
.admin-close-btn:hover{background:#fee2e2;color:#ef4444}
@media(min-width:768px){#search-container{display:block!important}#bottom-nav{display:flex!important;height:72px!important;justify-content:center!important;gap:56px!important}#bottom-nav .nav-item{width:auto!important;min-width:82px!important}}

/* ===== clean ADMIN PANEL RESTRUCTURE ===== */
.admin-main-tabs{display:flex;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 10px rgba(15,23,42,.04);overflow-x:auto}
.admin-main-tabs button{flex:1;min-width:max-content;padding:13px 14px;font-size:12px;font-weight:900;border-bottom:3px solid transparent;color:#64748b;white-space:nowrap}
.admin-main-tabs button.active{color:var(--primary);border-color:var(--primary);background:var(--faint)}
.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.admin-control-note{font-size:11px;font-weight:700;color:#64748b;margin-top:6px}
.admin-one-line-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:14px;padding:12px;min-width:0}
.admin-one-line-name{font-weight:900;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.admin-actions-text{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;margin-top:10px}
.admin-text-btn{border-radius:10px;padding:8px 14px;font-size:12px!important;font-weight:900;border:1px solid #e5e7eb;background:#fff;white-space:nowrap}
.admin-text-btn.edit{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.admin-text-btn.delete{color:#dc2626;background:#fff1f2;border-color:#fecaca}
.admin-active-btn{font-size:10px!important;font-weight:900;padding:6px 10px;border-radius:999px;border:1px solid;white-space:nowrap}
.admin-active-btn.on{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.admin-active-btn.off{background:#fee2e2;color:#b91c1c;border-color:#fecaca}
.admin-payment-card{border:1px solid #e5e7eb;background:#f8fafc;border-radius:16px;padding:14px;min-width:0}
.admin-payment-top{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e5e7eb;padding-bottom:10px}
.admin-payment-name{font-weight:900;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.admin-payment-info{font-size:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px;margin-top:10px;white-space:pre-wrap;word-break:break-word;color:#475569}
.admin-user-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:16px;box-shadow:0 8px 24px rgba(15,23,42,.055)}
.admin-user-card h3{font-size:15px;font-weight:900;color:#111827;margin-bottom:8px}
@media(max-width:420px){.admin-grid{gap:9px}.stat{min-height:78px;padding:11px 10px}.stat-value{font-size:20px}.admin-main-tabs button{font-size:11px;padding:12px 10px}.admin-text-btn{padding:8px 11px}}

.admin-add-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px!important;min-height:42px!important;line-height:1.15!important;white-space:nowrap!important;vertical-align:middle!important;}
.admin-actions-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin-left:auto!important;flex-shrink:0!important;}
.admin-row-flex{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}
.admin-one-line{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:0!important;}
.admin-icon-delete{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;}
.footer-contact-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:18px;}
@media(min-width:768px){.footer-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
.footer-contact-card{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:13px;box-shadow:0 8px 22px rgba(15,23,42,.045);}
.footer-contact-view{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
.footer-contact-label{font-size:12px;font-weight:900;color:#111827;text-transform:uppercase;letter-spacing:.35px;}
.footer-contact-value{font-size:12px;color:#64748b;word-break:break-all;margin-top:4px;font-weight:700;}
.product-list-top{display:flex;justify-content:flex-end;align-items:center;margin-bottom:16px;border-bottom:1px solid #f1f5f9;padding-bottom:16px;}
#help-widget-container{display:flex;}

/* clean: menu buttons back to compact size; add theme-colored top line for Menu tab content */
  #sidebar-menu{padding:0!important;background:#fff!important;}
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean{
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item{
    width:100%!important;
    min-height:44px!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    border:0!important;
    border-bottom:1px solid #eef0f5!important;
    border-radius:0!important;
    background:#fff!important;
    color:#252736!important;
    text-align:left!important;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:500!important;
    letter-spacing:.04em!important;
    text-transform:none!important;
  }
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i{
    width:22px!important;
    min-width:22px!important;
    text-align:center!important;
    font-size:16px!important;
    color:var(--primary)!important;
    font-weight:900!important;
  }
  #sidebar-menu .menu-clean-item.login,
  #sidebar-menu .menu-clean-item.login,
  #sidebar-menu .menu-clean-item.login{
    margin-top:10px!important;
    border-top:1px solid #eef0f5!important;
    color:var(--primary)!important;
  }
  #tab-btn-menu.border-primary,
  #tab-btn-cat.border-primary{border-bottom-color:var(--primary)!important;}

  /* clean: product view desktop description must stay under photo on left */
  @media(min-width:768px){
    .product-page-clean{display:flex!important;align-items:flex-start!important;gap:2rem!important;padding:2rem!important;}
    .product-left-clean{width:50%!important;max-width:50%!important;flex:0 0 50%!important;}
    .product-right-clean{flex:1 1 0!important;min-width:0!important;}
    .desktop-desc-clean{display:block!important;margin-top:1rem!important;}
    .mobile-desc-clean{display:none!important;}
  }
  @media(max-width:767px){
    .desktop-desc-clean{display:none!important;}
    .mobile-desc-clean{display:block!important;}
  }

  /* clean: keep product package rows clean in admin if current CSS is loaded */
  .product-form-clean .pkg-row,
  .admin-panel .pkg-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px!important;
    gap:8px!important;
    align-items:center!important;
    width:100%!important;
  }
  .product-form-clean .pkg-row input,
  .admin-panel .pkg-row input{width:100%!important;min-width:0!important;height:42px!important;box-sizing:border-box!important;}
  .product-form-clean .pkg-row .price-wrap,
  .admin-panel .pkg-row .price-wrap{width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;gap:5px!important;}
  .product-form-clean .pkg-row .remove-package-btn,
  .admin-panel .pkg-row .remove-package-btn{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;}

/* Menu section: same compact feel/size as category list, Title Case text, not oversized */
  #sidebar-menu{padding:0!important;background:#fff!important;}
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean{
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item{
    width:100%!important;
    min-height:44px!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    border:0!important;
    border-bottom:1px solid #eef2f7!important;
    border-radius:0!important;
    background:#fff!important;
    color:#272735!important;
    text-align:left!important;
    font-size:13px!important;
    line-height:1.15!important;
    font-weight:500!important;
    letter-spacing:.03em!important;
    text-transform:none!important;
  }
  #sidebar-menu .menu-clean-item span,
  #sidebar-menu .menu-clean-item span,
  #sidebar-menu .menu-clean-item span{text-transform:none!important;}
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i{
    width:22px!important;
    min-width:22px!important;
    text-align:center!important;
    color:var(--primary)!important;
    font-size:16px!important;
    font-weight:900!important;
  }
  #sidebar-menu .menu-clean-item:hover,
  #sidebar-menu .menu-clean-item:hover,
  #sidebar-menu .menu-clean-item:hover{background:#fafafa!important;color:var(--primary)!important;}

  /* Reseller hero scroll animation: down = sinks, up = floats back */
  .reseller-hero-clean{transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .45s ease!important;will-change:transform,opacity;}
  .reseller-hero-clean.hero-sink-clean{transform:translateY(46px) scale(.985)!important;opacity:.82!important;}
  .reseller-hero-clean h1{letter-spacing:.01em!important;}

  /* Safe, light animations only where they look nice */
  .page-zoom{animation:sgZoomIn .24s cubic-bezier(.16,1,.3,1) both!important;}
  @keyframes sgZoomIn{from{opacity:0;transform:scale(.965)}to{opacity:1;transform:scale(1)}}
  .reveal-card.show{animation:sgSoftRise .42s cubic-bezier(.16,1,.3,1) both;}
  @keyframes sgSoftRise{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
  .pay-card,.admin-payment-card,.footer-editor-card,.reseller-card-clean,.reseller-feature-clean{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;}
  .pay-card:hover,.admin-payment-card:hover,.footer-editor-card:hover,.reseller-card-clean:hover,.reseller-feature-clean:hover{transform:translateY(-2px)!important;box-shadow:0 14px 32px rgba(15,23,42,.08)!important;}
  .main-btn,.admin-add-btn,.reseller-submit-clean,.copy-btn{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important;}
  .main-btn:active,.admin-add-btn:active,.reseller-submit-clean:active,.copy-btn:active{transform:scale(.98)!important;}
  .pay-card img{object-fit:contain!important;}

/* Make sidebar Categories and Menu sections visually identical */
  #sidebar-categories,
  #sidebar-menu{
    padding:0!important;
    background:#fff!important;
  }
  #sidebar-categories{
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean{
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-categories .sidebar-cat-clean,
  #sidebar-categories button,
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item{
    width:100%!important;
    min-height:44px!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    border:0!important;
    border-bottom:1px solid #eef2f7!important;
    border-radius:0!important;
    background:#fff!important;
    color:#272735!important;
    text-align:left!important;
    font-size:13px!important;
    line-height:1.15!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    text-transform:none!important;
    box-shadow:none!important;
  }
  #sidebar-categories .sidebar-cat-clean span,
  #sidebar-categories button span,
  #sidebar-menu .menu-clean-item span,
  #sidebar-menu .menu-clean-item span,
  #sidebar-menu .menu-clean-item span{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:0!important;
    flex:1!important;
    text-transform:none!important;
  }
  #sidebar-categories .sidebar-cat-clean i:first-child,
  #sidebar-categories button i:first-child,
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i{
    width:22px!important;
    min-width:22px!important;
    text-align:center!important;
    color:var(--primary)!important;
    font-size:16px!important;
    font-weight:900!important;
  }
  #sidebar-categories .sidebar-cat-clean .chev,
  #sidebar-categories button .chev,
  #sidebar-categories button i:last-child,
  #sidebar-menu .menu-clean-chev{
    width:auto!important;
    min-width:auto!important;
    font-size:10px!important;
    color:#cbd5e1!important;
    margin-left:auto!important;
  }
  #sidebar-categories .sidebar-cat-clean:hover,
  #sidebar-categories button:hover,
  #sidebar-menu .menu-clean-item:hover,
  #sidebar-menu .menu-clean-item:hover,
  #sidebar-menu .menu-clean-item:hover{
    background:#fafafa!important;
    color:var(--primary)!important;
  }

  /* Reseller hero: scroll down = sinks, scroll up = floats back */
  .reseller-hero-clean{
    transition:transform .5s cubic-bezier(.16,1,.3,1), opacity .5s ease, filter .5s ease!important;
    will-change:transform,opacity,filter!important;
  }
  .reseller-hero-clean.clean-hero-sink{
    transform:translateY(76px) scale(.955)!important;
    opacity:.68!important;
    filter:saturate(.92)!important;
  }

  /* Product cards reveal from bottom while scrolling */
  .reveal-card{
    opacity:0!important;
    transform:translateY(38px) scale(.985)!important;
    transition:opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1), box-shadow .2s ease!important;
    animation:none!important;
    will-change:opacity,transform!important;
  }
  .reveal-card.show{
    opacity:1!important;
    transform:translateY(0) scale(1)!important;
    animation:none!important;
  }
  .reveal-card:hover{box-shadow:0 14px 34px rgba(15,23,42,.12)!important;}

  @media (prefers-reduced-motion: reduce){
    .reveal-card,.reseller-hero-clean{transition:none!important;transform:none!important;opacity:1!important;}
  }

/* Menu and category rows must be identical: small, clean, separated list rows */
  #sidebar-categories,
  #sidebar-menu{
    padding:0!important;
    background:#fff!important;
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean,
  #sidebar-menu .menu-clean{
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
    border-top:0!important;
  }
  #sidebar-categories button,
  #sidebar-categories .sidebar-cat-clean,
  #sidebar-menu button,
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item,
  #sidebar-menu .menu-clean-item{
    width:100%!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    border:0!important;
    border-bottom:1px solid #eef2f7!important;
    border-radius:0!important;
    background:#fff!important;
    color:#252736!important;
    text-align:left!important;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
    box-shadow:none!important;
    transform:none!important;
    margin:0!important;
  }
  #sidebar-categories button span,
  #sidebar-categories .sidebar-cat-clean span,
  #sidebar-menu button span,
  #sidebar-menu .menu-clean-item span,
  #sidebar-menu .menu-clean-item span,
  #sidebar-menu .menu-clean-item span{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:0!important;
    flex:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    text-transform:uppercase!important;
  }
  #sidebar-categories button i:first-child,
  #sidebar-categories .sidebar-cat-clean i:first-child,
  #sidebar-menu button i:first-child,
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i,
  #sidebar-menu .menu-clean-item i{
    width:22px!important;
    min-width:22px!important;
    text-align:center!important;
    color:var(--primary)!important;
    font-size:16px!important;
    line-height:1!important;
    font-weight:900!important;
  }
  #sidebar-categories button i:last-child,
  #sidebar-categories .sidebar-cat-clean .chev,
  #sidebar-menu .menu-clean-chev,
  #sidebar-menu button i:last-child{
    width:auto!important;
    min-width:auto!important;
    margin-left:auto!important;
    color:#cbd5e1!important;
    font-size:10px!important;
  }
  #sidebar-categories button:hover,
  #sidebar-categories .sidebar-cat-clean:hover,
  #sidebar-menu button:hover,
  #sidebar-menu .menu-clean-item:hover,
  #sidebar-menu .menu-clean-item:hover,
  #sidebar-menu .menu-clean-item:hover{
    background:#fafafa!important;
    color:var(--primary)!important;
  }
  

  /* Payment gateway cards and editor modal fields */
  .clean-pay-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
  .clean-pay-top{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #f1f5f9;padding-bottom:10px;margin-bottom:10px}
  .clean-pay-title{display:flex;align-items:center;gap:10px;min-width:0}
  .clean-pay-title img{width:48px;height:36px;object-fit:contain;border:1px solid #eef2f7;border-radius:10px;background:#fff;flex-shrink:0}
  .clean-pay-title b{font-size:13px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .clean-pay-info{font-size:12px;color:#475569;line-height:1.55;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:10px;white-space:pre-wrap;word-break:break-word}
  .clean-pay-actions{display:flex;justify-content:flex-end;gap:8px;margin:10px 0}
  .clean-pay-actions button{border-radius:10px;padding:8px 14px;font-size:12px;font-weight:800;border:1px solid transparent}
  .clean-edit{background:#eff6ff;color:#2563eb;border-color:#bfdbfe!important}
  .clean-delete{background:#fff1f2;color:#e11d48;border-color:#fecdd3!important}
  .clean-active{font-size:10px;font-weight:900;border-radius:999px;padding:6px 10px;border:1px solid transparent;white-space:nowrap}
  .clean-active.on{background:#dcfce7;color:#15803d;border-color:#bbf7d0}
  .clean-active.off{background:#fee2e2;color:#b91c1c;border-color:#fecaca}
  .clean-editor-field{width:100%;border:1px solid #dbe3ef;border-radius:12px;padding:11px 12px;font-size:13px;outline:none;background:#fff;color:#111827;margin-bottom:10px}
  .clean-editor-label{display:block;font-size:11px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.4px;margin:0 0 5px 2px}

/* Final sidebar: MENU and CATEGORIES must be exactly the same size/style */
  #sidebar-categories,
  #sidebar-menu{
    padding:0!important;
    margin:0!important;
    background:#fff!important;
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-menu .menu-clean-list,
  #sidebar-categories .menu-clean-list{
    padding:0!important;
    margin:0!important;
    background:#fff!important;
    display:flex!important;
    flex-direction:column!important;
  }
  #sidebar-categories button,
  #sidebar-menu button,
  .sidebar-row-clean{
    width:100%!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 14px!important;
    margin:0!important;
    border:0!important;
    border-bottom:1px solid #eef2f7!important;
    border-radius:0!important;
    background:#fff!important;
    color:#252736!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    font-size:12px!important;
    line-height:1.1!important;
    font-weight:600!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
    text-align:left!important;
    box-shadow:none!important;
    transform:none!important;
  }
  #sidebar-categories button span,
  #sidebar-menu button span,
  .sidebar-row-clean span{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:0!important;
    flex:1!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    text-transform:uppercase!important;
  }
  #sidebar-categories button i:first-child,
  #sidebar-menu button i:first-child,
  .sidebar-row-clean i:first-child{
    width:22px!important;
    min-width:22px!important;
    text-align:center!important;
    color:var(--primary)!important;
    font-size:16px!important;
    line-height:1!important;
    font-weight:900!important;
  }
  #sidebar-categories button i:last-child,
  #sidebar-menu button i:last-child,
  .sidebar-row-clean .chev-clean{
    margin-left:auto!important;
    color:#cbd5e1!important;
    font-size:10px!important;
    width:auto!important;
    min-width:auto!important;
  }
  #sidebar-categories button:hover,
  #sidebar-menu button:hover,
  .sidebar-row-clean:hover{
    background:#fafafa!important;
    color:var(--primary)!important;
  }
  #tab-btn-cat,#tab-btn-menu{
    font-size:13px!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
  }
  

/* Product reveal: show first products immediately, reveal lower products before they enter screen */
  .reveal-card{
    opacity:0!important;
    transform:translateY(26px) scale(.995)!important;
    transition:opacity .42s cubic-bezier(.16,1,.3,1), transform .42s cubic-bezier(.16,1,.3,1), box-shadow .2s ease!important;
    animation:none!important;
    will-change:opacity,transform!important;
  }
  .reveal-card.show{
    opacity:1!important;
    transform:translateY(0) scale(1)!important;
    animation:none!important;
  }

  /* Full-screen payment gateway editor */
  .clean-pay-editor-modal{
    position:absolute;
    inset:0;
    z-index:99999;
    background:#f8fafc;
    overflow-y:auto;
    overscroll-behavior:contain;
    animation:sgPayZoom .18s cubic-bezier(.16,1,.3,1) both;
  }
  @keyframes sgPayZoom{from{opacity:.55;transform:scale(.985)}to{opacity:1;transform:scale(1)}}
  .clean-pay-editor-head{
    position:sticky;
    top:0;
    z-index:2;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    padding:14px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    box-shadow:0 4px 18px rgba(15,23,42,.05);
  }
  .clean-pay-editor-title{
    font-size:16px;
    font-weight:900;
    color:#111827;
    display:flex;
    align-items:center;
    gap:10px;
  }
  .clean-pay-close{
    width:40px;
    height:40px;
    border-radius:999px;
    background:#f1f5f9;
    color:#334155;
    border:1px solid #e2e8f0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    box-shadow:0 8px 18px rgba(15,23,42,.06);
  }
  .clean-pay-close:active{transform:scale(.96)}
  .clean-pay-editor-body{
    width:100%;
    max-width:860px;
    margin:0 auto;
    padding:18px 14px 28px;
  }
  .clean-pay-editor-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:16px;
    box-shadow:0 12px 34px rgba(15,23,42,.06);
  }
  .clean-editor-label{
    display:block;
    font-size:11px;
    font-weight:900;
    color:#64748b;
    text-transform:uppercase;
    letter-spacing:.45px;
    margin:0 0 6px 2px;
  }
  .clean-editor-field{
    width:100%;
    border:1px solid #dbe3ef;
    border-radius:13px;
    padding:12px 13px;
    font-size:13px;
    outline:none;
    background:#fff;
    color:#111827;
    margin-bottom:13px;
    font-weight:700;
  }
  .clean-editor-field:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent);
  }
  .clean-editor-help{
    font-size:11px;
    color:#64748b;
    line-height:1.6;
    background:#f8fafc;
    border:1px dashed #cbd5e1;
    border-radius:12px;
    padding:10px 12px;
    margin-bottom:14px;
  }
  .clean-editor-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:6px;
  }
  .clean-editor-actions button{
    border-radius:13px;
    padding:13px 14px;
    font-size:13px;
    font-weight:900;
  }
  .clean-editor-cancel{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;}
  .clean-editor-save{background:var(--primary);color:#fff;border:1px solid var(--primary);box-shadow:0 10px 22px color-mix(in srgb,var(--primary) 18%,transparent);}
  
  
  
  
  
  @media(min-width:768px){
    .clean-pay-editor-head{padding:16px 26px;}
    .clean-pay-editor-title{font-size:18px;}
    .clean-pay-editor-body{padding:26px 20px 40px;}
    .clean-pay-editor-card{padding:22px;}
  }
  @media (prefers-reduced-motion: reduce){
    .reveal-card,.clean-pay-editor-modal{transition:none!important;animation:none!important;transform:none!important;opacity:1!important;}
  }

  #sidebar-categories,
  #sidebar-menu{
    padding:0!important;
    background:#fff!important;
  }
  #sidebar-categories{
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-menu .menu-clean{
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
    border-top:3px solid var(--primary)!important;
  }
  #sidebar-categories .sidebar-cat-clean,
  #sidebar-menu .menu-clean-item{
    width:100%!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    border:0!important;
    border-bottom:1px solid #eef2f7!important;
    border-radius:0!important;
    background:#fff!important;
    color:#272735!important;
    text-align:left!important;
    font-size:13px!important;
    line-height:1.15!important;
    font-weight:500!important;
    letter-spacing:.03em!important;
    text-transform:none!important;
    box-shadow:none!important;
    transform:none!important;
    margin:0!important;
  }
  #sidebar-categories .sidebar-cat-clean span,
  #sidebar-menu .menu-clean-item span{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:0!important;
    flex:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    text-transform:none!important;
  }
  #sidebar-categories .sidebar-cat-clean i:first-child,
  #sidebar-menu .menu-clean-item i{
    width:22px!important;
    min-width:22px!important;
    text-align:center!important;
    color:var(--primary)!important;
    font-size:16px!important;
    line-height:1!important;
    font-weight:900!important;
  }
  #sidebar-categories .sidebar-cat-clean .chev{
    width:auto!important;
    min-width:auto!important;
    margin-left:auto!important;
    color:#cbd5e1!important;
    font-size:10px!important;
  }
  #sidebar-categories .sidebar-cat-clean:hover,
  #sidebar-menu .menu-clean-item:hover{
    background:#fafafa!important;
    color:var(--primary)!important;
  }
  

/* Final real menu/category fix: exact compact list, no large boxes */
  #sidebar-categories,#sidebar-menu{padding:0!important;background:#fff!important;}
  #sidebar-categories .sidebar-cat-clean,#sidebar-menu .menu-clean-item{
    width:100%!important;height:52px!important;min-height:52px!important;padding:0 18px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
    border:0!important;border-bottom:1px solid #eef0f5!important;border-radius:0!important;background:#fff!important;
    color:#252736!important;text-align:left!important;font-size:14px!important;font-weight:500!important;
    letter-spacing:.035em!important;line-height:1!important;text-transform:none!important;box-shadow:none!important;margin:0!important;
  }
  #sidebar-categories .sidebar-cat-clean span,#sidebar-menu .menu-clean-item span{
    display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important;flex:1!important;
    white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
  }
  #sidebar-categories .sidebar-cat-clean i:first-child,#sidebar-menu .menu-clean-item i{
    width:24px!important;min-width:24px!important;text-align:center!important;color:var(--primary)!important;
    font-size:18px!important;line-height:1!important;font-weight:900!important;
  }
  #sidebar-categories .sidebar-cat-clean .chev{margin-left:auto!important;color:#cbd5e1!important;font-size:11px!important;}
  #sidebar-menu .menu-clean{margin:0!important;padding:0!important;background:#fff!important;}
  #sidebar-menu .menu-clean-item.login{margin-top:12px!important;border-top:1px solid #eef0f5!important;color:var(--primary)!important;}
  #tab-btn-cat.border-primary,#tab-btn-menu.border-primary{border-bottom-color:var(--primary)!important;}
  

#sidebar-categories,
  #sidebar-menu{
    padding:0!important;
    background:#fff!important;
  }
  #sidebar-categories .sg-final-menu-row,
  #sidebar-menu .sg-final-menu-row{
    width:100%!important;
    height:52px!important;
    min-height:52px!important;
    padding:0 16px!important;
    display:grid!important;
    grid-template-columns:32px minmax(0,1fr) 16px!important;
    align-items:center!important;
    column-gap:14px!important;
    border:0!important;
    border-bottom:1px solid #eef0f5!important;
    border-radius:0!important;
    background:#fff!important;
    color:#252736!important;
    text-align:left!important;
    box-shadow:none!important;
    margin:0!important;
  }
  #sidebar-categories .sg-final-menu-row .sg-icon,
  #sidebar-menu .sg-final-menu-row .sg-icon{
    grid-column:1!important;
    justify-self:center!important;
    width:24px!important;
    min-width:24px!important;
    text-align:center!important;
    color:var(--primary)!important;
    font-size:18px!important;
    line-height:1!important;
    margin:0!important;
  }
  #sidebar-categories .sg-final-menu-row .sg-label,
  #sidebar-menu .sg-final-menu-row .sg-label{
    grid-column:2!important;
    justify-self:start!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:14px!important;
    font-weight:500!important;
    letter-spacing:.035em!important;
    line-height:1!important;
    text-transform:none!important;
    color:#252736!important;
  }
  #sidebar-categories .sg-final-menu-row .sg-chev,
  #sidebar-menu .sg-final-menu-row .sg-chev{
    grid-column:3!important;
    justify-self:end!important;
    color:#cbd5e1!important;
    font-size:11px!important;
    line-height:1!important;
    margin:0!important;
  }
  #sidebar-categories .sg-final-menu-row:hover,
  #sidebar-menu .sg-final-menu-row:hover{
    background:#fafafa!important;
    color:var(--primary)!important;
  }
  #sidebar-categories .sg-final-menu-row:hover .sg-label,
  #sidebar-menu .sg-final-menu-row:hover .sg-label{
    color:var(--primary)!important;
  }
  #sidebar-menu .sg-final-menu-row.sg-login{
    margin-top:12px!important;
    border-top:1px solid #eef0f5!important;
  }
  #tab-btn-cat.border-primary,
  #tab-btn-menu.border-primary{
    border-bottom-color:var(--primary)!important;
  }
  
  
/* SG production local CSS sidebar safety fix: required because arbitrary Tailwind classes such as w-[80%], max-w-[320px], z-[60] are not generated in the local utility file. */
#sidebar{
  position:absolute!important;
  top:0!important;
  right:0!important;
  height:100%!important;
  width:80%!important;
  max-width:320px!important;
  z-index:70!important;
  transform:translateX(100%)!important;
  transition:transform .3s ease!important;
  overflow:hidden!important;
}
#sidebar.side-open{transform:translateX(0)!important;}
#sidebar-overlay{z-index:65!important;}
#toast-container{z-index:100!important;}
#help-widget-container{z-index:50!important;}
@media(min-width:768px){#sidebar{width:320px!important;}}

/* SUBGALLERYBD1 CRITICAL SIDEBAR FIX
   Tailwind local utilities use the modern CSS `translate` property for .translate-x-full.
   Sidebar open state uses transform and translate together so the panel always opens correctly.
   This overrides BOTH translate and transform. */
#sidebar{
  translate:100% 0!important;
  transform:none!important;
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  will-change:translate!important;
}
#sidebar.side-open{
  translate:0 0!important;
  transform:none!important;
}
#sidebar-overlay.hidden{display:none!important;}
#sidebar-overlay:not(.hidden){display:block!important;}

/* ================= SG FINAL USER REQUEST REBUILD 2026-05-08 =================
   Product desktop image sizing based on sgbd_clean.2, clean plugin icons,
   payment page spacing, auth Google layout, footer contact link hit-area,
   and pull-to-refresh polish. */
@media (min-width:768px){
  .product-page-clean{
    display:flex!important;
    align-items:flex-start!important;
    gap:2rem!important;
    padding:2rem!important;
  }
  .product-left-clean{
    width:50%!important;
    max-width:50%!important;
    flex:0 0 50%!important;
  }
  .product-left-clean .product-photo-box,
  .product-photo-box.w-full{
    width:100%!important;
    border-radius:24px!important;
    min-height:260px!important;
    padding:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .product-left-clean .product-photo-box img,
  .product-photo-box img{
    width:100%!important;
    height:auto!important;
    max-height:520px!important;
    object-fit:contain!important;
    border-radius:18px!important;
    display:block!important;
  }
}

/* Auth page Google + email separator layout */
.sg-auth-mode-tabs{display:flex;width:100%;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:4px;margin:0 0 14px 0;gap:4px;}
.sg-auth-mode-tabs button{flex:1;min-height:42px;border-radius:11px;font-size:12px;font-weight:900;color:#64748b;display:flex;align-items:center;justify-content:center;gap:7px;}
.sg-auth-mode-tabs button.active{background:#fff;color:#111827;box-shadow:0 4px 14px rgba(15,23,42,.08);}
.sg-google-btn{width:100%;min-height:46px;border-radius:14px;border:1px solid #dbe2ea;background:#fff;color:#1f2937;font-size:14px;font-weight:900;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px;box-shadow:0 8px 20px rgba(15,23,42,.05);}
.sg-google-btn:hover{background:#f8fafc;border-color:#cbd5e1;}
.sg-google-g{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:900;font-family:Arial,sans-serif;font-size:17px;color:#4285F4;line-height:1;}
.sg-auth-divider{display:flex;align-items:center;gap:10px;margin:16px 0 14px;color:#94a3b8;font-size:11px;font-weight:900;text-transform:lowercase;}
.sg-auth-divider:before,.sg-auth-divider:after{content:"";height:1px;flex:1;background:#e5e7eb;}

/* Floating plugin buttons: fixed official colors and centered icons */
#help-menu{align-items:center!important;}
.widget-icon,.sg-plugin-btn{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;overflow:hidden!important;}
.widget-icon i,.sg-plugin-btn i,.admin-payment-name i{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;margin:0!important;transform:none!important;text-align:center!important;}
.widget-icon i,.sg-plugin-btn i{font-size:22px!important;width:1em!important;height:1em!important;color:#fff!important;}
.widget-icon.bg-sky-500,.sg-plugin-telegram{background:#229ED9!important;}
.widget-icon.bg-green-500,.sg-plugin-whatsapp{background:#25D366!important;}
.widget-icon.bg-blue-500,.sg-plugin-messenger{background:#0084FF!important;}
.widget-icon.bg-teal-500,.sg-plugin-call{background:#14b8a6!important;}

/* Payment page: prevent method names from clipping into the top edge */
.checkout{padding-top:max(1rem,env(safe-area-inset-top))!important;}
.checkout .cardx{overflow:visible!important;}
.pay-grid{align-items:stretch!important;}
.pay-card{min-height:116px!important;padding:12px 10px!important;gap:8px!important;overflow:visible!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;line-height:1.2!important;}
.pay-card img{height:58px!important;min-height:58px!important;max-height:58px!important;width:100%!important;object-fit:contain!important;flex:0 0 auto!important;margin:0!important;}
.pay-card span{display:block!important;width:100%!important;margin-top:4px!important;line-height:1.25!important;white-space:normal!important;word-break:break-word!important;overflow:visible!important;text-align:center!important;}
.modal-box{padding-top:max(20px,calc(env(safe-area-inset-top) + 16px))!important;}
#pay-name{line-height:1.25!important;white-space:normal!important;word-break:break-word!important;}
#pay-logo{flex-shrink:0!important;}

/* Footer contact: only the actual text/link area is clickable, not the whole row */
.footer-clean-contact-row{display:flex!important;align-items:flex-start!important;gap:.55rem!important;margin:.38rem 0!important;color:#aeb7c4!important;font-size:.79rem!important;font-weight:400!important;line-height:1.55!important;text-align:left!important;background:transparent!important;border:0!important;padding:0!important;width:auto!important;max-width:100%!important;}
.footer-clean-contact-row>i{color:var(--primary)!important;width:16px!important;min-width:16px!important;text-align:center!important;margin-top:2px!important;font-size:.84rem!important;font-weight:900!important;line-height:1.45!important;}
.footer-clean-contact-row span{display:inline!important;max-width:100%!important;}
.footer-clean-contact-row b{color:#cbd5e1!important;font-weight:400!important;}
.footer-clean-contact-link{display:inline!important;color:#aeb7c4!important;text-decoration:none!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;line-height:inherit!important;word-break:break-word!important;}
.footer-clean-contact-link:hover{color:#fff!important;text-decoration:underline!important;}
.footer-clean-contact{width:max-content!important;max-width:100%!important;display:inline-flex!important;}

/* Pull to refresh indicator */
.sg-pull-refresh{position:absolute;left:50%;top:74px;transform:translate(-50%,-120%);z-index:90;background:#fff;color:#334155;border:1px solid #e5e7eb;border-radius:999px;padding:9px 14px;box-shadow:0 14px 34px rgba(15,23,42,.16);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:900;opacity:0;pointer-events:none;transition:transform .18s ease,opacity .18s ease;}
.sg-pull-refresh.show{opacity:1;transform:translate(-50%,0);}
.sg-pull-refresh.ready{color:var(--primary);border-color:color-mix(in srgb,var(--primary) 35%,#e5e7eb);}
.sg-pull-refresh i{line-height:1;}
@media(max-width:767px){.sg-pull-refresh{top:68px;}}

/* ================= SubGalleryBD_clean FINAL UPDATE STYLES ================= */
#sg-pull-refresh{display:none!important;visibility:hidden!important;opacity:0!important;}
#sg-native-refresh{position:absolute;left:50%;top:56px;z-index:120;width:34px;height:34px;border-radius:999px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.18);display:flex;align-items:center;justify-content:center;transform:translateX(-50%) translateY(-120%);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;}
#sg-native-refresh.show{opacity:1;}
#sg-native-refresh span{width:18px;height:18px;border-radius:999px;border:2px solid #e5e7eb;border-top-color:var(--primary);display:block;animation:sgSpin .75s linear infinite;}
@keyframes sgSpin{to{transform:rotate(360deg)}}
@media(min-width:768px){#sg-native-refresh{top:64px}}

/* Auth password eye and official Google logo */
.sg-pass-wrap{position:relative;width:100%;margin-bottom:12px;}
.sg-pass-wrap.mb-4{margin-bottom:16px!important;}
.sg-pass-wrap input{padding-right:48px!important;}
.sg-pass-toggle{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border-radius:999px!important;background:transparent!important;color:#64748b!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:2!important;}
.sg-pass-toggle:hover{background:#f1f5f9!important;color:var(--primary)!important;}
.sg-google-mark{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;}
.sg-google-logo{width:22px!important;height:22px!important;display:block!important;}
.sg-google-g{display:none!important;}

.clean-editor-help,.clean-editor-help{display:none!important;}

/* Profile page */
.sg-profile-page{background:#f8fafc;min-height:100%;}
.sg-profile-hero{background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#fff;text-align:center;padding:28px 18px 44px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;position:relative;box-shadow:0 12px 28px color-mix(in srgb,var(--primary) 28%,transparent);}
.sg-profile-back{position:absolute;left:16px;top:16px;width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;color:#fff;}
.sg-profile-logout{position:absolute;right:16px;top:16px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);font-size:12px;font-weight:900;color:#fff;}
.sg-photo-wrap{position:relative;width:max-content;margin:10px auto 10px;}
.sg-profile-img{width:84px;height:84px;border-radius:999px;object-fit:cover;border:4px solid rgba(255,255,255,.8);box-shadow:0 12px 30px rgba(15,23,42,.22);background:#fff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:38px;}
.sg-profile-empty i{line-height:1;}
.sg-photo-upload{position:absolute;right:-2px;bottom:2px;width:32px;height:32px;border-radius:999px;background:#fff;color:var(--primary);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(15,23,42,.2);cursor:pointer;}
.sg-photo-upload input{display:none;}
.sg-profile-hero h2{font-size:22px;font-weight:900;margin:4px 0 2px;}
.sg-profile-hero p{font-size:12px;color:rgba(255,255,255,.82);}
.sg-profile-body{max-width:900px;margin:-28px auto 0;padding:0 16px 28px;position:relative;z-index:2;display:grid;gap:16px;}
.sg-profile-card{background:#fff;border:1px solid #eef2f7;border-radius:22px;padding:16px;box-shadow:0 10px 26px rgba(15,23,42,.08);}
.sg-profile-card h3{font-size:15px;font-weight:900;color:#111827;margin-bottom:13px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f1f5f9;padding-bottom:10px;}
.sg-profile-grid{display:grid;grid-template-columns:1fr;gap:10px;}
.sg-profile-save{margin-top:12px;}
.sg-order-list{display:grid;gap:10px;max-height:360px;overflow-y:auto;}
.sg-order-card{border:1px solid #e5e7eb;background:#f8fafc;border-radius:16px;padding:12px;}
.sg-order-top{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e5e7eb;padding-bottom:8px;margin-bottom:8px;}
.sg-order-top b{font-size:13px;color:#111827;}
.sg-order-top span{font-size:10px;font-weight:900;padding:5px 9px;border-radius:999px;background:#fef3c7;color:#92400e;white-space:nowrap;}
.sg-order-top span.req{background:#fee2e2;color:#b91c1c;}
.sg-order-meta{display:flex;align-items:center;justify-content:space-between;color:#64748b;font-size:12px;margin-bottom:8px;}
.sg-order-meta b{font-size:15px;color:var(--primary);}
.sg-order-items{font-size:11px;color:#475569;display:grid;gap:3px;margin-bottom:9px;}
.sg-order-actions button{width:100%;border:1px solid #fecaca;background:#fff1f2;color:#dc2626;border-radius:12px;padding:9px 11px;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:7px;}
.sg-order-actions button:disabled{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed;}
.sg-empty-orders{text-align:center;color:#94a3b8;font-size:13px;font-weight:800;border:1px dashed #cbd5e1;border-radius:16px;padding:24px;background:#f8fafc;}
.sg-admin-cancel-req{background:#fff1f2;border:1px solid #fecaca;color:#991b1b;border-radius:14px;padding:10px;margin-bottom:12px;font-size:12px;font-weight:800;display:grid;gap:8px;}
.sg-admin-cancel-req button{background:#dc2626;color:#fff;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:900;}
@media(min-width:768px){.sg-profile-grid{grid-template-columns:1fr 1fr}.sg-profile-grid .sg-pass-wrap{margin-bottom:0}.sg-profile-body{grid-template-columns:1fr 1.1fr}.sg-profile-card{padding:20px}.sg-profile-hero{padding-top:34px}}

/* Blog and professional info pages */
.sg-blog-page,.sg-policy-page{background:#f8fafc;min-height:100%;padding:18px 14px 30px;position:relative;}
.sg-blog-hero,.sg-policy-head{max-width:980px;margin:0 auto 16px;background:linear-gradient(135deg,#111827,#312e81);color:#fff;border-radius:28px;padding:34px 20px;text-align:center;position:relative;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.18);}
.sg-blog-hero span,.sg-policy-head span{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#c4b5fd;}
.sg-blog-hero h1,.sg-policy-head h1{font-size:28px;line-height:1.14;font-weight:900;margin:9px auto;max-width:760px;}
.sg-blog-hero p,.sg-policy-head p{font-size:14px;color:#dbeafe;max-width:660px;margin:0 auto;line-height:1.7;}
.sg-blog-feature{max-width:980px;margin:0 auto 16px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 10px 26px rgba(15,23,42,.06);}
.sg-blog-feature h2{font-size:21px;font-weight:900;color:#111827;margin-bottom:8px;}
.sg-blog-feature p{font-size:14px;color:#475569;line-height:1.75;}
.sg-blog-feature-icon{width:78px;height:78px;min-width:78px;border-radius:24px;background:var(--soft);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:34px;}
.sg-blog-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:14px;}
.sg-blog-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 8px 22px rgba(15,23,42,.055);}
.sg-blog-card i{width:44px;height:44px;border-radius:15px;background:var(--soft);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px;}
.sg-blog-card h3{font-size:16px;font-weight:900;color:#111827;margin-bottom:7px;}
.sg-blog-card p{font-size:13px;line-height:1.7;color:#64748b;}
.sg-blog-note,.sg-policy-card{max-width:980px;margin:16px auto 0;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:20px;box-shadow:0 10px 26px rgba(15,23,42,.06);}
.sg-blog-note h3{font-size:18px;font-weight:900;color:#111827;margin-bottom:7px;}
.sg-blog-note p,.sg-policy-lead{font-size:14px;color:#475569;line-height:1.85;}
.sg-policy-head i{font-size:42px;color:#c4b5fd;margin-bottom:10px;display:block;}
.sg-policy-points{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px;}
.sg-policy-points div{display:flex;gap:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:13px;}
.sg-policy-points b{color:var(--primary);font-weight:900;min-width:32px;}
.sg-policy-points span{font-size:13px;color:#475569;line-height:1.65;}
@media(min-width:768px){.sg-blog-page,.sg-policy-page{padding:28px 24px 40px}.sg-blog-hero,.sg-policy-head{padding:46px 30px}.sg-blog-hero h1,.sg-policy-head h1{font-size:42px}.sg-blog-grid{grid-template-columns:repeat(4,1fr)}.sg-policy-points{grid-template-columns:1fr 1fr}.sg-blog-feature{padding:26px}.sg-blog-feature h2{font-size:28px}}

/* ================= SG clean FINAL REBUILD ================= */
@media (max-width:767px){
  .sg-clean-suggest-grid .reveal-card:nth-child(n+7){display:none!important;}
}
@media (min-width:768px){
  .sg-clean-suggest-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}

  /* Desktop admin action layout: ACTIVE/INACTIVE + Edit + Delete on the same top line */
  .admin-payment-card:not(.border-primary),
  .clean-pay-card,
  .admin-menu-card:not(.border-primary),
  .footer-editor-card:not(.border-primary){
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto auto!important;
    align-items:center!important;
    column-gap:8px!important;
    row-gap:10px!important;
  }
  .admin-payment-card:not(.border-primary) > .admin-payment-top,
  .clean-pay-card > .clean-pay-top,
  .admin-menu-card:not(.border-primary) > .top,
  .footer-editor-card:not(.border-primary) > .flex.items-center.justify-between{
    display:contents!important;
  }
  .admin-payment-card:not(.border-primary) > .admin-payment-top > .admin-payment-name,
  .clean-pay-card > .clean-pay-top > .clean-pay-title,
  .admin-menu-card:not(.border-primary) > .top > .name,
  .footer-editor-card:not(.border-primary) > .flex.items-center.justify-between > b{
    grid-column:1!important;
    min-width:0!important;
  }
  .admin-payment-card:not(.border-primary) > .admin-payment-top > .admin-active-btn,
  .clean-pay-card > .clean-pay-top > .clean-active,
  .admin-menu-card:not(.border-primary) > .top > .admin-active-btn,
  .footer-editor-card:not(.border-primary) > .flex.items-center.justify-between > .admin-active-btn{
    grid-column:2!important;
    justify-self:end!important;
  }
  .admin-payment-card:not(.border-primary) > .admin-actions-text,
  .clean-pay-card > .clean-pay-actions,
  .admin-menu-card:not(.border-primary) > .admin-menu-actions,
  .footer-editor-card:not(.border-primary) > .admin-actions-right{
    display:contents!important;
    margin:0!important;
  }
  .admin-payment-card:not(.border-primary) > .admin-actions-text > .edit,
  .clean-pay-card > .clean-pay-actions > .clean-edit,
  .admin-menu-card:not(.border-primary) > .admin-menu-actions > .edit,
  .footer-editor-card:not(.border-primary) > .admin-actions-right > .edit{
    grid-column:3!important;
    justify-self:end!important;
  }
  .admin-payment-card:not(.border-primary) > .admin-actions-text > .delete,
  .clean-pay-card > .clean-pay-actions > .clean-delete,
  .admin-menu-card:not(.border-primary) > .admin-menu-actions > .delete,
  .footer-editor-card:not(.border-primary) > .admin-actions-right > .delete{
    grid-column:4!important;
    justify-self:end!important;
  }
  .admin-payment-card:not(.border-primary) > .admin-payment-info,
  .clean-pay-card > .clean-pay-info,
  .admin-menu-card:not(.border-primary) > .text-\[11px\],
  .footer-editor-card:not(.border-primary) > .text-xs,
  .footer-editor-card:not(.border-primary) > .footer-policy-body{
    grid-column:1 / -1!important;
    width:100%!important;
  }
  .admin-payment-card .admin-text-btn,
  .admin-menu-card .admin-text-btn,
  .footer-editor-card .admin-text-btn,
  .clean-pay-card .clean-edit,
  .clean-pay-card .clean-delete{
    min-height:32px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
}
.sg-admin-plugin-icon{
  width:34px!important;height:34px!important;border-radius:10px!important;color:#fff!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;
  font-size:18px!important;flex-shrink:0!important;
}
.sg-admin-plugin-icon i{line-height:1!important;margin:0!important;transform:none!important;display:block!important;}
.sg-profile-page .sg-order-actions{display:none!important;}
.sg-admin-cancel-req{display:none!important;}

/* ================= SubGallery BD Admin No-Shake Source =================
   Purpose: remove scroll shaking / pull-refresh bounce / page-jump animations only.
   This does not remove admin features, tabs, forms, buttons, localstorage, or layout.
*/
html,body{
  scroll-behavior:auto!important;
  overscroll-behavior-y:contain!important;
}
#app-wrapper{
  overflow:hidden!important;
}
#app-content{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scroll-behavior:auto!important;
  overflow-anchor:none!important;
  overscroll-behavior-y:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-y!important;
  transform:none!important;
}
#sg-native-refresh,
#sg-clean-refresh,
#sg-pull-refresh,
#sg-pull-refresh-clean,
#sg-normal-refresh-clean,
#sg-clean-refresh-indicator,
.sg-pull-refresh,
.sg-clean-loader{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  animation:none!important;
  transition:none!important;
  transform:none!important;
}
.page-zoom,
.page-zoom-out,
.reveal-card,
.reveal-card.show,
.sg-page-out-clean,
.product-page-clean,
.sg-product-page-clean,
.admin-card,
.admin-panel .admin-card,
.admin-payment-card,
.clean-pay-card,
.admin-menu-card,
.footer-editor-card,
.stat,
.pay-card,
.modal-box{
  animation:none!important;
  transition:none!important;
  will-change:auto!important;
}
.reveal-card,
.reveal-card.show{
  opacity:1!important;
  transform:none!important;
}
.reveal-card:hover,
.pay-card:hover,
.admin-payment-card:hover,
.clean-pay-card:hover,
.admin-menu-card:hover,
.footer-editor-card:hover,
.stat:hover,
.main-btn:active,
.admin-add-btn:active,
.copy-btn:active{
  transform:none!important;
}
.reseller-hero-clean,
.reseller-hero-clean.hero-sink-clean,
.clean-hero-sink{
  transform:none!important;
  opacity:1!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
  will-change:auto!important;
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
  }
}

.footer-clean-line{display:block!important;height:1px!important;background:rgba(255,255,255,.16)!important;margin:.95rem 0 1.05rem!important;width:100%!important;}
@media(max-width:767px){.footer-clean-line{display:block!important;margin:.75rem 0 .85rem!important;}}
.sg-clean-spinner{animation:sgFinalSpin .75s linear infinite!important;}
@keyframes sgFinalSpin{to{transform:rotate(360deg)}}

/* ================= SubGallery BD clean checkout/cart/payment footer stability fix =================
   Purpose: make the footer on cart, checkout, and payment pages behave like the
   home page footer: normal document flow, no full-height spacer before it,
   no jumping/hide-show while scrolling.
   CSS-only layout rules; JavaScript, Supabase, order and admin logic stay separated.
*/
#app-content > .checkout,
#app-content > .checkout.min-h-full,
#app-content > .checkout.page-zoom{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  margin-bottom:0!important;
  padding-bottom:1rem!important;
  overflow:visible!important;
  transform:none!important;
}
@media(min-width:768px){
  #app-content > .checkout,
  #app-content > .checkout.min-h-full,
  #app-content > .checkout.page-zoom{
    padding-bottom:1.5rem!important;
  }
}
#app-content > .checkout + footer,
#app-content > .checkout + .footer-clean,
#app-content > .checkout + .footer-clean,
#app-content > .checkout + .footer-clean,
#app-content > .checkout + .footer-clean,
#app-content > .checkout + .footer-clean,
#app-content > .checkout + .footer-clean,
#app-content > .checkout + .footer-clean,
#app-content > .checkout + .footer-clean{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:100%!important;
  max-width:none!important;
  margin-top:0!important;
  margin-bottom:0!important;
  transform:none!important;
  animation:none!important;
  transition:none!important;
  will-change:auto!important;
}
#app-content:has(> .checkout + footer),
#app-content:has(> .checkout + .footer-clean),
#app-content:has(> .checkout + .footer-clean),
#app-content:has(> .checkout + .footer-clean),
#app-content:has(> .checkout + .footer-clean),
#app-content:has(> .checkout + .footer-clean),
#app-content:has(> .checkout + .footer-clean),
#app-content:has(> .checkout + .footer-clean),
#app-content:has(> .checkout + .footer-clean){
  scroll-behavior:auto!important;
  overflow-anchor:none!important;
}

/* ================= SubGallery BD clean checkout/cart/payment desktop footer placement =================
   Purpose: keep the clean no-jump footer fix, but place short cart/checkout/payment pages
   like the Shop page: content stays centered and the footer sits lower in normal flow.
   CSS-only: no loading, Supabase, order, payment, or admin logic changed.
*/
#app-content > .checkout,
#app-content > .checkout.min-h-full,
#app-content > .checkout.page-zoom{
  min-height:calc(100dvh - 140px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  padding-bottom:1.25rem!important;
}
#app-content > .checkout > .shell{
  width:100%!important;
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  flex:0 0 auto!important;
}
@supports(height:100svh){
  #app-content > .checkout,
  #app-content > .checkout.min-h-full,
  #app-content > .checkout.page-zoom{min-height:calc(100svh - 140px)!important;}
}
@media(min-width:768px){
  #app-content > .checkout,
  #app-content > .checkout.min-h-full,
  #app-content > .checkout.page-zoom{
    min-height:calc(100dvh - 104px)!important;
    justify-content:center!important;
    padding-top:2rem!important;
    padding-bottom:2rem!important;
  }
  #app-content > .checkout > .shell{
    max-width:760px!important;
  }
  @supports(height:100svh){
    #app-content > .checkout,
    #app-content > .checkout.min-h-full,
    #app-content > .checkout.page-zoom{min-height:calc(100svh - 104px)!important;}
  }
}

/* ================= SubGalleryBD clean scoped demo animations only =================
   Scope: product cards scroll reveal + product view/open + product close only.
   No global page/admin/checkout/cart/order/footer animation is enabled here.
*/
#app-content .reveal-card{
  opacity:0!important;
  transform:translateY(80px) scale(.85)!important;
  transition:transform 1s cubic-bezier(.22,1,.36,1),opacity 1s cubic-bezier(.22,1,.36,1),box-shadow .3s ease!important;
  animation:none!important;
  will-change:transform,opacity!important;
}
#app-content .reveal-card.show{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
  animation:none!important;
}
#app-content .reveal-card.show:hover{
  transform:translateY(-8px) scale(1.02)!important;
  box-shadow:0 15px 30px rgba(0,0,0,.10)!important;
  transition:transform .3s ease,box-shadow .3s ease!important;
}
.product-close-btn{
  transition:background .3s,transform .3s,color .3s!important;
}
.product-close-btn:hover{
  background:#ffebeb!important;
  color:#d32f2f!important;
  transform:rotate(90deg)!important;
}
@media (prefers-reduced-motion: reduce){
  #app-content .reveal-card,
  #app-content .reveal-card.show{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
}

#app-content>.page-zoom:not(.sg-final-product-page):not(.product-page-clean):not(.sg-product-page-clean),
#app-content .checkout.page-zoom,
#app-content .page-zoom-out:not(.sg-final-product-page):not(.product-page-clean):not(.sg-product-page-clean){
  animation:none!important;
  transform:none!important;
  opacity:1!important;
}
body.sg-clean-restoring-products #app-content .reveal-card,
#app-content.sg-clean-restoring-products .reveal-card,
#app-content .reveal-card.sg-clean-no-white{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
  transition:none!important;
  animation:none!important;
}
#app-content .sg-img-stable-box>img,
#app-content .sg-clean-product-imgbox>img,
#app-content .product-photo-box>img,
#app-content .reveal-card img{
  background:transparent!important;
  color:transparent!important;
  font-size:0!important;
  opacity:1!important;
}

/* SubGalleryBD clean stable header, no-shake content, native-like refresh UI */
html,body,#app-wrapper,#app-content{scroll-behavior:auto!important;overflow-anchor:none!important;}
#main-header [data-sg-logo="main"]{height:56px!important;width:126px!important;max-width:32vw!important;object-fit:contain!important;display:block!important;flex:0 0 auto!important;}
@media(min-width:768px){#main-header [data-sg-logo="main"]{height:78px!important;width:168px!important;max-width:180px!important;}#main-header .flex{min-height:102px!important;}}
#main-header .flex{min-height:72px!important;}
#search-container{min-width:0!important;contain:layout!important;}
#app-content .page-zoom,#app-content .page-zoom-out{animation:none!important;transform:none!important;}
#app-content .reveal-card,#app-content .reveal-card.show{opacity:1!important;transform:none!important;animation:none!important;transition:box-shadow .18s ease,border-color .18s ease!important;}
#sg-clean-pull-refresh,#sg-native-refresh,#sg-clean-loader,.sg-clean-loader{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
#sg-clean-pull-refresh{position:absolute;top:10px;left:50%;width:42px;height:42px;border-radius:999px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.20);z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-72px) scale(.86);transition:opacity .16s ease,transform .16s ease;}
#sg-clean-pull-refresh.show{opacity:1;}#sg-clean-pull-refresh .ring{width:24px;height:24px;border-radius:999px;border:3px solid #e5e7eb;border-top-color:var(--primary,#9b2cfa);display:block;}#sg-clean-pull-refresh.loading .ring{animation:sgSpin .72s linear infinite;}@keyframes sgSpin{to{transform:rotate(360deg)}}

/* SubGalleryBD clean targeted UI regression fix: restore original search icon and center footer/address */
#search-container{min-width:0!important;contain:none!important;}
#search-container>.relative{position:relative!important;width:100%!important;display:flex!important;align-items:center!important;height:auto!important;}
#main-search-input{height:auto!important;min-height:0!important;padding-top:.625rem!important;padding-bottom:.625rem!important;padding-left:1rem!important;padding-right:2.75rem!important;font-size:.875rem!important;line-height:1.25rem!important;}
#search-container button[aria-label="Search"]{position:absolute!important;right:.375rem!important;top:50%!important;transform:translateY(-50%)!important;width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;border-radius:9999px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;}
#search-container button[aria-label="Search"] i{font-size:.75rem!important;line-height:1!important;margin:0!important;display:block!important;transform:none!important;}
@media(min-width:768px){#main-search-input{font-size:1rem!important;line-height:1.5rem!important;}#search-container button[aria-label="Search"]{width:2.25rem!important;height:2.25rem!important;min-width:2.25rem!important;min-height:2.25rem!important;}}
.footer-clean-contact-section{text-align:center!important;justify-self:center!important;width:100%!important;max-width:360px!important;}
.footer-clean-contact{display:flex!important;align-items:flex-start!important;justify-content:center!important;text-align:left!important;margin-left:auto!important;margin-right:auto!important;width:100%!important;max-width:340px!important;}
.footer-clean-contact i{flex:0 0 18px!important;text-align:center!important;}
.footer-clean-contact span{display:inline-block!important;max-width:290px!important;word-break:break-word!important;}
.footer-clean-links,.footer-clean-cats{text-align:center!important;align-items:center!important;justify-content:flex-start!important;}
@media(max-width:767px){.footer-clean-contact-section,.footer-clean-contact{text-align:left!important;justify-content:flex-start!important;max-width:100%!important;}}

/* ================= SubGalleryBD clean final no-jump layout CSS ================= */
html,body,#app-wrapper,#app-content{scroll-behavior:auto!important;overflow-anchor:none!important;}
#app-wrapper{overflow:hidden!important;contain:layout paint!important;}
#app-content{overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;transform:none!important;will-change:auto!important;}
#main-header{min-height:76px!important;height:76px!important;flex:0 0 76px!important;contain:layout paint!important;}
#main-header>div{height:76px!important;}
#main-header [data-sg-logo="main"],#main-header img{height:56px!important;max-height:56px!important;width:auto!important;max-width:132px!important;object-fit:contain!important;object-position:left center!important;display:block!important;flex-shrink:0!important;}
@media(min-width:768px){#main-header{min-height:104px!important;height:104px!important;flex-basis:104px!important;}#main-header>div{height:104px!important;}#main-header [data-sg-logo="main"],#main-header img{height:80px!important;max-height:80px!important;max-width:210px!important;}}
#search-container>.relative{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;}
#main-search-input{min-height:42px!important;padding:.625rem 2.75rem .625rem 1rem!important;}
#search-container button[aria-label="Search"]{position:absolute!important;right:.375rem!important;top:50%!important;transform:translateY(-50%)!important;width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;border-radius:9999px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;}
#search-container button[aria-label="Search"] i{font-size:.75rem!important;line-height:1!important;margin:0!important;display:block!important;transform:none!important;}
#sg-native-refresh,#sg-clean-refresh,#sg-pull-refresh,#sg-pull-refresh-clean,#sg-normal-refresh-clean,#sg-clean-refresh-indicator,.sg-pull-refresh,.sg-clean-loader{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;animation:none!important;transition:none!important;transform:none!important;}
#app-content .page-zoom,#app-content .page-zoom-out,#app-content .reveal-card,#app-content .reveal-card.show,#app-content .sg-page-out-clean,#app-content .product-page-clean,#app-content .sg-product-page-clean,#app-content .sg-final-product-page,#app-content .checkout,#app-content .modal-box,#app-content .admin-card,#app-content .admin-payment-card,#app-content .footer-editor-card,#app-content .pay-card{animation:none!important;transition:none!important;transform:none!important;opacity:1!important;will-change:auto!important;}
#app-content .reveal-card:hover,#app-content .pay-card:hover,#app-content .admin-payment-card:hover,#app-content .footer-editor-card:hover{transform:none!important;}
.footer-clean-grid,.footer-clean-grid,.footer-clean-wrap,.footer-clean-wrap,.footer-clean-wrap{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;align-items:start!important;width:100%!important;}
.footer-clean-section,.footer-clean-contact-section,.footer-clean-contact-section,.footer-clean-left,.footer-clean-left,.footer-clean-left{width:100%!important;max-width:620px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;justify-self:center!important;}
.footer-clean-contact,.footer-contact-line,.footer-clean-contact{justify-content:center!important;text-align:left!important;margin-left:auto!important;margin-right:auto!important;width:max-content!important;max-width:100%!important;}

/* User footer: revert contact information to the normal left-aligned layout. */
.footer-clean-wrap,.footer-clean-wrap,.footer-clean-wrap{text-align:left!important;}
.footer-clean-grid,.footer-clean-grid{justify-items:stretch!important;text-align:left!important;align-items:start!important;width:100%!important;}
.footer-clean-contact-section,.footer-clean-contact-section{justify-self:stretch!important;text-align:left!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;}
.footer-clean-contact,.footer-contact-line,.footer-clean-contact,.footer-clean-contact,.footer-clean-contact-row{justify-content:flex-start!important;text-align:left!important;margin-left:0!important;margin-right:0!important;width:auto!important;max-width:100%!important;}
.footer-clean-contact span,.footer-clean-contact span,.footer-clean-contact span,.footer-clean-contact-row span{max-width:100%!important;word-break:break-word!important;}
.footer-clean-link-section,.footer-clean-cat-section,.footer-clean-link-section,.footer-clean-cat-section{text-align:left!important;align-items:flex-start!important;justify-self:stretch!important;}
.footer-clean-links,.footer-clean-cats,.footer-clean-links,.footer-clean-cats,.footer-clean-links,.footer-clean-cats{align-items:flex-start!important;text-align:left!important;}
.footer-clean-links button,.footer-clean-cats button,.footer-clean-links button,.footer-clean-cats button,.footer-clean-links button,.footer-clean-cats button{text-align:left!important;margin-left:0!important;margin-right:0!important;}
@media(max-width:767px){
  .footer-clean-grid,.footer-clean-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:.65rem 1rem!important;}
  .footer-clean-contact-section,.footer-clean-contact-section{grid-column:1/-1!important;grid-row:1!important;border-bottom:1px solid rgba(255,255,255,.16)!important;padding-bottom:.6rem!important;margin-bottom:.15rem!important;}
  .footer-clean-link-section,.footer-clean-link-section{grid-column:1!important;grid-row:2!important;}
  .footer-clean-cat-section,.footer-clean-cat-section{grid-column:2!important;grid-row:2!important;}
}
@media(min-width:768px){
  .footer-clean-grid,.footer-clean-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(0,.9fr) minmax(0,.9fr)!important;gap:1.5rem!important;}
  .footer-clean-contact-section,.footer-clean-contact-section{grid-column:1!important;}
  .footer-clean-link-section,.footer-clean-link-section{grid-column:2!important;}
  .footer-clean-cat-section,.footer-clean-cat-section{grid-column:3!important;}
}

/* SubGalleryBD clean no-shake header/product animation hardening */
html,body,#app-content{overflow-anchor:none!important;scroll-behavior:auto!important;}
#main-header{min-height:76px!important;height:76px!important;flex:0 0 76px!important;contain:layout paint!important;}
#main-header [data-sg-logo="main"],#main-header img{width:150px!important;height:58px!important;max-width:42vw!important;max-height:58px!important;min-width:118px!important;object-fit:contain!important;object-position:left center!important;display:block!important;flex:0 0 auto!important;transition:none!important;animation:none!important;transform:none!important;will-change:auto!important;}
@media(max-width:767px){#main-header [data-sg-logo="main"],#main-header img{width:150px!important;height:58px!important;max-width:34vw!important;}}
@media(min-width:768px){#main-header{height:104px!important;min-height:104px!important;flex-basis:104px!important;}#main-header [data-sg-logo="main"],#main-header img{width:210px!important;height:80px!important;max-height:80px!important;max-width:210px!important;}}
@keyframes sgProductZoomIn{0%{opacity:0;transform:scale(.92) translateY(18px)}100%{opacity:1;transform:scale(1) translateY(0)}}
@keyframes sgProductZoomOut{0%{opacity:1;transform:scale(1) translateY(0)}100%{opacity:0;transform:scale(.92) translateY(18px)}}
.sg-final-product-page.sg-clean-product-in,.product-page-clean.sg-clean-product-in,.sg-product-page-clean.sg-clean-product-in,.sg-clean-product-in,.sg-clean-zoom-in{animation:sgProductZoomIn 1s cubic-bezier(.16,1,.3,1) both!important;transform-origin:center top!important;will-change:transform,opacity!important;backface-visibility:hidden!important;}
.sg-final-product-page.sg-clean-product-out,.product-page-clean.sg-clean-product-out,.sg-product-page-clean.sg-clean-product-out,.sg-clean-product-out,.sg-clean-product-closing-clone,.sg-clean-product-closing-clone{animation:sgProductZoomOut .8s cubic-bezier(.4,0,.2,1) both!important;transform-origin:center top!important;will-change:transform,opacity!important;backface-visibility:hidden!important;}
.sg-clean-route-loader{position:fixed!important;inset:0!important;z-index:2147482500!important;background:rgba(255,255,255,.96)!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;pointer-events:auto!important;transform:none!important;margin:0!important;padding:0!important;}
.sg-clean-route-loader .sg-clean-loader-content{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;transform:none!important;margin:0!important;position:static!important;}

/* ================= SubGalleryBD clean smooth transition/reveal stability =================
   Keeps centered page loaders visible for their intended duration and makes
   scroll reveal float smoothly instead of a quick jerk. Product view open
   animation remains removed by the JS bridge.
*/
#app-content .reveal-card{
  transition:opacity .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1),box-shadow .25s ease!important;
}
#app-content .reveal-card.show,#app-content .reveal-card.sg-clean-revealed{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
}
.sg-clean-route-loader,.sg-clean-transition-loader,.sg-clean-page-loader.sg-clean-keep-loader{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

html.sg-clean-loading-lock,body.sg-clean-loading-lock{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important;}
#app-content.sg-clean-loading-lock{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important;}
.sg-clean-full-loader,.sg-clean-transition-loader,.sg-clean-route-loader,.sg-clean-page-loader,.sg-clean-page-loader,.sg-clean-loader-overlay,#sg-startup-loader,#sg-clean-startup-shield{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:rgba(255,255,255,.97)!important;z-index:2147483300!important;pointer-events:auto!important;transform:none!important;overflow:hidden!important;}
.sg-clean-full-loader .sg-clean-loader-content,.sg-clean-transition-loader .sg-clean-loader-content,.sg-clean-route-loader .sg-clean-loader-content,.sg-clean-page-loader .sg-clean-loader-content,.sg-clean-page-loader .sg-clean-loader-content,.sg-clean-loader-overlay .sg-clean-loader-content,#sg-startup-loader .sg-clean-loader-content,#sg-clean-startup-shield .sg-clean-loader-content{position:static!important;transform:none!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:9px!important;}

#search-container{min-width:0!important;overflow:visible!important;contain:none!important;}
#search-container>.relative{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;overflow:visible!important;}
#main-search-input{height:48px!important;min-height:48px!important;padding:0 3.1rem 0 1rem!important;line-height:48px!important;}
#search-container button[aria-label="Search"]{position:absolute!important;right:7px!important;top:50%!important;bottom:auto!important;left:auto!important;transform:translateY(-50%)!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:9999px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;z-index:2!important;}
#search-container button[aria-label="Search"] i{font-size:16px!important;line-height:1!important;margin:0!important;transform:none!important;}
#sg-startup-loader{position:absolute!important;left:0!important;right:0!important;top:82px!important;bottom:64px!important;inset:auto 0 64px 0!important;width:auto!important;height:auto!important;min-height:0!important;background:rgba(255,255,255,.96)!important;z-index:45!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:auto!important;overflow:hidden!important;}
#sg-startup-loader .sg-clean-loading-text,#sg-startup-loader .sg-clean-loader-content .sg-clean-loading-text{display:block!important;opacity:1!important;visibility:visible!important;font-size:15px!important;font-weight:900!important;color:#6b21a8!important;letter-spacing:1px!important;}
#sg-startup-loader .sg-clean-loader-content{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;}
.sg-final-inst-line{display:flex!important;gap:.5rem!important;align-items:flex-start!important;}
.sg-final-inst-line span{min-width:0!important;word-break:break-word!important;}
.sg-final-password-wrap{position:relative!important;}
.sg-final-password-eye{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;width:40px!important;height:40px!important;min-width:40px!important;border:0!important;background:transparent!important;color:#64748b!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;z-index:4!important;}
.sg-final-password-eye i{font-size:19px!important;line-height:1!important;}
@media(min-width:768px){#sg-startup-loader{top:104px!important;bottom:72px!important;}#main-search-input{height:50px!important;min-height:50px!important;line-height:50px!important;}#search-container button[aria-label="Search"]{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;}}

#search-container{display:block!important;min-width:0!important;overflow:visible!important;contain:none!important;}
#search-container .sg-search-wrap,#search-container>.relative{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;height:50px!important;min-height:50px!important;overflow:visible!important;}
#main-search-input{height:46px!important;min-height:46px!important;max-height:46px!important;line-height:46px!important;box-sizing:border-box!important;padding-top:0!important;padding-bottom:0!important;padding-left:16px!important;padding-right:54px!important;margin:0!important;display:block!important;}
#search-container .sg-search-button,#search-container button[aria-label="Search"]{position:absolute!important;right:6px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;border-radius:9999px!important;box-sizing:border-box!important;z-index:5!important;}
#search-container .sg-search-button i,#search-container button[aria-label="Search"] i{display:block!important;margin:0!important;padding:0!important;line-height:1!important;font-size:16px!important;transform:none!important;position:static!important;}
.sg-pass-wrap{position:relative!important;width:100%!important;display:block!important;}
.sg-pass-wrap input{height:58px!important;min-height:58px!important;line-height:58px!important;padding-top:0!important;padding-bottom:0!important;padding-right:58px!important;box-sizing:border-box!important;}
.sg-pass-wrap .sg-pass-toggle,.sg-pass-toggle.sg-final-password-eye,.sg-final-password-eye{position:absolute!important;right:12px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;border:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;z-index:8!important;color:#64748b!important;border-radius:9999px!important;box-sizing:border-box!important;}
.sg-pass-wrap .sg-pass-toggle i,.sg-pass-toggle.sg-final-password-eye i,.sg-final-password-eye i{font-size:19px!important;line-height:1!important;margin:0!important;padding:0!important;display:block!important;position:static!important;transform:none!important;}

#search-container .sg-search-wrap,
#search-container > .relative{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  overflow:visible!important;
}
#main-search-input{
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  line-height:46px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  padding-right:54px!important;
  box-sizing:border-box!important;
}
#search-container .sg-search-button,
#search-container button[aria-label="Search"]{
  position:absolute!important;
  right:6px!important;
  left:auto!important;
  top:0!important;
  bottom:0!important;
  transform:none!important;
  margin:auto 0!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  max-width:40px!important;
  max-height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
  border-radius:9999px!important;
  box-sizing:border-box!important;
  z-index:10!important;
}
#search-container .sg-search-button i,
#search-container button[aria-label="Search"] i{
  position:static!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  transform:none!important;
}
.sg-pass-wrap{
  position:relative!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
}
.sg-pass-wrap input{
  width:100%!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  line-height:58px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  padding-right:58px!important;
  box-sizing:border-box!important;
}
.sg-pass-wrap .sg-pass-toggle,
.sg-pass-toggle.sg-final-password-eye,
.sg-final-password-eye{
  position:absolute!important;
  right:12px!important;
  left:auto!important;
  top:0!important;
  bottom:0!important;
  transform:none!important;
  margin:auto 0!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  border:0!important;
  background:transparent!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
  z-index:12!important;
  color:#64748b!important;
  border-radius:9999px!important;
  box-sizing:border-box!important;
}
.sg-pass-wrap .sg-pass-toggle i,
.sg-pass-toggle.sg-final-password-eye i,
.sg-final-password-eye i{
  position:static!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  transform:none!important;
}

/* ================= SubGalleryBD updated clean user refresh/search final CSS lock ================= */
#sg-updated-clean-refresh-ring{position:absolute!important;top:8px!important;left:50%!important;width:36px!important;height:36px!important;border-radius:999px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 8px 24px rgba(15,23,42,.15)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:160!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateX(-50%) translateY(-130%) scale(.92)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;}
#sg-updated-clean-refresh-ring.show{opacity:1!important;visibility:visible!important;}
#sg-updated-clean-refresh-ring span{width:20px!important;height:20px!important;border-radius:999px!important;border:3px solid #e5e7eb!important;border-top-color:var(--primary,#9b2cfa)!important;display:block!important;box-sizing:border-box!important;}
#sg-updated-clean-refresh-ring.loading span{animation:sgUpdatedCleanRefreshSpin .72s linear infinite!important;}
@keyframes sgUpdatedCleanRefreshSpin{to{transform:rotate(360deg)}}
#sg-pull-refresh,.sg-pull-refresh,#sg-native-refresh,#sg-clean-refresh,#sg-clean-pull-refresh,#sg-normal-refresh-clean,#sg-clean-refresh-indicator{font-size:0!important;color:transparent!important;}
#search-container .sg-search-button,#search-container button[aria-label="Search"]{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important;right:7px!important;}
#search-container .sg-search-button i,#search-container button[aria-label="Search"] i{font-size:15px!important;line-height:1!important;}
#main-search-input{padding-right:52px!important;}
@media(min-width:768px){#search-container .sg-search-button,#search-container button[aria-label="Search"]{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important}#search-container .sg-search-button i,#search-container button[aria-label="Search"] i{font-size:15.5px!important}}

html,body,#app-wrapper,#app-content{overscroll-behavior-y:contain!important;scroll-behavior:auto!important;overflow-anchor:none!important;}
#sg-updated-clean-refresh-ring,#sg-native-refresh,#sg-clean-refresh,#sg-pull-refresh,#sg-pull-refresh-clean,#sg-normal-refresh-clean,#sg-clean-refresh-indicator,#sg-clean-pull-refresh,.sg-pull-refresh{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;animation:none!important;transition:none!important;transform:none!important;}
.footer-clean{background:#171421!important;color:#b8bdc8!important;padding:16px 16px 8px!important;margin:0!important;min-height:0!important;height:auto!important;font-size:13px!important;line-height:1.45!important;overflow:hidden!important;}
.footer-clean *{box-sizing:border-box!important;animation:none!important;transition:none!important;transform:none!important;}
.footer-clean-wrap{max-width:760px!important;margin:0 auto!important;padding:0!important;text-align:left!important;min-height:0!important;}
.footer-clean-logo{width:190px!important;max-width:64vw!important;height:auto!important;max-height:72px!important;object-fit:contain!important;display:block!important;margin:0 0 9px 0!important;}
.footer-clean-desc{font-size:13px!important;line-height:1.5!important;letter-spacing:0!important;margin:0 0 10px 0!important;max-width:100%!important;color:#c4c6d0!important;font-weight:500!important;}
.footer-clean-divider{height:1px!important;margin:10px 0 10px!important;background:rgba(255,255,255,.14)!important;}
.footer-clean-desktop-grid{display:block!important;margin:0!important;padding:0!important;}
.footer-clean-section{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin:0!important;padding:0!important;}
.footer-clean-contact{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;color:#b8bdc8!important;text-decoration:none!important;font-size:13px!important;line-height:1.42!important;font-weight:500!important;min-height:0!important;}
.footer-clean-contact i{width:18px!important;min-width:18px!important;margin-top:1px!important;text-align:center!important;color:var(--primary,#9b2cfa)!important;font-size:15px!important;line-height:1.2!important;}
.footer-clean-contact span{display:block!important;min-width:0!important;max-width:100%!important;word-break:break-word!important;overflow-wrap:anywhere!important;}
.footer-clean-contact b{font-weight:400!important;color:#cbd5e1!important;}
.footer-clean-mobile-two{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px 16px!important;margin-top:12px!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.12)!important;}
.footer-clean-links,.footer-clean-cats{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important;margin:0!important;padding:0!important;}
.footer-clean-links button,.footer-clean-cats button{font-size:12px!important;line-height:1.2!important;color:#c4c6d0!important;text-align:left!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;min-height:0!important;}
.footer-clean-pay[src=""],.footer-clean-pay:not([src]){display:none!important;}
.footer-clean-pay{max-height:34px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;margin:10px 0 0!important;display:block!important;}
.footer-clean-bottom{font-size:11px!important;line-height:1.45!important;text-align:center!important;padding:8px 12px 2px!important;margin:8px -16px 0!important;border-top:1px solid rgba(255,255,255,.10)!important;color:#aeb3c0!important;}
.footer-clean-highlight{color:#fff!important;font-weight:800!important;}
#prod-price{display:inline-flex!important;align-items:baseline!important;gap:.28rem!important;white-space:nowrap!important;flex-wrap:nowrap!important;line-height:1.1!important;}
#prod-price .sg-final-original-price,#prod-price .sg-original-price,#prod-price .line-through{font-size:.82rem!important;color:#9ca3af!important;text-decoration:line-through!important;font-weight:800!important;white-space:nowrap!important;display:inline-block!important;line-height:1!important;}
@media(min-width:768px){.footer-clean{padding:22px 28px 10px!important}.footer-clean-wrap{max-width:1080px!important}.footer-clean-logo{width:220px!important;max-height:82px!important}.footer-clean-desc{font-size:14px!important;max-width:620px!important}.footer-clean-desktop-grid{display:grid!important;grid-template-columns:1.2fr .8fr!important;gap:24px!important}.footer-clean-mobile-two{margin-top:0!important;padding-top:0!important;border-top:0!important}.footer-clean-contact{font-size:13px!important}.footer-clean-bottom{margin-left:-28px!important;margin-right:-28px!important}}
@media(max-width:420px){.footer-clean{padding:14px 14px 7px!important}.footer-clean-logo{width:168px!important;max-height:62px!important}.footer-clean-desc,.footer-clean-contact{font-size:12.5px!important}.footer-clean-contact i{font-size:14px!important;width:17px!important;min-width:17px!important}.footer-clean-mobile-two{gap:8px 12px!important}.footer-clean-links button,.footer-clean-cats button{font-size:11.5px!important}.footer-clean-bottom{font-size:10.5px!important;margin-left:-14px!important;margin-right:-14px!important}}

/* Final layout safety: footer below content, centered loader, hidden custom refresh indicators */
#app-wrapper{min-height:100dvh!important;height:100dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
#app-content{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:auto!important}
#sg-pull-refresh,#sg-native-refresh,#sg-clean-refresh,#sg-pull-refresh-clean,#sg-clean-refresh-indicator,#sg-updated-clean-refresh-ring,.sg-pull-refresh{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
#sg-startup-loader{position:fixed!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
#sg-startup-loader .sg-clean-loader-content{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important}
@media(max-width:767px){.footer-clean,.footer-clean,.footer-clean,.footer-clean,.footer-clean,.footer-clean-wrap{position:relative!important;bottom:auto!important;transform:none!important;margin-top:1.5rem!important;max-height:none!important}}

#main-header{min-height:64px!important;height:64px!important;flex:0 0 64px!important;}
#main-header>div{min-height:64px!important;height:64px!important;padding-top:6px!important;padding-bottom:6px!important;}
#main-header [data-sg-logo="main"],#main-header img{height:46px!important;max-height:46px!important;width:auto!important;max-width:122px!important;min-width:0!important;object-fit:contain!important;}
#main-search-input{height:34px!important;min-height:34px!important;line-height:34px!important;padding-top:0!important;padding-bottom:0!important;padding-left:12px!important;padding-right:38px!important;font-size:12px!important;}
#search-container .sg-search-wrap,#search-container>.relative{height:34px!important;min-height:34px!important;}
#search-container .sg-search-button,#search-container button[aria-label="Search"]{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;right:3px!important;}
#search-container .sg-search-button i,#search-container button[aria-label="Search"] i{font-size:12px!important;}
#main-header button[aria-label="Menu"]{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;font-size:19px!important;}
@media(min-width:768px){#main-header{height:84px!important;min-height:84px!important;flex-basis:84px!important;}#main-header>div{height:84px!important;min-height:84px!important;}#main-header [data-sg-logo="main"],#main-header img{height:64px!important;max-height:64px!important;max-width:175px!important;}#main-search-input{height:40px!important;min-height:40px!important;line-height:40px!important;font-size:14px!important;}#search-container .sg-search-wrap,#search-container>.relative{height:40px!important;min-height:40px!important;}#search-container .sg-search-button,#search-container button[aria-label="Search"]{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;right:4px!important;}#search-container .sg-search-button i,#search-container button[aria-label="Search"] i{font-size:13px!important;}#main-header button[aria-label="Menu"]{width:42px!important;height:42px!important;}}
#app-content>.sg-footer-spacer{display:block!important;flex:0 0 auto!important;pointer-events:none!important;}
#app-content>footer,.sg-final-footer,.footer-clean,.footer-clean,.footer-clean,.footer-clean,.footer-clean,.footer-clean{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;flex:0 0 auto!important;z-index:1!important;margin-top:0!important;}

/* Slider autoplay and swipe support */
#slider-track{
  display:flex!important;
  height:100%!important;
  width:100%!important;
  transform:translateX(0);
  transition:transform .45s ease!important;
  will-change:transform;
  touch-action:pan-y;
}
#slider-track > *{
  width:100%!important;
  min-width:100%!important;
  flex:0 0 100%!important;
}
#slider-track img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  -webkit-user-drag:none;
  user-select:none;
}
#slider-track.sg-slider-dragging{
  transition:none!important;
}

/* ================= SubGalleryBD clean slider reliability CSS ================= */
#slider-track{
  display:flex!important;
  height:100%!important;
  width:100%!important;
  transform:translate3d(0,0,0);
  transition:transform .45s ease!important;
  will-change:transform!important;
  touch-action:pan-y!important;
  cursor:grab;
}
#slider-track.sg-slider-dragging{transition:none!important;cursor:grabbing;}
#slider-track>*{width:100%!important;min-width:100%!important;flex:0 0 100%!important;}
#slider-track img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;-webkit-user-drag:none!important;user-select:none!important;}

/* ================= SubGalleryBD clean hard slider movement fix ================= */
#app-content #slider-track,
#slider-track.sg-clean-slider-track{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  will-change:transform!important;
  touch-action:pan-y!important;
  transform:translate3d(0,0,0)!important;
}
#app-content #slider-track > *,
#slider-track.sg-clean-slider-track > *{
  flex:0 0 100%!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:100%!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
#app-content #slider-track img,
#slider-track.sg-clean-slider-track img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  -webkit-user-drag:none!important;
  user-select:none!important;
}
#slider-track.sg-clean-dragging{cursor:grabbing!important;transition:none!important;}

/* ================= SubGalleryBD clean permanent no-startup-loader layout source =================
   Built from original SubGallery_BD.zip. app.js is unchanged.
   Fixes search icon first-paint alignment, footer first-paint layout, and closed support hitbox.
*/
#search-container{display:block!important;min-width:0!important;overflow:visible!important;contain:none!important;}
#search-container .sg-search-wrap,#search-container > .relative{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;height:36px!important;min-height:36px!important;overflow:visible!important;box-sizing:border-box!important;}
#main-search-input{box-sizing:border-box!important;display:block!important;width:100%!important;height:36px!important;min-height:36px!important;line-height:36px!important;padding-top:0!important;padding-bottom:0!important;padding-right:42px!important;margin:0!important;vertical-align:middle!important;}
#search-container .sg-search-button,#search-container button[aria-label="Search"]{position:absolute!important;top:50%!important;right:4px!important;bottom:auto!important;left:auto!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;border-radius:9999px!important;box-sizing:border-box!important;z-index:10!important;}
#search-container .sg-search-button i,#search-container button[aria-label="Search"] i{display:block!important;position:static!important;line-height:1!important;margin:0!important;padding:0!important;font-size:12px!important;transform:none!important;}
@media(min-width:768px){#search-container .sg-search-wrap,#search-container > .relative{height:40px!important;min-height:40px!important;}#main-search-input{height:40px!important;min-height:40px!important;line-height:40px!important;padding-right:46px!important;}#search-container .sg-search-button,#search-container button[aria-label="Search"]{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;right:4px!important;}#search-container .sg-search-button i,#search-container button[aria-label="Search"] i{font-size:13px!important;}}

/* Footer: keep contact rows left-aligned and keep both footer link/category columns visible on first paint. */
.footer-clean,.footer-clean{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:visible!important;box-sizing:border-box!important;contain:none!important;}
.footer-clean *,.footer-clean *{box-sizing:border-box!important;}
.footer-clean-wrap,.footer-clean-wrap{width:100%!important;min-height:0!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;text-align:left!important;justify-items:stretch!important;align-items:start!important;}
.footer-clean-desktop-grid,.footer-clean-grid{width:100%!important;max-width:100%!important;min-width:0!important;text-align:left!important;align-items:start!important;justify-items:stretch!important;}
.footer-clean-section,.footer-clean-section{min-width:0!important;max-width:100%!important;text-align:left!important;align-items:flex-start!important;justify-self:stretch!important;}
.footer-clean-contact,.footer-clean-contact-row,.footer-clean-contact{display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;text-align:left!important;white-space:normal!important;}
.footer-clean-contact i,.footer-clean-contact-row>i,.footer-clean-contact i{flex:0 0 18px!important;width:18px!important;min-width:18px!important;max-width:18px!important;text-align:center!important;margin-top:1px!important;}
.footer-clean-contact span,.footer-clean-contact-row span,.footer-clean-contact span{display:block!important;min-width:0!important;max-width:100%!important;text-align:left!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
.footer-clean-mobile-two,.footer-clean-link-section,.footer-clean-cat-section{visibility:visible!important;opacity:1!important;min-width:0!important;}
.footer-clean-links,.footer-clean-cats,.footer-clean-links,.footer-clean-cats{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:5px!important;width:100%!important;min-width:0!important;max-width:100%!important;visibility:visible!important;opacity:1!important;text-align:left!important;}
.footer-clean-links button,.footer-clean-cats button,.footer-clean-links button,.footer-clean-cats button{display:block!important;width:auto!important;max-width:100%!important;min-width:0!important;text-align:left!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
@media(max-width:767px){.footer-clean-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:.65rem 1rem!important;}.footer-clean-contact-section{grid-column:1/-1!important;}.footer-clean-link-section{grid-column:1!important;}.footer-clean-cat-section{grid-column:2!important;}.footer-clean-mobile-two{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px 14px!important;align-items:start!important;justify-items:start!important;}}
@media(min-width:768px){.footer-clean-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;gap:22px!important;}.footer-clean-desktop-grid{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)!important;gap:24px!important;}}

/* Closed support menu must not leave an invisible click/scroll-blocking column. */
#help-widget-container{pointer-events:none!important;}
#help-widget-container > button{pointer-events:auto!important;}
#help-widget-container:not(.widget-open) #help-menu,#help-widget-container:not(.widget-open) #help-menu *{pointer-events:none!important;visibility:hidden!important;opacity:0!important;}
#help-widget-container:not(.widget-open) #help-menu{height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
#help-widget-container.widget-open #help-menu,#help-widget-container.widget-open #help-menu *{pointer-events:auto!important;visibility:visible!important;opacity:1!important;}

/* SubGalleryBD Final User Stability CSS - 2026-06-12 */
#sg-startup-loader,#sg-clean-startup-shield,.sg-clean-full-loader,.sg-clean-transition-loader,.sg-clean-route-loader,.sg-clean-page-loader,.sg-clean-page-loader,.sg-clean-loader-overlay,.sg-clean-loader{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
html,body,#app-wrapper,#app-content{scroll-behavior:auto!important;overflow-anchor:none!important;}
#app-content{overscroll-behavior-y:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;}
#slider-track,#slider-track>*{background:#fff!important;backface-visibility:hidden!important;}
#slider-track img{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;background:#fff!important;backface-visibility:hidden!important;transform:translateZ(0)!important;}

/* SubGalleryBD no-jump instant catalog CSS clean - 2026-06-12 */
#sg-startup-loader,#sg-clean-startup-shield,.sg-clean-full-loader,.sg-clean-transition-loader,.sg-clean-route-loader,.sg-clean-page-loader,.sg-clean-page-loader,.sg-clean-loader-overlay,.sg-clean-loader,.sg-clean-loading,.sg-clean-center-loader{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;animation:none!important;transition:none!important;transform:none!important;}
html,body,#app-wrapper,#app-content{scroll-behavior:auto!important;overflow-anchor:none!important;}
#app-content{overscroll-behavior-y:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;}
.sgbd-hero-slider,#app-content .relative.overflow-hidden:has(#slider-track){background:#f8fafc!important;contain:layout paint!important;}
#slider-track,#slider-track>*{background:#f8fafc!important;backface-visibility:hidden!important;}
#slider-track img{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;background:#f8fafc!important;backface-visibility:hidden!important;transform:translateZ(0)!important;color:transparent!important;}
#app-content .reveal-card,#app-content .reveal-card.show{opacity:1!important;transform:none!important;animation:none!important;}

/* Clean source final footer label weight correction */
.footer-clean-contact b,.footer-clean-contact-row b{font-weight:400!important;color:#cbd5e1!important;}

html,body,#app-wrapper,#app-content{font-family:'Hind Siliguri','Poppins',sans-serif!important;scroll-behavior:smooth!important;}
#app-content{overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch!important;}
#app-content .reveal-card{opacity:0!important;transform:translateY(20px) scale(.985)!important;transition:opacity .48s ease,transform .48s cubic-bezier(.16,1,.3,1)!important;}
#app-content .reveal-card.show,#app-content .reveal-card.sg-clean-revealed{opacity:1!important;transform:translateY(0) scale(1)!important;animation:none!important;}
.sg-clean-spinner{animation:sgFinalSpin .75s linear infinite!important;}
@keyframes sgFinalSpin{to{transform:rotate(360deg)}}
#sg-native-refresh{display:flex!important;visibility:visible!important;opacity:0;pointer-events:none!important;}
#sg-native-refresh.show{opacity:1!important;}
.footer-clean-highlight,.footer-clean-highlight{font-weight:400!important;color:var(--primary,#9932CC)!important;text-decoration:none!important;}
.footer-clean-contact b,.footer-clean-contact-row b,.footer-clean-contact b{font-weight:400!important;color:#cbd5e1!important;}

.sgbd-auth-panel{animation:sgProductZoomIn .35s cubic-bezier(.16,1,.3,1) both!important;transform-origin:center top!important;}

/* SubGalleryBD clean final alignment - original-base footer/menu/product reveal */
html,body,#app-wrapper,#app-content{font-family:'Poppins','Hind Siliguri',Arial,sans-serif!important;overflow-anchor:none!important;}
#app-wrapper{min-height:100dvh!important;height:100dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;}
#app-content{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;background:#fff!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:auto!important;}
#app-content>footer,#app-content>.footer-clean,#app-content>.footer-clean,#app-content>.footer-clean{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:100%!important;align-self:stretch!important;flex:0 0 auto!important;margin-top:auto!important;z-index:1!important;}
#sidebar-menu .sg-final-menu-row.sg-login{margin-top:0!important;border-top:0!important;padding-top:.82rem!important;}
#sidebar-menu .sg-final-menu-row+.sg-final-menu-row{margin-top:.35rem!important;}
#app-content .reveal-card{opacity:0!important;transform:translateY(80px) scale(.85)!important;transition:transform 1s cubic-bezier(.22,1,.36,1),opacity 1s cubic-bezier(.22,1,.36,1),box-shadow .3s ease!important;animation:none!important;will-change:transform,opacity!important;}
#app-content .reveal-card.show,#app-content .reveal-card.sg-clean-revealed{opacity:1!important;transform:translateY(0) scale(1)!important;animation:none!important;}
#app-content .reveal-card.show:hover{transform:translateY(-8px) scale(1.02)!important;box-shadow:0 15px 30px rgba(0,0,0,.10)!important;transition:transform .3s ease,box-shadow .3s ease!important;}
@media (prefers-reduced-motion:reduce){#app-content .reveal-card,#app-content .reveal-card.show{opacity:1!important;transform:none!important;transition:none!important;}}

html,body,#app-wrapper,#app-content{font-family:'Poppins','Hind Siliguri',Arial,sans-serif!important;}
#app-wrapper{min-height:100dvh!important;height:100dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;}
#app-content{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;background:#fff!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:auto!important;scroll-behavior:smooth!important;}
#app-content>.sg-footer-flex-spacer{flex:1 0 auto!important;min-height:0!important;pointer-events:none!important;}
#app-content>footer,#app-content>.footer-clean,#app-content>.footer-clean,#app-content>.footer-clean{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:100%!important;align-self:stretch!important;flex:0 0 auto!important;margin-top:0!important;z-index:1!important;}
.sgbd-hero-slider{height:170px!important;background:#f8fafc!important;overflow:hidden!important;contain:layout paint!important;display:block!important;}
.sgbd-hero-slider #slider-track{height:100%!important;display:flex!important;}
.sgbd-hero-slider .sgbd-slide{height:100%!important;min-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f8fafc!important;}
.sgbd-hero-slider img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f8fafc!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;}
@media(min-width:768px){.sgbd-hero-slider{height:420px!important;}}
#app-content .reveal-card{opacity:0!important;transform:translateY(62px) scale(.90)!important;transition:opacity .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1),box-shadow .25s ease!important;animation:none!important;will-change:opacity,transform!important;}
#app-content .reveal-card.show,#app-content .reveal-card.sg-clean-revealed{opacity:1!important;transform:translateY(0) scale(1)!important;}
#app-content .reveal-card.show:hover{transform:translateY(-6px) scale(1.015)!important;box-shadow:0 15px 30px rgba(0,0,0,.10)!important;transition:transform .3s ease,box-shadow .3s ease!important;}
.sg-clean-rings{width:62px!important;height:62px!important;}
.sg-clean-ring1{width:62px!important;height:62px!important;}
.sg-clean-ring2{width:46px!important;height:46px!important;top:8px!important;left:8px!important;}
.sg-clean-ring3{width:30px!important;height:30px!important;top:16px!important;left:16px!important;}
.sg-clean-loading-text{font-size:17px!important;letter-spacing:1.4px!important;}
.sg-promo-toggle{display:flex!important;justify-content:center!important;align-items:center!important;margin:10px auto 2px!important;width:max-content!important;max-width:100%!important;font-weight:800!important;}
.sg-promo-box{max-width:360px!important;width:100%!important;margin:7px auto 12px!important;padding:10px!important;border-radius:16px!important;}
.sg-promo-row input{height:38px!important;min-height:38px!important;font-size:12px!important;border-radius:12px!important;}
.sg-promo-btn{height:38px!important;border-radius:12px!important;padding:0 13px!important;font-size:12px!important;}
.footer-clean-highlight,.footer-clean-highlight{font-weight:400!important;color:var(--primary,#9932CC)!important;text-decoration:none!important;}
.footer-clean-contact b,.footer-clean-contact-row b,.footer-clean-contact b{font-weight:400!important;color:#cbd5e1!important;}
.file-box.sg-drag-over{border-color:var(--primary)!important;background:#faf5ff!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent)!important;}
.file-box.sg-uploading{border-color:#3b82f6!important;background:#eff6ff!important;}
.file-box.sg-uploaded{border-color:#10b981!important;background:#ecfdf5!important;}
@media (prefers-reduced-motion:reduce){#app-content .reveal-card,#app-content .reveal-card.show{opacity:1!important;transform:none!important;transition:none!important;}}

/* SubGalleryBD final two-issue fix: slider visibility + footer real bottom */
#app-content .sgbd-hero-slider{display:block!important;visibility:visible!important;opacity:1!important;min-height:170px!important;background:#f8fafc!important;overflow:hidden!important;}
#app-content .sgbd-hero-slider #slider-track{display:flex!important;height:100%!important;width:100%!important;visibility:visible!important;opacity:1!important;}
#app-content .sgbd-hero-slider .sgbd-slide{display:flex!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important;background:#f8fafc!important;}
#app-content .sgbd-hero-slider img,#app-content .sgbd-hero-slider #slider-track img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f8fafc!important;opacity:1!important;visibility:visible!important;filter:none!important;mix-blend-mode:normal!important;}
#app-content>.sg-footer-flex-spacer{display:block!important;flex:0 0 auto!important;pointer-events:none!important;min-height:0!important;}
#app-content>footer,#app-content>.footer-clean,#app-content>.footer-clean,#app-content>.footer-clean{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:100%!important;align-self:stretch!important;flex:0 0 auto!important;margin-top:0!important;z-index:1!important;}
@media(min-width:768px){#app-content .sgbd-hero-slider{min-height:420px!important;}}

/* ================= SubGalleryBD clean source: slider + native-style top refresh ================= */
.sgbd-hero-slider{position:relative!important;overflow:hidden!important;touch-action:pan-y!important;user-select:none!important;}
.sgbd-hero-slider #slider-track{display:flex!important;height:100%!important;width:100%!important;transform:var(--sg-slider-transform,translate3d(0,0,0))!important;transition:transform .45s cubic-bezier(.22,1,.36,1)!important;will-change:transform!important;touch-action:pan-y!important;}
.sgbd-hero-slider #slider-track.sg-slider-dragging{transition:none!important;cursor:grabbing!important;}
.sgbd-hero-slider .sgbd-slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important;height:100%!important;}
.sgbd-hero-slider img{-webkit-user-drag:none!important;user-select:none!important;pointer-events:none!important;object-fit:contain!important;}
#sg-native-refresh{position:absolute!important;left:50%!important;top:58px!important;z-index:140!important;width:36px!important;height:36px!important;border-radius:999px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.20)!important;display:flex!important;align-items:center!important;justify-content:center!important;transform:translateX(-50%) translateY(-72px)!important;opacity:0!important;visibility:visible!important;pointer-events:none!important;transition:opacity .18s ease,transform .18s cubic-bezier(.22,1,.36,1)!important;}
#sg-native-refresh.show{opacity:1!important;transform:translateX(-50%) translateY(0)!important;}
#sg-native-refresh span{width:20px!important;height:20px!important;border-radius:999px!important;border:3px solid #e5e7eb!important;border-top-color:var(--primary,#9b2cfa)!important;display:block!important;}
#sg-native-refresh.show span{animation:sgNativeRefreshSpin .74s linear infinite!important;}
@keyframes sgNativeRefreshSpin{to{transform:rotate(360deg)}}
.sg-payment-alert{transition:opacity .18s ease,transform .18s ease!important;}
.sg-payment-alert:not(.show){display:none!important;}
.sgbd-hero-slider{position:relative!important;overflow:hidden!important;touch-action:pan-y!important;user-select:none!important;cursor:grab!important;background:#f8fafc!important;}
.sgbd-hero-slider.sg-slider-manual-active,.sgbd-hero-slider:active{cursor:grabbing!important;}
.sgbd-hero-slider #slider-track{display:flex!important;flex-wrap:nowrap!important;height:100%!important;min-width:100%!important;width:100%!important;transform:var(--sg-slider-transform,translate3d(0,0,0))!important;transition:transform .45s cubic-bezier(.22,1,.36,1)!important;will-change:transform!important;touch-action:pan-y!important;}
.sgbd-hero-slider #slider-track.sg-slider-dragging{transition:none!important;}
.sgbd-hero-slider .sgbd-slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important;height:100%!important;}
.sgbd-hero-slider img{-webkit-user-drag:none!important;user-select:none!important;pointer-events:none!important;display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f8fafc!important;}

.footer-clean-contact,.footer-clean-contact-row{font-weight:400!important;color:#b8bdc8!important;}
.footer-clean-contact span,.footer-clean-contact-row span{font-weight:400!important;}
.footer-clean-contact b,.footer-clean-contact-row b{font-weight:400!important;color:#cbd5e1!important;}
.footer-clean-contact-link{display:inline!important;width:auto!important;max-width:100%!important;color:#b8bdc8!important;text-decoration:none!important;font-weight:400!important;padding:0!important;margin:0!important;line-height:inherit!important;word-break:break-word!important;overflow-wrap:anywhere!important;}
.footer-clean-contact-link:hover{color:#fff!important;text-decoration:underline!important;}
.footer-clean-pay{display:block!important;width:100%!important;max-width:620px!important;height:auto!important;max-height:none!important;object-fit:contain!important;margin:16px auto 0!important;border-radius:18px!important;background:#fff!important;}

.sg-profile-actions .sg-profile-logout{display:none!important;}
.sg-profile-logout{position:static!important;top:auto!important;right:auto!important;}
.sg-profile-logout-in-settings{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;margin:12px 0 0!important;height:46px!important;border-radius:14px!important;border:1px solid #fecaca!important;background:#fff1f2!important;color:#dc2626!important;font-weight:900!important;font-size:13px!important;box-shadow:none!important;padding:0 14px!important;}
.sg-profile-logout-in-settings i{font-size:14px!important;}
.sg-profile-settings-card .sg-profile-save{margin-bottom:0!important;}

/* SubGalleryBD clean product title source: one line, no wrap, no ellipsis */
.sg-product-card-clean h3.sg-product-name-one-line,
.sg-product-name-one-line{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:1.22em!important;
  line-height:1.18!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.sg-product-name-one-line .sg-product-name-fit{
  display:inline-block!important;
  white-space:nowrap!important;
  transform-origin:left center!important;
  max-width:none!important;
  min-width:0!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.sg-product-card-clean .p-3,
.sg-product-card-clean .md\:p-4{
  min-width:0!important;
  overflow:hidden!important;
}

/* SubGalleryBD clean profile settings page */
.sg-profile-settings-page{min-height:100%;background:#f8fafc;}
.sg-profile-settings-hero{padding:30px 18px 54px!important;}
.sg-profile-settings-hero h2{display:flex;align-items:center;justify-content:center;gap:10px;font-size:23px!important;margin:12px 0 6px!important;}
.sg-profile-settings-full-body{max-width:900px;margin:-34px auto 0;padding:0 16px 32px;position:relative;z-index:2;}
.sg-profile-settings-full-card{max-width:620px;margin:0 auto;padding:20px!important;}
.sg-profile-settings-full-card .sg-photo-wrap{width:max-content;max-width:100%;position:relative;}
@media(min-width:768px){.sg-profile-settings-full-card{padding:26px!important}.sg-profile-settings-full-body{padding-bottom:42px}.sg-profile-settings-page .sg-profile-grid{grid-template-columns:1fr 1fr;}}

/* SubGalleryBD current checkout and header layout source */
#main-header > div{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}
#main-header .sg-logo-home-button,
#main-header button[aria-label="Home"]{
  flex:0 0 clamp(122px,34vw,150px)!important;
  width:clamp(122px,34vw,150px)!important;
  min-width:122px!important;
  height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  position:relative!important;
}
#main-header .sg-header-logo,
#main-header [data-sg-logo="main"]{
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:52px!important;
  max-height:52px!important;
  object-fit:contain!important;
  object-position:left center!important;
  flex:0 0 100%!important;
  visibility:visible!important;
}
#search-container{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:none!important;
}
#main-header button[aria-label="Menu"]{
  flex:0 0 38px!important;
}
@media(max-width:360px){
  #main-header > div{gap:8px!important;padding-left:10px!important;padding-right:10px!important;}
  #main-header .sg-logo-home-button,
  #main-header button[aria-label="Home"]{flex-basis:116px!important;width:116px!important;min-width:116px!important;}
}
@media(min-width:768px){
  #main-header .sg-logo-home-button,
  #main-header button[aria-label="Home"]{flex-basis:178px!important;width:178px!important;min-width:178px!important;height:64px!important;}
  #main-header .sg-header-logo,
  #main-header [data-sg-logo="main"]{height:64px!important;max-height:64px!important;}
}

.pay-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}
.pay-card.sg-pay-method-card{
  min-height:132px!important;
  padding:12px 10px 14px!important;
  gap:8px!important;
  overflow:visible!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  border-radius:18px!important;
  line-height:1!important;
}
.sg-pay-method-logo-box{
  width:100%!important;
  height:76px!important;
  min-height:76px!important;
  flex:0 0 76px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.sg-pay-method-logo-box .sg-pay-method-logo,
.pay-card.sg-pay-method-card img.sg-pay-method-logo{
  width:100%!important;
  max-width:124px!important;
  height:76px!important;
  min-height:76px!important;
  max-height:76px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  flex:0 0 auto!important;
  mix-blend-mode:multiply!important;
  transform:scale(1.22)!important;
  transform-origin:center!important;
}
.sg-pay-method-logo-box i{
  font-size:46px!important;
  color:var(--primary)!important;
  line-height:1!important;
}
.pay-card.sg-pay-method-card .sg-pay-method-name{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#242431!important;
  font-size:clamp(12.5px,3.45vw,14.5px)!important;
  font-weight:900!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
  text-align:center!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media(max-width:360px){
  .pay-card.sg-pay-method-card{min-height:124px!important;padding:10px 8px 12px!important;}
  .sg-pay-method-logo-box{height:70px!important;min-height:70px!important;flex-basis:70px!important;}
  .sg-pay-method-logo-box .sg-pay-method-logo,
  .pay-card.sg-pay-method-card img.sg-pay-method-logo{height:70px!important;min-height:70px!important;max-height:70px!important;max-width:112px!important;transform:scale(1.18)!important;}
  .pay-card.sg-pay-method-card .sg-pay-method-name{font-size:12px!important;letter-spacing:-.045em!important;}
}
@media(min-width:768px){
  .pay-card.sg-pay-method-card{min-height:148px!important;}
  .sg-pay-method-logo-box{height:86px!important;min-height:86px!important;flex-basis:86px!important;}
  .sg-pay-method-logo-box .sg-pay-method-logo,
  .pay-card.sg-pay-method-card img.sg-pay-method-logo{height:86px!important;min-height:86px!important;max-height:86px!important;max-width:148px!important;}
  .pay-card.sg-pay-method-card .sg-pay-method-name{font-size:16px!important;letter-spacing:-.02em!important;}
}

/* Clean source: immutable customer ID display */
.sg-profile-customer-id{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.32);color:#fff;font-size:12px;font-weight:900;backdrop-filter:blur(8px)}
.sg-profile-customer-id b{letter-spacing:.04em}

/* Maintenance page, download app, and no-text image fallback */
.sg-maintenance-only{background:#020716!important;overflow:auto!important;}
.sg-maintenance-page{--sgm-blue:#0077ff;--sgm-deep:#003d91;--sgm-cyan:#00e7ff;--sgm-ice:#b8f8ff;--sgm-wa:#25D366;--sgm-muted:#a8bdd7;--sgm-soft:#7896ba;position:relative;isolation:isolate;min-height:100%;display:flex;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:visible;text-align:center;color:#fff;font-family:'Montserrat','Poppins','Hind Siliguri',system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 50% 8%,rgba(0,231,255,.18) 0%,transparent 34%),radial-gradient(circle at 24% 26%,rgba(0,119,255,.14) 0%,transparent 34%),radial-gradient(circle at 78% 82%,rgba(0,231,255,.10) 0%,transparent 36%),linear-gradient(145deg,#020716 0%,#061a37 48%,#01040d 100%);padding:34px 16px;}
.sg-maintenance-page::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(0,119,255,.12) 0%,transparent 48%),radial-gradient(circle at 70% 80%,rgba(0,231,255,.10) 0%,transparent 50%);animation:sgmAuroraBreath 14s ease-in-out infinite alternate;pointer-events:none;z-index:-3;opacity:.9;}
.sg-maintenance-page::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);background-size:70px 70px;pointer-events:none;z-index:-2;opacity:.16;animation:sgmGridSlide 22s linear infinite;}
.sg-maintenance-bg-orb{position:absolute;border-radius:999px;filter:blur(70px);opacity:.45;pointer-events:none;z-index:-1}.sgm-orb-one{width:280px;height:280px;left:-110px;top:8%;background:rgba(0,231,255,.22)}.sgm-orb-two{width:320px;height:320px;right:-120px;bottom:4%;background:rgba(0,119,255,.24)}
.sg-maintenance-container{position:relative;z-index:1;width:100%;max-width:920px;margin:0 auto;padding:6px 0 0;display:flex;flex-direction:column;align-items:center}.sg-maintenance-container::before{content:"";position:absolute;inset:-40px;background:radial-gradient(circle,rgba(0,119,255,.12) 0%,transparent 65%);pointer-events:none;z-index:-1;filter:blur(65px);opacity:.72;}
.sgm-live-badge{display:inline-flex;align-items:center;gap:14px;background:rgba(255,255,255,.075);border:1px solid rgba(184,248,255,.28);border-radius:60px;padding:11px 34px;backdrop-filter:blur(16px);box-shadow:0 14px 38px -10px rgba(0,119,255,.55),0 0 35px rgba(0,231,255,.14),inset 0 1px 0 rgba(255,255,255,.24);margin-bottom:2.8rem;animation:sgmPremiumFloat 5s ease-in-out infinite}.sgm-live-badge span:last-child{font-size:.96rem;font-weight:700;letter-spacing:6px;text-transform:uppercase;color:#fff;text-shadow:0 0 14px rgba(0,231,255,.24)}.sgm-dot{width:12px;height:12px;background:var(--sgm-cyan);border-radius:50%;box-shadow:0 0 10px var(--sgm-cyan),0 0 22px var(--sgm-cyan),0 0 42px rgba(0,231,255,.72);animation:sgmSmoothPulse 2.2s infinite ease-in-out;position:relative;flex:0 0 auto}.sgm-dot::after{content:"";position:absolute;top:-7px;left:-7px;width:26px;height:26px;border:1px solid rgba(0,231,255,.72);border-radius:50%;animation:sgmCleanPing 2.4s infinite ease-out}
.sgm-heading{font-size:clamp(2.4rem,6.5vw,4rem);font-weight:200;line-height:1.05;margin:0 0 .7rem;letter-spacing:-3px;animation:sgmFadeInUp .9s cubic-bezier(.16,1,.3,1) forwards;opacity:0;text-shadow:0 0 26px rgba(255,255,255,.08)}.sgm-heading span{background:linear-gradient(90deg,#fff 0%,var(--sgm-cyan) 34%,var(--sgm-blue) 70%,#fff 100%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:300;display:block;animation:sgmTextShine 4s linear infinite;filter:drop-shadow(0 0 18px rgba(0,231,255,.26))}.sgm-subheading{font-size:clamp(1.15rem,3vw,1.4rem);font-weight:400;color:var(--sgm-muted);max-width:640px;margin:0 auto 3rem;line-height:1.55;animation:sgmFadeInUp .9s cubic-bezier(.16,1,.3,1) .18s forwards;opacity:0}
.sgm-countdown{display:flex;align-items:center;justify-content:center;gap:clamp(8px,2.2vw,20px);flex-wrap:nowrap;margin-bottom:2.8rem;width:100%;max-width:790px;padding:18px 26px;border-radius:70px;background:rgba(255,255,255,.055);border:1px solid rgba(184,248,255,.20);backdrop-filter:blur(20px);box-shadow:0 24px 58px -22px rgba(0,0,0,.62),0 0 45px rgba(0,119,255,.18),inset 0 1px 0 rgba(255,255,255,.18);position:relative;overflow:hidden;animation:sgmFadeInUp .9s cubic-bezier(.16,1,.3,1) .34s forwards,sgmTimerGlow 4s ease-in-out infinite;opacity:0}.sgm-countdown::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,transparent 34%,rgba(255,255,255,.20) 48%,rgba(0,231,255,.18) 52%,transparent 66%,transparent 100%);transform:translateX(-120%);animation:sgmCleanSweep 5s ease-in-out infinite;pointer-events:none}.sgm-count-box{background:transparent;border:0;border-radius:0;width:auto;min-width:clamp(58px,12vw,120px);padding:0;box-shadow:none;position:relative;z-index:2;transition:transform .35s ease,filter .35s ease}.sgm-count-box:hover{transform:translateY(-3px);filter:brightness(1.16)}.sgm-count-box:not(:last-child)::after{content:":";position:absolute;top:50%;right:clamp(-17px,-1.5vw,-9px);transform:translateY(-52%);color:var(--sgm-cyan);font-size:clamp(1.7rem,4.5vw,3.25rem);font-weight:300;text-shadow:0 0 18px rgba(0,231,255,.9);animation:sgmColonPulse 1.6s ease-in-out infinite}.sgm-count-number{font-size:clamp(2.15rem,6.2vw,3.9rem);font-weight:300;line-height:1;letter-spacing:-4px;margin-bottom:5px;color:#fff;text-shadow:0 0 12px rgba(255,255,255,.18),0 0 28px rgba(0,231,255,.34)}.sgm-count-label{font-size:clamp(.56rem,1.4vw,.73rem);font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--sgm-ice);text-shadow:0 0 14px rgba(0,231,255,.28)}
.sgm-live-until{font-size:1.02rem;font-weight:700;letter-spacing:6px;text-transform:uppercase;color:var(--sgm-cyan);margin:0 0 2.8rem;text-shadow:0 0 18px rgba(0,231,255,.34);animation:sgmFadeInUp .9s cubic-bezier(.16,1,.3,1) .52s forwards;opacity:0}.sgm-divider{width:100%;max-width:380px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,231,255,.52),transparent);box-shadow:0 0 18px rgba(0,231,255,.24);margin:0 auto 3rem}.sgm-contact-text{font-size:1.12rem;font-weight:400;color:var(--sgm-muted);max-width:480px;margin:0 auto 2rem;line-height:1.6;animation:sgmFadeInUp .9s cubic-bezier(.16,1,.3,1) .66s forwards;opacity:0}.sgm-wa-button{display:inline-flex!important;align-items:center;justify-content:center;gap:14px;background:linear-gradient(135deg,#1fc45e,var(--sgm-wa),#49ef86);color:#fff!important;font-size:1.28rem;font-weight:700;padding:19px 46px;border-radius:60px;text-decoration:none!important;box-shadow:0 16px 38px -8px rgba(37,211,102,.68),0 0 0 7px rgba(37,211,102,.20),inset 0 1px 0 rgba(255,255,255,.26);transition:transform .32s cubic-bezier(.4,0,.2,1),box-shadow .32s ease;margin-bottom:1.6rem;position:relative;overflow:hidden;animation:sgmFadeInUp .9s cubic-bezier(.16,1,.3,1) .78s forwards,sgmWhatsappGlow 3.2s ease-in-out infinite;opacity:0}.sgm-wa-button:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 24px 48px -8px rgba(37,211,102,.78),0 0 0 10px rgba(37,211,102,.25),inset 0 1px 0 rgba(255,255,255,.32)}.sgm-wa-button i{font-size:1.85rem}.sgm-wa-button::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,transparent 35%,rgba(255,255,255,.34) 50%,transparent 65%,transparent 100%);transform:translateX(-120%);animation:sgmButtonSweep 4s ease-in-out infinite}.sgm-wa-button span,.sgm-wa-button i{position:relative;z-index:1}.sgm-reply-text{font-size:.79rem;font-weight:600;letter-spacing:4.5px;text-transform:uppercase;color:var(--sgm-soft);margin:0 0 3.5rem;animation:sgmFadeInUp .9s cubic-bezier(.16,1,.3,1) .9s forwards;opacity:0}.sgm-footer{display:flex;flex-direction:column;align-items:center;gap:14px}.sgm-footer span{width:72px;height:2px;background:linear-gradient(90deg,transparent,var(--sgm-cyan),transparent);box-shadow:0 0 14px rgba(0,231,255,.5)}.sgm-footer p{font-size:.86rem;font-weight:500;letter-spacing:1.5px;color:var(--sgm-soft);margin:0}.sgm-footer b{color:var(--sgm-cyan);font-weight:700;text-shadow:0 0 14px rgba(0,231,255,.32)}
.sg-download-app-icon{width:82px;height:82px;border-radius:28px;background:#f3e8ff;color:var(--primary,#9b2cfa);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:34px}.sg-download-app-card h1{font-size:28px;line-height:1.15;font-weight:950;color:#111827;margin:0 0 12px}.sg-download-app-card p{font-size:14px;line-height:1.8;color:#64748b;font-weight:700;margin:0 0 18px}
@keyframes sgmFadeInUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes sgmSmoothPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.58;transform:scale(.86)}}@keyframes sgmCleanPing{0%{transform:scale(.8);opacity:.85}100%{transform:scale(2.15);opacity:0}}@keyframes sgmPremiumFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes sgmAuroraBreath{0%{opacity:.72;transform:scale(1)}100%{opacity:1;transform:scale(1.04)}}@keyframes sgmGridSlide{from{background-position:0 0,0 0}to{background-position:70px 70px,70px 70px}}@keyframes sgmTextShine{from{background-position:0% center}to{background-position:220% center}}@keyframes sgmTimerGlow{0%,100%{box-shadow:0 24px 58px -22px rgba(0,0,0,.62),0 0 40px rgba(0,119,255,.17),inset 0 1px 0 rgba(255,255,255,.18)}50%{box-shadow:0 26px 62px -20px rgba(0,0,0,.64),0 0 58px rgba(0,231,255,.24),inset 0 1px 0 rgba(255,255,255,.23)}}@keyframes sgmCleanSweep{0%,42%{transform:translateX(-120%);opacity:0}55%{opacity:1}78%,100%{transform:translateX(120%);opacity:0}}@keyframes sgmColonPulse{0%,100%{opacity:1}50%{opacity:.45}}@keyframes sgmWhatsappGlow{0%,100%{box-shadow:0 16px 38px -8px rgba(37,211,102,.68),0 0 0 7px rgba(37,211,102,.20),inset 0 1px 0 rgba(255,255,255,.26)}50%{box-shadow:0 21px 46px -8px rgba(37,211,102,.82),0 0 0 10px rgba(37,211,102,.25),inset 0 1px 0 rgba(255,255,255,.32)}}@keyframes sgmButtonSweep{0%,48%{transform:translateX(-120%)}76%,100%{transform:translateX(120%)}}
@media(max-width:640px){.sg-maintenance-page{padding:28px 14px}.sgm-countdown{gap:7px;padding:15px 13px;border-radius:34px}.sgm-count-box{min-width:55px}.sgm-count-number{font-size:2rem;letter-spacing:-2px}.sgm-count-label{font-size:.54rem;letter-spacing:1.8px}.sgm-count-box:not(:last-child)::after{right:-8px;font-size:1.5rem}.sgm-live-badge{padding:10px 22px}.sgm-live-badge span:last-child{font-size:.78rem;letter-spacing:3.5px}.sgm-live-until{font-size:.8rem;letter-spacing:3.2px}.sgm-wa-button{width:100%;max-width:330px;padding:18px 24px;font-size:1.08rem}.sgm-heading{letter-spacing:-2px}.sgm-reply-text{letter-spacing:4px}}
@media(max-width:380px){.sgm-countdown{padding:14px 8px}.sgm-count-box{min-width:49px}.sgm-count-number{font-size:1.7rem}.sgm-count-label{font-size:.49rem;letter-spacing:1.4px}.sgm-count-box:not(:last-child)::after{right:-7px;font-size:1.35rem}}
@media(prefers-reduced-motion:reduce){.sg-maintenance-page *,.sg-maintenance-page::before,.sg-maintenance-page::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}}
.sg-download-app-page{min-height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:24px;}
.sg-download-app-card{width:min(520px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:28px;box-shadow:0 20px 60px rgba(15,23,42,.08);padding:28px 22px;text-align:center;}
img[src="/assets/image-placeholder.svg"]{object-fit:cover!important;background:#f3f4f6!important;}

/* App install success popup */



.sg-clean-suggest-grid .sg-suggest-visible-card,
.sg-clean-suggest-grid .reveal-card{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  pointer-events:auto!important;
}
.sg-total-line.discount{color:#475569!important;}
.sg-total-line.discount span:last-child{color:#475569!important;font-weight:900!important;}
.sg-checkout-customer-form{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;}
.sg-order-note-input{min-height:96px!important;resize:vertical!important;line-height:1.55!important;}
.sg-pay-method-logo-box{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;}
.sg-pay-method-logo-box .sg-pay-method-logo,
.pay-card.sg-pay-method-card img.sg-pay-method-logo{display:block!important;margin-left:auto!important;margin-right:auto!important;object-fit:contain!important;object-position:center center!important;}

@media(min-width:768px){
  #app-content > .checkout,
  #app-content > .checkout.page-zoom{padding:30px 24px 42px!important;}
  #app-content > .checkout > .shell{width:min(100%,860px)!important;max-width:860px!important;margin-left:auto!important;margin-right:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:18px!important;align-items:stretch!important;}
  #app-content > .checkout > .shell > .cardx{width:100%!important;max-width:none!important;margin:0!important;padding:25px!important;border-radius:28px!important;border:1px solid rgba(226,232,240,.96)!important;box-shadow:0 16px 46px rgba(15,23,42,.07)!important;}
  #app-content > .checkout > .shell > #order-form-btn{width:100%!important;max-width:none!important;margin:0!important;min-height:56px!important;border-radius:18px!important;}
  .sg-checkout-customer-card,.checkout .cardx:has(.sg-checkout-customer-form){max-width:none!important;width:100%!important;}
  .sg-checkout-customer-form{max-width:none!important;width:100%!important;margin:0!important;gap:14px!important;}
  .sg-checkout-customer-form .inputx{height:52px!important;border-radius:18px!important;background:#fbfcff!important;}
  .sg-checkout-customer-form textarea.inputx,.sg-order-note-input{height:auto!important;min-height:124px!important;}
  .sg-customer-header-row,.cardx>.font-black.mb-3{font-size:18px!important;letter-spacing:-.02em!important;margin-bottom:17px!important;}
  .sum-row{border-radius:20px!important;padding:15px!important;gap:14px!important;background:#fbfcff!important;}
  .sum-row img{width:64px!important;height:64px!important;border-radius:16px!important;}
  .qty-btn{width:30px!important;height:30px!important;border-radius:10px!important;}
  .del-btn{width:40px!important;height:40px!important;border-radius:14px!important;}
  .grand-total{font-size:30px!important;}
  .sg-promo-toggle{min-height:44px!important;color:var(--primary)!important;}
  .pay-grid{width:100%!important;max-width:820px!important;margin:0 auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;justify-items:stretch!important;align-items:stretch!important;}
  .pay-card.sg-pay-method-card{width:100%!important;max-width:none!important;min-height:198px!important;padding:26px 24px!important;border-radius:30px!important;display:grid!important;grid-template-rows:1fr auto!important;place-items:center!important;gap:16px!important;border:1px solid #e6ebf4!important;background:#fff!important;box-shadow:0 14px 36px rgba(15,23,42,.06)!important;}
  .sg-pay-method-logo-box{width:100%!important;height:112px!important;min-height:112px!important;flex-basis:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;}
  .sg-pay-method-logo-box .sg-pay-method-logo,.pay-card.sg-pay-method-card img.sg-pay-method-logo{width:auto!important;min-width:0!important;max-width:min(76%,230px)!important;height:auto!important;min-height:0!important;max-height:94px!important;transform:none!important;transform-origin:center!important;margin:0 auto!important;}
  .pay-card.sg-pay-method-card .sg-pay-method-name{width:100%!important;margin:0!important;text-align:center!important;font-size:18px!important;line-height:1.25!important;letter-spacing:-.025em!important;color:#1f2937!important;white-space:normal!important;word-break:normal!important;}
  .sg-profile-body{grid-template-columns:1fr!important;max-width:840px!important;width:min(100%,840px)!important;margin-left:auto!important;margin-right:auto!important;justify-items:center!important;}
  .sg-profile-card{width:min(100%,760px)!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important;padding:25px!important;border-radius:28px!important;}
  .sg-profile-hero{padding-top:46px!important;padding-bottom:72px!important;}
  .sg-profile-hero .sg-profile-img,.sg-profile-hero .sg-profile-empty{margin-left:auto!important;margin-right:auto!important;}
  .sg-order-card{max-width:660px!important;margin-left:auto!important;margin-right:auto!important;}
}

/* Desktop demo layout clean source */
.sg-desktop-top-nav{display:none!important;}
@media(min-width:1024px){
  html,body{background:linear-gradient(135deg,#f7f4ff 0%,#edf5ff 52%,#ffffff 100%)!important;}
  body{min-width:0!important;}
  #app-wrapper{max-width:1440px!important;width:min(100%,1440px)!important;border-left:1px solid rgba(15,23,42,.06)!important;border-right:1px solid rgba(15,23,42,.06)!important;box-shadow:0 30px 90px rgba(15,23,42,.10)!important;background:#fff!important;}
  #main-header{background:rgba(255,255,255,.95)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(226,232,240,.92)!important;box-shadow:0 12px 34px rgba(15,23,42,.06)!important;}
  #main-header>div{max-width:1280px!important;margin:0 auto!important;padding:16px 34px!important;gap:22px!important;min-height:92px!important;}
  #main-header .sg-logo-home-button,#main-header button[aria-label="Home"]{flex:0 0 198px!important;width:198px!important;min-width:198px!important;height:66px!important;justify-content:flex-start!important;}
  #main-header .sg-header-logo,#main-header [data-sg-logo="main"]{height:66px!important;max-height:66px!important;object-position:left center!important;}
  #search-container{max-width:420px!important;flex:1 1 360px!important;}
  #search-container.sg-force-hide{display:none!important;}
  .sg-search-wrap{max-width:420px!important;margin:0!important;}
  #main-search-input{height:48px!important;border-radius:999px!important;border-color:#e3e8f2!important;box-shadow:inset 0 1px 0 rgba(15,23,42,.02),0 8px 22px rgba(15,23,42,.04)!important;background:#fbfcff!important;font-size:14px!important;font-weight:700!important;}
  .sg-search-button{width:38px!important;height:38px!important;box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 28%,transparent)!important;}
  .sg-desktop-top-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important;}
  .sg-desktop-top-nav .nav-item{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:0 14px!important;border-radius:999px!important;color:#475569!important;background:transparent!important;border:1px solid transparent!important;font-size:13px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;}
  .sg-desktop-top-nav .nav-item i{font-size:14px!important;line-height:1!important;}
  .sg-desktop-top-nav .nav-item:hover,.sg-desktop-top-nav .nav-item.active{background:var(--soft)!important;border-color:color-mix(in srgb,var(--primary) 20%,#e5e7eb)!important;color:var(--primary)!important;transform:translateY(-1px)!important;}
  .sg-desktop-cart-link .cart-badge{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:22px!important;height:22px!important;margin-left:0!important;padding:0 7px!important;border-radius:999px!important;background:#ef4444!important;color:#fff!important;font-size:11px!important;font-weight:950!important;line-height:1!important;}
  .sg-desktop-cart-link .cart-badge.is-empty{display:none!important;}
  #main-header button[aria-label="Menu"]{display:none!important;}
  #bottom-nav{display:none!important;}
  #help-widget-container{bottom:34px!important;right:calc((100% - min(100%,1440px))/2 + 34px)!important;}
  #app-content{background:linear-gradient(180deg,#f8fafc 0%,#f6f8fd 48%,#ffffff 100%)!important;}

  #app-content>.sgbd-hero-slider{width:min(calc(100% - 68px),1180px)!important;margin:30px auto 0!important;border-radius:32px!important;border:1px solid rgba(226,232,240,.92)!important;box-shadow:0 24px 60px rgba(15,23,42,.10)!important;background:#fff!important;overflow:hidden!important;}
  #app-content>section{width:min(calc(100% - 68px),1180px)!important;margin-left:auto!important;margin-right:auto!important;}
  #app-content>section>div:first-child{padding-left:0!important;padding-right:0!important;margin-top:42px!important;margin-bottom:20px!important;border-bottom:0!important;}
  #app-content>section>div:first-child h2{font-size:28px!important;letter-spacing:-.035em!important;}
  #app-content>section>div:last-child{padding-left:0!important;padding-right:0!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;margin-bottom:44px!important;}
  #app-content>.page-zoom.bg-white,#app-content>.page-zoom.p-4,#app-content>.page-zoom.md\:p-8{width:min(calc(100% - 68px),1180px)!important;margin:0 auto!important;padding:34px 0 44px!important;background:transparent!important;}
  #app-content .grid.grid-cols-2.md\:grid-cols-4.lg\:grid-cols-5{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;}
  #shop-products-section{border-bottom:0!important;margin-top:12px!important;margin-bottom:20px!important;}
  #shop-products-section h2{font-size:26px!important;font-weight:950!important;letter-spacing:-.035em!important;}

  .sg-product-card-clean{border-radius:24px!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 12px 34px rgba(15,23,42,.065)!important;background:#fff!important;overflow:hidden!important;transform:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;}
  .sg-product-card-clean:hover{transform:translateY(-5px)!important;box-shadow:0 24px 50px rgba(15,23,42,.12)!important;border-color:color-mix(in srgb,var(--primary) 22%,#e5e7eb)!important;}
  .sg-product-card-clean>div:first-child{height:210px!important;background:#f8fafc!important;}
  .sg-product-card-clean img{transition:transform .22s ease!important;}
  .sg-product-card-clean:hover img{transform:scale(1.035)!important;}
  .sg-product-card-clean h3{font-size:16px!important;line-height:1.35!important;min-height:44px!important;}
  .sg-product-card-clean .text-primary{font-size:18px!important;}
  .sg-clean-suggest-grid{grid-template-columns:repeat(3,minmax(250px,1fr))!important;gap:24px!important;min-height:auto!important;max-width:940px!important;margin-left:auto!important;margin-right:auto!important;}
  .sg-clean-suggest-grid .sg-product-card-clean,.sg-clean-suggest-grid .reveal-card{opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;min-height:0!important;}
  .sg-suggest-wrap{margin-top:30px!important;padding-top:28px!important;}
  .sg-suggest-wrap h3{font-size:24px!important;margin-bottom:18px!important;letter-spacing:-.03em!important;text-align:left!important;max-width:940px!important;margin-left:auto!important;margin-right:auto!important;}

  .product-page-clean,.sg-final-product-page,.sg-product-page-clean{width:min(calc(100% - 68px),1120px)!important;margin:34px auto!important;background:#fff!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:32px!important;box-shadow:0 24px 70px rgba(15,23,42,.10)!important;overflow:hidden!important;}
  .product-page-clean{gap:34px!important;padding:34px!important;}
  .product-left-clean{width:48%!important;max-width:48%!important;flex:0 0 48%!important;}
  .product-right-clean{padding:4px 0!important;}
  .product-photo-box{border-radius:28px!important;min-height:360px!important;background:#f8fafc!important;}
  .product-photo-box img{max-height:560px!important;}
  .pkg{height:58px!important;border-radius:18px!important;}

  #app-content>.checkout:not(.sg-empty-cart-page){padding:36px 34px 56px!important;display:block!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.shell{margin-left:auto!important;margin-right:auto!important;align-items:stretch!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.sg-cart-shell{width:min(100%,900px)!important;max-width:900px!important;display:grid!important;grid-template-columns:1fr!important;gap:22px!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.sg-cart-shell>.cardx{width:100%!important;max-width:none!important;margin:0!important;padding:30px!important;border-radius:32px!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 18px 52px rgba(15,23,42,.075)!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.sg-cart-shell>#order-form-btn{width:100%!important;max-width:none!important;margin:0!important;min-height:58px!important;border-radius:18px!important;font-size:16px!important;box-shadow:0 18px 34px color-mix(in srgb,var(--primary) 24%,transparent)!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.sg-payment-shell{width:min(100%,1120px)!important;max-width:1120px!important;display:grid!important;grid-template-columns:1fr!important;gap:26px!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.sg-payment-shell>.cardx{width:100%!important;max-width:none!important;margin:0!important;padding:32px!important;border-radius:32px!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 18px 52px rgba(15,23,42,.075)!important;}
  .sg-checkout-customer-form{max-width:none!important;margin:0!important;grid-template-columns:1fr!important;gap:16px!important;}
  .sg-checkout-customer-form .inputx{height:54px!important;border-radius:18px!important;font-size:15px!important;background:#fbfcff!important;}
  .sg-checkout-customer-form textarea.inputx,.sg-order-note-input{height:auto!important;min-height:132px!important;}
  .sg-customer-header-row,.cardx>.font-black.mb-3{font-size:20px!important;letter-spacing:-.025em!important;margin-bottom:20px!important;}
  .sum-row{border-radius:22px!important;padding:16px!important;gap:16px!important;background:#fbfcff!important;}
  .sum-row img{width:66px!important;height:66px!important;border-radius:16px!important;}
  .qty-btn{width:31px!important;height:31px!important;border-radius:10px!important;}
  .del-btn{width:42px!important;height:42px!important;border-radius:14px!important;}
  .grand-total{font-size:32px!important;}
  .sg-promo-toggle{min-height:44px!important;}
  .pay-grid{width:100%!important;max-width:960px!important;margin:0 auto!important;grid-template-columns:repeat(2,minmax(330px,1fr))!important;gap:26px!important;justify-items:stretch!important;align-items:stretch!important;}
  .pay-card.sg-pay-method-card{min-height:220px!important;max-width:none!important;width:100%!important;padding:30px 28px!important;border-radius:30px!important;border-width:1px!important;display:grid!important;grid-template-rows:1fr auto!important;place-items:center!important;gap:18px!important;box-shadow:0 14px 38px rgba(15,23,42,.06)!important;}
  .pay-card.sg-pay-method-card:hover{transform:translateY(-4px)!important;box-shadow:0 24px 54px rgba(15,23,42,.11)!important;border-color:color-mix(in srgb,var(--primary) 22%,#e5e7eb)!important;}
  .sg-pay-method-logo-box{width:100%!important;height:130px!important;min-height:130px!important;flex-basis:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;}
  .sg-pay-method-logo-box .sg-pay-method-logo,.pay-card.sg-pay-method-card img.sg-pay-method-logo{width:auto!important;min-width:0!important;max-width:min(72%,270px)!important;height:auto!important;min-height:0!important;max-height:108px!important;object-position:center center!important;transform:none!important;transform-origin:center!important;margin:0 auto!important;}
  .pay-card.sg-pay-method-card .sg-pay-method-name{font-size:20px!important;line-height:1.25!important;letter-spacing:-.03em!important;text-align:center!important;}

  .sg-profile-page{background:linear-gradient(180deg,#f8fafc,#ffffff)!important;}
  .sg-profile-hero{width:min(calc(100% - 68px),1180px)!important;margin:32px auto 0!important;border-radius:36px!important;padding:54px 28px 86px!important;box-shadow:0 24px 70px color-mix(in srgb,var(--primary) 24%,transparent)!important;}
  .sg-profile-hero h2{font-size:32px!important;letter-spacing:-.04em!important;}
  .sg-profile-hero p{font-size:15px!important;}
  .sg-profile-img,.sg-profile-empty{width:96px!important;height:96px!important;font-size:42px!important;}
  .sg-profile-back{left:28px!important;top:28px!important;width:48px!important;height:48px!important;}
  .sg-profile-settings{right:28px!important;top:28px!important;width:48px!important;height:48px!important;}
  .sg-profile-body{width:min(calc(100% - 68px),920px)!important;max-width:920px!important;margin:-54px auto 0!important;padding:0 0 52px!important;display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;}
  .sg-profile-card{width:min(100%,760px)!important;max-width:760px!important;margin:0 auto!important;padding:28px!important;border-radius:30px!important;box-shadow:0 20px 54px rgba(15,23,42,.09)!important;}
  .sg-profile-card h3{font-size:20px!important;margin-bottom:20px!important;}
  .sg-order-list{display:grid!important;gap:16px!important;}
  .sg-order-card{max-width:660px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;border-radius:24px!important;}
  .sg-empty-orders{min-height:120px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:24px!important;}
  .sg-profile-settings-full-body{width:min(calc(100% - 68px),920px)!important;max-width:920px!important;}
  .sg-profile-settings-full-card{width:min(100%,720px)!important;max-width:720px!important;padding:30px!important;border-radius:30px!important;}

  .sgbd-empty-state,.sg-empty-orders,.empty-state{background:#fff!important;border:1px dashed #d8e0ec!important;box-shadow:0 12px 30px rgba(15,23,42,.045)!important;color:#94a3b8!important;}
  .modal-box{border-radius:30px!important;}
  .main-btn:hover,.copy-btn:hover{filter:brightness(1.03)!important;transform:translateY(-1px)!important;}

  .footer-clean{background:#11101a!important;color:#cbd5e1!important;padding-top:44px!important;margin-top:28px!important;}
  .footer-clean-wrap{width:min(calc(100% - 68px),1180px)!important;max-width:1180px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(280px,1.1fr) minmax(0,1.5fr)!important;gap:34px!important;align-items:start!important;}
  .footer-clean-logo{grid-column:1!important;width:240px!important;max-width:240px!important;margin:0 0 16px!important;}
  .footer-clean-desc{grid-column:1!important;max-width:430px!important;font-size:14px!important;line-height:1.8!important;}
  .footer-clean-divider{display:none!important;}
  .footer-clean-desktop-grid{grid-column:2!important;display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)!important;gap:28px!important;margin:0!important;}
  .footer-clean-mobile-two{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;}
  .footer-clean-pay{grid-column:1 / -1!important;max-width:520px!important;margin:18px auto 0!important;border-radius:22px!important;}
  .footer-clean-bottom{margin-top:34px!important;padding:20px 24px!important;text-align:center!important;background:rgba(255,255,255,.035)!important;}
}
@media(min-width:1280px){
  #app-content>section>div:last-child,#app-content .grid.grid-cols-2.md\:grid-cols-4.lg\:grid-cols-5{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .sg-clean-suggest-grid{grid-template-columns:repeat(3,minmax(260px,1fr))!important;max-width:980px!important;}
}


/* SubGallery BD desktop payment, checkout frame, suggested grid, and maintenance full-screen source */
.payment-entry.hidden{display:none!important;}
.payment-entry{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.62);display:flex;align-items:stretch;justify-content:center;overflow-y:auto;padding:0;}
.payment-entry .sg-payment-entry-box{width:100%;max-width:520px;min-height:100dvh;background:#fff;padding:20px;overflow-y:auto;border-radius:0;box-shadow:none;}
.payment-entry .sg-payment-entry-box #pay-logo{display:block;margin:0 auto;object-position:center center;}
.payment-entry .copy-box{border-radius:16px;}

html.sg-maintenance-mode,body.sg-maintenance-mode{width:100%!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;background:#020716!important;}
body.sg-maintenance-mode #app-wrapper{position:relative!important;width:100%!important;max-width:none!important;min-height:100dvh!important;height:auto!important;overflow:visible!important;background:#020716!important;z-index:9990!important;}
body.sg-maintenance-mode #main-header,
body.sg-maintenance-mode #bottom-nav,
body.sg-maintenance-mode #sidebar,
body.sg-maintenance-mode #sidebar-overlay{display:none!important;pointer-events:none!important;}
body.sg-maintenance-mode #app-content{position:relative!important;width:100%!important;min-height:100dvh!important;height:auto!important;overflow:visible!important;background:#020716!important;z-index:9991!important;}
body.sg-maintenance-mode #app-content>.sg-maintenance-page{min-height:100dvh!important;width:100%!important;padding:calc(30px + env(safe-area-inset-top,0px)) 16px calc(110px + env(safe-area-inset-bottom,0px))!important;}
body.sg-maintenance-mode #help-widget-container{position:fixed!important;right:18px!important;bottom:18px!important;z-index:10050!important;display:flex!important;}
body.sg-maintenance-mode .footer-clean,body.sg-maintenance-mode footer{display:none!important;}
.sg-maintenance-page{min-height:100dvh!important;overflow-x:hidden!important;overflow-y:visible!important;}
.sgm-wa-button{position:relative;z-index:3;}

.sg-clean-suggest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
@media(min-width:768px){
  .sg-clean-suggest-grid{grid-template-columns:repeat(3,minmax(260px,1fr))!important;gap:24px!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important;align-items:stretch!important;}
  .sg-clean-suggest-grid .reveal-card:nth-child(n+10){display:none!important;}
}

.sg-total-line.discount,.sg-total-line.discount span{color:#475569!important;font-weight:800!important;}

@media(min-width:768px){
  #app-content>.checkout:not(.sg-empty-cart-page){padding:40px 34px 60px!important;display:block!important;min-height:calc(100dvh - 92px)!important;background:#f4f7fb!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.shell{margin-left:auto!important;margin-right:auto!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.sg-cart-shell{width:min(100%,980px)!important;max-width:980px!important;}
  #app-content>.checkout:not(.sg-empty-cart-page)>.sg-payment-shell{width:min(100%,1080px)!important;max-width:1080px!important;}
  .sg-desktop-frame{width:100%!important;margin:0 auto!important;padding:26px!important;border:1px solid #dfe7f2!important;border-radius:34px!important;background:rgba(255,255,255,.58)!important;box-shadow:0 26px 70px rgba(15,23,42,.075)!important;display:grid!important;grid-template-columns:1fr!important;gap:24px!important;}
  .sg-desktop-frame>.cardx{margin:0!important;width:100%!important;max-width:none!important;border-radius:28px!important;border:1px solid rgba(226,232,240,.96)!important;box-shadow:0 16px 42px rgba(15,23,42,.055)!important;background:#fff!important;}
  .sg-cart-frame>.cardx{padding:30px!important;}
  .sg-cart-frame>#order-form-btn{margin:0!important;width:100%!important;min-height:58px!important;border-radius:18px!important;font-size:16px!important;}
  .sg-checkout-customer-card,.sg-selected-products-card{max-width:none!important;}
  .sg-checkout-customer-form{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;width:100%!important;max-width:none!important;margin:0!important;}
  .sg-checkout-customer-form .inputx{height:56px!important;border-radius:18px!important;}
  .sg-checkout-customer-form textarea.inputx,.sg-order-note-input{min-height:142px!important;height:auto!important;}

  .sg-payment-frame{padding:30px!important;max-width:1080px!important;}
  .sg-payment-frame>.cardx{padding:32px!important;}
  .sg-payment-method-card-wrap{overflow:visible!important;}
  .pay-grid{width:100%!important;max-width:920px!important;margin:0 auto!important;grid-template-columns:repeat(2,minmax(340px,1fr))!important;gap:26px!important;place-items:stretch!important;}
  .pay-card.sg-pay-method-card{min-height:218px!important;padding:32px 28px!important;border-radius:30px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:18px!important;}
  .sg-pay-method-logo-box{width:100%!important;height:126px!important;min-height:126px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;padding:0!important;margin:0 auto!important;text-align:center!important;}
  .sg-pay-method-logo-box .sg-pay-method-logo,.pay-card.sg-pay-method-card img.sg-pay-method-logo{display:block!important;width:auto!important;min-width:0!important;max-width:250px!important;height:auto!important;min-height:0!important;max-height:104px!important;margin:0 auto!important;object-fit:contain!important;object-position:center center!important;transform:translateX(6%)!important;transform-origin:center center!important;}
  .pay-card.sg-pay-method-card .sg-pay-method-name{width:100%!important;text-align:center!important;font-size:20px!important;line-height:1.25!important;margin:0!important;}

  .payment-entry{position:static!important;inset:auto!important;z-index:auto!important;background:transparent!important;display:block!important;overflow:visible!important;padding:0!important;margin:0!important;}
  .payment-entry.hidden{display:none!important;}
  .payment-entry .sg-payment-entry-box{width:100%!important;max-width:none!important;min-height:0!important;max-height:none!important;border-radius:28px!important;padding:32px!important;border:1px solid rgba(226,232,240,.96)!important;box-shadow:0 16px 42px rgba(15,23,42,.055)!important;background:#fff!important;overflow:visible!important;}
  .payment-entry .copy-box{border-radius:22px!important;padding:18px!important;}
  .payment-entry .sg-payment-field-grid{gap:16px!important;}
  .payment-entry .file-box{min-height:124px!important;border-radius:22px!important;}
  .payment-entry .main-btn{min-height:58px!important;border-radius:18px!important;font-size:16px!important;}
}

@media(max-width:767px){
  body.sg-maintenance-mode #help-widget-container{right:14px!important;bottom:14px!important;}
  body.sg-maintenance-mode #app-content>.sg-maintenance-page{padding-bottom:100px!important;}
}

/* Clean maintenance page rebuild: scroll-friendly on mobile and desktop */
@media(max-width:640px){
  html.sg-maintenance-mode,body.sg-maintenance-mode{height:auto!important;overflow-y:auto!important;}
  body.sg-maintenance-mode #app-content>.sg-maintenance-page{align-items:flex-start!important;justify-content:flex-start!important;padding-top:calc(24px + env(safe-area-inset-top,0px))!important;padding-left:14px!important;padding-right:14px!important;padding-bottom:112px!important;}
  .sg-maintenance-container{padding-top:0!important;}
  .sgm-heading{font-size:clamp(2.35rem,12vw,4.1rem)!important;line-height:1.02!important;margin-top:10px!important;}
  .sgm-subheading{font-size:clamp(1rem,4.6vw,1.35rem)!important;line-height:1.55!important;}
  .sgm-countdown{width:100%!important;max-width:620px!important;overflow:visible!important;}
}
@media(min-width:900px){
  body.sg-maintenance-mode #app-content>.sg-maintenance-page{padding-top:54px!important;padding-bottom:54px!important;}
}

.sg-managed-page{background:#fff;min-height:100%;padding:2rem 1rem 0;position:relative}.sg-managed-shell{max-width:900px;margin:0 auto;min-height:45vh}.sg-managed-shell h1{font-size:1.55rem;line-height:1.2;font-weight:900;color:#242431;text-align:center;margin:0 0 1.35rem}.sg-managed-content{font-size:.96rem;line-height:1.75;color:#4b5563;word-break:break-word}.sg-managed-content:empty{min-height:32vh}.sg-managed-content h1,.sg-managed-content h2,.sg-managed-content h3{color:#242431;font-weight:900;line-height:1.25;margin:1.1rem 0 .55rem}.sg-managed-content p{margin:.65rem 0}.sg-managed-content ul,.sg-managed-content ol{padding-left:1.4rem;margin:.75rem 0}.sg-managed-content img{max-width:100%;height:auto;border-radius:16px;display:block;margin:1rem auto}.sg-managed-content a{color:var(--primary,#9932CC);font-weight:800;text-decoration:none}.sg-managed-content table{width:100%;border-collapse:collapse;margin:1rem 0;overflow:hidden;border-radius:14px}.sg-managed-content th,.sg-managed-content td{border:1px solid #e5e7eb;padding:.75rem;text-align:left}@media(min-width:768px){.sg-managed-page{padding-top:3rem}.sg-managed-shell h1{font-size:2rem}}

/* Managed HTML pages render as clean standalone content without title wrapper */
.sg-managed-page.sg-managed-html-page{background:#fff!important;min-height:100%!important;padding:0!important;position:relative!important;overflow:hidden!important}.sg-managed-html-frame{display:block;width:100%;min-height:calc(100vh - 132px);border:0;background:#fff;overflow:hidden}.sg-managed-html-page + .footer-clean,.sg-managed-html-page ~ .footer-clean{display:none!important}

/* Customer feedback slider */
.sg-review-section{background:#fff;padding:16px 12px 6px;margin:0 auto;max-width:980px;width:100%;box-sizing:border-box;}
.sg-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;}
.sg-review-title{min-width:0;}
.sg-review-head span{display:block;color:var(--primary,#9b2cfa);font-size:23px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;line-height:1.05;margin:0;}
.sg-review-count{display:inline-flex;align-items:center;gap:6px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 6px 18px rgba(194,65,12,.07);}
.sg-review-count i{font-size:14px;}
.sg-review-slider{overflow:hidden;border-radius:30px;padding:2px;margin:0 -2px;box-sizing:border-box;}
.sg-review-track{display:flex;transition:transform .45s cubic-bezier(.22,.7,.32,1);will-change:transform;align-items:stretch;}
.sg-review-card{position:relative;box-sizing:border-box;min-width:100%;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 48%,rgba(247,239,255,.94) 100%);border:1.5px solid rgba(218,226,238,.98);border-radius:28px;padding:13px 14px 14px;box-shadow:0 18px 38px rgba(91,33,182,.12),inset 0 1px 0 rgba(255,255,255,.92),inset 0 0 0 1px rgba(255,255,255,.72);display:flex;flex-direction:column;justify-content:flex-start;}
.sg-review-glow{position:absolute!important;inset:-42px -58px auto auto!important;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle,rgba(168,85,247,.16),rgba(168,85,247,0) 68%);pointer-events:none;z-index:0;}
.sg-review-card::after{content:"";position:absolute;inset:0;border:1px solid rgba(218,226,238,.98);border-radius:inherit;pointer-events:none;z-index:2;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);}
.sg-review-card>:not(.sg-review-glow){position:relative;z-index:1;}
.sg-review-user{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:0 0 13px;min-height:58px;}
.sg-review-user-info{min-width:0;}
.sg-review-user b{display:block;color:#0f172a;font-size:20px;font-weight:950;line-height:1.08;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sg-review-user small{display:inline-flex;align-items:center;gap:6px;color:#111827;font-size:12.5px;font-weight:850;line-height:1.15;margin-top:5px;white-space:nowrap;}
.sg-review-user small i{color:#22c55e;font-size:15px;filter:drop-shadow(0 3px 6px rgba(34,197,94,.18));}
.sg-review-photo{width:58px;height:58px;border-radius:999px;overflow:hidden;background:#f1f5f9;border:3px solid rgba(255,255,255,.96);box-shadow:0 8px 22px rgba(15,23,42,.13);flex:0 0 auto;}
.sg-review-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.sg-review-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9b2cfa;background:#f3e8ff;font-size:22px;}
.sg-review-stars{display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#e2e8f0;font-size:30px;line-height:1;white-space:nowrap;}
.sg-review-stars .active{color:#f6b21a;filter:drop-shadow(0 4px 7px rgba(246,178,26,.24));}
.sg-review-message{position:relative;color:#111827;font-size:14.5px;font-weight:700;line-height:1.5;white-space:pre-wrap;margin:0 2px 13px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.sg-review-product{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;background:rgba(255,255,255,.97);border:1px solid #edf2f7;border-radius:24px;padding:10px;box-shadow:0 12px 24px rgba(15,23,42,.07);}
.sg-review-product-img{width:62px;height:62px;border-radius:18px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#94a3b8;flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(226,232,240,.9);}
.sg-review-product-img img{width:100%;height:100%;object-fit:cover;display:block;}
.sg-review-product-info{min-width:0;}
.sg-review-product b{display:block;color:#0f172a;font-size:16px;font-weight:950;line-height:1.16;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px;}
.sg-review-product span{display:block;color:#6b7280;font-size:12.5px;font-weight:850;line-height:1.22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sg-review-completed{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;column-gap:7px;row-gap:1px;color:#15803d;background:#ecfdf5;border:1px solid #86efac;border-radius:17px;padding:8px 11px;font-size:12px;font-weight:950;line-height:1.04;white-space:nowrap;box-shadow:0 8px 18px rgba(22,163,74,.09);}
.sg-review-completed i{grid-row:1/3;font-size:18px;color:#16a34a;}
.sg-review-completed span{display:block;color:#15803d;font-size:12px;font-weight:950;line-height:1.05;white-space:nowrap;overflow:visible;text-overflow:clip;}
.sg-review-dots{display:flex;align-items:center;justify-content:center;gap:7px;margin:10px 0 2px;}
.sg-review-dots button{width:7px;height:7px;border:0;border-radius:999px;background:#d8dce7;transition:.22s;}
.sg-review-dots button.active{width:24px;background:var(--primary,#9b2cfa);}
.sg-review-request-box{margin:14px 0 0;background:linear-gradient(135deg,#fff,#faf7ff);border:1px solid #ece7f8;border-radius:24px;padding:16px;box-shadow:0 14px 30px rgba(88,28,135,.08);}
.sg-review-request-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px;}
.sg-review-request-head b{display:block;color:#111827;font-size:18px;font-weight:950;line-height:1.15;}
.sg-review-request-textarea{width:100%;min-height:124px;border:1px solid #e5e7eb;border-radius:18px;padding:14px 15px;outline:none;background:#fff;color:#111827;font-size:14.5px;font-weight:750;line-height:1.5;resize:vertical;margin-bottom:12px;box-sizing:border-box;}
.sg-review-request-textarea:focus{border-color:var(--primary,#9b2cfa);box-shadow:0 0 0 3px rgba(155,44,250,.12);}
.sg-review-request-submit{height:46px;border-radius:16px;font-size:14px;}
.sg-review-empty-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;background:linear-gradient(135deg,#fff,#f7f0ff);border:1.5px solid #e2e8f0;border-radius:28px;padding:28px 16px;color:#64748b;box-shadow:0 14px 30px rgba(91,33,182,.08);}
.sg-review-empty-box i{font-size:32px;color:#f6b21a;}
.sg-review-empty-box b{color:#111827;font-size:16px;font-weight:950;}
.sg-review-empty-box span{font-size:12px;font-weight:750;}
@media(max-width:640px){
  .sg-review-section{padding:14px 10px 4px;}
  .sg-review-head{margin-bottom:10px;}
  .sg-review-head span{font-size:20px;letter-spacing:.035em;}
  .sg-review-count{font-size:10.5px;padding:6px 8px;}
  .sg-review-slider{border-radius:26px;}
  .sg-review-card{border-radius:24px;padding:12px;}
  .sg-review-user{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin:0 0 11px;min-height:50px;}
  .sg-review-stars{grid-column:3/4;grid-row:1/3;align-self:center;justify-content:flex-end;font-size:29px;gap:5px;margin:0;}
  .sg-review-photo{width:50px;height:50px;border-width:3px;}
  .sg-review-user b{font-size:17px;}
  .sg-review-user small{font-size:11.5px;margin-top:3px;}
  .sg-review-message{font-size:13.5px;line-height:1.42;margin-bottom:10px;-webkit-line-clamp:4;}
  .sg-review-product{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;border-radius:19px;}
  .sg-review-product-img{width:52px;height:52px;border-radius:15px;}
  .sg-review-product b{font-size:14px;}
  .sg-review-product span{font-size:12px;}
  .sg-review-completed{grid-column:3/4;justify-self:end;border-radius:15px;padding:7px 8px;column-gap:6px;min-width:92px;}
  .sg-review-completed i{font-size:15px;}
  .sg-review-completed span{font-size:10.5px;}
  .sg-review-dots{margin-top:9px;}
  .sg-review-request-box{border-radius:22px;padding:13px;}
  .sg-review-request-head b{font-size:17px;}
  .sg-review-request-textarea{min-height:114px;font-size:14px;}
  .sg-review-request-submit{height:44px;}
}
@media(max-width:420px){
  .sg-review-head{gap:8px;}
  .sg-review-head span{font-size:19px;letter-spacing:.025em;}
  .sg-review-count{font-size:10px;padding:6px 7px;}
  .sg-review-user{gap:8px;}
  .sg-review-stars{font-size:28px;gap:4.5px;}
  .sg-review-product{grid-template-columns:auto minmax(0,1fr) auto;gap:7px;}
  .sg-review-product-img{width:50px;height:50px;}
  .sg-review-completed{grid-column:3/4;justify-self:end;margin-top:0;min-width:88px;padding:7px 7px;}
  .sg-review-completed span{font-size:10px;}
  .sg-review-request-box{padding:12px;}
  .sg-review-request-textarea{min-height:110px;}
}
@media(max-width:360px){
  .sg-review-head span{font-size:17px;}
  .sg-review-count{font-size:9.5px;padding:5px 6px;}
  .sg-review-stars{font-size:25px;gap:3.5px;}
  .sg-review-user b{font-size:15.5px;}
  .sg-review-user small{font-size:10.5px;}
  .sg-review-product-img{width:46px;height:46px;}
  .sg-review-product b{font-size:13px;}
  .sg-review-product span{font-size:11px;}
  .sg-review-completed{min-width:78px;padding:6px;}
  .sg-review-completed i{font-size:13px;}
  .sg-review-completed span{font-size:9px;}
  .sg-review-request-submit{font-size:13px;}
}


/* Review stars final size tuning */
.sg-review-stars{font-size:32px!important;gap:7px!important;}
@media(max-width:640px){.sg-review-stars{font-size:31px!important;gap:5.5px!important;}}
@media(max-width:430px){.sg-review-stars{font-size:29px!important;gap:4px!important;}}
@media(max-width:360px){.sg-review-stars{font-size:27px!important;gap:3px!important;}}
