@import url("https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap");:root{--ink:#17201d;--sand:#f4f1e9;--cream:#fbfaf6;--lime:#d7f55a;--muted:#718078;--line:#deded4}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:15px DM Sans,sans-serif}a{color:inherit;text-decoration:none}.brand{font-size:21px;font-weight:700;letter-spacing:-1px}.brand span{color:#789820}.hero{padding:94px 5vw 110px;background:var(--sand);min-height:510px}.channels>p,.dash-top p,.hero p,.section-head p,.tasks>p{color:var(--muted);font:12px DM Mono;text-transform:uppercase;letter-spacing:.08em}.hero h1{font:600 clamp(42px,6vw,76px)/.98 Playfair Display;letter-spacing:-.05em;margin:17px 0 24px}.hero em{color:#728c25}.hero span{display:block;color:#536058;font-size:17px}.button,.primary{display:inline-block;background:var(--ink);color:white;padding:14px 22px;border-radius:4px;margin-top:34px;border:0;font-weight:600}.catalog{padding:76px 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2,.tasks h2{font-size:25px;letter-spacing:-.04em;margin:8px 0 0}.section-head>a{font-size:14px;text-decoration:underline}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.product{background:#fff;padding:14px;border:1px solid var(--line)}.image{height:300px;background:#eff0ec;display:flex;align-items:center;justify-content:center}.image img{height:90%;max-width:88%;object-fit:contain}.product h3{font-size:18px;margin:7px 0}.availability{color:#6c8d20;font-size:13px;margin:18px 0 0}.product strong{font-size:20px}.product button{float:right;background:var(--lime);border:0;border-radius:3px;padding:10px 14px;font-weight:700}.admin{display:flex;min-height:calc(100vh - 76px);background:#f7f7f4}.admin aside{width:245px;background:#17201d;color:#d8e1dc;padding:28px 16px;display:flex;flex-direction:column}.panel-title{font-size:18px;margin:0 12px 38px}.panel-title b{color:var(--lime)}.admin aside nav{display:grid;grid-gap:5px;gap:5px}.admin aside nav a{padding:12px;border-radius:4px;font-size:14px;color:#aab6b0}.admin aside nav .active{color:var(--ink);background:var(--lime);font-weight:700}.sync{margin-top:auto;border-top:1px solid #35423c;padding:20px 12px;font-size:12px}.sync span{color:var(--lime)}.sync small{color:#8b9992;margin-left:14px}.dashboard{padding:40px;flex:1 1;max-width:1500px}.dash-top{display:flex;justify-content:space-between;align-items:start}.dash-top h1{margin:8px 0 35px;letter-spacing:-.05em}.primary{margin:4px 0 0;background:#637d1a}.metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.card,.metric{background:#fff;border:1px solid var(--line);border-radius:6px}.metric{padding:20px}.metric p{color:var(--muted);font-size:13px;margin:0}.metric h2{margin:11px 0 5px;font-size:28px;letter-spacing:-.05em}.metric small{color:#668219;font-size:12px}.grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px;margin-top:16px}.card{padding:22px}.orders .section-head{margin-bottom:13px}.orders table{width:100%;border-collapse:collapse;font-size:13px}.orders th{text-align:left;color:var(--muted);font-weight:500;padding:11px 6px;border-bottom:1px solid var(--line)}.orders td{padding:13px 6px;border-bottom:1px solid #eee}.pill{background:#edf3d9;color:#5d7714;font-size:11px;border-radius:14px;padding:5px 8px;white-space:nowrap}.tasks>p{margin:0}.tasks div{display:flex;gap:12px;align-items:center;border-top:1px solid var(--line);padding:13px 0;margin-top:13px;font-size:13px}.tasks b{color:#708a20;background:#eff5dd;border-radius:3px;padding:5px}.tasks a{font-size:13px;text-decoration:underline}.channels{margin-top:16px}.channels>p{margin-top:0}.channels>div{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:5px;gap:5px;font-size:13px}.channels span{color:#668219}@media(max-width:900px){.admin aside{width:66px;padding:20px 9px}.admin aside nav a:not(.active),.panel-title,.sync{font-size:0}.admin aside nav .active{font-size:0;height:36px}.dashboard{padding:24px}.metrics{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}.channels>div{grid-template-columns:1fr 1fr}}@media(max-width:600px){header{padding:0 20px}.catalog,.hero{padding-left:20px;padding-right:20px}.products{grid-template-columns:1fr}.dashboard{padding:18px}.dash-top{display:block}.metrics{grid-template-columns:1fr 1fr}.metric{padding:13px}.metric h2{font-size:20px}.orders{overflow:auto}.channels>div{grid-template-columns:1fr}.dash-top h1{font-size:27px}}.site-head{background:#fff;font-family:DM Sans,sans-serif}body:has(.pnl) .site-head{display:none}.sh-top{display:flex;align-items:center;gap:28px;max-width:1440px;margin:0 auto;padding:6px max(3vw,22px)}.sh-top .sh-brand{flex-shrink:0;line-height:0}.sh-brand{font-size:30px;font-weight:800;letter-spacing:-1.5px;color:#17201d}.sh-brand span{color:#c8940a}.sh-search{flex:1 1;display:flex;max-width:760px;border:2px solid #eef1f4;background:#f7f9fb;border-radius:28px;overflow:hidden}.sh-search input{flex:1 1;border:0;background:none;padding:13px 22px;font:14.5px DM Sans,sans-serif;color:#242424;outline:none}.sh-search button{border:0;background:none;padding:0 20px;font-size:20px;color:#c8940a;cursor:pointer}.sh-info{display:flex;align-items:center;gap:11px;white-space:nowrap}.sh-info>span{font-size:24px}.sh-info b{display:block;font-size:14px;color:#17201d}.sh-info small{color:#6b7683;font-size:12.5px}.sh-info .sh-link{color:#c8940a;font-weight:600}.sh-nav{background:#fdf6e6;border-bottom:1px solid #f0e4c4;display:flex;align-items:center;gap:26px;padding:0 max(3vw,22px)}.sh-catswrap{position:relative}.sh-cats{display:flex;align-items:center;gap:10px;background:#fff;border-radius:24px;padding:11px 20px;margin:9px 0;font-weight:700;font-size:14px;color:#17201d;box-shadow:0 1px 5px rgba(23,34,46,.08);cursor:pointer}.sh-cats b{color:#c8940a;font-size:15px}.sh-catsdrop{visibility:hidden;opacity:0;transform:translateY(6px);transition:.13s;position:absolute;top:100%;left:0;z-index:80;min-width:280px;max-height:70vh;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 22px 55px rgba(15,23,42,.2);padding:10px;display:grid}.sh-catswrap:focus-within .sh-catsdrop,.sh-catswrap:hover .sh-catsdrop{visibility:visible;opacity:1;transform:translateY(0)}.sh-catsdrop a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;border-radius:9px;font-size:14px;font-weight:600;color:#2a3542}.sh-catsdrop a:hover{background:#fdf5e3;color:#c8940a}.sh-catsdrop small{background:#f8f0dc;color:#5b6773;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700}.sh-links{display:flex;gap:24px;font-size:14px;font-weight:600;color:#2a3542}.sh-links a:hover{color:#c8940a}.sh-right{margin-left:auto;display:flex;align-items:center;gap:16px}.sh-mini{font-size:13.5px;font-weight:700;color:#2a3542}.sh-mini:hover{color:#c8940a}.sh-user{font-size:13.5px;font-weight:600;color:#2a3542;white-space:nowrap}.sh-logout button{border:0;background:none;cursor:pointer;font-size:16px;color:#6b7683;padding:4px}.sh-logout button:hover{color:#b33a28}.sh-ico{position:relative;font-size:19px}.sh-cart-ico i,.sh-ico i{position:absolute;top:-7px;right:-9px;background:#eaa607;color:#17201d;font-style:normal;font-size:10.5px;font-weight:800;min-width:17px;height:17px;display:grid;place-items:center;border-radius:9px;padding:0 4px}.sh-cart{display:flex;align-items:center;gap:10px;background:#eaa607;color:#17201d;border-radius:24px;padding:9px 18px 9px 15px;font-size:14px}.sh-cart-ico{position:relative;font-size:18px}.sh-cart-ico i{background:#fff;color:#c8940a}.sh-cart b{font-weight:700}@media(max-width:1100px){.sh-info,.sh-links{display:none}}.bottom-nav,.sh-mobilebar,.sh-msearch{display:none}.mm-btn{background:none;border:0;font-size:24px;color:#17201d;cursor:pointer;padding:4px 8px}.sh-macct{position:relative;font-size:21px;padding:4px 8px}.sh-macct i{position:absolute;top:-2px;right:-2px;background:#e2574c;color:#fff;font-style:normal;font-size:10px;font-weight:800;min-width:16px;height:16px;display:grid;place-items:center;border-radius:8px;padding:0 4px}.mm-overlay{position:fixed;inset:0;z-index:120;background:rgba(15,23,30,.5)}.mm-panel{position:absolute;top:0;bottom:0;left:0;width:min(84vw,340px);background:#fff;overflow:auto;padding:18px 20px 40px;animation:mmIn .18s ease-out}@keyframes mmIn{0%{transform:translateX(-40px);opacity:.4}to{transform:none;opacity:1}}.mm-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.mm-head button{background:none;border:0;font-size:19px;color:#6b7683;cursor:pointer;padding:6px}.mm-links{display:grid;border-bottom:1px solid #eef1f4;padding-bottom:12px;margin-bottom:14px}.mm-links a{padding:13px 4px;font-size:15.5px;font-weight:600;color:#2a3542}.mm-cats b{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#96a0aa;margin-bottom:6px}.mm-cats a{display:flex;justify-content:space-between;align-items:center;padding:11px 4px;font-size:14.5px;font-weight:600;color:#2a3542;border-bottom:1px solid #f5f7f9}.mm-cats small{background:#f8f0dc;color:#5b6773;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700}@media(max-width:820px){.sh-nav,.sh-top{display:none}.sh-mobilebar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #f0f2f4}.sh-mobilebar .sh-brand{font-size:27px}.sh-msearch{display:block;background:#fdf6e6;padding:12px 14px}.sh-msearch .sh-search{background:#fff;border-color:#fff;max-width:none;box-shadow:0 1px 4px rgba(23,34,46,.06)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #e5e8eb;padding:9px 0 max(9px,env(safe-area-inset-bottom))}.bottom-nav a{display:grid;justify-items:center;grid-gap:4px;gap:4px;font-size:11.5px;font-weight:600;color:#242424;text-decoration:none}.bottom-nav span{position:relative;font-size:21px;line-height:1}.bottom-nav i{position:absolute;top:-7px;right:-11px;background:#eaa607;color:#17201d;font-style:normal;font-size:10px;font-weight:800;min-width:16px;height:16px;display:grid;place-items:center;border-radius:8px;padding:0 4px}.bottom-nav i.on{background:#e2574c}body{padding-bottom:76px}body:has(.pnl){padding-bottom:0}}body:has(.pnl) .bottom-nav{display:none}.cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:6px;background:var(--lime);color:var(--ink);border-radius:10px;font-size:11px;font-weight:800;padding:0 5px;vertical-align:middle}.cart-page{max-width:1080px;margin:0 auto;padding:48px 20px 90px}.cart-title{font:600 34px/1 Playfair Display;letter-spacing:-.03em;margin:0 0 26px}.cart-grid{display:grid;grid-template-columns:1fr 320px;grid-gap:22px;gap:22px;align-items:start}.cart-items{display:grid;grid-gap:10px;gap:10px}.cart-line{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px}.cart-line img,.cart-noimg{width:64px;height:64px;object-fit:contain;background:#f1f2ee;border-radius:8px;display:grid;place-items:center;font-size:22px;flex-shrink:0}.cart-line-info{flex:1 1;min-width:0}.cart-line-info b{display:block;font-size:14.5px}.cart-line-info small{color:var(--muted)}.cart-variant{display:block;color:#e8622d!important;font-weight:700;margin:2px 0}.cart-qty{display:flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:8px;overflow:hidden}.cart-qty button{width:32px;height:32px;border:0;background:#f4f4ef;font-size:16px;cursor:pointer;font-weight:700}.cart-qty button:disabled{opacity:.5}.cart-qty span{min-width:34px;text-align:center;font-weight:700}.cart-line>strong{min-width:110px;text-align:right;font-size:15.5px}.cart-remove{border:0;background:none;color:#b33a28;font-size:15px;cursor:pointer;padding:6px}.cart-summary{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;position:-webkit-sticky;position:sticky;top:96px}.cart-summary h2{margin:0 0 16px;font-size:18px;letter-spacing:-.02em}.cart-summary>div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f0f0ea;font-size:14px;color:#4d5b54}.cart-summary .cart-total{border-bottom:0;font-size:16px;color:var(--ink);padding-top:14px}.cart-summary button{width:100%;margin-top:14px;background:var(--ink);color:#fff;border:0;border-radius:7px;padding:14px;font-weight:700;font-size:14.5px;cursor:pointer}.cart-summary button:disabled{opacity:.55;cursor:wait}.cart-summary small{display:block;margin-top:12px;color:var(--muted);line-height:1.5}.cart-error{color:#b33a28;font-size:13px;margin:10px 0 0}.cart-address{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;margin-top:6px}.cart-address h2{margin:0 0 12px;font-size:16px;letter-spacing:-.02em}.cart-address-option{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer}.cart-address-option.on{border-color:#789820;background:#f6f9ec}.cart-address-option input{margin-top:3px;accent-color:#637d1a}.cart-address-option b{display:block;font-size:14px}.cart-address-option small{color:var(--muted);line-height:1.45}.cart-address-add{border:1px dashed #9aa79f;background:none;border-radius:8px;padding:11px;width:100%;font-weight:600;color:#4d5b54;cursor:pointer}.cart-address-form{display:grid;grid-gap:10px;gap:10px;margin-top:4px}.cart-address-form input{border:1px solid var(--line);border-radius:6px;padding:10px 12px;font:14px DM Sans,sans-serif;width:100%;box-sizing:border-box}.cart-address-form>div{display:flex;gap:10px}.cart-address-form button{background:var(--ink);color:#fff;border:0;border-radius:6px;padding:11px 16px;font-weight:600;cursor:pointer}.cart-address-form .cart-address-cancel{background:none;color:#4d5b54;text-decoration:underline}.cart-empty,.cart-success{text-align:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:70px 26px;max-width:560px;margin:20px auto}.cart-empty span,.cart-success span{font-size:46px}.cart-empty h2,.cart-success h1{margin:16px 0 8px;letter-spacing:-.03em}.cart-empty p,.cart-success p{color:var(--muted);margin:0 0 8px;line-height:1.6}.cart-empty a,.cart-success a{display:inline-block;margin-top:18px;background:var(--ink);color:#fff;border-radius:6px;padding:13px 20px;font-weight:600}@media(max-width:860px){.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:560px){.cart-line{flex-wrap:wrap}.cart-line>strong{min-width:0}}.cart-count.noti{background:#e2574c;color:#fff}.ord-notifications{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px 22px;margin-bottom:24px}.ord-notifications h2{margin:0 0 12px;font-size:17px;letter-spacing:-.02em}.ord-notifications>div{padding:11px 12px;border-radius:8px;margin-bottom:6px;border:1px solid transparent}.ord-notifications>div.unread{background:#f6f9ec;border-color:#dbe8b8}.ord-notifications b{font-size:14px}.ord-notifications p{margin:3px 0;color:#4d5b54;font-size:13.5px;line-height:1.5}.ord-notifications small{color:var(--muted);font-size:11.5px}.ord-card{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:16px;overflow:hidden}.ord-card header{height:auto;display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #f0f0ea}.ord-card header b{display:block;font-size:15px}.ord-card header small{color:var(--muted)}.ord-card header strong{margin-left:auto;font-size:17px}.ord-badge{font-size:12px;font-weight:700;border-radius:14px;padding:6px 12px;white-space:nowrap}.ord-gray{background:#eef0ec;color:#4d5b54}.ord-blue{background:#f8f0dc;color:#c8940a}.ord-orange{background:#fdf0d5;color:#b45309}.ord-green{background:#e4f4e4;color:#15803d}.ord-red{background:#fbe3e0;color:#b33a28}.ord-items{padding:12px 20px;display:grid;grid-gap:10px;gap:10px}.ord-items>div{display:flex;align-items:center;gap:12px}.ord-items img,.ord-noimg{width:46px;height:46px;object-fit:contain;background:#f1f2ee;border-radius:8px;display:grid;place-items:center}.ord-items b{font-size:14px}.ord-items small{display:block;color:var(--muted)}.ord-card footer{padding:13px 20px;background:#fafaf6;border-top:1px solid #f0f0ea;display:flex;gap:22px;flex-wrap:wrap;font-size:13px;color:#4d5b54}.nav-user{color:var(--muted);font-size:13px}.nav-logout{display:inline}.nav-logout button{background:none;border:0;color:inherit;font:inherit;cursor:pointer;padding:0;text-decoration:underline}.auth{min-height:calc(100vh - 76px);display:flex;align-items:center;justify-content:center;background:var(--sand);padding:56px 20px}.auth-card{width:100%;max-width:430px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:34px 32px;box-shadow:0 18px 48px rgba(23,32,29,.06)}.auth-kicker{font:12px DM Mono,monospace;letter-spacing:.1em;color:#789820}.auth-card h1{font:600 30px/1 Playfair Display;letter-spacing:-.03em;margin:10px 0 6px}.auth-sub{color:var(--muted);margin:0 0 22px;font-size:14px;line-height:1.5}.auth-form{display:grid;grid-gap:14px;gap:14px}.auth-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.auth-form label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:600;color:#4d5b54}.auth-form input{border:1px solid var(--line);background:#fbfbf8;border-radius:5px;padding:11px 12px;font:14px DM Sans,sans-serif;color:var(--ink)}.auth-form input:focus{outline:2px solid #d7f55a;border-color:#789820}.auth-form button{margin-top:6px;background:var(--ink);color:#fff;border:0;border-radius:5px;padding:13px;font-weight:600;cursor:pointer}.auth-form button:disabled{opacity:.55;cursor:wait}.auth-error{margin:0;color:#b33a28;font-size:13px}.auth-notice{margin:0;padding:10px 12px;background:#fbf4d6;border-left:3px solid #c9a227;color:#6b5610;font-size:13px;border-radius:4px}.auth-alt{margin:20px 0 0;font-size:13px;color:var(--muted);text-align:center}.auth-alt a{color:#617d18;font-weight:600}@media(max-width:480px){.auth-row{grid-template-columns:1fr}.auth-card{padding:26px 22px}}.settings-note{margin:0 0 24px;color:var(--muted);max-width:720px;line-height:1.55}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.integration-card{padding:22px}.integration-card header{height:auto;padding:0 0 15px;border:0;display:flex;align-items:flex-start;gap:12px}.integration-logo{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#edf3d9;color:#617d18;font-weight:700;font-size:13px}.integration-card h2{margin:1px 0 5px;font-size:19px;letter-spacing:-.03em}.integration-card header p{margin:0;color:var(--muted);font-size:12px}.integration-state{margin-left:auto;color:#5d7714;background:#edf3d9;border-radius:12px;padding:5px 8px;font-size:11px;white-space:nowrap}.integration-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:6px}.integration-form label{display:grid;grid-gap:6px;gap:6px;color:#4d5b54;font-size:12px;font-weight:600}.integration-form label.wide{grid-column:1/-1}.integration-form input,.integration-form textarea{width:100%;border:1px solid var(--line);background:#fbfbf8;border-radius:4px;padding:10px;font:13px DM Sans,sans-serif;color:var(--ink)}.integration-form textarea{min-height:72px;resize:vertical;font-family:DM Mono,monospace;font-size:11px}.integration-switches{grid-column:1/-1;display:flex;gap:16px;flex-wrap:wrap}.integration-switches label{display:flex;align-items:center;gap:7px;font-weight:500}.integration-switches input{width:auto;accent-color:#637d1a}.integration-actions{grid-column:1/-1;display:flex;align-items:center;gap:12px}.integration-actions button{border:0;border-radius:4px;background:#17201d;color:white;padding:10px 14px;font-weight:600;cursor:pointer}.integration-actions button:disabled{opacity:.55;cursor:not-allowed}.integration-test{background:#fff!important;color:#17201d!important;border:1.5px solid #17201d!important}.secret-status{font-size:11px;color:var(--muted)}.save-result{grid-column:1/-1;margin:0;color:#5d7714;font-size:12px}.integration-help{margin-top:18px;padding:17px 20px;background:#f0f3ea;border-left:3px solid #789820;color:#536058;font-size:13px;line-height:1.55}.integration-help b{color:var(--ink)}@media(max-width:800px){.integration-grid{grid-template-columns:1fr}}@media(max-width:520px){.integration-form{grid-template-columns:1fr}.integration-actions,.integration-form label.wide,.integration-switches{grid-column:auto}}.co-page{background:#f4f5f7;min-height:80vh;font-family:DM Sans,sans-serif;color:#17201d}.co{max-width:1340px;margin:0 auto;padding:26px max(2.5vw,16px) 90px}.co-steps{justify-content:center;margin-bottom:26px}.co-step-wrap,.co-steps{display:flex;align-items:center}.co-line{width:90px;height:3px;background:#d7dce2;border-radius:2px;margin:0 12px}.co-line.on{background:#3fae52}.co-step{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#a9b1ba}.co-step b{width:38px;height:38px;border-radius:50%;background:#c9cfd6;color:#fff;display:grid;place-items:center;font-size:16px}.co-step.on{color:#3fae52}.co-step.on b{background:#3fae52}.co-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:22px;gap:22px;align-items:start}.co-card{background:#fff;border-radius:12px;padding:22px 24px;box-shadow:0 1px 4px rgba(23,34,46,.06);margin-bottom:18px}.co-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.co-card-head h2{margin:0;font-size:19px;font-weight:800}.co-empty{border:1px solid #d7dce2;background:#fff;border-radius:8px;padding:9px 14px;font:13px DM Sans,sans-serif;font-weight:700;color:#3a4550;cursor:pointer}.co-empty:hover{border-color:#b33a28;color:#b33a28}.co-emptymsg{color:#6b7683}.co-emptymsg a{color:#c8940a;font-weight:700}.co-table{width:100%;border-collapse:collapse;font-size:14px}.co-table th{text-align:left;color:#5c6774;font-weight:700;padding:10px 8px;border-bottom:2px solid #eef1f4}.co-table td{padding:14px 8px;border-bottom:1px solid #f1f4f7;vertical-align:middle}.co-prod{display:flex;align-items:center;gap:12px}.co-noimg,.co-prod img{width:56px;height:56px;object-fit:contain;background:#f4f6f9;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.co-prod b{font-size:13.5px;color:#17201d}.co-prod small{color:#8b95a1;font-size:12px}.co-variant{display:block;color:#e8622d!important;font-weight:700}.co-qty{display:inline-flex;align-items:center;border:1px solid #dde3ea;border-radius:9px;overflow:hidden}.co-qty button{width:36px;height:44px;border:0;background:#f7f9fb;font-size:17px;cursor:pointer;color:#3a4550}.co-qty button:disabled{opacity:.4}.co-qty span{min-width:56px;text-align:center;font-weight:800;display:grid;line-height:1.1}.co-qty span small{font-size:9px;color:#8b95a1;font-weight:700}.co-price{font-size:15px;white-space:nowrap}.co-remove{border:0;background:none;cursor:pointer;font-size:15px;opacity:.6}.co-remove:hover{opacity:1}.co-sub{margin:0 0 10px;font-size:15px}.co-row2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.co-addr{display:flex;gap:10px;border:1px solid #dde3ea;border-radius:9px;padding:12px;margin-bottom:8px;cursor:pointer;align-items:flex-start}.co-addr.on{border-color:#3fae52;background:#f7fcf8}.co-addr input{margin-top:3px;accent-color:#3fae52}.co-addr b{display:block;font-size:14px}.co-addr small{display:block;color:#5c6774;font-size:12.5px;line-height:1.45}.co-guestform{display:grid;grid-gap:12px;gap:12px}.co-guestnote{margin:0 0 4px;background:#fdf5e3;border-radius:9px;padding:12px 14px;font-size:13.5px;color:#3a4550}.co-guestnote a{color:#c8940a;font-weight:700}.co-mini{border:0;border-radius:8px;background:#eaa607;color:#17201d;padding:11px 18px;font-weight:700;cursor:pointer;justify-self:start}.co-cargo{display:flex;gap:12px;align-items:center;border:2px solid #3fae52;border-radius:10px;padding:14px 16px;max-width:330px;position:relative}.co-cargo i{position:absolute;top:-1px;left:-1px;background:#3fae52;color:#fff;font-style:normal;font-size:12px;padding:3px 7px;border-radius:9px 0 9px 0}.co-cargo b{display:block;font-size:14.5px}.co-cargo small{color:#5c6774}.co-pay{padding:0;overflow:hidden}.co-pay-head{width:100%;display:flex;align-items:center;gap:13px;background:#fff;border:0;padding:19px 22px;cursor:pointer;font-family:inherit;text-align:left}.co-pay-head b{font-size:16.5px;font-weight:800;color:#17201d}.co-pay-head i{margin-left:auto;font-style:normal;color:#8b95a1}.co-brands{color:#8b95a1;font-size:12px;font-weight:700}.co-disc{background:#fdecec;color:#d64541;font-style:normal;font-size:12px;font-weight:800;border-radius:12px;padding:4px 11px}.co-radio{width:20px;height:20px;border-radius:50%;border:2px solid #c9cfd6;flex-shrink:0;position:relative}.co-radio.on{border-color:#3fae52}.co-radio.on:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#3fae52}.co-pay-body{padding:6px 22px 22px;border-top:1px solid #f1f4f7}.co-taksit h3{margin:0 0 8px;font-size:15px}.co-taksit p{margin:0;color:#5c6774;font-size:13.5px;line-height:1.65}.co-summary{background:#fff;border-radius:12px;padding:22px;box-shadow:0 1px 4px rgba(23,34,46,.06);position:-webkit-sticky;position:sticky;top:16px}.co-summary h2{margin:0 0 14px;font-size:19px;font-weight:800}.co-sumrow{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#3a4550}.co-grand{border-top:1px solid #eef1f4;margin-top:8px;padding-top:14px;font-size:16px;color:#17201d}.co-grand b{font-size:19px}.co-agree{display:flex;gap:9px;align-items:flex-start;margin:12px 0 2px;font-size:12.5px;line-height:1.5;color:#3a4550;cursor:pointer}.co-agree input{margin-top:2px;accent-color:#3fae52}.co-agree a{color:#c8940a;font-weight:700}.co-error{color:#b33a28;font-weight:700;font-size:13px;margin:10px 0 0}.co-btn{width:100%;border:0;border-radius:9px;padding:15px;font-size:15.5px;font-weight:800;cursor:pointer;margin-top:12px;font-family:inherit}.co-btn:disabled{opacity:.55;cursor:not-allowed}.co-blue{color:#fff}.co-blue,.co-blue:hover{background:#c8940a}.co-green{background:#3fae52;color:#fff}.co-green:hover{background:#359447}.co-gray{background:#6b7683;color:#fff}.co-done{background:#fff;border-radius:14px;max-width:620px;margin:10px auto;padding:60px 40px;text-align:center;box-shadow:0 1px 4px rgba(23,34,46,.06)}.co-done span{font-size:52px}.co-done h1{margin:16px 0 10px;font-size:28px;letter-spacing:-.02em}.co-done p{color:#3a4550;margin:6px 0;font-size:15px}.co-number{font-family:monospace;font-size:19px;background:#f0f7f1;border:1px dashed #3fae52;border-radius:8px;padding:4px 12px;color:#15803d}.co-track a{color:#c8940a;font-weight:700}.co-continue{display:inline-block;margin-top:22px;background:#3fae52;color:#fff;border-radius:9px;padding:14px 26px;font-weight:800}.tk-steps{display:flex;justify-content:space-between;margin:22px 0;position:relative}.tk-steps:before{content:"";position:absolute;top:15px;left:6%;right:6%;height:3px;background:#ece4d2;z-index:0}.tk-step{position:relative;z-index:1;display:grid;justify-items:center;grid-gap:7px;gap:7px;flex:1 1}.tk-step i{width:32px;height:32px;border-radius:50%;background:#ece4d2;color:#fff;display:grid;place-items:center;font-style:normal;font-size:13px;font-weight:800}.tk-step.on i{background:#3fae52}.tk-step small{font-size:11.5px;font-weight:700;color:#a9b1ba;text-align:center}.tk-step.on small{color:#15803d}@media(max-width:980px){.co-grid{grid-template-columns:1fr}.co-summary{position:static}}@media(max-width:640px){.co-steps{transform:scale(.85)}.co-line{width:40px}.co-row2{grid-template-columns:1fr}.co-table thead{display:none}.co-table tr{display:grid;grid-template-columns:1fr auto;grid-gap:6px;gap:6px;padding:12px 0;border-bottom:1px solid #f1f4f7}.co-table td{border:0;padding:2px 0}.co-card{padding:16px}}.co-secure{display:flex;gap:14px;align-items:flex-start;background:#fbf7ea;border:1px solid #e8d9a4;border-radius:12px;padding:16px 18px}.co-secure .co-lock{font-size:22px;line-height:1}.co-secure b{display:block;font-size:14.5px;color:#17201d;margin-bottom:5px}.co-secure p{margin:0 0 10px;color:#5c6774;font-size:13.5px;line-height:1.65}.co-paytr{max-width:820px;margin:0 auto}.co-paytr header{text-align:center;margin-bottom:18px}.co-paytr header h1{margin:0 0 6px;font-size:24px;color:#17201d}.co-paytr header p{margin:0 0 4px;color:#3a4550;font-size:14.5px}.co-paytr header small{color:#78848f;font-size:12.5px}.co-paytr-frame{width:100%;min-height:660px;border:1px solid #e6ebf0;border-radius:14px;background:#fff}.od-sonuc{max-width:640px;margin:52px auto 80px;padding:0 18px}.od-kart{background:#fff;border:1px solid #e6ebf0;border-radius:16px;padding:36px 32px;text-align:center;box-shadow:0 2px 18px rgba(20,28,36,.05)}.od-ikon{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;font-size:30px;font-weight:800;color:#fff;margin-bottom:16px}.od-kart.ok .od-ikon{background:#1e9e5a}.od-kart.hata .od-ikon{background:#d64545}.od-kart h1{margin:0 0 12px;font-size:25px;color:#17201d}.od-kart p{margin:0 0 10px;color:#4a5560;font-size:14.5px;line-height:1.7}.od-no{font-size:15px!important;color:#17201d!important}.od-not{color:#78848f!important;font-size:13.5px!important}.od-butonlar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:22px 0 14px}.od-btn{display:inline-block;padding:11px 20px;border-radius:9px;border:1px solid #dde3ea;color:#17201d;font-weight:700;font-size:14px;text-decoration:none}.od-btn:hover{background:#f6f8fa}.od-btn.ana{background:#c8940a;border-color:#c8940a;color:#17201d}.od-btn.ana:hover{background:#b58509}.od-destek{margin:0!important;color:#78848f!important;font-size:13px!important}.od-destek a{color:#c8940a;font-weight:700;text-decoration:none}@media(max-width:640px){.od-kart{padding:28px 20px}.co-paytr-frame{min-height:720px}}.nm{background:#f6f7fb;color:#1c211d;font-family:Arial,sans-serif}.nm-wrap{max-width:1170px;margin:auto;padding-left:20px;padding-right:20px}.nm-hero{background:#f6f2e8;padding:56px 0}.nm-hero-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px}.nm-feature{min-height:420px;padding:70px 58px;border-radius:12px;background:linear-gradient(130deg,#fff 30%,#fbeecb);box-shadow:0 10px 24px #9aaac233}.nm-kicker,.nm-section-title span{font-size:12px;letter-spacing:1.4px;color:#5a6474;font-weight:700}.nm-feature h1{font-size:56px;letter-spacing:-2px;line-height:1.03;margin:18px 0}.nm-feature h1 b{color:#c8940a}.nm-feature>p{font-size:17px;color:#627083;max-width:360px}.nm-primary{display:inline-block;margin-top:24px;padding:14px 20px;border-radius:5px;background:#eaa607;color:#17201d;font-weight:700}.nm-promo{display:grid;grid-gap:20px;gap:20px}.nm-promo div{background:#fff;border-radius:12px;padding:35px 28px;box-shadow:0 7px 17px #9aaac222}.nm-promo span{font-size:12px;color:#ed5a53;text-transform:uppercase;font-weight:700}.nm-promo h3{font-size:22px;margin:13px 0}.nm-promo p{color:#667384;font-size:14px}.nm-categories,.nm-products{padding-top:72px;padding-bottom:15px}.nm-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.nm-section-title h2{font-size:28px;margin:8px 0 0}.nm-section-title>a{font-size:14px;color:#c8940a}.nm-category-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px}.nm-category-grid a{min-height:115px;background:#fff;border:1px solid #e4e7ed;border-radius:8px;padding:18px;display:flex;flex-direction:column;font-weight:700}.nm-category-grid small{font-size:11px;line-height:1.35;color:#7a8493;margin-top:8px}.nm-category-grid b{margin-top:auto;color:#c8940a}.nm-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.nm-card{background:#fff;border:1px solid #e5e8ed;border-radius:8px;overflow:hidden}.nm-image{height:215px;background:#f0f3f6;display:flex;align-items:center;justify-content:center}.nm-image img{max-width:90%;max-height:90%;object-fit:contain}.nm-card>a>p{font-size:12px;color:#778293;margin:16px 16px 5px}.nm-card h3{font-size:14px;line-height:1.4;min-height:40px;margin:0 16px 16px}.nm-card-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef0f3;padding:14px 16px}.nm-card-bottom strong{font-size:17px}.nm-card-bottom span{font-size:11px;color:#198754}.nm-trust{margin-top:70px;background:#1d2633;color:#fff}.nm-trust>.nm-wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;padding-top:32px;padding-bottom:32px}.nm-trust div{display:flex;align-items:center;gap:13px}.nm-trust b{font-size:22px;color:#f2c14e}.nm-trust span{display:grid;font-size:12px;color:#b9c5d1}.nm-trust strong{color:#fff;font-size:14px;margin-bottom:4px}@media(max-width:800px){.nm-hero-grid{grid-template-columns:1fr}.nm-feature{padding:42px 28px;min-height:auto}.nm-feature h1{font-size:42px}.nm-promo{grid-template-columns:1fr 1fr}.nm-category-grid,.nm-product-grid{grid-template-columns:repeat(2,1fr)}.nm-trust>.nm-wrap{grid-template-columns:1fr}}.nm-crumb{font-size:13.5px;color:#9aa3ad;margin:0 0 22px}.nm-crumb a{color:#9aa3ad;text-decoration:none}.nm-crumb a:hover{color:#c8940a}.nm-crumb b{color:#242424;font-weight:600}.nm-subcats{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px}.nm-subcats a{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #e2e6ea;border-radius:22px;padding:10px 17px;font-size:13.5px;font-weight:600;color:#2a3542;text-decoration:none}.nm-subcats a:hover{border-color:#c8940a;color:#c8940a}.nm-subcats small{background:#f8f0dc;color:#5b6773;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700}.cat-layout{display:grid;grid-template-columns:262px minmax(0,1fr);grid-gap:30px;gap:30px;align-items:start}.cat-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.cat-toolbar h1{margin:0;font-size:26px;letter-spacing:-.02em}.cat-toolbar h1 small{color:#718078;font-size:14.5px;font-weight:500;margin-left:6px}.flt-sort{border:1px solid #dde2e8;border-radius:9px;padding:10px 13px;font:13.5px DM Sans,sans-serif;background:#fff;color:#2a3542;cursor:pointer}.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cat-empty{background:#fff;border:1px dashed #d6dce2;border-radius:12px;padding:44px 24px;text-align:center;color:#718078}.flt{background:#fff;border:1px solid #e5e8eb;border-radius:14px;padding:18px;position:-webkit-sticky;position:sticky;top:16px;max-height:calc(100vh - 32px);overflow:auto}.flt-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.flt-head b{font-size:16px}.flt-clear{border:0;background:none;color:#c8940a;font:12.5px DM Sans,sans-serif;font-weight:700;cursor:pointer}.flt-group{border-top:1px solid #f0f2f4;padding:15px 0 13px}.flt-group:first-of-type{border-top:0}.flt-group h3{margin:0 0 11px;font-size:13.5px;letter-spacing:.01em;color:#17201d}.flt-option{display:flex;align-items:center;gap:10px;padding:6px 2px;font-size:13.5px;color:#3a4550;cursor:pointer;border-radius:6px}.flt-option:hover{color:#c8940a}.flt-option input{width:17px;height:17px;accent-color:#c8940a;flex-shrink:0}.flt-option span{flex:1 1}.flt-option small{color:#96a0aa;font-size:11.5px;font-weight:700;background:#f3f5f7;border-radius:9px;padding:2px 7px}.flt-switch{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#2a3542;cursor:pointer}.flt-switch input{width:18px;height:18px;accent-color:#c8940a}.flt-price{display:flex;align-items:center;gap:7px}.flt-price input{width:100%;min-width:0;border:1px solid #dde2e8;border-radius:8px;padding:9px 10px;font:13px DM Sans,sans-serif}.flt-price span{color:#b6bec6}.flt-price button{border:0;background:#eaa607;color:#17201d;border-radius:8px;width:38px;height:36px;font-size:15px;cursor:pointer;flex-shrink:0}@media(max-width:1080px){.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.cat-layout{grid-template-columns:1fr}.flt{position:static;max-height:none}}.hm{background:#fff;color:#17201d;font-family:DM Sans,sans-serif}.hm-wrap{max-width:1380px;margin:0 auto;padding:0 max(3vw,20px)}.hm-title-row{display:flex;justify-content:space-between;align-items:center;margin:46px 0 24px}.hm-title-row h2{margin:0;font-size:27px;font-weight:800;letter-spacing:-.02em;color:#17201d}.hm-more{border:1px solid #dde3ea;border-radius:22px;padding:10px 20px;font-size:13.5px;font-weight:700;color:#17201d}.hm-more:hover{border-color:#c8940a;color:#c8940a}.hm-hero-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);grid-gap:22px;gap:22px;padding-top:22px}.hero-slider{position:relative;border-radius:18px;overflow:hidden;min-height:460px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;color:#fff}.hero-copy{padding:46px 20px 46px 52px;position:relative;z-index:2}.hero-kicker{font-size:13px;font-weight:700;letter-spacing:.18em;opacity:.85}.hero-copy h1{font-size:clamp(30px,3.4vw,52px);line-height:1.08;margin:16px 0 18px;font-weight:800;letter-spacing:-.02em}.hero-copy p{margin:0 0 30px;font-size:15.5px;line-height:1.6;opacity:.8;max-width:420px}.hero-cta{display:inline-block;background:#eaa607;color:#17201d;border-radius:28px;padding:15px 34px;font-weight:700;font-size:15px;transition:.15s}.hero-cta:hover{background:#c98c05;transform:translateY(-1px)}.hero-visual{height:100%;display:flex;align-items:center;justify-content:center;padding:30px}.hero-visual img{max-width:100%;max-height:380px;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(0,0,0,.45))}.hero-dots{position:absolute;bottom:22px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:3}.hero-dots button{width:26px;height:5px;border-radius:3px;border:0;background:rgba(255,255,255,.35);cursor:pointer;transition:.15s}.hero-dots button.on{background:#c8940a;width:34px}.hm-side{display:grid;grid-gap:22px;gap:22px;grid-template-rows:1fr 1fr}.hm-side-card{border-radius:18px;padding:28px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;color:#17201d;overflow:hidden;transition:.15s}.hm-side-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(23,34,46,.12)}.hm-side-card h3{margin:0 0 42px;font-size:21px;font-weight:800;line-height:1.3;letter-spacing:-.01em}.hm-side-card p{margin:0;font-size:14px;color:#3a4550}.hm-side-card p b{color:#c8940a;font-size:17px}.hm-side-card img{max-width:100%;max-height:170px;object-fit:contain;justify-self:center}.hm-trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;padding-top:34px;padding-bottom:8px}.hm-trust>div{display:flex;align-items:center;gap:15px;justify-content:center}.hm-trust span{font-size:29px}.hm-trust b{display:block;font-size:16.5px;color:#17201d}.hm-trust small{color:#6b7683;font-size:13px}.hm-cats{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#d6dce2 transparent}.hm-cat{display:grid;justify-items:center;grid-gap:4px;gap:4px;text-align:center;padding:8px 4px;flex:0 0 152px}.hm-cat-img{width:128px;height:128px;border-radius:50%;background:#fff;border:1px solid #ececea;display:grid;place-items:center;overflow:hidden;transition:.18s}.hm-cat:hover .hm-cat-img{transform:scale(1.05);box-shadow:0 10px 26px rgba(23,32,29,.12);border-color:#e0d4a8}.hm-cat-img img{width:78%;height:78%;object-fit:contain;mix-blend-mode:multiply}.hm-cat-img i{font-size:38px;font-style:normal}.hm-cat b{margin-top:12px;font-size:15px;color:#17201d}.hm-cat small{color:#8b95a1;font-size:12px}.hm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.hm-card a{display:block}.hm-card-img{background:#f4f6f9;border-radius:14px;height:250px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;transition:.15s;overflow:hidden}.hm-card:hover .hm-card-img{box-shadow:inset 0 0 0 2px #f0dca0}.hm-card-img img{max-width:82%;max-height:82%;object-fit:contain;mix-blend-mode:multiply;transition:.2s}.hm-card:hover .hm-card-img img{transform:scale(1.05)}.hm-card-img span{font-size:40px}.hm-card h3{margin:0 0 8px;font-size:15px;font-weight:700;color:#17201d;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}.hm-card-price{display:flex;align-items:center;justify-content:space-between}.hm-card-price strong{font-size:18px;font-weight:800;color:#17201d}.hm-card-price .ok{color:#3e9c46;font-size:12px;font-weight:700}.hm-card-price .out{color:#b33a28;font-size:12px;font-weight:700}@media(max-width:1080px){.hm-hero-row{grid-template-columns:1fr}.hm-side{grid-template-rows:none;grid-template-columns:1fr 1fr}.hm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hm-trust{grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:700px){.hero-slider{grid-template-columns:1fr;min-height:0;padding-bottom:16px}.hero-copy{padding:34px 26px 10px}.hero-visual{padding:10px 26px}.hero-visual img{max-height:230px}.hm-side{grid-template-columns:1fr}.hm-grid{grid-template-columns:1fr 1fr;gap:14px}.hm-card-img{height:170px}.hm-trust{grid-template-columns:1fr 1fr}.hm-trust b{font-size:14px}.hm-cat-img{width:96px;height:96px}}.hm-reviews{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.hm-reviews article{background:#fff;border:1px solid #e9edf2;border-radius:16px;padding:28px;box-shadow:0 3px 14px rgba(23,34,46,.04)}.hm-stars{color:#f5b942;font-size:19px;letter-spacing:3px;margin-bottom:16px}.hm-reviews p{margin:0 0 22px;color:#3a4550;font-size:15px;line-height:1.7;min-height:76px}.hm-reviews footer{display:flex;align-items:center;gap:13px}.hm-avatar{width:48px;height:48px;border-radius:50%;background:#fdf6e6;color:#c8940a;display:grid;place-items:center;font-weight:800;font-size:19px}.hm-reviews footer b{display:block;font-size:15px;color:#17201d}.hm-reviews footer small{color:#8b95a1;font-size:13px}.hm-news{margin-top:48px;background:linear-gradient(110deg,#171717 45%,#8a6608);border-radius:20px;padding:52px 56px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:30px;gap:30px;color:#fff}.hm-news h2{margin:0 0 12px;font-size:clamp(24px,2.6vw,36px);font-weight:800;letter-spacing:-.02em;line-height:1.15}.hm-news p{margin:0;font-size:15px;opacity:.85}.nl-form{position:relative;display:flex;gap:10px}.nl-form input{flex:1 1;border:0;border-radius:28px;padding:16px 24px;font:15px DM Sans,sans-serif;outline:none;min-width:0}.nl-form button{border:0;border-radius:28px;background:#eaa607;color:#17201d;padding:0 30px;font-weight:700;font-size:15px;cursor:pointer;white-space:nowrap}.nl-form button:hover{background:#c98c05}.nl-notice{position:absolute;top:100%;left:12px;margin:8px 0 0;font-size:13px;font-weight:700;color:#fff}.nl-footer input{background:#fff;border:1px solid #dde3ea;border-radius:6px;padding:12px 15px}.nl-footer button{background:#eebb4d;color:#5b4200;border-radius:24px;padding:0 22px}.nl-footer button:hover{background:#e3ad35}.nl-footer .nl-notice{color:#3e9c46;position:static;margin-top:6px}.ft{background:#f6f6f4;border-top:1px solid #e8e8e4;font-family:DM Sans,sans-serif;color:#3a4550;margin-top:60px}body:has(.pnl) .ft{display:none}.ft-social{display:flex;justify-content:center;gap:44px;padding:26px 20px;border-bottom:1px solid #e6e6e2}.ft-social a{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700;letter-spacing:.08em;color:#3a4550}.ft-social span{width:42px;height:42px;border-radius:50%;background:#6f6f6c;color:#fff;display:grid;place-items:center;font-size:16px}.ft-social a:hover span{background:#c8940a}.ft-cols{max-width:1380px;margin:0 auto;padding:44px max(3vw,20px) 30px;display:grid;grid-template-columns:1fr 1fr .8fr 1.6fr;grid-gap:34px;gap:34px}.ft-cols h4{margin:0 0 16px;font-size:15px;letter-spacing:.05em;color:#17201d;border-bottom:2px solid #eebb4d;display:inline-block;padding-bottom:7px}.ft-cols>div>a{display:block;padding:5px 0;font-size:14px;color:#4a5560}.ft-cols>div>a:hover{color:#c8940a}.ft-contact p{display:flex;gap:11px;align-items:flex-start;margin:0 0 12px;font-size:14px;line-height:1.5}.ft-contact p a{color:#3a4550}.ft-contact p span{color:#eebb4d;font-size:17px}.ft-nl-title{display:block;font-size:13px;letter-spacing:.03em;color:#17201d;margin:18px 0 10px}.ft-secure{margin-top:20px!important;align-items:center!important}.ft-secure b{color:#5d9e2f;font-size:13px;line-height:1.3}.ft-secure span{font-size:26px!important}.ft-copy{border-top:1px solid #e6e6e2;padding:18px 20px 22px;text-align:left;max-width:1380px;margin:0 auto;font-size:12.5px;color:#8b95a1;line-height:1.6}.ct{background:#fff;font-family:DM Sans,sans-serif;color:#17201d}.ct-wrap{max-width:1280px;margin:0 auto;padding:44px max(3vw,20px) 80px}.ct-head{text-align:center;max-width:620px;margin:0 auto 44px}.ct-head span{font-size:12.5px;font-weight:700;letter-spacing:.16em;color:#c8940a}.ct-head h1{margin:10px 0 12px;font-size:38px;font-weight:800;letter-spacing:-.02em;color:#17201d}.ct-head p{margin:0;color:#6b7683;line-height:1.65}.ct-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:26px;gap:26px;align-items:start}.ct-card{background:#fff;border:1px solid #e9edf2;border-radius:16px;padding:30px;box-shadow:0 3px 14px rgba(23,34,46,.05)}.ct-card h2{margin:0 0 20px;font-size:21px;letter-spacing:-.01em}.ct-form{display:grid;grid-gap:15px;gap:15px}.ct-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.ct-form label{display:grid;grid-gap:6px;gap:6px;font-size:12.5px;font-weight:700;color:#475569}.ct-form input,.ct-form textarea{border:1px solid #dde3ea;border-radius:9px;padding:12px 14px;font:14px DM Sans,sans-serif;color:#17201d;resize:vertical}.ct-form input:focus,.ct-form textarea:focus{outline:2px solid #f0d488;border-color:#c8940a}.ct-form button{border:0;border-radius:9px;background:#eaa607;color:#17201d;padding:15px;font-weight:700;font-size:15px;cursor:pointer}.ct-form button:hover{background:#c98c05}.ct-form button:disabled{opacity:.6}.ct-ok{color:#15803d}.ct-err,.ct-ok{font-weight:700;margin:0;font-size:13.5px}.ct-err{color:#b91c1c}.ct-info{background:#fff;border:1px solid #e9edf2;border-radius:16px;padding:24px;display:grid;grid-gap:18px;gap:18px;margin-bottom:22px}.ct-info>div{display:flex;gap:14px;align-items:flex-start}.ct-info span{width:44px;height:44px;flex-shrink:0;border-radius:12px;background:#fdf6e6;display:grid;place-items:center;font-size:19px}.ct-info b{display:block;font-size:14.5px;margin-bottom:3px}.ct-info p{margin:0;color:#5c6774;font-size:14px;line-height:1.5}.ct-info p a{color:#c8940a;font-weight:600}.ct-map{border-radius:16px;overflow:hidden;border:1px solid #e9edf2;height:300px}.ct-map iframe{width:100%;height:100%;border:0}@media(max-width:900px){.hm-reviews{grid-template-columns:1fr}.hm-reviews p{min-height:0}.hm-news{grid-template-columns:1fr;padding:36px 26px}.ft-cols{grid-template-columns:1fr 1fr}.ft-social{gap:20px;flex-wrap:wrap}.ct-grid,.ct-row{grid-template-columns:1fr}.ct-head h1{font-size:29px}}@media(max-width:560px){.ft-cols{grid-template-columns:1fr}.nl-form{flex-direction:column}.nl-form button{padding:14px}}.sp{background:#f8f9fb;font-family:DM Sans,sans-serif;color:#17201d;min-height:60vh}.sp-wrap{max-width:920px;margin:0 auto;padding:36px max(3vw,20px) 80px}.sp-crumb{font-size:13.5px;margin-bottom:20px}.sp-crumb,.sp-crumb a{color:#9aa3ad}.sp-crumb a:hover{color:#c8940a}.sp-crumb b{color:#242424}.sp-card{background:#fff;border:1px solid #e9edf2;border-radius:16px;padding:44px 48px;box-shadow:0 3px 14px rgba(23,34,46,.05)}.sp-card h1{margin:0 0 22px;font-size:31px;font-weight:800;letter-spacing:-.02em;color:#17201d;border-bottom:2px solid #eebb4d;display:inline-block;padding-bottom:10px}.sp-content{color:#3a4550;font-size:15px;line-height:1.85}.sp-content h2{font-size:20px;color:#17201d;margin:28px 0 10px}.sp-content h3{font-size:17px;color:#17201d;margin:22px 0 8px}.sp-content ol,.sp-content ul{padding-left:22px}.sp-content li{margin-bottom:6px}.sp-content a{color:#c8940a;font-weight:600}.sp-card footer{margin-top:30px;padding-top:16px;border-top:1px solid #eef1f4;color:#9aa3ad;font-size:12.5px}@media(max-width:640px){.sp-card{padding:26px 20px}.sp-card h1{font-size:24px}}.cat-pager{display:flex;flex-wrap:wrap;gap:7px;margin-top:30px}.cat-pager,.cat-pager a,.cat-pager span{justify-content:center;align-items:center}.cat-pager a,.cat-pager span{min-width:40px;height:40px;display:inline-flex;padding:0 13px;border:1px solid #e2e6ea;border-radius:9px;background:#fff;font-size:14px;font-weight:600;color:#2a3542;text-decoration:none;transition:.13s}.cat-pager a:hover{border-color:#c8940a;color:#c8940a}.cat-pager a.on{background:#eaa607;border-color:#eaa607;color:#17201d;font-weight:800}.cat-pager .off{color:#b6bec6;background:#f7f7f4;cursor:not-allowed}.cat-pager .dots{border:0;background:none;min-width:20px;padding:0 2px;color:#9aa3ad}@media(max-width:560px){.cat-pager a,.cat-pager span{min-width:36px;height:36px;padding:0 9px;font-size:13px}}