:root{--color-bg: #ffffff;--color-surface: #ffffff;--color-soft: #f7f2ec;--color-soft-strong: #efe5d9;--color-text: #1d1d1d;--color-muted: #716e6a;--color-subtle: #9c9893;--color-border: #e7e2dc;--color-border-strong: #d8d1c9;--color-danger: #d53030;--color-danger-soft: #fff3f2;--color-success: #27883e;--color-success-soft: #eff8f0;--color-warning: #b27a25;--color-warning-soft: #fff8eb;--color-neutral-soft: #f5f5f5;--shadow-modal: 0 24px 70px rgb(42 36 29 / 14%);--radius-sm: 7px;--radius-md: 10px;--radius-lg: 14px;--container: 1240px;--navbar-height: 78px;--sidebar-width: 242px;--control-height: 44px;--font-ui: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;--font-brand: Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{color-scheme:light;font-family:var(--font-ui);background:var(--color-bg);color:var(--color-text);line-height:1.5;text-rendering:optimizeLegibility}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-bg)}body.modal-open{overflow:hidden}button,input,textarea,select{font:400 14px/1.45 var(--font-ui);color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}:focus-visible{outline:2px solid #8b6b49;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.align-right{text-align:right!important}.brand-mark{position:relative;width:306px;height:94px;display:inline-block;overflow:hidden;border-radius:var(--radius-sm)}.brand-mark img{position:absolute;top:50%;left:50%;width:580px;max-width:none;height:auto;transform:translate(-50%,-50%)}.brand-mark--compact{width:190px;height:56px}.brand-mark--compact img{width:360px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:0 17px;background:var(--color-surface);font-size:14px;font-weight:550;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.button:hover:not(:disabled){background:#faf8f6;border-color:#c9beb2}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{opacity:.55}.button--primary{background:#1d1d1d;border-color:#1d1d1d;color:#fff;min-width:132px}.button--primary:hover:not(:disabled){background:#35312d;border-color:#35312d}.button--danger{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.button--danger:hover:not(:disabled){background:#b92525;border-color:#b92525}.button--ghost-danger{border-color:transparent;color:var(--color-danger)}.button--ghost-danger:hover:not(:disabled){background:var(--color-danger-soft);border-color:#f4d6d4}.button--small{min-height:36px;padding:0 12px;font-size:13px}.button__spinner,.state-view__spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.icon-button{width:38px;height:38px;border:0;border-radius:var(--radius-sm);display:inline-grid;place-items:center;background:transparent;color:var(--color-muted)}.icon-button:hover:not(:disabled){background:var(--color-soft);color:var(--color-text)}.icon-button--danger{color:var(--color-danger)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:30px}.page-header h1{margin-bottom:5px;font-size:clamp(25px,2vw,31px);line-height:1.22;font-weight:640;letter-spacing:-.5px}.page-header p{margin:0;color:var(--color-muted);font-size:15px}.page-header__button-group{display:flex;gap:10px}.breadcrumb{color:var(--color-muted);font-size:13px;margin-bottom:12px}.toolbar{display:flex;align-items:center;gap:18px;margin-bottom:28px}.search-input{width:min(100%,350px);height:44px;border:1px solid var(--color-border);border-radius:var(--radius-sm);display:flex;align-items:center;gap:10px;padding:0 13px;background:#fff;color:var(--color-subtle)}.search-input:focus-within{border-color:#a89583;box-shadow:0 0 0 3px #a895831f}.search-input input{flex:1;border:0;outline:0;min-width:0;background:transparent}.search-input button{border:0;background:transparent;padding:4px;color:var(--color-muted)}.select-field select{min-width:185px;height:44px;padding:0 36px 0 13px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff}.data-table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow-x:auto;background:#fff}.data-table{width:100%;border-collapse:collapse;min-width:840px}.data-table th,.data-table td{padding:17px 20px;text-align:left;border-bottom:1px solid var(--color-border);vertical-align:middle}.data-table th{height:54px;background:#fdfcfb;font-size:13px;font-weight:600;color:#4f4b47}.data-table td{font-size:14px}.data-table tbody tr{transition:background-color .13s ease}.data-table tbody tr:hover{background:#fdfbf9}.data-table tbody tr:last-child td{border-bottom:0}.entity-cell{min-width:210px;display:flex;align-items:center;gap:13px}.entity-cell img,.entity-avatar{flex:0 0 auto;width:52px;height:52px;border-radius:50%;border:1px solid var(--color-border);object-fit:cover}.entity-cell__square,.entity-avatar--square{border-radius:7px!important}.entity-avatar{display:grid;place-items:center;background:var(--color-soft);font-family:var(--font-brand);font-size:14px;color:#6f5133}.entity-cell div,.entity-name{display:grid;gap:3px}.entity-cell strong,.entity-name strong{font-weight:610}.entity-cell small,.entity-name small{color:var(--color-muted);font-size:12px}.muted-cell{color:var(--color-muted);max-width:330px}.row-actions{display:flex;justify-content:flex-end;gap:7px}.status-badge{width:fit-content;min-height:28px;display:inline-flex;align-items:center;gap:7px;padding:3px 10px;border:1px solid var(--color-border);border-radius:5px;background:var(--color-neutral-soft);color:#5b5956;font-size:12px;white-space:nowrap}.status-badge>span{width:7px;height:7px;border-radius:50%;background:currentColor}.status-badge--published,.status-badge--active{background:var(--color-success-soft);border-color:#cee5d2;color:var(--color-success)}.status-badge--draft{background:var(--color-warning-soft);border-color:#efdfbe;color:var(--color-warning)}.status-badge--suspended,.status-badge--discontinued{background:var(--color-danger-soft);border-color:#f1d2d0;color:var(--color-danger)}.pagination{margin:28px auto 0;display:flex;width:fit-content;gap:7px}.pagination button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:7px;background:#fff}.pagination button:hover:not(:disabled){border-color:#bda992;background:var(--color-soft)}.pagination button.is-active{border-color:#b69878;background:var(--color-soft)}.pagination button:disabled{opacity:.4}.state-view{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-muted)}.state-view--full{min-height:100vh;border:0}.state-view__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:var(--color-soft);color:#8b6b49;margin-bottom:15px}.state-view__icon--error{background:var(--color-danger-soft);color:var(--color-danger)}.state-view h3{color:var(--color-text);margin-bottom:6px;font-size:18px}.state-view p{margin-bottom:18px}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#1714115c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:min(100%,var(--modal-width));max-height:min(92vh,900px);display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);animation:modal-in .16s ease-out}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.99)}}.modal__header{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--color-border)}.modal__header h2{margin:0;font-size:20px;font-weight:630}.modal__body{padding:24px;overflow-y:auto}.modal__actions{display:flex;justify-content:flex-end;gap:10px;padding-top:21px;margin-top:22px;border-top:1px solid var(--color-border)}.confirm-dialog{display:flex;align-items:flex-start;gap:14px}.confirm-dialog__icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--color-danger-soft);color:var(--color-danger)}.confirm-dialog p{margin:8px 0 0;color:var(--color-muted)}.toast-region{position:fixed;z-index:200;top:92px;right:22px;display:grid;gap:10px;pointer-events:none}.toast{width:min(380px,calc(100vw - 32px));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:14px 15px;border:1px solid var(--color-border);border-left:3px solid var(--color-success);border-radius:var(--radius-sm);background:#fff;box-shadow:0 12px 35px #231d171a;pointer-events:auto}.toast--success>svg{color:var(--color-success)}.toast--error{border-left-color:var(--color-danger)}.toast--error>svg{color:var(--color-danger)}.toast button{border:0;background:transparent;color:var(--color-muted)}.field{display:grid;align-content:start;gap:7px;min-width:0}.field>span:first-child,.choice-group legend{font-size:14px;font-weight:580}.field b,.choice-group b{color:var(--color-danger)}.field input,.field textarea,.field select,.contact-row input,.contact-row select{width:100%;min-height:var(--control-height);padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;outline:0;transition:border-color .14s ease,box-shadow .14s ease}.field input:not([type=checkbox]):not([type=radio]):not([type=file]),.field select,.contact-row input,.contact-row select{height:var(--control-height)}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.field select:focus,.contact-row input:focus,.contact-row select:focus{border-color:#a89583;box-shadow:0 0 0 3px #a895831c}.field small{color:var(--color-muted);font-size:12px}.field__error,.form-error{color:var(--color-danger)!important;font-size:12px}.form-error{padding:10px 12px;border:1px solid #f0d4d1;border-radius:var(--radius-sm);background:var(--color-danger-soft)}.form-grid{display:grid;gap:18px}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid--logo{grid-template-columns:1fr 74px;align-items:end}.resource-form{display:grid;gap:18px}.field input[readonly]{color:var(--color-muted);background:#f8f6f3;cursor:not-allowed}.multi-select{position:relative}.multi-select__trigger{width:100%;height:var(--control-height);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;text-align:left}.multi-select__trigger:focus-visible,.multi-select__trigger[aria-expanded=true]{border-color:#a89583;box-shadow:0 0 0 3px #a895831c}.multi-select__placeholder{color:var(--color-muted)}.multi-select__menu{position:absolute;z-index:25;top:calc(100% - 20px);left:0;right:0;max-height:240px;display:grid;overflow:auto;padding:6px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;box-shadow:var(--shadow-modal)}.multi-select__menu button{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border:0;border-radius:5px;background:transparent;text-align:left}.multi-select__menu button:hover,.multi-select__menu button.is-selected{background:var(--color-soft)}.multi-select__menu p{margin:8px;color:var(--color-muted);font-size:13px}.single-image-uploader{display:grid;gap:10px}.single-image-uploader__label{font-size:13px;font-weight:580}.single-image-uploader__preview,.single-image-uploader__empty{width:180px;height:140px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px dashed var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-soft)}.single-image-uploader__preview img{width:100%;height:100%;object-fit:cover}.single-image-uploader__preview button{min-height:32px;position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border:1px solid #efc7c3;border-radius:var(--radius-sm);color:var(--color-danger);background:#ffffffeb}.single-image-uploader__empty{align-content:center;gap:7px;color:var(--color-muted);font-size:12px}.single-image-uploader__select{width:max-content;min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff}.single-image-uploader>small{color:var(--color-muted)}.logo-preview{width:68px;height:68px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--color-border);border-radius:50%;background:var(--color-soft);font-family:var(--font-brand)}.logo-preview img{width:100%;height:100%;object-fit:cover}.subform{padding-top:19px;border-top:1px solid var(--color-border)}.subform__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.subform h3{margin-bottom:2px;font-size:16px}.subform p{margin:0;color:var(--color-muted);font-size:12px}.subform__empty{padding:16px;border:1px dashed var(--color-border);border-radius:var(--radius-sm);text-align:center}.contact-row{display:grid;grid-template-columns:130px 1fr 1fr auto auto;gap:8px;align-items:start;margin-bottom:10px}.check-field,.toggle-field{display:flex;align-items:center;gap:9px;min-height:44px;font-size:13px}.check-field input,.toggle-field input,.choice-grid input{width:17px;height:17px;accent-color:#2a2825}.toggle-field{padding:0 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.password-field{position:relative}.password-field input{padding-right:44px}.password-field button{position:absolute;right:5px;top:3px;width:38px;height:38px;display:grid;place-items:center;border:0;background:transparent;color:var(--color-muted)}.app-shell{min-height:100vh}.navbar{position:sticky;z-index:40;top:0;height:var(--navbar-height);border-bottom:1px solid var(--color-border);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar__inner{width:min(calc(100% - 44px),1420px);height:100%;margin:0 auto;display:flex;align-items:center}.navbar__brand{margin-right:clamp(40px,7vw,110px)}.navbar__content{flex:1;display:flex;align-items:center;justify-content:space-between;min-width:0}.navbar__nav{align-self:stretch;display:flex;gap:4px}.navbar__nav a{position:relative;display:flex;align-items:center;padding:0 11px;font-size:14px;font-weight:520}.navbar__nav a:hover{background:#fbf9f6}.navbar__nav a.is-active{background:var(--color-soft)}.navbar__nav a.is-active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#8b6b49}.navbar__user{display:flex;align-items:center;gap:16px;font-size:13px}.navbar__user span,.navbar__user button{display:inline-flex;align-items:center;gap:7px}.navbar__user button{min-height:38px;border:0;border-left:1px solid var(--color-border);padding-left:16px;background:transparent}.navbar__toggle{display:none;border:0;background:transparent}.admin-main{min-height:calc(100vh - var(--navbar-height))}.page-container{width:min(calc(100% - 48px),var(--container));margin:0 auto;padding:42px 0 70px}.page-container--narrow{max-width:1000px}.store-layout{width:min(calc(100% - 36px),1420px);min-height:calc(100vh - var(--navbar-height));margin:20px auto 40px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);gap:18px}.store-sidebar{position:sticky;top:calc(var(--navbar-height) + 20px);height:calc(100vh - var(--navbar-height) - 40px);align-self:start;padding:30px 17px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.store-sidebar__identity{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:29px}.store-sidebar__identity img,.store-avatar{width:72px;height:72px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-soft);object-fit:cover;font-family:var(--font-brand);font-size:17px}.store-sidebar__identity h2{margin:15px 0 8px;font-size:17px}.store-sidebar__back{display:flex;align-items:center;gap:8px;margin:0 8px 25px;font-size:12px;color:var(--color-muted)}.store-sidebar__back:hover{color:var(--color-text)}.store-sidebar__nav{display:grid;gap:5px}.store-sidebar__nav a{min-height:47px;display:flex;align-items:center;gap:10px;padding:0 13px;border-radius:var(--radius-sm);font-size:14px}.store-sidebar__nav a:hover{background:#fbf9f6}.store-sidebar__nav a.is-active{background:var(--color-soft);color:#2a2119;font-weight:580}.store-sidebar__close,.store-sidebar__backdrop,.store-menu-trigger{display:none}.store-content{min-width:0;padding:31px 24px 58px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(90deg,transparent 49.9%,rgb(175 150 124 / 7%) 50%,transparent 50.1%),var(--color-soft)}.login-card{width:min(100%,440px);padding:42px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:0 20px 60px #3c302414}.login-card__heading{margin:34px 0 26px}.login-card h1{margin-bottom:7px;font-size:26px}.login-card p{color:var(--color-muted)}.login-card form{display:grid;gap:18px}.login-card form>.button{margin-top:4px;width:100%}.login-remember{min-height:auto;color:var(--color-muted)}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.not-found>span{font:700 72px/1 var(--font-brand);color:#c3a88c}.not-found h1{margin:18px 0 5px}.not-found p{color:var(--color-muted)}.not-found a{margin-top:14px;display:inline-flex;align-items:center;gap:7px;text-decoration:underline}.settings-card,.editor-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:26px}.settings-page .resource-form{max-width:820px}.editor-card{padding:0;overflow:hidden}.rich-editor__toolbar{min-height:56px;display:flex;align-items:center;gap:4px;padding:0 14px;border-bottom:1px solid var(--color-border);background:#fdfcfb}.rich-editor__toolbar button{width:38px;height:38px;display:grid;place-items:center;border:1px solid transparent;border-radius:6px;background:transparent}.rich-editor__toolbar button:hover:not(:disabled){border-color:var(--color-border);background:#fff}.rich-editor__toolbar>span{width:1px;height:24px;margin:0 5px;background:var(--color-border)}.rich-editor__content,.content-preview{min-height:430px;padding:34px;outline:0;font-size:16px;line-height:1.75}.rich-editor__content:empty:before{content:attr(data-placeholder);color:var(--color-subtle)}.rich-editor__content h2,.content-preview h2{font-size:25px}.rich-editor__content a,.content-preview a{color:#725133;text-decoration:underline}.editor-card__footer{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 18px 12px 24px;border-top:1px solid var(--color-border);color:var(--color-muted);font-size:12px}.product-form-page .page-header{padding-bottom:22px;border-bottom:1px solid var(--color-border)}.product-form{display:grid;gap:20px}.form-section{padding:25px;border:1px solid var(--color-border);border-radius:var(--radius-md);display:grid;gap:18px}.form-section__heading{padding-bottom:15px;border-bottom:1px solid var(--color-border)}.form-section__heading h2{margin-bottom:3px;font-size:18px;font-weight:630}.form-section__heading p{margin:0;color:var(--color-muted);font-size:13px}.image-uploader__dropzone{width:100%;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #cfc6bd;border-radius:var(--radius-sm);background:#fdfbf9;color:var(--color-muted)}.image-uploader__dropzone:hover:not(:disabled){border-color:#9c8268;background:var(--color-soft)}.image-uploader__dropzone strong{color:var(--color-text)}.image-uploader__dropzone span{font-size:12px}.image-uploader__grid{margin-top:13px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.image-tile{position:relative;aspect-ratio:1;margin:0;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fafafa}.image-tile img{width:100%;height:100%;object-fit:cover}.image-tile>button{position:absolute;top:6px;right:6px;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffffeb;color:var(--color-danger);box-shadow:0 2px 7px #0000001a}.image-tile__primary{position:absolute;left:5px;bottom:5px;display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:4px;background:#1d1d1de0;color:#fff;font-size:10px}.image-tile--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--color-subtle);font-size:11px}.choice-group{min-width:0;margin:0;padding:0;border:0}.choice-group legend{margin-bottom:10px}.choice-grid{display:flex;flex-wrap:wrap;gap:8px}.choice-grid label{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:13px}.choice-grid label:has(input:checked){border-color:#bba38a;background:var(--color-soft)}.choice-group__empty{color:var(--color-muted);font-size:13px}.stacked-toggles{display:grid;gap:8px}.form-actions-bar{position:sticky;z-index:10;bottom:0;display:flex;justify-content:flex-end;gap:12px;padding:18px 0 4px;background:linear-gradient(to bottom,transparent,white 20%)}@media(max-width:1120px){.navbar__brand{margin-right:24px}.navbar__nav{gap:0}.navbar__nav a{padding-inline:7px;font-size:12px}.navbar__user span{display:none}.store-layout{grid-template-columns:220px minmax(0,1fr)}.image-uploader__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:860px){:root{--navbar-height: 66px}.navbar__inner{width:calc(100% - 30px);justify-content:space-between}.navbar__toggle{width:42px;height:42px;display:grid;place-items:center}.navbar__content{position:absolute;top:var(--navbar-height);left:0;right:0;display:none;padding:12px 16px 18px;border-bottom:1px solid var(--color-border);background:#fff;box-shadow:0 14px 30px #28221c14}.navbar__content.is-open{display:block}.navbar__nav{display:grid}.navbar__nav a{min-height:46px;padding:0 12px}.navbar__nav a.is-active:after{display:none}.navbar__user{margin-top:8px;padding-top:10px;border-top:1px solid var(--color-border);justify-content:space-between}.navbar__user span{display:inline-flex}.navbar__user button{border-left:0}.store-layout{display:block;width:calc(100% - 24px);margin-top:12px}.store-content{padding:22px 18px 44px}.store-sidebar{position:fixed;z-index:80;top:0;bottom:0;left:0;width:min(86vw,300px);height:100vh;border-radius:0 12px 12px 0;transform:translate(-105%);transition:transform .18s ease;box-shadow:20px 0 50px #14100c26}.store-sidebar.is-open{transform:translate(0)}.store-sidebar__close{position:absolute;top:12px;right:12px;width:38px;height:38px;display:grid;place-items:center;border:0;background:transparent}.store-sidebar__backdrop{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#14121059}.store-menu-trigger{min-height:40px;display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;padding:0 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-soft)}.form-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-row{grid-template-columns:130px 1fr auto}.contact-row>input:nth-of-type(1){grid-column:1 / 3}}@media(max-width:620px){.brand-mark:not(.brand-mark--compact){width:min(100%,280px);height:86px}.brand-mark:not(.brand-mark--compact) img{width:530px}.page-container{width:calc(100% - 30px);padding-top:28px}.page-header{display:grid;gap:16px;margin-bottom:22px}.page-header__action,.page-header__action .button{width:100%}.page-header__button-group{display:grid;grid-template-columns:1fr 1fr}.toolbar{align-items:stretch;flex-direction:column;gap:10px}.search-input,.select-field select{width:100%;max-width:none}.data-table-wrap{margin-inline:-3px}.row-actions{justify-content:flex-start}.modal-backdrop{padding:0;align-items:end}.modal{width:100%;max-height:94vh;border-radius:14px 14px 0 0}.modal__header{padding-inline:18px}.modal__body{padding:18px}.modal__actions{position:sticky;bottom:-18px;margin-inline:-18px;padding:14px 18px 18px;background:#fff}.modal__actions .button{flex:1}.form-grid--two,.form-grid--three{grid-template-columns:1fr}.contact-row{grid-template-columns:1fr auto;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.contact-row>select,.contact-row>div,.contact-row>input:nth-of-type(1){grid-column:1 / -1}.login-card{padding:30px 23px}.store-layout{width:100%;margin:0}.store-content{min-height:calc(100vh - var(--navbar-height));padding:20px 15px 42px;border:0;border-radius:0}.product-table{min-width:740px}.form-section{padding:18px 15px}.image-uploader__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-grid{display:grid;grid-template-columns:1fr 1fr}.choice-grid label{min-width:0}.form-actions-bar{flex-wrap:wrap;margin-inline:-15px;padding:18px 15px 5px}.form-actions-bar .button{flex:1}.settings-card{padding:18px 15px}.rich-editor__content,.content-preview{min-height:360px;padding:22px 18px}.editor-card__footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.public-site{--public-ink: #171713;--public-muted: #69675f;--public-line: #dedbd3;--public-paper: #fbfaf6;--public-sage: #365f52;min-height:100vh;color:var(--public-ink);background:var(--public-paper)}.public-container{width:min(calc(100% - 48px),1180px);margin-inline:auto}.public-main{min-height:70vh}.public-header{position:sticky;z-index:60;top:0;height:78px;border-bottom:1px solid var(--public-line);background:#fbfaf6f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-header__inner,.public-header__content,.public-nav,.public-header__tools{height:100%;display:flex;align-items:center}.public-header__brand{height:62px;display:flex;align-items:center;margin-right:clamp(24px,4vw,58px)}.public-header__content{flex:1;justify-content:space-between;min-width:0}.public-nav{gap:6px}.public-nav a{min-height:38px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;font-size:13px;font-weight:570;white-space:nowrap}.public-nav a:hover,.public-nav a.is-active{color:#fff;background:var(--public-ink)}.public-header__tools{gap:14px}.public-header__tools>a{width:34px;height:34px;position:relative;display:grid;place-items:center;border-radius:50%}.public-favorites-link>span{min-width:18px;height:18px;position:absolute;top:-4px;right:-5px;display:grid;place-items:center;padding-inline:4px;border:2px solid var(--public-paper);border-radius:999px;color:#fff;background:var(--public-sage);font-size:9px;font-weight:750}.public-header__tools>a:hover{background:#efede6}.public-search{width:min(260px,22vw);height:40px;display:flex;align-items:center;border:1px solid var(--public-line);border-radius:999px;background:#fff}.public-search input{width:100%;height:100%;padding:0 4px 0 15px;border:0;outline:0;background:transparent}.public-search button{width:40px;height:40px;display:grid;flex:0 0 auto;place-items:center;border:0;background:transparent}.public-header__menu{display:none}.catalog-hero{height:430px;position:relative;overflow:hidden;margin-top:18px;border-radius:12px;background:#e9e4da}.catalog-hero picture,.catalog-hero picture img{width:100%;height:100%;display:block}.catalog-hero picture img{object-fit:cover}.catalog-hero__content{width:min(48%,520px);position:absolute;top:50%;left:clamp(28px,7vw,100px);transform:translateY(-50%)}.catalog-hero__content>span,.public-page-heading>span{color:var(--public-sage);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.catalog-hero__content h1{max-width:500px;margin:10px 0 14px;font-family:var(--font-brand);font-size:clamp(42px,5vw,72px);font-weight:500;line-height:.94;letter-spacing:-.035em}.catalog-hero__content p{max-width:460px;margin-bottom:22px;color:#3e3b35;font-size:15px}.catalog-hero__content>a,.catalog-hero__season a,.public-state button,.public-state>a,.catalog-contact-primary{min-height:42px;width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid var(--public-ink);border-radius:6px;color:#fff;background:var(--public-ink);font-weight:650}.catalog-hero__season{width:220px;position:absolute;top:50%;right:clamp(22px,5vw,70px);display:grid;justify-items:center;gap:8px;padding:25px 18px;transform:translateY(-50%);border:1px solid rgb(255 255 255 / 70%);border-radius:12px;background:#faf8f2e0;box-shadow:0 12px 34px #3c322714;text-align:center}.catalog-hero__season strong{font-family:var(--font-brand);font-size:22px}.catalog-hero__season span,.catalog-hero__season small{color:var(--public-muted);font-size:12px}.catalog-hero__season a{min-height:36px;margin-top:6px;padding-inline:13px;font-size:12px}.catalog-section{padding-top:42px}.catalog-section:last-child{padding-bottom:72px}.catalog-section__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.catalog-section__heading h2{margin:0;font-family:var(--font-brand);font-size:25px;font-weight:600}.catalog-section__heading a,.catalog-back-link a{display:inline-flex;align-items:center;gap:5px;color:var(--public-muted);font-size:13px}.catalog-categories{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:clamp(12px,2vw,28px)}.catalog-categories a{display:grid;justify-items:center;gap:10px;text-align:center}.catalog-categories a>span{width:92px;height:92px;overflow:hidden;border-radius:50%;background:#efede7}.catalog-categories img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.catalog-categories a:hover img{transform:scale(1.04)}.catalog-categories strong{font-size:13px;font-weight:560}.catalog-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.catalog-product-card{min-width:0;position:relative;overflow:hidden;border:1px solid var(--public-line);border-radius:9px;background:#fff;transition:transform .16s ease,box-shadow .16s ease}.catalog-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #28241e14}.catalog-product-card__image{aspect-ratio:1 / 1.03;position:relative;display:block;overflow:hidden;background:#efede7}.catalog-product-card__image>img{width:100%;height:100%;object-fit:cover}.catalog-product-card__favorite{width:32px;height:32px;position:absolute;top:10px;right:10px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 80%);border-radius:50%;background:#ffffffe5;color:var(--public-ink);transition:color .15s ease,background .15s ease,transform .15s ease}.catalog-product-card__favorite:hover,.catalog-gallery__favorite:hover{transform:scale(1.06)}.catalog-product-card__favorite.is-active,.catalog-gallery__favorite.is-active{color:#fff;border-color:var(--public-sage);background:var(--public-sage)}.catalog-product-card__favorite.is-active svg,.catalog-gallery__favorite.is-active svg{fill:currentColor}.catalog-product-card__tag{position:absolute;bottom:10px;left:10px;padding:4px 8px;border-radius:999px;color:#fff;background:var(--public-sage);font-size:10px;font-weight:700}.catalog-product-card__body{display:grid;gap:3px;padding:13px 13px 15px}.catalog-product-card h3{margin-bottom:0;overflow:hidden;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.catalog-product-card__shop{overflow:hidden;color:var(--public-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.catalog-product-card strong{margin-top:4px;font-size:13px}.catalog-shops-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.catalog-shop-card{min-width:0;display:grid;justify-items:center;padding:20px 14px 16px;border:1px solid var(--public-line);border-radius:9px;background:#fff;text-align:center}.catalog-shop-card>img{width:74px;height:74px;object-fit:cover;margin-bottom:11px;border:1px solid var(--public-line);border-radius:50%}.catalog-shop-card h3{margin-bottom:3px;font-size:14px}.catalog-shop-card p{min-height:34px;margin-bottom:13px;display:-webkit-box;overflow:hidden;color:var(--public-muted);font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-shop-card a{min-height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 13px;border:1px solid var(--public-line);border-radius:6px;font-size:12px;font-weight:620}.catalog-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.catalog-archive-grid a{height:160px;position:relative;overflow:hidden;border-radius:9px;background:#ddd8cf}.catalog-archive-grid img{width:100%;height:100%;object-fit:cover}.catalog-archive-grid a>span{position:absolute;inset:auto 14px 14px;display:grid;width:max-content;max-width:calc(100% - 28px);padding:8px 12px;border-radius:6px;background:#fbfaf6e5}.catalog-archive-grid strong{font-family:var(--font-brand);font-size:19px}.catalog-archive-grid small{color:var(--public-muted)}.public-page-heading{max-width:720px;margin-bottom:28px}.public-page-heading h1{margin:7px 0 5px;font-family:var(--font-brand);font-size:clamp(38px,5vw,60px);font-weight:550;line-height:1}.public-page-heading p{color:var(--public-muted)}.public-list-page,.public-content-page{padding-block:54px 80px}.catalog-filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:28px;padding:12px;border:1px solid var(--public-line);border-radius:9px;background:#fff}.catalog-filter-bar form{min-width:220px;display:flex;flex:1;align-items:center;border:1px solid var(--public-line);border-radius:6px}.catalog-filter-bar input,.catalog-filter-bar select{height:42px;border:1px solid var(--public-line);border-radius:6px;padding-inline:11px;background:#fff}.catalog-filter-bar input{width:100%;border:0;outline:0}.catalog-filter-bar form button{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent}.catalog-filter-bar__label{display:inline-flex;align-items:center;gap:6px;color:var(--public-muted);font-size:12px}.catalog-products-grid--listing,.catalog-shops-grid--listing{grid-template-columns:repeat(4,minmax(0,1fr))}.public-state,.public-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;padding:40px 20px;text-align:center}.public-state p,.public-empty p{color:var(--public-muted)}.public-spin{animation:public-spin .8s linear infinite}@keyframes public-spin{to{transform:rotate(360deg)}}.public-state__code{color:#b1a793;font:600 72px/1 var(--font-brand)}.catalog-breadcrumb{display:flex;gap:8px;padding:28px 0 18px;color:var(--public-muted);font-size:12px}.catalog-product-detail{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:clamp(34px,5vw,64px);padding-bottom:52px}.catalog-gallery__stage{position:relative}.catalog-gallery__main{width:100%;aspect-ratio:1 / .86;object-fit:cover;border-radius:9px;background:#ece8df}.catalog-gallery__count,.catalog-gallery__favorite,.catalog-gallery__arrow{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgb(39 36 31 / 8%);background:#ffffffeb;box-shadow:0 4px 15px #342d2214}.catalog-gallery__count{top:16px;right:16px;min-width:48px;min-height:32px;padding-inline:10px;border-radius:999px;font-size:12px;font-weight:700}.catalog-gallery__favorite{top:58px;right:16px;width:40px;height:40px;border-radius:50%}.catalog-gallery__arrow{top:50%;width:40px;height:40px;transform:translateY(-50%);border-radius:50%}.catalog-gallery__arrow.is-left{left:16px}.catalog-gallery__arrow.is-right{right:16px}.catalog-gallery__thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:14px}.catalog-gallery__thumbs button{aspect-ratio:1;overflow:hidden;padding:0;border:1px solid transparent;border-radius:7px;background:#ece8df}.catalog-gallery__thumbs button.is-active{border-color:var(--public-ink)}.catalog-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.catalog-product-info{align-self:start;padding-top:2px}.catalog-product-info__season{display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border-radius:999px;color:var(--public-sage);background:#e9efe9;font-size:12px;font-weight:700}.catalog-product-info h1{margin:12px 0 14px;font-size:clamp(31px,3vw,44px);font-weight:750;line-height:1.12}.catalog-product-info__shop{display:flex;align-items:center;gap:10px;color:var(--public-muted);font-size:13px}.catalog-product-info__shop-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--public-line);border-radius:50%;background:#fff}.catalog-product-info__shop span:last-child{display:grid;gap:2px}.catalog-product-info__shop small{color:var(--public-muted)}.catalog-product-info__shop strong{color:var(--public-ink)}.catalog-product-info__price{display:block;margin:25px 0 0;font-size:25px}.catalog-product-specs{margin-block:24px 20px;padding-block:20px;border-block:1px solid var(--public-line)}.catalog-product-specs>div{display:grid;grid-template-columns:minmax(125px,.8fr) 1.2fr;gap:14px;padding-block:7px;font-size:13px}.catalog-product-specs dt{display:flex;align-items:center;gap:8px;color:var(--public-muted)}.catalog-product-specs dd{margin:0}.catalog-quantity-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;font-size:13px}.catalog-quantity-row>span{display:inline-flex;align-items:center;gap:8px}.catalog-quantity-control{display:grid;grid-template-columns:36px 46px 36px;overflow:hidden;border:1px solid var(--public-line);border-radius:7px;background:#fff}.catalog-quantity-control button,.catalog-quantity-control output{height:36px;display:grid;place-items:center;border:0;background:#fff}.catalog-quantity-control output{border-inline:1px solid var(--public-line)}.catalog-contact-primary{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #e4dacd;border-radius:8px;background:#f5eee4;font-size:15px;font-weight:700}.catalog-contact-heading{margin:20px 0 9px;font-size:13px}.catalog-contact-list,.catalog-shop-contacts{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.catalog-contact-list button,.catalog-shop-contacts a{min-height:44px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--public-line);border-radius:6px;background:#fff;font-size:12px}.catalog-contact-list button{flex:1;justify-content:center}.catalog-detail-secondary{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:clamp(34px,5vw,64px);align-items:start;padding-bottom:58px}.catalog-detail-tabs__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--public-line)}.catalog-detail-tabs__nav button{min-height:52px;position:relative;border:0;background:transparent;color:var(--public-muted);font-weight:600}.catalog-detail-tabs__nav button.is-active{color:var(--public-ink)}.catalog-detail-tabs__nav button.is-active:after{height:2px;position:absolute;right:0;bottom:-1px;left:0;content:"";background:var(--public-ink)}.catalog-detail-tabs__panel{min-height:220px;padding:26px 12px 0;color:#494740;font-size:14px;line-height:1.8}.catalog-detail-tabs__panel p{white-space:pre-line}.catalog-detail-tabs__panel ul{margin:16px 0 0;padding-left:18px}.catalog-detail-tabs__panel dl{display:grid;gap:1px;overflow:hidden;border:1px solid var(--public-line);border-radius:8px;background:var(--public-line)}.catalog-detail-tabs__panel dl div{display:grid;grid-template-columns:180px 1fr;padding:12px 14px;background:#fff}.catalog-detail-tabs__panel dd{margin:0}.catalog-detail-tabs__empty{color:var(--public-muted)}.catalog-product-shop-card{overflow:hidden;padding:22px 22px 0;border:1px solid var(--public-line);border-radius:9px;background:#fff}.catalog-product-shop-card__profile{display:flex;align-items:center;gap:13px}.catalog-product-shop-card__profile>img{width:58px;height:58px;object-fit:cover;border:1px solid var(--public-line);border-radius:50%}.catalog-product-shop-card__profile>div{display:grid;gap:3px}.catalog-product-shop-card__profile small,.catalog-product-shop-card>p{color:var(--public-muted);font-size:12px}.catalog-product-shop-card>p{min-height:42px;margin:18px 0}.catalog-product-shop-card__stats{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:18px}.catalog-product-shop-card__stats span{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px}.catalog-product-shop-card__stats svg{grid-row:1 / 3}.catalog-product-shop-card__stats small{color:var(--public-muted);font-size:11px}.catalog-product-shop-card>a{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid var(--public-line);border-radius:6px;font-size:12px;font-weight:650}.catalog-product-shop-card__cover{width:calc(100% + 44px);height:108px;display:block;object-fit:cover;margin:20px -22px 0;background:#e8e1d6}.catalog-related-products{padding-bottom:76px}.catalog-favorites-page{min-height:62vh}.catalog-favorites-empty{min-height:330px;display:grid;place-items:center;align-content:center;gap:9px;padding:40px 20px;border:1px solid var(--public-line);border-radius:10px;background:#fff;text-align:center}.catalog-favorites-empty svg{color:var(--public-sage)}.catalog-favorites-empty h2{margin:4px 0 0;font-family:var(--font-brand);font-size:27px}.catalog-favorites-empty p{max-width:460px;color:var(--public-muted)}.catalog-favorites-empty a{min-height:42px;display:inline-flex;align-items:center;margin-top:8px;padding:0 18px;border-radius:6px;color:#fff;background:var(--public-ink);font-weight:650}.catalog-shop-hero{height:430px;position:relative;overflow:hidden;background:#dfd9cf}.catalog-shop-hero>img{width:100%;height:100%;object-fit:cover}.catalog-shop-hero__profile{position:absolute;inset:auto 0 30px;display:flex;align-items:center;gap:18px}.catalog-shop-hero__profile>img{width:104px;height:104px;object-fit:cover;border:5px solid white;border-radius:50%;background:#fff}.catalog-shop-hero__profile>div{padding:12px 18px;border-radius:8px;background:#fbfaf6eb}.catalog-shop-hero__profile h1{margin:2px 0;font-family:var(--font-brand);font-size:34px}.catalog-shop-about{display:grid;grid-template-columns:1fr auto;gap:40px;padding-top:34px}.catalog-shop-about p{max-width:760px;color:var(--public-muted)}.catalog-back-link{padding-bottom:70px}.catalog-collections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.catalog-collections-grid>a{min-height:260px;display:grid;grid-template-columns:44% 1fr;overflow:hidden;border:1px solid var(--public-line);border-radius:10px;background:#fff}.catalog-collections-grid img{width:100%;height:100%;object-fit:cover}.catalog-collections-grid a>div{align-self:center;padding:24px}.catalog-collections-grid h2{margin:5px 0 8px;font-family:var(--font-brand);font-size:28px}.catalog-collections-grid p,.catalog-collections-grid small{color:var(--public-muted)}.catalog-collections-grid span{display:inline-flex;align-items:center;gap:6px;font-weight:650}.public-rich-content{max-width:850px;font-size:16px;line-height:1.85}.public-rich-content img{border-radius:9px}.public-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.public-contact-grid>*{min-height:140px;display:flex;align-items:center;gap:14px;padding:22px;border:1px solid var(--public-line);border-radius:9px;background:#fff}.public-contact-grid span{display:grid;gap:3px}.public-contact-grid small{color:var(--public-muted)}.public-footer{padding:48px 0;color:#f7f4ec;background:#637269}.public-footer__grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1.4fr;gap:46px}.public-footer__brand .brand-mark{filter:saturate(.7) brightness(1.7)}.public-footer h3{margin-bottom:12px;font-size:14px}.public-footer p,.public-footer a{display:block;margin-bottom:6px;color:#ffffffc7;font-size:12px}.public-footer__socials{display:flex;gap:8px}.public-footer__socials a{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 25%);border-radius:50%}.public-footer__contact{display:inline-flex!important;align-items:center;gap:7px}@media(max-width:1080px){.public-header__brand{margin-right:16px}.public-nav a{padding-inline:8px;font-size:12px}.public-search{width:180px}.catalog-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-products-grid>:nth-child(n+5){display:none}.catalog-categories,.catalog-shops-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-shops-grid>:nth-child(n+5){display:none}}@media(max-width:860px){.public-header{height:68px}.public-header__brand .brand-mark--compact{width:170px;height:52px}.public-header__brand .brand-mark--compact img{width:325px}.public-header__menu{width:42px;height:42px;display:grid;place-items:center;margin-left:auto;border:0;background:transparent}.public-header__content{position:absolute;top:68px;left:0;right:0;height:auto;display:none;padding:14px 20px 20px;border-bottom:1px solid var(--public-line);background:var(--public-paper);box-shadow:0 16px 30px #28231c14}.public-header__content.is-open{display:block}.public-nav{height:auto;display:grid}.public-nav a{min-height:44px;border-radius:6px}.public-header__tools{height:auto;margin-top:12px;padding-top:12px;border-top:1px solid var(--public-line)}.public-search{width:auto;flex:1}.catalog-hero{height:480px}.catalog-hero__content{width:58%;left:28px}.catalog-hero__season{right:20px;width:190px}.catalog-filter-bar{align-items:stretch;flex-wrap:wrap}.catalog-filter-bar form{flex-basis:100%}.catalog-filter-bar__label{display:none}.catalog-filter-bar select{flex:1}.catalog-products-grid,.catalog-products-grid--listing{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-products-grid>:nth-child(n){display:block}.catalog-shops-grid,.catalog-shops-grid--listing{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-shops-grid>:nth-child(n){display:grid}.catalog-product-detail,.catalog-detail-secondary{grid-template-columns:1fr}.catalog-product-info{padding-top:0}.public-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.public-container{width:calc(100% - 28px)}.catalog-hero{width:100%;height:590px;margin-top:0;border-radius:0}.catalog-hero picture img{object-position:64% center}.catalog-hero__content{width:auto;inset:auto 18px 24px;padding:18px;transform:none;border-radius:9px;background:#fbfaf6eb}.catalog-hero__content h1{font-size:42px}.catalog-hero__content p{margin-bottom:16px;font-size:13px}.catalog-hero__season{top:18px;right:18px;width:164px;padding:15px 12px;transform:none}.catalog-section{padding-top:34px}.catalog-categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px 8px}.catalog-categories a>span{width:68px;height:68px}.catalog-categories strong{font-size:11px}.catalog-products-grid,.catalog-products-grid--listing,.catalog-shops-grid,.catalog-shops-grid--listing{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-archive-grid{grid-template-columns:1fr}.catalog-archive-grid a{height:150px}.public-list-page,.public-content-page{padding-block:38px 64px}.public-page-heading{margin-bottom:22px}.catalog-filter-bar select{min-width:calc(50% - 6px)}.catalog-product-detail{gap:24px;padding-bottom:58px}.catalog-gallery__main{border-radius:0}.catalog-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-product-info h1{font-size:32px}.catalog-detail-secondary{gap:28px;padding-bottom:44px}.catalog-detail-tabs__nav button{font-size:12px}.catalog-detail-tabs__panel{padding-inline:0}.catalog-detail-tabs__panel dl div{grid-template-columns:120px 1fr}.catalog-related-products{padding-bottom:52px}.catalog-collections-grid{grid-template-columns:1fr}.catalog-collections-grid>a{min-height:210px}.catalog-shop-hero{height:380px}.catalog-shop-hero__profile{bottom:18px}.catalog-shop-hero__profile>img{width:78px;height:78px}.catalog-shop-hero__profile h1{font-size:26px}.catalog-shop-about{grid-template-columns:1fr;gap:12px}.public-contact-grid{grid-template-columns:1fr}.public-footer__grid{grid-template-columns:1fr;gap:26px}}
