@import"https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap";:root{--header-height: clamp(52px, 6vw + 48px, 72px);--header-padding-y: clamp(6px, 1vw, 10px);--header-padding-x: clamp(12px, 3vw, 40px);--header-gap-side: clamp(12px, 1.5vw, 20px);--logo-font: clamp(22px, 3vw + 18px, 48px);--link-font: clamp(12px, 1.2vw + 12px, 22px);--icon-size: clamp(14px, 1.2vw + 12px, 22px);--right-gap: clamp(8px, 1vw, 16px)}._header_1st8v_15{position:fixed;top:0;left:0;right:0;z-index:2000;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:var(--header-padding-y) var(--header-padding-x);background-color:#000;color:#fff;height:var(--header-height)}._center_1st8v_35{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:clamp(16px,2.5vw,32px);justify-self:center}._centerLink_1st8v_44{color:inherit;text-decoration:none;display:block}._centerLink_1st8v_44:hover{color:inherit;opacity:.9}._right_1st8v_55{justify-self:end;display:flex;align-items:center;flex-shrink:0}._rightDesk_1st8v_62{display:flex;align-items:center}._rightright_1st8v_67{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--right-gap)}._rightMobile_1st8v_74{display:none;align-items:center;gap:8px}._link_1st8v_81{font-family:Oranienbaum,serif;font-size:var(--link-font);text-transform:uppercase;letter-spacing:.08em;color:#fff;background:none;border:none;cursor:pointer;text-decoration:none}._link_1st8v_81:hover{color:red}._logoText_1st8v_97{font-family:Oranienbaum,serif;font-size:var(--logo-font);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}._logoRed_1st8v_105{color:red}._profileIcon_1st8v_109{width:var(--icon-size);height:var(--icon-size);min-width:var(--icon-size);min-height:var(--icon-size);border-radius:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;cursor:pointer;font-size:.9em}._profileIcon_1st8v_109 img,._profileImg_1st8v_127{width:100%;height:100%;object-fit:contain;transition:transform .15s ease-out}._profileIcon_1st8v_109:hover{background-color:transparent;color:inherit}._profileIcon_1st8v_109:hover ._profileImg_1st8v_127{transform:scale(1.08)}@media (max-width: 1024px){._header_1st8v_15{grid-template-columns:auto 1fr auto}._logoText_1st8v_97{font-size:clamp(24px,4vw,32px)}._link_1st8v_81{font-size:clamp(14px,2vw,18px)}}._hamburger_1st8v_161{display:none;width:40px;height:40px;border:none;background:transparent;color:#fff;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;gap:5px}._hamburger_1st8v_161 span{display:block;width:22px;height:2px;background:currentColor}._mobileBackdrop_1st8v_182,._mobilePanel_1st8v_183{display:none}._mobileLink_1st8v_187{display:block;padding:12px 20px;width:100%;text-align:left;font-family:Oranienbaum,serif;font-size:16px;color:#fff;text-decoration:none;background:none;border:none;cursor:pointer}._mobileLink_1st8v_187:hover,._mobileLink_1st8v_187:focus,._mobileLink_1st8v_187:active{background:#222;color:red}@media (max-width: 900px){._header_1st8v_15{display:flex;justify-content:space-between;align-items:center;position:fixed;gap:8px}._left_1st8v_30,._rightDesk_1st8v_62{display:none}._rightMobile_1st8v_74,._hamburger_1st8v_161{display:flex;flex-shrink:0}._center_1st8v_35{position:static;transform:none;left:auto;flex:1;min-width:0;justify-content:center;text-align:center}._center_1st8v_35 ._link_1st8v_81{display:none!important}._logoText_1st8v_97{font-size:clamp(22px,5vw,34px)}._mobileBackdrop_1st8v_182{display:block;position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-height);background:#0006;z-index:9998;animation:_headerFadeIn_1st8v_1 .2s ease-out}._mobilePanel_1st8v_183{display:flex;flex-direction:column;position:fixed;top:var(--header-height);right:0;width:50vw;min-width:260px;height:calc(100vh - var(--header-height));background:#000;border-left:1px solid #333;z-index:9999;padding:16px 0;overflow-y:auto;animation:_headerSlideInRight_1st8v_1 .25s ease-out}}@keyframes _headerFadeIn_1st8v_1{0%{opacity:0}to{opacity:1}}@keyframes _headerSlideInRight_1st8v_1{0%{transform:translate(100%)}to{transform:translate(0)}}._profileIcon_1st8v_109{overflow:visible}._cartIconWrap_1st8v_299{position:relative;display:flex;align-items:center;justify-content:center}._cartButton_1st8v_306{background-image:url(/icons/shopping-cart.svg);background-repeat:no-repeat;background-position:center;background-size:contain}._cartDelta_1st8v_313{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.75em;font-weight:700;pointer-events:none;animation:_cartDeltaPop_1st8v_1 2.2s ease-out forwards}._cartDeltaPlus_1st8v_324{color:#22c55e}._cartDeltaMinus_1st8v_328{color:#ef4444}@keyframes _cartDeltaPop_1st8v_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}15%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}25%{transform:translate(-50%,-50%) scale(1)}75%{opacity:1}to{opacity:0;transform:translate(-50%,-60%) scale(1)}}._backdrop_vpevy_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:9999}._backdropOpen_vpevy_11{opacity:1;pointer-events:all}._panel_vpevy_16{position:absolute;top:0;right:0;width:min(420px,100%);height:100%;background:#faf9f4;box-shadow:-12px 0 30px #0000002e;transform:translate(100%);transition:transform .25s ease-out;display:flex;flex-direction:column}._panelOpen_vpevy_30{transform:translate(0)}._header_vpevy_34{padding:28px 24px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e4dfd4}._header_vpevy_34 h2{font-size:20px;font-weight:500;color:#000}._close_vpevy_48{border:none;background:transparent;font-size:20px;cursor:pointer;color:#000}._content_vpevy_56{flex:1;overflow-y:auto;padding:16px 24px}._empty_vpevy_62{color:#7b7468;font-size:14px}._list_vpevy_67{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}._item_vpevy_76{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:center}._itemRemove_vpevy_83{width:32px;height:32px;min-width:32px;min-height:32px;padding:0;border:none;background:transparent;color:#8c8678;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s,color .15s}._itemRemove_vpevy_83:hover{background:#fee;color:#c33}._itemRemove_vpevy_83:focus{outline:none}._item_vpevy_76 img{width:72px;height:72px;object-fit:cover;border-radius:8px;background:#f3f1ea}._info_vpevy_117{display:flex;flex-direction:column;gap:4px;color:#000}._name_vpevy_124{font-size:14px;color:#000;font-weight:500}._meta_vpevy_130{font-size:12px;color:#8c8678}._footer_vpevy_135{padding:16px 24px 24px;border-top:1px solid #e4dfd4;display:flex;flex-direction:column;gap:12px}._subtotal_vpevy_143{display:flex;justify-content:space-between;font-size:14px}._checkout_vpevy_149{display:block;text-align:center;padding:12px 16px;border-radius:999px;background:#21201c;color:#fff;text-decoration:none;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}._checkout_vpevy_149:hover{color:#c33}._parallaxRoot_12twh_3{min-height:100vh}._topHeader_12twh_7{position:fixed;top:0;left:0;right:0;z-index:2000;opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity .4s ease,transform .4s ease,visibility .4s}._topHeaderVisible_12twh_19{opacity:1;visibility:visible;transform:translateY(0)}._sectionHero_12twh_27{position:relative;height:100vh;min-height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#2a4a3a;overflow:hidden}._heroDarkOverlay_12twh_39{position:absolute;left:0;right:0;bottom:0;height:var(--hero-dark-height, 33%);background:linear-gradient(to top,rgba(0,0,0,var(--hero-dark-opacity, .9)),#0000);z-index:1}._heroOverlay_12twh_53{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;padding:48px 40px 80px;pointer-events:none}._heroOverlay_12twh_53 a{pointer-events:auto}._heroTitleBlock_12twh_70{display:flex;flex-direction:column;gap:12px}._heroTitle_12twh_70{display:inline-block;padding:14px 32px;background:#000;color:#fff;font-family:Oranienbaum,serif;font-size:clamp(26px,4.5vw,40px);letter-spacing:.08em;text-transform:uppercase;margin:0;border-radius:9999px;box-shadow:0 2px 12px #0006}._heroTitleRed_12twh_90{color:red}._heroCatalogLink_12twh_94{align-self:center;margin-top:16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:Oranienbaum,serif;font-size:20px;letter-spacing:.05em;text-decoration:none;padding:10px 22px;background:#000;border-radius:9999px;border:none;transition:color .2s,background-color .2s}._heroCatalogLink_12twh_94:hover{color:#f44;background-color:#050505}._heroMotto_12twh_117{margin:0;color:#ffffffe6;font-size:clamp(16px,2.2vw,20px);letter-spacing:.02em;max-width:520px}._heroBottomStrip_12twh_125{position:absolute;left:0;right:0;bottom:0;padding:12px 20px;background:#000;text-align:center}._heroBottomTitle_12twh_135{font-family:Oranienbaum,serif;font-size:clamp(20px,3vw,28px);letter-spacing:.08em;text-transform:uppercase;color:red}._screen2_12twh_145{height:200vh;position:relative}._screen2Sticky_12twh_150{position:sticky;top:0;height:100vh;min-height:600px;overflow:hidden;background:#000;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;grid-template-areas:"leftTop    cabinet" "leftBottom cabinet";align-items:stretch;justify-items:stretch;padding:0 24px 80px}._layerBlack_12twh_168{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#000;transition:opacity .2s ease-out}._layerInterior_12twh_176{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat}._layerFinal_12twh_186{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}._leftTop_12twh_198{grid-area:leftTop;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:1rem}._thoughtsCluster_12twh_208{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;width:120%;height:120%;pointer-events:none;z-index:0;background:none}._thoughtsImgCluster_12twh_218{display:none}@keyframes _karakuliPulse_12twh_1{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}._tableChairBlock_12twh_227{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:center;gap:12px}._furnitureImg_12twh_236{max-height:34vh;width:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}._furnitureImgChair_12twh_243{max-height:28vh;width:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}._screen2Motto_12twh_251{grid-area:leftBottom;position:relative;z-index:15;justify-self:start;align-self:end;margin:0 0 4rem;padding:0;max-width:90%;font-family:Georgia,Times New Roman,serif;font-size:clamp(18px,2.4vw,24px);color:#fff;line-height:1.4;text-align:left}._cabinetBlock_12twh_268{grid-area:cabinet;position:relative;z-index:2;display:flex;justify-content:center;align-items:center;padding:1rem}._cabinetBlock_12twh_268 ._furnitureImgCabinet_12twh_279{position:relative;z-index:1;max-height:75vh;width:auto;object-fit:contain;filter:drop-shadow(0 4px 16px rgba(0,0,0,.4))}._ctaCatalog_12twh_288{position:absolute;bottom:80px;left:50%;transform:translate(-50%);z-index:15;display:inline-block;padding:14px 32px;background:#000c;color:#fff;font-family:Oranienbaum,serif;font-size:20px;letter-spacing:.05em;text-decoration:none;border-radius:4px;transition:opacity .3s ease,background .2s,color .2s}._ctaCatalog_12twh_288:hover{background:red;color:#fff}@media (max-width: 768px){._screen2Sticky_12twh_150{height:100vh;min-height:100vh;padding:0 16px 24px}._furnitureImg_12twh_236{max-height:26vh}._furnitureImgChair_12twh_243{max-height:22vh}._furnitureImgCabinet_12twh_279{max-height:58vh}._screen2Motto_12twh_251{max-width:85%;font-size:clamp(16px,4vw,20px)}}._wrapper_hkg1h_2{margin:0;padding:40px}._track_hkg1h_8{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;cursor:grab;justify-content:flex-start;padding-left:0;margin:0;box-sizing:border-box;align-items:stretch}._track_hkg1h_8::-webkit-scrollbar{display:none}._item_hkg1h_25{flex:0 0 260px;width:260px;min-width:260px;margin:0;height:230px;padding:10px 15px;background:#e9e9e9f3;text-align:left;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;border-radius:0;align-items:center;border:none;outline:none;flex-shrink:0}._itemActive_hkg1h_46{background:#cfcfcf;align-items:flex-start;text-align:left}@media (min-width: 769px){._track_hkg1h_8 ._item_hkg1h_25[data-active=true]{flex-grow:0;flex-shrink:0;flex-basis:600px;min-width:600px!important;width:600px!important;max-width:600px!important;height:230px;padding:16px 20px;overflow:hidden}._track_hkg1h_8 ._item_hkg1h_25[data-active=true] ._description_hkg1h_66{overflow-x:hidden;overflow-y:auto;word-wrap:break-word;overflow-wrap:break-word}}._title_hkg1h_75{font-size:24px;font-family:Oranienbaum,serif;padding-right:10px;color:#000;line-height:1;text-align:center;margin-top:auto;order:2}._description_hkg1h_66{font-size:18px;font-family:Oranienbaum,serif;color:#555;line-height:1.6;margin-left:auto;margin-bottom:auto;order:1;padding-left:15rem;overflow-y:auto;max-height:100%;min-height:0;flex:1;min-width:0}._item_hkg1h_25:hover{background:#afafaf}._image_hkg1h_108{width:70%;height:70%;object-fit:contain}._modalBackdrop_hkg1h_115{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;align-items:stretch;overflow:hidden;display:flex;justify-content:center;z-index:50}._modal_hkg1h_115{background:#fff;width:80vw;max-width:1100px;max-height:90vh;padding:24px 32px;box-sizing:border-box;position:relative;display:flex;flex-direction:column}._modalClose_hkg1h_138{position:absolute;top:16px;right:16px;border:none;background:transparent;font-size:20px;cursor:pointer}._modalContent_hkg1h_148{display:grid;grid-template-columns:1.2fr 1.6fr 1.2fr;gap:24px;align-items:stretch}._modalText_hkg1h_156{font-family:Oranienbaum,serif;font-size:16px;line-height:1.6}._modalMainImage_hkg1h_163{display:flex;align-items:center;justify-content:center}._modalMainImage_hkg1h_163 img{max-width:100%;max-height:70vh;object-fit:cover}._modalSide_hkg1h_176{display:flex;flex-direction:column;justify-content:center;align-items:center}._modalTitle_hkg1h_183{font-family:Oranienbaum,serif;font-size:28px;text-align:center;margin-bottom:24px}._modalButton_hkg1h_190{padding:10px 32px;background:silver;border:none;font-family:Oranienbaum,serif;font-size:16px;cursor:pointer}@media (max-width: 768px){._wrapper_hkg1h_2{padding:16px 12px}._track_hkg1h_8{gap:12px}._item_hkg1h_25{flex:0 0 160px;width:160px;height:160px}._title_hkg1h_75{font-size:20px;line-height:1}._description_hkg1h_66{font-size:12px;padding-left:40px}._itemActive_hkg1h_46{align-items:center}._mobileCategoryPanel_hkg1h_229{margin-top:16px;padding:16px;background:#f3f3f3;display:flex;flex-direction:row;gap:10px}._mobileCategoryTitle_hkg1h_238{font-family:Oranienbaum,serif;font-size:24x;margin:auto 0 0;color:#000;line-height:1;text-align:left;flex:0 0 35%}._mobileCategoryText_hkg1h_249{font-family:Oranienbaum,serif;font-size:12px;line-height:1.5;margin:0;color:#000;text-align:left;flex:0 0 65%}}._heroBanner_hkg1h_263{position:relative;margin-top:2rem;border-radius:5px;overflow:hidden;background-image:url(/assets/promo-jxp-im_9.png);background-repeat:no-repeat;background-size:cover;background-position:center;padding:32px 40px;display:flex;align-items:center;flex-direction:column;height:50vh}._heroBanner_hkg1h_263:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff59;z-index:0}._heroBanner_hkg1h_263 ._heroTitle_hkg1h_287,._heroBanner_hkg1h_263 ._heroText_hkg1h_288{position:relative;z-index:1}._heroTitle_hkg1h_287{font-size:58px;line-height:1.2;margin:6.6rem 0 0 1rem}._heroText_hkg1h_288{font-size:24px;line-height:1.6;margin:0 0 20px}._productsWrapper_1ghvk_3{margin-top:2rem;margin-left:2rem;margin-right:2rem}._productsGrid_1ghvk_9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,2vw,20px)}._productCard_1ghvk_17{background:#fff;display:flex;flex-direction:column;position:relative;border-radius:0;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}._productCard_1ghvk_17:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}._imageWrap_1ghvk_35{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;border-radius:0;background:#f5f5f5}._productImage_1ghvk_44{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .5s ease}._productImageBase_1ghvk_53{opacity:1}._productImageHover_1ghvk_57{opacity:0;transform:scale(1.03)}._productCard_1ghvk_17:hover ._productImageBase_1ghvk_53{opacity:0}._productCard_1ghvk_17:hover ._productImageHover_1ghvk_57{opacity:1;transform:scale(1)}._addToCart_1ghvk_73{position:absolute;left:0;right:0;bottom:0;height:44px;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:none;font-size:15px;font-family:Oranienbaum,serif;letter-spacing:.5px;cursor:pointer;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s ease;transform:translateY(100%);opacity:0;border-radius:0;outline:none}._addToCart_1ghvk_73:focus,._addToCart_1ghvk_73:active{outline:none;box-shadow:none}._productCard_1ghvk_17:hover ._addToCart_1ghvk_73{transform:translateY(0);opacity:1}._productHeader_1ghvk_107{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;padding:12px 12px 4px}._productInfo_1ghvk_115{padding:0 12px 12px;display:flex;flex-direction:column;gap:4px}._productTitle_1ghvk_122{font-size:clamp(14px,1.4vw,20px);font-family:Oranienbaum,serif;color:#1a1a1a;margin:0;line-height:1.3;flex:1}._productPrice_1ghvk_131{font-size:clamp(15px,1.5vw,22px);font-family:Oranienbaum,serif;font-weight:600;color:#1a1a1a;padding:0 12px 12px}._productOption_1ghvk_139{display:flex;font-family:Oranienbaum,serif;align-items:center;gap:8px;font-size:13px;color:#727272;margin:0}._favoriteBtn_1ghvk_151{position:absolute;top:12px;right:12px;width:36px;height:36px;padding:0;border:none;background:transparent!important;background-color:transparent!important;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none;transition:transform .2s ease,background .2s ease;z-index:2}._favoriteBtn_1ghvk_151:hover{transform:scale(1.15);background:transparent}._favoriteBtn_1ghvk_151:focus,._favoriteBtn_1ghvk_151:active{outline:none;box-shadow:none}._favoriteIcon_1ghvk_182{width:18px;height:18px;flex-shrink:0;object-fit:contain;transition:transform .2s ease}._favoriteBtn_1ghvk_151:hover ._favoriteIcon_1ghvk_182{transform:scale(1.1)}._productActions_1ghvk_196{display:flex;gap:8px}._actionBtn_1ghvk_201{width:36px;height:36px;border:none;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease;outline:none}._actionBtn_1ghvk_201:focus,._actionBtn_1ghvk_201:active{outline:none;box-shadow:none}._actionBtn_1ghvk_201:hover{background:#fff;transform:scale(1.1)}._shareBtn_1ghvk_228:hover{background:#3b82f626}._modalBackdrop_1ghvk_234{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:50}._modal_1ghvk_234{position:relative;background:#fff;width:100vw;height:100vh;box-sizing:border-box;padding:40px 80px;display:flex;flex-direction:column}._modalClose_1ghvk_256{position:absolute;top:120px;right:24px;color:#1a1a1a;border:none;background:transparent;font-size:32px;cursor:pointer;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;z-index:10}._modalClose_1ghvk_256:hover{background:transparent}._modalContent_1ghvk_279{flex:1;display:grid;grid-template-columns:2fr 4fr 4fr;gap:32px;align-items:center}._modalText_1ghvk_287{font-family:Oranienbaum,serif;font-size:24px;line-height:1.3;color:#1a1a1a;justify-self:start;display:flex;flex-direction:column;gap:70px}._modalDescription_1ghvk_298{font-size:clamp(16px,1.5vw,24px);line-height:1.4}._modalThumbWrapper_1ghvk_303{align-self:flex-start;margin-top:auto}._modalThumb_1ghvk_303{width:220px;height:auto;object-fit:cover;border-radius:8px}._modalMainImage_1ghvk_315{display:flex;align-items:center;justify-content:center}._modalMainImage_1ghvk_315 img{max-width:100%;max-height:70vh;object-fit:cover}._verticalTrack_1ghvk_327{width:600px;height:100vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}._verticalTrack_1ghvk_327::-webkit-scrollbar{display:none}._verticalImage_1ghvk_339{width:100%;height:600px;object-fit:cover;margin-bottom:16px}._modalSide_1ghvk_346{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}._modalTitle_1ghvk_354{font-family:Oranienbaum,serif;font-size:clamp(24px,2.5vw,36px);text-align:center;color:#1a1a1a;line-height:1.2;white-space:normal}._modalButton_1ghvk_363{padding:14px 40px;background:#1a1a1a;color:#fff;border:none;font-family:Oranienbaum,serif;font-size:16px;cursor:pointer;border-radius:8px;transition:background .2s ease,transform .15s ease}._modalButton_1ghvk_363:hover{background:#333;transform:scale(1.02)}._mobileModalBackdrop_1ghvk_382{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto}._mobileModal_1ghvk_382{position:relative;width:100%;min-height:100vh;max-width:700px;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;overflow-y:auto}._mobileModalClose_1ghvk_406{position:fixed;top:16px;right:16px;border:none;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:24px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s ease}._mobileModalClose_1ghvk_406:hover{background:#fff}._mobileCarousel_1ghvk_429{flex:0 0 auto;display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}._mobileCarousel_1ghvk_429::-webkit-scrollbar{display:none}._mobileImage_1ghvk_443{flex:0 0 100%;width:100%;aspect-ratio:3 / 4;object-fit:cover;scroll-snap-align:center}._mobileTitle_1ghvk_451{font-family:Oranienbaum,serif;font-size:clamp(22px,6vw,32px);text-align:left;margin:0;color:#1a1a1a;padding:20px 20px 8px;line-height:1.2}._mobileButton_1ghvk_461{margin:8px 20px 16px;padding:14px 0;background:#1a1a1a;color:#fff;border:none;font-family:Oranienbaum,serif;font-size:17px;border-radius:10px;cursor:pointer;transition:background .2s ease}._mobileButton_1ghvk_461:hover{background:#333}._mobileDescriptionBlock_1ghvk_478{margin:0 20px 20px;background-image:url(../../../assets/back_card.png);padding:28px 24px;min-height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;display:flex;flex-direction:column;justify-content:center}._mobileDescriptionTitle_1ghvk_492{margin:0 0 12px;font-size:15px;color:#fffc;font-family:Oranienbaum,serif;text-transform:uppercase;letter-spacing:1px}._mobileDescriptionText_1ghvk_501{margin:0;font-size:clamp(16px,4.5vw,20px);line-height:1.5;color:#fff;font-family:Oranienbaum,serif}._pagination_1ghvk_511{margin:24px 2rem 0;display:flex;justify-content:center;align-items:center;gap:8px}._pageButton_1ghvk_519{min-width:36px;height:36px;border-radius:999px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;font-size:14px;font-family:Oranienbaum,serif;transition:all .2s ease}._pageButton_1ghvk_519:hover:not(:disabled){border-color:#1a1a1a}._pageButtonActive_1ghvk_535{background:#1a1a1a;color:#fff;border-color:#1a1a1a}._pageButton_1ghvk_519:disabled{opacity:.4;cursor:default}@media (max-width: 1200px){._productsGrid_1ghvk_9{grid-template-columns:repeat(3,minmax(0,1fr))}._modalContent_1ghvk_279{grid-template-columns:1fr 3fr 3fr;gap:24px}._verticalTrack_1ghvk_327{width:400px}._modal_1ghvk_234{padding:32px 40px}}@media (max-width: 768px){._productsWrapper_1ghvk_3{margin:12px}._productsGrid_1ghvk_9{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._productCard_1ghvk_17,._imageWrap_1ghvk_35{border-radius:0}._productHeader_1ghvk_107{padding:8px 10px 2px}._productTitle_1ghvk_122{font-size:14px}._productPrice_1ghvk_131{font-size:15px;padding:0 10px 10px}._addToCart_1ghvk_73{transform:translateY(0);opacity:1;height:38px;font-size:13px;background:#000000b3}._favoriteBtn_1ghvk_151{top:8px;right:8px;width:32px;height:32px}._favoriteIcon_1ghvk_182{width:16px;height:16px}}@media (max-width: 480px){._productsWrapper_1ghvk_3{margin:8px}._productsGrid_1ghvk_9{gap:8px}._productCard_1ghvk_17:hover{transform:none;box-shadow:none}._mobileImage_1ghvk_443{aspect-ratio:3 / 4}._mobileTitle_1ghvk_451{padding:16px 16px 6px}._mobileButton_1ghvk_461{margin:6px 16px 12px;padding:12px 0;font-size:16px}._mobileDescriptionBlock_1ghvk_478{margin:0 16px 16px;padding:24px 20px;min-height:160px;border-radius:12px}}@media (max-width: 360px){._productsGrid_1ghvk_9{grid-template-columns:1fr;gap:12px}._imageWrap_1ghvk_35{aspect-ratio:4 / 5}._productTitle_1ghvk_122{font-size:16px}._productPrice_1ghvk_131{font-size:17px}._addToCart_1ghvk_73{height:42px;font-size:15px}}._page_iea96_1{padding-top:calc(var(--header-height, 60px) + 24px);display:block;--catalog-card-min: clamp(140px, 22vw, 260px);--catalog-image-height: clamp(180px, 40vmin, 500px)}._catalogPage_iea96_10{padding:24px 0}._filtersRow_iea96_15{margin-right:2rem;margin-left:2rem}._recentSection_1yjod_1{padding-top:clamp(24px,5vw,60px);padding-bottom:clamp(24px,5vw,60px);padding-left:2.5rem;padding-right:2.5rem}._recentGrid_1yjod_8{margin-top:clamp(24px,5vw,60px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.5rem,1.5vw,1rem)}@media (min-width: 769px){._recentGrid_1yjod_8>article{min-width:0}}._recentTitle_1yjod_22{font-size:24px;font-family:Oranienbaum,serif;color:#000;text-align:center;margin:0 0 clamp(24px,5vw,60px)}@media (max-width: 768px){._recentSection_1yjod_1{padding-left:16px;padding-right:16px}._recentGrid_1yjod_8{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}._section_kzphm_1{height:200vh;display:flex}._left_kzphm_6,._center_kzphm_6,._right_kzphm_6{flex-shrink:0}._left_kzphm_6{flex:5;position:sticky;top:0;height:100vh;overflow:hidden}._leftImage_kzphm_18{width:100%;height:100%;object-fit:cover}._leftOverlay_kzphm_24{position:absolute;top:0;right:0;bottom:0;left:0;padding:80px 60px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}._leftLabel_kzphm_34{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}._leftTitle_kzphm_41{font-size:56px;line-height:1;margin:0 0 24px}._leftButton_kzphm_47{display:flex;align-items:flex-start;border:1px solid #ffffff;background:transparent;color:#fff;padding:10px 24px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}._center_kzphm_6{flex:2.5;position:sticky;top:2rem;height:80vh;padding:80px 40px;display:flex;flex-direction:column;justify-content:flex-start;background:#fff}._centerTitle_kzphm_72{font-size:24px;margin-bottom:12px}._centerText_kzphm_77{font-size:14px;line-height:1.6;margin-bottom:24px}._centerLink_kzphm_83{border:none;background:none;padding:0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}._right_kzphm_6{flex:2.5;padding:0 2.5rem 0 0;min-height:200vh;display:flex;align-items:flex-start}._rightItems_kzphm_102{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}._rightImage_kzphm_111{width:100%;object-fit:cover}._rightMeta_kzphm_117{font-size:12px}._rightLabel_kzphm_121{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#6c7c5d}._rightTitle_kzphm_129{font-size:16px;margin-bottom:8px}._rightDesc_kzphm_134{font-size:12px;line-height:1.5;margin-bottom:8px}._rightLink_kzphm_140{border:none;background:none;padding:0;font-size:11px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}@media (max-width: 768px){._section_kzphm_1{height:auto;flex-direction:column}._left_kzphm_6{position:relative;flex:none;width:100%;height:calc(100vh - var(--header-height, 60px))}._leftOverlay_kzphm_24{padding:48px 24px 32px}._center_kzphm_6{position:relative;top:0;height:auto;padding:24px 20px}._right_kzphm_6{position:relative;min-height:auto;padding:0 0 24px;overflow-x:auto}._rightItems_kzphm_102{display:flex;flex-direction:row;gap:16px;width:auto;height:auto}._rightItem_kzphm_102{min-width:220px;max-width:260px}}._ctaSection_1ha2e_1{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._ctaVideo_1ha2e_10{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}._ctaOverlay_1ha2e_18{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;pointer-events:none}._ctaContent_1ha2e_25{position:relative;z-index:1;text-align:center;padding:24px}._ctaBox_1ha2e_32{background:transparent;padding:clamp(32px,4vw,48px) clamp(40px,6vw,64px);border-radius:12px;margin-bottom:24px;box-shadow:none}._ctaTitle_1ha2e_40{margin:0;font-family:Oranienbaum,serif;font-size:clamp(30px,3.8vw,46px);color:#fff;line-height:1.3;letter-spacing:.05em;text-transform:uppercase}._ctaSubtitle_1ha2e_50{margin:12px auto 0;font-family:Oranienbaum,serif;font-size:clamp(18px,2.1vw,24px);line-height:1.5;color:#f9fafb;max-width:640px}._ctaBtn_1ha2e_59{display:inline-block;padding:14px 28px;background:#000000a6;color:#fff;text-decoration:none;font-weight:600;font-size:16px;border-radius:8px;transition:transform .16s ease-out}._ctaBtn_1ha2e_59:hover{transform:scale(1.04);color:red}._ctaBtn_1ha2e_59:active{transform:scale(.98)}._page_17j6w_1{min-height:100vh;padding-top:var(--header-height, 60px)}._hero_17j6w_7{height:calc(100vh - var(--header-height, 60px));min-height:400px;display:grid;grid-template-columns:minmax(280px,40%) 60%;gap:clamp(24px,4vw,48px);align-items:stretch;padding:0 clamp(24px,4vw,48px) 0 clamp(24px,4vw,48px);padding-right:0;background:#fff}._heroInner_17j6w_19{display:contents}._heroText_17j6w_23{max-width:520px;align-self:center;text-align:center;margin:0 auto}._heroLead_17j6w_30{font-family:Oranienbaum,serif;font-size:clamp(22px,2.6vw,30px);line-height:1.3;letter-spacing:.02em;color:#111;margin:0 0 .6em;font-weight:400}._heroSub_17j6w_40{font-family:Oranienbaum,serif;font-size:clamp(18px,2vw,22px);line-height:1.3;letter-spacing:.015em;color:#333;margin:0 0 1.4em}._orderBtn_17j6w_49{display:inline-block;padding:14px 32px;background:#e5e7eb;color:#111;text-decoration:none;font-weight:500;font-size:16px;border-radius:10px;transition:transform .16s ease-out;margin:0 auto}._orderBtn_17j6w_49:hover{transform:scale(1.04);color:red}._orderBtn_17j6w_49:active{transform:scale(.98)}._heroMedia_17j6w_71{position:relative;overflow:hidden;height:100%;min-height:300px;background:#000;align-self:stretch;margin-top:0}._heroVideo_17j6w_81{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){._hero_17j6w_7{position:relative;display:block;height:calc(100vh - var(--header-height, 60px));padding:0}._heroInner_17j6w_19{position:relative;height:100%}._heroMedia_17j6w_71{position:absolute;top:0;right:0;bottom:0;left:0;margin-top:0}._hero_17j6w_7:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}._heroText_17j6w_23{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:90%;text-align:center;margin:0;padding:24px 20px;color:#fff}._heroLead_17j6w_30{margin:0 0 .6em;color:#fff;font-size:clamp(30px,3.8vw,46px);line-height:1.3;letter-spacing:.05em;text-transform:uppercase}._heroSub_17j6w_40{margin:12px auto 0;color:#f9fafb;font-size:clamp(18px,2.1vw,24px);line-height:1.5}._orderBtn_17j6w_49{margin:24px auto 0;display:inline-block;padding:14px 28px;background:#000000a6;color:#fff;font-weight:600;font-size:16px;border-radius:8px}._columnsSection_17j6w_158{min-height:calc(100vh - var(--header-height, 60px));height:calc(100vh - var(--header-height, 60px));padding:0 16px;overflow:hidden}._columnsGrid_17j6w_165{grid-template-columns:1fr;height:100%;min-height:100%}._columnWrap_17j6w_171{display:none}._columnCenter_17j6w_175{position:relative;height:100%;min-height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}._columnScrollDown_17j6w_186{display:block;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;overflow:hidden}._columnScrollDown_17j6w_186 ._columnTrack_17j6w_194{display:flex;flex-direction:column;gap:0;animation:_scrollDown_17j6w_1 80s linear infinite}._columnScrollDown_17j6w_186 ._columnImgWrap_17j6w_201{flex:0 0 auto;width:100%;height:calc(100vh - var(--header-height, 60px));min-height:calc(100vh - var(--header-height, 60px));aspect-ratio:auto}._columnScrollDown_17j6w_186 ._columnImgWrap_17j6w_201 img{width:100%;height:100%;object-fit:cover;display:block}._columnCenterText_17j6w_216{position:relative;z-index:1;width:100%;max-width:100%;margin:0;padding:24px 20px}}._columnsSection_17j6w_158{padding:0 clamp(12px,2vw,24px);background:#fff;display:flex;align-items:stretch;height:100vh}._columnsGrid_17j6w_165{width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(12px,2vw,32px);height:100%;align-items:stretch}._columnWrap_17j6w_171{position:relative;overflow:hidden;border-radius:0;height:100%}._columnScrollUp_17j6w_252{height:100%;overflow:hidden}._columnScrollUp_17j6w_252 ._columnTrack_17j6w_194{animation:_scrollUp_17j6w_1 150s linear infinite;display:flex;flex-direction:column;gap:20px}._columnScrollDown_17j6w_186 ._columnTrack_17j6w_194{animation:_scrollDown_17j6w_1 150s linear infinite;display:flex;flex-direction:column;gap:20px}._columnCenter_17j6w_175{position:relative;overflow:hidden;border-radius:0;height:100%;display:flex;align-items:center;justify-content:center}._columnScrollDown_17j6w_186{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}._columnCenterText_17j6w_216{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 32px;background:#fff;width:70%;max-width:380px;margin:0 auto;border-radius:0;box-shadow:0 4px 24px #00000014}._columnCenterText_17j6w_216 p{margin:0;font-family:Oranienbaum,serif;font-size:clamp(16px,1.6vw,22px);line-height:1.4;color:#111;text-align:center}._columnCenterText_17j6w_216 p+p{margin-top:16px}._columnTrack_17j6w_194{will-change:transform}._columnImgWrap_17j6w_201{flex-shrink:0;width:100%;border-radius:0;overflow:hidden;aspect-ratio:3/4;position:relative}._columnImgWrap_17j6w_201 img{width:100%;height:100%;object-fit:cover;display:block}._columnLabel_17j6w_336{position:absolute;bottom:12px;left:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#111;background:#ffffffe6;padding:4px 10px;border-radius:0}@keyframes _scrollUp_17j6w_1{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes _scrollDown_17j6w_1{0%{transform:translateY(-50%)}to{transform:translateY(0)}}._briefOverlay_17j6w_360{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:3000}._briefModal_17j6w_370{position:relative;background:#fff;border-radius:20px;padding:24px 40px 32px;max-width:960px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #00000059}._briefClose_17j6w_382{position:absolute;top:16px;right:20px;width:32px;height:32px;border-radius:999px;border:none;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}._briefClose_17j6w_382:hover{background:#0000000a;color:#4b5563}._briefTitle_17j6w_405{margin:0 0 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:600}._briefForm_17j6w_412{display:flex;flex-direction:column;gap:20px}._briefLabel_17j6w_418{display:flex;flex-direction:column;gap:8px}._briefLabel_17j6w_418 span{font-size:14px;font-weight:500;color:#111827}._briefLabel_17j6w_418 input,._briefLabel_17j6w_418 textarea{padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._briefRow_17j6w_439{display:flex;gap:24px}._briefCol_17j6w_444{flex:1;display:flex;flex-direction:column;gap:10px}._briefLabelText_17j6w_451{font-size:14px;font-weight:500;color:#111827}._briefChips_17j6w_457{display:flex;flex-wrap:wrap;gap:8px}._briefChip_17j6w_457{border-radius:999px;padding:6px 14px;border:1px solid #d1d5db;background:#fff;font-size:13px;cursor:pointer}._briefChipActive_17j6w_472{border-color:#111827;background:#111827;color:#fff}._briefInputs_17j6w_478{display:flex;flex-direction:column;gap:10px}._briefInputs_17j6w_478 input{padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._briefBudgetOther_17j6w_492{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._briefImagesInfo_17j6w_502{margin-top:6px;font-size:12px;color:#6b7280}._briefCheckbox_17j6w_508{display:flex;align-items:center;gap:8px;font-size:13px;color:#4b5563}._briefError_17j6w_516{color:#b91c1c;font-size:13px}._briefActions_17j6w_521{display:flex;gap:12px;justify-content:flex-end}._briefActions_17j6w_521 button{padding:10px 20px;border-radius:999px;border:none;font-size:14px;cursor:pointer}._briefActions_17j6w_521 button[disabled]{opacity:.6;cursor:not-allowed}._briefActions_17j6w_521 button:first-child{background:#111827;color:#fff}._briefCancel_17j6w_545{background:#e5e7eb;color:#111827}@media (max-width: 900px){._briefModal_17j6w_370{padding:24px 20px}._briefRow_17j6w_439{flex-direction:column;gap:16px}}@media (max-width: 900px){._hero_17j6w_7{grid-template-columns:1fr;padding-right:clamp(24px,4vw,48px)}._heroText_17j6w_23{max-width:none;text-align:center}._columnsGrid_17j6w_165{grid-template-columns:1fr;height:auto;min-height:60vh}._columnWrap_17j6w_171{height:280px}._columnCenter_17j6w_175{height:360px}._columnCenterText_17j6w_216{margin:16px;padding:24px}}._page_1es54_1{min-height:calc(100vh - var(--header-height, 60px));padding-top:var(--header-height, 60px);display:flex;align-items:center;justify-content:center;background:#f4f5ef}._card_1es54_10{width:420px;background:#fff;padding:48px 56px 40px;box-shadow:0 12px 40px #0000000f;border-radius:2px;box-sizing:border-box}._logo_1es54_19{font-family:Oranienbaum,serif;font-size:56px;text-align:center;margin-bottom:32px}._title_1es54_26{font-family:Oranienbaum,serif;font-size:24px;margin:0 0 8px}._subtitle_1es54_32{margin:0 0 24px;font-size:14px;color:#555}._form_1es54_38{display:flex;flex-direction:column;gap:16px}._label_1es54_44{display:flex;flex-direction:column;gap:4px}._labelText_1es54_50{font-size:12px;color:#777}._input_1es54_55{height:44px;padding:0 10px;border:1px solid #ddd;border-radius:2px;font-size:14px;font-family:inherit}._input_1es54_55:focus{outline:none;border-color:#000}._button_1es54_69{margin-top:8px;height:48px;background:#222;color:#fff;border:none;border-radius:2px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}._button_1es54_69:hover{background:#111}@media (max-width: 768px){._page_1es54_1{min-height:100vh;padding-top:var(--header-height, 60px);align-items:flex-start}._card_1es54_10{width:100%;max-width:480px;margin:0 auto;padding:32px 20px 40px;border-radius:0;box-shadow:none}._logo_1es54_19{display:none}}._page_1gcrs_1{min-height:100vh;background-color:#f7f7f4;padding-top:calc(var(--header-height) + 32px)}._pageContent_1gcrs_7{max-width:70rem;margin:0 auto;padding:0 2rem}._adminLink_1gcrs_14{display:inline-block;margin-top:1rem;padding:10px 24px;background:#000;color:#fff;text-decoration:none;font-size:clamp(.9rem,2vw,1.1rem);letter-spacing:.03em;transition:background .2s}._adminLink_1gcrs_14:hover{background:#c00}._section_1gcrs_30{background:#fff;padding:24px 28px;margin-top:2rem}._title_1gcrs_36{margin:0 2rem 0 0;font-size:clamp(1.5rem,4vw,2rem);font-weight:500}._row_1gcrs_44{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-top:1px solid #f0f0ea}._row_1gcrs_44:first-of-type{border-top:none}._label_1gcrs_56{font-size:clamp(1rem,2vw,1.25rem);color:#777}._valueWrapper_1gcrs_61{display:inline-flex;align-items:center;gap:1rem}._value_1gcrs_61{font-size:clamp(1rem,2vw,1.25rem)}._editBtn_1gcrs_71{border:none;background:transparent;cursor:pointer;font-size:clamp(1rem,2vw,1.25rem);padding:2px 4px;color:#999}._editBtn_1gcrs_71:hover{color:#555}._editBlock_1gcrs_84{padding:8px 0 12px;display:flex;flex-wrap:wrap;gap:8px}._input_1gcrs_91{flex:1 1 220px;padding:6px 8px;border-radius:4px;border:1px solid #d1d5db;font-size:clamp(1rem,2vw,1.25rem)}._saveBtn_1gcrs_99{padding:6px 12px;border-radius:4px;border:1px solid #000;background:#000;color:#fff;font-size:clamp(1rem,2vw,1.25rem);cursor:pointer}._saveBtn_1gcrs_99:hover{background:#111}._checkboxRow_1gcrs_113{display:flex;align-items:center;gap:8px;font-size:clamp(1rem,2vw,1.25rem)}._adminPage_11ax5_3{max-width:1400px;margin:0 auto;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b;min-height:100vh;background:#f8fafc}._toast_11ax5_15{position:fixed;bottom:24px;right:24px;padding:14px 24px;background:#111827;color:#fff;border-radius:10px;font-size:15px;font-weight:500;box-shadow:0 10px 40px #00000040;z-index:3000;animation:_toastSlideIn_11ax5_1 .35s ease-out}@keyframes _toastSlideIn_11ax5_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._header_11ax5_37{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}._header_11ax5_37 h1{margin:0;font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.3px}._nav_11ax5_56{display:flex;gap:8px}._nav_11ax5_56 button{padding:10px 22px;border:1.5px solid #cbd5e1;background:#fff;border-radius:10px;cursor:pointer;font-weight:500;font-size:14px;color:#475569;transition:all .2s}._nav_11ax5_56 button:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}._nav_11ax5_56 button._active_11ax5_79{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}._section_11ax5_88{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;padding:24px}._tableHeader_11ax5_95{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._tableHeader_11ax5_95 h2{margin:0;font-size:22px;font-weight:700;color:#0f172a}._addBtn_11ax5_109{background:#10b981;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s,transform .15s}._addBtn_11ax5_109:hover{background:#059669;transform:translateY(-1px)}._tabs_11ax5_128{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}._selectGroup_11ax5_135{display:flex;align-items:center;gap:6px}._tabs_11ax5_128 select{padding:8px 14px;border:1.5px solid #cbd5e1;border-radius:8px;background:#fff;font-size:14px;color:#334155;cursor:pointer}._addSelectBtn_11ax5_151{padding:6px 10px;border:1.5px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s}._addSelectBtn_11ax5_151:hover{border-color:#3b82f6;background:#eff6ff}._table_11ax5_95{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}._tableRow_11ax5_174{display:grid;gap:12px;padding:14px 16px;border-bottom:1px solid #f1f5f9;align-items:center;grid-template-columns:50px minmax(120px,2fr) minmax(80px,1fr) minmax(70px,.8fr) minmax(70px,.8fr) minmax(90px,1fr) minmax(90px,1fr)}._tableClients_11ax5_185 ._tableRow_11ax5_174{grid-template-columns:50px minmax(140px,2fr) minmax(120px,1.2fr) minmax(160px,2.5fr) 90px 80px}._tableProducts_11ax5_190 ._tableRow_11ax5_174{grid-template-columns:50px minmax(140px,2.5fr) 100px 80px 70px minmax(100px,1.2fr) 110px}._tableOrders_11ax5_195 ._tableRow_11ax5_174{grid-template-columns:50px minmax(130px,1.5fr) minmax(160px,2.5fr) 100px 90px minmax(130px,1fr)}._tableProjects_11ax5_200 ._tableRow_11ax5_174{grid-template-columns:50px minmax(160px,2.5fr) minmax(110px,1.2fr) minmax(130px,1.5fr) minmax(140px,1.5fr) 90px}._loadingText_11ax5_204{padding:20px;text-align:center;color:#94a3b8;font-size:14px}._emptyRow_11ax5_211{padding:24px;text-align:center;color:#94a3b8;font-size:14px}._tableRow_11ax5_174:last-child{border-bottom:none}._tableRow_11ax5_174:first-child{background:#f8fafc;font-weight:600;font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.3px;position:sticky;top:0;z-index:1}._tableRow_11ax5_174:not(:first-child):hover{background:#f8fafc}._tableRow_11ax5_174>div{min-width:0;overflow-wrap:break-word;word-break:break-word;line-height:1.4;font-size:14px}._tableCellName_11ax5_247{font-weight:500;color:#0f172a}._priceCell_11ax5_252{font-weight:600;white-space:nowrap}._subText_11ax5_257{font-size:12px;color:#94a3b8;line-height:1.3}._actionsCell_11ax5_263{display:flex;gap:6px;flex-wrap:nowrap}._statusBadge_11ax5_271{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}._statusNew_11ax5_280{background:#eff6ff;color:#3b82f6}._statusAccepted_11ax5_285{background:#ecfdf5;color:#10b981}._statusRejected_11ax5_290{background:#fef2f2;color:#ef4444}._statusDefault_11ax5_295{background:#f1f5f9;color:#64748b}._tagsList_11ax5_302{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}._tag_11ax5_302{display:inline-block;padding:2px 8px;background:#f1f5f9;color:#64748b;border-radius:4px;font-size:11px;white-space:nowrap}._editBtn_11ax5_321{padding:6px 14px;border:1.5px solid #cbd5e1;background:#fff;border-radius:8px;cursor:pointer;font-size:13px;color:#475569;transition:all .2s;white-space:nowrap}._editBtn_11ax5_321:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}._acceptBtn_11ax5_339{padding:6px 14px;border:none;background:#10b981;color:#fff;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s;white-space:nowrap}._acceptBtn_11ax5_339:hover{background:#059669}._rejectBtn_11ax5_356{padding:6px 14px;border:1.5px solid #ef4444;background:#fff;color:#ef4444;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s;white-space:nowrap}._rejectBtn_11ax5_356:hover{background:#fef2f2}._modalOverlay_11ax5_375{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_11ax5_375{background:#fff;border-radius:20px;padding:36px;max-width:680px;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 25px 50px -12px #00000040;width:90%;box-sizing:border-box}._modal_11ax5_375._modalScroll_11ax5_399{padding:0}._modalInner_11ax5_403{padding:36px;width:100%;box-sizing:border-box}._modal_11ax5_375 h3{margin:0 0 24px;font-size:22px;font-weight:700;color:#0f172a}._formGroup_11ax5_418{margin-bottom:18px;width:100%;box-sizing:border-box}._formGroupError_11ax5_424{border:1.5px solid #dc2626;padding:12px;border-radius:10px;background-color:#fef2f2}._formGroup_11ax5_418 label{display:block;margin-bottom:6px;font-weight:500;color:#475569;font-size:13px}._formGroup_11ax5_418 input,._formGroup_11ax5_418 select,._formGroup_11ax5_418 textarea{width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:15px;color:#1e293b;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;background:#fff}._formGroup_11ax5_418 input:focus,._formGroup_11ax5_418 select:focus,._formGroup_11ax5_418 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_11ax5_418 input._inputError_11ax5_461,._formGroup_11ax5_418 select._inputError_11ax5_461,._formGroup_11ax5_418 textarea._inputError_11ax5_461{border-color:#dc2626;background-color:#fef2f2}._formGroup_11ax5_418 input._inputError_11ax5_461:focus,._formGroup_11ax5_418 select._inputError_11ax5_461:focus,._formGroup_11ax5_418 textarea._inputError_11ax5_461:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}._formRow_11ax5_475{display:grid;grid-template-columns:1fr 1fr;gap:16px}._imageRow_11ax5_483{display:flex;flex-wrap:nowrap;gap:12px;align-items:center;margin-bottom:10px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box}._imageRow_11ax5_483 ._removeBtn_11ax5_496{margin-left:auto;flex-shrink:0}._imageRowFile_11ax5_501{display:flex;align-items:center;gap:10px;flex-shrink:0;max-width:240px}._imageRowFile_11ax5_501 input[type=file]{font-size:13px;width:100%;max-width:200px}._imagePreview_11ax5_515{width:52px;height:52px;border-radius:8px;overflow:hidden;background:#e2e8f0;flex-shrink:0}._imagePreview_11ax5_515 img{width:100%;height:100%;object-fit:cover}._checkbox_11ax5_530{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#475569;white-space:nowrap;cursor:pointer}._checkbox_11ax5_530 input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6}._checkbox_11ax5_530 span{-webkit-user-select:none;user-select:none}._removeBtn_11ax5_496{background:#ef4444;color:#fff;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:13px;transition:background .2s}._removeBtn_11ax5_496:hover{background:#dc2626}._imageActions_11ax5_565{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px}._addImageBtn_11ax5_573{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s}._addImageBtn_11ax5_573:hover{background:#2563eb}._modalButtons_11ax5_591{display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}._modalButtons_11ax5_591 button{padding:10px 22px;border-radius:10px;border:none;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s}._modalButtons_11ax5_591 button:first-child{background:#10b981;color:#fff}._modalButtons_11ax5_591 button:first-child:hover:not(:disabled){background:#059669}._modalButtons_11ax5_591 button:first-child:disabled{background:#94a3b8;cursor:not-allowed}._modalButtons_11ax5_591 button:last-child{background:#f1f5f9;color:#475569}._modalButtons_11ax5_591 button:last-child:hover{background:#e2e8f0}._deleteProductBtn_11ax5_633{background:#ef4444!important;color:#fff!important}._deleteProductBtn_11ax5_633:hover{background:#dc2626!important}@media (max-width: 1100px){._tableRow_11ax5_174{gap:10px;padding:12px 14px;font-size:13px}._tableRow_11ax5_174>div{font-size:13px}}@media (max-width: 768px){._adminPage_11ax5_3{padding:12px;background:#f1f5f9}._header_11ax5_37{flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:16px;margin-bottom:20px}._header_11ax5_37 h1{font-size:22px}._nav_11ax5_56{flex-wrap:wrap;gap:6px;width:100%}._nav_11ax5_56 button{padding:8px 16px;font-size:13px;flex:1;min-width:0;text-align:center}._section_11ax5_88{padding:16px;border-radius:12px}._tableHeader_11ax5_95{flex-direction:column;align-items:flex-start;gap:12px}._addBtn_11ax5_109{width:100%;text-align:center}._tabs_11ax5_128{flex-direction:column;gap:8px}._selectGroup_11ax5_135,._tabs_11ax5_128 select{width:100%}._table_11ax5_95{border-radius:10px}._tableRow_11ax5_174{padding:10px 12px;gap:8px;min-width:580px}._tableClients_11ax5_185 ._tableRow_11ax5_174{min-width:560px}._tableProducts_11ax5_190 ._tableRow_11ax5_174{min-width:600px}._tableOrders_11ax5_195 ._tableRow_11ax5_174{min-width:620px}._tableProjects_11ax5_200 ._tableRow_11ax5_174{min-width:640px}._tableRow_11ax5_174:first-child{position:static;font-size:11px}._actionsCell_11ax5_263{flex-direction:column;gap:4px}._acceptBtn_11ax5_339,._rejectBtn_11ax5_356{padding:5px 10px;font-size:12px;text-align:center;width:100%}._tableRow_11ax5_174>div{font-size:13px}._modalOverlay_11ax5_375{align-items:flex-start;padding:8px;overflow-y:auto}._modal_11ax5_375{width:100%;max-width:100%;padding:0;max-height:none;border-radius:14px;margin:auto 0}._modalInner_11ax5_403{padding:20px 16px}._modal_11ax5_375 h3{font-size:19px;margin-bottom:18px}._formRow_11ax5_475{grid-template-columns:1fr;gap:0}._formGroup_11ax5_418 input,._formGroup_11ax5_418 select,._formGroup_11ax5_418 textarea{font-size:16px;padding:10px 12px}._imageRow_11ax5_483{gap:8px;padding:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}._imageRowFile_11ax5_501{max-width:140px;gap:8px}._imageRowFile_11ax5_501 input[type=file]{font-size:11px;max-width:100%}._imagePreview_11ax5_515{width:44px;height:44px}._modalButtons_11ax5_591{flex-wrap:wrap;gap:8px}._modalButtons_11ax5_591 button{flex:1;min-width:120px;padding:12px 16px}}@media (max-width: 480px){._adminPage_11ax5_3{padding:8px}._header_11ax5_37 h1{font-size:20px}._nav_11ax5_56 button{padding:8px 12px;font-size:12px;border-radius:8px}._section_11ax5_88{padding:12px;border-radius:10px}._tableHeader_11ax5_95 h2{font-size:18px}._toast_11ax5_15{left:12px;right:12px;bottom:12px;text-align:center}}._page_1ob15_1{min-height:100vh;background-color:#f7f7f4;padding-top:calc(var(--header-height) + 32px)}._pageContent_1ob15_7{max-width:70rem;margin:0 auto;padding:0 2rem}._title_1ob15_13{margin:0 0 2rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:500}._empty_1ob15_19{background:#fff;padding:24px 28px;margin-top:2rem;font-size:clamp(1rem,2vw,1.25rem);color:#777}._grid_1ob15_27{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}._productCard_1ob15_34{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .2s,box-shadow .2s}._productCard_1ob15_34:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._productImage_1ob15_47{height:200px;overflow:hidden}._image_1ob15_52{width:100%;height:100%;object-fit:cover}._productInfo_1ob15_58{padding:1.5rem}._productTitle_1ob15_62{font-size:1.125rem;font-weight:500;margin:0 0 .5rem;line-height:1.4}._productTitle_1ob15_62 a{color:inherit;text-decoration:none}._productTitle_1ob15_62 a:hover{color:#2d5a2d;text-decoration:underline}._category_1ob15_79{color:#666;font-size:.875rem;margin:0 0 1rem}._price_1ob15_85{font-size:1.25rem;font-weight:600;color:#2d5a2d;margin-bottom:1rem}._cartRow_1ob15_92{display:flex;align-items:center;gap:10px}._addToCartBtn_1ob15_98{flex:1;padding:.75rem 1rem;background:#21201c;border:none;border-radius:8px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}._addToCartBtn_1ob15_98:hover{background:#2c2a24}._addToCartBtn_1ob15_98:focus{outline:none}._removeFromFavBtn_1ob15_119{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:1px solid #e5e2da;border-radius:8px;background:#faf8f1;color:#8c8678;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,color .2s}._removeFromFavBtn_1ob15_119:hover{background:#fee;border-color:#fcc;color:#c33}._removeFromFavBtn_1ob15_119:focus{outline:none}._page_1k6tn_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f4f6}._card_1k6tn_9{width:320px;padding:24px;border-radius:12px;background-color:#fff;box-shadow:0 10px 30px #0f172a1f;display:flex;flex-direction:column;gap:12px}._title_1k6tn_20{font-size:20px;font-weight:600;margin:0 0 4px}._label_1k6tn_26{display:flex;flex-direction:column;gap:4px;font-size:14px}._input_1k6tn_33{padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none}._input_1k6tn_33:focus{border-color:#111827;box-shadow:0 0 0 1px #1118271a}._error_1k6tn_46{color:#dc2626;font-size:13px}._button_1k6tn_51{margin-top:8px;padding:10px 12px;border-radius:6px;border:none;background-color:#111827;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}._button_1k6tn_51:hover{background-color:#020617}._button_1k6tn_51:disabled{opacity:.6;cursor:default}._link_1k6tn_73{display:block;text-align:center;margin-top:8px;font-size:13px;color:#4b5563;text-decoration:none}._link_1k6tn_73:hover{color:#111827;text-decoration:underline}._footer_1n2av_1{background:#000;color:#f5f5f5;padding:40px 40px 24px;margin-top:0;font-size:14px}._inner_1n2av_9{max-width:1200px;margin:0 auto 24px;display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:40px}._col_1n2av_17{display:flex;flex-direction:column;gap:8px}._logoLink_1n2av_23{color:inherit;text-decoration:none;display:inline-block}._logoLink_1n2av_23:hover{color:inherit;opacity:.9}._logo_1n2av_23{font-family:Oranienbaum,serif;font-size:clamp(14px,4.5vw,24px);text-transform:uppercase;letter-spacing:.08em}._logoRed_1n2av_41{color:#f04}._tagline_1n2av_45{margin:8px 0 0;color:#bbb;max-width:260px}._heading_1n2av_51{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#888;margin-bottom:8px}._links_1n2av_59{display:flex;flex-direction:column;gap:4px}._links_1n2av_59 a{color:#f5f5f5;text-decoration:none}._links_1n2av_59 a:hover{color:#f04}._contactLine_1n2av_74{margin:0 0 4px;color:#ccc}._contactLink_1n2av_79{color:#f5f5f5;text-decoration:none;margin-bottom:4px}._contactLink_1n2av_79:hover{color:#f04}._bottom_1n2av_90{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.12);padding-top:12px;display:flex;justify-content:space-between;gap:16px;color:#888;font-size:12px}._legalLinks_1n2av_102{display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center}._legalLink_1n2av_102{color:#888;text-decoration:none}._legalLink_1n2av_102:hover{color:#f04}._meta_1n2av_118{text-align:right}@media (max-width: 768px){._footer_1n2av_1{padding:24px 16px 16px}._inner_1n2av_9{grid-template-columns:2fr 1.5fr 1.5fr;gap:12px 16px}._col_1n2av_17{min-width:0;overflow:hidden}._logo_1n2av_23{font-size:clamp(11px,3.2vw,20px)}._tagline_1n2av_45{font-size:clamp(11px,2.8vw,14px)}._heading_1n2av_51{font-size:clamp(10px,2.6vw,13px)}._links_1n2av_59 a,._contactLine_1n2av_74,._contactLink_1n2av_79{font-size:clamp(11px,2.8vw,14px)}._bottom_1n2av_90{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.12);padding-top:12px;display:flex;flex-direction:column;gap:12px;color:#888;font-size:12px}._legalLinks_1n2av_102{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:flex-start}._legalLink_1n2av_102{color:#888;text-decoration:none;white-space:nowrap}._legalLink_1n2av_102:hover{color:#f04}}._topBar_19t4o_2{position:fixed;top:0;left:0;right:0;height:24px;background-color:#701c1c;color:#fff;display:flex;align-items:center;font-size:15px;z-index:2001;padding-top:5px}._topBarTrack_19t4o_18{width:100%;overflow:hidden}._topBarInner_19t4o_24{display:inline-block;white-space:nowrap;text-transform:uppercase;letter-spacing:.17em;will-change:transform;animation:_marqueeOnce_19t4o_1 40s linear infinite}@keyframes _marqueeOnce_19t4o_1{0%{transform:translate(300%)}to{transform:translate(-100%)}}._header_19t4o_48{position:fixed;top:28px;left:0;right:0;z-index:2000;background-color:#000;color:#fff}._inner_19t4o_58{max-width:70rem;margin:0 auto;padding:.7rem 1.5rem;display:flex;justify-content:space-between;align-items:center}._left_19t4o_68{display:flex;align-items:center;gap:2rem}._center_19t4o_74{position:absolute;left:50%;transform:translate(-50%)}@media (min-width: 769px){._center_19t4o_74{display:none}}._logoText_19t4o_86{font-family:Oranienbaum,serif;font-size:28px;color:#fff;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;white-space:nowrap}._logoRed_19t4o_96{color:red}._logoText_19t4o_86:hover{color:#fff}._logoText_19t4o_86:hover ._logoRed_19t4o_96{color:red}._nav_19t4o_109{display:flex;gap:clamp(1rem,3vw,1.5rem);align-items:center}._link_19t4o_115{font-family:Oranienbaum,serif;font-size:clamp(1rem,2vw,1.25rem);text-transform:uppercase;letter-spacing:.08em;color:#fff;text-decoration:none}._link_19t4o_115:hover{color:red}._iconsRow_19t4o_129{display:flex;align-items:center;gap:12px;margin-left:1rem}._iconsRow_19t4o_129 ._profileImg_19t4o_136{width:100%;height:100%;object-fit:contain;display:block}._profileWrapper_19t4o_144{position:relative;display:flex;align-items:center;gap:12px}._profileIcon_19t4o_151,._iconLink_19t4o_152,._iconBtn_19t4o_153{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:0;border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:visible;color:inherit;text-decoration:none}._iconLink_19t4o_152:hover,._iconBtn_19t4o_153:hover{opacity:.85}._profileImg_19t4o_136{width:100%;height:100%;object-fit:contain;display:block}._profileMenu_19t4o_184{position:absolute;right:0;top:calc(100% + .2rem);background:#111;border:1px solid #444;border-radius:.2rem;padding:.5rem 0;min-width:15rem;box-shadow:0 4px 12px #0006}._profileMenuItem_19t4o_196{width:100%;padding:8px 16px;background:none;border:none;color:#fff;text-align:left;font-size:clamp(1rem,2vw,1.25rem);cursor:pointer}._profileMenuItem_19t4o_196:hover{background:#222}._profileMenuEmail_19t4o_211{padding:8px 16px 6px;font-size:clamp(1rem,2vw,1.25rem);color:#bbb;border-bottom:1px solid #333;margin-bottom:4px;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}._rightMobile_19t4o_223,._hamburger_19t4o_227,._mobileBackdrop_19t4o_231,._mobilePanel_19t4o_232{display:none}._mobileLink_19t4o_236{display:block;padding:12px 20px;width:100%;text-align:left;font-family:inherit;font-size:16px;color:#fff;text-decoration:none;background:none;border:none;cursor:pointer}._mobileLink_19t4o_236:hover,._mobileLink_19t4o_236:focus,._mobileLink_19t4o_236:active{background:#222;color:#fff}@media (max-width: 768px){._header_19t4o_48{position:fixed;top:28px;left:0;right:0}._inner_19t4o_58{justify-content:space-between}._left_19t4o_68{display:none}._center_19t4o_74{position:absolute;left:50%;transform:translate(-50%)}._logoText_19t4o_86{font-size:clamp(22px,5.5vw,30px)}._nav_19t4o_109,._profileWrapper_19t4o_144{display:none}._rightMobile_19t4o_223{display:flex;margin-left:auto;align-items:center}._hamburger_19t4o_227{display:flex;width:40px;height:40px;border:none;background:transparent;color:#fff;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;gap:5px}._hamburger_19t4o_227 span{display:block;width:22px;height:2px;background:currentColor}._mobileBackdrop_19t4o_231{display:block;position:fixed;right:0;bottom:0;left:0;top:90px;background:#0006;z-index:1999;animation:_fadeIn_19t4o_1 .2s ease-out}._mobileBackdropClosing_19t4o_329{animation:_fadeOut_19t4o_1 .25s ease-out forwards}._mobilePanel_19t4o_232{display:flex;flex-direction:column;position:fixed;top:90px;right:0;width:50vw;min-width:260px;height:calc(100vh - 90px);background:#000;z-index:2000;padding:16px 0;overflow-y:auto;animation:_slideInRight_19t4o_1 .25s ease-out}._mobilePanelClosing_19t4o_349{animation:_slideOutRight_19t4o_1 .25s ease-out forwards}._mobilePanel_19t4o_232 ._profileMenuItem_19t4o_196{display:block;width:100%;padding:12px 20px;text-align:left;border:none;background:none;color:#fff;font-size:16px;cursor:pointer}._mobilePanel_19t4o_232 ._profileMenuItem_19t4o_196:hover,._mobilePanel_19t4o_232 ._profileMenuItem_19t4o_196:focus,._mobilePanel_19t4o_232 ._profileMenuItem_19t4o_196:active{background:#222;color:#fff}._mobilePanel_19t4o_232 a,._mobilePanel_19t4o_232 button{color:#fff}._mobilePanel_19t4o_232 a:hover,._mobilePanel_19t4o_232 a:focus,._mobilePanel_19t4o_232 a:active,._mobilePanel_19t4o_232 button:hover,._mobilePanel_19t4o_232 button:focus,._mobilePanel_19t4o_232 button:active{color:#fff}}@keyframes _fadeIn_19t4o_1{0%{opacity:0}to{opacity:1}}@keyframes _slideInRight_19t4o_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideOutRight_19t4o_1{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes _fadeOut_19t4o_1{0%{opacity:1}to{opacity:0}}._page_ksgji_1{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:40px;min-height:100vh}._title_ksgji_8{font-size:28px;font-weight:500;margin-bottom:24px}._left_ksgji_14{display:flex;flex-direction:column;gap:16px}._itemsCard_ksgji_21{background:#fff;border-radius:12px;padding:24px;box-shadow:0 12px 30px #0000000a;border:1px solid #e5e2da;min-height:120vh}._itemRow_ksgji_30{display:grid;grid-template-columns:80px minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f0eee7}._itemRow_ksgji_30:last-child{border-bottom:none}._itemImage_ksgji_43 img{width:72px;height:72px;object-fit:cover;border-radius:8px;background:#f3f1ea}._itemInfo_ksgji_51{display:flex;flex-direction:column;gap:4px}._itemName_ksgji_57{font-size:15px;font-weight:500}._itemMeta_ksgji_62{font-size:13px;color:#8c8678}._itemQty_ksgji_67{display:inline-flex;align-items:center;gap:8px}._itemQty_ksgji_67 button{width:32px;height:32px;border-radius:999px;border:1px solid #d5d0c4;background:#faf8f1;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:300;line-height:1;color:#4a4539}._itemQty_ksgji_67 button:focus{outline:none;border-color:#b39b63}._itemQty_ksgji_67 span{min-width:24px;text-align:center}._itemTotal_ksgji_99{font-weight:500;white-space:nowrap}._itemRemove_ksgji_104{position:relative;width:44px;height:44px;border:none;background:transparent;color:#b0a89a;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:color .15s,background .15s}._itemRemoveIcon_ksgji_120{display:inline-block}._itemRemoveTrash_ksgji_124{position:absolute;display:flex;align-items:center;justify-content:center;opacity:0;color:#c33;pointer-events:none;padding:6px;border-radius:6px;border:2px solid transparent;box-sizing:content-box}._itemRemove_ksgji_104:hover ._itemRemoveIcon_ksgji_120{opacity:0}._itemRemove_ksgji_104:hover ._itemRemoveTrash_ksgji_124{opacity:1;border-color:#c33}._itemRemove_ksgji_104:hover{background:#cc33330f}._summaryCard_ksgji_155{position:sticky;top:24px;background:#fbfaf6;border-radius:12px;padding:32px 20px 24px;border:1px solid #e5e2da;display:flex;flex-direction:column;gap:16px;height:100vh}._pickupLabel_ksgji_168{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#6f6759;cursor:pointer;-webkit-user-select:none;user-select:none}._pickupCheckbox_ksgji_178{width:18px;height:18px;accent-color:#21201c;cursor:pointer}._summaryTitle_ksgji_185{font-size:18px;font-weight:500;margin-bottom:4px}._fieldGroup_ksgji_191{display:flex;flex-direction:column;gap:4px}._fieldGroup_ksgji_191 label{font-size:13px;color:#6f6759}._fieldGroup_ksgji_191 input{height:40px;padding:0 12px;border-radius:8px;border:1px solid #dcd6c7;background:#fff;font-size:14px}._fieldGroup_ksgji_191 input:focus{outline:none;border-color:#b39b63;box-shadow:0 0 0 1px #b39b6340}._fieldRow_ksgji_217{display:grid;grid-template-columns:1fr 1.2fr;gap:12px}._summaryLine_ksgji_223{display:flex;justify-content:space-between;font-size:14px;color:#6f6759}._summaryTotal_ksgji_230{display:flex;justify-content:space-between;margin-top:4px;padding-top:10px;border-top:1px solid #e0dbcf;font-size:16px;font-weight:500}._submitButton_ksgji_240{margin-top:12px;height:44px;border-radius:999px;border:none;background:#21201c;color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s ease,transform .05s ease}._submitButton_ksgji_240:hover{background:#2c2a24}._submitButton_ksgji_240:active{transform:translateY(1px)}._empty_ksgji_262{min-height:100vh;display:flex;flex-direction:column;justify-content:center;max-width:800px;margin:0 auto;padding:0 24px}._empty_ksgji_262 h1{font-size:28px;margin-bottom:8px}._empty_ksgji_262 p{color:#7b7468}._priceUnset_ksgji_283{color:#b67a3c;font-weight:500;text-transform:uppercase;letter-spacing:.06em;font-size:11px}@media (max-width: 900px){._page_ksgji_1{grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr);gap:16px}}@media (max-width: 768px){._page_ksgji_1{grid-template-columns:1fr;gap:24px;min-height:auto;overflow:visible;padding:16px}._title_ksgji_8{font-size:22px;margin-bottom:16px}._left_ksgji_14{order:0;overflow:visible;padding-right:0}._right_ksgji_320{order:1}._itemsCard_ksgji_21{min-height:0;padding:16px}._summaryCard_ksgji_155{position:static;height:auto;max-height:none;padding:24px 16px}._itemRow_ksgji_30{grid-template-columns:64px 1fr auto;grid-template-rows:auto auto;grid-template-areas:"image info   remove" "image qty    total";gap:8px 12px;padding:12px 0}._itemImage_ksgji_43{grid-area:image}._itemImage_ksgji_43 img{width:64px;height:64px}._itemInfo_ksgji_51{grid-area:info;min-width:0}._itemName_ksgji_57{font-size:14px;overflow-wrap:break-word}._itemQty_ksgji_67{grid-area:qty;justify-self:start;align-self:center}._itemQty_ksgji_67 button{width:28px;height:28px;font-size:18px}._itemTotal_ksgji_99{grid-area:total;justify-self:end;align-self:center;font-size:14px}._itemRemove_ksgji_104{grid-area:remove;width:32px;height:32px}._fieldRow_ksgji_217{grid-template-columns:1fr}}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{margin:0;padding:0;min-height:100vh}:root{font-family:Oranienbaum,serif;line-height:1.5;font-weight:400;color:#000;background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:1em;font-weight:400;line-height:1.2;font-family:inherit}a{font-weight:500;color:#646cff;text-decoration:none}a:hover{color:#535bf2}h1{font-size:3.2rem;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:inherit;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:transparent}button:focus,button:focus-visible{outline:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{background-repeat:no-repeat;background-position:top center;background-attachment:scroll;background-size:cover}.centered{font-family:inherit;line-height:1.5;font-weight:400;text-align:center}
