.cart-module__-RJi4G__breadcrumbsWrapper{box-sizing:border-box;background:#f9f9f9;padding:20px 130px 0}.cart-module__-RJi4G__cartLayout{font-family:var(--font-family);box-sizing:border-box;color:var(--foreground);background:#f9f9f9;grid-template-columns:2fr 360px;align-items:start;gap:24px;margin:0 auto;padding:12px 130px 80px;display:grid}.cart-module__-RJi4G__cartColumn{flex-direction:column;gap:16px;display:flex}.cart-module__-RJi4G__mobileTopBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;background:rgba(255,255,255,.75);align-items:center;gap:12px;width:100vw;height:70px;margin-left:calc(50% - 50vw);padding:0 20px;display:none;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 12px rgba(0,0,0,.05)}.cart-module__-RJi4G__mobileBackBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.cart-module__-RJi4G__mobileTopTitle{color:var(--green-primary);font-size:16px;font-weight:600}.cart-module__-RJi4G__header{justify-content:space-between;align-items:center;display:flex}.cart-module__-RJi4G__notice{background:#fff;border-radius:6px;flex-direction:column;align-items:flex-start;gap:12px;padding:16px;display:flex}.cart-module__-RJi4G__noticeTitle{color:#022f29;margin:0 0 6px;font-size:16px;font-weight:700}.cart-module__-RJi4G__noticeText{color:#4a5568;margin:0}.cart-module__-RJi4G__noticeActions{flex-wrap:wrap;justify-content:flex-start;gap:10px;width:100%;display:flex}.cart-module__-RJi4G__noticePrimary,.cart-module__-RJi4G__noticeSecondary{border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.cart-module__-RJi4G__noticePrimary{color:#fff;background:#022f29;border:1px solid #022f29}.cart-module__-RJi4G__noticePrimary:hover{background:rgba(2,47,41,.85)}.cart-module__-RJi4G__noticeSecondary{color:#022f29;background:#fff;border:1px solid #022f29}.cart-module__-RJi4G__noticeSecondary:hover{color:#fff;background:#022f29}.cart-module__-RJi4G__title{align-items:baseline;gap:10px;display:flex}.cart-module__-RJi4G__title h1{font-size:24px;font-weight:700}.cart-module__-RJi4G__count{color:#6b7280;font-size:14px}.cart-module__-RJi4G__items{flex-direction:column;gap:12px;display:flex}.cart-module__-RJi4G__selectRow{background:#fff;border-radius:6px;justify-content:space-between;align-items:center;height:60px;padding:10px 14px;display:flex}.cart-module__-RJi4G__checkboxLabel{align-items:center;gap:8px;font-size:14px;font-weight:400;display:inline-flex}.cart-module__-RJi4G__confirmOverlay{z-index:1200;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.cart-module__-RJi4G__confirmModal{background:#fff;border-radius:12px;align-content:center;justify-items:center;width:min(516px,100% - 32px);min-height:195px;padding:20px;position:relative;box-shadow:0 16px 40px rgba(0,0,0,.2)}.cart-module__-RJi4G__confirmClose{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.cart-module__-RJi4G__confirmTitle{color:#022f29;text-align:center;margin:0 0 8px;font-size:24px;font-weight:600}.cart-module__-RJi4G__confirmText{color:#4b5563;text-align:center;margin:0 0 16px;font-size:14px;font-weight:400;line-height:1.5}.cart-module__-RJi4G__confirmActions{justify-content:center;gap:16px;height:42px;display:flex}.cart-module__-RJi4G__confirmCancel,.cart-module__-RJi4G__confirmDelete{cursor:pointer;border:none;border-radius:6px;min-width:120px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.cart-module__-RJi4G__confirmCancel{color:#022f29;background:#fff;border:1px solid #022f29}.cart-module__-RJi4G__confirmDelete{color:#fff;background:#022f29;border:2px solid #022f29}.cart-module__-RJi4G__confirmDelete:hover:not(:disabled){background:rgba(2,47,41,.8);border-color:rgba(2,47,41,.8)}.cart-module__-RJi4G__confirmCancel:disabled,.cart-module__-RJi4G__confirmDelete:disabled{opacity:.5;cursor:not-allowed}.cart-module__-RJi4G__item{background:#fff;border-radius:6px;grid-template-rows:28px auto auto;grid-template-columns:auto 120px 1fr;align-items:start;gap:12px;min-height:154px;padding:12px;display:grid;position:relative}.cart-module__-RJi4G__itemTopRow{grid-area:1/1/auto/-1;justify-content:flex-end;align-items:center;height:28px;display:flex}.cart-module__-RJi4G__itemCheckbox{align-items:center;height:88px;padding-top:0;display:flex}.cart-module__-RJi4G__imageWrapper{border-radius:8px;justify-content:center;align-items:center;width:120px;height:88px;display:flex;overflow:hidden}.cart-module__-RJi4G__image{object-fit:contain}.cart-module__-RJi4G__info{flex-direction:column;flex:auto;grid-area:2/3/auto/-1;gap:10px;width:100%;min-width:0;display:flex}.cart-module__-RJi4G__titleRow{grid-template-columns:1fr auto;align-items:flex-start;gap:24px;display:grid}.cart-module__-RJi4G__titleMain{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.cart-module__-RJi4G__configSection{width:100%;margin-top:10px}.cart-module__-RJi4G__name{color:#022f29;margin:2px 0 0;font-size:14px;font-weight:500;text-decoration:none}.cart-module__-RJi4G__name:hover,.cart-module__-RJi4G__name:visited,.cart-module__-RJi4G__name:active{text-decoration:none}.cart-module__-RJi4G__article{color:#7a7a7a;margin:0;font-size:13px}.cart-module__-RJi4G__titleRight{flex-direction:row;flex:none;justify-content:flex-end;align-self:flex-start;justify-self:end;align-items:center;gap:24px;display:flex}.cart-module__-RJi4G__configBtn{color:#7a7a7a;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:0;padding:0;font-size:14px;font-weight:500;display:inline-flex}.cart-module__-RJi4G__configRows{grid-area:3/3/auto/-1;align-self:start;width:100%}.cart-module__-RJi4G__configRow{align-items:center;gap:0;width:100%;min-width:0;padding:6px 0;line-height:1.4;display:flex}.cart-module__-RJi4G__configKey{color:#022f29;flex:none;align-self:center;min-width:0;font-size:14px;font-weight:500;line-height:1.4}.cart-module__-RJi4G__configDots{border-bottom:1px dotted #98a4a3;flex:auto;align-self:center;min-width:10px;height:1em;margin:0 4px}.cart-module__-RJi4G__configValue{text-align:right;color:#022f29;white-space:nowrap;text-overflow:ellipsis;flex:none;align-self:center;min-width:0;font-size:14px;overflow:hidden}.cart-module__-RJi4G__caretDown{transition:transform .2s;transform:rotate(0)}.cart-module__-RJi4G__caretUp{transition:transform .2s;transform:rotate(180deg)}.cart-module__-RJi4G__options{color:#4a4a4a;flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:13px;display:flex}.cart-module__-RJi4G__bottomRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-module__-RJi4G__mobileBottomRow{width:100%;margin-top:14px}.cart-module__-RJi4G__priceRow{align-items:center;gap:6px;display:flex}.cart-module__-RJi4G__price{color:#022f29;font-weight:700}.cart-module__-RJi4G__oldPrice{color:#9f9f9f;font-size:14px;text-decoration:line-through}.cart-module__-RJi4G__quantity{align-items:center;gap:8px;display:flex}.cart-module__-RJi4G__roundBtn{cursor:pointer;background:#fff;border:1px solid #c8c8c8;border-radius:50%;width:32px;height:32px;font-size:18px;line-height:1;transition:background .2s,color .2s}.cart-module__-RJi4G__roundBtn:hover{color:#fff;background:#022f29}.cart-module__-RJi4G__quantityValue{text-align:center;min-width:28px;font-weight:600}.cart-module__-RJi4G__itemQuantityControl{border:1px solid var(--green-primary);border-radius:6px;align-items:center;gap:10px;padding:4px 8px;font-size:14px;font-weight:400;display:flex}.cart-module__-RJi4G__itemQuantityButton{cursor:pointer;background:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .2s;display:flex}.cart-module__-RJi4G__itemQuantityButton:hover{background-color:var(--pastel-green)}.cart-module__-RJi4G__itemQuantityValue{text-align:center;min-width:32px;font-weight:400}.cart-module__-RJi4G__itemPriceBlock{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.cart-module__-RJi4G__removeBtn{color:rgba(2,47,41,.6);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:4px 0;font-size:14px;font-weight:400;text-decoration:underline}.cart-module__-RJi4G__closeBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.cart-module__-RJi4G__closeBtn img{width:24px;height:24px;display:block}.cart-module__-RJi4G__summary{background:#fff;border-radius:6px;flex-direction:column;justify-content:space-between;gap:12px;min-width:346px;height:244px;padding:18px;display:flex;position:-webkit-sticky;position:sticky;top:24px;box-shadow:0 12px 30px rgba(0,0,0,.05)}.cart-module__-RJi4G__summaryEmpty{justify-content:space-between;min-width:346px;height:192px}.cart-module__-RJi4G__summaryTitle{margin:0;font-size:20px;font-weight:600}.cart-module__-RJi4G__summaryRow{justify-content:space-between;font-size:16px;font-weight:400;display:flex}.cart-module__-RJi4G__discount{color:#022f29}.cart-module__-RJi4G__summaryDivider{background:#e5e7eb;width:100%;height:1px}.cart-module__-RJi4G__summaryTotalLabel{font-size:16px;font-weight:700}.cart-module__-RJi4G__summaryTotalValue{font-size:18px;font-weight:800}.cart-module__-RJi4G__primaryBtn{color:#fff;cursor:pointer;text-align:center;background:#022f29;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;padding:12px 16px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.cart-module__-RJi4G__primaryBtn:hover{background:rgba(2,47,41,.8)}.cart-module__-RJi4G__secondaryBtn,.cart-module__-RJi4G__linkButton{color:#022f29;border:1px solid #022f29;border-radius:10px;justify-content:center;align-items:center;padding:12px 16px;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.cart-module__-RJi4G__secondaryBtn:hover,.cart-module__-RJi4G__linkButton:hover{color:#fff;background:#022f29}.cart-module__-RJi4G__empty{text-align:center;background:#fff;border:1px dashed #c8c8c8;border-radius:14px;padding:32px}.cart-module__-RJi4G__muted{color:#777}.cart-module__-RJi4G__recentOuter{box-sizing:border-box;background-color:#f9f9f9;margin:0 auto}.cart-module__-RJi4G__emptyCard{background:#fff;border-radius:6px;padding:20px}.cart-module__-RJi4G__emptyTitle{color:#022f29;margin:0 0 8px;font-size:18px;font-weight:700}.cart-module__-RJi4G__emptyText{color:#4a5568;margin:0 0 14px}.cart-module__-RJi4G__emptyText a{color:#00695c}.cart-module__-RJi4G__emptySummaryText{color:#4a5568;margin:0 0 8px;font-size:14px}.cart-module__-RJi4G__searchWrapper{max-width:520px;margin-top:12px;margin-left:-24px}@media (max-width:1279px){.cart-module__-RJi4G__cartLayout{padding:0 40px}.cart-module__-RJi4G__breadcrumbsWrapper{padding:20px 40px 0}.cart-module__-RJi4G__recentOuter{padding:0 40px 64px}}@media (max-width:980px){.cart-module__-RJi4G__cartLayout{grid-template-columns:1fr;padding:0 40px 80px}.cart-module__-RJi4G__breadcrumbsWrapper{padding:20px 40px 0}.cart-module__-RJi4G__summary{position:relative;top:0}}@media (max-width:768px){.cart-module__-RJi4G__cartLayout{padding:20px 12px 70px}.cart-module__-RJi4G__breadcrumbsWrapper{display:none}.cart-module__-RJi4G__mobileTopBar{display:flex}.cart-module__-RJi4G__item{grid-template-rows:auto;grid-template-columns:40px 100px 1fr;align-items:center;padding-top:12px}.cart-module__-RJi4G__configRows{grid-column:1/-1}.cart-module__-RJi4G__imageWrapper{width:100px;height:76px}.cart-module__-RJi4G__itemCheckbox{height:76px}.cart-module__-RJi4G__info,.cart-module__-RJi4G__mobileBottomRow{grid-column:3/-1}.cart-module__-RJi4G__bottomRow{flex-direction:column;align-items:flex-start}.cart-module__-RJi4G__titleRow{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.cart-module__-RJi4G__itemTopRow{pointer-events:none}.cart-module__-RJi4G__itemTopRow .cart-module__-RJi4G__closeBtn{pointer-events:auto}.cart-module__-RJi4G__titleRight{justify-content:space-between;align-self:stretch;width:100%}.cart-module__-RJi4G__mobileBottomRow{width:100%}.cart-module__-RJi4G__mobileBottomRow .cart-module__-RJi4G__titleRight{justify-content:space-between;align-self:stretch;gap:12px;width:100%}.cart-module__-RJi4G__info{padding-right:0}.cart-module__-RJi4G__configRow{flex-direction:row;align-items:center;gap:0;padding:6px 0}.cart-module__-RJi4G__configKey{white-space:normal;overflow-wrap:anywhere;word-break:break-word;flex:0 auto;min-width:0}.cart-module__-RJi4G__configDots{flex:auto;min-width:10px;margin:0 4px;display:block}.cart-module__-RJi4G__configValue{text-align:right;white-space:normal;text-overflow:clip;flex:none;min-width:0;overflow:visible}.cart-module__-RJi4G__notice{flex-direction:column;align-items:flex-start}.cart-module__-RJi4G__searchWrapper{max-width:100%;margin-left:-12px}.cart-module__-RJi4G__recentOuter{padding:0 12px 64px}}.cart-module__-RJi4G__itemCheckbox input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;-ms-appearance:auto;appearance:auto;accent-color:#022f29;cursor:pointer;flex-shrink:0;align-self:center;width:20px;min-width:20px;height:20px;min-height:20px;margin:0}.cart-module__-RJi4G__checkboxLabel input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;-ms-appearance:auto;appearance:auto;accent-color:#022f29;cursor:pointer;flex-shrink:0;align-self:center;width:20px;min-width:20px;height:20px;min-height:20px;margin:0}@media (max-width:767px){.cart-module__-RJi4G__itemCheckbox input[type=checkbox]{cursor:pointer;-webkit-appearance:checkbox;-moz-appearance:checkbox;-ms-appearance:checkbox;appearance:checkbox;accent-color:#022f29;flex-shrink:0;width:20px;min-width:20px;height:20px;min-height:20px;margin:0}.cart-module__-RJi4G__checkboxLabel input[type=checkbox]{cursor:pointer;-webkit-appearance:checkbox;-moz-appearance:checkbox;-ms-appearance:checkbox;appearance:checkbox;accent-color:#022f29;flex-shrink:0;width:20px;min-width:20px;height:20px;min-height:20px;margin:0}}@media (max-width:480px){.cart-module__-RJi4G__searchWrapper{margin-left:0}}
.breadcrumbs-module__5up_CW__breadcrumb{color:var(--text-muted);white-space:nowrap;-webkit-overflow-scrolling:touch;align-items:center;gap:8px;padding-bottom:20px;display:flex;overflow-x:auto}.breadcrumbs-module__5up_CW__breadcrumb::-webkit-scrollbar{display:none}@media (max-width:767px){.breadcrumbs-module__5up_CW__breadcrumb{border-bottom:none;margin-bottom:0;padding:8px 0 0}}.breadcrumbs-module__5up_CW__breadcrumbSegment{flex-shrink:0;align-items:center;gap:6px;display:flex}.breadcrumbs-module__5up_CW__breadcrumbLink{color:var(--text-muted);white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.breadcrumbs-module__5up_CW__breadcrumbLink:hover{color:var(--green-primary)}.breadcrumbs-module__5up_CW__breadcrumbCurrent{color:var(--green-primary);white-space:nowrap;font-weight:500}.breadcrumbs-module__5up_CW__breadcrumbIcon,.breadcrumbs-module__5up_CW__breadcrumbSeparator{flex-shrink:0}
.categoryCard-module__XH_P7q__categoryCard{background:var(--background);box-shadow:0 3px 8px var(--green-primary-30);text-align:center;cursor:pointer;z-index:1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:16px;transition:all .3s;display:flex;position:relative;overflow:hidden}.categoryCard-module__XH_P7q__categoryCard:hover,.categoryCard-module__XH_P7q__categoryCard.categoryCard-module__XH_P7q__withHover:hover{box-shadow:0 6px 14px var(--green-primary-60);z-index:2;transform:translateY(-3px)}.categoryCard-module__XH_P7q__cardContent{width:100%;transition:opacity .3s,transform .3s}.categoryCard-module__XH_P7q__cardContent.categoryCard-module__XH_P7q__hidden{opacity:0;pointer-events:none;transform:translateY(-10px)}.categoryCard-module__XH_P7q__subcategoriesList{opacity:0;pointer-events:none;text-align:left;justify-content:flex-start;align-items:flex-start;padding:20px 16px;transition:opacity .3s,transform .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;transform:translateY(10px)}.categoryCard-module__XH_P7q__subcategoriesList.categoryCard-module__XH_P7q__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.categoryCard-module__XH_P7q__subcategoriesContent{width:100%;max-height:100%;overflow-y:auto}.categoryCard-module__XH_P7q__subcategoriesTitle{color:var(--green-primary);cursor:pointer;padding-bottom:8px;font-size:16px;font-weight:600}.categoryCard-module__XH_P7q__subcategoryList{width:100%;margin:0;padding:0;list-style:none}.categoryCard-module__XH_P7q__subcategoryItem{padding:5px 0;transition:background-color .2s}.categoryCard-module__XH_P7q__subcategoryName{color:var(--green-primary);cursor:pointer;font-size:14px;line-height:1.2;transition:color .2s;display:block}.categoryCard-module__XH_P7q__subcategoryName:hover{color:rgba(2,47,41,.6)}.categoryCard-module__XH_P7q__subcategoryMore{color:var(--gray-green);margin-top:4px;padding:8px 0 0;font-size:14px;font-style:italic}.categoryCard-module__XH_P7q__categoryImage{object-fit:contain;width:150px;height:90px;margin:0 0 12px}.categoryCard-module__XH_P7q__categoryName{color:var(--green-primary);text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-clamp:unset;box-orient:unset;width:100%;margin:0 auto;padding:0 8px;font-size:15px;font-weight:600;line-height:1.2;display:block}@media (max-width:1279px){.categoryCard-module__XH_P7q__categoryCard:hover,.categoryCard-module__XH_P7q__categoryCard.categoryCard-module__XH_P7q__withHover:hover{box-shadow:0 3px 8px var(--green-primary-30);z-index:1;transform:none}.categoryCard-module__XH_P7q__categoryImage{width:130px;height:80px}.categoryCard-module__XH_P7q__categoryCard{min-height:180px}}@media (max-width:767px){.categoryCard-module__XH_P7q__categoryCard{min-height:auto;padding:12px}.categoryCard-module__XH_P7q__categoryImage{width:120px;height:70px}}@media (max-width:374px){.categoryCard-module__XH_P7q__categoryImage{width:100px;height:60px}}.categoryCard-module__XH_P7q__skeletonCard{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.categoryCard-module__XH_P7q__skeletonBox,.categoryCard-module__XH_P7q__skeletonLine,.categoryCard-module__XH_P7q__skeletonLineShorter,.categoryCard-module__XH_P7q__skeletonSubcategories,.categoryCard-module__XH_P7q__skeletonSubcategoryItem{background-color:#e0e0e0;border-radius:4px;animation:1.5s ease-in-out infinite categoryCard-module__XH_P7q__pulse}.categoryCard-module__XH_P7q__skeletonBox{width:150px;height:90px;margin:0 auto 12px}.categoryCard-module__XH_P7q__skeletonLine{width:80%;height:18px;margin:0 auto 6px}.categoryCard-module__XH_P7q__skeletonLineShorter{width:60%}.categoryCard-module__XH_P7q__skeletonSubcategories{opacity:.7;padding:20px 16px;position:absolute;top:0;bottom:0;left:0;right:0}.categoryCard-module__XH_P7q__skeletonSubcategoryItem{border-radius:4px;width:100%;height:20px;margin-bottom:8px}@keyframes categoryCard-module__XH_P7q__pulse{0%,to{background-color:#e0e0e0}50%{background-color:#f0f0f0}}
.filtersDrawer-module__nExJoq__overlay{opacity:0;pointer-events:none;z-index:999;background:rgba(0,0,0,.3);transition:opacity .3s;position:fixed;top:0;bottom:0;left:0;right:0}.filtersDrawer-module__nExJoq__overlay.filtersDrawer-module__nExJoq__open{opacity:1;pointer-events:auto}.filtersDrawer-module__nExJoq__drawer{background:var(--pastel-green,#f8fff9);z-index:1000;box-sizing:border-box;border-radius:16px 0 0 16px;flex-direction:column;width:498px;max-width:100%;height:100vh;padding:24px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px rgba(0,0,0,.12)}.filtersDrawer-module__nExJoq__drawer.filtersDrawer-module__nExJoq__open{transform:translate(0)}.filtersDrawer-module__nExJoq__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.filtersDrawer-module__nExJoq__title{color:#0f2a20;margin:0;font-size:20px;font-weight:500}.filtersDrawer-module__nExJoq__closeBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.filtersDrawer-module__nExJoq__content{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:20px;display:flex;overflow-y:auto}.filtersDrawer-module__nExJoq__content::-webkit-scrollbar{width:0;height:0}.filtersDrawer-module__nExJoq__accordion{box-sizing:border-box;background:#fff;border-radius:12px;padding:12px}.filtersDrawer-module__nExJoq__accordionHeader{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;justify-content:space-between;align-items:center;margin:0;padding:12px;display:flex}.filtersDrawer-module__nExJoq__accordionHeader h3{color:#0f2a20;margin:0;font-size:18px;font-weight:600}.filtersDrawer-module__nExJoq__accordionArrow{flex-shrink:0;transition:transform .3s}.filtersDrawer-module__nExJoq__accordionHeader[aria-expanded=true] .filtersDrawer-module__nExJoq__accordionArrow,.filtersDrawer-module__nExJoq__drawer.filtersDrawer-module__nExJoq__open .filtersDrawer-module__nExJoq__accordionArrow{transform:rotate(180deg)}.filtersDrawer-module__nExJoq__accordionContent{margin-top:8px;margin-bottom:8px;animation:.35s ease-out filtersDrawer-module__nExJoq__fadeSlide}@keyframes filtersDrawer-module__nExJoq__fadeSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filtersDrawer-module__nExJoq__priceInputs{gap:12px;max-width:402px;margin:0 12px;display:flex}.filtersDrawer-module__nExJoq__priceInputs input{box-sizing:border-box;border:1.5px solid #ddd;border-radius:12px;flex:1;width:100%;min-width:0;padding:14px 16px;font-size:16px;transition:all .2s}.filtersDrawer-module__nExJoq__priceInputs input:focus{border-color:#0f2a20;outline:none;box-shadow:0 0 0 3px rgba(15,42,32,.1)}.filtersDrawer-module__nExJoq__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.filtersDrawer-module__nExJoq__checkboxLabel{cursor:pointer;color:#0f2a20;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:400;transition:background .2s;display:flex}.filtersDrawer-module__nExJoq__checkboxLabel:hover{background:rgba(15,42,32,.05)}.filtersDrawer-module__nExJoq__checkboxLabel input{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;cursor:pointer;border:2px solid #0f2a20;border-radius:2px;flex-shrink:0;width:20px;height:20px;transition:all .2s;position:relative}.filtersDrawer-module__nExJoq__checkboxLabel input:checked{background:#0f2a20}.filtersDrawer-module__nExJoq__checkboxLabel input:checked:after{content:"";border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:6px;height:11px;position:absolute;left:4px;transform:rotate(45deg)}.filtersDrawer-module__nExJoq__loading,.filtersDrawer-module__nExJoq__empty{color:#666;text-align:center;padding:20px 0;font-style:italic}.filtersDrawer-module__nExJoq__footer{gap:16px;margin-top:20px;display:flex}.filtersDrawer-module__nExJoq__resetBtn,.filtersDrawer-module__nExJoq__applyBtn{cursor:pointer;border-radius:6px;flex:1;min-width:0;height:42px;font-size:14px;font-weight:600;transition:all .2s}.filtersDrawer-module__nExJoq__resetBtn{color:#022f29;background-color:#fff;border:1px solid #022f29}.filtersDrawer-module__nExJoq__applyBtn{color:#fff;background:#0f2a20;border:none}.filtersDrawer-module__nExJoq__applyBtn:hover{background:#1a4731}.filtersDrawer-module__nExJoq__applyBtn:disabled,.filtersDrawer-module__nExJoq__resetBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:520px){.filtersDrawer-module__nExJoq__drawer{border-radius:0;width:100%;padding:20px 16px}.filtersDrawer-module__nExJoq__accordion{padding:20px 16px}.filtersDrawer-module__nExJoq__priceInputs{flex-direction:column;gap:12px}.filtersDrawer-module__nExJoq__priceInputs input{width:100%;min-width:100%}.filtersDrawer-module__nExJoq__content{padding-right:4px}.filtersDrawer-module__nExJoq__footer{gap:12px}}@media (max-width:360px){.filtersDrawer-module__nExJoq__drawer,.filtersDrawer-module__nExJoq__accordion{padding:16px 12px}.filtersDrawer-module__nExJoq__priceInputs input{padding:12px 14px;font-size:14px}.filtersDrawer-module__nExJoq__footer{flex-direction:column}}
.catalog-module__ZyI-Aq__container{min-height:100vh;font-family:var(--font-family);box-sizing:border-box;background-color:var(--background);color:var(--foreground);padding:20px 130px}.catalog-module__ZyI-Aq__title{color:var(--green-primary);margin-bottom:20px;font-size:28px;font-weight:700}.catalog-module__ZyI-Aq__categoryCount{color:var(--text-muted);margin-left:8px;font-size:16px;font-weight:400}.catalog-module__ZyI-Aq__categoryGrid{grid-template-columns:repeat(5,1fr);gap:28px;width:100%;display:grid}.catalog-module__ZyI-Aq__productGrid{grid-template-columns:repeat(4,1fr);align-items:start;justify-items:center;gap:16px;display:grid}.catalog-module__ZyI-Aq__error{color:var(--red);margin-top:20px}.catalog-module__ZyI-Aq__skeletonCard{background:var(--background);box-shadow:0 3px 8px var(--green-primary-30);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:16px;display:flex}.catalog-module__ZyI-Aq__skeletonImage,.catalog-module__ZyI-Aq__skeletonText,.catalog-module__ZyI-Aq__skeletonLine{background:linear-gradient(90deg,#f6f6f6 25%,#eaeaea 50%,#f6f6f6 75%) 0 0/200% 100%;animation:1.5s infinite catalog-module__ZyI-Aq__loading}.catalog-module__ZyI-Aq__skeletonImage{border-radius:8px;width:150px;height:90px;margin-bottom:12px}.catalog-module__ZyI-Aq__skeletonText{border-radius:4px;width:120px;height:16px}.catalog-module__ZyI-Aq__skeletonSubcategory{flex-direction:column;gap:6px;width:100%;display:flex}.catalog-module__ZyI-Aq__skeletonLine{border-radius:3px;width:100%;height:12px}.catalog-module__ZyI-Aq__skeletonLine:nth-child(2){width:80%}.catalog-module__ZyI-Aq__skeletonLine:nth-child(3){width:60%}.catalog-module__ZyI-Aq__skeletonBreadcrumbWrapper{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px;padding:16px 0;display:flex}.catalog-module__ZyI-Aq__skeletonBreadcrumb,.catalog-module__ZyI-Aq__skeletonBreadcrumbShort{background:#e0e0e0;border-radius:4px;height:20px;animation:1.5s ease-in-out infinite catalog-module__ZyI-Aq__pulse}.catalog-module__ZyI-Aq__skeletonBreadcrumb{width:100px}.catalog-module__ZyI-Aq__skeletonBreadcrumbShort{width:60px}@keyframes catalog-module__ZyI-Aq__loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes catalog-module__ZyI-Aq__pulse{0%,to{background-color:#e0e0e0}50%{background-color:#f0f0f0}}.catalog-module__ZyI-Aq__mobileTopBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;background:rgba(255,255,255,.75);align-items:center;gap:12px;width:100vw;height:70px;margin-left:calc(50% - 50vw);padding:0 20px;display:flex;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 12px rgba(0,0,0,.05)}.catalog-module__ZyI-Aq__mobileBackBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.catalog-module__ZyI-Aq__mobileTopTitle{color:var(--green-primary);font-size:16px;font-weight:600}.catalog-module__ZyI-Aq__mobileBreadcrumbsWrapper{box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.catalog-module__ZyI-Aq__mobileBreadcrumbsWrapper::-webkit-scrollbar{display:none}.catalog-module__ZyI-Aq__mobileSearchWrapper{background:var(--background);padding:16px 0}.catalog-module__ZyI-Aq__mobileSearchWrapper .ant-input-affix-wrapper{border:2px solid var(--green-primary);border-radius:6px;align-items:center;height:44px;margin-bottom:8px;font-size:15px;display:flex}.catalog-module__ZyI-Aq__mobileSearchWrapper .ant-input{color:var(--green-primary);font-size:15px}.catalog-module__ZyI-Aq__mobileSearchWrapper .ant-input::placeholder{color:var(--gray-green)}.catalog-module__ZyI-Aq__mobileActionsContainer{gap:12px;width:100%;margin-bottom:16px;display:flex;position:relative}.catalog-module__ZyI-Aq__filterContainer{align-items:center;gap:12px;max-height:40px;margin-bottom:16px;display:flex}.catalog-module__ZyI-Aq__filterBtn{color:#022f29;cursor:pointer;background-color:#fff;border:1px solid #98a4a3;border-radius:4px;align-items:center;gap:4px;max-height:40px;padding:10px 8px;font-size:14px;transition:all .2s;display:flex}.catalog-module__ZyI-Aq__filterBtn:hover,.catalog-module__ZyI-Aq__mobileFilterBtn:hover{background-color:var(--pastel-green);border-color:#98a4a3}.catalog-module__ZyI-Aq__filterBtn.catalog-module__ZyI-Aq__active{background-color:var(--pastel-green);border-color:var(--green-primary)}.catalog-module__ZyI-Aq__filterIcon{opacity:.7}.catalog-module__ZyI-Aq__mobileFilterBtn{color:#333;cursor:pointer;background-color:#fff;border:1px solid #98a4a3;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:16px;transition:all .2s;display:flex}.catalog-module__ZyI-Aq__brandsDropdown{display:inline-block;position:relative}.catalog-module__ZyI-Aq__brandsDropdownContent{z-index:1000;background-color:#fff;border:1px solid #98a4a3;border-radius:4px;min-width:254px;max-height:320px;margin-top:8px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.1)}.catalog-module__ZyI-Aq__brandsList{flex-direction:column;gap:8px;padding:12px;display:flex}.catalog-module__ZyI-Aq__brandCheckbox{cursor:pointer;border-radius:4px;align-items:center;gap:8px;padding:6px 8px;font-size:14px;transition:background-color .2s;display:flex}.catalog-module__ZyI-Aq__brandCheckbox:hover{background-color:rgba(2,47,41,.05)}.catalog-module__ZyI-Aq__brandCheckbox input[type=checkbox]{cursor:pointer;border:1px solid #98a4a3;border-radius:3px;flex-shrink:0;width:16px;height:16px;margin:0}.catalog-module__ZyI-Aq__brandCheckbox input[type=checkbox]:checked{accent-color:#022f29;background-color:#022f29;border-color:#022f29}.catalog-module__ZyI-Aq__brandCheckboxText{color:#022f29;flex:1;font-size:14px}.catalog-module__ZyI-Aq__dropdownArrow{transition:transform .2s}.catalog-module__ZyI-Aq__brandsLoading,.catalog-module__ZyI-Aq__brandsEmpty{text-align:center;color:#666;padding:16px;font-size:14px}.catalog-module__ZyI-Aq__sortWrapper{flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0;display:flex}.catalog-module__ZyI-Aq__sortLabel{color:#0d2e29;font-weight:500}.catalog-module__ZyI-Aq__sortButtons{align-items:center;gap:12px;margin-bottom:20px;display:flex}.catalog-module__ZyI-Aq__sortBtn{cursor:pointer;color:#0d2e29;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex}.catalog-module__ZyI-Aq__sortBtn:hover{color:#0d2e29;text-decoration:none}.catalog-module__ZyI-Aq__sortActive{color:#0d2e29;font-weight:600;text-decoration:none}.catalog-module__ZyI-Aq__sortIcon{opacity:.7;background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:inline-block}.catalog-module__ZyI-Aq__mobileSortContainer{display:inline-block;position:relative}.catalog-module__ZyI-Aq__mobileSortMainBtn{color:#333;cursor:pointer;background-color:#fff;border:1px solid #98a4a3;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:16px;transition:all .2s;display:flex}.catalog-module__ZyI-Aq__mobileSortDropdown{z-index:2;background:#fff;border:1px solid #98a4a3;border-radius:4px;width:90%;animation:.15s catalog-module__ZyI-Aq__fadeInScale;position:absolute;overflow:hidden}.catalog-module__ZyI-Aq__mobileSortDropdown button{text-align:left;cursor:pointer;color:#022f29;background:0 0;border:none;width:100%;padding:12px;font-size:15px}.catalog-module__ZyI-Aq__mobileSortDropdown button:hover{background:#f4f4f7}@keyframes catalog-module__ZyI-Aq__fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.catalog-module__ZyI-Aq__emptyState{text-align:center;padding:60px 20px}.catalog-module__ZyI-Aq__emptyTitle{color:#0d2e29;margin-bottom:16px;font-size:28px;font-weight:600}.catalog-module__ZyI-Aq__emptyText{color:#0d2e29;margin-bottom:32px;font-size:18px;line-height:1.5}.catalog-module__ZyI-Aq__emptyButton{color:#fff;cursor:pointer;background-color:#0d2e29;border:none;border-radius:10px;padding:14px 28px;font-size:16px;font-weight:500;transition:background-color .3s}.catalog-module__ZyI-Aq__emptyButton:hover{background-color:#134139}.catalog-module__ZyI-Aq__loaderAnimationWrapper{justify-content:center;align-items:center;width:100%;padding:80px 0;display:flex}.catalog-module__ZyI-Aq__loaderSvg{width:180px;height:auto}.catalog-module__ZyI-Aq__initialLoaderContainer{justify-content:center;width:100%;display:flex}.catalog-module__ZyI-Aq__customLoaderWrapper{justify-content:center;padding:50px 0;display:flex}@media (max-width:1279px){.catalog-module__ZyI-Aq__container{padding:20px 40px}.catalog-module__ZyI-Aq__categoryGrid,.catalog-module__ZyI-Aq__productGrid{grid-template-columns:repeat(3,1fr);gap:20px}.catalog-module__ZyI-Aq__title{margin-bottom:24px;font-size:24px}.catalog-module__ZyI-Aq__skeletonImage{width:130px;height:80px}.catalog-module__ZyI-Aq__skeletonText{width:110px;height:15px}.catalog-module__ZyI-Aq__skeletonCard{min-height:180px}}@media (max-width:991px){.catalog-module__ZyI-Aq__productGrid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (max-width:767px){.catalog-module__ZyI-Aq__container{padding:0 20px 80px}.catalog-module__ZyI-Aq__title{display:none}.catalog-module__ZyI-Aq__categoryGrid{grid-template-columns:repeat(2,1fr);gap:16px}.catalog-module__ZyI-Aq__productGrid{grid-template-columns:1fr}.catalog-module__ZyI-Aq__categoryCount{margin-top:4px;margin-left:0;font-size:14px}}@media (max-width:600px){.catalog-module__ZyI-Aq__productGrid{gap:16px}}@media (max-width:374px){.catalog-module__ZyI-Aq__container{padding:14px 16px 80px}.catalog-module__ZyI-Aq__categoryGrid{grid-template-columns:1fr;gap:14px}.catalog-module__ZyI-Aq__skeletonImage{width:100px;height:60px}.catalog-module__ZyI-Aq__skeletonText{width:90px;height:14px}}.catalog-module__ZyI-Aq__sortIcon.catalog-module__ZyI-Aq__default{background-image:url(/icons/switch-off-vertical.svg)}.catalog-module__ZyI-Aq__sortIcon.catalog-module__ZyI-Aq__asc,.catalog-module__ZyI-Aq__sortIcon.catalog-module__ZyI-Aq__desc{background-image:url(/icons/switch-vertical.svg)}.catalog-module__ZyI-Aq__mobileSortBackdrop{z-index:2;background:rgba(0,0,0,.45);position:fixed;top:0;bottom:0;left:0;right:0}.catalog-module__ZyI-Aq__mobileSortSheet{z-index:3;background:#fff;border-radius:20px 20px 0 0;padding:24px;animation:.25s catalog-module__ZyI-Aq__slideUp;position:fixed;bottom:66px;left:0;right:0}.catalog-module__ZyI-Aq__mobileSortHandle{background:#cfcfcf;border-radius:3px;width:42px;height:5px;margin:0 auto 18px}.catalog-module__ZyI-Aq__mobileSortTitle{color:#0d2e29;margin-bottom:24px;font-size:20px;font-weight:600}.catalog-module__ZyI-Aq__mobileSortOptions{flex-direction:column;gap:20px;margin-bottom:28px;display:flex}.catalog-module__ZyI-Aq__mobileOption{color:#0d2e29;align-items:center;gap:12px;font-size:17px;display:flex}.catalog-module__ZyI-Aq__mobileOption input{width:20px;height:20px}.catalog-module__ZyI-Aq__mobileApplyBtn{background:var(--green-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:background .2s}.catalog-module__ZyI-Aq__mobileApplyBtn:hover{background:#0b271f}@keyframes catalog-module__ZyI-Aq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.emptyState-module__Gz9GUW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;display:flex}.emptyState-module__Gz9GUW__emptyIcon{opacity:.6;margin-bottom:24px}.emptyState-module__Gz9GUW__emptyTitle{color:#0f2a20;margin:0 0 24px;font-size:24px;font-weight:600;line-height:1.4}.emptyState-module__Gz9GUW__emptyDescription{color:#666;white-space:pre-line;margin:0 0 32px;font-size:16px;line-height:1.5}.emptyState-module__Gz9GUW__emptyButton{color:#fff;cursor:pointer;background:#0f2a20;border:none;border-radius:6px;padding:14px 28px;font-size:14px;font-weight:600;transition:all .2s}.emptyState-module__Gz9GUW__emptyButton:hover{background:#1a4731}@media (max-width:767px){.emptyState-module__Gz9GUW__emptyState{padding:40px 16px}.emptyState-module__Gz9GUW__emptyTitle{font-size:18px}.emptyState-module__Gz9GUW__emptyDescription{font-size:14px}.emptyState-module__Gz9GUW__emptyButton{width:100%;max-width:280px}}
.filterChips-module__yg0rnG__desktopContainer{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px;display:flex}.filterChips-module__yg0rnG__mobileContainer{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.filterChips-module__yg0rnG__chip{background:var(--pastel-green);color:#022f29;border:1px solid transparent;border-radius:100px;align-items:center;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:7px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.filterChips-module__yg0rnG__chip.filterChips-module__yg0rnG__mobile{padding:6px 10px;font-size:13px}.filterChips-module__yg0rnG__chipText{white-space:nowrap}.filterChips-module__yg0rnG__chipClose{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;padding:2px;font-size:16px;font-weight:600;line-height:1;transition:background-color .2s;display:flex}.filterChips-module__yg0rnG__chipClose:hover{background-color:rgba(2,47,41,.1)}.filterChips-module__yg0rnG__chipArrow{cursor:pointer;padding:2px;font-size:14px;font-weight:700;transition:transform .2s}.filterChips-module__yg0rnG__chipArrow:hover{transform:scale(1.1)}@media (max-width:767px){.filterChips-module__yg0rnG__desktopContainer,.filterChips-module__yg0rnG__mobileContainer{gap:6px}.filterChips-module__yg0rnG__chip{padding:6px 10px;font-size:13px}}@media (max-width:374px){.filterChips-module__yg0rnG__desktopContainer,.filterChips-module__yg0rnG__mobileContainer{gap:4px}.filterChips-module__yg0rnG__chip.filterChips-module__yg0rnG__mobile{padding:5px 8px;font-size:12px}.filterChips-module__yg0rnG__chipClose{width:14px;height:14px;font-size:14px}}.filterChips-module__yg0rnG__closeIcon{pointer-events:none;width:16px;height:16px}
.productCard-module__eCRBCq__productCard{cursor:pointer;background:#f9f9f9;border-radius:6px;flex-direction:column;width:270px;max-width:400px;height:389px;padding:8px 12px 16px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.04)}.productCard-module__eCRBCq__productCard:hover{box-shadow:0 6px 16px var(--green-primary-30);transform:translateY(-2px)}.productCard-module__eCRBCq__imageWrapper{touch-action:pan-y;border-radius:16px;justify-content:center;align-items:center;height:50%;margin-bottom:8px;display:flex;position:relative;overflow:hidden}.productCard-module__eCRBCq__productImage{object-fit:contain;opacity:1;width:100%;max-width:260px;height:100%;transition:transform .5s,opacity .3s;transform:scale(.7)}.productCard-module__eCRBCq__imagePagination{z-index:2;align-items:center;gap:4px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.productCard-module__eCRBCq__dot{cursor:pointer;background-color:rgba(0,0,0,.3);border-radius:50%;width:4px;height:4px;transition:all .25s}.productCard-module__eCRBCq__activeDot{background-color:var(--green-primary);border-radius:2px;width:8px;height:4px}.productCard-module__eCRBCq__article{color:var(--text-muted);margin-bottom:4px;font-size:12px;font-weight:400}.productCard-module__eCRBCq__name{color:var(--green-primary);line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:18px;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.productCard-module__eCRBCq__priceRow{justify-content:space-between;align-items:flex-end;gap:10px;margin-top:auto;display:flex}.productCard-module__eCRBCq__priceBlock{flex-direction:column;justify-content:center;min-height:52px;display:flex}.productCard-module__eCRBCq__price{color:var(--green-primary);margin:0;font-size:20px;font-weight:500;line-height:1.2}.productCard-module__eCRBCq__oldPrice{color:var(--gray-green);margin-top:4px;font-size:14px;font-weight:400;text-decoration:line-through}.productCard-module__eCRBCq__addButton{background-color:var(--button-primary-bg);color:#fff;cursor:pointer;white-space:nowrap;text-align:center;border:none;border-radius:6px;min-width:125px;height:52px;padding:12px 20px;font-size:14px;font-weight:600;transition:background-color .3s}.productCard-module__eCRBCq__addButton:hover{background-color:var(--button-primary-hover)}.productCard-module__eCRBCq__addIconButton{background-color:var(--button-primary-bg);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;padding:12px;transition:background-color .3s;display:flex}.productCard-module__eCRBCq__addIconButton:hover{background-color:var(--button-primary-hover)}@keyframes productCard-module__eCRBCq__pulse{0%{opacity:1}50%{opacity:.55}to{opacity:1}}.productCard-module__eCRBCq__skeletonCard{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.productCard-module__eCRBCq__skeletonBox,.productCard-module__eCRBCq__skeletonLine,.productCard-module__eCRBCq__skeletonLineWide,.productCard-module__eCRBCq__skeletonLineHalf,.productCard-module__eCRBCq__skeletonLineSmall,.productCard-module__eCRBCq__skeletonLineShort,.productCard-module__eCRBCq__skeletonLineShorter,.productCard-module__eCRBCq__skeletonButton{will-change:opacity;background-color:#e0e0e0;border-radius:4px;animation:1.5s ease-in-out infinite productCard-module__eCRBCq__pulse}.productCard-module__eCRBCq__skeletonBox{width:100%;height:100%;min-height:180px}.productCard-module__eCRBCq__skeletonLineShort{width:65%;height:16px;margin-bottom:4px}.productCard-module__eCRBCq__skeletonLineWide{width:100%;height:20px;margin-bottom:6px}.productCard-module__eCRBCq__skeletonLineShorter{width:82%;margin-bottom:16px}.productCard-module__eCRBCq__skeletonLineHalf{width:70%;height:24px;margin-bottom:4px}.productCard-module__eCRBCq__skeletonLineSmall{width:50%;height:16px}.productCard-module__eCRBCq__skeletonButton{border-radius:6px;min-width:125px;height:52px}.productCard-module__eCRBCq__skeletonDot{pointer-events:none;will-change:opacity;background-color:#e0e0e0;animation:1.5s ease-in-out infinite productCard-module__eCRBCq__pulse}.productCard-module__eCRBCq__activeDot.productCard-module__eCRBCq__skeletonDot{background-color:silver}@media (max-width:1279px){.productCard-module__eCRBCq__productCard{width:270px;height:389px;padding:20px 12px}.productCard-module__eCRBCq__productImage{max-width:200px;transform:scale(.7)}.productCard-module__eCRBCq__name{margin-bottom:12px;font-size:16px;line-height:1.2}.productCard-module__eCRBCq__price{font-size:18px}.productCard-module__eCRBCq__addButton,.productCard-module__eCRBCq__addIconButton,.productCard-module__eCRBCq__skeletonButton{min-width:110px;height:48px;font-size:14px}.productCard-module__eCRBCq__addIconButton{width:48px;min-width:48px}.productCard-module__eCRBCq__productCard:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.04)}}@media (max-width:767px){.productCard-module__eCRBCq__productCard{width:335px;height:389px;margin:0 auto;padding:16px}.productCard-module__eCRBCq__productImage{max-width:220px;transform:scale(.8)}.productCard-module__eCRBCq__name{line-clamp:2;font-size:15px;line-height:1.2}.productCard-module__eCRBCq__priceRow{flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.productCard-module__eCRBCq__addButton,.productCard-module__eCRBCq__addIconButton,.productCard-module__eCRBCq__skeletonButton{width:auto;min-width:100px;height:46px;padding:8px 18px;font-size:14px}.productCard-module__eCRBCq__addIconButton{width:46px;min-width:46px;padding:8px}}@media (max-width:374px){.productCard-module__eCRBCq__productCard{width:100%;max-width:335px;min-height:320px;margin:0 auto;padding:12px}.productCard-module__eCRBCq__productImage{max-width:150px;transform:scale(.8)}.productCard-module__eCRBCq__name{font-size:14px;line-height:1.2}.productCard-module__eCRBCq__price{font-size:16px}.productCard-module__eCRBCq__addButton,.productCard-module__eCRBCq__addIconButton,.productCard-module__eCRBCq__skeletonButton{min-width:90px;height:42px;padding:8px 16px;font-size:13px}.productCard-module__eCRBCq__addIconButton{width:42px;min-width:42px;padding:8px}}
.CategorySkeleton-module___P4ega__skeletonCard{background:#fff;border-radius:12px;flex-direction:column;gap:8px;width:100%;min-height:160px;padding:16px;animation:1.5s ease-in-out infinite CategorySkeleton-module___P4ega__pulse;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.05)}.CategorySkeleton-module___P4ega__skeletonImage{background:#e5e7eb;border-radius:8px;width:100%;height:120px}.CategorySkeleton-module___P4ega__skeletonLine{background:#e5e7eb;border-radius:4px;width:80%;height:16px;margin:0 auto}.CategorySkeleton-module___P4ega__skeletonLineShort{background:#e5e7eb;border-radius:4px;width:60%;height:14px;margin:0 auto}@keyframes CategorySkeleton-module___P4ega__pulse{0%,to{opacity:1}50%{opacity:.6}}
.RecentViewed-module__lJS0lq__container{font-family:var(--font-family);color:var(--foreground);padding:40px 130px;position:relative}.RecentViewed-module__lJS0lq__title{margin-bottom:20px;font-size:18px;font-weight:600}.RecentViewed-module__lJS0lq__carousel{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:32px;padding:8px 0;display:flex;overflow-x:auto}.RecentViewed-module__lJS0lq__carousel::-webkit-scrollbar{display:none}.RecentViewed-module__lJS0lq__cardWrapper{flex:none}.RecentViewed-module__lJS0lq__arrow{z-index:10;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.RecentViewed-module__lJS0lq__arrow:hover{opacity:.8}.RecentViewed-module__lJS0lq__arrow img{object-fit:contain;width:36px;height:36px}.RecentViewed-module__lJS0lq__arrowLeft{left:88px}.RecentViewed-module__lJS0lq__arrowRight{right:88px}@media (max-width:1279px){.RecentViewed-module__lJS0lq__container{padding:20px}.RecentViewed-module__lJS0lq__arrowLeft,.RecentViewed-module__lJS0lq__arrowRight{display:none}.RecentViewed-module__lJS0lq__arrow{width:40px;height:40px}}@media (max-width:1023px){.RecentViewed-module__lJS0lq__container{padding:40px 20px}.RecentViewed-module__lJS0lq__arrowLeft{left:-46px}.RecentViewed-module__lJS0lq__arrowRight{right:-46px}.RecentViewed-module__lJS0lq__title{font-size:17px}}@media (max-width:767px){.RecentViewed-module__lJS0lq__container{padding:32px 20px 160px}.RecentViewed-module__lJS0lq__title{margin-bottom:16px;font-size:16px}.RecentViewed-module__lJS0lq__carousel{gap:32px;padding:6px 0}.RecentViewed-module__lJS0lq__arrow{display:none}}@media (max-width:480px){.RecentViewed-module__lJS0lq__container{margin-bottom:160px;padding:28px 16px}.RecentViewed-module__lJS0lq__title{margin-bottom:14px;font-size:15px}.RecentViewed-module__lJS0lq__carousel{gap:32px}}@media (max-width:360px){.RecentViewed-module__lJS0lq__container{margin-bottom:160px;padding:20px}.RecentViewed-module__lJS0lq__title{font-size:14px}}
.BreadcrumbSkeleton-module__QWa6xq__skeletonBreadcrumbWrapper{align-items:center;gap:8px;padding:16px 0;display:flex}.BreadcrumbSkeleton-module__QWa6xq__skeletonBreadcrumb,.BreadcrumbSkeleton-module__QWa6xq__skeletonBreadcrumbShort{background:#e5e7eb;border-radius:4px;height:20px;animation:1.5s ease-in-out infinite BreadcrumbSkeleton-module__QWa6xq__pulse}.BreadcrumbSkeleton-module__QWa6xq__skeletonBreadcrumb{width:100px}.BreadcrumbSkeleton-module__QWa6xq__skeletonBreadcrumbShort{width:60px}@keyframes BreadcrumbSkeleton-module__QWa6xq__pulse{0%,to{opacity:1}50%{opacity:.6}}
.searchBar-module__MUwKlG__search{flex:1;align-items:center;min-width:200px;max-width:535px;margin-left:24px;display:flex;position:relative}.searchBar-module__MUwKlG__search .ant-input-affix-wrapper{border:1px solid var(--green-primary);border-radius:6px;align-items:center;width:100%;height:44px;transition:border-color .2s;display:flex}.searchBar-module__MUwKlG__search .ant-input-affix-wrapper:hover{border-color:var(--green-primary-60)}.searchBar-module__MUwKlG__search .ant-input-affix-wrapper:focus-within{border-color:var(--green-primary-60)}.searchBar-module__MUwKlG__search .ant-input{font-size:16px;font-family:var(--font-family)}.searchBar-module__MUwKlG__search input{border-radius:8px}.searchBar-module__MUwKlG__searchResults{z-index:1000;background:#fff;border-radius:8px;width:100%;padding:12px 8px;animation:.2s searchBar-module__MUwKlG__fadeIn;position:absolute;top:52px;left:0;overflow:hidden;box-shadow:0 4px 25px rgba(0,0,0,.12)}@keyframes searchBar-module__MUwKlG__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.searchBar-module__MUwKlG__searchItem{cursor:pointer;align-items:flex-start;gap:12px;padding:8px;transition:background .2s;display:flex}.searchBar-module__MUwKlG__searchItemInfo{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;display:flex}.searchBar-module__MUwKlG__searchItemInfo>div{color:#022f29;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:400;line-height:1.2;overflow:hidden}.searchBar-module__MUwKlG__searchItemInfo .searchBar-module__MUwKlG__highlight{color:inherit;background:0 0;font-size:15px;font-weight:700;line-height:1.2}.searchBar-module__MUwKlG__searchItemInfo small{color:#9a9a9a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.2;overflow:hidden}.searchBar-module__MUwKlG__price{white-space:nowrap;color:#022f29;align-self:flex-start;margin-top:0;font-size:15px;font-weight:600;line-height:1.2}.searchBar-module__MUwKlG__searchSection{padding:4px 0 8px}.searchBar-module__MUwKlG__searchSection h4{color:#555;padding:0 8px;font-size:14px;font-weight:600}.searchBar-module__MUwKlG__searchSection ul{margin:0;padding:0;list-style:none}.searchBar-module__MUwKlG__searchSection li:hover{background:#f5f8f7;border-radius:8px}.searchBar-module__MUwKlG__searchSection li img{align-self:flex-start;max-width:64px;max-height:64px;margin-top:0;margin-right:16px;transform:scale(.9)}.searchBar-module__MUwKlG__searchSection li span{color:#1a1a1a;flex:1;font-size:15px}.searchBar-module__MUwKlG__searchSection li span strong{color:#022f29;font-weight:700}.searchBar-module__MUwKlG__searchSection li small{color:#9a9a9a;margin-top:2px;font-size:13px;display:block}.searchBar-module__MUwKlG__searchLoading,.searchBar-module__MUwKlG__searchEmpty{color:#555;justify-content:center;align-items:center;padding:20px;font-size:14px;display:flex}@media (max-width:1024px){.searchBar-module__MUwKlG__search{max-width:420px;margin-left:20px}.searchBar-module__MUwKlG__searchResults{padding:10px}.searchBar-module__MUwKlG__searchSection li img{max-width:56px;max-height:56px}}@media (max-width:768px){.searchBar-module__MUwKlG__search{min-width:160px;max-width:100%;margin-left:12px}.searchBar-module__MUwKlG__search .ant-input-affix-wrapper{justify-content:center;align-items:center;height:40px}.searchBar-module__MUwKlG__searchItem{gap:10px}.searchBar-module__MUwKlG__searchSection li img{max-width:48px;max-height:48px;margin-right:12px}.searchBar-module__MUwKlG__searchResults{padding:10px;top:46px}.searchBar-module__MUwKlG__searchLoading,.searchBar-module__MUwKlG__searchEmpty{padding:16px}}@media (max-width:480px){.searchBar-module__MUwKlG__search{min-width:100%;margin-left:0}.searchBar-module__MUwKlG__search .ant-input{font-size:14px}.searchBar-module__MUwKlG__searchResults{border-radius:10px;padding:8px}.searchBar-module__MUwKlG__searchItemInfo>div,.searchBar-module__MUwKlG__searchItemInfo .searchBar-module__MUwKlG__highlight{font-size:14px}.searchBar-module__MUwKlG__searchItemInfo small{font-size:12px}.searchBar-module__MUwKlG__searchSection li img{max-width:40px;max-height:40px}.searchBar-module__MUwKlG__price{font-size:14px}.searchBar-module__MUwKlG__searchLoading,.searchBar-module__MUwKlG__searchEmpty{padding:12px;font-size:13px}}
.Footer-module__1I15rq__footer{background:var(--background);border-top:1px solid var(--border-color);color:var(--green-primary);font-family:var(--font-family);margin:0;padding:40px 130px}.Footer-module__1I15rq__container{justify-content:space-between;gap:40px;display:flex}.Footer-module__1I15rq__logo{color:var(--green-primary);flex-direction:column;flex:1;justify-content:flex-start;gap:60px;font-size:28px;font-weight:800;line-height:1.2;display:flex}.Footer-module__1I15rq__columns{flex-wrap:nowrap;flex:3;justify-content:space-between;gap:40px;display:flex}.Footer-module__1I15rq__column{flex:1;min-width:120px}.Footer-module__1I15rq__column h4{color:var(--green-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:14px;font-weight:600}.Footer-module__1I15rq__column ul{margin:0;padding:0;list-style:none}.Footer-module__1I15rq__column li{color:var(--green-primary-60);cursor:pointer;margin-bottom:6px;font-size:14px;line-height:1.4;transition:color .2s,-webkit-text-decoration .2s,text-decoration .2s}.Footer-module__1I15rq__column li:hover{color:var(--green-primary);text-decoration:underline}.Footer-module__1I15rq__column p{margin:0 0 6px}.Footer-module__1I15rq__contactBlock{justify-content:space-between;align-items:center;width:100%;margin-top:24px;display:flex}.Footer-module__1I15rq__contactLeft{flex-direction:column;gap:4px;display:flex}.Footer-module__1I15rq__phone{color:var(--green-primary);margin:0;font-weight:600}.Footer-module__1I15rq__mail{color:var(--green-primary);text-decoration:none;transition:color .2s}.Footer-module__1I15rq__mail:hover{color:var(--green-primary-60)}.Footer-module__1I15rq__social{justify-content:flex-end;align-items:center;gap:12px;display:flex}.Footer-module__1I15rq__social a img{opacity:.8;width:24px;height:24px;transition:opacity .2s}.Footer-module__1I15rq__social a:hover img{opacity:1}.Footer-module__1I15rq__bottom{color:var(--text-muted);text-align:left;margin-top:32px;font-size:13px;font-weight:400}@media (max-width:767px){.Footer-module__1I15rq__footer{display:none}}@media (min-width:768px) and (max-width:1279px){.Footer-module__1I15rq__footer{padding:30px 20px}.Footer-module__1I15rq__logo{font-size:24px}.Footer-module__1I15rq__columns{gap:20px}.Footer-module__1I15rq__column{min-width:100px}.Footer-module__1I15rq__column h4{margin-bottom:8px;font-size:12px}.Footer-module__1I15rq__column li{margin-bottom:4px;font-size:12px}.Footer-module__1I15rq__contactBlock{flex-direction:row;justify-content:space-between;margin-top:20px}.Footer-module__1I15rq__bottom{font-size:12px}}@media (min-width:1280px){.Footer-module__1I15rq__footer{padding:40px 130px}.Footer-module__1I15rq__logo{gap:60px;font-size:28px}.Footer-module__1I15rq__columns{gap:40px}.Footer-module__1I15rq__column{min-width:160px}.Footer-module__1I15rq__column h4{margin-bottom:12px;font-size:13px}.Footer-module__1I15rq__column li{margin-bottom:6px;font-size:13px}.Footer-module__1I15rq__contactBlock{flex-direction:row;justify-content:space-between;margin-top:24px}.Footer-module__1I15rq__bottom{font-size:13px}}
.systemToaster-module__GKc49G__toast{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;will-change:opacity,transform,box-shadow;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;width:min(420px,100% - 24px);padding:16px 20px;transition:opacity .5s ease-out,transform .5s ease-out,box-shadow .3s;display:grid;position:fixed;top:82px;right:24px;transform:translateY(-20px)scale(.95);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.05)}.systemToaster-module__GKc49G__noIcon{grid-template-columns:1fr auto}.systemToaster-module__GKc49G__toastEnter{opacity:1;transform:translateY(0)scale(1);box-shadow:0 25px 30px -5px rgba(0,0,0,.15),0 15px 15px -5px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.08)}.systemToaster-module__GKc49G__toastLeave{opacity:0;transform:scale(.9)}.systemToaster-module__GKc49G__success{color:#145f08;background:#f5fff2;border:1px solid #c7eac1}.systemToaster-module__GKc49G__error{color:#b42318;background:#fff5f5;border:1px solid #ffd1d1}.systemToaster-module__GKc49G__icon{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.systemToaster-module__GKc49G__text{flex-direction:column;gap:4px;display:flex}.systemToaster-module__GKc49G__title{margin:0;font-size:14px;font-weight:700;line-height:18px}.systemToaster-module__GKc49G__description{opacity:.9;margin:0;font-size:13px;font-weight:400;line-height:16px}.systemToaster-module__GKc49G__close{cursor:pointer;background:0 0;border:none;justify-content:center;align-self:flex-start;align-items:center;width:22px;height:22px;padding:0;display:flex}.systemToaster-module__GKc49G__progress{background:rgba(255,255,255,.2);border-radius:3px;height:3px;position:absolute;bottom:0;left:10px;right:10px;overflow:hidden}.systemToaster-module__GKc49G__progressBar{transform-origin:0;width:100%;height:100%;animation-name:systemToaster-module__GKc49G__shrink;animation-timing-function:linear;animation-fill-mode:forwards}.systemToaster-module__GKc49G__success .systemToaster-module__GKc49G__progressBar{background:linear-gradient(90deg,#4caf50,#8bc34a)}.systemToaster-module__GKc49G__error .systemToaster-module__GKc49G__progressBar{background:linear-gradient(90deg,#f04438,#d92d20)}@keyframes systemToaster-module__GKc49G__shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:768px){.systemToaster-module__GKc49G__toast{width:calc(100% - 24px);top:70px;right:12px}}
.addBanner-module__NyBdQG__banner{z-index:1100;color:#145f08;opacity:0;will-change:opacity,transform;background:#f5fff2;border:1px solid #c7eac1;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;width:min(1100px,100% - 24px);padding:14px 16px;transition:opacity .4s,transform .4s;display:grid;position:fixed;top:82px;left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.addBanner-module__NyBdQG__bannerEnter{opacity:1;transform:translate(-50%)translateY(0)}.addBanner-module__NyBdQG__bannerLeave{opacity:0;transform:translate(-50%)translateY(-4px)}.addBanner-module__NyBdQG__icon{border-radius:10px;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.addBanner-module__NyBdQG__text{flex-direction:column;gap:8px;display:flex}.addBanner-module__NyBdQG__addMoreRow{align-items:center;gap:12px;display:flex}.addBanner-module__NyBdQG__addMoreText{color:#145f08;font-size:14px;font-weight:400}.addBanner-module__NyBdQG__title{color:#145f08;margin:0;font-weight:700}.addBanner-module__NyBdQG__subtitle{color:#2f6d23;margin:0;font-size:14px}.addBanner-module__NyBdQG__qty{background:#fff;border:1px solid #98a4a3;border-radius:4px;align-items:center;gap:12px;padding:4px;font-size:14px;font-weight:500;display:inline-flex}.addBanner-module__NyBdQG__qtyBtn{cursor:pointer;background:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:background-color .2s,transform .2s;display:flex}.addBanner-module__NyBdQG__qtyBtn:disabled{opacity:.5;cursor:not-allowed}.addBanner-module__NyBdQG__qtyBtn:hover:not(:disabled){background-color:var(--pastel-green)}.addBanner-module__NyBdQG__qtyValue{text-align:center;color:#022f29;min-width:20px;font-weight:500}.addBanner-module__NyBdQG__close{cursor:pointer;background:0 0;border:none;justify-content:center;align-self:flex-start;align-items:center;width:24px;height:24px;padding:0;display:flex}.addBanner-module__NyBdQG__progress{background:0 0;border-radius:0 0 12px 12px;width:100%;height:4px;position:absolute;bottom:0;left:0;overflow:hidden}.addBanner-module__NyBdQG__progressBar{background:linear-gradient(90deg,#4caf50,#8bc34a);height:100%;transition:width 50ms linear}@media (max-width:768px){.addBanner-module__NyBdQG__banner{grid-template-rows:auto auto auto;grid-template-columns:1fr auto;row-gap:8px;top:70px}.addBanner-module__NyBdQG__icon{display:none}.addBanner-module__NyBdQG__close{position:absolute;top:10px;right:12px}.addBanner-module__NyBdQG__progress{bottom:0}}@media (min-width:769px){.addBanner-module__NyBdQG__icon{display:flex}}
.mobilePriceBar-module__p4M0bq__mobilePriceBar{display:none}@media (max-width:768px){.mobilePriceBar-module__p4M0bq__mobilePriceBar{z-index:999;background:#022f29;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;height:54px;padding:0 20px;display:flex;position:fixed;bottom:65px;left:0;right:0;box-shadow:0 -4px 12px rgba(0,0,0,.1)}.mobilePriceBar-module__p4M0bq__priceLabel{color:#fff;flex-shrink:0;font-size:14px;font-weight:500}.mobilePriceBar-module__p4M0bq__priceValue{color:#fff;text-align:right;flex-shrink:0;margin-left:auto;margin-right:12px;font-size:14px;font-weight:700}.mobilePriceBar-module__p4M0bq__quantityControls{background:#fff;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;gap:12px;max-width:100px;height:28px;margin-right:12px;padding:4px 12px;display:flex}.mobilePriceBar-module__p4M0bq__quantityBtn{color:#98a4a3;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.2rem;line-height:1;transition:background .2s,color .2s;display:flex}.mobilePriceBar-module__p4M0bq__quantityBtn:active{background:#f0f0f0}.mobilePriceBar-module__p4M0bq__quantityBtn img{filter:brightness(0)saturate()invert(60%)sepia(0%)saturate(0%)hue-rotate()brightness(.7)contrast()}.mobilePriceBar-module__p4M0bq__quantityValue{text-align:center;color:#022f29;min-width:24px;font-size:14px;font-weight:500}.mobilePriceBar-module__p4M0bq__cartButton{cursor:pointer;background:#fff;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:38px;transition:background .2s;display:flex}.mobilePriceBar-module__p4M0bq__cartButton:active{background:rgba(255,255,255,.9)}}
.searchPage-module__V3tIcG__searchPage{min-height:100vh;font-family:var(--font-family);box-sizing:border-box;background-color:var(--background);color:var(--foreground);padding:12px 130px}.searchPage-module__V3tIcG__breadcrumbsContainer{margin-bottom:32px}.searchPage-module__V3tIcG__filterContainer{align-items:center;gap:12px;margin-bottom:20px;display:flex}.searchPage-module__V3tIcG__filterBtn{color:#022f29;cursor:pointer;background-color:#fff;border:1px solid #98a4a3;border-radius:4px;align-items:center;gap:8px;max-height:40px;padding:10px 16px;font-size:14px;transition:all .2s;display:flex}.searchPage-module__V3tIcG__filterBtn:hover,.searchPage-module__V3tIcG__mobileFilterBtn:hover{background-color:var(--pastel-green);border-color:#98a4a3}.searchPage-module__V3tIcG__filterBtn.searchPage-module__V3tIcG__active{background-color:var(--pastel-green);border-color:var(--green-primary)}.searchPage-module__V3tIcG__filterIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.searchPage-module__V3tIcG__brandsDropdown{display:inline-block;position:relative}.searchPage-module__V3tIcG__brandsDropdownContent{z-index:1000;background-color:#fff;border:1px solid #98a4a3;border-radius:4px;min-width:254px;max-height:320px;margin-top:8px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.1)}.searchPage-module__V3tIcG__brandsList{flex-direction:column;gap:8px;padding:12px;display:flex}.searchPage-module__V3tIcG__brandCheckbox{cursor:pointer;border-radius:4px;align-items:center;gap:8px;padding:6px 8px;font-size:14px;transition:background-color .2s;display:flex}.searchPage-module__V3tIcG__brandCheckbox:hover{background-color:rgba(2,47,41,.05)}.searchPage-module__V3tIcG__brandCheckbox input[type=checkbox]{cursor:pointer;border:1px solid #98a4a3;border-radius:3px;flex-shrink:0;width:16px;height:16px;margin:0}.searchPage-module__V3tIcG__brandCheckbox input[type=checkbox]:checked{accent-color:#022f29;background-color:#022f29;border-color:#022f29}.searchPage-module__V3tIcG__brandCheckboxText{color:#022f29;flex:1;font-size:14px}.searchPage-module__V3tIcG__brandsLoading,.searchPage-module__V3tIcG__brandsEmpty{text-align:center;color:#98a4a3;padding:16px;font-size:14px}.searchPage-module__V3tIcG__dropdownArrow{flex-shrink:0;transition:transform .2s}.searchPage-module__V3tIcG__filterBtn.searchPage-module__V3tIcG__active .searchPage-module__V3tIcG__dropdownArrow{transform:rotate(180deg)}.searchPage-module__V3tIcG__categoriesGrid{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:12px;margin-top:8px;padding-bottom:20px;display:flex;overflow-x:auto;overflow-y:hidden}.searchPage-module__V3tIcG__categoriesGrid::-webkit-scrollbar{width:0;height:0;display:none}.searchPage-module__V3tIcG__categoriesGrid::-webkit-scrollbar-track{display:none}.searchPage-module__V3tIcG__categoriesGrid::-webkit-scrollbar-thumb{display:none}.searchPage-module__V3tIcG__categoriesGrid::-webkit-scrollbar-thumb:hover{display:none}.searchPage-module__V3tIcG__categoryCard{cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #cfcfcf;border-radius:8px;flex-shrink:0;align-items:center;gap:12px;width:254px;max-height:120px;padding:12px;font-size:16px;transition:all .2s;display:flex}.searchPage-module__V3tIcG__categoryCard:hover{background:var(--pastel-green);box-shadow:0 4px 12px rgba(24,144,255,.1)}.searchPage-module__V3tIcG__categoryImageWrapper{flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.searchPage-module__V3tIcG__categoryInfo{flex-direction:column;flex:1;justify-content:center;gap:4px;min-height:56px;display:flex}.searchPage-module__V3tIcG__categoryName{color:#1a1a1a;text-overflow:ellipsis;white-space:normal;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.searchPage-module__V3tIcG__categoryProductCount{color:#666;flex-shrink:0;margin-top:auto;font-size:12px}.searchPage-module__V3tIcG__searchContent{min-height:400px}.searchPage-module__V3tIcG__loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px;display:flex}.searchPage-module__V3tIcG__resultsCount{color:#666;margin-bottom:20px;font-size:16px}.searchPage-module__V3tIcG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));justify-content:center;gap:20px;margin-bottom:80px;display:grid}.searchPage-module__V3tIcG__pagination{justify-content:center;margin-top:32px;display:flex}.searchPage-module__V3tIcG__noResults{text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.searchPage-module__V3tIcG__noResults h3{color:#1a1a1a;margin-bottom:24px;font-size:24px;font-weight:600}.searchPage-module__V3tIcG__noResults p{margin-bottom:32px;font-weight:400}@media (max-width:1200px){.searchPage-module__V3tIcG__searchPage{padding:12px 60px}.searchPage-module__V3tIcG__filterContainer{padding:0}}@media (max-width:768px){.searchPage-module__V3tIcG__searchPage{padding:0 12px}.searchPage-module__V3tIcG__filterContainer{flex-wrap:wrap;gap:8px;padding:8px 0 16px}.searchPage-module__V3tIcG__filterBtn{padding:8px 12px;font-size:13px}.searchPage-module__V3tIcG__brandsDropdownContent{border-radius:12px 12px 0 0;max-height:50vh;margin:0;position:fixed;top:auto;bottom:0;left:0;right:0}.searchPage-module__V3tIcG__categoriesGrid{gap:12px;padding-bottom:16px}.searchPage-module__V3tIcG__categoryCard{width:280px;min-height:84px}.searchPage-module__V3tIcG__categoryImageWrapper{width:44px;height:44px}.searchPage-module__V3tIcG__categoryName{line-clamp:2;font-size:15px}.searchPage-module__V3tIcG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(335px,1fr));justify-items:center}.searchPage-module__V3tIcG__mobileTopBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;background:rgba(255,255,255,.75);align-items:center;gap:12px;width:100vw;height:70px;margin-left:calc(50% - 50vw);padding:0 20px;display:flex;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 12px rgba(0,0,0,.05)}.searchPage-module__V3tIcG__mobileBackBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.searchPage-module__V3tIcG__mobileTopTitle{color:var(--green-primary);font-size:16px;font-weight:600}.searchPage-module__V3tIcG__filterBtn:hover,.searchPage-module__V3tIcG__mobileFilterBtn:hover{background-color:var(--pastel-green);border-color:#98a4a3}.searchPage-module__V3tIcG__filterBtn.searchPage-module__V3tIcG__active{background-color:var(--pastel-green);border-color:var(--green-primary)}.searchPage-module__V3tIcG__filterIcon{opacity:.7}.searchPage-module__V3tIcG__mobileFilterBtn{color:#333;cursor:pointer;background-color:#fff;border:1px solid #98a4a3;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:16px;transition:all .2s;display:flex}.searchPage-module__V3tIcG__mobileActionsContainer{gap:12px;width:100%;margin-bottom:16px;display:flex;position:relative}.searchPage-module__V3tIcG__mobileSearchWrapper{background:var(--background);padding-bottom:16px}.searchPage-module__V3tIcG__mobileSearchWrapper .ant-input-affix-wrapper{border:2px solid var(--green-primary);border-radius:6px;align-items:center;height:44px;margin-bottom:8px;font-size:15px;display:flex}.searchPage-module__V3tIcG__mobileSearchWrapper .ant-input{color:var(--green-primary);font-size:15px}.searchPage-module__V3tIcG__mobileSearchWrapper .ant-input::placeholder{color:var(--gray-green)}.searchPage-module__V3tIcG__breadcrumbsContainer,.searchPage-module__V3tIcG__mobileResultsInfo{margin-bottom:16px}}@media (max-width:480px){.searchPage-module__V3tIcG__filterContainer{gap:6px}.searchPage-module__V3tIcG__filterBtn{padding:7px 10px;font-size:12px}.searchPage-module__V3tIcG__brandsDropdownContent{max-height:60vh}.searchPage-module__V3tIcG__foundCategories{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.searchPage-module__V3tIcG__categoriesGrid{gap:10px}.searchPage-module__V3tIcG__categoryCard{border:1px solid #98a4a3;width:260px;min-height:80px;padding:14px}.searchPage-module__V3tIcG__categoryImageWrapper{width:40px;height:40px}.searchPage-module__V3tIcG__categoryName{line-clamp:2;font-size:15px}}.searchPage-module__V3tIcG__noResults button{background-color:#022f29;max-width:205px}.searchPage-module__V3tIcG__noResults button span{font-size:14px}.searchPage-module__V3tIcG__noResults button :hover{background-color:#022f29}.searchPage-module__V3tIcG__searchHeader{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:32px;display:flex}.searchPage-module__V3tIcG__searchTitle{color:#022f29;margin:0;font-size:24px;font-weight:600}.searchPage-module__V3tIcG__queryHighlight{color:#022f29;font-weight:700}.searchPage-module__V3tIcG__searchResultsCount{color:#022f29;white-space:nowrap;font-size:14px}@media (max-width:768px){.searchPage-module__V3tIcG__searchHeader{flex-direction:column;align-items:flex-start;gap:8px}.searchPage-module__V3tIcG__searchResultsCount{font-size:15px}}.searchPage-module__V3tIcG__foundCategories{position:relative;overflow:hidden}.searchPage-module__V3tIcG__categoriesGrid{scroll-behavior:smooth;scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.searchPage-module__V3tIcG__categoriesGrid::-webkit-scrollbar{display:none}.searchPage-module__V3tIcG__categoryCard{white-space:nowrap;background:#fff;border:1px solid rgba(2,47,41,.1);border-radius:12px;flex:none;align-items:center;gap:14px;width:254px;padding:14px 18px;font-size:16px;transition:all .2s;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.1)}.searchPage-module__V3tIcG__categoryCardActive{background-color:var(--pastel-green)}.searchPage-module__V3tIcG__scrollArrowLeft,.searchPage-module__V3tIcG__scrollArrowRight{cursor:pointer;z-index:10;background:#e5eae9;border:1px solid rgba(2,47,41,.1);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px rgba(0,0,0,.1)}.searchPage-module__V3tIcG__scrollArrowLeft{left:12px}.searchPage-module__V3tIcG__scrollArrowRight{right:12px}
.checkout-module__6Nj7Kq__container{background:#f5f5f5;min-height:100vh;margin:0 auto;padding:20px}.checkout-module__6Nj7Kq__inputError,.checkout-module__6Nj7Kq__inputError:focus{border-color:#d92d20;box-shadow:inset 0 0 0 1px #d92d20}.checkout-module__6Nj7Kq__requiredErrorText{color:#d92d20;margin-top:6px;font-size:14px;line-height:18px}@media (max-width:520px){.checkout-module__6Nj7Kq__successModal{width:100%;height:auto;padding:28px 16px 18px}.checkout-module__6Nj7Kq__successTitle{font-size:28px}.checkout-module__6Nj7Kq__successSubtitle{font-size:14px}.checkout-module__6Nj7Kq__successOrderBox{padding:14px;font-size:18px}.checkout-module__6Nj7Kq__successSocialText{font-size:14px}.checkout-module__6Nj7Kq__formRow{grid-template-columns:1fr}}.checkout-module__6Nj7Kq__breadcrumbsWrapper{box-sizing:border-box;background:#f9f9f9;padding:20px 130px 0}.checkout-module__6Nj7Kq__breadcrumbLink{color:var(--text-muted);font-size:14px;font-weight:400;font-family:var(--font-family);white-space:nowrap;cursor:pointer;align-items:center;gap:6px;text-decoration:none;transition:color .2s;display:flex}.checkout-module__6Nj7Kq__breadcrumbLink:hover{color:var(--green-primary)}.checkout-module__6Nj7Kq__breadcrumbSeparator{opacity:.5;flex-shrink:0}.checkout-module__6Nj7Kq__breadcrumbCurrent{color:var(--green-primary);font-size:14px;font-weight:500;font-family:var(--font-family);white-space:nowrap}.checkout-module__6Nj7Kq__mobileTopBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;background:rgba(255,255,255,.75);align-items:center;gap:12px;width:100vw;height:70px;margin-left:calc(50% - 50vw);padding:0 20px;display:none;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 12px rgba(0,0,0,.05)}.checkout-module__6Nj7Kq__mobileBackBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.checkout-module__6Nj7Kq__mobileTopTitle{color:var(--green-primary);font-size:16px;font-weight:600}.checkout-module__6Nj7Kq__checkoutLayout{font-family:var(--font-family);box-sizing:border-box;color:var(--foreground);background:#f9f9f9;grid-template-columns:2fr 360px;align-items:start;gap:24px;margin:0 auto;padding:0 130px 80px;display:grid}.checkout-module__6Nj7Kq__mainSection{flex-direction:column;gap:16px;display:flex}.checkout-module__6Nj7Kq__section{background:#fff;border-radius:6px;padding:12px}.checkout-module__6Nj7Kq__sectionTitle{color:#022f29;margin:0 0 16px;font-size:18px;font-weight:600}.checkout-module__6Nj7Kq__itemCount{color:#666;font-size:16px;font-weight:400}.checkout-module__6Nj7Kq__notice{color:#b42318;background:#fdeeef;border:1px solid #f6d1d4;border-radius:6px;align-items:center;gap:12px;margin-bottom:20px;padding:12px 16px;font-size:14px;display:flex}.checkout-module__6Nj7Kq__deliveryInfo{background:0 0;border-radius:0;flex-direction:column;gap:8px;padding:0 0 16px;display:flex}.checkout-module__6Nj7Kq__deliveryRow{color:#333;justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.checkout-module__6Nj7Kq__deliveryRow span:first-child{color:#666}.checkout-module__6Nj7Kq__deliveryRow span:last-child{font-weight:500}.checkout-module__6Nj7Kq__formRow{grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;margin-bottom:16px;display:grid}.checkout-module__6Nj7Kq__label{color:#4a5568;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.checkout-module__6Nj7Kq__input{color:#022f29;border:1px solid #ddd;border-radius:6px;width:100%;height:54px;padding:22px 16px 10px;font-size:14px;transition:border-color .2s}.checkout-module__6Nj7Kq__floatingField{position:relative}.checkout-module__6Nj7Kq__floatingLabel{color:rgba(2,47,41,.6);pointer-events:none;font-size:16px;font-weight:500;transition:transform .15s,top .15s,font-size .15s,color .15s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.checkout-module__6Nj7Kq__floatingField .checkout-module__6Nj7Kq__input:focus+.checkout-module__6Nj7Kq__floatingLabel,.checkout-module__6Nj7Kq__addressSuggestWrap .checkout-module__6Nj7Kq__input:focus+.checkout-module__6Nj7Kq__floatingLabel{color:rgba(2,47,41,.6);font-size:12px;top:8px;transform:translateY(0)}.checkout-module__6Nj7Kq__floatingField .checkout-module__6Nj7Kq__input:not(:placeholder-shown)+.checkout-module__6Nj7Kq__floatingLabel{color:rgba(2,47,41,.6);font-size:12px;top:8px;transform:translateY(0)}.checkout-module__6Nj7Kq__addressSuggestWrap .checkout-module__6Nj7Kq__input:not(:placeholder-shown)+.checkout-module__6Nj7Kq__floatingLabel{color:rgba(2,47,41,.6);font-size:12px;top:8px;transform:translateY(0)}.checkout-module__6Nj7Kq__input:focus{border-color:#022f29;outline:none}.checkout-module__6Nj7Kq__input::-ms-input-placeholder{color:#999}.checkout-module__6Nj7Kq__input::placeholder{color:#999}.checkout-module__6Nj7Kq__addressSuggestWrap{position:relative}.checkout-module__6Nj7Kq__addressSuggestList{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:10px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 10px 22px rgba(0,0,0,.08)}.checkout-module__6Nj7Kq__addressSuggestItem{text-align:left;cursor:pointer;color:#022f29;background:#fff;border:none;width:100%;padding:10px 12px;font-size:14px;display:block}.checkout-module__6Nj7Kq__addressSuggestItem+.checkout-module__6Nj7Kq__addressSuggestItem{border-top:1px solid #e5e7eb}.checkout-module__6Nj7Kq__addressSuggestItem:hover,.checkout-module__6Nj7Kq__addressSuggestItemActive{background:#f9f9f9}.checkout-module__6Nj7Kq__addressSuggestHint{color:#666;margin-top:6px;font-size:12px}.checkout-module__6Nj7Kq__addressSuggestError{color:#b42318;margin-top:6px;font-size:12px}.checkout-module__6Nj7Kq__successOverlay{z-index:2000;background:rgba(0,0,0,.45);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.checkout-module__6Nj7Kq__successModal{background:#fff;border-radius:12px;width:516px;height:360px;padding:20px;position:relative;box-shadow:0 18px 40px rgba(0,0,0,.18)}.checkout-module__6Nj7Kq__successHeaderRow{justify-content:flex-end;align-items:center;height:34px;display:flex}.checkout-module__6Nj7Kq__successBody{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 34px);display:flex}.checkout-module__6Nj7Kq__successClose{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:static}.checkout-module__6Nj7Kq__successTitle{color:#022f29;margin:0;font-size:28px;font-weight:700}.checkout-module__6Nj7Kq__successSubtitle{color:#022f29;margin-top:8px;font-size:14px}.checkout-module__6Nj7Kq__successOrderBox{color:#022f29;text-align:center;background:#ffeba0;border-radius:6px;justify-content:center;align-items:center;width:423px;height:58px;margin:16px auto;padding:12px 14px;font-size:20px;font-weight:700;display:flex}.checkout-module__6Nj7Kq__successOrderNumber{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-weight:500;text-decoration:underline}.checkout-module__6Nj7Kq__successOrderNumber:disabled{cursor:default;opacity:.7;text-decoration:none}.checkout-module__6Nj7Kq__successDownloadError{color:#b42318;margin-top:8px;font-size:13px}.checkout-module__6Nj7Kq__successSocialText{color:#022f29;margin-top:6px;font-size:14px;font-weight:400}.checkout-module__6Nj7Kq__successSocialRow{justify-content:center;gap:16px;margin-top:8px;display:flex}.checkout-module__6Nj7Kq__successSocialBtn{background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.checkout-module__6Nj7Kq__successContinueBtn{cursor:pointer;letter-spacing:.02em;color:#fff;background:#022f29;border:none;border-radius:6px;justify-content:center;align-items:center;height:46px;margin:16px auto 0;padding:0 24px;font-weight:800;display:inline-flex}.checkout-module__6Nj7Kq__successContinueBtn:hover{background:#04463f}.checkout-module__6Nj7Kq__textarea{color:#333;resize:vertical;border:1px solid #ddd;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.checkout-module__6Nj7Kq__textarea:focus{border-color:#022f29;outline:none}.checkout-module__6Nj7Kq__paymentOption{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:16px;transition:border-color .2s;display:flex}.checkout-module__6Nj7Kq__paymentOption:hover{border-color:#022f29}.checkout-module__6Nj7Kq__paymentHeader{text-align:left;align-items:center;gap:12px;display:flex}.checkout-module__6Nj7Kq__methodsList{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-top:10px;overflow:hidden}.checkout-module__6Nj7Kq__methodItem{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex}.checkout-module__6Nj7Kq__methodItem+.checkout-module__6Nj7Kq__methodItem{border-top:1px solid #e5e7eb}.checkout-module__6Nj7Kq__methodItem:hover{background:#f9f9f9}.checkout-module__6Nj7Kq__methodName{color:#022f29;font-size:14px;font-weight:400}.checkout-module__6Nj7Kq__methodCheck{color:#022f29;justify-content:center;align-items:center;width:18px;height:18px;font-weight:800;display:inline-flex}.checkout-module__6Nj7Kq__paymentTitle{color:#333;font-size:14px;font-weight:500}.checkout-module__6Nj7Kq__paymentSubtitle{color:#999;margin-top:4px;font-size:12px}.checkout-module__6Nj7Kq__itemsList{flex-direction:column;gap:0;display:flex}.checkout-module__6Nj7Kq__item{background:0 0;border-bottom:1px solid #e5e7eb;border-radius:0;grid-template-columns:80px minmax(0,1fr) 220px 140px;align-items:center;gap:0 12px;padding:22px 0;display:grid;position:relative}.checkout-module__6Nj7Kq__item:last-child{border-bottom:none}.checkout-module__6Nj7Kq__itemImage{background:0 0;border-radius:0;justify-content:flex-start;align-items:center;width:80px;height:80px;display:flex;overflow:visible}.checkout-module__6Nj7Kq__placeholderImage{background:#e0e0e0;width:100%;height:100%}.checkout-module__6Nj7Kq__itemDetails{flex-direction:column;gap:10px;min-width:0;display:flex}.checkout-module__6Nj7Kq__itemTitleRow{align-items:baseline;gap:10px;min-width:0;display:flex}.checkout-module__6Nj7Kq__itemName{color:#022f29;text-overflow:ellipsis;min-width:0;font-size:14px;font-weight:700;line-height:1.25;overflow:hidden}.checkout-module__6Nj7Kq__itemMeta{color:#9aa0a6;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.checkout-module__6Nj7Kq__itemArticle{color:#9aa0a6;text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:500}.checkout-module__6Nj7Kq__itemQty{justify-content:center;display:flex}.checkout-module__6Nj7Kq__itemRowPrice{color:#022f29;text-align:right;font-size:14px;font-weight:800}.checkout-module__6Nj7Kq__itemRightCol{flex-direction:column;justify-content:space-between;align-items:flex-end;height:72px;display:flex}.checkout-module__6Nj7Kq__itemRightCol .checkout-module__6Nj7Kq__deleteBtn{align-self:flex-end}.checkout-module__6Nj7Kq__quantityControl{box-sizing:border-box;border:1px solid #022f29;border-radius:6px;align-items:center;gap:5px;font-size:14px;font-weight:500;display:flex}.checkout-module__6Nj7Kq__quantityBtn{color:#022f29;cursor:pointer;background:0 0;border:none;border-radius:4px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:18px;transition:background-color .2s;display:flex}.checkout-module__6Nj7Kq__quantityBtn:hover:not(:disabled){background-color:rgba(2,47,41,.06)}.checkout-module__6Nj7Kq__quantityBtn:disabled{opacity:.3;cursor:not-allowed}.checkout-module__6Nj7Kq__quantity{color:#022f29;text-align:center;min-width:24px;font-size:14px;font-weight:700;line-height:32px}.checkout-module__6Nj7Kq__itemPrice{color:#022f29;font-size:16px;font-weight:600}.checkout-module__6Nj7Kq__deleteBtn{cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.checkout-module__6Nj7Kq__deleteBtn:hover{opacity:1}.checkout-module__6Nj7Kq__summary{background:#fff;border-radius:6px;flex-direction:column;gap:12px;padding:18px;display:flex;position:-webkit-sticky;position:sticky;top:24px;box-shadow:0 12px 30px rgba(0,0,0,.05)}.checkout-module__6Nj7Kq__summaryTitle{color:#022f29;margin:0 0 20px;font-size:16px;font-weight:700}.checkout-module__6Nj7Kq__summaryRow{color:#4a5568;justify-content:space-between;align-items:center;font-size:15px;display:flex}.checkout-module__6Nj7Kq__summaryRow span:last-child{color:#333;font-weight:500}.checkout-module__6Nj7Kq__summaryDivider{background:#e5e7eb;width:100%;height:1px}.checkout-module__6Nj7Kq__summaryTotal{justify-content:space-between;align-items:center;padding:0;font-size:16px;display:flex}.checkout-module__6Nj7Kq__summaryTotal span{color:#666}.checkout-module__6Nj7Kq__summaryTotal strong{color:#022f29;font-size:18px;font-weight:800}.checkout-module__6Nj7Kq__submitBtn{color:#fff;cursor:pointer;background:#022f29;border:none;border-radius:6px;width:100%;margin-top:4px;padding:12px 16px;font-size:14px;font-weight:700;transition:background .3s}.checkout-module__6Nj7Kq__submitBtn:hover{background:rgba(2,47,41,.8)}@media (max-width:1279px){.checkout-module__6Nj7Kq__checkoutLayout{padding:0 40px 20px}.checkout-module__6Nj7Kq__breadcrumbsWrapper{padding:20px 40px 0}}@media (max-width:980px){.checkout-module__6Nj7Kq__checkoutLayout{grid-template-columns:1fr;padding:0 40px 80px}.checkout-module__6Nj7Kq__breadcrumbsWrapper{padding:20px 40px 0}.checkout-module__6Nj7Kq__summary{position:relative;top:0}}@media (max-width:768px){.checkout-module__6Nj7Kq__checkoutLayout{padding:20px 12px 70px}.checkout-module__6Nj7Kq__breadcrumbsWrapper{display:none}.checkout-module__6Nj7Kq__mobileTopBar{display:flex}.checkout-module__6Nj7Kq__section{padding:16px}.checkout-module__6Nj7Kq__item{grid-template-rows:auto 48px auto;grid-template-columns:88px 1fr;align-items:start;gap:10px 12px;padding:16px 0}.checkout-module__6Nj7Kq__itemActions{display:none}.checkout-module__6Nj7Kq__itemImage{grid-area:1/1;width:88px;height:56px}.checkout-module__6Nj7Kq__itemDetails{grid-area:1/2}.checkout-module__6Nj7Kq__itemTitleRow{flex-direction:column;align-items:flex-start;gap:4px}.checkout-module__6Nj7Kq__itemArticle{color:#9aa0a6;text-transform:none;white-space:normal;order:0;font-size:14px}.checkout-module__6Nj7Kq__itemName{white-space:normal;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere;font-size:18px;line-height:1.2;overflow:visible}.checkout-module__6Nj7Kq__itemMeta{color:#9aa0a6;font-size:16px}.checkout-module__6Nj7Kq__itemQty{grid-area:2/1;justify-content:flex-start;align-self:center}.checkout-module__6Nj7Kq__itemRightCol{flex-direction:column;grid-area:1/2/span 2;justify-content:space-between;align-items:flex-end;gap:10px;height:100%;display:flex}.checkout-module__6Nj7Kq__itemRightCol .checkout-module__6Nj7Kq__deleteBtn{order:0;align-self:flex-end}.checkout-module__6Nj7Kq__itemRightCol .checkout-module__6Nj7Kq__itemRowPrice{order:1;margin-top:0}.checkout-module__6Nj7Kq__itemRowPrice{text-align:right;font-size:16px;font-weight:800;line-height:48px}.checkout-module__6Nj7Kq__deleteBtn{align-self:flex-end}}
/*# sourceMappingURL=58c965b734d2f624.css.map*/