.AddToCartButton_button__7eW6Z{background-color:var(--primary);color:#fff;border:none;font-weight:600;border-radius:8px;padding:12px 24px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;width:100%}.AddToCartButton_button__7eW6Z:hover:not(:disabled){background-color:var(--primary-dark)}.AddToCartButton_button__7eW6Z:disabled{background-color:var(--text-muted);cursor:not-allowed;opacity:.7}.AddToCartButton_button__7eW6Z.AddToCartButton_success__UjnOL{background-color:var(--success)}.AddToCartButton_icon__hCPBZ{width:20px;height:20px}.AddToCartButton_small__X59wR{padding:8px 16px;font-size:.875rem}.ProductCard_card__syd1X{background:var(--bg-primary);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column;height:100%;cursor:pointer;animation:ProductCard_fadeIn__80bmS .5s ease-out forwards}.ProductCard_card__syd1X:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.ProductCard_imageContainer__qA2nd{position:relative;width:100%;padding-top:100%;overflow:hidden;background-color:var(--bg-secondary)}.ProductCard_image__gQGbo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ProductCard_card__syd1X:hover .ProductCard_image__gQGbo{transform:scale(1.05)}.ProductCard_badges__2D7eQ{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;pointer-events:none;z-index:2}.ProductCard_discountBadge__Hp0hx{background:var(--error)}.ProductCard_discountBadge__Hp0hx,.ProductCard_newBadge__9yYCh{color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.ProductCard_newBadge__9yYCh{background:var(--success)}.ProductCard_content__mtX3_{padding:16px;display:flex;flex-direction:column;flex-grow:1}.ProductCard_category__1tSqh{font-size:.75rem;text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;margin-bottom:4px}.ProductCard_name__sCv6k{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px}.ProductCard_rating__NH1bZ{display:flex;align-items:center;gap:2px;margin-bottom:12px}.ProductCard_star__mZiLy{color:var(--warning);width:14px;height:14px}.ProductCard_starEmpty__KNxR_{color:var(--border);width:14px;height:14px}.ProductCard_priceContainer__xhcYy{margin-bottom:16px;margin-top:auto}.ProductCard_currentPrice__dGs0o{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-right:8px}.ProductCard_originalPrice__jj7P_{font-size:.875rem;color:var(--text-muted);text-decoration:line-through;margin-right:8px}.ProductCard_savings__Hb11F{font-size:.75rem;color:var(--success);font-weight:600;display:block;margin-top:4px}.ProductCard_quickAdd___GOaO{position:absolute;bottom:0;left:0;width:100%;padding:16px;background:linear-gradient(0deg,#fff 0,hsla(0,0%,100%,.9) 70%,hsla(0,0%,100%,0));transform:translateY(100%);transition:transform .3s ease;z-index:3}.ProductCard_card__syd1X:hover .ProductCard_quickAdd___GOaO{transform:translateY(0)}@media (max-width:768px){.ProductCard_quickAdd___GOaO{transform:translateY(0);position:relative;background:none;padding:0;margin-top:16px}}.Skeleton_skeleton__cMIzU{background:var(--bg-primary);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%}.Skeleton_shimmer__Ba__r{position:relative;overflow:hidden;background:#f0f0f0}.Skeleton_shimmer__Ba__r:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:Skeleton_shimmer__Ba__r 2s infinite}@keyframes Skeleton_shimmer__Ba__r{to{transform:translateX(100%)}}.Skeleton_image__Pasz9{width:100%;padding-top:100%}.Skeleton_content__0lYje{padding:16px;display:flex;flex-direction:column;gap:12px;flex-grow:1}.Skeleton_line__08F5Q{height:16px;border-radius:4px}.Skeleton_short__3tkQT{width:60%}.Skeleton_long__EX2u3{width:90%}.Skeleton_price__29wJ2{height:24px;width:40%;border-radius:4px;margin-top:auto}.Skeleton_button__eMfsc{height:44px;border-radius:8px;margin-top:16px}.product_container__U850j{max-width:1200px;margin:0 auto;padding:40px 24px;animation:product_fadeIn__75uc0 .4s ease-out}.product_breadcrumb__gghq_{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--text-muted);margin-bottom:32px}.product_breadcrumb__gghq_ a{transition:color .2s}.product_breadcrumb__gghq_ a:hover{color:var(--primary)}.product_separator__q0a3v{color:var(--border)}.product_grid__9w_PG{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:80px}@media (max-width:900px){.product_grid__9w_PG{grid-template-columns:1fr;gap:40px}}.product_imageSection__r_oFQ{position:relative;background:var(--bg-secondary);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:1}.product_image__bzq7t{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product_imageSection__r_oFQ:hover .product_image__bzq7t{transform:scale(1.05)}.product_badge__pjP_s{position:absolute;top:20px;left:20px;background:var(--error);color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;z-index:2;box-shadow:var(--shadow-sm)}.product_category__lqwyN{display:inline-block;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:var(--primary);font-weight:600;margin-bottom:12px;background:rgba(118,75,162,.1);padding:4px 12px;border-radius:20px}.product_title__b7JtF{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--text-primary);line-height:1.2;margin-bottom:16px;letter-spacing:-.5px}.product_rating__z7NWL{display:flex;align-items:center;gap:4px;margin-bottom:24px}.product_star__b2wD4{width:20px;height:20px;color:var(--warning)}.product_reviewCount__uGWC2{color:var(--text-muted);margin-left:8px;font-size:.95rem}.product_priceSection__qizJm{margin-bottom:24px;display:flex;flex-direction:column;gap:4px}.product_prices__G62n9{display:flex;align-items:baseline;gap:12px}.product_currentPrice__ouKrQ{font-size:2.5rem;font-weight:700;color:var(--text-primary)}.product_originalPrice__lACN4{font-size:1.25rem;color:var(--text-muted);text-decoration:line-through}.product_savings__Y_sm6{display:inline-block;color:var(--success);font-weight:600;font-size:.95rem;background:rgba(46,125,50,.1);padding:4px 12px;border-radius:4px;margin-top:8px;width:-moz-fit-content;width:fit-content}.product_stockStatus__nHaxp{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem;margin-bottom:24px}.product_inStock__5zW6P{color:var(--success)}.product_outOfStock__LU2n4{color:var(--error)}.product_description__CWIUm{color:var(--text-secondary);line-height:1.7;font-size:1.05rem;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border)}.product_actions__LNYNt{display:flex;flex-direction:column;gap:24px}.product_quantitySelector__6XUE2{display:flex;align-items:center;gap:16px}.product_qtyLabel__cA60g{font-weight:600;color:var(--text-primary)}.product_qtyControls__DZPpy{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden}.product_qtyBtn__f9ZkL{width:44px;height:44px;background:var(--bg-primary);border:none;font-size:1.2rem;cursor:pointer;transition:background .2s}.product_qtyBtn__f9ZkL:hover:not(:disabled){background:var(--bg-secondary)}.product_qtyBtn__f9ZkL:disabled{opacity:.5;cursor:not-allowed}.product_qtyInput__3M06Z{width:50px;height:44px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-weight:600;font-size:1rem;background:var(--bg-primary)}.product_buyButtons__RDmVk{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.product_addToCartBtn__wqypb,.product_buyNowBtn__Ic7DE{padding:16px;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s,transform .1s;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.product_addToCartBtn__wqypb{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.product_addToCartBtn__wqypb:hover{background:var(--primary-dark)}.product_buyNowBtn__Ic7DE{background:var(--text-primary);color:#fff;box-shadow:var(--shadow-sm)}.product_buyNowBtn__Ic7DE:hover{background:#000}.product_addToCartBtn__wqypb:active,.product_buyNowBtn__Ic7DE:active{transform:scale(.98)}.product_added___ZWwE{background:var(--success)!important}.product_featuresList__XTSat{margin-top:32px;display:flex;flex-direction:column;gap:12px}.product_featureItem__FkrAz{display:flex;align-items:center;gap:12px;color:var(--text-secondary);font-size:.95rem}.product_featureItem__FkrAz svg{color:var(--primary);min-width:20px}.product_relatedSection___8f18{margin-top:80px;padding-top:60px;border-top:1px solid var(--border)}.product_relatedTitle__MA58i{font-size:2rem;font-weight:700;margin-bottom:40px;text-align:center}.product_relatedGrid__Ru7pP{display:flex;gap:24px;overflow-x:auto;padding-bottom:24px;scroll-snap-type:x mandatory}.product_relatedGrid__Ru7pP>*{min-width:280px;flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 18px);scroll-snap-align:start}@media (max-width:1024px){.product_relatedGrid__Ru7pP>*{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 16px)}.product_prices__G62n9{flex-direction:column;gap:4px}}@media (max-width:768px){.product_buyButtons__RDmVk{grid-template-columns:1fr}.product_relatedGrid__Ru7pP>*{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 12px)}}@media (max-width:480px){.product_relatedGrid__Ru7pP>*{flex:0 0 85%}}.SearchBar_container__fM6A9{display:flex;align-items:center;margin-bottom:24px}.SearchBar_searchForm__NPyAw{display:flex;align-items:center;position:relative;width:100%;max-width:600px}.SearchBar_input__4jZzZ{width:100%;padding:14px 20px 14px 48px;border-radius:30px;border:1px solid var(--border);background:var(--bg-primary);font-size:1rem;font-family:inherit;color:var(--text-primary);transition:all .3s ease;box-shadow:var(--shadow-sm)}.SearchBar_input__4jZzZ:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(118,75,162,.2)}.SearchBar_icon__jZoLH{position:absolute;left:18px;color:var(--text-muted);width:20px;height:20px;pointer-events:none}.SearchBar_clearButton__rZDRt{position:absolute;right:12px;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%}.SearchBar_clearButton__rZDRt:hover{background:var(--bg-secondary);color:var(--text-primary)}.products_container__cZhIJ{max-width:1200px;margin:0 auto;padding:40px 24px;animation:products_fadeIn__YRBR8 .4s ease-out}.products_header__hraAA{margin-bottom:32px}.products_title__EGKO1{font-size:2.5rem;font-weight:800;margin-bottom:16px;color:var(--text-primary);letter-spacing:-.5px}.products_controls__6Q5SA{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}@media (min-width:768px){.products_controls__6Q5SA{flex-direction:row;align-items:center;justify-content:space-between}}.products_filters__aZl6v{display:flex;flex-wrap:wrap;gap:12px}.products_filterBtn__v0Tj2{padding:8px 16px;border-radius:20px;background:var(--bg-primary);border:1px solid var(--border);color:var(--text-secondary);font-weight:500;font-size:.9rem;transition:all .2s ease;display:flex;align-items:center}.products_filterBtn__v0Tj2:hover{border-color:var(--primary-light);color:var(--primary);transform:translateY(-1px)}.products_filterBtn__v0Tj2.products_active__UFF2_{background:var(--primary);border-color:var(--primary);color:#fff}.products_filterBtn__v0Tj2 span{font-size:.75rem;opacity:.8;margin-left:6px;background:rgba(0,0,0,.1);padding:2px 6px;border-radius:10px}.products_filterBtn__v0Tj2.products_active__UFF2_ span{background:hsla(0,0%,100%,.2)}.products_sortSelect__Dg6Pt{padding:10px 16px;border-radius:8px;border:1px solid var(--border);background:var(--bg-primary);font-family:inherit;font-size:.95rem;color:var(--text-primary);cursor:pointer;outline:none;min-width:200px;box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s}.products_sortSelect__Dg6Pt:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(118,75,162,.1)}.products_grid__CWnyr{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:48px}@media (max-width:1024px){.products_grid__CWnyr{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products_grid__CWnyr{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.products_grid__CWnyr{grid-template-columns:1fr}}.products_emptyState__P_Sq8{text-align:center;padding:80px 24px;background:var(--bg-primary);border-radius:16px;border:2px dashed var(--border);animation:products_fadeIn__YRBR8 .4s ease-out}.products_emptyIcon__xzuVC{width:64px;height:64px;color:var(--text-muted);margin-bottom:24px;opacity:.5}.products_emptyTitle__Mnqrl{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.products_emptyDesc__FTXuJ{color:var(--text-muted);margin-bottom:24px}.products_clearBtn__Uw_N9{background:var(--primary);color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;display:inline-block;transition:background .2s,transform .2s;border:none;cursor:pointer}.products_clearBtn__Uw_N9:hover{background:var(--primary-dark);transform:translateY(-2px)}.page_marqueeContainer__cFxE2{background:var(--bg-dark);color:var(--hl-gold-light);padding:11px 0;overflow:hidden;white-space:nowrap;display:flex;letter-spacing:2px}.page_marqueeContent__QoMKy{display:inline-block;animation:page_marquee__oN76v 34s linear infinite;font-weight:500;font-size:.78rem}@keyframes page_marquee__oN76v{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.page_section__zQZ2o{padding:90px 24px;max-width:1200px;margin:0 auto}.page_sectionLabel__JSrPB{display:block;text-align:center;font-size:.78rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--hl-gold-dark);margin-bottom:14px}.page_sectionTitle__6ic_4{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;text-align:center;margin-bottom:16px;color:var(--text-primary);line-height:1.15}.page_sectionSubtitle__cOHw_{text-align:center;color:var(--text-muted);font-size:1rem;max-width:520px;margin:0 auto 56px;line-height:1.7}.page_divider__5RusV{display:block;width:56px;height:2px;background:var(--hl-gold);margin:0 auto 32px;border-radius:1px}.page_categorySection__WqMwy{background:var(--bg-warm);padding:80px 24px}.page_categoryInner__ZS79s{max-width:1200px;margin:0 auto}.page_categoryGrid__o3CYY{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;gap:20px}.page_categoryCard__yLKel{background:var(--bg-primary);border-radius:16px;padding:32px 16px 26px;text-align:center;box-shadow:var(--shadow-sm);transition:all .35s ease;display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer;border:1px solid var(--border);position:relative;overflow:hidden}.page_categoryCard__yLKel:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(139,94,60,.04));pointer-events:none}.page_categoryCard__yLKel:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);border-color:var(--hl-gold-light)}.page_categoryIconWrap__oo8Ft{width:76px;height:76px;border-radius:50%;background:var(--bg-section);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .35s ease;border:2px solid var(--border)}.page_categoryCard__yLKel:hover .page_categoryIconWrap__oo8Ft{transform:scale(1.08);border-color:var(--hl-gold)}.page_categoryIconImg__g6krm{width:58px;height:58px;object-fit:cover;border-radius:50%}.page_categoryName__tlxq4{font-weight:600;font-size:.88rem;color:var(--text-secondary);letter-spacing:.3px;line-height:1.4}.page_productsGrid__MOuzf{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.page_viewAllContainer__Z4GKG{margin-top:52px;text-align:center}.page_viewAllBtn__LIkSP{background:transparent;color:var(--primary);border:1.5px solid var(--primary);padding:13px 36px;border-radius:50px;font-weight:600;font-size:.92rem;letter-spacing:.5px;transition:all .25s;display:inline-block}.page_viewAllBtn__LIkSP:hover{background:var(--primary);color:#fff}.page_artisanSection__7e_xH{background:var(--bg-dark);padding:100px 24px;position:relative;overflow:hidden}.page_artisanSection__7e_xH:before{content:"";position:absolute;top:-60px;left:-60px;width:320px;height:320px;border-radius:50%;background:rgba(212,175,55,.06);pointer-events:none}.page_artisanInner__Fd3_w{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.page_artisanText__4VBYF .page_sectionLabel__JSrPB{text-align:left}.page_artisanText__4VBYF .page_sectionTitle__6ic_4{text-align:left;color:var(--hl-cream)}.page_artisanText__4VBYF .page_divider__5RusV{margin:0 0 28px}.page_artisanBody__TDMUP{color:hsla(33,39%,95%,.75);line-height:1.8;font-size:1rem;margin-bottom:36px}.page_artisanStats__rkkhl{display:flex;gap:40px;margin-bottom:40px}.page_artisanStat__N_SsI .page_statNum__RPU7y{font-family:var(--font-serif);font-size:2.2rem;font-weight:600;color:var(--hl-gold);display:block;line-height:1}.page_artisanStat__N_SsI .page_statLabel__2jNx3{font-size:.82rem;color:hsla(33,39%,95%,.55);letter-spacing:.5px;margin-top:4px;display:block}.page_artisanImageWrap__ABW7j{position:relative}.page_artisanImage__HeG9O{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px;filter:brightness(.85) sepia(.15)}.page_artisanImageAccent__QCg75{position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;border:3px solid var(--hl-gold);border-radius:12px;pointer-events:none}.page_corporateSection__O67Ud{background:linear-gradient(135deg,var(--primary-dark) 0,#3a2518 100%);padding:90px 24px;position:relative;overflow:hidden}.page_corporateSection__O67Ud:after{content:"";position:absolute;bottom:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:rgba(212,175,55,.07);pointer-events:none}.page_corporateInner__kRn3w{max-width:780px;margin:0 auto;text-align:center;position:relative;z-index:1}.page_corporateSection__O67Ud .page_sectionLabel__JSrPB{color:var(--hl-gold-light)}.page_corporateSection__O67Ud .page_sectionTitle__6ic_4{color:#fff}.page_corporateSection__O67Ud .page_sectionSubtitle__cOHw_{color:hsla(0,0%,100%,.65)}.page_corporateFeatures__1_GaT{display:flex;justify-content:center;gap:40px;margin-bottom:44px;flex-wrap:wrap}.page_corporateFeature__CwLdj{display:flex;flex-direction:column;align-items:center;gap:8px;color:hsla(0,0%,100%,.8);font-size:.88rem}.page_corporateFeature__CwLdj svg{color:var(--hl-gold)}.page_btnGold__EREij{background:var(--hl-gold);color:var(--hl-wood-dark);padding:14px 40px;border-radius:50px;font-weight:700;font-size:.95rem;letter-spacing:.5px;transition:all .25s;display:inline-block;box-shadow:0 4px 20px rgba(212,175,55,.3)}.page_btnGold__EREij:hover{background:var(--hl-gold-light);transform:translateY(-2px);box-shadow:0 8px 28px rgba(212,175,55,.4)}.page_btnOutlineWood___9fX6{background:transparent;color:#fff;border:1.5px solid hsla(0,0%,100%,.4);padding:13px 36px;border-radius:50px;font-weight:600;font-size:.92rem;transition:all .25s;display:inline-block;margin-left:14px}.page_btnOutlineWood___9fX6:hover{border-color:var(--hl-gold);color:var(--hl-gold)}.page_limitedSection__v_VMt{background:var(--bg-section);padding:80px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.page_limitedInner__cYDHz{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.page_limitedBadge___Aqzm{display:inline-flex;align-items:center;gap:8px;background:var(--hl-gold);color:var(--hl-wood-dark);padding:5px 14px;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.page_limitedTitle__32X5m{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600;color:var(--text-primary);margin-bottom:16px;line-height:1.2}.page_limitedDesc__cGVVd{color:var(--text-muted);font-size:.97rem;line-height:1.75;margin-bottom:32px}.page_limitedImageGrid___mJj4{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.page_limitedImg__vN1X_{border-radius:12px;overflow:hidden;aspect-ratio:1;background:var(--bg-warm);display:flex;align-items:center;justify-content:center}.page_limitedImg__vN1X_ img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.page_limitedImg__vN1X_:hover img{transform:scale(1.06)}.page_limitedImg__vN1X_:first-child{grid-row:span 2;aspect-ratio:auto}.page_featuresStrip__jOl9p{background:var(--bg-primary);padding:56px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.page_featuresGrid__txuLt{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.page_featureBox__pJFYc{text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.page_featureIconWrap__1BKwp{width:56px;height:56px;border-radius:50%;background:var(--bg-section);border:1.5px solid var(--border-warm);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.page_featureTitle__pGLZ6{font-weight:600;font-size:1rem;color:var(--text-secondary)}.page_featureDesc__GZakL{color:var(--text-muted);font-size:.86rem;line-height:1.6}.page_emptyState__j9MME{text-align:center;padding:60px 20px;color:var(--text-muted);font-size:1rem;line-height:1.7}@media (max-width:1100px){.page_categoryGrid__o3CYY{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.page_productsGrid__MOuzf{grid-template-columns:repeat(2,1fr)}.page_artisanInner__Fd3_w{grid-template-columns:1fr;gap:48px}.page_artisanText__4VBYF .page_sectionLabel__JSrPB,.page_artisanText__4VBYF .page_sectionTitle__6ic_4{text-align:center}.page_artisanText__4VBYF .page_divider__5RusV{margin:0 auto 28px}.page_artisanStats__rkkhl{justify-content:center}.page_artisanImageWrap__ABW7j{max-width:400px;margin:0 auto}.page_limitedInner__cYDHz{grid-template-columns:1fr}}@media (max-width:700px){.page_categoryGrid__o3CYY,.page_featuresGrid__txuLt{grid-template-columns:repeat(2,1fr)}.page_corporateFeatures__1_GaT{gap:24px}.page_btnOutlineWood___9fX6{margin-left:0;margin-top:12px}}@media (max-width:480px){.page_categoryGrid__o3CYY{grid-template-columns:repeat(2,1fr)}.page_productsGrid__MOuzf{grid-template-columns:1fr}.page_featuresGrid__txuLt{grid-template-columns:1fr;gap:36px}.page_artisanStats__rkkhl{flex-direction:column;gap:20px}}