:root{--color-primary:#2d5016;--color-primary-light:#4a7c23;--color-primary-dark:#1a3009;--color-secondary:#f97316;--color-secondary-light:#fb923c;--color-secondary-dark:#ea580c;--color-white:#fff;--color-black:#000;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--font-heading:var(--font-playfair),"Playfair Display",serif;--font-body:var(--font-inter),"Inter",sans-serif;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1);--transition-base:all 0.3s ease;--transition-fast:all 0.15s ease}@media (max-width:768px){:root{--spacing-xs:0.1875rem;--spacing-sm:0.375rem;--spacing-md:0.75rem;--spacing-lg:1.125rem;--spacing-xl:1.5rem;--spacing-2xl:2.25rem;--spacing-3xl:3rem;--spacing-4xl:4.5rem;--radius-sm:1px;--radius-md:2px;--radius-lg:4px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-gray-800);background-color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--color-gray-900)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.375rem,3vw,1.875rem)}h4{font-size:clamp(1.125rem,2.5vw,1.5rem)}h5{font-size:clamp(1rem,2vw,1.25rem)}h6,p{font-size:clamp(.875rem,1.5vw,1rem)}p{margin-bottom:var(--spacing-md)}a{color:var(--color-primary);text-decoration:none;transition:var(--transition-base)}a:hover{color:var(--color-secondary)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}input,select,textarea{font-family:var(--font-body);font-size:1rem}@media (max-width:768px){body{font-size:.875rem}h1{font-size:clamp(1.5rem,6vw,2rem)}h2{font-size:clamp(1.3125rem,5vw,1.75rem)}h3{font-size:clamp(1.03125rem,4vw,1.375rem)}h4{font-size:clamp(.875rem,3vw,1.125rem)}p{font-size:clamp(.75rem,2vw,.875rem)}}.container{width:100%;max-width:1400px;margin:0 auto}.section{padding:var(--spacing-4xl) var(--spacing-lg)}@media (max-width:768px){.section{padding:var(--spacing-3xl) var(--spacing-md)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-xl);font-size:1rem;font-weight:600;border-radius:var(--radius-md);transition:var(--transition-base);text-align:center;white-space:nowrap}@media (max-width:768px){.btn{padding:calc(var(--spacing-md) * .75) calc(var(--spacing-xl) * .75);font-size:.875rem}}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary-light);color:var(--color-white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:var(--color-secondary);color:var(--color-white)}.btn-secondary:hover{background-color:var(--color-secondary-light);color:var(--color-white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-white)}.btn-sm{padding:var(--spacing-sm) var(--spacing-md);font-size:.875rem}.btn-lg{padding:var(--spacing-lg) var(--spacing-2xl);font-size:1.125rem}@media (max-width:768px){.btn-sm{padding:calc(var(--spacing-sm) * .75) calc(var(--spacing-md) * .75);font-size:.75rem}.btn-lg{padding:calc(var(--spacing-lg) * .75) calc(var(--spacing-2xl) * .75);font-size:.9375rem}}.input{width:100%;padding:var(--spacing-md);font-size:1rem;border:2px solid var(--color-gray-200);border-radius:var(--radius-md);transition:var(--transition-base);background-color:var(--color-white)}.input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(45,80,22,.1)}.input::placeholder{color:var(--color-gray-400)}@media (max-width:768px){.input{padding:calc(var(--spacing-md) * .75);font-size:.875rem}}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-white{color:var(--color-white)}.text-gray{color:var(--color-gray-600)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-light{background-color:var(--color-gray-50)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.grid{display:grid;grid-gap:var(--spacing-lg);gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.mb-2xl{margin-bottom:var(--spacing-2xl)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.py-section{padding-top:var(--spacing-4xl);padding-bottom:var(--spacing-4xl)}@media (max-width:768px){.py-section{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}.mb-2xl{margin-bottom:var(--spacing-xl)}.mb-xl{margin-bottom:var(--spacing-lg)}.mb-lg{margin-bottom:var(--spacing-md)}}.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}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.hide-desktop{display:none!important}}.Toast_container__fA6V8{position:fixed;top:100px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:400px;width:100%}.Toast_toast__ETwJm{display:flex;align-items:center;gap:12px;padding:16px 20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.1);animation:Toast_slideIn__tH0pF .3s ease-out;border-left:4px solid}@keyframes Toast_slideIn__tH0pF{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.Toast_toast__ETwJm.Toast_success__uL6zu{border-left-color:#22c55e;background-color:#f0fdf4}.Toast_toast__ETwJm.Toast_success__uL6zu .Toast_icon__s4CQi{color:#22c55e}.Toast_toast__ETwJm.Toast_error__kPWot{border-left-color:#ef4444;background-color:#fef2f2}.Toast_toast__ETwJm.Toast_error__kPWot .Toast_icon__s4CQi{color:#ef4444}.Toast_toast__ETwJm.Toast_warning__1C6KO{border-left-color:#f59e0b;background-color:#fffbeb}.Toast_toast__ETwJm.Toast_warning__1C6KO .Toast_icon__s4CQi{color:#f59e0b}.Toast_toast__ETwJm.Toast_info__NtuCN{border-left-color:#3b82f6;background-color:#eff6ff}.Toast_toast__ETwJm.Toast_info__NtuCN .Toast_icon__s4CQi{color:#3b82f6}.Toast_icon__s4CQi{flex-shrink:0;display:flex;align-items:center;justify-content:center}.Toast_message__VmdVc{flex:1 1;font-size:14px;font-weight:500;color:#374151;margin:0;line-height:1.4}.Toast_closeBtn__YqPP1{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;transition:all .2s ease}.Toast_closeBtn__YqPP1:hover{background-color:rgba(0,0,0,.05);color:#6b7280}@media (max-width:480px){.Toast_container__fA6V8{top:auto;bottom:20px;left:16px;right:16px;max-width:none}.Toast_toast__ETwJm{padding:14px 16px}.Toast_message__VmdVc{font-size:13px}}.Navbar_navbar__GrSXC{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-base)}.Navbar_navbar__GrSXC.Navbar_scrolled__N9DJM{box-shadow:var(--shadow-md)}.Navbar_container__2Cq63{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1400px;margin:0 auto}.Navbar_logo__X4o9i{display:flex;align-items:center;text-decoration:none}.Navbar_logoImage__msoFF{height:48px;width:auto}.Navbar_logoIcon__gwjen{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-light) 100%);color:#fff;border-radius:var(--radius-sm)}.Navbar_logoText__Jmms3{display:flex;flex-direction:column;line-height:1.1}.Navbar_logoTitle__5u_9p{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--color-primary);letter-spacing:.05em}.Navbar_logoSubtitle__GSIRq{font-family:var(--font-body);font-size:.75rem;font-weight:600;color:var(--color-secondary);letter-spacing:.15em}.Navbar_desktopNav__Ln1RC{display:flex;align-items:center;gap:2rem}.Navbar_navLink__16zHl{position:relative;font-size:.9375rem;font-weight:500;color:var(--color-gray-700);text-decoration:none;padding:.5rem 0;transition:var(--transition-base)}.Navbar_navLink__16zHl:hover{color:var(--color-primary)}.Navbar_navLink__16zHl:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-secondary);transition:var(--transition-base)}.Navbar_navLink__16zHl:hover:after{width:100%}.Navbar_adminLink__Raen8{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-primary);text-decoration:none;padding:.5rem 1rem;background-color:rgba(45,80,22,.1);border-radius:var(--radius-md);transition:var(--transition-base)}.Navbar_adminLink__Raen8:hover{background-color:var(--color-primary);color:#fff}.Navbar_logoutLink__rl4xw{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-gray-600);background:none;border:none;padding:.5rem .75rem;cursor:pointer;transition:var(--transition-base)}.Navbar_logoutLink__rl4xw:hover{color:#ef4444}.Navbar_mobileAdminLink__C0HpF{display:none}.Navbar_actions__4T0RL{display:flex;align-items:center;gap:1rem}.Navbar_cartButton__9dbaM{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-gray-700);background-color:var(--color-gray-50);border-radius:var(--radius-md);transition:var(--transition-base)}.Navbar_cartButton__9dbaM:hover{color:var(--color-primary);background-color:var(--color-gray-100)}.Navbar_cartBadge__tHWWg{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:600;color:#fff;background-color:var(--color-secondary);border-radius:10px;display:flex;align-items:center;justify-content:center}.Navbar_menuButton__yMNyJ{display:none;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-gray-700);background-color:transparent;transition:var(--transition-base)}.Navbar_menuButton__yMNyJ:hover{color:var(--color-primary)}.Navbar_mobileNav__pV1TZ{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-10px);transition:var(--transition-base)}.Navbar_mobileNav__pV1TZ.Navbar_open__wWapx{opacity:1;visibility:visible;transform:translateY(0)}.Navbar_mobileLinks__xyMM4{display:flex;flex-direction:column;padding:1rem}.Navbar_mobileLink__lFb0h{display:flex;align-items:center;gap:.75rem;padding:1rem;font-size:1rem;font-weight:500;color:var(--color-gray-700);text-decoration:none;border-bottom:1px solid var(--color-gray-100);transition:var(--transition-base)}.Navbar_mobileLink__lFb0h:hover{color:var(--color-primary);background-color:var(--color-gray-50)}@media (max-width:1024px){.Navbar_desktopNav__Ln1RC{display:none}.Navbar_menuButton__yMNyJ{display:flex}.Navbar_mobileNav__pV1TZ{display:block}.Navbar_container__2Cq63{padding:1rem}}@media (max-width:768px){.Navbar_logoIcon__gwjen{width:40px;height:40px}.Navbar_logoTitle__5u_9p{font-size:1.125rem}.Navbar_logoSubtitle__GSIRq{font-size:.625rem}.Navbar_cartButton__9dbaM,.Navbar_menuButton__yMNyJ{width:40px;height:40px}.Navbar_mobileLink__lFb0h{padding:.875rem 1rem;font-size:.9375rem}.Navbar_adminLink__Raen8,.Navbar_logoutLink__rl4xw{display:none}.Navbar_mobileAdminLink__C0HpF{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-primary);background-color:rgba(45,80,22,.1);border-radius:var(--radius-md)}}.Navbar_cartOverlay__Z6PgY{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:2000;display:flex;justify-content:flex-end;animation:Navbar_fadeIn__5u4gS .3s ease}.Navbar_cartSidebar__3gqKU{width:420px;max-width:100%;height:100vh;background-color:#fff;display:flex;flex-direction:column;animation:Navbar_slideIn__Sbg1D .3s ease}@keyframes Navbar_fadeIn__5u4gS{0%{opacity:0}to{opacity:1}}@keyframes Navbar_slideIn__Sbg1D{0%{transform:translateX(100%)}to{transform:translateX(0)}}.Navbar_cartHeader__QOnJi{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-gray-100)}.Navbar_cartHeader__QOnJi h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-gray-900)}.Navbar_closeBtn__0aOGu{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--color-gray-500);background-color:transparent;border-radius:var(--radius-md);transition:var(--transition-base)}.Navbar_closeBtn__0aOGu:hover{background-color:var(--color-gray-100);color:var(--color-gray-700)}.Navbar_emptyCart__qggD_{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--color-gray-400)}.Navbar_emptyCart__qggD_ svg{margin-bottom:1rem}.Navbar_emptyCart__qggD_ p{font-size:1rem;margin-bottom:1rem}.Navbar_emptyCart__qggD_ a{font-size:.9375rem;font-weight:600;color:var(--color-primary);text-decoration:none}.Navbar_cartItems__aXmpC{flex:1 1;overflow-y:auto;padding:1rem 1.5rem}.Navbar_cartItem__1zUr0{display:grid;grid-template-columns:70px 1fr auto;grid-gap:1rem;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-gray-100)}.Navbar_itemImage__5xO1g{position:relative;width:70px;height:70px;border-radius:var(--radius-md);overflow:hidden;background-color:var(--color-gray-100)}.Navbar_image__tT__a{object-fit:cover}.Navbar_itemInfo__Bzqm6 h4{font-size:.9375rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem}.Navbar_itemInfo__Bzqm6 p{font-size:.8125rem;color:var(--color-gray-500);margin-bottom:.5rem}.Navbar_itemActions___bZun{display:flex;align-items:center;gap:.75rem}.Navbar_quantity__zbS3_{display:flex;align-items:center;background-color:var(--color-gray-50);border-radius:var(--radius-sm)}.Navbar_quantity__zbS3_ button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:transparent;color:var(--color-gray-600);transition:var(--transition-base)}.Navbar_quantity__zbS3_ button:hover{color:var(--color-primary)}.Navbar_quantity__zbS3_ span{min-width:32px;text-align:center;font-size:.875rem;font-weight:600;color:var(--color-gray-900)}.Navbar_removeBtn__FdJ6D{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--color-gray-400);background-color:transparent;border-radius:var(--radius-sm);transition:var(--transition-base)}.Navbar_removeBtn__FdJ6D:hover{color:var(--color-secondary);background-color:rgba(249,115,22,.1)}.Navbar_itemTotal__Oml2y{font-size:.9375rem;font-weight:600;color:var(--color-primary)}.Navbar_cartFooter__i3P8m{padding:1.5rem;border-top:1px solid var(--color-gray-100);background-color:var(--color-gray-50)}.Navbar_subtotal__YBt35{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.75rem}.Navbar_delivery__M1il_{font-size:.8125rem;color:var(--color-gray-500);margin-bottom:1.5rem}.Navbar_checkoutBtn__PYJTM{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#fff;background-color:var(--color-secondary);border-radius:var(--radius-md);text-decoration:none;margin-bottom:.75rem;transition:var(--transition-base)}.Navbar_checkoutBtn__PYJTM:hover{background-color:var(--color-secondary-dark);color:#fff}.Navbar_clearBtn__uGzs9{width:100%;padding:.75rem;font-size:.875rem;font-weight:500;color:var(--color-gray-500);background-color:transparent;transition:var(--transition-base)}.Navbar_clearBtn__uGzs9:hover{color:var(--color-secondary)}@media (max-width:480px){.Navbar_cartSidebar__3gqKU{width:100%}}.PageLoader_overlay__Sp08Z{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.95);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:PageLoader_fadeIn__VAYRj .3s ease}@keyframes PageLoader_fadeIn__VAYRj{0%{opacity:0}to{opacity:1}}.PageLoader_loader__3P6RQ{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;max-width:1200px;width:90%;padding:20px}.PageLoader_skeletonCard__AJAvt{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.05);animation:PageLoader_pulse__nieRn 1.5s ease-in-out infinite}@keyframes PageLoader_pulse__nieRn{0%,to{opacity:1}50%{opacity:.5}}.PageLoader_skeletonImage___A7EG{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#e0e0e0,#f0f0f0 50%,#e0e0e0);background-size:200% 100%;animation:PageLoader_shimmer__63J_O 1.5s infinite}@keyframes PageLoader_shimmer__63J_O{0%{background-position:200% 0}to{background-position:-200% 0}}.PageLoader_skeletonContent__sirg1{padding:16px}.PageLoader_skeletonTitle__8uHNL{height:20px;width:70%;margin-bottom:12px}.PageLoader_skeletonText__gdqwz,.PageLoader_skeletonTitle__8uHNL{background:linear-gradient(135deg,#e0e0e0,#f0f0f0 50%,#e0e0e0);background-size:200% 100%;border-radius:4px;animation:PageLoader_shimmer__63J_O 1.5s infinite}.PageLoader_skeletonText__gdqwz{height:14px;width:90%;margin-bottom:8px}.PageLoader_skeletonPrice__ikm7k{height:24px;width:40%;background:linear-gradient(135deg,#e0e0e0,#f0f0f0 50%,#e0e0e0);background-size:200% 100%;border-radius:4px;animation:PageLoader_shimmer__63J_O 1.5s infinite}.PageLoader_fadeIndicator__1bWbI{margin-top:32px;color:#666;font-size:14px;font-weight:500}@media (max-width:1024px){.PageLoader_loader__3P6RQ{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.PageLoader_loader__3P6RQ{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.PageLoader_loader__3P6RQ{grid-template-columns:1fr;max-width:350px}}.Footer_footer__pQtti{background-color:var(--color-primary-dark);color:var(--color-gray-200);padding:4rem 0 2rem}.Footer_container__KpDnW{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer_grid__88hvW{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.Footer_brandSection__ueZ7b{display:flex;flex-direction:column;gap:1.5rem}.Footer_logo__fUEOF{display:flex;align-items:center;text-decoration:none}.Footer_logoImage__WD24i{height:48px;width:auto}.Footer_tagline__edhu4{font-size:.9375rem;line-height:1.7;color:var(--color-gray-300);margin-bottom:0}.Footer_social__cGivK{display:flex;gap:1rem}.Footer_social__cGivK a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);color:#fff;border-radius:var(--radius-md);transition:var(--transition-base)}.Footer_social__cGivK a:hover{background-color:var(--color-secondary);transform:translateY(-2px)}.Footer_contactSection__Z4CjG h4,.Footer_linksSection__lLy5p h4{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.Footer_linksSection__lLy5p ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.Footer_linksSection__lLy5p a{font-size:.9375rem;color:var(--color-gray-300);text-decoration:none;transition:var(--transition-base)}.Footer_linksSection__lLy5p a:hover{color:var(--color-secondary-light);padding-left:.5rem}.Footer_contactInfo__th60v{display:flex;flex-direction:column;gap:1rem}.Footer_contactItem__hLkg3{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--color-gray-300)}.Footer_contactItem__hLkg3 svg{flex-shrink:0;margin-top:.125rem;color:var(--color-secondary-light)}.Footer_bottom__wxP7Z{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.Footer_bottom__wxP7Z p{font-size:.875rem;color:var(--color-gray-400);margin:0}.Footer_motto__EPBZn{font-style:italic;color:var(--color-secondary-light)!important}@media (max-width:1024px){.Footer_grid__88hvW{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer_grid__88hvW{grid-template-columns:1fr;gap:2rem}.Footer_footer__pQtti{padding:3rem 0 1.5rem}.Footer_container__KpDnW{padding:0 1rem}.Footer_bottom__wxP7Z{flex-direction:column;gap:1rem;text-align:center}.Footer_tagline__edhu4{font-size:.875rem}.Footer_contactSection__Z4CjG h4,.Footer_linksSection__lLy5p h4{font-size:1rem}}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_6b3ed8;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_Fallback_6b3ed8;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_6b3ed8{font-family:__Playfair_Display_6b3ed8,__Playfair_Display_Fallback_6b3ed8;font-style:normal}.__variable_6b3ed8{--font-playfair:"__Playfair_Display_6b3ed8","__Playfair_Display_Fallback_6b3ed8"}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_fa2f99;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_fa2f99{font-family:__Inter_fa2f99,__Inter_Fallback_fa2f99;font-style:normal}.__variable_fa2f99{--font-inter:"__Inter_fa2f99","__Inter_Fallback_fa2f99"}.ProductCard_card__syd1X{display:flex;flex-direction:column;background-color:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-base);text-decoration:none;color:inherit}.ProductCard_card__syd1X:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.ProductCard_imageContainer__qA2nd{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background-color:var(--color-gray-100)}.ProductCard_image__gQGbo{object-fit:cover;transition:transform .5s ease}.ProductCard_card__syd1X:hover .ProductCard_image__gQGbo{transform:scale(1.05)}.ProductCard_badge__WGJvI{top:1rem;left:1rem;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;background-color:var(--color-primary);border-radius:var(--radius-sm)}.ProductCard_badge__WGJvI,.ProductCard_outOfStock__5cJsQ{position:absolute;display:flex;align-items:center;font-weight:600;color:#fff}.ProductCard_outOfStock__5cJsQ{inset:0;justify-content:center;font-size:1rem;background-color:rgba(0,0,0,.6)}.ProductCard_content__mtX3_{display:flex;flex-direction:column;flex:1 1;padding:1.25rem}.ProductCard_name__sCv6k{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.5rem;line-height:1.3}.ProductCard_description__D3yXv{font-size:.875rem;color:var(--color-gray-500);line-height:1.5;margin-bottom:1rem;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ProductCard_footer__7OxCN{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid var(--color-gray-100)}.ProductCard_price__Z10KW{display:flex;align-items:baseline;gap:.25rem}.ProductCard_amount__FK4eN{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--color-primary)}.ProductCard_unit__wAGtK{font-size:.875rem;color:var(--color-gray-400)}.ProductCard_addButton__Qc31d{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;background-color:var(--color-secondary);border-radius:var(--radius-md);transition:var(--transition-base)}.ProductCard_addButton__Qc31d:hover:not(:disabled){background-color:var(--color-secondary-dark);transform:scale(1.05)}.ProductCard_addButton__Qc31d:disabled{opacity:.5;cursor:not-allowed}.ProductCard_skeleton__Qcc1R{animation:ProductCard_pulse__7cCaa 1.5s ease-in-out infinite}.ProductCard_skeletonText__0rvdw{background:linear-gradient(90deg,var(--color-gray-100) 25%,var(--color-gray-200) 50%,var(--color-gray-100) 75%);background-size:200% 100%;animation:ProductCard_shimmer__vmTBI 1.5s infinite;border-radius:var(--radius-sm)}.ProductCard_skeletonTitle__6krCA{height:1.5rem;width:80%;margin-bottom:.75rem}.ProductCard_skeletonDesc__HKCc6{height:3rem;width:100%;margin-bottom:1rem}.ProductCard_skeletonPrice__abKqv{height:1.75rem;width:5rem}.ProductCard_skeletonButton__QgDcp{width:40px;height:40px;background:linear-gradient(90deg,var(--color-gray-100) 25%,var(--color-gray-200) 50%,var(--color-gray-100) 75%);background-size:200% 100%;animation:ProductCard_shimmer__vmTBI 1.5s infinite;border-radius:var(--radius-md)}@keyframes ProductCard_shimmer__vmTBI{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ProductCard_pulse__7cCaa{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:768px){.ProductCard_content__mtX3_{padding:1rem}.ProductCard_name__sCv6k{font-size:1rem}.ProductCard_description__D3yXv{font-size:.8125rem}.ProductCard_amount__FK4eN{font-size:1.125rem}.ProductCard_addButton__Qc31d{width:36px;height:36px}.ProductCard_badge__WGJvI{padding:.25rem .5rem;font-size:.6875rem}}.SectionTitle_wrapper__toxbP{margin-bottom:3rem}.SectionTitle_left__oewgf{text-align:left}.SectionTitle_center__B44Y2{text-align:center}.SectionTitle_right__xxw0u{text-align:right}.SectionTitle_title__bC8u4{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-gray-900);margin-bottom:1rem;line-height:1.2}.SectionTitle_light__prqwC .SectionTitle_title__bC8u4{color:#fff}.SectionTitle_subtitle__G_XXI{font-size:clamp(1rem,2vw,1.125rem);color:var(--color-gray-600);max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.SectionTitle_light__prqwC .SectionTitle_subtitle__G_XXI{color:var(--color-gray-200)}.SectionTitle_left__oewgf .SectionTitle_subtitle__G_XXI{margin:0 0 1.5rem}.SectionTitle_right__xxw0u .SectionTitle_subtitle__G_XXI{margin:0 0 1.5rem auto}.SectionTitle_divider__JVpSZ{display:flex;align-items:center;justify-content:center;gap:.75rem}.SectionTitle_left__oewgf .SectionTitle_divider__JVpSZ{justify-content:flex-start}.SectionTitle_right__xxw0u .SectionTitle_divider__JVpSZ{justify-content:flex-end}.SectionTitle_line__wCGbn{width:40px;height:3px;background-color:var(--color-secondary);border-radius:2px}.SectionTitle_dot__40h2e{width:10px;height:10px;background-color:var(--color-primary);border-radius:50%}@media (max-width:768px){.SectionTitle_wrapper__toxbP{margin-bottom:2rem}.SectionTitle_title__bC8u4{font-size:clamp(1.3125rem,4vw,1.75rem)}.SectionTitle_subtitle__G_XXI{font-size:.9375rem;margin-bottom:1.25rem}.SectionTitle_line__wCGbn{width:30px;height:2px}.SectionTitle_dot__40h2e{width:8px;height:8px}.SectionTitle_divider__JVpSZ{gap:.5rem}}.FeaturedProducts_section__xhJKI{padding:5rem 2rem;background-color:var(--color-gray-50)}.FeaturedProducts_container__y_HWd{max-width:1400px;margin:0 auto}.FeaturedProducts_grid__vfWwj{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.FeaturedProducts_viewAll__blo5A{display:flex;justify-content:center;margin-top:3rem}.FeaturedProducts_viewAllBtn__RDIXp{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:var(--color-primary);background-color:transparent;border:2px solid var(--color-primary);border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-base)}.FeaturedProducts_viewAllBtn__RDIXp:hover{color:#fff;background-color:var(--color-primary)}.FeaturedProducts_viewAllBtn__RDIXp svg{transition:transform .3s ease}.FeaturedProducts_viewAllBtn__RDIXp:hover svg{transform:translateX(4px)}@media (max-width:1200px){.FeaturedProducts_grid__vfWwj{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.FeaturedProducts_grid__vfWwj{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.FeaturedProducts_section__xhJKI{padding:3rem 1rem}.FeaturedProducts_grid__vfWwj{grid-template-columns:repeat(2,1fr);gap:1rem}.FeaturedProducts_viewAll__blo5A{margin-top:2rem}.FeaturedProducts_viewAllBtn__RDIXp{padding:.875rem 1.5rem;font-size:.9375rem}}@media (max-width:480px){.FeaturedProducts_grid__vfWwj{grid-template-columns:1fr}}.FeaturedProducts_skeleton__B80Bp{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.FeaturedProducts_skeletonImage__f4lTR{width:100%;aspect-ratio:4/3;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FeaturedProducts_shimmer__UzvrK 1.5s infinite}.FeaturedProducts_skeletonContent__OyxIr{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.FeaturedProducts_skeletonLine__wEH1T{height:14px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FeaturedProducts_shimmer__UzvrK 1.5s infinite}@keyframes FeaturedProducts_shimmer__UzvrK{0%{background-position:200% 0}to{background-position:-200% 0}}.AboutPreview_section__TRTcZ{padding:5rem 2rem;background-color:#fff}.AboutPreview_container__1qUAw{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1400px;margin:0 auto}.AboutPreview_imageColumn__UK5Pl{position:relative}.AboutPreview_mainImage__qGDjj{position:relative;width:100%;aspect-ratio:4/5;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-xl)}.AboutPreview_image__1w1lz{object-fit:cover}.AboutPreview_floatingCard__wtknz{position:absolute;bottom:-2rem;right:-2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:140px;height:140px;background-color:var(--color-secondary);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.AboutPreview_number__AMa7y{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;line-height:1}.AboutPreview_label__pxPCv{font-size:.75rem;text-align:center;margin-top:.25rem;letter-spacing:.05em}.AboutPreview_contentColumn___7agx{padding-left:2rem}.AboutPreview_label__pxPCv{display:inline-block;font-size:.875rem;font-weight:600;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.AboutPreview_title__UYelX{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem;line-height:1.2}.AboutPreview_description__RBIQY{font-size:1.0625rem;color:var(--color-gray-600);line-height:1.7;margin-bottom:1.5rem}.AboutPreview_values__tro5d{display:flex;flex-direction:column;gap:1.25rem;margin:2rem 0}.AboutPreview_value__XTYna{display:flex;gap:1rem}.AboutPreview_valueIcon__pQyhL{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);flex-shrink:0}.AboutPreview_value__XTYna h4{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem}.AboutPreview_value__XTYna p{font-size:.875rem;color:var(--color-gray-500);margin:0;line-height:1.5}.AboutPreview_link__8My_6{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--color-primary);text-decoration:none;transition:var(--transition-base)}.AboutPreview_link__8My_6:hover{color:var(--color-secondary);gap:.75rem}@media (max-width:1024px){.AboutPreview_container__1qUAw{grid-template-columns:1fr;gap:3rem}.AboutPreview_imageColumn__UK5Pl{max-width:600px;margin:0 auto}.AboutPreview_contentColumn___7agx{padding-left:0;text-align:center}.AboutPreview_values__tro5d{align-items:center}.AboutPreview_value__XTYna{max-width:500px}}@media (max-width:768px){.AboutPreview_section__TRTcZ{padding:3rem 1rem}.AboutPreview_container__1qUAw{gap:2rem}.AboutPreview_floatingCard__wtknz{width:100px;height:100px;bottom:-1rem;right:-1rem}.AboutPreview_number__AMa7y{font-size:1.75rem}.AboutPreview_label__pxPCv{font-size:.625rem}.AboutPreview_valueIcon__pQyhL{width:44px;height:44px}.AboutPreview_value__XTYna h4{font-size:.9375rem}.AboutPreview_value__XTYna p{font-size:.8125rem}.AboutPreview_description__RBIQY{font-size:.9375rem}}.CategoriesSection_section__vqomp{padding:5rem 2rem;background-color:var(--color-primary-dark)}.CategoriesSection_container__r1Blc{max-width:1400px;margin:0 auto}.CategoriesSection_header__uTxYA{text-align:center;margin-bottom:3rem}.CategoriesSection_label__CkadW{display:inline-block;font-size:.875rem;font-weight:600;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.CategoriesSection_title__CfRu8{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.CategoriesSection_subtitle__tSSs3{font-size:1.0625rem;color:var(--color-gray-300);max-width:600px;margin:0 auto;line-height:1.7}.CategoriesSection_grid__Es_bM{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.CategoriesSection_card__o1h__{position:relative;border-radius:var(--radius-md);overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.CategoriesSection_card__o1h__:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.CategoriesSection_imageContainer__N2iXa{position:relative;width:100%;aspect-ratio:3/4}.CategoriesSection_image__2P5mq{object-fit:cover;transition:transform .5s ease}.CategoriesSection_card__o1h__:hover .CategoriesSection_image__2P5mq{transform:scale(1.1)}.CategoriesSection_overlay__hHS5z{position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,48,9,.95) 0,rgba(26,48,9,.6) 50%,rgba(26,48,9,.3))}.CategoriesSection_content__3eOds{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.CategoriesSection_iconWrapper__cc1RP{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:var(--color-secondary);color:#fff;border-radius:var(--radius-md);margin-bottom:1rem}.CategoriesSection_content__3eOds h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.CategoriesSection_content__3eOds p{font-size:.875rem;color:var(--color-gray-300);line-height:1.5;margin-bottom:.75rem}.CategoriesSection_count__mLUVI{font-size:.8125rem;font-weight:600;color:var(--color-secondary-light)}@media (max-width:1200px){.CategoriesSection_grid__Es_bM{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CategoriesSection_section__vqomp{padding:3rem 1rem}.CategoriesSection_header__uTxYA{margin-bottom:2rem}.CategoriesSection_grid__Es_bM{grid-template-columns:repeat(2,1fr);gap:1rem}.CategoriesSection_content__3eOds{padding:1rem}.CategoriesSection_iconWrapper__cc1RP{width:44px;height:44px;margin-bottom:.75rem}.CategoriesSection_iconWrapper__cc1RP svg{width:22px;height:22px}.CategoriesSection_content__3eOds h3{font-size:1rem}.CategoriesSection_content__3eOds p{font-size:.75rem;margin-bottom:.5rem}.CategoriesSection_count__mLUVI{font-size:.6875rem}.CategoriesSection_subtitle__tSSs3{font-size:.9375rem}}@media (max-width:480px){.CategoriesSection_grid__Es_bM{grid-template-columns:1fr}.CategoriesSection_card__o1h__{max-width:300px;margin:0 auto}.CategoriesSection_imageContainer__N2iXa{aspect-ratio:16/9}.CategoriesSection_content__3eOds{flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.CategoriesSection_iconWrapper__cc1RP{margin-bottom:0}.CategoriesSection_textContent__edL0Q{flex:1 1}}.CategoriesSection_skeletonCard__nbWtJ{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;background:hsla(0,0%,100%,.05)}.CategoriesSection_skeletonImage__GFq3R{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.05) 25%,hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05) 75%);background-size:200% 100%;animation:CategoriesSection_shimmer__b0BWI 1.5s infinite}@keyframes CategoriesSection_shimmer__b0BWI{0%{background-position:200% 0}to{background-position:-200% 0}}.WhyChooseUs_section__aGEb7{padding:5rem 2rem;background-color:var(--color-gray-50)}.WhyChooseUs_container__QW7fv{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1400px;margin:0 auto}.WhyChooseUs_imageSide__o_1uw{position:relative}.WhyChooseUs_imageWrapper__h_h3c{position:relative;width:100%;aspect-ratio:4/5;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-xl)}.WhyChooseUs_image__PQfqY{object-fit:cover}.WhyChooseUs_statsCard__6Ua7l{position:absolute;bottom:-2rem;right:-2rem;display:flex;gap:2rem;padding:1.5rem 2rem;background-color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.WhyChooseUs_stat__rxq1r{display:flex;flex-direction:column;align-items:center;text-align:center}.WhyChooseUs_statNumber__7cIYg{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-primary);line-height:1}.WhyChooseUs_statLabel__U16z7{font-size:.75rem;color:var(--color-gray-500);margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em}.WhyChooseUs_contentSide__o6g54{padding-left:2rem}.WhyChooseUs_label__rXk3u{display:inline-block;font-size:.875rem;font-weight:600;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.WhyChooseUs_title__4jCoq{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-gray-900);margin-bottom:1rem;line-height:1.2}.WhyChooseUs_subtitle__Lkiut{font-size:1.0625rem;color:var(--color-gray-600);line-height:1.7;margin-bottom:2rem}.WhyChooseUs_grid__OQGDg{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.WhyChooseUs_card__zWjFK{display:flex;gap:1rem}.WhyChooseUs_iconWrapper__6rAkf{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);flex-shrink:0}.WhyChooseUs_card__zWjFK h4{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem}.WhyChooseUs_card__zWjFK p{font-size:.875rem;color:var(--color-gray-500);margin:0;line-height:1.5}@media (max-width:1200px){.WhyChooseUs_grid__OQGDg{gap:1.25rem}}@media (max-width:1024px){.WhyChooseUs_container__QW7fv{grid-template-columns:1fr;gap:3rem}.WhyChooseUs_imageSide__o_1uw{max-width:600px;margin:0 auto}.WhyChooseUs_contentSide__o6g54{padding-left:0}.WhyChooseUs_statsCard__6Ua7l{right:0;bottom:-1.5rem}}@media (max-width:768px){.WhyChooseUs_section__aGEb7{padding:3rem 1rem}.WhyChooseUs_grid__OQGDg{grid-template-columns:1fr;gap:1rem}.WhyChooseUs_card__zWjFK{background-color:#fff;padding:1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.WhyChooseUs_iconWrapper__6rAkf{width:44px;height:44px}.WhyChooseUs_card__zWjFK h4{font-size:.9375rem}.WhyChooseUs_card__zWjFK p{font-size:.8125rem}.WhyChooseUs_statsCard__6Ua7l{flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;bottom:-1rem;right:1rem}.WhyChooseUs_stat__rxq1r{min-width:80px}.WhyChooseUs_statNumber__7cIYg{font-size:1.5rem}.WhyChooseUs_subtitle__Lkiut{font-size:.9375rem}}@media (max-width:480px){.WhyChooseUs_statsCard__6Ua7l{position:relative;right:auto;bottom:auto;margin-top:1rem;justify-content:space-around}}.CTASection_section__dIuVN{position:relative;padding:5rem 2rem;overflow:hidden}.CTASection_background__9E8Ok{position:absolute;inset:0;z-index:-1}.CTASection_bgImage__UjX83{object-fit:cover;object-position:center}.CTASection_overlay__36zSW{position:absolute;inset:0;background:linear-gradient(135deg,rgba(45,80,22,.95),rgba(26,48,9,.9))}.CTASection_container__4pzK2{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1400px;margin:0 auto}.CTASection_content__c_R_r{flex:1 1;max-width:600px}.CTASection_title__juuRL{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.CTASection_subtitle__wZD6b{font-size:1.0625rem;color:var(--color-gray-200);line-height:1.7;margin-bottom:2rem}.CTASection_actions__603OO{display:flex;gap:1rem;flex-wrap:wrap}.CTASection_primaryBtn__sCBUB{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:var(--color-primary-dark);background-color:var(--color-secondary);border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-base)}.CTASection_primaryBtn__sCBUB:hover{background-color:var(--color-secondary-light);color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 10px 30px rgba(249,115,22,.3)}.CTASection_secondaryBtn__qStkw{display:inline-flex;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background-color:transparent;border:2px solid hsla(0,0%,100%,.3);border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-base)}.CTASection_secondaryBtn__qStkw:hover{background-color:hsla(0,0%,100%,.1);border-color:#fff;color:#fff}.CTASection_contactCard__Ba85I{flex-shrink:0;width:350px;padding:2rem;background-color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-xl)}.CTASection_contactCard__Ba85I h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.5rem}.CTASection_contactCard__Ba85I>p{font-size:.9375rem;color:var(--color-gray-500);margin-bottom:1.5rem}.CTASection_contactItems__a6ZaT{display:flex;flex-direction:column;gap:1rem}.CTASection_contactItem__G_6Wl{display:flex;align-items:center;gap:.75rem;padding:.875rem;background-color:var(--color-gray-50);border-radius:var(--radius-md);color:var(--color-gray-700);text-decoration:none;transition:var(--transition-base)}.CTASection_contactItem__G_6Wl:hover{background-color:var(--color-primary);color:#fff}.CTASection_contactItem__G_6Wl svg{color:var(--color-secondary);flex-shrink:0}.CTASection_contactItem__G_6Wl:hover svg{color:#fff}.CTASection_contactItem__G_6Wl span{font-size:.9375rem;font-weight:500}@media (max-width:1024px){.CTASection_container__4pzK2{flex-direction:column;text-align:center}.CTASection_content__c_R_r{max-width:100%}.CTASection_actions__603OO{justify-content:center}.CTASection_contactCard__Ba85I{width:100%;max-width:400px}}@media (max-width:768px){.CTASection_section__dIuVN{padding:3rem 1rem}.CTASection_title__juuRL{font-size:clamp(1.5rem,4vw,1.75rem)}.CTASection_subtitle__wZD6b{font-size:.9375rem}.CTASection_actions__603OO{flex-direction:column}.CTASection_primaryBtn__sCBUB,.CTASection_secondaryBtn__qStkw{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:.9375rem}.CTASection_contactCard__Ba85I{padding:1.5rem}.CTASection_contactItem__G_6Wl{padding:.75rem}.CTASection_contactItem__G_6Wl span{font-size:.875rem}}.ProductsContent_products__Ce3nF{padding:3rem 0;background-color:var(--color-gray-50)}.ProductsContent_container__Z5yrh{max-width:1400px;margin:0 auto;padding:0 2rem}.ProductsContent_productsHeader__IeVAy{margin-bottom:2rem}.ProductsContent_headerTop__glRJJ{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.ProductsContent_productsHeader__IeVAy h2{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-gray-900)}.ProductsContent_benefits__ygcMW{display:flex;flex-wrap:wrap;gap:.75rem}.ProductsContent_benefit__Xs0y1{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-primary);background-color:#fff;border-radius:var(--radius-sm)}.ProductsContent_benefit__Xs0y1 svg{color:var(--color-secondary)}.ProductsContent_searchFilterRow__SAa_k{display:flex;gap:1rem;margin-bottom:1rem}.ProductsContent_searchBox__zxMrw{flex:1 1;position:relative;max-width:400px}.ProductsContent_searchIcon__ukvV7{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--color-gray-400)}.ProductsContent_searchInput__kpyB3{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:.9375rem;color:var(--color-gray-900);background-color:#fff;border:2px solid var(--color-gray-200);border-radius:var(--radius-md);transition:var(--transition-base)}.ProductsContent_searchInput__kpyB3:focus{outline:none;border-color:var(--color-primary)}.ProductsContent_searchInput__kpyB3::placeholder{color:var(--color-gray-400)}.ProductsContent_clearSearch__4_3Ig{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--color-gray-400);background:transparent;border:none;border-radius:50%;cursor:pointer;transition:var(--transition-base)}.ProductsContent_clearSearch__4_3Ig:hover{background-color:var(--color-gray-100);color:var(--color-gray-600)}.ProductsContent_filterToggle__F5NxA{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--color-gray-700);background-color:#fff;border:2px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base);position:relative}.ProductsContent_filterToggle__F5NxA:hover{border-color:var(--color-primary)}.ProductsContent_filterToggle__F5NxA.ProductsContent_active__xPQLi{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.ProductsContent_filterBadge__M9unE{position:absolute;top:-4px;right:-4px;width:10px;height:10px;background-color:var(--color-secondary);border-radius:50%}.ProductsContent_filtersPanel__HLGfZ{display:flex;flex-wrap:wrap;gap:1rem;padding:1.25rem;background-color:#fff;border-radius:var(--radius-md);margin-bottom:1rem;animation:ProductsContent_slideDown__ogc3t .2s ease}@keyframes ProductsContent_slideDown__ogc3t{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ProductsContent_categoryFilters__7wJ3C{display:flex;flex-wrap:wrap;gap:.5rem;flex:1 1}.ProductsContent_categoryBtn__FIvP1{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-gray-600);background-color:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base)}.ProductsContent_categoryBtn__FIvP1:hover{border-color:var(--color-primary);color:var(--color-primary)}.ProductsContent_categoryBtn__FIvP1.ProductsContent_active__xPQLi{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.ProductsContent_stockFilter__54Hho{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-gray-700);cursor:pointer}.ProductsContent_stockFilter__54Hho input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary)}.ProductsContent_clearFilters__7C0Up{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-secondary);background:transparent;border:none;cursor:pointer;text-decoration:underline;transition:var(--transition-base)}.ProductsContent_clearFilters__7C0Up:hover{color:var(--color-secondary-dark)}.ProductsContent_resultsCount__RLMGS{font-size:.875rem;color:var(--color-gray-500);margin-top:.5rem}.ProductsContent_productsGrid__9BosU{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.ProductsContent_loadingState__FM1aT{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-gray-500)}.ProductsContent_loadingState__FM1aT p{margin-top:1rem;font-size:1rem}.ProductsContent_spinner__je8A_{animation:ProductsContent_spin__NQafo 1s linear infinite;color:var(--color-primary)}@keyframes ProductsContent_spin__NQafo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductsContent_errorState__6Rjb2{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:var(--radius-lg)}.ProductsContent_errorState__6Rjb2 p{font-size:1.125rem;color:#ef4444;margin-bottom:1.5rem}.ProductsContent_retryBtn__XHDXc{padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background-color:var(--color-primary);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base)}.ProductsContent_retryBtn__XHDXc:hover{background-color:var(--color-primary-dark)}.ProductsContent_noResults__Gk9Z7{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:var(--radius-lg)}.ProductsContent_noResults__Gk9Z7 p{font-size:1.125rem;color:var(--color-gray-500);margin-bottom:1.5rem}.ProductsContent_clearFiltersLarge__Ow8o1{padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background-color:var(--color-primary);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base)}.ProductsContent_clearFiltersLarge__Ow8o1:hover{background-color:var(--color-primary-dark)}@media (max-width:1200px){.ProductsContent_productsGrid__9BosU{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.ProductsContent_productsGrid__9BosU{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ProductsContent_products__Ce3nF{padding:2rem 0}.ProductsContent_container__Z5yrh{padding:0 1rem}.ProductsContent_headerTop__glRJJ{flex-direction:column;align-items:flex-start}.ProductsContent_benefits__ygcMW{gap:.5rem}.ProductsContent_benefit__Xs0y1{font-size:.75rem;padding:.25rem .5rem}.ProductsContent_searchFilterRow__SAa_k{flex-direction:column}.ProductsContent_searchBox__zxMrw{max-width:none}.ProductsContent_categoryFilters__7wJ3C{flex-direction:column}.ProductsContent_productsGrid__9BosU{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.ProductsContent_productsGrid__9BosU{grid-template-columns:1fr;max-width:350px;margin:0 auto}}.page_page__PhF6r{max-width:1400px;margin:0 auto;padding:2rem}.page_header__BJ2lT{margin-bottom:2rem}.page_backBtn__4rgUv{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-gray-600);text-decoration:none;margin-bottom:1rem;transition:var(--transition-base)}.page_backBtn__4rgUv:hover{color:var(--color-primary)}.page_header__BJ2lT h1{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-gray-900)}.page_form__W6oRl{display:flex;flex-direction:column;gap:2rem}.page_grid__GFw0f{display:grid;grid-template-columns:1fr 380px;grid-gap:2rem;gap:2rem}.page_mainColumn__Bamli,.page_sideColumn__IG9Ez{display:flex;flex-direction:column;gap:1.5rem}.page_card__Kw6rP{background-color:#fff;border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm)}.page_card__Kw6rP h3{font-size:1rem;font-weight:600;color:var(--color-gray-900);padding-bottom:.75rem;border-bottom:1px solid var(--color-gray-100)}.page_card__Kw6rP h3,.page_formGroup___WNu2{margin-bottom:1.25rem}.page_formGroup___WNu2:last-child{margin-bottom:0}.page_formGroup___WNu2 label{display:block;font-size:.875rem;font-weight:500;color:var(--color-gray-700);margin-bottom:.5rem}.page_input__ISoWB,.page_select__TsacP,.page_textarea__k0AN0{width:100%;padding:.75rem 1rem;font-size:.9375rem;color:var(--color-gray-900);background-color:var(--color-gray-50);border:2px solid var(--color-gray-200);border-radius:var(--radius-md);transition:var(--transition-base)}.page_input__ISoWB:focus,.page_select__TsacP:focus,.page_textarea__k0AN0:focus{outline:none;border-color:var(--color-primary);background-color:#fff}.page_textarea__k0AN0{resize:vertical;min-height:120px}.page_row__NgHyq{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.page_checkboxGroup__NP9L8{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.page_checkbox__4Zaqe{display:flex;align-items:center;gap:.75rem;cursor:pointer}.page_checkbox__4Zaqe input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary)}.page_checkbox__4Zaqe span{font-size:.9375rem;color:var(--color-gray-700)}.page_imagePreview__394hZ{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius-md);overflow:hidden}.page_imagePreview__394hZ img{width:100%;height:100%;object-fit:cover}.page_removeImage__QXPoi{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.6);color:#fff;border-radius:var(--radius-sm);transition:var(--transition-base)}.page_removeImage__QXPoi:hover{background-color:#ef4444}.page_uploadArea__9CGao{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background-color:var(--color-gray-50);border:2px dashed var(--color-gray-300);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base)}.page_uploadArea__9CGao:hover{border-color:var(--color-primary);background-color:#fff}.page_uploadArea__9CGao svg{color:var(--color-gray-400)}.page_uploadArea__9CGao span{font-size:.875rem;color:var(--color-gray-500)}.page_fileInput__0RLQD{display:none}.page_actions__Va4D_{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid var(--color-gray-100)}.page_cancelBtn__AWEO1{padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;color:var(--color-gray-700);background-color:var(--color-gray-100);border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-base)}.page_cancelBtn__AWEO1:hover{background-color:var(--color-gray-200)}.page_submitBtn__dMnpJ{padding:.875rem 2rem;font-size:.9375rem;font-weight:600;color:#fff;background-color:var(--color-primary);border-radius:var(--radius-md);transition:var(--transition-base)}.page_submitBtn__dMnpJ:hover:not(:disabled){background-color:var(--color-primary-dark)}.page_submitBtn__dMnpJ:disabled{opacity:.7;cursor:not-allowed}.page_loading__RJoT1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:var(--color-gray-500)}@media (max-width:1024px){.page_grid__GFw0f{grid-template-columns:1fr}.page_sideColumn__IG9Ez{order:-1}}@media (max-width:640px){.page_page__PhF6r{padding:1rem}.page_row__NgHyq{grid-template-columns:1fr}.page_actions__Va4D_{flex-direction:column}.page_cancelBtn__AWEO1,.page_submitBtn__dMnpJ{width:100%;text-align:center}}.page_page__80zt0{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-primary) 100%)}.page_loginCard__omUaF{width:100%;max-width:420px;padding:2.5rem;background-color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);text-align:center}.page_logo__kG5db{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);margin-bottom:1.5rem}.page_loginCard__omUaF h1{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.page_loginCard__omUaF>p{font-size:.9375rem;color:var(--color-gray-500);margin-bottom:2rem}.page_formGroup__OjKNi{margin-bottom:1.5rem;text-align:left}.page_formGroup__OjKNi label{display:block;font-size:.9375rem;font-weight:500;color:var(--color-gray-700);margin-bottom:.5rem}.page_input__df_x4{width:100%;padding:.875rem 1rem;font-size:1rem;color:var(--color-gray-900);background-color:var(--color-gray-50);border:2px solid var(--color-gray-200);border-radius:var(--radius-md);transition:var(--transition-base)}.page_input__df_x4:focus{outline:none;border-color:var(--color-primary);background-color:#fff}.page_passwordWrapper__u_fOc{position:relative}.page_passwordWrapper__u_fOc .page_input__df_x4{padding-right:3rem}.page_togglePassword__93R19{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:var(--color-gray-400);background-color:transparent;transition:var(--transition-base)}.page_togglePassword__93R19:hover{color:var(--color-gray-600)}.page_submitBtn__fDNgm{width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#fff;background-color:var(--color-secondary);border-radius:var(--radius-md);transition:var(--transition-base)}.page_submitBtn__fDNgm:hover:not(:disabled){background-color:var(--color-secondary-dark)}.page_submitBtn__fDNgm:disabled{opacity:.7;cursor:not-allowed}.page_spinner__wn7vm{animation:page_spin__CySsN 1s linear infinite}@keyframes page_spin__CySsN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.page_page__80zt0{padding:1rem}.page_loginCard__omUaF{padding:2rem}.page_logo__kG5db{width:64px;height:64px}.page_logo__kG5db svg{width:28px;height:28px}.page_loginCard__omUaF h1{font-size:1.5rem}}.page_dashboard__F0TzS{display:flex;min-height:100vh;background-color:var(--color-gray-50)}.page_sidebar__YfAwL{width:260px;background-color:var(--color-primary-dark);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.page_sidebarHeader__bX_2L{padding:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.page_sidebarHeader__bX_2L h2{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.page_sidebarHeader__bX_2L span{font-size:.75rem;color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.1em}.page_visitSiteBtn__QswWQ{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;padding:.375rem .75rem;background:hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.8);border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;text-decoration:none;transition:background .2s}.page_visitSiteBtn__QswWQ:hover{background:hsla(0,0%,100%,.25);color:#fff}.page_nav__mLhvc{flex:1 1;padding:1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) transparent}.page_navItem__NbxUj{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;color:var(--color-gray-300);background-color:transparent;border-radius:var(--radius-md);text-align:left;transition:var(--transition-base)}.page_navItem__NbxUj:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.page_navItem__NbxUj.page_active__H_gE6{background-color:var(--color-secondary);color:#fff}.page_logoutBtn__mRXrG{display:flex;align-items:center;gap:.75rem;margin:1rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;color:var(--color-gray-300);background-color:transparent;border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-md);transition:var(--transition-base)}.page_logoutBtn__mRXrG:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.page_main__4aAEh{flex:1 1;margin-left:260px;padding:2rem}.page_header__343oN{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page_header__343oN h1{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.25rem}.page_header__343oN p{font-size:.9375rem;color:var(--color-gray-500);margin:0}.page_addBtn__BhfMs{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background-color:var(--color-secondary);border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-base)}.page_addBtn__BhfMs:hover{background-color:var(--color-secondary-dark);color:#fff}.page_statsGrid__5WwGp{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.page_statCard__1_AoP{gap:1rem;padding:1.5rem;background-color:#fff;box-shadow:var(--shadow-sm)}.page_statCard__1_AoP,.page_statIcon__pLJYF{display:flex;align-items:center;border-radius:var(--radius-md)}.page_statIcon__pLJYF{justify-content:center;width:56px;height:56px;flex-shrink:0}.page_statIcon__pLJYF.page_primary__GkGFw{background-color:rgba(45,80,22,.1);color:var(--color-primary)}.page_statIcon__pLJYF.page_secondary__KVvlj{background-color:rgba(249,115,22,.1);color:var(--color-secondary)}.page_statIcon__pLJYF.page_green__FsAAO{background-color:rgba(34,197,94,.1);color:#22c55e}.page_statIcon__pLJYF.page_blue__coiKI{background-color:rgba(59,130,246,.1);color:#3b82f6}.page_statInfo__aAnxx{display:flex;flex-direction:column}.page_statValue__BGuK9{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-gray-900);line-height:1}.page_statLabel__0Kojj{font-size:.875rem;color:var(--color-gray-500);margin-top:.25rem}.page_section__0vFvZ{background-color:#fff;border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm)}.page_sectionHeader__V9PCb{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page_sectionHeader__V9PCb h3{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-gray-900)}.page_viewAllBtn__OQPUd{font-size:.875rem;font-weight:600;color:var(--color-primary);background-color:transparent;transition:var(--transition-base)}.page_viewAllBtn__OQPUd:hover{color:var(--color-secondary)}.page_tableWrapper__HncOo{overflow-x:auto}.page_table__u9B_t{width:100%;border-collapse:collapse}.page_table__u9B_t td,.page_table__u9B_t th{padding:1rem;text-align:left;border-bottom:1px solid var(--color-gray-100)}.page_table__u9B_t th{font-size:.875rem;font-weight:600;color:var(--color-gray-600);background-color:var(--color-gray-50)}.page_table__u9B_t td{font-size:.9375rem;color:var(--color-gray-700)}.page_badge__5Ic4J{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:var(--radius-sm);text-transform:capitalize}.page_badge__5Ic4J.page_pending__Iuoiw{background-color:rgba(249,115,22,.1);color:var(--color-secondary)}.page_badge__5Ic4J.page_confirmed__s4Lq1{background-color:rgba(59,130,246,.1);color:#3b82f6}.page_badge__5Ic4J.page_delivered__Moi9l{background-color:rgba(34,197,94,.1);color:#22c55e}.page_actions__kxjAq{display:flex;gap:.5rem}.page_actionBtn__Atyo8{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--color-gray-500);background-color:var(--color-gray-50);border-radius:var(--radius-sm);transition:var(--transition-base)}.page_actionBtn__Atyo8:hover{color:var(--color-primary);background-color:var(--color-gray-100)}.page_actionBtn__Atyo8.page_danger__iUVPr:hover{color:#ef4444;background-color:rgba(239,68,68,.1)}.page_navLabel__kfkZ1{flex:1 1}.page_statusPending__xaV3u{background-color:rgba(249,115,22,.1);color:var(--color-secondary)}.page_statusConfirmed__MmBSe{background-color:rgba(59,130,246,.1);color:#3b82f6}.page_statusProcessing__0camX{background-color:rgba(168,85,247,.1);color:#a855f7}.page_statusShipped__ha_iX{background-color:rgba(59,130,246,.1);color:#3b82f6}.page_statusDelivered___xslP{background-color:rgba(34,197,94,.1);color:#22c55e}.page_statusCancelled__F9S6y{background-color:rgba(239,68,68,.1);color:#ef4444}.page_statusNew__m2WLs{background-color:rgba(249,115,22,.1);color:var(--color-secondary)}.page_statusRead__KRt4W{background-color:rgba(59,130,246,.1);color:#3b82f6}.page_statusPublished__6KzIt{background-color:rgba(34,197,94,.1);color:#22c55e}.page_statusDefault__y_EBo,.page_statusDraft__avIum{background-color:hsla(220,9%,46%,.1);color:#6b7280}.page_productImage__LX4DG{width:50px;height:50px;object-fit:cover;border-radius:var(--radius-sm)}.page_orderId__Cn7gQ{font-family:monospace;font-weight:600}.page_messageCell__Wabfa{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page_statusSelect__x7xKh{padding:.375rem .75rem;font-size:.75rem;font-weight:500;border:1px solid var(--color-gray-200);border-radius:var(--radius-sm);background-color:#fff;cursor:pointer}.page_loading__3TXJ7{text-align:center;padding:2rem}.page_noData__AB3Fs{text-align:center;padding:3rem;color:var(--color-gray-500)}.page_settingsCard__f7y0D{padding:2rem}.page_settingsCard__f7y0D h3{font-size:1.25rem;margin-bottom:.5rem}.page_settingsInfo__MdBFZ{margin-top:1.5rem;padding:1rem;background-color:var(--color-gray-50);border-radius:var(--radius-md)}.page_settingsInfo__MdBFZ p{margin-bottom:.5rem}.page_modalOverlay__NuSYO{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.page_modal__qpEoP{background-color:#fff;border-radius:var(--radius-md);width:100%;max-width:600px;max-height:80vh;overflow-y:auto}.page_modalHeader__eUTZt{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-gray-100)}.page_modalHeader__eUTZt h3{font-size:1.125rem;font-weight:600}.page_closeBtn__S1HRj{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--color-gray-500);background-color:transparent;border-radius:var(--radius-sm);transition:var(--transition-base)}.page_closeBtn__S1HRj:hover{background-color:var(--color-gray-100)}.page_modalContent___w03o{padding:1.5rem}.page_detailGrid__vDMrO{display:grid;grid-gap:1rem;gap:1rem}.page_detailGrid__vDMrO>div{display:flex;flex-direction:column;gap:.25rem}.page_itemsList__5hCLh{margin-top:.5rem;padding-left:1.5rem}.page_messageBox__qC2Xv{padding:1rem;background-color:var(--color-gray-50);border-radius:var(--radius-md);white-space:pre-wrap}.page_loading__3TXJ7{display:flex;align-items:center;justify-content:center;padding:4rem;color:var(--color-gray-500);font-size:1rem}.page_galleryGrid__1YZuH{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.page_galleryCard__he7fU{position:relative;background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.page_galleryImage__H_orB{width:100%;height:180px;object-fit:cover;display:block}.page_galleryInfo__oOR_E{padding:.75rem 1rem}.page_galleryInfo__oOR_E h4{font-size:.9375rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.25rem}.page_galleryCategory__kVuEO{font-size:.8125rem;color:var(--color-gray-500);text-transform:capitalize}.page_galleryFeatured__lmE5_{display:inline-block;margin-top:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;color:#fff;background-color:var(--color-secondary);border-radius:var(--radius-sm)}.page_galleryActions__od12e{display:flex;gap:.25rem;padding:.5rem 1rem .75rem}.page_formGroup__AwPm9{display:flex;flex-direction:column;gap:.75rem}.page_formGroup__AwPm9 label{font-size:.875rem;font-weight:500;color:var(--color-gray-700)}.page_input__gXXyR,.page_select__dXMGr,.page_textarea__sN0_w{width:100%;padding:.625rem .875rem;font-size:.9375rem;color:var(--color-gray-900);background-color:#fff;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);transition:var(--transition-base)}.page_input__gXXyR:focus,.page_select__dXMGr:focus,.page_textarea__sN0_w:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(45,80,22,.1)}.page_textarea__sN0_w{resize:vertical;min-height:80px}.page_platformBadge__tPxul{display:inline-block;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;color:var(--color-primary);background-color:rgba(45,80,22,.08);border-radius:var(--radius-sm);text-transform:capitalize}.page_socialValue__QRfLt{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;color:var(--color-gray-600)}@media (max-width:1200px){.page_statsGrid__5WwGp{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page_sidebar__YfAwL{width:80px}.page_sidebarHeader__bX_2L{padding:1rem;text-align:center}.page_navItem__NbxUj span,.page_sidebarHeader__bX_2L span{display:none}.page_navItem__NbxUj{justify-content:center;padding:.875rem}.page_logoutBtn__mRXrG span{display:none}.page_logoutBtn__mRXrG{justify-content:center}.page_main__4aAEh{margin-left:80px;padding:1rem}.page_header__343oN{flex-direction:column;align-items:flex-start;gap:1rem}.page_addBtn__BhfMs{width:100%;justify-content:center}.page_statsGrid__5WwGp{grid-template-columns:1fr}.page_section__0vFvZ{padding:1rem}.page_table__u9B_t{font-size:.8125rem}.page_table__u9B_t td,.page_table__u9B_t th{padding:.75rem .5rem}}