.Categories-module__ydWpTG__container{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem}.Categories-module__ydWpTG__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.Categories-module__ydWpTG__headerLeft{flex-direction:column;display:flex}.Categories-module__ydWpTG__pageTitle{color:var(--color-text,#1f2937);margin:0 0 .2rem;font-size:1.5rem;font-weight:700}.Categories-module__ydWpTG__pageSubtitle{color:var(--color-text-light,#6b7280);margin:0;font-size:.85rem}.Categories-module__ydWpTG__addBtn{background-color:var(--color-accent);color:#fff;cursor:pointer;font-weight:600;font-family:var(--font-body);white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s;display:flex}.Categories-module__ydWpTG__addBtn:hover{background-color:var(--color-accent-light);transform:translateY(-1px)}.Categories-module__ydWpTG__addBtn:active{transform:translateY(1px)}.Categories-module__ydWpTG__controls{flex:1;justify-content:flex-start;display:flex}.Categories-module__ydWpTG__pagination{border:1px solid var(--color-border);background-color:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-top:auto;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 12px #00000005}.Categories-module__ydWpTG__pageInfo{color:var(--color-text-medium);font-size:.9rem}.Categories-module__ydWpTG__pageControls{gap:.5rem;display:flex}.Categories-module__ydWpTG__pageBtn{border:1px solid var(--color-border);cursor:pointer;font-family:var(--font-body);background-color:#fff;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.Categories-module__ydWpTG__pageBtn:hover:not(:disabled){background-color:#f1f2f6}.Categories-module__ydWpTG__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Categories-module__ydWpTG__searchBox{width:100%;max-width:350px;position:relative}.Categories-module__ydWpTG__searchIcon{color:var(--color-text-light);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Categories-module__ydWpTG__searchInput{border:1px solid var(--color-border);background-color:var(--color-bg);width:100%;font-family:var(--font-body);border-radius:8px;outline:none;padding:.65rem 1rem .65rem 2.75rem;font-size:.95rem;transition:all .2s}.Categories-module__ydWpTG__searchInput:focus{border-color:var(--color-accent);background-color:#fff;box-shadow:0 0 0 3px #f47aab1a}.Categories-module__ydWpTG__tableContainer{border:1px solid var(--color-border);background-color:#fff;border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000008}.Categories-module__ydWpTG__tableWrapper{flex:1;overflow-y:auto}.Categories-module__ydWpTG__table{border-collapse:collapse;text-align:left;width:100%}.Categories-module__ydWpTG__table th{z-index:10;color:var(--color-text-dark);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--color-border);background-color:var(--color-bg-alt);padding:1.2rem 1.5rem;font-size:.85rem;font-weight:700;position:sticky;top:0}.Categories-module__ydWpTG__table td{border-bottom:1px solid var(--color-border);vertical-align:middle;color:var(--color-text-medium);padding:1.25rem 1.5rem}.Categories-module__ydWpTG__table tr:last-child td{border-bottom:none}.Categories-module__ydWpTG__table tr.Categories-module__ydWpTG__selectedRow td{background-color:#f47aab14}.Categories-module__ydWpTG__table tr{cursor:pointer;transition:all .2s}.Categories-module__ydWpTG__table tr:hover td{background-color:#f8f9fa}.Categories-module__ydWpTG__tableName{color:var(--color-text-dark);font-weight:600}.Categories-module__ydWpTG__tableSlug{color:var(--color-text-medium);background:#0000000a;border-radius:4px;padding:.2rem .4rem;font-family:monospace}.Categories-module__ydWpTG__tableImg{object-fit:cover;border:1px solid var(--color-border);border-radius:8px;width:48px;height:48px}.Categories-module__ydWpTG__tableImgPlaceholder{background-color:var(--color-border);width:48px;height:48px;color:var(--color-text-light);border-radius:8px;justify-content:center;align-items:center;font-size:.7rem;display:flex}.Categories-module__ydWpTG__badge{border-radius:100px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.Categories-module__ydWpTG__badgeActive{color:#27ae60;background-color:#2ecc7126}.Categories-module__ydWpTG__badgeInactive{color:#7f8c8d;background-color:#95a5a626}.Categories-module__ydWpTG__headerActions{align-items:center;gap:.75rem;display:flex}.Categories-module__ydWpTG__actionBtnGlobal{cursor:pointer;font-weight:600;font-family:var(--font-body);border:1px solid var(--color-border);color:var(--color-text-dark);background-color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s;display:flex}.Categories-module__ydWpTG__actionBtnGlobal:disabled{opacity:.5;cursor:not-allowed;background-color:#f9f9f9}.Categories-module__ydWpTG__actionBtnGlobal:not(:disabled):hover{background-color:#f1f2f6;transform:translateY(-1px)}.Categories-module__ydWpTG__deleteBtnGlobal{color:#e74c3c;border-color:#e74c3c}.Categories-module__ydWpTG__deleteBtnGlobal:not(:disabled):hover{background-color:#e74c3c1a}.Categories-module__ydWpTG__emptyState{text-align:center;color:var(--color-text-light,#6b7280);flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.Categories-module__ydWpTG__emptyState h3{color:var(--color-text,#1f2937);margin:1rem 0 .5rem;font-size:1.25rem}.Categories-module__ydWpTG__emptyState p{margin:0}.Categories-module__ydWpTG__emptyState svg{color:#f47aab;opacity:.5}.Categories-module__ydWpTG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:flex-start;padding:1rem 0;animation:.2s ease-out Categories-module__ydWpTG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.Categories-module__ydWpTG__modalContent{background-color:#fff;border-radius:12px;width:90%;max-width:800px;margin:auto;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) Categories-module__ydWpTG__slideUp;box-shadow:0 10px 40px #00000026}.Categories-module__ydWpTG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Categories-module__ydWpTG__modalHeader h2{font-family:var(--font-heading);color:var(--color-text-dark);font-size:1.5rem}.Categories-module__ydWpTG__closeBtn{cursor:pointer;color:var(--color-text-light);background:0 0;border:none;padding:.25rem;transition:color .2s}.Categories-module__ydWpTG__closeBtn:hover{color:var(--color-text-dark)}.Categories-module__ydWpTG__formGroup{flex-direction:column;gap:.35rem;margin-bottom:.75rem;display:flex}.Categories-module__ydWpTG__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Categories-module__ydWpTG__formGrid3{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.Categories-module__ydWpTG__formGroup label{color:var(--color-text-dark);font-size:.9rem;font-weight:600}.Categories-module__ydWpTG__formInput,.Categories-module__ydWpTG__formTextarea,select.Categories-module__ydWpTG__formInput{border:1px solid var(--color-border);background-color:var(--color-bg);font-family:var(--font-body);border-radius:8px;outline:none;width:100%;padding:.5rem .75rem;font-size:.95rem;transition:all .2s}.Categories-module__ydWpTG__formInput:focus,.Categories-module__ydWpTG__formTextarea:focus,select.Categories-module__ydWpTG__formInput:focus{border-color:var(--color-accent);background-color:#fff;box-shadow:0 0 0 3px #f47aab1a}.Categories-module__ydWpTG__formTextarea{resize:vertical;min-height:60px}.Categories-module__ydWpTG__checkboxLabel{color:var(--color-text-dark);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.Categories-module__ydWpTG__checkboxLabel input{width:18px;height:18px;accent-color:var(--color-accent);cursor:pointer}.Categories-module__ydWpTG__modalActions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.Categories-module__ydWpTG__cancelBtn,.Categories-module__ydWpTG__submitBtn{cursor:pointer;font-weight:600;font-family:var(--font-body);border-radius:8px;padding:.75rem 1.5rem;transition:all .2s}.Categories-module__ydWpTG__cancelBtn{color:var(--color-text-dark);border:1px solid var(--color-border);background-color:#f1f2f6}.Categories-module__ydWpTG__cancelBtn:hover{background-color:#dfe4ea}.Categories-module__ydWpTG__submitBtn{background-color:var(--color-accent);color:#fff;border:none}.Categories-module__ydWpTG__submitBtn:hover:not(:disabled){background-color:var(--color-accent-light)}.Categories-module__ydWpTG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Categories-module__ydWpTG__imageUploadContainer{flex-direction:column;gap:1rem;display:flex}.Categories-module__ydWpTG__fileDropzone{border:2px dashed var(--color-border);text-align:center;background-color:var(--color-bg-alt);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex;position:relative}.Categories-module__ydWpTG__fileDropzone:hover{border-color:var(--color-accent);background-color:var(--color-badge-bg)}.Categories-module__ydWpTG__fileInputHidden{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.Categories-module__ydWpTG__uploadIcon{color:var(--color-accent)}.Categories-module__ydWpTG__uploadText{color:var(--color-text-medium);font-size:.95rem;font-weight:500}.Categories-module__ydWpTG__imagePreview{object-fit:cover;border:1px solid var(--color-border);border-radius:8px;width:60px;height:60px}.Categories-module__ydWpTG__fileInput{font-size:.9rem}@keyframes Categories-module__ydWpTG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Categories-module__ydWpTG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Categories-module__ydWpTG__container{padding:0}.Categories-module__ydWpTG__header{border-radius:8px;flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem;padding:.75rem}.Categories-module__ydWpTG__controls{width:100%}.Categories-module__ydWpTG__searchBox{max-width:100%}.Categories-module__ydWpTG__searchInput{padding:.5rem .75rem .5rem 2.25rem;font-size:.85rem}.Categories-module__ydWpTG__searchIcon{width:14px;height:14px;left:.75rem}.Categories-module__ydWpTG__headerActions{flex-direction:row;align-items:center;gap:.5rem;width:100%;display:flex}.Categories-module__ydWpTG__controls{flex:1;width:auto}.Categories-module__ydWpTG__actionBtnGlobal,.Categories-module__ydWpTG__addBtn{border-radius:6px;flex:none;gap:.35rem;padding:.6rem 1rem;font-size:.85rem}.Categories-module__ydWpTG__actionBtnGlobal svg,.Categories-module__ydWpTG__addBtn svg{width:16px;height:16px}.Categories-module__ydWpTG__tableContainer{-webkit-overflow-scrolling:touch;border-radius:8px;margin-bottom:1rem;overflow-x:auto}.Categories-module__ydWpTG__table th{white-space:nowrap;padding:.75rem .5rem;font-size:.7rem}.Categories-module__ydWpTG__table td{white-space:nowrap;padding:.75rem .5rem;font-size:.8rem}.Categories-module__ydWpTG__tableImg{border-radius:6px;width:36px;height:36px}.Categories-module__ydWpTG__tableImgPlaceholder{border-radius:6px;width:36px;height:36px;font-size:.6rem}.Categories-module__ydWpTG__pagination{text-align:center;flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem}.Categories-module__ydWpTG__pageInfo{font-size:.8rem}.Categories-module__ydWpTG__pageControls{justify-content:stretch;gap:.5rem;width:100%}.Categories-module__ydWpTG__pageBtn{text-align:center;flex:1;padding:.5rem;font-size:.8rem}.Categories-module__ydWpTG__modalContent{border-radius:8px;width:95%;padding:1rem}.Categories-module__ydWpTG__modalHeader h2{font-size:1.1rem}.Categories-module__ydWpTG__modalHeader{margin-bottom:1rem}.Categories-module__ydWpTG__formGroup{gap:.25rem;margin-bottom:1rem}.Categories-module__ydWpTG__formGroup label{font-size:.8rem}.Categories-module__ydWpTG__formInput,.Categories-module__ydWpTG__formTextarea,select.Categories-module__ydWpTG__formInput{padding:.5rem .75rem;font-size:.85rem}.Categories-module__ydWpTG__modalActions{flex-direction:row;justify-content:space-between;gap:.5rem;margin-top:1.5rem}.Categories-module__ydWpTG__cancelBtn,.Categories-module__ydWpTG__submitBtn{flex:1;width:100%;padding:.6rem;font-size:.85rem}.Categories-module__ydWpTG__formGrid,.Categories-module__ydWpTG__formGrid3{grid-template-columns:1fr;gap:0}.Categories-module__ydWpTG__catGrid{grid-template-columns:1fr}.Categories-module__ydWpTG__catCard{flex-direction:column}.Categories-module__ydWpTG__catCardImg{width:100%;height:160px}.Categories-module__ydWpTG__catCardSkeleton{height:280px}}.Categories-module__ydWpTG__catGrid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.Categories-module__ydWpTG__catCard{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:row;align-items:stretch;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000a}.Categories-module__ydWpTG__catCard:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.Categories-module__ydWpTG__catCardImg{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:150px;display:flex;position:relative;overflow:hidden}.Categories-module__ydWpTG__catCardImgEl{object-fit:contain;width:100%;height:100%;padding:.5rem;transition:transform .4s}.Categories-module__ydWpTG__catCard:hover .Categories-module__ydWpTG__catCardImgEl{transform:scale(1.05)}.Categories-module__ydWpTG__catCardImgPlaceholder{color:#d4a5b5;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Categories-module__ydWpTG__featuredBadge{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#f59e0b,#ef8c0a);border-radius:50px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:10px;right:10px}.Categories-module__ydWpTG__catCardBody{flex-direction:column;flex:1;justify-content:space-between;gap:.75rem;padding:1.25rem;display:flex}.Categories-module__ydWpTG__catCardTop{flex-direction:column;gap:.3rem;display:flex}.Categories-module__ydWpTG__catCardName{font-family:var(--font-heading);color:var(--color-text-dark);margin:0;font-size:1.1rem;font-weight:700}.Categories-module__ydWpTG__catCardSlug{color:var(--color-text-medium);background:#0000000a;border-radius:4px;width:-moz-fit-content;width:fit-content;padding:.15rem .4rem;font-family:monospace;font-size:.75rem;display:inline-block}.Categories-module__ydWpTG__catCardDesc{color:var(--color-text-medium);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.2rem;font-size:.83rem;line-height:1.4;display:-webkit-box;overflow:hidden}.Categories-module__ydWpTG__tagRow{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.Categories-module__ydWpTG__tag{color:var(--color-accent-light);background:#f47aab1a;border-radius:50px;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.Categories-module__ydWpTG__catCardFooter{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.75rem;display:flex}.Categories-module__ydWpTG__prodCount{color:var(--color-text-medium);align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:flex}.Categories-module__ydWpTG__catCardActions{align-items:center;gap:.5rem;display:flex}.Categories-module__ydWpTG__iconBtn{border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text-medium);cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Categories-module__ydWpTG__iconBtn:hover{color:var(--color-text-dark);background:#f1f2f6;border-color:#ccc}.Categories-module__ydWpTG__iconBtnDanger{color:#ef4444;border-color:#ef44444d}.Categories-module__ydWpTG__iconBtnDanger:hover{background:#ef444414;border-color:#ef4444}.Categories-module__ydWpTG__manageBtn{background:var(--color-accent);color:#fff;cursor:pointer;white-space:nowrap;font-size:.82rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;transition:all .2s;display:flex}.Categories-module__ydWpTG__manageBtn:hover{background:var(--color-accent-light);transform:translateY(-1px)}.Categories-module__ydWpTG__catCardSkeleton{border:1px solid var(--color-border);background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:16px;height:180px;animation:1.5s infinite Categories-module__ydWpTG__shimmer}.Categories-module__ydWpTG__countPill{color:var(--color-accent-light);white-space:nowrap;background:#f47aab1a;border-radius:50px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:flex}.Categories-module__ydWpTG__clearSearch{color:var(--color-text-light);cursor:pointer;background:0 0;border:none;align-items:center;padding:.2rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Categories-module__ydWpTG__clearSearch:hover{color:var(--color-text-dark)}.Categories-module__ydWpTG__deleteBtnConfirm{cursor:pointer;font-weight:600;font-family:var(--font-body);color:#fff;background-color:#ef4444;border:none;border-radius:8px;padding:.75rem 1.5rem;transition:background .2s}.Categories-module__ydWpTG__deleteBtnConfirm:hover{background-color:#dc2626}@keyframes Categories-module__ydWpTG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.Categories-module__ydWpTG__catGrid{grid-template-columns:1fr}.Categories-module__ydWpTG__catCard{flex-direction:column}.Categories-module__ydWpTG__catCardImg{width:100%;height:160px}.Categories-module__ydWpTG__catCardSkeleton{height:280px}.Categories-module__ydWpTG__catCardActions{justify-content:flex-end;width:100%}}
.BrandInput-module__Hwfsha__wrap{box-sizing:border-box;width:100%;font-family:var(--font-outfit);flex-direction:column;gap:.25rem;display:flex;position:relative}.BrandInput-module__Hwfsha__input{box-sizing:border-box;color:#2e2522;background:#fdf9f8;border:1.5px solid #ede0da;border-radius:10px;width:100%;padding:.75rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.BrandInput-module__Hwfsha__input::placeholder{color:#c4b8b3}.BrandInput-module__Hwfsha__input:hover{border-color:#d9bab5}.BrandInput-module__Hwfsha__input:focus{background:#fff;border-color:#f47aab;outline:none;box-shadow:0 0 0 3px #f47aab1f}.BrandInput-module__Hwfsha__inputError{border-color:#e74c3c}.BrandInput-module__Hwfsha__inputError:focus{box-shadow:0 0 0 3px #e74c3c1f}.BrandInput-module__Hwfsha__inputWithIcon{padding-left:2.5rem}.BrandInput-module__Hwfsha__icon{color:#c4a9a0;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.BrandInput-module__Hwfsha__textarea{resize:vertical;min-height:100px}.BrandInput-module__Hwfsha__iconTextarea{top:1.2rem;transform:none}.BrandInput-module__Hwfsha__inputWithSuffix{padding-right:2.5rem}.BrandInput-module__Hwfsha__suffix{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}
.BrandDatePicker-module__7Hrm-G__wrap{box-sizing:border-box;width:100%;font-family:var(--font-outfit);min-width:0;position:relative}.BrandDatePicker-module__7Hrm-G__trigger{box-sizing:border-box;color:#2e2522;cursor:pointer;text-align:left;background:#fdf9f8;border:1.5px solid #ede0da;border-radius:10px;align-items:center;gap:.6rem;width:100%;min-width:0;padding:.75rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.BrandDatePicker-module__7Hrm-G__trigger:hover{border-color:#d9bab5}.BrandDatePicker-module__7Hrm-G__triggerOpen{background:#fff;border-color:#f47aab;box-shadow:0 0 0 3px #f47aab1f}.BrandDatePicker-module__7Hrm-G__triggerIcon{color:#f47aab;flex-shrink:0;align-items:center;display:flex}.BrandDatePicker-module__7Hrm-G__triggerText{flex:1}.BrandDatePicker-module__7Hrm-G__triggerPlaceholder{color:#c4b8b3}.BrandDatePicker-module__7Hrm-G__calendar{z-index:300;opacity:0;visibility:hidden;background:#fff;border:1.5px solid #f47aab59;border-radius:16px;width:280px;min-width:100%;padding:1rem;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(-8px);box-shadow:0 12px 40px #f47aab26}.BrandDatePicker-module__7Hrm-G__calendarOpen{opacity:1;visibility:visible;transform:translateY(0)}.BrandDatePicker-module__7Hrm-G__calHeader{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.BrandDatePicker-module__7Hrm-G__navBtn{color:#f47aab;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;transition:background .15s;display:flex}.BrandDatePicker-module__7Hrm-G__navBtn:hover{background:#f47aab1a}.BrandDatePicker-module__7Hrm-G__monthYear{color:#2e2522;text-align:center;flex:1;font-size:.92rem;font-weight:700}.BrandDatePicker-module__7Hrm-G__weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:.4rem;display:grid}.BrandDatePicker-module__7Hrm-G__weekday{text-align:center;color:#f47aab;text-transform:uppercase;letter-spacing:.04em;padding:.2rem 0;font-size:.7rem;font-weight:700}.BrandDatePicker-module__7Hrm-G__days{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.BrandDatePicker-module__7Hrm-G__day{aspect-ratio:1;cursor:pointer;color:#2e2522;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .12s,color .12s;display:flex}.BrandDatePicker-module__7Hrm-G__day:hover:not(:disabled){color:#f47aab;background:#f47aab1f}.BrandDatePicker-module__7Hrm-G__daySelected{font-weight:700;box-shadow:0 2px 8px #f47aab4d;color:#fff!important;background:linear-gradient(135deg,#f47aab,#f47aab)!important}.BrandDatePicker-module__7Hrm-G__dayToday{color:#f47aab;background:#f47aab14;font-weight:700}.BrandDatePicker-module__7Hrm-G__dayToday:hover:not(:disabled){background:#f47aab26}.BrandDatePicker-module__7Hrm-G__dayOutside{color:#d9c5be}.BrandDatePicker-module__7Hrm-G__dayOutside:hover{color:#c4a9a0;background:#f47aab0d}.BrandDatePicker-module__7Hrm-G__day:disabled{color:#e5d5ce;cursor:not-allowed}
.BrandSelect-module__kRU7UG__wrap{box-sizing:border-box;width:100%;font-family:var(--font-outfit);min-width:0;position:relative}.BrandSelect-module__kRU7UG__wrapOpen{z-index:500}.BrandSelect-module__kRU7UG__trigger{box-sizing:border-box;color:#2e2522;cursor:pointer;text-align:left;background:#fdf9f8;border:1.5px solid #ede0da;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;padding:.75rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.BrandSelect-module__kRU7UG__trigger:hover{border-color:#d9bab5}.BrandSelect-module__kRU7UG__triggerOpen{background:#fff;border-color:#f47aab #f47aab #0000;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 0 0 3px #f47aab1f}.BrandSelect-module__kRU7UG__triggerValue{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.BrandSelect-module__kRU7UG__triggerPlaceholder{color:#c4b8b3}.BrandSelect-module__kRU7UG__chevron{color:#c4a9a0;flex-shrink:0;transition:transform .25s}.BrandSelect-module__kRU7UG__chevronOpen{color:#f47aab;transform:rotate(180deg)}.BrandSelect-module__kRU7UG__dropdown{z-index:200;opacity:0;visibility:hidden;background:#fff;border:1.5px solid #f47aab;border-top:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;max-height:260px;transition:opacity .18s,visibility .18s;position:absolute;top:calc(100% - 1.5px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #f47aab1f}.BrandSelect-module__kRU7UG__dropdownOpen{opacity:1;visibility:visible}.BrandSelect-module__kRU7UG__option{color:#2e2522;cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;transition:background .12s;display:flex;position:relative}.BrandSelect-module__kRU7UG__option:hover{background:#f47aab12}.BrandSelect-module__kRU7UG__optionActive{color:#f47aab;background:#f47aab1a;font-weight:600}.BrandSelect-module__kRU7UG__optionActive:hover{background:#f47aab26}.BrandSelect-module__kRU7UG__check{color:#f47aab;flex-shrink:0}.BrandSelect-module__kRU7UG__option+.BrandSelect-module__kRU7UG__option{border-top:1px solid #0000000a}
.BrandTimePicker-module__qZSd4a__wrap{box-sizing:border-box;width:100%;font-family:var(--font-outfit);min-width:0;position:relative}.BrandTimePicker-module__qZSd4a__trigger{box-sizing:border-box;color:#2e2522;cursor:pointer;text-align:left;background:#fdf9f8;border:1.5px solid #ede0da;border-radius:10px;justify-content:flex-start;align-items:center;gap:.6rem;width:100%;padding:.75rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.BrandTimePicker-module__qZSd4a__trigger:hover{border-color:#d9bab5}.BrandTimePicker-module__qZSd4a__triggerOpen{background:#fff;border-color:#f47aab;box-shadow:0 0 0 3px #f47aab1f}.BrandTimePicker-module__qZSd4a__triggerIcon{color:#c4a9a0;justify-content:center;align-items:center;display:flex}.BrandTimePicker-module__qZSd4a__triggerText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.BrandTimePicker-module__qZSd4a__triggerPlaceholder{color:#c4b8b3}.BrandTimePicker-module__qZSd4a__dropdown{z-index:200;opacity:0;visibility:hidden;background:#fff;border:1.5px solid #f47aab;border-radius:10px;flex-direction:column;width:200px;transition:opacity .18s,visibility .18s;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #f47aab1f}.BrandTimePicker-module__qZSd4a__dropdownOpen{opacity:1;visibility:visible}.BrandTimePicker-module__qZSd4a__header{text-align:center;color:#f47aab;background:#fdf9f8;border-bottom:1px solid #ede0da;padding:10px;font-size:.9rem;font-weight:600}.BrandTimePicker-module__qZSd4a__columns{height:200px;display:flex}.BrandTimePicker-module__qZSd4a__col{border-right:1px solid #ede0da;flex:1;overflow-y:auto}.BrandTimePicker-module__qZSd4a__col:last-child{border-right:none}.BrandTimePicker-module__qZSd4a__option{text-align:center;color:#2e2522;cursor:pointer;padding:10px;font-size:.95rem;transition:background .12s}.BrandTimePicker-module__qZSd4a__option:hover{background:#f47aab12}.BrandTimePicker-module__qZSd4a__optionActive{color:#f47aab;background:#f47aab1a;font-weight:700}
