:root { --ink:#10231d; --ink-soft:#41534c; --forest:#0d2820; --forest-2:#17473a; --sage:#dbe7dc; --mint:#edf5ef; --paper:#f6f7f3; --surface:#fff; --line:#dce3dd; --line-strong:#becbc1; --red:#b6483f; --red-soft:#fff0ed; --gold:#b68842; --shadow:0 18px 50px rgba(18,42,32,.09); --radius:18px; --font:'Avenir Next','Segoe UI',Arial,sans-serif; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:14px} button,input,select{font:inherit} button{cursor:pointer} button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #9ec8b0;outline-offset:2px}[hidden]{display:none!important}a{color:inherit;text-decoration:none}
.eyebrow,.section-kicker{margin:0 0 8px;color:var(--forest-2);font-family:'DM Mono',monospace;font-size:10px;font-weight:500;letter-spacing:.09em;text-transform:uppercase}.brand-mark{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--forest);color:#fff;font-family:'DM Mono',monospace;font-weight:500;font-size:14px;letter-spacing:-.1em}.brand-mark.small{width:38px;height:38px;border-radius:11px;font-size:12px}.wordmark{display:inline-flex;align-items:center;gap:11px;font-size:15px;font-weight:800;letter-spacing:-.03em}.wordmark small{display:block;margin-top:2px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;color:#6d7b74}.primary-button,.secondary-button,.ghost-button,.text-button{border:0;transition:transform .18s ease,background .18s ease,border-color .18s ease}.primary-button{display:inline-flex;justify-content:center;align-items:center;min-height:44px;padding:0 18px;border-radius:12px;background:var(--forest);color:#fff;font-weight:800;box-shadow:0 9px 18px rgba(13,40,32,.16)}.primary-button:hover{background:#174d3d;transform:translateY(-1px)}.primary-button.compact{min-height:36px;padding:0 13px;font-size:12px}.primary-button.wide{width:100%}.secondary-button,.ghost-button{min-height:42px;padding:0 16px;border:1px solid var(--line);background:#fff;border-radius:12px;color:var(--ink);font-weight:800}.secondary-button:hover,.ghost-button:hover{border-color:#90a99a;background:var(--mint)}.text-button{padding:0;background:transparent;color:var(--forest-2);font-weight:800;text-decoration:underline;text-underline-offset:3px}.centered{display:block;margin:14px auto 0}.form-error{min-height:18px;margin:8px 0 0;color:var(--red);font-size:12px;font-weight:700}.pulse{width:8px;height:8px;border-radius:50%;background:#3aa56b;display:inline-block;box-shadow:0 0 0 4px rgba(58,165,107,.12)}

/* Access */
.login-screen{min-height:100svh;display:grid;place-items:center;padding:28px;background:linear-gradient(110deg,#ecf0ea 0%,#f8f9f6 45%,#e7eee8 100%)}.access-shell{width:min(1160px,100%);min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.9);border-radius:28px;box-shadow:0 30px 80px rgba(15,40,30,.12);overflow:hidden}.access-intro{position:relative;display:flex;min-height:650px;flex-direction:column;padding:46px;background:linear-gradient(155deg,#0b281f,#1c4d3e 64%,#9bb49d);color:#fff;overflow:hidden}.access-intro:after{position:absolute;content:'';right:-120px;bottom:-175px;width:470px;height:470px;border:1px solid rgba(255,255,255,.28);border-radius:50%;box-shadow:0 0 0 56px rgba(255,255,255,.06),0 0 0 112px rgba(255,255,255,.04)}.access-intro .wordmark{position:relative;z-index:1}.access-intro .brand-mark{background:#fff;color:var(--forest)}.access-copy{position:relative;z-index:1;margin:auto 0}.access-copy .eyebrow{color:#cbe1d0}.access-copy h1{max-width:520px;margin:0;font-size:clamp(38px,5vw,62px);line-height:1.02;letter-spacing:-.055em}.access-copy p:not(.eyebrow){max-width:460px;margin:22px 0 0;color:#d9e9dd;font-size:16px;line-height:1.7}.access-proof{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:9px}.access-proof span{border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:8px 10px;background:rgba(255,255,255,.07);font-size:11px}.access-proof b{color:#cce7d3}.access-footer{position:relative;z-index:1;margin:28px 0 0;color:#c7ddcc;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.access-panel{align-self:center;width:min(430px,100%);margin:0 auto;padding:48px 35px}.access-panel-head h2{margin:0;font-size:27px;letter-spacing:-.045em}.access-panel-head>p:last-child{margin:11px 0 24px;color:#64746b;line-height:1.6}.access-actions{display:grid;gap:10px}.access-choice{display:flex;align-items:center;gap:13px;width:100%;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:left;color:var(--ink);transition:.18s}.access-choice:hover{transform:translateY(-2px);border-color:#8fad9a;box-shadow:0 9px 22px rgba(20,45,35,.08)}.access-choice.primary-choice{border-color:var(--forest);background:var(--forest);color:#fff}.choice-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#eef5ef;color:var(--forest);font-size:20px}.primary-choice .choice-icon{background:#fff;color:var(--forest)}.access-choice strong,.team-choice strong{display:block;font-size:13px}.access-choice small,.team-choice small{display:block;margin-top:3px;color:#77857d;font-size:11px}.primary-choice small{color:#c9ded0}.access-divider{display:flex;align-items:center;gap:10px;margin:27px 0 15px;color:#829088;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.1em}.access-divider:before,.access-divider:after{content:'';height:1px;flex:1;background:var(--line)}.team-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.team-choice{display:flex;align-items:center;gap:8px;min-width:0;padding:10px;border:1px solid var(--line);background:#fff;border-radius:12px;text-align:left}.team-choice:hover{border-color:#8fad9a;background:var(--mint)}.avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:var(--sage);color:var(--forest);font-family:'DM Mono',monospace;font-size:11px;font-weight:700}.avatar.agency{background:#ede6d5;color:#71561a}

/* Admin workspace */
.app-shell{min-height:100svh;background:#f4f6f2;grid-template-columns:244px minmax(0,1fr)}.app-shell:not([hidden]){display:grid}.admin-sidebar{position:sticky;top:0;height:100svh;display:flex;flex-direction:column;padding:25px 17px;border-right:1px solid var(--line);background:#fff}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:0 9px;color:#52645b;font-size:11px;line-height:1.2}.sidebar-brand b{color:var(--ink);font-size:13px}.sidebar-nav{display:grid;gap:4px;margin-top:48px}.nav-item{display:flex;align-items:center;gap:11px;width:100%;padding:12px 10px;border:0;border-radius:10px;background:transparent;color:#617168;text-align:left;font-size:12px;font-weight:700}.nav-item span{width:19px;color:#96a49d;font-family:'DM Mono',monospace;font-size:9px}.nav-item:hover,.nav-item.active{background:var(--mint);color:var(--forest)}.nav-item.active span{color:var(--forest)}.sidebar-note{display:grid;gap:7px;margin-top:auto;padding:14px;border:1px solid #dceadf;border-radius:14px;background:#f4faf5;color:#486459;font-size:11px}.sidebar-note b{font-size:11px}.sidebar-note small{line-height:1.4;color:#6e8176}.sidebar-user{display:flex;align-items:center;gap:9px;margin-top:17px;padding:11px 9px}.sidebar-user strong,.sidebar-user small{display:block}.sidebar-user strong{font-size:12px}.sidebar-user small{margin-top:3px;color:#78867f;font-size:10px}.sidebar-logout{margin:0 9px;padding:10px 0;border:0;border-top:1px solid var(--line);background:transparent;color:#728078;text-align:left;font-size:11px;font-weight:700}.admin-main{min-width:0;padding:0 34px 45px}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:31px 0 26px}.admin-header h1{margin:0;font-size:26px;letter-spacing:-.05em}.header-actions{display:flex;align-items:center;gap:10px}.connection-badge{padding:7px 10px;border:1px solid #b5d6c0;border-radius:99px;background:#ecf6ef;color:#247148;font-size:10px;font-weight:800}.overview-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.overview-heading h2{margin:0;font-size:17px;letter-spacing:-.04em}.overview-heading p,.section-heading p,.catalog-section-head p{margin:5px 0 0;color:#718078;font-size:12px}.today-label{color:#748079;font-family:'DM Mono',monospace;font-size:10px}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric{min-height:126px;padding:19px;border:1px solid var(--line);border-radius:16px;background:#fff}.metric span{display:block;color:#6a7871;font-size:11px;font-weight:700}.metric strong{display:block;margin:7px 0 3px;font-size:29px;letter-spacing:-.06em}.metric small{color:#849189;font-size:10px}.metric-positive strong{color:#207244}.metric-alert strong{color:var(--red)}.metric-time strong{font-size:19px;letter-spacing:-.04em}.daily-check{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:17px;padding:17px 20px;border:1px solid #c3dfca;border-radius:16px;background:linear-gradient(100deg,#f1faf2,#fff)}.daily-check-copy{display:flex;align-items:center;gap:13px}.daily-symbol{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#dcefe0;color:#27804d;font-weight:800}.daily-check h2{margin:0;font-size:14px}.daily-check p:not(.eyebrow){margin:4px 0 0;color:#63766c;font-size:11px}.management-section{margin-top:31px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-heading h2,.catalog-section-head h2{margin:0;font-size:21px;letter-spacing:-.05em}.round-add{display:none;width:40px;height:40px;border:0;border-radius:50%;background:var(--forest);color:#fff;font-size:24px}.management-toolbar,.catalog-tools{display:grid;grid-template-columns:minmax(220px,1.8fr) repeat(2,minmax(130px,.7fr));gap:10px;margin-top:21px;padding:11px;border:1px solid var(--line);border-radius:13px;background:#fbfcfa}.management-toolbar label,.catalog-tools label{display:block;color:#718078;font-size:10px;font-weight:800}.management-toolbar label>span,.catalog-tools label>span{display:block;margin:0 0 5px}.management-toolbar input,.management-toolbar select,.catalog-tools input,.catalog-tools select{width:100%;height:38px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 10px;color:var(--ink);font-size:12px;outline:none}.search-control input{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin-top:17px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;transition:box-shadow .2s,transform .2s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.look-image{position:relative;display:block;width:100%;aspect-ratio:4/5;border:0;background-color:#e9eeea;background-size:cover;background-position:center;overflow:hidden}.look-image:after{position:absolute;content:'';inset:auto 0 0;height:46%;background:linear-gradient(transparent,rgba(8,22,16,.66));pointer-events:none}.look-code,.view-image-chip{position:absolute;z-index:1;bottom:10px;border-radius:99px;padding:6px 8px;font-size:10px;font-weight:800}.look-code{left:10px;background:#fff;color:var(--ink)}.view-image-chip{right:10px;background:rgba(12,31,23,.86);color:#fff}.card-body{padding:13px}.card-title-row{display:flex;align-items:start;justify-content:space-between;gap:9px}.card-title-row h3{margin:0;font-size:13px;line-height:1.25;letter-spacing:-.025em}.card-meta{margin:4px 0 0;color:#697a71;font-size:10px}.stock-pill{flex:0 0 auto;border-radius:99px;padding:5px 7px;font-size:9px;font-weight:800}.stock-pill.in{background:#e6f3e9;color:#1d7847}.stock-pill.out{background:#fdecea;color:#b6433c}.updated-line{min-height:35px;margin:13px 0;color:#65766d;font-size:10px;line-height:1.45}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.card-actions button{min-width:0;min-height:34px;padding:0 7px;font-size:10px}.stock-action{border:0;border-radius:9px;color:#fff;font-weight:800}.stock-action.make-in{background:#27804d}.stock-action.make-out{background:#c34b42}.view-action{grid-column:span 2}.empty-state{grid-column:1/-1;padding:34px;border:1px dashed var(--line-strong);border-radius:12px;color:#718078;text-align:center}

/* B2B showroom */
.customer-shell{min-height:100svh;background:#f8f8f4}.b2b-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;height:76px;padding:0 max(25px,calc((100vw - 1320px)/2));border-bottom:1px solid #e7ebe5;background:rgba(250,250,247,.92);backdrop-filter:blur(16px)}.b2b-nav{display:flex;gap:25px;margin-left:auto}.b2b-nav a{padding:8px 0;border-bottom:2px solid transparent;color:#738078;font-size:12px;font-weight:800}.b2b-nav a.active,.b2b-nav a:hover{border-color:var(--forest);color:var(--forest)}.b2b-account{display:flex;align-items:center;gap:8px}.cart-button{display:inline-flex;align-items:center;gap:8px;height:37px;padding:0 13px;border:0;border-radius:10px;background:var(--forest);color:#fff;font-size:11px;font-weight:800}.cart-button span,.mobile-b2b-nav span{display:grid;place-items:center;min-width:18px;height:18px;border-radius:99px;background:#fff;color:var(--forest);font-size:9px}.profile-trigger{display:flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:var(--ink);font-size:11px}.profile-trigger span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#dce9df;color:var(--forest);font-size:10px}.logout-icon{width:33px;height:33px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-size:18px}.b2b-main{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:27px 0 65px}.showroom-hero{position:relative;display:grid;grid-template-columns:1.1fr .9fr;min-height:415px;overflow:hidden;border-radius:24px;background:#163a2f;color:#fff}.showroom-hero:before{position:absolute;content:'';inset:0;background:radial-gradient(circle at 91% 20%,#799e82 0 2%,transparent 2.3%),radial-gradient(circle at 82% 84%,#6d957a 0 8%,transparent 8.3%),linear-gradient(115deg,transparent 0 48%,rgba(255,255,255,.06) 48% 48.2%,transparent 48.3%)}.showroom-copy{position:relative;z-index:1;align-self:center;max-width:540px;padding:55px}.showroom-copy .eyebrow{color:#bed8c4}.showroom-copy h1{margin:0;font-family:'Playfair Display',serif;font-size:clamp(44px,5vw,70px);font-weight:500;letter-spacing:-.055em;line-height:.95}.showroom-copy>p:not(.eyebrow){max-width:420px;margin:21px 0 0;color:#d3e1d7;line-height:1.7}.showroom-buttons{display:flex;gap:10px;margin-top:29px}.showroom-buttons .primary-button{background:#fff;color:var(--forest);box-shadow:none}.showroom-buttons .secondary-button{border-color:rgba(255,255,255,.3);background:transparent;color:#fff}.showroom-visual{position:relative;min-height:100%}.showroom-orbit{position:absolute;right:13%;top:50%;width:230px;height:230px;display:grid;place-content:center;text-align:center;border:1px solid rgba(255,255,255,.38);border-radius:50%;color:#d8e8db;font-family:'DM Mono',monospace;font-size:11px;line-height:2;letter-spacing:.1em;transform:translateY(-50%);box-shadow:0 0 0 26px rgba(255,255,255,.04),0 0 0 52px rgba(255,255,255,.03)}.showroom-orbit b{font-size:9px}.showroom-note{position:absolute;right:35px;bottom:33px;padding:12px 15px;border:1px solid rgba(255,255,255,.24);border-radius:12px;background:rgba(11,35,26,.4);backdrop-filter:blur(8px)}.showroom-note span,.showroom-note b{display:block}.showroom-note span{margin-bottom:3px;color:#bed7c4;font-size:10px}.showroom-note b{font-size:11px}.customer-highlights{display:grid;grid-template-columns:repeat(4,1fr);margin:12px 0 45px;border:1px solid var(--line);border-radius:14px;background:#fff}.customer-highlights span{padding:15px 18px;border-right:1px solid var(--line);color:#577066;font-size:11px;font-weight:700}.customer-highlights span:last-child{border:0}.catalog-section{padding-top:10px;scroll-margin-top:92px}.catalog-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.catalog-section-head h2{font-size:30px}.filter-favorite{height:38px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#475a51;font-size:11px;font-weight:800}.filter-favorite.is-active{border-color:#c48c85;background:#fff4f1;color:#a23d34}.catalog-tools{grid-template-columns:minmax(210px,1.6fr) repeat(3,minmax(125px,.6fr));margin-top:22px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:19px}.catalog-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s}.catalog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.favorite-button{position:absolute;z-index:3;top:11px;right:11px;width:31px;height:31px;border:0;border-radius:9px;background:rgba(255,255,255,.92);color:var(--ink);font-size:19px;line-height:1}.favorite-button.is-active{color:#be4c43}.catalog-photo{position:relative;display:block;width:100%;aspect-ratio:4/5;border:0;background-color:#e8ede9;background-size:cover;background-position:center;overflow:hidden}.catalog-photo:after{position:absolute;content:'';inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(10,28,20,.64))}.catalog-photo span{position:absolute;z-index:1;bottom:11px;left:11px;border-radius:8px;padding:6px 8px;background:#102d22;color:#fff;font-family:'DM Mono',monospace;font-size:9px}.catalog-card-body{padding:14px}.catalog-card h3{margin:0;min-height:34px;font-size:14px;line-height:1.25;letter-spacing:-.035em}.catalog-card p,.catalog-mini{margin:5px 0 0;color:#708078;font-size:10px}.catalog-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px;padding-top:11px;border-top:1px solid #edf0ec}.catalog-price-row span{color:#6f7e75;font-size:10px}.catalog-price-row strong{font-size:13px;letter-spacing:-.025em}.catalog-card-actions{display:grid;grid-template-columns:1fr 1.15fr;gap:7px;margin-top:13px}.catalog-card-actions button{min-height:34px;padding:0 6px;font-size:10px}.recent-section{margin-top:51px}.mobile-b2b-nav{display:none}

/* Modals */
.modal{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:20px;background:rgba(12,30,22,.48);backdrop-filter:blur(5px)}.modal-panel{position:relative;width:min(660px,100%);max-height:min(90svh,830px);overflow:auto;padding:27px;border-radius:20px;background:#fff;box-shadow:0 24px 90px rgba(5,20,13,.27)}.modal-close{position:absolute;z-index:2;top:17px;right:17px;width:31px;height:31px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-size:21px;line-height:1}.auth-modal{width:min(470px,100%);padding:38px}.auth-heading{text-align:center}.auth-heading .brand-mark{margin:0 auto 19px}.auth-heading h2{margin:0;font-size:25px;letter-spacing:-.05em}.auth-heading p:not(.eyebrow){margin:9px auto 0;max-width:310px;color:#718078;font-size:12px;line-height:1.6}.auth-form{display:grid;gap:12px;margin-top:25px}.auth-form label,.form-grid label{display:grid;gap:6px;color:#53645b;font-size:11px;font-weight:800}.auth-form input,.form-grid input{width:100%;height:43px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 11px;color:var(--ink);outline:none;font-size:13px}.auth-form input:focus,.form-grid input:focus{border-color:#70a080;box-shadow:0 0 0 3px #e7f2e9}.auth-switch{margin:20px 0 0;color:#74827a;text-align:center;font-size:11px}.register-modal{width:min(650px,100%)}.register-modal .auth-heading{text-align:left}.register-modal .auth-heading .brand-mark{margin:0 0 14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-full{grid-column:1/-1}.check-line{display:flex!important;align-items:start;grid-template-columns:auto 1fr!important;gap:8px!important;margin-top:2px;color:#65756c!important;font-size:10px!important;font-weight:600!important}.check-line input{width:15px;height:15px}.catalog-detail-panel{width:min(870px,100%)}.modal-eyebrow{margin-bottom:7px;color:var(--forest-2);font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.catalog-detail-panel>h2,.activity-modal-panel>h2{margin:0;font-size:26px;letter-spacing:-.055em}.catalog-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:23px}.catalog-detail-photo{min-height:435px;border-radius:13px;background-color:#e8ede9;background-size:cover;background-position:center}.catalog-detail-info{display:grid;align-content:start;gap:15px}.catalog-detail-info>p{margin:0;color:#607169;line-height:1.65}.catalog-detail-info dl{display:grid;gap:8px;margin:0}.catalog-detail-info dl div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.catalog-detail-info dt{color:#6f7e75;font-size:11px}.catalog-detail-info dd{margin:0;text-align:right;font-size:11px;font-weight:800}.catalog-detail-info label{display:grid;gap:6px;color:#53645b;font-size:11px;font-weight:800}.catalog-detail-info select,.catalog-detail-info input{height:42px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 10px}.cart-modal{place-items:stretch end;padding:0;background:rgba(12,30,22,.34)}.cart-panel{width:min(455px,100%);height:100svh;max-height:none;border-radius:0;padding:31px 24px}.drawer-heading h2{margin:0;font-size:25px;letter-spacing:-.05em}.cart-items{display:grid;gap:11px;margin-top:24px}.cart-line{display:grid;grid-template-columns:62px 1fr auto;gap:10px;align-items:center;padding-bottom:11px;border-bottom:1px solid var(--line)}.cart-line-image{width:62px;height:77px;border-radius:9px;background:#e8ede9 center/cover}.cart-line h3{margin:0;font-size:12px}.cart-line p{margin:4px 0;color:#74817a;font-size:10px}.cart-line strong{display:block;font-size:11px}.cart-line-actions{display:flex;align-items:center;gap:4px;margin-top:7px}.cart-line-actions button{width:22px;height:22px;border:1px solid var(--line);border-radius:5px;background:#fff;font-weight:800}.cart-remove{color:var(--red)}.cart-summary{position:sticky;bottom:-31px;margin:21px -24px -31px;padding:18px 24px;background:#fff;border-top:1px solid var(--line)}.summary-row{display:flex;justify-content:space-between;margin-bottom:8px;color:#64756b;font-size:11px}.summary-total{margin-top:14px;padding-top:13px;border-top:1px solid var(--line);color:var(--ink);font-size:13px;font-weight:800}.summary-total strong{font-size:19px}.whatsapp-order{width:100%;margin-top:12px;border:0;border-radius:11px;background:#218a53;color:#fff;min-height:44px;font-weight:800}.activity-modal-panel{width:min(600px,100%)}.activity-list{display:grid;gap:0;margin:22px 0 0;padding:0;list-style:none}.activity-list li{padding:12px 0;border-bottom:1px solid var(--line)}.activity-list p{margin:0;font-size:12px;font-weight:700}.activity-list time{display:block;margin-top:4px;color:#78857e;font-size:10px}.activity-footer{margin-top:16px;text-align:center}.product-modal-panel{width:min(900px,100%)}.modal-product-head{display:flex;align-items:start;justify-content:space-between;margin-bottom:22px}.modal-product-head h2{margin:0;font-size:25px;letter-spacing:-.05em}.modal-product-head .modal-close{position:static}.product-form-columns{display:grid;grid-template-columns:1fr 1fr;gap:25px}.product-form-columns section,.product-media-section{padding:17px;border:1px solid var(--line);border-radius:13px}.product-modal-panel h3{margin:0 0 13px;font-size:12px}.product-media-section{margin-top:17px}.upload-field{position:relative;display:block;padding:13px;border:1px dashed #9bb3a0;border-radius:10px;background:var(--mint);color:#476353;font-size:11px;font-weight:800}.upload-field input{position:absolute;opacity:0;inset:0;width:100%;cursor:pointer}.toggle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:14px}.toggle-line{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--line);border-radius:9px;color:#516359;font-size:10px;font-weight:700}.toggle-line input{accent-color:var(--forest)}.permission-note{color:var(--red);font-size:10px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:21px}.image-panel{width:min(800px,100%)}.image-panel>h2{margin:0;font-size:24px}.image-modal-visual{min-height:60vh;margin-top:18px;border-radius:13px;background:#e9eeea center/contain no-repeat}.toast{position:fixed;z-index:80;left:50%;bottom:23px;transform:translate(-50%,20px);visibility:hidden;opacity:0;max-width:min(90vw,430px);padding:11px 14px;border-radius:10px;background:#112d23;color:#fff;box-shadow:var(--shadow);font-size:12px;font-weight:700;transition:.22s}.toast.is-visible{visibility:visible;opacity:1;transform:translate(-50%,0)}

@media (max-width:1050px){.access-shell{grid-template-columns:1fr}.access-intro{min-height:390px}.access-panel{padding:38px}.app-shell:not([hidden]){grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:14px 23px;border-right:0;border-bottom:1px solid var(--line)}.sidebar-nav{display:flex;justify-content:center;margin:0}.sidebar-note,.sidebar-user,.sidebar-logout{display:none}.admin-main{padding:0 23px 35px}.catalog-grid{grid-template-columns:repeat(3,1fr)}.b2b-header{padding:0 24px}.b2b-nav{display:none}.showroom-hero{grid-template-columns:1fr 1fr}.showroom-copy{padding:42px}.showroom-visual{min-height:350px}.customer-highlights{grid-template-columns:repeat(2,1fr)}.customer-highlights span:nth-child(2){border-right:0}.customer-highlights span:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media (max-width:680px){body{font-size:13px}.login-screen{display:block;padding:0;background:#fff}.access-shell{display:block;min-height:100svh;border:0;border-radius:0;box-shadow:none}.access-intro{min-height:340px;padding:27px 24px;border-radius:0 0 26px 26px}.access-copy{margin:auto 0 0}.access-copy h1{max-width:330px;font-size:40px}.access-copy p:not(.eyebrow){margin-top:13px;font-size:13px;line-height:1.6}.access-proof{display:none}.access-footer{margin-top:20px}.access-panel{padding:31px 24px 38px}.access-panel-head h2{font-size:23px}.team-choices{gap:7px}.team-choice{padding:8px}.team-choice small{display:none}.admin-sidebar{position:sticky;z-index:30;top:0;grid-template-columns:1fr auto;padding:11px 16px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.sidebar-brand{padding:0}.sidebar-nav{display:none}.admin-main{padding:0 14px 25px}.admin-header{padding:20px 1px 18px}.admin-header .eyebrow{display:none}.admin-header h1{font-size:22px}.header-actions .primary-button{display:none}.connection-badge{padding:6px 8px;font-size:9px}.overview-heading{margin:0 2px 12px}.overview-heading h2{font-size:15px}.overview-heading p{display:none}.today-label{font-size:9px}.metrics-grid{grid-template-columns:1fr 1fr;gap:8px}.metric{min-height:96px;padding:13px;border-radius:13px}.metric strong{margin-top:5px;font-size:24px}.metric small{font-size:9px}.metric-time strong{font-size:15px}.daily-check{align-items:flex-start;margin-top:10px;padding:13px;border-radius:13px}.daily-check-copy{gap:9px}.daily-symbol{width:29px;height:29px;flex:0 0 29px;font-size:12px}.daily-check h2{font-size:12px}.daily-check p:not(.eyebrow){font-size:9px}.daily-check .primary-button{min-height:34px;padding:0 9px;white-space:nowrap;font-size:10px}.management-section{margin-top:21px;padding:15px 11px;border-radius:15px}.section-heading{padding:0 4px}.section-heading h2{font-size:18px}.section-heading p{display:none}.round-add{display:grid;place-items:center}.management-toolbar{grid-template-columns:1fr 1fr;margin-top:15px;padding:8px}.management-toolbar .search-control{grid-column:1/-1}.management-toolbar input,.management-toolbar select{height:36px;font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px}.product-card{border-radius:12px}.card-body{padding:10px}.card-title-row{display:block}.card-title-row h3{font-size:11px}.stock-pill{display:inline-block;margin-top:6px;font-size:8px}.card-meta{font-size:9px}.updated-line{min-height:29px;margin:8px 0;font-size:9px}.card-actions{grid-template-columns:1fr}.card-actions button{min-height:30px;font-size:9px}.view-action{display:none}.look-code,.view-image-chip{bottom:7px;padding:4px 5px;font-size:8px}.look-code{left:7px}.view-image-chip{right:7px}.b2b-header{height:63px;padding:0 14px}.b2b-wordmark{gap:8px;font-size:13px}.b2b-wordmark .brand-mark{width:33px;height:33px;border-radius:9px;font-size:10px}.profile-trigger b,.logout-icon{display:none}.profile-trigger span{width:31px;height:31px}.b2b-account{gap:6px}.cart-button{height:33px;padding:0 9px;font-size:10px}.b2b-main{width:100%;padding:0 0 78px}.showroom-hero{min-height:498px;display:block;border-radius:0}.showroom-copy{padding:46px 23px}.showroom-copy h1{font-size:48px}.showroom-copy>p:not(.eyebrow){max-width:310px;font-size:12px}.showroom-buttons .primary-button,.showroom-buttons .secondary-button{min-height:40px;padding:0 11px;font-size:10px}.showroom-visual{height:152px;min-height:0}.showroom-orbit{right:38px;top:25px;width:126px;height:126px;font-size:8px;box-shadow:0 0 0 15px rgba(255,255,255,.04),0 0 0 30px rgba(255,255,255,.03)}.showroom-orbit b{font-size:7px}.showroom-note{right:auto;left:23px;bottom:20px;padding:9px 10px}.showroom-note span,.showroom-note b{font-size:9px}.customer-highlights{display:flex;overflow:auto;margin:0;padding:0 15px;border-radius:0;border-left:0;border-right:0}.customer-highlights span{flex:0 0 auto;padding:13px 12px;border:0!important;font-size:9px}.catalog-section{padding:29px 14px 0}.catalog-section-head{align-items:start}.catalog-section-head h2{font-size:23px}.catalog-section-head p{font-size:10px}.filter-favorite{height:34px;font-size:10px}.catalog-tools{grid-template-columns:1fr 1fr;margin-top:17px;padding:8px}.catalog-tools .search-control{grid-column:1/-1}.catalog-tools input,.catalog-tools select{height:35px;font-size:10px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px}.catalog-card{border-radius:12px}.catalog-card-body{padding:10px}.catalog-card h3{min-height:28px;font-size:11px}.catalog-card p,.catalog-mini{font-size:8px}.catalog-price-row{margin-top:8px;padding-top:8px}.catalog-price-row span{font-size:8px}.catalog-price-row strong{font-size:10px}.catalog-card-actions{grid-template-columns:1fr;margin-top:9px}.catalog-card-actions .ghost-button{display:none}.catalog-card-actions button{min-height:30px;font-size:9px}.favorite-button{top:7px;right:7px;width:26px;height:26px;border-radius:7px;font-size:16px}.catalog-photo span{bottom:7px;left:7px;padding:4px 5px;font-size:8px}.recent-section{margin-top:22px}.mobile-b2b-nav{position:fixed;z-index:30;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,1fr);height:63px;border-top:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.mobile-b2b-nav a,.mobile-b2b-nav button{display:grid;place-items:center;border:0;background:transparent;color:#66766d;font-size:9px;font-weight:800;text-align:center}.mobile-b2b-nav button{padding:0}.mobile-b2b-nav span{display:inline-grid;margin-left:3px;vertical-align:middle}.modal{padding:12px}.modal-panel{max-height:94svh;padding:23px 17px;border-radius:17px}.auth-modal{padding:31px 20px}.auth-heading h2{font-size:22px}.form-grid{gap:9px}.auth-form input,.form-grid input{height:40px;font-size:12px}.catalog-detail-grid{grid-template-columns:1fr;gap:17px}.catalog-detail-photo{min-height:330px}.catalog-detail-panel>h2{font-size:22px}.cart-panel{width:100%;padding:27px 17px}.cart-summary{bottom:-27px;margin:21px -17px -27px;padding:16px 17px}.product-form-columns{grid-template-columns:1fr;gap:12px}.product-modal-panel{padding:21px 13px}.product-modal-panel .form-grid{grid-template-columns:1fr}.product-modal-panel .form-full{grid-column:auto}.toggle-grid{grid-template-columns:1fr}.modal-actions{position:sticky;bottom:-21px;margin:17px -13px -21px;padding:12px 13px;background:#fff;border-top:1px solid var(--line)}.image-modal-visual{min-height:55svh}.activity-modal-panel>h2{font-size:22px}}

/* Runtime state helpers */
.status-badge{padding:7px 10px;border:1px solid #b5d6c0;border-radius:99px;background:#ecf6ef;color:#247148;font-size:10px;font-weight:800}.status-badge.syncing{color:#916821;background:#fff8e9;border-color:#eadba9}.status-badge.offline{color:#a3423b;background:#fff0ed;border-color:#f0c5c0}.toast.show{visibility:visible;opacity:1;transform:translate(-50%,0)}

/* Product gallery and image reliability */
.look-image{background-image:var(--photo);background-size:var(--photo-size,contain);background-position:var(--photo-position,center);background-repeat:no-repeat}.upload-hint{margin:9px 0 0;color:#64766c;font-size:10px}.image-modal-visual{min-height:auto;background:none}.image-modal-main{min-height:60vh;border-radius:13px;background-color:#e9eeea;background-position:center;background-repeat:no-repeat;background-size:contain}.image-gallery-thumbs,.catalog-gallery-thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}.image-gallery-thumbs button,.catalog-gallery-thumbs button{width:58px;height:72px;flex:0 0 58px;border:1px solid var(--line);border-radius:8px;background-color:#eef2ee;background-position:center;background-repeat:no-repeat;background-size:contain}.catalog-detail-photo{background-size:contain!important;background-repeat:no-repeat;background-color:#eef2ee}.catalog-gallery-thumbs button{width:66px;height:82px;flex-basis:66px}.catalog-gallery-thumbs button:hover,.image-gallery-thumbs button:hover{border-color:#5f8b70}
.image-modal-main,.image-gallery-thumbs button{background-image:var(--photo)}.product-media-list{display:flex;gap:9px;overflow-x:auto;padding:2px 1px 8px}.draft-media-item{position:relative;width:86px;height:108px;flex:0 0 86px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background-color:#eef2ee;background-image:var(--photo);background-position:center;background-repeat:no-repeat;background-size:contain;cursor:grab}.draft-media-item:active{cursor:grabbing}.draft-media-order,.draft-media-item small,.draft-media-remove{position:absolute;z-index:1}.draft-media-order{top:6px;left:6px;display:grid;place-items:center;width:19px;height:19px;border-radius:6px;background:#fff;color:var(--forest);font-family:'DM Mono',monospace;font-size:9px;font-weight:700}.draft-media-item small{right:5px;bottom:5px;border-radius:5px;padding:3px 4px;background:rgba(12,35,26,.84);color:#fff;font-size:8px;font-weight:800}.draft-media-remove{top:5px;right:5px;width:20px;height:20px;border:0;border-radius:6px;background:#fff;color:var(--red);font-size:15px;line-height:1}.upload-field.product-photo-add{display:flex;align-items:center;gap:8px;margin-top:3px}.upload-field.product-photo-add b{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:var(--forest);color:#fff;font-size:17px;line-height:1}
.upload-field.product-photo-add{font-size:0}.upload-field.product-photo-add span{font-size:11px}
.rpt-badge{display:inline-flex;margin-top:7px;border-radius:99px;padding:4px 6px;background:#fff4de;color:#926313;font-size:8px;font-weight:800}.catalog-card:has(.rpt-badge){border-color:#e4d3ad}
@media (max-width:680px){.b2b-header .logout-icon{display:grid;place-items:center;width:33px;height:33px;border-color:#d6e2d8;color:var(--forest);font-size:16px}.b2b-header .logout-icon::after{content:'Çıkış';font-size:8px;font-weight:800}.b2b-header .logout-icon{font-size:0}.b2b-account{gap:5px}}
.admin-exit-button{display:none}
@media (max-width:680px){.admin-exit-button{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 9px;border:1px solid #d6e2d8;border-radius:9px;background:#fff;color:var(--forest);font-size:10px;font-weight:800}.header-actions{gap:6px}.header-actions .connection-badge{display:none}}
@media (max-width:680px){.mobile-b2b-nav{grid-template-columns:repeat(5,1fr)}.image-modal-main{min-height:52svh}.catalog-gallery-thumbs button{width:54px;height:67px;flex-basis:54px}}

/* Workspace gallery and customer management */
.product-photo-wrap{position:relative}.product-photo-wrap .look-image{display:block}.product-photo-nav{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:29px;height:29px;border:0;border-radius:50%;background:rgba(15,38,28,.78);color:#fff;font-size:22px;line-height:1;transform:translateY(-50%);cursor:pointer}.product-photo-nav.prev{left:9px}.product-photo-nav.next{right:9px}.product-photo-count{position:absolute;z-index:2;top:9px;right:9px;border-radius:99px;padding:4px 6px;background:rgba(15,38,28,.8);color:#fff;font-family:'DM Mono',monospace;font-size:9px;font-weight:700}.download-images-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;margin-top:12px;border:1px solid #b8d3bf;border-radius:10px;background:#eef7f0;color:var(--forest);font-size:11px;font-weight:800}.customer-panel{margin-bottom:32px}.customer-count-badge{align-self:flex-start;border:1px solid #c6dfcd;border-radius:99px;padding:7px 10px;background:#edf7ef;color:#27764b;font-size:10px;font-weight:800}.customer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:16px}.customer-card{position:relative;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:start;min-width:0;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff}.customer-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#edf4ee;color:var(--forest);font-size:11px;font-weight:900}.customer-card h3{overflow:hidden;margin:0;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.customer-card p,.customer-card small{margin:4px 0 0;color:#6b7b73;font-size:9px;line-height:1.45}.customer-card small{display:block}.customer-status{position:absolute;top:10px;right:10px;border-radius:99px;padding:3px 5px;background:#f5f7f5;color:#75847b;font-size:8px;font-weight:800}
@media (max-width:680px){.modal input,.modal select,.modal textarea{font-size:16px!important}.product-photo-nav{width:26px;height:26px;font-size:19px}.product-photo-nav.prev{left:6px}.product-photo-nav.next{right:6px}.product-photo-count{top:6px;right:6px;font-size:8px}.customer-grid{grid-template-columns:1fr;gap:8px;margin-top:12px}.customer-toolbar{grid-template-columns:1fr 1fr}.customer-toolbar .search-control{grid-column:1/-1}.customer-card{padding:12px}.customer-status{display:none}.download-images-button{min-height:44px;font-size:12px}}

/* Color galleries */
.draft-media-item{height:143px}.draft-media-item small{bottom:42px}.draft-media-color{position:absolute;z-index:2;right:5px;bottom:5px;left:5px;display:grid;gap:2px;color:#fff;font-size:7px;font-weight:800;text-shadow:0 1px 3px rgba(0,0,0,.7)}.draft-media-color select{width:100%;height:28px;border:1px solid rgba(255,255,255,.7);border-radius:6px;background:rgba(255,255,255,.94);padding:0 4px;color:var(--ink);font-size:8px;font-weight:700;text-shadow:none}.color-picker{margin:0;padding:0;border:0}.color-picker legend{margin-bottom:7px;color:#53645b;font-size:11px;font-weight:800}.color-picker>div{display:flex;flex-wrap:wrap;gap:7px}.color-picker button{display:inline-flex;align-items:center;gap:6px;min-height:35px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 10px;color:#53645b;font-size:10px;font-weight:800}.color-picker button span{width:13px;height:13px;border:1px solid rgba(20,35,27,.15);border-radius:50%;background:var(--swatch)}.color-picker button.is-selected{border-color:#2b7150;background:#edf7f0;color:#1f6846;box-shadow:0 0 0 2px #d9ebdf}

/* Bestseller emphasis */
.catalog-card.is-rpt{border-color:#d8b45f;box-shadow:0 0 0 2px rgba(216,180,95,.18),0 9px 24px rgba(29,74,51,.08)}.catalog-card.is-rpt:before{position:absolute;z-index:2;content:"ÇOK SATAN";top:12px;left:12px;border-radius:6px;padding:5px 7px;background:#d8b45f;color:#173c2d;font-family:'DM Mono',monospace;font-size:7px;font-weight:900}.catalog-card.is-rpt .catalog-photo span{bottom:11px}.rpt-badge{background:#fff4d8;color:#735318}

/* Commerce analytics */
.analytics-panel{margin-bottom:45px}.analytics-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.analytics-metrics article{padding:15px;border:1px solid var(--line);border-radius:11px;background:#f9fbf9}.analytics-metrics span{display:block;color:#6f7d76;font-size:9px}.analytics-metrics strong{display:block;margin-top:7px;font-size:20px;letter-spacing:-.04em}.analytics-legend{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:18px;padding:0 13px;color:#7a8780;font-size:8px;text-align:center}.product-analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:7px}.product-analytics-card{position:relative;display:grid;grid-template-columns:minmax(130px,1fr) 1.8fr;gap:14px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:11px;background:#fff}.product-analytics-card>div:first-child{display:grid;grid-template-columns:29px 1fr;column-gap:8px;align-items:center;min-width:0}.analytics-rank{grid-row:1/3;display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#edf4ee;color:var(--forest);font-family:'DM Mono',monospace;font-size:9px}.product-analytics-card h3{overflow:hidden;margin:0;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.product-analytics-card small{color:#7a8780;font-size:8px}.product-analytics-card dl{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin:0}.product-analytics-card dl div{text-align:center}.product-analytics-card dt{color:#7b8881;font-size:7px}.product-analytics-card dd{margin:4px 0 0;font-size:10px;font-weight:900}.product-analytics-card.is-cold{border-style:dashed;background:#fbfbfa}.low-interest{position:absolute;top:5px;right:6px;color:#a55a4d;font-size:7px;font-weight:800}

/* Customer intelligence */
button.customer-card{width:100%;color:inherit;font-family:inherit;text-align:left;cursor:pointer}.customer-card:hover{border-color:#9fc2aa;background:#fbfdfb}.customer-detail-admin-panel{width:min(850px,100%)}.customer-detail-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:18px}.customer-detail-summary article{padding:13px;border:1px solid var(--line);border-radius:10px;background:#f7faf7}.customer-detail-summary span{display:block;color:#718078;font-size:8px}.customer-detail-summary strong{display:block;margin-top:6px;font-size:14px}.customer-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.customer-detail-columns section{padding:14px;border:1px solid var(--line);border-radius:11px}.customer-detail-columns h3{margin:0 0 10px;font-size:11px}.insight-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #eef1ee;font-size:9px}.insight-row span{color:#718078;text-align:right}.insight-message{padding:9px 0;border-bottom:1px solid #eef1ee}.insight-message p{margin:0;font-size:10px;line-height:1.5}.insight-message small,.empty-copy{color:#7a8780;font-size:8px}

/* Customer account and reminder */
.cart-reminder-banner{position:sticky;z-index:20;top:77px;display:flex;align-items:center;justify-content:center;gap:10px;width:calc(100% - 34px);max-width:1240px;margin:12px auto -3px;border:1px solid #e5c96d;border-radius:10px;background:#fff8dd;padding:10px 14px;color:#6f5613;box-shadow:0 8px 26px rgba(62,50,18,.09);font-size:10px}.cart-reminder-banner[hidden]{display:none}.cart-reminder-banner span{color:#89752f}.customer-account-panel{width:min(720px,100%)}.customer-account-panel>h2{margin:0;font-size:26px}.account-profile{display:flex;align-items:center;gap:11px;margin-top:18px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#f8faf8}.account-profile>span{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--forest);color:#fff;font-size:12px;font-weight:900}.account-profile h3,.account-profile p{margin:0}.account-profile h3{font-size:13px}.account-profile p{margin-top:4px;color:#748078;font-size:9px}.account-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.account-metrics article{padding:13px;border:1px solid var(--line);border-radius:10px}.account-metrics span{display:block;color:#748078;font-size:8px}.account-metrics strong{display:block;margin-top:5px;font-size:14px}.account-section{margin-top:19px}.account-section>h3{margin:0 0 9px;font-size:12px}.account-order{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.account-order b,.account-order span{display:block;font-size:9px}.account-order span{margin-top:3px;color:#748078}.account-order>strong{font-size:11px}.customer-message-form{display:grid;gap:8px}.customer-message-form textarea{min-height:85px;resize:vertical;border:1px solid var(--line);border-radius:10px;padding:10px;font:inherit}.customer-message-form button{justify-self:end}.account-message{margin-top:8px;padding:10px;border-radius:9px;background:#f6f8f6}.account-message p{margin:0;font-size:10px;line-height:1.5}.account-message small{display:block;margin-top:5px;color:#7a8780;font-size:8px}

@media (max-width:680px){
  .draft-media-item{width:96px;height:150px;flex-basis:96px}
  .analytics-metrics{grid-template-columns:1fr 1fr}.analytics-metrics strong{font-size:16px}
  .analytics-legend{display:none}.product-analytics-grid{grid-template-columns:1fr}
  .product-analytics-card{grid-template-columns:1fr}.product-analytics-card dl{padding-top:8px;border-top:1px solid var(--line)}
  .customer-detail-summary{grid-template-columns:1fr 1fr}.customer-detail-columns{grid-template-columns:1fr}
  .account-metrics{grid-template-columns:1fr 1fr}.account-metrics article:last-child{grid-column:1/-1}
  .cart-reminder-banner{top:69px;width:calc(100% - 20px);justify-content:flex-start;flex-wrap:wrap;margin-top:8px}
  .mobile-b2b-nav{left:10px;right:10px;bottom:9px;height:66px;border:1px solid rgba(190,207,196,.9);border-radius:17px;background:rgba(255,255,255,.97);box-shadow:0 13px 38px rgba(18,48,35,.2);overflow:hidden}
  .mobile-b2b-nav a,.mobile-b2b-nav button{align-content:center;gap:3px;color:#6d7b73;font-size:8px}
  .mobile-b2b-nav a:focus,.mobile-b2b-nav button:focus{background:#edf6ef;color:var(--forest)}
  .mobile-nav-icon{position:relative;display:grid;place-items:center;height:22px;color:var(--forest);font-size:20px;line-height:1}
  .mobile-nav-icon i{position:absolute;top:-3px;right:calc(50% - 16px);display:grid;place-items:center;min-width:15px;height:15px;border:2px solid #fff;border-radius:99px;background:#ce4f45;color:#fff;font-family:Arial,sans-serif;font-size:7px;font-style:normal}
  .b2b-main{padding-bottom:91px}
}

/* v50 iki seviyeli kategori keşfi */
.catalog-category-explorer{margin-top:22px;border:1px solid #dedbd2;border-radius:18px;background:#f4f1ea;padding:18px}
.catalog-category-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:14px}.catalog-category-heading .eyebrow{margin-bottom:5px;color:#766445}.catalog-category-heading h3{margin:0;font-family:'Playfair Display',Georgia,serif;font-size:24px;font-weight:500;letter-spacing:-.035em}.catalog-category-heading>p{max-width:315px;margin:0;color:#748078;font-size:10px;line-height:1.55;text-align:right}
.catalog-category-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.catalog-category-card{position:relative;isolation:isolate;min-width:0;aspect-ratio:1.12/1;overflow:hidden;border:1px solid rgba(255,255,255,.66);border-radius:14px;background:#d9ddd8;color:#fff;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(29,44,35,.08);transition:border-color .2s,box-shadow .2s,transform .2s}.catalog-category-card:hover,.catalog-category-card.is-active{border-color:#7d9a88;box-shadow:0 14px 30px rgba(20,48,37,.16);transform:translateY(-2px)}.catalog-category-card:focus-visible{outline:3px solid #c3d4c8;outline-offset:3px}.catalog-category-card>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s}.catalog-category-card:hover>img{transform:scale(1.035)}.catalog-category-card-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(9,30,22,.04) 10%,rgba(8,27,20,.24) 48%,rgba(7,26,19,.9) 100%)}.catalog-category-card-icon{position:absolute;top:11px;left:11px;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.58);border-radius:10px;background:rgba(255,255,255,.85);color:#173f31;backdrop-filter:blur(9px)}.catalog-category-card-icon i{font-size:16px}.catalog-category-card-copy{position:absolute;right:13px;bottom:38px;left:13px;display:grid;gap:3px}.catalog-category-card-copy small{font-family:'DM Mono',monospace;font-size:7px;font-style:normal;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.catalog-category-card-copy strong{font-family:'Playfair Display',Georgia,serif;font-size:21px;font-weight:500;line-height:1}.catalog-category-card-copy em{overflow:hidden;color:#dbe5df;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.catalog-category-card>b{position:absolute;right:13px;bottom:12px;left:13px;display:flex;align-items:center;justify-content:space-between;color:#eff5f1;font-size:8px}.catalog-category-card>b i{font-size:14px}.catalog-category-card.is-active:after{position:absolute;content:'';top:10px;right:10px;width:8px;height:8px;border:3px solid #fff;border-radius:50%;background:#285e46;box-shadow:0 0 0 2px rgba(21,57,43,.35)}
.catalog-category-panel{margin-top:12px;border:1px solid #d9d6ce;border-radius:14px;background:#fffdfa;padding:12px}.catalog-category-panel[hidden]{display:none!important}.catalog-category-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 3px 10px}.catalog-category-panel-head>button{display:inline-flex;align-items:center;gap:6px;min-height:36px;border:0;border-radius:9px;background:#edf2ee;padding:0 11px;color:#244d3c;font-size:9px;font-weight:800;cursor:pointer}.catalog-category-panel-head>div{min-width:0;text-align:right}.catalog-category-panel-head span,.catalog-category-panel-head b{display:block}.catalog-category-panel-head span{color:#8a918c;font-size:7px}.catalog-category-panel-head b{margin-top:2px;font-family:'Playfair Display',Georgia,serif;font-size:17px;font-weight:500}.catalog-category-panel .catalog-category-chips{margin-top:0;border:0;border-top:1px solid #e9e5dc;border-radius:0;background:transparent;padding:10px 0 0}

@media(max-width:820px){.catalog-category-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-category-card{aspect-ratio:1.35/1}}
@media(max-width:680px){.catalog-category-explorer{margin-top:14px;border-right:0;border-left:0;border-radius:0;padding:14px 10px;background:#f5f2eb}.catalog-category-heading{align-items:start;margin-bottom:11px}.catalog-category-heading h3{max-width:260px;font-size:21px;line-height:1.02}.catalog-category-heading>p{display:none}.catalog-category-groups{gap:7px}.catalog-category-card{aspect-ratio:1/1.12;border-radius:12px}.catalog-category-card-icon{top:8px;left:8px;width:30px;height:30px;border-radius:9px}.catalog-category-card-copy{right:9px;bottom:33px;left:9px}.catalog-category-card-copy small{font-size:6px}.catalog-category-card-copy strong{font-size:17px}.catalog-category-card-copy em{font-size:7px}.catalog-category-card>b{right:9px;bottom:9px;left:9px;font-size:7px}.catalog-category-panel{margin-top:9px;border-radius:12px;padding:9px}.catalog-category-panel-head{align-items:start;padding-bottom:8px}.catalog-category-panel-head>button{min-height:34px;padding:0 9px;font-size:8px}.catalog-category-panel-head>div{padding-top:3px}.catalog-category-panel-head span{display:none}.catalog-category-panel-head b{font-size:15px}.catalog-category-panel .catalog-category-chips{margin-top:0;padding-top:8px}}

/* v37 faster product editing, visible price thumbnails and member feedback */
.product-modal-panel{width:min(1040px,96vw)}
.product-modal-panel .modal-product-head p:last-child{margin:7px 0 0;color:#708078;font-size:10px}
.choice-section{margin-top:15px;padding:13px;border:1px solid #e1e7e2;border-radius:12px;background:#f9fbf9}
.choice-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:11px}.choice-heading span{color:#26362e;font-size:10px;font-weight:900}.choice-heading small{color:#7b8881;font-size:8px}
.color-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;max-height:214px;overflow:auto;padding-right:3px}
.color-choice{position:relative;display:grid;grid-template-columns:17px minmax(0,1fr);gap:7px;align-items:center;min-height:34px;padding:7px 8px;border:1px solid #dde4de;border-radius:9px;background:#fff;cursor:pointer}.color-choice:has(input:checked){border-color:#6d9b7c;background:#edf6ef;box-shadow:0 0 0 1px #6d9b7c}.color-choice input{position:absolute;opacity:0;pointer-events:none}.color-choice b{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.color-swatch{width:17px;height:17px;border:1px solid rgba(20,35,28,.14);border-radius:50%;background:var(--swatch)}
.custom-color-row{display:grid;grid-template-columns:1fr auto;gap:7px;align-items:end;margin-top:10px}.custom-color-row label{display:grid;gap:5px;color:#68776f;font-size:8px;font-weight:800}.custom-color-row input{width:100%;height:36px;border:1px solid #d6dfd8;border-radius:8px;background:#fff;padding:0 10px;color:var(--ink);outline:none;font:inherit;font-size:10px}.custom-color-row .secondary-button{min-height:36px}.custom-color-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.custom-color-list:empty{display:none}.custom-color-list>span{display:inline-flex;align-items:center;gap:6px;border-radius:99px;padding:5px 6px 5px 9px;background:#e7f1e9;color:#315d45;font-size:8px;font-weight:800}.custom-color-list button{display:grid;place-items:center;width:17px;height:17px;border:0;border-radius:50%;background:#fff;color:#446552;font-size:11px}
.size-choice-section{margin-top:13px}.size-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.size-choice{display:grid;gap:8px;justify-items:center;padding:9px 5px;border:1px solid #dde4de;border-radius:10px;background:#fff}.size-choice.is-selected{border-color:#79a388;background:#edf6ef}.size-choice>b{font-size:9px}.size-choice>div{display:grid;grid-template-columns:24px 22px 24px;align-items:center}.size-choice button{width:24px;height:24px;border:1px solid #d6dfd8;border-radius:7px;background:#fff;color:var(--forest);font-size:14px;font-weight:800}.size-choice button:disabled{color:#b4bdb7;cursor:not-allowed}.size-choice strong{text-align:center;font-size:10px}.choice-help{margin:9px 0 0;color:#64766c;font-size:8px}
.admin-product-commerce{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:12px;padding:9px 10px;border-radius:9px;background:#f2f7f3}.admin-product-commerce strong{color:#185f3d;font-size:11px}.admin-product-commerce span{color:#697970;font-size:8px;text-align:right}.updated-line{min-height:0!important;margin:8px 0 11px!important;color:#849088!important;font-size:8px!important}
.bulk-price-tools{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:9px;align-items:end;margin-bottom:10px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fbfcfb}.bulk-price-tools>label:first-child{display:grid;gap:5px;color:#68776f;font-size:8px;font-weight:800}.bulk-price-tools input[type="search"]{width:100%;height:36px;border:1px solid #d6dfd8;border-radius:8px;background:#fff;padding:0 10px;color:var(--ink);outline:none;font:inherit;font-size:10px}.bulk-missing-filter{display:flex;align-items:center;gap:7px;min-height:36px;padding:0 10px;border:1px solid #dde4de;border-radius:8px;background:#fff;color:#56685f;font-size:8px;font-weight:800}.bulk-price-product>img{width:48px;height:58px;border:1px solid #e0e6e1;border-radius:8px;background:#edf1ee;object-fit:cover;object-position:center}.bulk-price-row[hidden]{display:none}.bulk-price-rows[data-visible-count="0"]:after{content:'Bu aramayla eşleşen ürün bulunamadı.';display:block;padding:25px;border:1px dashed #ccd7cf;border-radius:10px;color:#78867e;font-size:9px;text-align:center}
.showroom-buttons .feedback-button{border-color:#d6b77d;background:#d6b77d;color:#193b2f}.showroom-buttons .feedback-button:hover{background:#e2c68e}
.feedback-modal-panel{width:min(520px,94vw)}.feedback-modal-panel h2{margin:5px 0 0;font-size:25px;letter-spacing:-.045em}.feedback-intro{margin:9px 0 20px;color:#68776f;font-size:10px;line-height:1.55}.feedback-modal-panel form>label{display:grid;gap:7px;margin-top:12px;color:#53665c;font-size:9px;font-weight:800}.feedback-modal-panel select,.feedback-modal-panel textarea{width:100%;border:1px solid #d6dfd8;border-radius:10px;background:#fff;padding:10px 11px;color:var(--ink);outline:none;font:inherit;font-size:11px}.feedback-modal-panel select{height:42px;padding-top:0;padding-bottom:0}.feedback-modal-panel textarea{resize:vertical;line-height:1.55}.feedback-modal-panel select:focus,.feedback-modal-panel textarea:focus{border-color:#78a487;box-shadow:0 0 0 3px #e5f0e8}.feedback-modal-panel .modal-actions{margin-top:18px}.form-status{min-height:15px;margin:8px 0 0;color:#2c724d;font-size:9px}
@media(max-width:820px){.color-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.size-choice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:680px){.product-modal-panel{width:100%}.product-modal-panel .modal-product-head p:last-child{display:none}.color-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:190px}.size-choice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.custom-color-row{grid-template-columns:1fr}.custom-color-row .secondary-button{justify-self:stretch}.bulk-price-tools{grid-template-columns:1fr}.bulk-missing-filter{justify-content:flex-start}.admin-product-commerce{display:grid;gap:3px}.admin-product-commerce span{text-align:left}.showroom-buttons{flex-wrap:wrap}.showroom-buttons .feedback-button{flex-basis:100%}.feedback-modal-panel .modal-actions{position:static;margin:18px 0 0;padding:0;border:0}}

/* Workspace navigation and independent management pages */
.mobile-admin-nav{display:none}.senel-nav[hidden]{display:none!important}.back-button{min-height:36px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 11px;color:var(--forest);font-size:10px;font-weight:800}.customer-profile-header{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin-top:17px;padding:18px;border:1px solid var(--line);border-radius:13px;background:#f8faf8}.customer-avatar.large{width:48px;height:48px;font-size:13px}.customer-profile-header h2{margin:0;font-size:21px;letter-spacing:-.04em}.customer-profile-header p:not(.eyebrow){margin:5px 0 0;color:#718078;font-size:10px}.profile-activity{color:#7a8780;font-size:8px;text-align:right}.profile-activity b{display:block;margin-top:4px;color:var(--ink);font-size:10px}.customer-profile-page .customer-detail-summary{grid-template-columns:repeat(5,1fr)}.customer-profile-page .customer-detail-columns{grid-template-columns:repeat(2,1fr)}

/* Crisp desktop product media */
.product-card-image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;background:#eef2ee;image-rendering:auto;-ms-interpolation-mode:bicubic;backface-visibility:hidden}.look-image:after,.look-code,.view-image-chip{z-index:1}.product-photo-wrap{overflow:hidden;background:#eef2ee}.product-photo-wrap .look-image{aspect-ratio:4/5;background-size:cover}.download-images-button:disabled{cursor:wait;opacity:.68}

/* Messages and cart opportunities */
.admin-message-list,.automation-customer-list{display:grid;gap:9px;margin-top:18px}.admin-message-card,.automation-customer-card{position:relative;display:grid;grid-template-columns:40px 1fr auto;gap:11px;align-items:start;width:100%;border:1px solid var(--line);border-radius:11px;background:#fff;padding:13px;color:var(--ink);font-family:inherit;text-align:left}.admin-message-card:hover,.automation-customer-card:hover{border-color:#9fc2aa;background:#fbfdfb}.admin-message-card b,.automation-customer-card b{display:block;font-size:11px}.admin-message-card small,.automation-customer-card small{display:block;margin-top:3px;color:#78867f;font-size:8px}.admin-message-card p{margin:8px 0 0;color:#53655b;font-size:10px;line-height:1.5}.admin-message-card i,.automation-customer-card i{border-radius:99px;padding:4px 7px;background:#f1f4f1;color:#718078;font-size:8px;font-style:normal;font-weight:800}.admin-message-card i.is-new{background:#fff1e8;color:#a9552c}.automation-customer-card i.is-due{background:#fff1e8;color:#a9552c}.automation-rules{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.automation-rules article{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:11px;background:#f9fbf9}.automation-rules article>span{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#e4f1e7;color:var(--forest);font-family:'DM Mono',monospace;font-size:8px}.automation-rules b{font-size:11px}.automation-rules p{margin:4px 0 0;color:#718078;font-size:9px;line-height:1.45}.automation-rules i{border-radius:99px;padding:4px 7px;background:#e5f4e9;color:#237347;font-size:8px;font-style:normal;font-weight:800}

@media (max-width:1050px){
  .sidebar-nav{overflow-x:auto;justify-content:flex-start}.nav-item{flex:0 0 auto}
}
@media (max-width:680px){
  .mobile-admin-nav{position:sticky;z-index:25;top:56px;display:flex;gap:6px;overflow-x:auto;margin:0 -14px;padding:8px 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);scrollbar-width:none}.mobile-admin-nav::-webkit-scrollbar{display:none}.mobile-admin-nav button{flex:0 0 auto;min-height:32px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 10px;color:#6c7b73;font-size:9px;font-weight:800}.mobile-admin-nav button.active{border-color:#b8d5c0;background:#eaf5ed;color:var(--forest)}
  .customer-profile-header{grid-template-columns:auto 1fr;padding:13px}.profile-activity{grid-column:1/-1;text-align:left}.customer-profile-page .customer-detail-summary{grid-template-columns:1fr 1fr}.customer-profile-page .customer-detail-summary article:last-child{grid-column:1/-1}.customer-profile-page .customer-detail-columns{grid-template-columns:1fr}
  .automation-rules{grid-template-columns:1fr}.admin-message-card,.automation-customer-card{grid-template-columns:36px 1fr}.admin-message-card>i,.automation-customer-card>i{grid-column:2;justify-self:start}.analytics-panel,.automation-panel,.messages-panel,.customer-panel,.customer-profile-page{margin-bottom:25px}
}

/* v29 data center */
.analytics-toolbar{display:grid;grid-template-columns:170px minmax(240px,1fr) 220px;gap:10px;margin-top:20px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#f8faf8}.analytics-toolbar label{display:grid;gap:6px;color:#63736b;font-size:9px;font-weight:800}.analytics-toolbar input,.analytics-toolbar select{width:100%;height:40px;border:1px solid #d9e1da;border-radius:9px;background:#fff;padding:0 11px;color:var(--ink);outline:none;font:inherit;font-size:11px}.analytics-toolbar input:focus,.analytics-toolbar select:focus{border-color:#78a487;box-shadow:0 0 0 3px #e5f0e8}.analytics-panel .analytics-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.analytics-panel .analytics-metrics article{min-height:112px;padding:16px;background:#fff}.analytics-panel .analytics-metrics strong{font-size:23px}.analytics-panel .analytics-metrics small{display:block;margin-top:8px;color:#8a958f;font-size:8px}.analytics-highlights{display:grid;grid-template-columns:1.05fr 1.15fr 1fr;gap:10px;margin-top:10px}.analytics-highlights>article{min-height:225px;padding:17px;border:1px solid var(--line);border-radius:12px;background:#fff}.analytics-card-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.analytics-card-heading span{color:#7a8780;font-size:8px;font-weight:800;text-transform:uppercase}.analytics-card-heading b{font-size:11px}.funnel-row{display:grid;grid-template-columns:63px 1fr 28px;gap:9px;align-items:center;margin-top:15px;color:#66766e;font-size:9px}.funnel-row>i,.analytics-interest>i{display:block;height:7px;overflow:hidden;border-radius:99px;background:#edf1ee}.funnel-row>i b,.analytics-interest>i b{display:block;height:100%;border-radius:inherit;background:#2f8358}.funnel-row:nth-child(4)>i b{background:#d3a943}.funnel-row strong{text-align:right;color:var(--ink);font-size:10px}.analytics-leader-row{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid #edf0ed}.analytics-leader-row:last-child{border:0}.analytics-leader-row span{color:#7b8881;font-size:8px}.analytics-leader-row b{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.analytics-leader-row strong{color:#1e6846;font-size:9px}.analytics-action{display:grid;grid-template-columns:9px 1fr;gap:9px;align-items:start;padding:9px 0;border-bottom:1px solid #edf0ed}.analytics-action:last-child{border:0}.analytics-action>i{width:7px;height:7px;margin-top:3px;border-radius:50%;background:#d2a73c}.analytics-action>i.warning{background:#c35d4d}.analytics-action>i.success{background:#3c9b67}.analytics-action span b,.analytics-action span small{display:block}.analytics-action span b{font-size:9px}.analytics-action span small{margin-top:3px;color:#7a8780;font-size:8px;line-height:1.4}.analytics-table-section{margin-top:11px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff}.analytics-subheading{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.analytics-subheading h3,.analytics-subheading p{margin:0}.analytics-subheading h3{font-size:14px}.analytics-subheading p{margin-top:4px;color:#7a8780;font-size:9px}.analytics-subheading>span{border-radius:99px;padding:5px 8px;background:#eef4ef;color:#577065;font-size:8px;font-weight:800}.analytics-panel .product-analytics-grid{display:grid;grid-template-columns:1fr;gap:0;margin:0}.analytics-panel .product-analytics-card{grid-template-columns:minmax(190px,1.25fr) minmax(125px,.75fr) minmax(360px,1.7fr);gap:18px;min-height:68px;padding:11px 9px;border:0;border-top:1px solid #edf0ed;border-radius:0}.analytics-panel .product-analytics-card:first-child{border-top:0}.analytics-product-identity{display:grid!important;grid-template-columns:31px minmax(0,1fr)!important;gap:9px!important}.analytics-product-identity>span:last-child{min-width:0}.analytics-interest{display:grid;grid-template-columns:1fr 50px;gap:8px;align-items:center}.analytics-interest>span{color:#68776f;font-size:8px;text-align:right}.analytics-panel .product-analytics-card dl{grid-template-columns:repeat(5,1fr);gap:2px}.analytics-panel .product-analytics-card dt{font-size:7px}.analytics-panel .product-analytics-card dd{font-size:10px}.analytics-panel .low-interest{top:4px;right:5px}

.live-visitor-metric{border-color:#b9dcc4!important;background:linear-gradient(145deg,#f0faf3,#fff)!important}.live-visitor-metric>span{display:flex!important;align-items:center;gap:6px;color:#28794d!important}.live-visitor-metric>span i{position:relative;width:8px;height:8px;border-radius:50%;background:#2c9a60}.live-visitor-metric>span i:after{position:absolute;content:'';inset:-4px;border:1px solid rgba(44,154,96,.4);border-radius:50%;animation:presence-pulse 1.8s ease-out infinite}@keyframes presence-pulse{0%{transform:scale(.7);opacity:1}100%{transform:scale(1.6);opacity:0}}.product-signal{display:grid;gap:5px;justify-items:start}.product-signal small{color:#74827a;font-size:8px;line-height:1.35}.signal-badge{display:inline-flex;border-radius:99px;padding:5px 8px;font-size:8px;font-weight:900;white-space:nowrap}.signal-badge.is-strong{background:#dff3e5;color:#176c40}.signal-badge.is-selling{background:#e8f4ea;color:#26764b}.signal-badge.is-waiting{background:#e8f0fa;color:#315f91}.signal-badge.is-conversion{background:#fff0d5;color:#8a5b08}.signal-badge.is-interest{background:#ede8f8;color:#65518e}.signal-badge.is-growing{background:#f0f2ed;color:#607065}.signal-badge.is-low{background:#f8e9e6;color:#a84d43}

/* v32 secure staff access */
.staff-login-form{display:grid;gap:10px}.staff-login-form label{display:grid;gap:6px;color:#607168;font-size:9px;font-weight:800}.staff-login-form input{width:100%;height:43px;border:1px solid #d6dfd8;border-radius:9px;background:#fff;padding:0 11px;color:var(--ink);outline:none;font:inherit;font-size:11px}.staff-login-form input:focus{border-color:#78a487;box-shadow:0 0 0 3px #e5f0e8}.staff-login-form button:disabled{cursor:wait;opacity:.7}

/* v33 public wholesale showroom and member-only pricing */
.staff-access-link{border:0;background:transparent;color:#8a958f;font-size:9px;font-weight:800}.staff-access-link:hover{color:var(--forest)}.member-login-button{height:37px;padding:0 13px;border:1px solid #b8c9bd;border-radius:10px;background:#fff;color:var(--forest);font-size:10px;font-weight:800}.showroom-visual:before{position:absolute;content:'';inset:0;background:linear-gradient(90deg,rgba(22,58,47,.92),rgba(22,58,47,.12)),url('assets/hero-bg.jpg') center/cover no-repeat;opacity:.72}.showroom-orbit,.showroom-note{z-index:1}.member-price-notice{display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;margin:-20px 0 35px;padding:17px 19px;border:1px solid #ddc99f;border-radius:14px;background:linear-gradient(110deg,#fffaf0,#fff);box-shadow:0 10px 30px rgba(110,79,24,.07)}.member-price-notice>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#b68842;color:#fff;font-family:'DM Mono',monospace;font-size:17px}.member-price-notice b{font-size:12px}.member-price-notice p{margin:4px 0 0;color:#766b57;font-size:10px}.member-price-notice button{height:35px;padding:0 12px;border:1px solid #cbb889;border-radius:9px;background:#fff;color:#6b5225;font-size:9px;font-weight:900}.member-price-notice button:first-of-type{border-color:#92702f;background:#92702f;color:#fff}.locked-price{display:grid;gap:5px;margin-top:12px;padding:10px;border:1px solid #ead9b7;border-radius:10px;background:#fffaf1}.locked-price span{color:#876a34;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.locked-price b{color:#3f493f;font-size:10px}.locked-price button,.detail-price-locked button{width:max-content;border:0;border-bottom:1px solid currentColor;background:transparent;padding:2px 0;color:#8a6322;font-size:9px;font-weight:900}.detail-price-locked{border-radius:8px;background:#fffaf1!important}.detail-price-locked dd{display:grid!important;gap:5px;color:#7c6740!important;font-size:9px!important}
.price-load-error{border-color:#e9c2bc;background:#fff4f1}.price-load-error span,.price-load-error button{color:#a34e45}
.section-heading-actions{display:flex;align-items:center;gap:8px}.section-heading-actions .secondary-button{min-height:38px;font-size:10px}.price-required-note{margin:11px 0 0;padding:9px 10px;border-radius:8px;background:#fff8e9;color:#7f632d;font-size:9px;font-weight:700}.bulk-price-panel{width:min(980px,96vw);padding-bottom:0}.bulk-price-panel .modal-product-head p:last-child{margin:7px 0 0;color:#6e7d75;font-size:10px}.bulk-price-summary{display:flex;justify-content:space-between;gap:10px;margin:17px 0 10px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#f8faf8;font-size:10px}.bulk-price-summary span{color:#2c784e;font-weight:900}.bulk-price-summary .has-missing{color:#ad4e43}.bulk-price-rows{display:grid;gap:7px;max-height:58vh;overflow:auto;padding-right:4px}.bulk-price-row{display:grid;grid-template-columns:minmax(280px,1.5fr) minmax(150px,.7fr) 120px;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:11px;background:#fff}.bulk-price-row.is-missing{border-color:#e8bdb6;background:#fffafa}.bulk-price-product{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center;min-width:0}.bulk-price-product>span{width:48px;height:58px;border-radius:8px;background-color:#edf1ee;background-position:center;background-repeat:no-repeat;background-size:cover}.bulk-price-product b,.bulk-price-product strong,.bulk-price-product small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulk-price-product b{color:#64736b;font-family:'DM Mono',monospace;font-size:8px}.bulk-price-product strong{margin-top:3px;font-size:10px}.bulk-price-product small{margin-top:3px;color:#849088;font-size:8px}.bulk-price-row label{display:grid;gap:5px;color:#68776f;font-size:8px;font-weight:800}.bulk-price-row input{width:100%;height:38px;border:1px solid #d6dfd8;border-radius:8px;padding:0 10px;color:var(--ink);outline:none;font:inherit;font-size:11px}.bulk-price-row input:focus{border-color:#78a487;box-shadow:0 0 0 3px #e5f0e8}.bulk-price-panel .modal-actions{position:sticky;bottom:0;margin:14px -24px 0;padding:13px 24px;background:#fff;border-top:1px solid var(--line)}
@media(max-width:680px){.staff-access-link{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border:1px solid #d6e2d8;border-radius:8px;background:#fff;font-size:0}.staff-access-link:after{content:'Y';font-size:8px;font-weight:900}.member-login-button{height:33px;padding:0 8px;font-size:8px}.member-price-notice{grid-template-columns:auto 1fr;margin:14px 14px 0;padding:13px}.member-price-notice>button{grid-row:2;grid-column:auto}.member-price-notice p{font-size:8px}.showroom-visual:before{opacity:.6}.locked-price{padding:8px}.locked-price b{font-size:8px}.locked-price button{font-size:8px}}
@media(max-width:680px){.section-heading-actions .secondary-button{min-height:32px;padding:0 8px;font-size:8px}.bulk-price-panel{width:100%;padding:20px 12px 0}.bulk-price-row{grid-template-columns:1fr 1fr;padding:9px}.bulk-price-product{grid-column:1/-1}.bulk-price-rows{max-height:64vh}.bulk-price-panel .modal-actions{margin:12px -12px 0;padding:11px 12px}.bulk-price-summary{font-size:9px}}

/* v29 two-way messaging */
.message-workspace{display:grid;grid-template-columns:minmax(270px,34%) 1fr;min-height:610px;margin-top:20px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}.conversation-list{max-height:610px;overflow:auto;border-right:1px solid var(--line);background:#f8faf8}.conversation-list-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;width:100%;padding:14px 12px;border:0;border-bottom:1px solid #e9eeea;background:transparent;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.conversation-list-item:hover,.conversation-list-item.is-active{background:#fff}.conversation-list-item.is-active{box-shadow:inset 3px 0 #2d7b53}.conversation-list-item>span:nth-child(2){min-width:0}.conversation-list-item b,.conversation-list-item small,.conversation-list-item p{display:block;overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.conversation-list-item b{font-size:10px}.conversation-list-item small{margin-top:3px;color:#7a8780;font-size:8px}.conversation-list-item p{margin-top:7px;color:#5f6f67;font-size:9px}.conversation-meta{display:grid;justify-items:end;gap:8px}.conversation-meta time{color:#8a958f;font-size:7px;white-space:nowrap}.conversation-meta i{display:grid;place-items:center;min-width:17px;height:17px;border-radius:99px;background:#2d7b53;color:#fff;font-size:7px;font-style:normal;font-weight:900}.message-empty,.message-thread-empty{display:grid;place-content:center;min-height:100%;padding:30px;text-align:center}.message-empty b,.message-empty span,.message-thread-empty h3,.message-thread-empty p{display:block;margin:0}.message-empty b,.message-thread-empty h3{font-size:13px}.message-empty span,.message-thread-empty p{margin-top:6px;color:#7a8780;font-size:9px;line-height:1.5}.message-thread-empty>span{display:grid;place-items:center;width:45px;height:45px;margin:0 auto 13px;border-radius:13px;background:#e8f2eb;color:#2b7550;font-size:0}.message-thread-empty>span:before{content:'•••';font-size:13px;letter-spacing:2px}.conversation-thread{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;max-height:610px}.conversation-header{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--line)}.conversation-header>div{min-width:0;margin-right:auto}.conversation-header b,.conversation-header small{display:block}.conversation-header b{font-size:11px}.conversation-header small{margin-top:3px;color:#77857e;font-size:8px}.conversation-header button{height:31px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 9px;color:#4f6359;font-size:8px;font-weight:800}.conversation-messages{display:flex;flex-direction:column;gap:9px;overflow:auto;padding:20px;background:#f7f9f7}.conversation-bubble{width:fit-content;max-width:min(76%,560px);padding:10px 12px;border:1px solid #dfe6e0;border-radius:4px 13px 13px 13px;background:#fff}.conversation-bubble.is-staff{align-self:flex-end;border-color:#bfd9c6;border-radius:13px 4px 13px 13px;background:#e9f5ec}.conversation-bubble span,.conversation-bubble time{display:block;color:#74827a;font-size:7px}.conversation-bubble p{margin:5px 0;color:#26362e;font-size:10px;line-height:1.55;white-space:pre-wrap}.conversation-bubble time{text-align:right}.admin-reply-form{padding:13px 15px;border-top:1px solid var(--line);background:#fff}.admin-reply-form>label{display:block;margin-bottom:6px;color:#617169;font-size:8px;font-weight:800}.admin-reply-form>div{display:grid;grid-template-columns:1fr auto;gap:8px}.admin-reply-form textarea{min-height:62px;resize:none;border:1px solid #d8e1da;border-radius:9px;padding:10px;color:var(--ink);outline:none;font:inherit;font-size:10px}.admin-reply-form textarea:focus{border-color:#78a487;box-shadow:0 0 0 3px #e5f0e8}.admin-reply-form button{align-self:end;height:38px}.admin-reply-form>small{display:block;margin-top:6px;color:#8a958f;font-size:7px}.account-section-heading{display:flex;align-items:end;justify-content:space-between}.account-section-heading h3,.account-section-heading p{margin:0}.account-section-heading p{margin-top:4px;color:#7a8780;font-size:8px}.account-section-heading>span{border-radius:99px;padding:4px 7px;background:#edf4ee;color:#557064;font-size:7px;font-weight:800}.account-conversation{display:flex;flex-direction:column;gap:8px;max-height:315px;overflow:auto;margin-top:11px;padding:13px;border:1px solid var(--line);border-radius:11px;background:#f7f9f7}.account-message{width:fit-content;max-width:82%;margin:0;padding:9px 11px;border:1px solid #dfe6e0;border-radius:4px 12px 12px 12px;background:#fff}.account-message.is-customer{align-self:flex-end;border-color:#bfd9c6;border-radius:12px 4px 12px 12px;background:#e9f5ec}.account-message b{display:block;font-size:8px}.account-message p{margin:4px 0 0}.account-conversation-empty{padding:18px;color:#7a8780;font-size:9px;text-align:center}.customer-conversation-section .customer-message-form{grid-template-columns:1fr auto;align-items:end;margin-top:9px}.customer-conversation-section .customer-message-form textarea{min-height:62px}.customer-conversation-section .customer-message-form button{height:40px}

.insight-message.is-staff{margin-left:12px;border-left:2px solid #7fb28d;padding-left:10px;background:#f2f8f3}.insight-message>b{display:block;margin-bottom:4px;color:#557067;font-size:8px}

/* v29 customer mobile navigation */
@media (max-width:680px){
  .mobile-b2b-nav{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));height:68px;padding:5px;border:1px solid rgba(198,211,202,.94);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 35px rgba(18,48,35,.18);backdrop-filter:blur(18px)}
  .b2b-header .profile-trigger,.b2b-header .logout-icon{display:none}
  .mobile-b2b-nav a,.mobile-b2b-nav button{display:grid;grid-template-rows:30px 15px;align-content:center;justify-items:center;gap:1px;min-width:0;border-radius:13px;color:#78867f;font-size:8px;font-weight:750;transition:background .18s,color .18s}
  .mobile-b2b-nav a>span,.mobile-b2b-nav button>span{display:block;width:auto;min-width:0;height:auto;margin:0;border-radius:0;background:transparent;color:inherit;font-size:8px;line-height:15px;white-space:nowrap}
  .mobile-b2b-nav a.is-active,.mobile-b2b-nav button.is-active{background:#e9f3ec;color:#145f40}
  .mobile-b2b-nav .mobile-logout{color:#9a5149}
  .mobile-nav-icon{position:relative;display:grid;place-items:center;width:28px;height:28px;color:inherit;font-size:0}
  .mobile-nav-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-nav-icon i{top:-2px;right:-4px;min-width:16px;height:16px;border:2px solid #fff;background:#c64f46;font-size:7px;line-height:12px}
  .analytics-toolbar{grid-template-columns:1fr 1fr;padding:9px}.analytics-toolbar .analytics-search{grid-column:1/-1;grid-row:1}.analytics-panel .analytics-metrics{grid-template-columns:1fr 1fr}.analytics-panel .analytics-metrics article{min-height:94px;padding:13px}.analytics-panel .analytics-metrics article:last-child{grid-column:1/-1}.analytics-highlights{grid-template-columns:1fr}.analytics-highlights>article{min-height:0}.analytics-table-section{padding:11px}.analytics-panel .product-analytics-card{grid-template-columns:1fr;gap:9px;padding:13px 4px}.product-signal{justify-items:start}.analytics-panel .product-analytics-card dl{padding-top:9px;border-top:1px solid #edf0ed}.message-workspace{display:block;min-height:0}.conversation-list{max-height:220px;border-right:0;border-bottom:1px solid var(--line)}.conversation-thread{height:560px;max-height:70svh}.conversation-header{padding:11px}.conversation-header button{display:none}.conversation-messages{padding:13px}.conversation-bubble{max-width:88%}.admin-reply-form{padding:10px}.admin-reply-form>div{grid-template-columns:1fr}.admin-reply-form button{justify-self:end}.customer-conversation-section .customer-message-form{grid-template-columns:1fr}.customer-conversation-section .customer-message-form button{justify-self:stretch}.account-message{max-width:90%}
}

/* v37 final cascade */
.product-modal-panel{width:min(1040px,96vw)}
@media(max-width:680px){.product-modal-panel{width:100%}}

/* v38 compact wholesale showroom */
.showroom-hero{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);min-height:448px;border-radius:22px;background:#103a2d}
.showroom-hero:before{display:none}
.showroom-copy{align-self:center;max-width:none;padding:46px 50px}
.showroom-copy h1{max-width:760px;font-size:clamp(42px,4.1vw,62px);line-height:1.01}
.showroom-copy>p:not(.eyebrow){max-width:700px;margin-top:18px;font-size:13px;line-height:1.65}
.whatsapp-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:22px}
.whatsapp-flow>span{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:8px;min-width:0;padding:9px 10px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.07)}
.whatsapp-flow b{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fff;color:#174738;font-family:'DM Mono',monospace;font-size:9px}
.whatsapp-flow small{overflow:hidden;color:#e3eee6;font-size:9px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.showroom-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:22px}
.showroom-buttons>*{width:100%;min-width:0;text-align:center}
.showroom-visual{position:relative;min-height:100%;overflow:hidden;background:#183c31}
.showroom-visual:before{position:absolute;content:'';inset:0;background:linear-gradient(180deg,rgba(10,38,29,.05),rgba(10,38,29,.7)),url('assets/hero-bg.jpg') center/cover no-repeat;opacity:.9}
.showroom-proof-card{position:absolute;z-index:1;top:44px;right:35px;left:35px;padding:22px;border:1px solid rgba(255,255,255,.27);border-radius:17px;background:rgba(8,33,25,.58);box-shadow:0 18px 46px rgba(4,22,16,.22);backdrop-filter:blur(12px)}
.showroom-proof-card span,.showroom-proof-card b,.showroom-proof-card small{display:block}
.showroom-proof-card span{color:#c8dfce;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.08em}
.showroom-proof-card b{max-width:270px;margin-top:9px;font-size:22px;letter-spacing:-.04em;line-height:1.15}
.showroom-proof-card small{max-width:285px;margin-top:8px;color:#d8e6dc;font-size:10px;line-height:1.55}
.showroom-note{right:35px;bottom:35px;left:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px}
.showroom-note span{margin:0;white-space:nowrap}.showroom-note b{text-align:right}
.customer-highlights{margin:12px 0 34px}.customer-highlights span{position:relative;padding-left:39px}.customer-highlights span:before{position:absolute;content:'✓';left:17px;top:50%;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#e6f2e9;color:#276e4d;font-size:8px;transform:translateY(-50%)}

.catalog-grid{gap:14px}.catalog-card{display:flex;flex-direction:column;border-radius:18px;box-shadow:0 7px 22px rgba(20,49,37,.05)}
.catalog-card-media{position:relative}.catalog-card .favorite-button{top:10px;right:10px}.catalog-photo{aspect-ratio:4/4.7}.catalog-photo span{bottom:10px;left:10px}.catalog-photo b{position:absolute;z-index:1;right:10px;bottom:10px;border:1px solid rgba(255,255,255,.28);border-radius:8px;padding:6px 8px;background:rgba(11,42,31,.77);color:#fff;font-size:8px}
.catalog-card-body{display:grid;grid-template-rows:auto auto auto auto auto;gap:10px;flex:1;padding:14px}
.catalog-card-heading{display:flex;align-items:start;justify-content:space-between;gap:8px}.catalog-card-heading>div{min-width:0}.catalog-card-heading p{margin:0;color:#7a8881;font-family:'DM Mono',monospace;font-size:8px;text-transform:uppercase}.catalog-card h3{min-height:0;margin-top:4px;font-size:14px}.catalog-card-heading .rpt-badge{flex:0 0 auto;margin-top:0;padding:4px 6px;border-radius:6px;font-size:7px}
.catalog-color-summary{display:flex;align-items:center;gap:5px;min-height:25px;overflow:hidden}.catalog-color-summary span{display:inline-flex;align-items:center;gap:4px;min-width:0;padding:4px 6px;border:1px solid #e4eae5;border-radius:99px;background:#fafbf9;color:#65756d;font-size:7px;white-space:nowrap}.catalog-color-summary i{width:9px;height:9px;flex:0 0 9px;border:1px solid rgba(16,35,29,.14);border-radius:50%;background:var(--swatch)}.catalog-color-summary>b{display:grid;place-items:center;min-width:23px;height:21px;border-radius:99px;background:#eef2ee;color:#5f7067;font-size:7px}
.catalog-series-price{display:grid;grid-template-columns:1fr auto;align-items:end;gap:4px 8px;padding:10px 11px;border:1px solid #cfe1d4;border-radius:11px;background:#f0f7f2}.catalog-series-price span{color:#547064;font-size:8px;font-weight:900;text-transform:uppercase}.catalog-series-price strong{grid-row:1/3;grid-column:2;font-size:17px;letter-spacing:-.04em}.catalog-series-price button{justify-self:start;border:0;border-bottom:1px solid currentColor;background:transparent;padding:2px 0;color:#875f21;font-size:8px;font-weight:900}.catalog-series-price.is-locked{border-color:#e7d5ae;background:#fff9ed}.catalog-series-price.is-locked span{color:#81662f}.catalog-series-price.is-locked strong{font-size:12px}.catalog-series-price.is-error{border-color:#edc7c1;background:#fff5f2}.catalog-series-price.is-error strong,.catalog-series-price.is-error button{color:#a34e45}.catalog-series-meta{display:flex;justify-content:space-between;gap:6px;color:#6f7e76;font-size:8px}.catalog-series-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-series-meta b{flex:0 0 auto;color:#42564c}.catalog-detail-button{align-self:end;width:100%;min-height:36px!important;font-size:9px!important}

.catalog-detail-panel{width:min(980px,calc(100% - 32px));overflow:hidden;padding:24px}.catalog-detail-panel>h2{max-width:calc(100% - 45px);font-size:25px}.catalog-detail-grid{grid-template-columns:minmax(300px,.94fr) minmax(390px,1.06fr);gap:20px;margin-top:16px}.catalog-gallery{min-width:0}.catalog-detail-photo{min-height:510px;border-radius:15px;background-color:#edf1ee}.catalog-gallery-thumbs{margin-top:8px}.catalog-gallery-thumbs button{width:54px;height:67px;flex-basis:54px}.catalog-detail-info{align-content:start;gap:11px;min-width:0}.detail-description{display:-webkit-box;overflow:hidden;color:#6b7972!important;font-size:10px;line-height:1.5!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.detail-price-card{display:grid;grid-template-columns:1fr auto;gap:7px 10px;padding:14px 15px;border:1px solid #bcd9c5;border-radius:13px;background:linear-gradient(135deg,#e9f5ec,#f8fbf9)}.detail-price-card>div{display:flex;align-items:end;justify-content:space-between;gap:12px;grid-column:1/-1}.detail-price-card span{color:#4d6e60;font-size:9px;font-weight:900;text-transform:uppercase}.detail-price-card strong{color:#103b2d;font-size:25px;letter-spacing:-.05em}.detail-price-card p{display:flex;justify-content:space-between;grid-column:1/-1;margin:0;color:#66776e!important;font-size:9px!important}.detail-price-card p b{color:#344c41}.detail-price-card button{border:0;border-bottom:1px solid currentColor;background:transparent;color:#9c4c43;font-size:9px;font-weight:900}.detail-price-card.is-locked{border-color:#e5cf9e;background:#fff9ec}.detail-price-card.is-locked strong{font-size:16px;color:#765721}.detail-price-card.is-locked p{display:block}.detail-price-card.is-error{border-color:#ecc4bd;background:#fff4f1}.detail-price-card.is-error strong{font-size:15px;color:#a44d43}
.color-picker legend{margin-bottom:6px;font-size:10px}.color-picker>div{flex-wrap:nowrap;gap:6px;overflow-x:auto;padding:2px 2px 4px}.color-picker button{min-height:34px;flex:0 0 auto;padding:0 9px;font-size:9px}.detail-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.detail-spec-grid article{min-width:0;padding:9px;border:1px solid #e1e7e2;border-radius:10px;background:#fafbf9}.detail-spec-grid span,.detail-spec-grid b{display:block}.detail-spec-grid span{color:#819087;font-size:7px;font-weight:900;text-transform:uppercase}.detail-spec-grid b{overflow:hidden;margin-top:4px;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.detail-order-bar{display:grid;grid-template-columns:72px minmax(100px,1fr) auto;gap:8px;align-items:end;padding-top:2px}.detail-order-bar label{gap:4px}.detail-order-bar label span,.detail-order-bar>div span{color:#728078;font-size:8px;font-weight:800}.detail-order-bar input{width:100%;height:42px!important}.detail-order-bar>div{display:grid;gap:4px}.detail-order-bar>div strong{font-size:15px}.detail-order-bar .primary-button{min-height:42px;padding:0 15px;font-size:10px}.detail-wide-action{width:100%;min-height:42px;font-size:10px}

.guest-mobile-dock{display:none}

@media(max-width:680px){
  .b2b-header{height:58px;padding:0 12px}.b2b-wordmark{font-size:12px}.b2b-wordmark .brand-mark{width:31px;height:31px}.b2b-wordmark small{font-size:7px}.b2b-account{gap:5px}.customer-shell.is-guest #customerCartButton,.customer-shell.is-guest .profile-trigger{display:none}.staff-access-link{width:30px;height:30px;flex-basis:30px}.member-login-button{height:31px;padding:0 9px;font-size:8px}
  .b2b-main{padding-bottom:86px}.showroom-hero{display:grid;grid-template-columns:1fr;min-height:0;margin:10px 12px 0;border-radius:20px}.showroom-copy{padding:25px 20px 20px}.showroom-copy .eyebrow{margin-bottom:9px;font-size:8px}.showroom-copy h1{max-width:340px;font-size:35px;line-height:1}.showroom-copy>p:not(.eyebrow){max-width:345px;margin-top:13px;font-size:10px;line-height:1.55}.whatsapp-flow{gap:5px;margin-top:16px}.whatsapp-flow>span{display:grid;grid-template-columns:1fr;justify-items:start;gap:4px;padding:7px}.whatsapp-flow b{width:23px;height:23px;font-size:7px}.whatsapp-flow small{width:100%;font-size:7px}.showroom-buttons{grid-template-columns:1fr 1fr;gap:7px;margin-top:16px}.showroom-buttons>*{min-height:39px!important;padding:0 8px!important;font-size:8px!important}.showroom-buttons .feedback-button{grid-column:auto;flex-basis:auto}.showroom-visual{height:150px;min-height:150px}.showroom-proof-card{top:18px;right:18px;left:18px;padding:12px 13px;border-radius:12px}.showroom-proof-card b{max-width:230px;margin-top:5px;font-size:15px}.showroom-proof-card small{margin-top:5px;font-size:8px;line-height:1.4}.showroom-note{right:18px;bottom:15px;left:18px;padding:8px 10px}.showroom-note span,.showroom-note b{font-size:7px}.customer-highlights{margin-top:10px;border-top:0}.customer-highlights span{padding:11px 10px 11px 30px;font-size:8px}.customer-highlights span:before{left:9px}.member-price-notice{display:none!important}
  .catalog-section{padding:25px 12px 0}.catalog-section-head h2{font-size:22px}.catalog-section-head>div>p:last-child{display:none}.catalog-tools{gap:6px;margin-top:14px}.catalog-tools label>span{font-size:8px}.catalog-tools input,.catalog-tools select{height:36px}.catalog-grid{grid-template-columns:1fr;gap:10px;margin-top:12px}.catalog-card{display:grid;grid-template-columns:132px minmax(0,1fr);min-height:202px;border-radius:15px}.catalog-card-media{min-height:100%}.catalog-photo{height:100%;min-height:202px;aspect-ratio:auto}.catalog-photo:after{height:50%}.catalog-photo span{bottom:9px;left:8px}.catalog-photo b{right:8px;bottom:9px;padding:4px 5px;font-size:6px}.catalog-card-body{grid-template-rows:auto auto auto auto 32px;gap:7px;padding:10px}.catalog-card h3{margin-top:3px;font-size:11px;line-height:1.2}.catalog-card-heading p{font-size:7px}.catalog-card-heading .rpt-badge{display:none}.catalog-color-summary{gap:3px;min-height:21px}.catalog-color-summary span{max-width:62px;padding:3px 4px;font-size:6px;overflow:hidden;text-overflow:ellipsis}.catalog-color-summary i{width:8px;height:8px;flex-basis:8px}.catalog-series-price{padding:7px 8px;border-radius:9px}.catalog-series-price span{font-size:7px}.catalog-series-price strong{font-size:14px}.catalog-series-price.is-locked strong,.catalog-series-price.is-error strong{font-size:9px}.catalog-series-price button{font-size:7px}.catalog-series-meta{font-size:7px}.catalog-detail-button{min-height:32px!important;font-size:8px!important}.catalog-card.is-rpt:before{top:7px;left:7px;padding:4px 5px;font-size:6px}.recent-section{margin-top:22px}
  .mobile-b2b-nav{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));height:66px}.guest-mobile-dock:not([hidden]){position:fixed;z-index:31;right:8px;bottom:max(8px,env(safe-area-inset-bottom));left:8px;display:grid;grid-template-columns:1.15fr .85fr;gap:7px;padding:6px;border:1px solid rgba(198,211,202,.94);border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 12px 35px rgba(18,48,35,.18);backdrop-filter:blur(18px)}.guest-mobile-dock button{min-height:48px;border-radius:12px;font-size:10px}
  .modal{align-items:end;padding:6px}.catalog-detail-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);width:100%;height:calc(100svh - 12px);max-height:none;overflow:hidden;padding:15px;border-radius:20px}.catalog-detail-panel .modal-close{top:12px;right:12px;width:34px;height:34px}.modal-eyebrow{margin-bottom:3px;font-size:7px}.catalog-detail-panel>h2{overflow:hidden;max-width:calc(100% - 42px);font-size:20px;text-overflow:ellipsis;white-space:nowrap}#catalogDetailBody{min-height:0;overflow:hidden}.catalog-detail-grid{grid-template-columns:1fr;grid-template-rows:minmax(170px,32vh) minmax(0,1fr);gap:9px;height:100%;min-height:0;margin-top:9px}.catalog-gallery{position:relative;min-height:0;overflow:hidden;border-radius:13px}.catalog-detail-photo{height:100%;min-height:0;border-radius:13px}.catalog-gallery-thumbs{position:absolute;right:7px;bottom:7px;left:7px;margin:0;padding:0}.catalog-gallery-thumbs button{width:38px;height:47px;flex-basis:38px;border:2px solid rgba(255,255,255,.9);box-shadow:0 3px 10px rgba(9,30,21,.18)}.catalog-detail-info{display:flex;flex-direction:column;gap:7px;min-height:0;overflow-y:auto;padding:0 1px 2px}.detail-description{flex:0 0 auto;font-size:8px;-webkit-line-clamp:1}.detail-price-card{flex:0 0 auto;padding:9px 10px;border-radius:10px}.detail-price-card strong{font-size:20px}.detail-price-card p{font-size:7px!important}.detail-price-card.is-locked strong,.detail-price-card.is-error strong{font-size:12px}.color-picker{flex:0 0 auto}.color-picker legend{margin-bottom:4px;font-size:8px}.color-picker>div{gap:4px}.color-picker button{min-height:30px;padding:0 7px;font-size:8px}.color-picker button span{width:11px;height:11px}.detail-spec-grid{flex:0 0 auto;gap:5px}.detail-spec-grid article{padding:7px}.detail-spec-grid span{font-size:6px}.detail-spec-grid b{font-size:8px}.detail-order-bar{grid-template-columns:57px minmax(72px,1fr) auto;gap:6px}.detail-order-bar input{height:38px!important;padding:0 7px}.detail-order-bar>div strong{font-size:12px}.detail-order-bar .primary-button{min-height:38px;padding:0 10px;font-size:8px}.detail-wide-action{min-height:39px;font-size:8px}
}

@media(max-width:365px){.showroom-copy h1{font-size:31px}.catalog-card{grid-template-columns:116px minmax(0,1fr)}.whatsapp-flow small{font-size:6px}.catalog-detail-grid{grid-template-rows:minmax(150px,28vh) minmax(0,1fr)}}

/* v39 card-first shopping, category discovery and staff access */
.header-search-button{height:37px;padding:0 13px;border:1px solid #cfdad2;border-radius:10px;background:#fff;color:#26483b;font-size:9px;font-weight:900}
.header-search-button:hover{border-color:#739582;background:#edf5ef}
.catalog-search-panel{position:fixed;z-index:45;inset:0;background:rgba(10,29,22,.46);backdrop-filter:blur(6px)}
.catalog-search-panel>div{display:grid;grid-template-columns:auto minmax(260px,620px) auto;align-items:center;gap:14px;width:min(900px,calc(100% - 40px));margin:94px auto 0;padding:14px 16px;border:1px solid rgba(255,255,255,.75);border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(7,27,19,.24)}
.catalog-search-panel label{color:#41594e;font-size:10px;font-weight:900;white-space:nowrap}.catalog-search-panel input{width:100%;height:48px;border:1px solid #d9e2db;border-radius:11px;background:#f8faf8;padding:0 14px;color:var(--ink);outline:none;font-size:14px}.catalog-search-panel input:focus{border-color:#6f9b7e;box-shadow:0 0 0 4px #e3efe7}.catalog-search-panel button{height:39px;border:0;background:transparent;color:#667970;font-size:9px;font-weight:900}
.catalog-category-chips{display:flex;gap:8px;overflow-x:auto;margin-top:21px;padding:2px 2px 7px;scrollbar-width:none}.catalog-category-chips::-webkit-scrollbar{display:none}.catalog-category-chips button{display:inline-flex;align-items:center;gap:8px;min-height:42px;flex:0 0 auto;border:1px solid #dbe3dc;border-radius:12px;background:#fff;padding:0 12px;color:#51665c;font-size:10px;font-weight:800}.catalog-category-chips button b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:99px;background:#edf2ee;color:#738278;font-size:7px}.catalog-category-chips button:hover{border-color:#99b2a1}.catalog-category-chips button.is-active{border-color:#173f31;background:#173f31;color:#fff;box-shadow:0 8px 20px rgba(15,52,38,.13)}.catalog-category-chips button.is-active b{background:rgba(255,255,255,.15);color:#fff}
.catalog-card-media{min-width:0}.catalog-card-gallery{position:relative;width:100%;aspect-ratio:4/4.7;overflow:hidden;background:#edf1ee}.catalog-card-gallery-track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.catalog-card-gallery-track::-webkit-scrollbar{display:none}.catalog-card-slide{display:block;width:100%;height:100%;flex:0 0 100%;overflow:hidden;scroll-snap-align:start;border:0;background-color:#edf1ee;padding:0}.catalog-card-slide img{display:block;width:100%;height:100%;object-fit:contain}.catalog-card-code,.catalog-card-series{position:absolute;z-index:2;bottom:10px;border-radius:8px;padding:6px 8px;background:rgba(11,42,31,.82);color:#fff;font-size:8px;pointer-events:none}.catalog-card-code{left:10px;font-family:'SFMono-Regular',Consolas,monospace}.catalog-card-series{right:10px;border:1px solid rgba(255,255,255,.22)}
.catalog-swipe-hint{position:absolute;z-index:3;top:50%;right:7px;left:7px;display:flex;align-items:center;justify-content:space-between;color:#fff;filter:drop-shadow(0 2px 5px rgba(5,25,17,.55));pointer-events:none;animation:catalog-swipe-hint 1s ease-in-out 3 forwards}.catalog-swipe-hint i{display:grid;place-items:center;width:25px;height:34px;border-radius:9px;background:rgba(13,42,32,.56);font-size:25px;font-style:normal;line-height:1}.catalog-swipe-hint b{align-self:flex-end;margin-bottom:-58%;border-radius:99px;padding:5px 7px;background:rgba(13,42,32,.62);font-size:7px;letter-spacing:.03em}@keyframes catalog-swipe-hint{0%,100%{opacity:0}35%,65%{opacity:1}}
.catalog-color-summary{overflow-x:auto;scrollbar-width:none}.catalog-color-summary::-webkit-scrollbar{display:none}.catalog-color-summary button{display:inline-flex;align-items:center;gap:4px;min-width:0;flex:0 0 auto;border:1px solid #e2e8e3;border-radius:99px;background:#fff;padding:4px 7px;color:#67786f;font-size:7px;font-weight:800}.catalog-color-summary button i{width:10px;height:10px;flex:0 0 10px;border:1px solid rgba(16,35,29,.15);border-radius:50%;background:var(--swatch)}.catalog-color-summary button.is-selected{border-color:#2a7250;background:#edf7f0;color:#1f6646;box-shadow:0 0 0 2px #dcefe2}
.showroom-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:55px;padding:22px 0 5px;border-top:1px solid #dce3dd}.showroom-footer b,.showroom-footer span{display:block}.showroom-footer b{font-size:11px}.showroom-footer span{margin-top:4px;color:#7a8780;font-size:8px}.showroom-footer button{height:38px;border:1px solid #ccd7cf;border-radius:10px;background:#fff;padding:0 12px;color:#4b6156;font-size:8px;font-weight:900}.showroom-footer button:hover{border-color:#839d8c;background:#eef4ef}

.login-screen{padding:24px;background:#eef1ed}.access-shell{width:min(1060px,100%);min-height:620px;grid-template-columns:.96fr 1.04fr;border:1px solid #dbe2dc;border-radius:30px;background:#fff;box-shadow:0 26px 80px rgba(14,38,29,.12)}.access-intro{min-height:620px;padding:42px;background:linear-gradient(150deg,rgba(8,39,29,.96),rgba(24,72,55,.9)),url('assets/hero-bg.jpg') center/cover no-repeat}.access-intro:after{right:-190px;bottom:-220px;border-color:rgba(255,255,255,.16);box-shadow:0 0 0 56px rgba(255,255,255,.035),0 0 0 112px rgba(255,255,255,.025)}.access-copy h1{max-width:460px;font-family:'Playfair Display',serif;font-size:52px;font-weight:500;line-height:.99}.access-copy p:not(.eyebrow){max-width:430px;font-size:13px;line-height:1.7}.access-proof{display:grid;grid-template-columns:1fr;gap:7px}.access-proof span{position:relative;padding:10px 12px 10px 30px;border-radius:10px;background:rgba(255,255,255,.055);font-size:9px}.access-proof span:before{position:absolute;content:'✓';left:11px;color:#cce5d2}.access-panel{width:min(410px,100%);padding:48px 38px}.access-panel-head h2{font-size:31px}.access-panel-head>p:last-child{max-width:335px;margin-top:12px;font-size:11px}.access-divider{margin:32px 0 17px}.staff-login-form{gap:12px}.staff-login-form label{font-size:9px}.staff-login-form input{height:50px;border-radius:11px;background:#f8faf8;padding:0 13px;font-size:16px}.staff-login-form .primary-button{min-height:48px}.access-panel .centered{margin-top:18px;text-decoration:none}.access-panel .centered:hover{text-decoration:underline}

@media(max-width:680px){
  .header-search-button{width:34px;height:31px;padding:0;font-size:0}.header-search-button:after{content:'Ara';font-size:7px}.catalog-search-panel>div{grid-template-columns:1fr auto;gap:8px;width:calc(100% - 20px);margin-top:68px;padding:12px;border-radius:14px}.catalog-search-panel label{grid-column:1/-1;font-size:8px}.catalog-search-panel input{height:46px;padding:0 11px;font-size:16px}.catalog-search-panel button{height:38px;padding:0 4px;font-size:8px}
  .catalog-category-chips{gap:6px;margin-top:14px;padding-bottom:5px}.catalog-category-chips button{min-height:38px;padding:0 10px;border-radius:11px;font-size:8px}.catalog-category-chips button b{min-width:18px;height:18px;font-size:6px}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-card{display:flex;min-width:0;min-height:0;border-radius:14px}.catalog-card-media{min-height:0;height:auto}.catalog-card-gallery{aspect-ratio:3/4}.catalog-card-gallery-track,.catalog-card-slide{min-height:0}.catalog-card .favorite-button{top:7px;right:7px;width:27px;height:27px}.catalog-card-code,.catalog-card-series{bottom:7px;padding:4px 5px;border-radius:6px;font-size:6px}.catalog-card-code{left:7px}.catalog-card-series{right:7px}.catalog-swipe-hint{right:5px;left:5px}.catalog-swipe-hint i{width:20px;height:29px;font-size:20px}.catalog-swipe-hint b{margin-bottom:-74%;padding:4px 6px;font-size:6px}.catalog-card-body{grid-template-rows:auto auto auto auto 32px;gap:6px;padding:9px}.catalog-card h3{display:-webkit-box;min-height:28px;overflow:hidden;margin-top:2px;font-size:10px;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-card-heading p{font-size:6px}.catalog-card-heading .rpt-badge{display:none}.catalog-color-summary{gap:4px;min-height:23px}.catalog-color-summary button{max-width:74px;padding:3px 5px;font-size:6px}.catalog-color-summary button i{width:9px;height:9px;flex-basis:9px}.catalog-series-price{padding:7px;border-radius:8px}.catalog-series-price span{font-size:6px}.catalog-series-price strong{font-size:12px}.catalog-series-price.is-locked strong,.catalog-series-price.is-error strong{font-size:8px}.catalog-series-price button{font-size:6px}.catalog-series-meta{display:grid;gap:2px;font-size:6px}.catalog-series-meta span{white-space:normal}.catalog-series-meta b{font-size:6px}.catalog-detail-button{min-height:32px!important;padding:0 5px!important;font-size:7px!important}.catalog-card.is-rpt:before{top:7px;left:7px;font-size:5px}
  .showroom-footer{display:grid;gap:12px;margin:38px 12px 0;padding:17px 0 85px}.showroom-footer button{justify-self:start}.b2b-main{padding-bottom:0}
  .login-screen{min-height:100svh;padding:0;background:#fff}.access-shell{display:grid;grid-template-columns:1fr;min-height:100svh;border:0;border-radius:0}.access-intro{min-height:245px;padding:24px 22px;border-radius:0 0 24px 24px}.access-copy{margin:35px 0 0}.access-copy .eyebrow{font-size:7px}.access-copy h1{max-width:330px;font-size:35px}.access-copy p:not(.eyebrow){max-width:335px;margin-top:11px;font-size:9px;line-height:1.55}.access-proof,.access-footer{display:none}.access-panel{align-self:start;width:100%;padding:32px 22px 40px}.access-panel-head h2{font-size:25px}.access-panel-head>p:last-child{margin-bottom:0;font-size:10px}.access-divider{margin:25px 0 14px}.staff-login-form input,#staffLoginPassword{height:50px;font-size:16px!important}.staff-login-form .primary-button{min-height:48px}.access-panel .form-error{font-size:10px}
}

@media(max-width:365px){.catalog-grid{gap:6px}.catalog-card-body{padding:7px}.catalog-color-summary button span{display:none}.catalog-color-summary button{padding:4px}.catalog-series-price strong{font-size:11px}.catalog-detail-button{font-size:6px!important}}

/* v40 — editorial showroom + commerce desk */
:root{
  --ink:#14251f;
  --ink-soft:#59655f;
  --forest:#12382c;
  --forest-2:#245443;
  --paper:#f6f3ec;
  --surface:#fffdfa;
  --line:#dedbd2;
  --line-strong:#c7c1b5;
  --gold:#a9874d;
  --shadow:0 18px 45px rgba(31,43,36,.09);
  --radius:16px;
}
body{background:var(--paper);font-size:14px}
.customer-shell{background:#fbfaf6}
.customer-shell button,.customer-shell input{font-family:'Manrope',Arial,sans-serif}
.b2b-header{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;height:76px;padding:0 max(28px,calc((100vw - 1460px)/2));border-color:#e5e1d9;background:rgba(251,250,246,.96)}
.b2b-header-left{display:flex;align-items:center;gap:22px;min-width:0}
.b2b-wordmark{justify-self:center;text-align:center;font-family:'Playfair Display',serif;font-size:24px;font-weight:600;line-height:.9;letter-spacing:-.035em}
.b2b-wordmark small{margin-top:7px;color:#7b7b72;font-family:'Manrope',Arial,sans-serif;font-size:8px;letter-spacing:.12em}
.b2b-nav{gap:20px;margin:0}.b2b-nav a{border:0;padding:10px 0;color:#4f5b55;font-size:10px;font-weight:700}.b2b-nav a:hover,.b2b-nav a.active{color:var(--forest)}
.header-search-button{height:40px;border-color:transparent;background:transparent;padding:0;color:#203d33;font-size:10px}.header-search-button:hover{border-color:#dedbd2;background:#fff}
.b2b-account{justify-self:end}.staff-header-button{display:inline-flex;align-items:center;gap:6px;height:38px;border:1px solid #ddd9d0;border-radius:10px;background:#fff;padding:0 10px;color:#5c685f;font-size:8px;font-weight:800;white-space:nowrap}.staff-header-button:hover{border-color:#9caaa0;background:#f5f5f0;color:var(--forest)}.staff-header-button i{font-size:14px}
.member-login-button{height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 12px;color:var(--forest);font-size:9px;font-weight:800}
.cart-button{height:42px;border:1px solid #d9d5cc;border-radius:11px;background:#fff;color:var(--ink);font-size:10px;box-shadow:none}.cart-button span{background:var(--forest);color:#fff}
.profile-trigger b{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-trigger span{background:#ebe9e1}.logout-icon{border-color:var(--line);background:#fffdfa}
.b2b-main{width:min(1460px,calc(100% - 56px));padding:18px 0 70px}

.showroom-hero{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(390px,.92fr);min-height:450px;overflow:visible;border:0;border-radius:0;background:transparent;color:var(--ink)}
.showroom-hero:before{display:none}
.season-showcase{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:1fr 1fr;gap:10px;min-width:0}
.season-tile{position:relative;min-height:0;overflow:hidden;border:0;border-radius:16px;background:#e9e4da;padding:0;text-align:left}
.season-tile-primary{grid-row:1/3}.season-photo{position:absolute;inset:0;background-color:#e9e4da;background-position:center;background-repeat:no-repeat;background-size:cover;transition:transform .45s ease}.season-tile:hover .season-photo{transform:scale(1.025)}
.season-caption{position:absolute;right:18px;bottom:18px;left:18px;width:max-content;max-width:calc(100% - 36px);border:1px solid rgba(255,255,255,.5);border-radius:12px;background:rgba(24,38,31,.58);padding:11px 13px;color:#fff;backdrop-filter:blur(8px)}
.season-caption small,.season-caption strong,.season-caption b{display:block}.season-caption small{font-family:'DM Mono',monospace;font-size:7px;letter-spacing:.12em;text-transform:uppercase}.season-caption strong{margin-top:4px;font-family:'Playfair Display',serif;font-size:22px;font-weight:500;line-height:1}.season-caption b{margin-top:7px;font-size:8px;font-weight:700}
.showroom-copy{align-self:stretch;max-width:none;margin-left:10px;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:28px;color:var(--ink)}
.showroom-copy .eyebrow{color:#7b6847}.showroom-copy h1{max-width:520px;font-family:'Playfair Display',serif;font-size:clamp(40px,3.45vw,52px);font-weight:500;line-height:.97;letter-spacing:-.05em}.showroom-copy>p:not(.eyebrow){max-width:510px;margin:12px 0 0;color:#626d66;font-size:11px;line-height:1.55}
.hero-category-links{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;margin-top:15px}.hero-category-links button{min-height:40px;border:1px solid #e2dfd7;border-radius:9px;background:#f7f4ee;padding:0 5px;color:#45534c;font-size:7px;font-weight:800}.hero-category-links button:hover,.hero-category-links button.is-active{border-color:#9f9a8f;background:#fff;color:var(--forest)}
.planner-member-state{display:flex;align-items:center;gap:10px;margin-top:12px;border:1px solid var(--line);border-radius:11px;background:#fbfaf6;padding:9px 11px}.planner-member-state>div{min-width:0;flex:1}.planner-member-state span,.planner-member-state b{display:block}.planner-member-state span{color:#7b837e;font-size:7px}.planner-member-state b{overflow:hidden;margin-top:3px;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.planner-member-state button{min-height:34px;padding:0 10px;border-radius:8px;font-size:8px}.customer-shell.is-member .planner-member-state{border-color:#c9d9cd;background:#f4f8f4}
.ai-buyer-card{margin-top:12px}.ai-buyer-card>label{display:flex;align-items:end;justify-content:space-between;gap:12px}.ai-buyer-card label span{font-size:9px;font-weight:900}.ai-buyer-card label small{color:#7c857f;font-size:6px}.ai-buyer-input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-top:6px;border:1px solid #d5d3cc;border-radius:11px;background:#fff;padding:4px}.ai-buyer-input input{width:100%;height:38px;border:0;background:transparent;padding:0 9px;color:var(--ink);outline:0;font-size:10px}.ai-buyer-input button{min-height:38px;border:0;border-radius:8px;background:var(--forest);padding:0 14px;color:#fff;font-size:8px;font-weight:800}.ai-buyer-suggestions{display:none;gap:6px;overflow-x:auto;margin-top:8px;scrollbar-width:none}.ai-buyer-suggestions::-webkit-scrollbar{display:none}.ai-buyer-suggestions button{min-height:30px;flex:0 0 auto;border:1px solid #e0ddd5;border-radius:99px;background:#faf8f3;padding:0 10px;color:#657068;font-size:7px;font-weight:700}.ai-buyer-suggestions button:hover{border-color:#9fa89f;background:#fff}.ai-buyer-status{min-height:10px;margin:5px 0 0;color:#246345;font-size:7px;font-weight:700;line-height:1.35}
.planner-proofs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:12px}.planner-proofs span{border-top:1px solid #ebe7df;padding-top:9px;color:#79817c;font-size:7px;text-align:center}
.member-price-notice{margin:14px 0 25px;border-color:#ded5bd;border-radius:12px;background:#fffaf0}.member-price-notice>span{background:#efe2c6;color:#765f35}.member-price-notice div b{font-size:10px}.member-price-notice div p{font-size:8px}.member-price-notice button{min-height:35px}

.catalog-section{padding-top:24px}.catalog-section-head{align-items:end}.catalog-section-head h2{font-family:'Playfair Display',serif;font-size:36px;font-weight:500;letter-spacing:-.04em}.catalog-section-head p{font-size:10px}.filter-favorite{height:42px;border-color:#ddd9d0;background:#fffdfa}
.catalog-category-chips{gap:0;margin-top:18px;border:1px solid var(--line);border-radius:13px;background:var(--surface);padding:7px}.catalog-category-chips button{min-height:40px;border:0;border-right:1px solid #ebe7df;border-radius:0;background:transparent;padding:0 15px;font-size:9px}.catalog-category-chips button:last-child{border-right:0}.catalog-category-chips button.is-active{border-radius:9px;background:var(--forest);box-shadow:none}.catalog-category-chips button b{background:#efede7}
.catalog-commerce-layout{display:grid;grid-template-columns:minmax(0,1fr) 268px;gap:16px;align-items:start;margin-top:12px}.catalog-results{min-width:0}.catalog-result-line{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:36px;margin-bottom:9px}.catalog-result-line p{margin:0;color:#778079;font-size:9px}.catalog-result-line button{border:0;background:transparent;color:var(--forest-2);font-size:8px;font-weight:900;text-decoration:underline;text-underline-offset:4px}
.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:0}.catalog-card{display:flex;min-width:0;flex-direction:column;border-color:#dfdcd4;border-radius:13px;background:var(--surface);box-shadow:none;content-visibility:auto;contain-intrinsic-size:auto 560px}.catalog-card:hover{border-color:#bdb8ac;box-shadow:0 12px 30px rgba(35,47,40,.09);transform:translateY(-2px)}.catalog-card-media{background:#eeeae2}.catalog-card-gallery{aspect-ratio:3/3.45;background:#eeeae2}.catalog-card-slide{background-color:#eeeae2}.catalog-card-slide img{object-fit:cover}.catalog-card-code,.catalog-card-series{display:none}.favorite-button{top:9px;right:9px;width:34px;height:34px;border:1px solid rgba(214,211,203,.85);border-radius:10px;background:rgba(255,255,255,.9)}.catalog-card-body{display:flex;flex:1;flex-direction:column;gap:9px;padding:12px}.catalog-card-heading{min-height:47px}.catalog-card-heading p{margin:0;color:#8b8f89;font-family:'SFMono-Regular',Consolas,monospace;font-size:7px;letter-spacing:.02em}.catalog-card h3{min-height:0;margin-top:4px;font-size:12px;line-height:1.3}.catalog-card-heading .rpt-badge{margin-top:4px;font-size:6px}.catalog-color-summary{display:flex;gap:5px;min-height:24px}.catalog-color-summary button{width:20px;height:20px;border-color:transparent;padding:3px}.catalog-color-summary button i{width:12px;height:12px;flex-basis:12px}.catalog-color-summary button span{display:none}.catalog-color-summary button.is-selected{border-color:#476859;background:#fff;box-shadow:none}
.catalog-series-price{display:flex;align-items:end;justify-content:space-between;gap:6px;margin-top:auto;border:0;border-top:1px solid #ece8e0;border-radius:0;background:transparent;padding:10px 0 0}.catalog-series-price span{color:#6e7670;font-size:8px}.catalog-series-price strong{color:var(--ink);font-size:18px;letter-spacing:-.05em}.catalog-series-price button{border:0;background:transparent;color:var(--forest-2);font-size:7px;font-weight:900;text-decoration:underline}.catalog-series-price.is-locked,.catalog-series-price.is-error{border-color:#ece8e0;background:transparent}.catalog-series-price.is-locked strong,.catalog-series-price.is-error strong{font-size:11px}.catalog-series-meta{display:flex;color:#7d847f;font-size:7px}.catalog-series-meta b{color:#505b55}.catalog-card-actions-v40{display:grid;grid-template-columns:1.25fr .85fr;gap:6px}.catalog-card-actions-v40 button{min-height:38px;border-radius:9px;font-size:8px;font-weight:800}.catalog-detail-button-v40{border:1px solid #d6d3cb;background:#fff;color:var(--forest)}
.desktop-order-desk{position:sticky;top:94px;overflow:hidden;border:1px solid #dcd8cf;border-radius:14px;background:var(--surface)}.order-desk-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e9e5dc}.order-desk-head span{color:#7b827d;font-size:8px}.order-desk-head h3{margin:4px 0 0;font-family:'Playfair Display',serif;font-size:19px;font-weight:500}.order-desk-head>b{display:grid;place-items:center;min-width:26px;height:26px;border-radius:99px;background:#f0ede6;color:#5d685f;font-size:9px}.order-desk-items{display:grid;max-height:350px;overflow:auto}.order-desk-line{display:grid;grid-template-columns:47px minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px 12px;border-bottom:1px solid #ece8e0}.order-desk-line>span{width:47px;height:58px;border-radius:7px;background:#eeeae2 center/cover no-repeat}.order-desk-line b,.order-desk-line small,.order-desk-line strong{display:block}.order-desk-line b{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.order-desk-line small{margin-top:3px;color:#858b87;font-size:7px}.order-desk-line strong{margin-top:5px;font-size:8px}.order-desk-line>button{width:24px;height:24px;border:0;background:transparent;color:#8b4b44}.order-desk-empty,.order-desk-guest{padding:22px 16px;color:#68736d;text-align:left}.order-desk-empty strong,.order-desk-guest strong{color:var(--ink);font-family:'Playfair Display',serif;font-size:17px;font-weight:500}.order-desk-empty p,.order-desk-guest p{margin:7px 0 0;font-size:8px;line-height:1.55}.order-desk-guest .primary-button{width:100%;min-height:42px;margin-top:15px;font-size:8px}.order-desk-guest>button:last-child{width:100%;min-height:36px;border:0;background:transparent;color:var(--forest-2);font-size:8px;font-weight:800}.order-desk-more{width:100%;min-height:34px;border:0;border-bottom:1px solid #ece8e0;background:#faf8f3;color:#59665f;font-size:8px}.order-desk-totals{padding:14px}.order-desk-totals p{display:flex;justify-content:space-between;margin:0 0 7px;color:#747d78;font-size:8px}.order-desk-totals .is-total{align-items:end;margin-top:12px;border-top:1px solid #e6e2d9;padding-top:12px}.order-desk-totals .is-total strong{color:var(--ink);font-size:17px;letter-spacing:-.04em}.order-desk-totals .whatsapp-order{min-height:42px;margin-top:8px;font-size:8px}.order-desk-totals>button:last-child{width:100%;min-height:35px;border:0;background:transparent;color:#56645d;font-size:8px;font-weight:800}
.order-desk-smart,.smart-cart-insight{display:grid;gap:3px;border-top:1px solid #e0e8e1;border-bottom:1px solid #e0e8e1;background:#f3f8f3;padding:10px 14px}.order-desk-smart b,.smart-cart-insight b{color:#2d674b;font-size:7px;text-transform:uppercase;letter-spacing:.06em}.order-desk-smart span,.smart-cart-insight span{color:#596a60;font-size:7px;line-height:1.45}.smart-cart-insight{margin:-2px 0 13px;border-radius:10px}
.showroom-footer{margin-top:60px;border-color:#dfdbd3}

.modal{z-index:100;background:rgba(18,29,24,.48)}.modal-panel{border:1px solid rgba(255,255,255,.7);border-radius:18px;background:#fffdfa}.auth-heading h2,.catalog-detail-panel>h2,.drawer-heading h2{font-family:'Playfair Display',serif;font-weight:500}.auth-modal{box-shadow:0 28px 80px rgba(15,30,22,.24)}
.catalog-detail-grid{grid-template-columns:minmax(320px,.96fr) minmax(360px,1.04fr)}.catalog-detail-photo{background-color:#eeeae2}.detail-price-card{border-color:#d7dfd8;background:#f6faf6}.detail-price-card.is-locked{border-color:#e2d7bd;background:#fffaf0}.color-picker button{min-height:42px}.detail-wide-action{min-height:46px}

.app-shell{background:#f4f1ea}.admin-sidebar{border-color:#dedbd2;background:#17382e;color:#fff}.sidebar-brand{color:#d9e4df}.sidebar-brand b{color:#fff}.sidebar-nav{gap:6px}.nav-item{color:#bfcfc7}.nav-item span{color:#78968a}.nav-item:hover,.nav-item.active{background:#fff;color:#17382e}.sidebar-note{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.06);color:#d5e0da}.sidebar-note small{color:#adc0b6}.sidebar-user strong{color:#fff}.sidebar-user small,.sidebar-logout{color:#b7c9c0}.admin-main{padding:0 38px 54px}.admin-header h1,.section-heading h2{font-family:'Playfair Display',serif;font-weight:500}.metric,.management-section{border-color:#dedbd2;border-radius:15px;background:#fffdfa}.metric{box-shadow:0 8px 22px rgba(30,43,35,.04)}
.ai-product-draft{display:grid;grid-template-columns:1fr auto;gap:5px 14px;align-items:center;margin-bottom:16px;border:1px solid #cddbcf;border-radius:12px;background:#f3f8f3;padding:12px 14px}.ai-product-draft span,.ai-product-draft b{display:block}.ai-product-draft span{color:#2c6a4a;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ai-product-draft b{margin-top:4px;color:#4e6056;font-size:9px}.ai-product-draft button{min-height:38px;border:0;border-radius:9px;background:var(--forest);padding:0 13px;color:#fff;font-size:8px;font-weight:900}.ai-product-draft p{grid-column:1/-1;min-height:0;margin:2px 0 0;color:#2b744f;font-size:8px;font-weight:700}

@media(max-width:1180px){
  .b2b-nav{display:none}.showroom-hero{grid-template-columns:minmax(0,1.35fr) minmax(360px,1fr)}.showroom-copy{padding:28px 25px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-commerce-layout{grid-template-columns:minmax(0,1fr) 250px}.whatsapp-header-link{display:none}
}

@media(max-width:820px){
  .b2b-header{grid-template-columns:auto 1fr auto;height:66px;padding:0 16px}.b2b-header-left{gap:0}.b2b-wordmark{font-size:20px}.b2b-account{gap:5px}.profile-trigger b,.logout-icon{display:none}.showroom-hero{grid-template-columns:1fr}.season-showcase{min-height:390px}.showroom-copy{margin:10px 0 0}.catalog-commerce-layout{grid-template-columns:1fr}.desktop-order-desk{display:none}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:680px){
  body{background:#fbfaf6}.b2b-header{height:62px;padding:0 12px}.b2b-header-left{justify-self:start}.header-search-button{width:40px;height:40px;border:1px solid #dfdbd3;border-radius:10px;font-size:0}.header-search-button:after{content:'Ara';font-size:7px}.b2b-wordmark{font-size:18px;line-height:.9}.b2b-wordmark small{margin-top:5px;font-size:6px}.b2b-account{justify-self:end}.member-login-button,.profile-trigger{display:none}.staff-header-button{width:40px;height:40px;justify-content:center;padding:0}.staff-header-button span{display:none}.staff-header-button i{font-size:16px}.cart-button{width:42px;height:40px;padding:0;font-size:0}.cart-button span{min-width:20px;height:20px;font-size:8px}.customer-shell.is-guest #customerCartButton{display:none}.b2b-main{width:100%;padding:0 0 104px}
  .showroom-hero{display:grid;grid-template-columns:1fr;margin:0;border-radius:0}.season-showcase{grid-template-columns:1.32fr 1fr;min-height:284px;gap:5px;padding:8px 8px 0}.season-tile{border-radius:12px}.season-caption{right:8px;bottom:8px;left:8px;border-radius:9px;padding:8px}.season-caption small{font-size:6px}.season-caption strong{font-size:15px}.season-caption b{display:none}.showroom-copy{margin:8px 8px 0;border-radius:14px;padding:22px 16px}.showroom-copy .eyebrow{font-size:7px}.showroom-copy h1{max-width:330px;font-size:34px;line-height:.98}.showroom-copy>p:not(.eyebrow){max-width:340px;margin-top:10px;font-size:10px}.hero-category-links{display:flex;gap:6px;overflow-x:auto;margin-top:16px;scrollbar-width:none}.hero-category-links button{min-width:84px;min-height:42px;flex:0 0 auto;font-size:8px}.planner-member-state{display:grid;grid-template-columns:1fr auto;margin-top:12px;padding:10px}.planner-member-state b{font-size:8px}.planner-member-state button{min-height:40px}.planner-member-state .feedback-button{grid-column:1/-1}.ai-buyer-card{margin-top:14px}.ai-buyer-card>label{align-items:start;flex-direction:column;gap:3px}.ai-buyer-card label span{font-size:10px}.ai-buyer-card label small{font-size:7px}.ai-buyer-input{grid-template-columns:1fr;padding:5px}.ai-buyer-input input{height:42px;font-size:16px}.ai-buyer-input button{min-height:42px}.ai-buyer-suggestions{display:flex}.ai-buyer-suggestions button{min-height:36px;font-size:7px}.planner-proofs{gap:3px}.planner-proofs span{font-size:6px}.member-price-notice{display:none!important}
  .catalog-section{padding:29px 10px 0}.catalog-section-head{align-items:center}.catalog-section-head h2{font-size:28px}.catalog-section-head p{display:none}.filter-favorite{height:40px;font-size:8px}.catalog-category-chips{gap:5px;margin-top:14px;border-right:0;border-left:0;border-radius:0;padding:7px 0;background:transparent}.catalog-category-chips button{min-height:40px;border:1px solid #e2ded6!important;border-radius:10px;padding:0 11px;background:#fffdfa;font-size:8px}.catalog-category-chips button.is-active{border-color:var(--forest)!important}.catalog-result-line{min-height:32px;margin:5px 1px 8px}.catalog-result-line p,.catalog-result-line button{font-size:7px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-card{display:flex;min-height:0;border-radius:12px}.catalog-card-gallery{aspect-ratio:3/4}.catalog-card-slide{background-size:cover}.favorite-button{top:7px;right:7px;width:32px;height:32px}.catalog-card-body{gap:7px;padding:9px}.catalog-card-heading{min-height:43px}.catalog-card-heading p{font-size:6px}.catalog-card h3{font-size:11px;line-height:1.28}.catalog-color-summary{min-height:24px}.catalog-series-price{padding-top:8px}.catalog-series-price span{font-size:7px}.catalog-series-price strong{font-size:15px}.catalog-series-price.is-locked strong,.catalog-series-price.is-error strong{font-size:9px}.catalog-series-meta{display:grid;gap:2px;font-size:7px}.catalog-card-actions-v40{grid-template-columns:1fr}.catalog-card-actions-v40 button{min-height:40px;font-size:8px}.catalog-detail-button-v40{display:none}.showroom-footer{margin:42px 10px 0;padding-bottom:90px}
  .guest-mobile-dock:not([hidden]){right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px;padding:7px;border-radius:16px}.guest-mobile-dock button{min-height:48px;font-size:10px}.mobile-b2b-nav{right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px;height:68px;border:1px solid #ddd9d0;border-radius:17px;overflow:hidden;box-shadow:0 12px 34px rgba(25,41,32,.15)}
  .modal{align-items:end;padding:0}.modal-panel{max-height:96svh;border-radius:20px 20px 0 0}.catalog-detail-panel{width:100%;height:96svh;border-radius:20px 20px 0 0}.catalog-detail-grid{grid-template-rows:minmax(210px,35vh) minmax(0,1fr)}.catalog-detail-info{gap:10px}.detail-description{font-size:10px}.detail-price-card{padding:11px}.detail-price-card p{font-size:8px!important}.color-picker legend{font-size:9px}.color-picker button{min-height:42px;padding:0 10px;font-size:9px}.detail-spec-grid article{padding:9px}.detail-spec-grid span{font-size:7px}.detail-spec-grid b{font-size:9px}.detail-wide-action{min-height:46px;font-size:9px}
  .admin-sidebar{background:#fff;color:var(--ink)}.sidebar-brand b{color:var(--ink)}
  .ai-product-draft{grid-template-columns:1fr;padding:11px}.ai-product-draft button{width:100%;min-height:42px}
}

@media(max-width:365px){
  .showroom-copy h1{font-size:31px}.season-showcase{min-height:260px}.catalog-grid{gap:6px}.catalog-card-body{padding:8px}.catalog-series-price strong{font-size:13px}.catalog-card h3{font-size:10px}
}

/* v40 responsive overflow corrections */
.customer-shell{overflow-x:clip}
.season-showcase{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)}
.season-tile,.showroom-copy,.ai-buyer-card,.ai-buyer-input>*{min-width:0}
.hero-category-links{max-width:100%}
@media(max-width:680px){
  .season-showcase{grid-template-columns:minmax(0,1.32fr) minmax(0,1fr)}
  .season-caption{max-width:calc(100% - 16px)}
  .ai-buyer-input{grid-template-columns:minmax(0,1fr)}
  .ai-buyer-input button{width:100%}
  .customer-shell.is-guest .planner-member-state button{display:none}
  .catalog-detail-grid{grid-template-columns:minmax(0,1fr)}
}

/* v40 icon library alignment */
.header-search-button{display:inline-flex;align-items:center;gap:7px}.header-search-button>i{font-size:16px}
.cart-button>i{font-size:17px}.cart-button>b{font-size:10px}
.favorite-button>i{font-size:19px}.modal-close>i{font-size:18px}
.mobile-nav-icon>.ph{font-size:21px;font-style:normal}
@media(max-width:680px){
  .header-search-button{justify-content:center;font-size:0}.header-search-button:after{display:none}.header-search-button>span{display:none}.header-search-button>i{font-size:17px}
  .cart-button{justify-content:center;font-size:0}.cart-button>b{display:none}.cart-button>i{font-size:17px}
}

/* v40 erişilebilir renk seçimi: görünüm kompakt, dokunma hedefi rahat. */
.catalog-color-summary{min-height:30px}
.catalog-color-summary button{width:30px;height:30px;padding:8px}
.catalog-color-summary button i{width:12px;height:12px;flex-basis:12px}
@media(max-width:680px){
  .catalog-color-summary{min-height:34px}
  .catalog-color-summary button{width:34px;height:34px;padding:10px}
}

/* v41 güvenli ürün silme akışı */
.product-card .card-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-card .view-action{grid-column:span 3}
.delete-action{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;border:1px solid #efc9c3;border-radius:9px;background:#fff7f5;color:#ad433b;font-weight:800;cursor:pointer}
.delete-action:hover{border-color:#d9968d;background:#fff0ed;color:#94352f}
.delete-action i,.danger-button i{font-size:15px}
.delete-product-panel{width:min(470px,100%);padding:32px}
.delete-product-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:15px;background:#fff0ed;color:#b4423a;font-size:24px}
.delete-product-panel h2{max-width:350px;margin:0;font-size:25px;letter-spacing:-.05em}
.delete-product-panel>p:not(.eyebrow){display:grid;gap:4px;margin:14px 0 0;color:#68766f;font-size:12px}
.delete-product-panel>p strong{color:var(--ink);font-size:14px}
.delete-product-panel>p span{font-family:'DM Mono',monospace;font-size:9px}
.delete-product-warning{display:flex;align-items:flex-start;gap:9px;margin-top:20px;padding:12px;border:1px solid #f0d0ca;border-radius:11px;background:#fff8f6;color:#8b4942;font-size:10px;line-height:1.5}
.delete-product-warning i{flex:0 0 auto;margin-top:1px;font-size:17px}
.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:0;border-radius:10px;padding:0 16px;background:#b64038;color:#fff;font-weight:800;cursor:pointer}
.danger-button:hover{background:#98342e}.danger-button:disabled{cursor:wait;opacity:.62}
@media(max-width:680px){
  .product-card .card-actions{grid-template-columns:1fr}
  .delete-product-panel{padding:27px 20px}
  .delete-product-panel .modal-actions{position:static;display:grid;grid-template-columns:1fr;margin:22px 0 0;padding:0;border:0}
  .delete-product-panel .modal-actions button{width:100%}
  .danger-button{grid-row:1}
}

/* v44 — sabit marka bannerı, güvenilir katmanlar ve okunabilir ticaret arayüzü */
body.has-open-overlay{overflow:hidden;overscroll-behavior:none}
.modal[hidden],.catalog-search-panel[hidden],.guest-mobile-dock[hidden]{display:none!important}
.modal{z-index:200;overscroll-behavior:contain}
.modal-panel{overscroll-behavior:contain;scrollbar-gutter:stable}
.modal-close{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:12px;
  touch-action:manipulation;
}
.modal-close>i{pointer-events:none;font-size:20px}

.brand-hero{
  position:relative;
  aspect-ratio:3/1;
  overflow:hidden;
  isolation:isolate;
  border:1px solid #ded8cd;
  border-radius:20px;
  background:#e9dfce;
  box-shadow:0 18px 50px rgba(32,38,31,.09);
}
.brand-hero-media,.brand-hero-media img{display:block;width:100%;height:100%}
.brand-hero-media img{object-fit:cover;object-position:center}
.brand-hero:after{
  position:absolute;
  z-index:1;
  inset:0;
  content:"";
  background:linear-gradient(90deg,rgba(246,237,222,.96) 0%,rgba(246,237,222,.76) 24%,rgba(246,237,222,.08) 52%,transparent 70%);
  pointer-events:none;
}
.brand-hero-copy{
  position:absolute;
  z-index:2;
  top:50%;
  left:clamp(28px,4vw,64px);
  width:min(430px,40%);
  transform:translateY(-50%);
}
.brand-hero-copy p{
  margin:0 0 12px;
  color:#6c5738;
  font-family:'DM Mono',monospace;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.brand-hero-copy h1{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(34px,3.1vw,52px);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.052em;
}
.brand-hero-copy>span{
  display:block;
  max-width:370px;
  margin-top:15px;
  color:#556159;
  font-size:12px;
  line-height:1.6;
}
.brand-hero-copy>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  margin-top:21px;
  border-radius:11px;
  background:var(--forest);
  padding:0 17px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  box-shadow:0 10px 25px rgba(13,40,32,.18);
}
.brand-hero-copy>a:hover{background:#174d3d;transform:translateY(-1px)}
.brand-hero-badge{
  position:absolute;
  z-index:2;
  right:18px;
  bottom:18px;
  display:grid;
  gap:2px;
  border:1px solid rgba(255,255,255,.46);
  border-radius:10px;
  background:rgba(15,40,31,.72);
  padding:9px 12px;
  color:#fff;
  backdrop-filter:blur(10px);
}
.brand-hero-badge b{font-family:'Playfair Display',Georgia,serif;font-size:13px;font-weight:500}
.brand-hero-badge span{color:#d9e5dc;font-size:7px;letter-spacing:.1em;text-transform:uppercase}

/* Alışveriş bilgileri küçük ekranda da okunabilir kalır. */
.catalog-category-chips button{font-size:10px}
.catalog-result-line p,.catalog-result-line button{font-size:10px}
.catalog-card-heading p{font-size:9px}
.catalog-card h3{font-size:14px}
.catalog-card-heading .rpt-badge{font-size:8px}
.catalog-series-price span,.catalog-series-price button{font-size:9px}
.catalog-series-meta{font-size:9px}
.catalog-card-actions-v40 button{font-size:10px}
.order-desk-head span,.order-desk-line b,.order-desk-line strong,.order-desk-totals p{font-size:10px}
.order-desk-line small,.order-desk-empty p,.order-desk-guest p,.order-desk-smart span{font-size:9px}
.order-desk-guest .primary-button,.order-desk-guest>button:last-child,.order-desk-totals .whatsapp-order,.order-desk-totals>button:last-child{font-size:10px}
.catalog-load-more{display:flex;justify-content:center;padding:24px 0 4px}
.catalog-load-more[hidden]{display:none!important}
.catalog-load-more button{
  min-width:210px;
  min-height:44px;
  border:1px solid #cbd5ce;
  border-radius:12px;
  background:#fff;
  color:var(--forest);
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}
.catalog-load-more button:hover{border-color:var(--forest);background:#f2f6f3}

@media(max-width:820px){
  .brand-hero-copy{width:min(390px,48%)}
  .brand-hero-copy h1{font-size:35px}
}
@media(max-width:680px){
  .catalog-section>.member-price-notice{display:none!important}
  .brand-hero{
    width:calc(100% - 16px);
    aspect-ratio:3/4;
    margin:8px 8px 0;
    border-radius:16px;
    box-shadow:none;
  }
  .brand-hero-media img{object-position:center}
  .brand-hero:after{background:linear-gradient(180deg,rgba(247,239,225,.94) 0%,rgba(247,239,225,.6) 24%,transparent 48%,rgba(8,25,18,.13) 100%)}
  .brand-hero-copy{
    top:24px;
    right:20px;
    left:20px;
    width:auto;
    transform:none;
  }
  .brand-hero-copy p{margin-bottom:8px;font-size:8px}
  .brand-hero-copy h1{max-width:315px;font-size:31px;line-height:1}
  .brand-hero-copy>span{max-width:290px;margin-top:9px;font-size:10px;line-height:1.45}
  .brand-hero-copy>a{min-height:40px;margin-top:13px;padding:0 14px;font-size:9px}
  .brand-hero-badge{right:12px;bottom:12px;padding:7px 9px}
  .catalog-card-heading p{font-size:7px}
  .catalog-card h3{font-size:12px}
  .catalog-card-heading .rpt-badge{font-size:7px}
  .catalog-series-price span,.catalog-series-price button,.catalog-series-meta{font-size:8px}
  .catalog-card-actions-v40 button{font-size:9px}
  .modal-close{top:12px;right:12px;width:44px;height:44px}
}

/* v46 — ürün paylaşımı */
.catalog-share-button{
  position:absolute;
  z-index:3;
  top:9px;
  right:51px;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(214,211,203,.85);
  border-radius:10px;
  background:rgba(255,255,255,.9);
  color:var(--ink);
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.catalog-share-button:hover{border-color:#8ea096;background:#fff;color:var(--forest)}
.catalog-share-button i{font-size:17px;pointer-events:none}
.catalog-detail-share{
  position:absolute;
  z-index:2;
  top:17px;
  right:66px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:88px;
  height:44px;
  border:1px solid var(--line);
  border-radius:11px;
  background:#fff;
  padding:0 12px;
  color:var(--forest);
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}
.catalog-detail-share:hover{border-color:#8ea096;background:#f3f7f4}
.catalog-detail-share i{font-size:17px}
.catalog-detail-panel>.modal-eyebrow,.catalog-detail-panel>h2{max-width:calc(100% - 175px)}

@media(max-width:680px){
  .catalog-share-button{top:7px;right:46px;width:32px;height:32px;border-radius:9px}
  .catalog-share-button i{font-size:16px}
  .catalog-detail-share{top:12px;right:64px;width:44px;min-width:44px;height:44px;padding:0}
  .catalog-detail-share span{display:none}
  .catalog-detail-panel>.modal-eyebrow,.catalog-detail-panel>h2{max-width:calc(100% - 104px)}
}

/* v46 — depolama ve görsel optimizasyonu */
.storage-optimize-button,
.r2-migrate-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.storage-optimize-button i,
.r2-migrate-button i{font-size:16px}
.r2-migrate-button{
  border-color:#c9d9ff;
  background:#f3f7ff;
  color:#1e4f9c;
}
.storage-optimize-status{
  display:flex;
  align-items:center;
  min-height:34px;
  margin:-8px 0 18px;
  border:1px solid #d9e4dc;
  border-radius:10px;
  background:#f3f8f4;
  padding:8px 12px;
  color:#496257;
  font-size:11px;
  font-weight:650;
}
.image-optimization-note{
  display:flex;
  align-items:flex-start;
  gap:7px;
  margin:7px 0 0;
  color:#64776e;
  font-size:10px;
  line-height:1.45;
}
.image-optimization-note i{margin-top:1px;color:#247355;font-size:14px}
.storage-spinner{animation:storage-spin .8s linear infinite}
@keyframes storage-spin{to{transform:rotate(360deg)}}

@media(max-width:680px){
  .section-heading-actions .storage-optimize-button,
  .section-heading-actions .r2-migrate-button{min-height:40px;padding:0 11px;font-size:9px}
  .storage-optimize-status{margin:-4px 0 14px;font-size:9px;line-height:1.4}
}

/* v47 — mobil kart eylemleri görseli kapatmadan dikey hizalanır */
@media(max-width:680px){
  .catalog-card .favorite-button,
  .catalog-card .catalog-share-button{
    right:7px;
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    min-width:32px;
    min-height:32px;
    margin:0;
    border:1px solid rgba(214,211,203,.9);
    border-radius:9px;
    padding:0;
    background:rgba(255,255,255,.92);
    line-height:1;
    box-sizing:border-box;
  }
  .catalog-card .favorite-button{top:7px}
  .catalog-card .catalog-share-button{top:45px}
  .catalog-card .favorite-button>i,
  .catalog-card .catalog-share-button>i{
    display:block;
    width:18px;
    height:18px;
    margin:0;
    font-size:18px;
    line-height:18px;
    text-align:center;
  }
}

/* v54 — tüm ürün görselleri kırpılmadan 4:5 dikey çerçevede gösterilir */
.catalog-category-card,
.catalog-card-gallery,
.catalog-photo,
.look-image,
.product-photo-wrap .look-image,
.catalog-detail-photo{
  aspect-ratio:4/5;
}
.catalog-category-card{
  background:#eeeae2;
}
.catalog-category-card>img,
.catalog-card-slide img,
.product-card-image{
  object-fit:contain;
  object-position:center;
}
.catalog-category-card>img,
.catalog-category-card:hover>img{
  transform:none;
}
.catalog-category-card:hover>img{
  filter:saturate(1.03) brightness(1.02);
}
.catalog-photo,
.look-image,
.product-photo-wrap .look-image,
.catalog-detail-photo,
.catalog-gallery-thumbs button,
.cart-line-image,
.order-desk-line>span,
.bulk-price-product>span{
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}
.catalog-detail-photo{
  width:100%;
  height:auto;
  min-height:0;
}
.catalog-gallery-thumbs button,
.cart-line-image,
.order-desk-line>span,
.bulk-price-product>img,
.bulk-price-product>span{
  aspect-ratio:4/5;
  height:auto;
}
.bulk-price-product>img{
  object-fit:contain;
  object-position:center;
}

@media(max-width:680px){
  .catalog-detail-panel{
    display:block;
    overflow-y:auto;
  }
  #catalogDetailBody,
  .catalog-detail-grid,
  .catalog-gallery,
  .catalog-detail-info{
    height:auto;
    min-height:0;
    overflow:visible;
  }
  .catalog-detail-grid{
    grid-template-rows:auto auto;
  }
}
