.cost-est{--ce-bg:#f1f3f5;--ce-surface:#fff;--ce-surface-2:#f8f9fa;--ce-primary:#4263eb;--ce-primary-dark:#364fc7;--ce-text:#212529;--ce-muted:#6c757d;--ce-border:#dee2e6;--ce-error:#e03131;--ce-radius:12px;--ce-green:#0b241c;--ce-green-card:#143528;--ce-green-elevated:#1a3d30;--ce-gold:#d4af37;--ce-gold-bright:#f9e076;--ce-gold-muted:#b8962e;width:100%}.admin-page--cost-est{width:100%;max-width:100%}@media (min-width:900px){.admin-page--cost-est{width:60%;max-width:60%}}.cost-est__field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:560px){.cost-est__field-row{grid-template-columns:1fr}}.cost-est__save-bar{background:var(--ce-surface);border:1px solid var(--ce-border);border-radius:var(--ce-radius);flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:16px;padding:14px;display:flex}.cost-est__save-bar .cost-est__field{flex:1;min-width:180px;margin-bottom:0}.cost-est__history-list{margin:0;padding:0;list-style:none}.cost-est__history-item{border:1px solid var(--ce-border);background:var(--ce-surface);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:12px;display:flex}.cost-est__history-meta{color:var(--ce-muted);font-size:.8125rem}.cost-est__history-actions{flex-wrap:wrap;gap:8px;display:flex}.cost-est__header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.cost-est__header h2{color:#111;margin:0;font-size:1.125rem;font-weight:600}.cost-est__date{color:var(--ce-muted);font-size:.8125rem}.cost-est__tabs{gap:8px;margin-bottom:16px;display:flex}.cost-est__tabs button{border:1px solid var(--ce-border);background:var(--ce-surface);color:var(--ce-muted);cursor:pointer;border-radius:8px;flex:1;padding:10px 12px;font-size:.9rem}.cost-est__tabs button.is-active{background:var(--ce-primary);border-color:var(--ce-primary);color:#fff;font-weight:600}.cost-est__totals{background:var(--ce-primary-dark);border-radius:var(--ce-radius);color:#fff;margin-bottom:16px;padding:16px}.cost-est__totals-label{color:#ffffffd9;font-size:.85rem}.cost-est__totals-value{margin-top:4px;font-size:1.75rem;font-weight:700}.cost-est__row{border-top:1px solid #ffffff26;justify-content:space-between;padding:6px 0;font-size:.9rem;display:flex}.cost-est__row:first-child{border-top:none}.cost-est__section{background:var(--ce-surface);border-radius:var(--ce-radius);border:1px solid var(--ce-border);margin-bottom:16px;padding:16px}.cost-est__section h3{color:var(--ce-primary);margin:0 0 12px;font-size:.95rem;font-weight:600}.cost-est__field{margin-bottom:12px}.cost-est__field:last-child{margin-bottom:0}.cost-est__field label{color:var(--ce-muted);margin-bottom:6px;font-size:.8rem;display:block}.cost-est__field input,.cost-est__field select{border:1px solid var(--ce-border);background:var(--ce-surface-2);width:100%;color:var(--ce-text);border-radius:8px;padding:12px;font-size:1rem}.cost-est__field.is-invalid input{border-color:var(--ce-error)}.cost-est__error{color:var(--ce-error);margin-top:4px;font-size:.75rem;display:none}.cost-est__field.is-invalid .cost-est__error{display:block}.cost-est__layout{flex-direction:column;gap:0;display:flex}@media (min-width:720px){.cost-est__layout.is-two-col{flex-direction:row;align-items:flex-start;gap:16px}.cost-est__layout.is-two-col>.cost-est__col{flex:1;min-width:0}}.cost-est__diamond{background:var(--ce-surface-2);border:1px solid var(--ce-border);border-radius:10px;margin-bottom:12px;padding:12px}.cost-est__diamond-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.cost-est__diamond-head h4{margin:0;font-size:.95rem}.cost-est__diamond-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cost-est__btn-row{flex-wrap:wrap;gap:10px;margin:8px 0 16px;display:flex}.cost-est__btn-row.is-stack{flex-direction:column}.cost-est button.cost-est__btn{cursor:pointer;border:none;border-radius:8px;padding:12px 16px;font-size:.9rem;font-weight:600}.cost-est button.cost-est__btn:disabled{opacity:.45;cursor:not-allowed}.cost-est__btn--primary{background:var(--ce-primary);color:#fff}.cost-est__btn--outline{color:var(--ce-primary);background:0 0;border:1px solid var(--ce-primary)!important}.cost-est__btn--danger{color:var(--ce-error);background:0 0;padding:6px 10px;font-size:.8rem;border:1px solid var(--ce-error)!important}.cost-est__btn--share{color:#fff;background:#c62828;width:100%}.cost-est__btn--share-dark{color:#fff;background:#b71c1c;width:100%}.cost-est__intermediate .cost-est__row{border-top-color:var(--ce-border);color:var(--ce-text)}.cost-est__intermediate .cost-est__row.is-emph{font-weight:600}.cost-est__toast{color:#fff;z-index:100;opacity:0;pointer-events:none;background:#333;border-radius:8px;padding:12px 20px;font-size:.9rem;transition:opacity .25s;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.cost-est__toast.is-show{opacity:1}.cost-est__sheet{z-index:200;background:#0000008c;justify-content:center;align-items:flex-end;padding:16px;display:none;position:fixed;inset:0;overflow:auto}.cost-est__sheet.is-open{display:flex}.cost-est__sheet-card{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;gap:12px;width:min(520px,100%);max-height:92vh;padding:16px;display:flex}.cost-est__sheet-card img{object-fit:contain;background:#f1f3f5;border-radius:8px;width:100%;max-height:55vh}.cost-est__sheet-hint{color:var(--ce-muted);text-align:center;margin:0;font-size:.85rem}.cost-est__capture{z-index:-1;opacity:0;pointer-events:none;position:fixed;top:0;left:0;overflow:visible}.cost-est-share{background:var(--ce-green);color:var(--ce-gold-bright);padding:24px 20px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.cost-est-share.is-standard{width:390px}.cost-est-share.is-complex{width:780px}.cost-est-share__header{text-align:center;color:var(--ce-gold-bright);margin-bottom:16px;font-size:20px;font-weight:700;line-height:1.3}.cost-est-share__date{color:var(--ce-gold-muted);margin-top:4px;font-size:13px;font-weight:500}.cost-est-share__final{background:var(--ce-green-elevated);border:1.5px solid var(--ce-gold);text-align:center;border-radius:14px;padding:16px}.cost-est-share__final .lbl{color:var(--ce-gold-muted);font-size:13px}.cost-est-share__final .val{color:var(--ce-gold-bright);margin-top:4px;font-size:28px;font-weight:700}.cost-est-share__section{background:var(--ce-green-card);border:1px solid #d4af3773;border-radius:12px;margin-top:12px;padding:14px}.cost-est-share__section h3{color:var(--ce-gold);margin:0 0 10px;font-size:14px;font-weight:600}.cost-est-share__row{justify-content:space-between;padding:5px 0;font-size:13px;display:flex}.cost-est-share__row .lbl{color:var(--ce-gold-muted)}.cost-est-share__row .val{color:var(--ce-gold-bright);font-size:14px;font-weight:700}.cost-est-share__field{margin-bottom:8px}.cost-est-share__field .lbl{color:var(--ce-gold-muted);font-size:11px}.cost-est-share__field .val{color:var(--ce-gold-bright);font-size:15px;font-weight:600}.cost-est-share__cols{gap:14px;margin-top:4px;display:flex}.cost-est-share__cols>.col{flex:1;min-width:0}.cost-est-share__diamond{background:var(--ce-green-elevated);border:1px solid #d4af3759;border-radius:10px;margin-bottom:10px;padding:10px}.cost-est-share__diamond h4{color:var(--ce-gold);margin:0 0 8px;font-size:14px}.cost-est-share__inline{gap:8px;display:flex}.cost-est-share__inline>div{flex:1}.cost-est-share__set-cost{color:var(--ce-gold);margin-top:6px;font-size:13px;font-weight:600}.cost-est-detail{color:#1c1b1f;background:#f5f5f5;width:780px;padding:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.cost-est-detail__title{text-align:center;font-size:20px;font-weight:700}.cost-est-detail__date{text-align:center;color:#49454f;margin:2px 0 12px;font-size:12px}.cost-est-detail__total{text-align:center;color:#fff;background:#1565c0;border-radius:12px;margin-bottom:10px;padding:14px}.cost-est-detail__total .lbl{color:#ffffffe6;font-size:12px}.cost-est-detail__total .val{margin-top:4px;font-size:24px;font-weight:700}.cost-est-detail__cols{align-items:flex-start;gap:10px;display:flex}.cost-est-detail__cols>.col{flex:1;min-width:0}.cost-est-detail__section{background:#fff;border-radius:12px;margin-bottom:10px;padding:12px;box-shadow:0 1px 2px #00000014}.cost-est-detail__section h3{color:#1565c0;margin:0 0 8px;font-size:14px;font-weight:600}.cost-est-detail__field{margin-bottom:6px}.cost-est-detail__field .lbl{color:#49454f;font-size:11px}.cost-est-detail__field .val{color:#1c1b1f;font-size:14px;font-weight:600}.cost-est-detail__row{border-top:1px solid #e0e0e0;justify-content:space-between;padding:4px 0;font-size:13px;display:flex}.cost-est-detail__row:first-child{border-top:none}.cost-est-detail__row.is-emph{font-weight:700}.cost-est-detail__diamond{background:#f0f0f0;border-radius:8px;margin-bottom:8px;padding:10px}.cost-est-detail__diamond h4{margin:0 0 6px;font-size:13px}
.admin-page--inventory{width:100%;max-width:100%}.inv-kpi{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.inv-kpi__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:200px;min-width:200px;max-width:320px;padding:16px 18px}.inv-kpi__label{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;font-size:.6875rem;font-weight:600}.inv-kpi__value{color:#032b24;margin-top:6px;font-size:1.5rem;font-weight:700;line-height:1.2}.inv-kpi__meta{color:#6b7280;margin-top:6px;font-size:.75rem}.inv-toolbar{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:16px;display:flex}.inv-toolbar .inv-field{flex:1;min-width:160px}.inv-field label{letter-spacing:.08em;text-transform:uppercase;color:#111827;margin-bottom:4px;font-size:.6875rem;font-weight:700;display:block}.inv-field input,.inv-field select,.inv-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:8px 10px;font-size:.8125rem}.inv-table-wrap{background:#fff;border:1px solid #e5e7eb;overflow-x:auto}.inv-table{border-collapse:collapse;width:100%;font-size:.8125rem}.inv-table th,.inv-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f3f4f6;padding:10px 12px}.inv-table th{letter-spacing:.06em;text-transform:uppercase;color:#6b7280;background:#fafafa;font-size:.6875rem}.inv-badge{border-radius:999px;padding:2px 8px;font-size:.6875rem;font-weight:600;display:inline-block}.inv-badge--linked{color:#047857;background:#ecfdf5}.inv-badge--unlinked{color:#b45309;background:#fffbeb}.inv-badge--instock{color:#047857;background:#ecfdf5}.inv-badge--sold{color:#4b5563;background:#f3f4f6}.inv-link-btn{color:#032b24;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;text-decoration:underline}.inv-modal-backdrop{z-index:50;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.inv-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:440px;padding:20px;box-shadow:0 20px 40px #0000001f}.inv-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px;padding:16px}.inv-tabs{gap:8px;margin-bottom:12px;display:flex}.inv-tabs button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:.8125rem}.inv-tabs button.is-active{color:#fff;background:#032b24;border-color:#032b24;font-weight:600}.inv-picker{background:#fafafa;border:1px solid #e5e7eb;max-height:220px;overflow-y:auto}.inv-picker button{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:12px;width:100%;padding:9px 10px;font-size:.8125rem;display:flex}.inv-picker--order-hits{max-height:280px}.inv-picker--order-hits button{align-items:flex-start;padding:12px 10px}.inv-picker button:hover{background:#f8fafc}.inv-picker-selected{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.inv-readonly{color:#032b24;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;min-height:40px;padding:10px 12px;font-size:.875rem;display:flex}.inv-line-badge{color:#047857;white-space:nowrap;background:#ecfdf5;border-radius:4px;padding:2px 6px;font-size:.6875rem}.inv-holder-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.admin-page--inventory .admin-btn--danger{color:#b91c1c;background:0 0;border:1px solid #b91c1c}.admin-page--inventory .admin-btn--danger:disabled{opacity:.45;cursor:not-allowed}
.header-account-btn{color:var(--header-action-color);justify-content:center;align-items:center;display:flex}.header-account-btn:hover{color:var(--header-nav-text-hover)}
.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header__menu-btn{width:44px;height:44px;color:var(--header-action-color);background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.site-header__menu-lines{display:block}.site-header__mobile-nav{display:none}.header-search-btn{width:40px;height:40px;color:var(--header-action-color);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:none}.mobile-search{z-index:200;position:fixed;inset:0}.mobile-search__backdrop{background:#00000073;position:absolute;inset:0}.mobile-search__panel{z-index:1;background:var(--bg-page);padding:16px;padding-top:max(16px, env(safe-area-inset-top));border-bottom:1px solid var(--color-border-light);position:relative}.mobile-search__head{align-items:center;gap:12px;display:flex}.mobile-search__input{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--bg-card);flex:1;padding:12px 14px;font-size:1rem}.mobile-search__close{width:40px;height:40px;color:var(--header-action-color);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-search__hint{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin:16px 0 8px;font-size:.75rem;font-weight:600}.mobile-search__categories{flex-direction:column;gap:4px;display:flex}.mobile-search__categories a{color:var(--color-text);border-bottom:1px solid var(--color-border-light);padding:12px 0;font-size:.9375rem;font-weight:500}.site-header__drawer-backdrop,.site-header__drawer{display:none}@media (max-width:900px){.site-header__menu-btn{display:flex}.site-header__nav.nav-main,.header-pincode--desktop,.theme-switcher--desktop{display:none}.theme-switcher--mobile{flex-shrink:0;display:inline-flex}.theme-switcher--mobile button{padding:6px 9px;font-size:.5625rem}.site-header__utilities{margin-left:auto}.site-header__inner{flex-wrap:nowrap;row-gap:0}.site-header__drawer-backdrop{z-index:150;background:#00000073;display:block;position:fixed;inset:0}.site-header__drawer{z-index:160;background:var(--bg-page);border-right:1px solid var(--color-border-light);width:min(320px,88vw);padding:16px;padding-top:max(16px, env(safe-area-inset-top));padding-bottom:max(16px, env(safe-area-inset-bottom));box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.site-header__drawer-head{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.site-header__drawer-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:600}.site-header__drawer-close{width:40px;height:40px;color:var(--header-action-color);justify-content:center;align-items:center;display:flex}.site-header__drawer-pincode{border-bottom:1px solid var(--color-border-light);margin-bottom:16px;padding-bottom:16px}.site-header__drawer-pincode .header-pincode{border-right:none;padding-right:0}.site-header__drawer-links{flex-direction:column;flex:1;gap:4px;display:flex}.site-header__drawer-links a{color:var(--header-nav-text);border-bottom:1px solid var(--color-border-light);padding:12px 0;font-size:.9375rem;font-weight:500}.site-header__drawer-theme{border-top:1px solid var(--color-border-light);flex-direction:column;gap:10px;margin-top:24px;padding-top:16px;display:flex}.site-header__drawer-theme .theme-switcher{align-self:flex-start}.site-header__drawer-theme .theme-switcher button{min-width:72px;padding:10px 14px;font-size:.6875rem}.site-header__drawer-theme-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.home-main__body{margin-left:var(--layout-gutter-left);margin-right:var(--layout-gutter-right)}.container{padding-left:16px;padding-right:16px}.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:32px}.footer-newsletter__inner,.site-footer__main-inner{grid-template-columns:1fr!important}.site-footer__trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.site-header__inner{align-items:center;gap:8px;padding-left:12px;padding-right:12px;display:flex}.site-header__start{flex:0 auto;align-items:center;gap:4px;min-width:0;margin-left:-4px;display:flex}.site-header__menu-btn{justify-content:flex-start;width:36px;height:40px;padding-left:0}.site-header__brand{margin-inline:0}.site-header__brand-img{object-position:left center;max-width:min(132px,36vw)}.site-header__utilities{flex-shrink:0;margin-left:auto}.header-search-btn--desktop{display:none!important}.utility-bar__inner,.announcement-bar__inner{gap:8px 16px;padding-top:8px;padding-bottom:8px;font-size:.6875rem}.utility-bar__item:nth-child(n+3),.announcement-bar__item:nth-child(n+3){display:none}.utility-bar__item,.announcement-bar__item{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.site-footer__cols-desktop{display:none}.site-footer__cols-mobile{grid-column:1/-1;display:block}.site-footer__accordion .accordion__panel a{color:var(--color-text-muted);padding:8px 0;font-size:.875rem;display:block}.accordion__chevron{width:16px;height:16px;transition:transform var(--transition)}.accordion__chevron.is-open{transform:rotate(90deg)}.contact-us-fab{bottom:var(--contact-us-fab-bottom);padding:10px 16px;font-size:.75rem;right:16px}body.has-mobile-sticky-bar{--contact-us-fab-bottom:calc(var(--mobile-sticky-offset) + 12px)}body.has-mobile-sticky-bar .contact-us-fab{bottom:var(--contact-us-fab-bottom)}.grid-4,.grid-5{gap:12px}}@media (min-width:768px){.site-footer__cols-mobile{display:none}.site-footer__cols-desktop{display:contents}}@media (max-width:640px){.grid-4,.grid-5,.ugc-row{grid-template-columns:1fr 1fr}.auth-popover{width:auto;right:16px;left:16px!important}.auth-popover__caret{display:none}}

