.CartDrawer-module__14eHya__overlay{z-index:1000;background:#000000b3;justify-content:flex-end;animation:.2s CartDrawer-module__14eHya__fadeIn;display:flex;position:fixed;inset:0}@keyframes CartDrawer-module__14eHya__fadeIn{0%{opacity:0}to{opacity:1}}.CartDrawer-module__14eHya__drawer{background:var(--surface-card);border-left:1px solid #e9c97a33;flex-direction:column;width:100%;max-width:450px;max-height:100vh;animation:.3s CartDrawer-module__14eHya__slideIn;display:flex;box-shadow:0 0 32px #00000080}@keyframes CartDrawer-module__14eHya__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__14eHya__header{border-bottom:1px solid #e9c97a26;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__14eHya__title{font-family:var(--font-heading);color:var(--color-primary-100);margin:0;font-size:1.25rem;font-weight:700}.CartDrawer-module__14eHya__closeButton{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-white-60);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.CartDrawer-module__14eHya__closeButton:hover{color:var(--color-primary-100);background:#e9c97a1a}.CartDrawer-module__14eHya__content{flex:1;padding:1.5rem;overflow-y:auto}.CartDrawer-module__14eHya__empty{text-align:center;color:var(--color-white-60);padding:2rem}.CartDrawer-module__14eHya__usernameSection{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.CartDrawer-module__14eHya__usernameInput{border-radius:var(--radius-md);color:var(--text-main);font-family:var(--font-body);background:#1e2a3acc;border:1px solid #e9c97a4d;outline:none;flex:1;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.CartDrawer-module__14eHya__usernameInput:focus{border-color:#e9c97a80;box-shadow:0 0 0 2px #e9c97a1a}.CartDrawer-module__14eHya__usernameInput::placeholder{color:var(--text-dim)}.CartDrawer-module__14eHya__items{flex-direction:column;gap:1rem;display:flex}.CartDrawer-module__14eHya__item{border-radius:var(--radius-md);background:#1e2a3a80;border:1px solid #e9c97a1a;gap:1rem;padding:1rem;display:flex}.CartDrawer-module__14eHya__itemImage{object-fit:cover;border-radius:var(--radius-sm);width:64px;height:64px}.CartDrawer-module__14eHya__itemDetails{flex:1;min-width:0}.CartDrawer-module__14eHya__itemName{font-family:var(--font-heading);color:var(--color-primary-100);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.9rem;font-weight:600;overflow:hidden}.CartDrawer-module__14eHya__itemPrice{color:var(--color-white-60);white-space:nowrap;margin:0;font-size:.875rem}.CartDrawer-module__14eHya__removeButton{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-primary-100);cursor:pointer;background:#e9c97a1a;border:1px solid #e9c97a33;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.CartDrawer-module__14eHya__removeButton:hover:not(:disabled){background:#e9c97a33;border-color:#e9c97a66}.CartDrawer-module__14eHya__removeButton:disabled{opacity:.5;cursor:not-allowed}.CartDrawer-module__14eHya__divider{background:#e9c97a26;height:1px;margin:1.5rem 0}.CartDrawer-module__14eHya__couponsSection,.CartDrawer-module__14eHya__giftCardsSection,.CartDrawer-module__14eHya__creatorCodesSection{margin-bottom:1.5rem}.CartDrawer-module__14eHya__inputGroup{align-items:center;gap:.5rem;display:flex}.CartDrawer-module__14eHya__inputIcon{color:var(--color-primary-100);flex-shrink:0}.CartDrawer-module__14eHya__input{border-radius:var(--radius-md);color:var(--text-main);font-family:var(--font-body);background:#1e2a3acc;border:1px solid #e9c97a33;outline:none;flex:1;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.CartDrawer-module__14eHya__input:focus{border-color:#e9c97a66;box-shadow:0 0 0 2px #e9c97a14}.CartDrawer-module__14eHya__input::placeholder{color:var(--text-dim)}.CartDrawer-module__14eHya__applyButton{border-radius:var(--radius-md);color:var(--color-primary-100);font-family:var(--font-heading);text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#e9c97a1a;border:1px solid #e9c97a4d;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s}.CartDrawer-module__14eHya__applyButton:hover{background:#e9c97a2e;border-color:#e9c97a80}.CartDrawer-module__14eHya__appliedCode{border-radius:var(--radius-sm);color:var(--color-green-400);background:#74cda11a;border:1px solid #74cda14d;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;display:flex}.CartDrawer-module__14eHya__totals{flex-direction:column;gap:.75rem;display:flex}.CartDrawer-module__14eHya__totalRow{color:var(--text-soft);justify-content:space-between;font-size:.875rem;display:flex}.CartDrawer-module__14eHya__total{font-family:var(--font-heading);color:var(--color-primary-100);border-top:1px solid #e9c97a26;padding-top:.5rem;font-size:1.125rem;font-weight:700}.CartDrawer-module__14eHya__footer{border-top:1px solid #e9c97a26;padding:1.5rem}.CartDrawer-module__14eHya__checkoutButton{border-radius:var(--radius-md);color:#000;width:100%;font-family:var(--font-heading);text-align:center;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:linear-gradient(135deg,#b8821e,#e9c97a,#cc9a2e) 0 0/200%;border:none;padding:1rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .2s;display:block}.CartDrawer-module__14eHya__checkoutButton:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 8px 28px #e9c97a73}@media (max-width:768px){.CartDrawer-module__14eHya__drawer{border-left:none;max-width:100%}}
.EmptyState-module__J8E0uq__container{text-align:center;border-radius:var(--radius-lg);background:var(--surface-card);border:1px dashed #e9c97a33;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:3rem 2rem;display:flex}.EmptyState-module__J8E0uq__icon{color:var(--text-dim);opacity:.5;margin-bottom:1rem}.EmptyState-module__J8E0uq__message{color:var(--text-soft);max-width:300px;margin:0 0 1rem;font-size:.95rem}.EmptyState-module__J8E0uq__button{border-radius:var(--radius-md);color:var(--color-primary-100);font-family:var(--font-heading);cursor:pointer;background:#e9c97a1a;border:1px solid #e9c97a4d;padding:.6rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .2s}.EmptyState-module__J8E0uq__button:hover{background:#e9c97a2e;border-color:#e9c97a80}
.ProductGrid-module__S3Mmoq__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.ProductGrid-module__S3Mmoq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProductGrid-module__S3Mmoq__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.ProductGrid-module__S3Mmoq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.ProductGrid-module__S3Mmoq__center{justify-content:center;align-items:center;padding:3rem;display:flex}.ProductGrid-module__S3Mmoq__error{color:var(--status-danger);text-align:center;font-size:.9rem}
.ProductDetailModal-module__uO8e3W__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:800;background:#000000b8;justify-content:center;align-items:center;padding:16px;animation:.2s ProductDetailModal-module__uO8e3W__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProductDetailModal-module__uO8e3W__fadeIn{0%{opacity:0}to{opacity:1}}.ProductDetailModal-module__uO8e3W__modal{background:linear-gradient(#141a28fa,#0c101cfa);border:1px solid #333c5566;border-radius:14px;flex-direction:column;width:100%;max-width:860px;max-height:90vh;animation:.3s cubic-bezier(.22,1,.36,1) ProductDetailModal-module__uO8e3W__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 72px #0009}@keyframes ProductDetailModal-module__uO8e3W__slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ProductDetailModal-module__uO8e3W__priceShimmer{0%,to{background-position:0%}50%{background-position:200%}}.ProductDetailModal-module__uO8e3W__closeBtn{color:#6e7a98;cursor:pointer;z-index:10;background:#141a28cc;border:1px solid #333c554d;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.ProductDetailModal-module__uO8e3W__closeBtn:hover{color:#c9d0e3;background:#1e2434e6;border-color:#8b9ab84d}.ProductDetailModal-module__uO8e3W__body{flex:1;grid-template-columns:320px 1fr;display:grid;overflow:hidden}.ProductDetailModal-module__uO8e3W__imagePanelWrapper{background:linear-gradient(#1e2a3a80,#141a28b3);position:relative;overflow:hidden}.ProductDetailModal-module__uO8e3W__imagePanelWrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0c101c99);position:absolute;inset:0}.ProductDetailModal-module__uO8e3W__image{object-fit:cover;width:100%;height:100%;display:block}.ProductDetailModal-module__uO8e3W__discountBadge{color:#fff;text-transform:uppercase;letter-spacing:.04em;z-index:2;background:#ef4444e6;border-radius:6px;padding:3px 8px;font-family:Lexend,sans-serif;font-size:.68rem;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #ef444440}.ProductDetailModal-module__uO8e3W__infoPanel{flex-direction:column;gap:16px;padding:28px 28px 24px;display:flex;overflow-y:auto}.ProductDetailModal-module__uO8e3W__infoPanel::-webkit-scrollbar{width:4px}.ProductDetailModal-module__uO8e3W__infoPanel::-webkit-scrollbar-track{background:0 0}.ProductDetailModal-module__uO8e3W__infoPanel::-webkit-scrollbar-thumb{background:#333c5566;border-radius:2px}.ProductDetailModal-module__uO8e3W__categoryLabel{color:#e9c97abf;text-transform:uppercase;letter-spacing:.07em;font-size:.68rem;font-weight:600}.ProductDetailModal-module__uO8e3W__name{color:#fff;margin:0;font-family:Lexend,sans-serif;font-size:1.6rem;font-weight:800;line-height:1.2}.ProductDetailModal-module__uO8e3W__pricing{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.ProductDetailModal-module__uO8e3W__price{background:linear-gradient(135deg,#e9c97a 0%,#fff 50%,#e9c97a 100%) 0 0/200%;-webkit-text-fill-color:transparent;color:#e9c97a;text-shadow:0 0 40px #e9c97a66;-webkit-background-clip:text;background-clip:text;font-family:Lexend,sans-serif;font-size:2.4rem;font-weight:800;line-height:1;animation:3s ease-in-out infinite ProductDetailModal-module__uO8e3W__priceShimmer}.ProductDetailModal-module__uO8e3W__originalPrice{color:#8b96b0;opacity:.85;font-size:1.1rem;text-decoration:line-through}.ProductDetailModal-module__uO8e3W__saveBadge{color:#f87171;background:linear-gradient(135deg,#ef444426,#ef444414);border:1px solid #ef444459;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #ef444426}.ProductDetailModal-module__uO8e3W__descriptionWrapper{flex:1;min-height:0}.ProductDetailModal-module__uO8e3W__descriptionTitle{color:#6e7a98;text-transform:uppercase;letter-spacing:.07em;margin:0 0 8px;font-family:Lexend,sans-serif;font-size:.72rem;font-weight:600}.ProductDetailModal-module__uO8e3W__description{color:#a8b3cc;font-size:.9rem;line-height:1.7}.ProductDetailModal-module__uO8e3W__description p{margin:0 0 .75em}.ProductDetailModal-module__uO8e3W__description p:last-child{margin-bottom:0}.ProductDetailModal-module__uO8e3W__description strong,.ProductDetailModal-module__uO8e3W__description b{color:#c9d0e3;font-weight:600}.ProductDetailModal-module__uO8e3W__description em,.ProductDetailModal-module__uO8e3W__description i{color:#c9d0e3}.ProductDetailModal-module__uO8e3W__description ul,.ProductDetailModal-module__uO8e3W__description ol{margin:.5em 0;padding-left:1.4em}.ProductDetailModal-module__uO8e3W__description li{margin-bottom:.3em}.ProductDetailModal-module__uO8e3W__description a{color:#e9c97a;text-decoration:underline}.ProductDetailModal-module__uO8e3W__description h1,.ProductDetailModal-module__uO8e3W__description h2,.ProductDetailModal-module__uO8e3W__description h3{color:#e9c97a;margin:.75em 0 .4em;font-family:Lexend,sans-serif;font-size:1rem}.ProductDetailModal-module__uO8e3W__description hr{border:none;border-top:1px solid #e9c97a26;margin:.75em 0}.ProductDetailModal-module__uO8e3W__restrictions{color:#4a5568;flex-wrap:wrap;gap:8px;font-size:.76rem;display:flex}.ProductDetailModal-module__uO8e3W__restrictionTag{background:#4a556826;border:1px solid #4a556840;border-radius:20px;padding:3px 8px}.ProductDetailModal-module__uO8e3W__actions{gap:10px;padding-top:4px;display:flex}.ProductDetailModal-module__uO8e3W__addBtn{color:#fff;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:linear-gradient(#22c55e 0%,#16a34a 100%);border:1px solid #22c55e80;border-radius:8px;flex:1;padding:12px 20px;font-family:Lexend,sans-serif;font-size:.875rem;font-weight:700;transition:all .2s;box-shadow:0 2px 8px #22c55e4d,inset 0 1px #ffffff26}.ProductDetailModal-module__uO8e3W__addBtn:hover:not(:disabled){background:linear-gradient(#4ade80 0%,#22c55e 100%);border-color:#4ade8099;transform:translateY(-1px);box-shadow:0 4px 16px #22c55e66,inset 0 1px #fff3}.ProductDetailModal-module__uO8e3W__addBtn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #22c55e4d,inset 0 1px #ffffff1a}.ProductDetailModal-module__uO8e3W__addBtn:disabled{opacity:.5;cursor:not-allowed}.ProductDetailModal-module__uO8e3W__giftBtn{color:#e9c97a;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:linear-gradient(#e9c97a1f,#e9c97a0f);border:1px solid #e9c97a4d;border-radius:8px;flex:1;padding:12px 20px;font-family:Lexend,sans-serif;font-size:.875rem;font-weight:700;transition:all .2s}.ProductDetailModal-module__uO8e3W__giftBtn:hover:not(:disabled){color:#f3df9f;background:linear-gradient(#e9c97a2e,#e9c97a1a);border-color:#e9c97a80;transform:translateY(-1px)}.ProductDetailModal-module__uO8e3W__giftBtn:disabled{opacity:.4;cursor:not-allowed}.ProductDetailModal-module__uO8e3W__loadingState{color:#6e7a98;justify-content:center;align-items:center;height:300px;font-size:.9rem;display:flex}.ProductDetailModal-module__uO8e3W__giftModalBackdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:900;background:#000000b8;justify-content:center;align-items:center;padding:16px;animation:.15s ProductDetailModal-module__uO8e3W__fadeIn;display:flex;position:fixed;inset:0}.ProductDetailModal-module__uO8e3W__giftModal{background:linear-gradient(#141a28fa,#0c101cfa);border:1px solid #333c5566;border-radius:12px;width:100%;max-width:420px;padding:24px;animation:.2s cubic-bezier(.22,1,.36,1) ProductDetailModal-module__uO8e3W__slideUp;position:relative;box-shadow:0 20px 60px #00000080}.ProductDetailModal-module__uO8e3W__giftModalTitle{color:#fff;margin:0 0 8px;font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:700}.ProductDetailModal-module__uO8e3W__giftModalSubtitle{color:#9ba8c2;margin:0 0 16px;font-size:.875rem;line-height:1.5}.ProductDetailModal-module__uO8e3W__giftModalInput{color:#c9d0e3;background:#0a0d15cc;border:1px solid #333c5566;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.ProductDetailModal-module__uO8e3W__giftModalInput:focus{border-color:#e9c97a66;box-shadow:0 0 0 3px #e9c97a14}.ProductDetailModal-module__uO8e3W__giftModalInput::placeholder{color:#4a5568}.ProductDetailModal-module__uO8e3W__giftModalActions{gap:10px;margin-top:16px;display:flex}.ProductDetailModal-module__uO8e3W__giftModalCancel{color:#c9d0e3;cursor:pointer;background:0 0;border:1px solid #333c5566;border-radius:8px;flex:1;padding:10px 16px;font-family:Lexend,sans-serif;font-size:.875rem;font-weight:600;transition:all .2s}.ProductDetailModal-module__uO8e3W__giftModalCancel:hover{color:#fff;background:#ffffff0f;border-color:#8b9ab880}.ProductDetailModal-module__uO8e3W__giftModalConfirm{color:#fff;cursor:pointer;background:linear-gradient(#22c55e 0%,#16a34a 100%);border:1px solid #22c55e80;border-radius:8px;flex:1;padding:10px 16px;font-family:Lexend,sans-serif;font-size:.875rem;font-weight:700;transition:all .2s;box-shadow:0 2px 8px #22c55e4d,inset 0 1px #ffffff26}.ProductDetailModal-module__uO8e3W__giftModalConfirm:hover{background:linear-gradient(#4ade80 0%,#22c55e 100%);border-color:#4ade8099;box-shadow:0 4px 16px #22c55e66,inset 0 1px #fff3}@media (max-width:700px){.ProductDetailModal-module__uO8e3W__body{grid-template-rows:260px 1fr;grid-template-columns:1fr}.ProductDetailModal-module__uO8e3W__imagePanelWrapper{height:260px}.ProductDetailModal-module__uO8e3W__name{font-size:1.3rem}.ProductDetailModal-module__uO8e3W__price{font-size:2rem}}
@keyframes StoreClient-module___UOY0q__fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.StoreClient-module___UOY0q__pageContainer{box-sizing:border-box;max-width:1500px;margin:0 auto;padding:10px clamp(14px,1.8vw,28px) 36px}.StoreClient-module___UOY0q__storeCard{isolation:isolate;background:radial-gradient(circle at 18% -8%,#67e8f914,#0000 30%),radial-gradient(circle at 86% -10%,#74cda11a,#0000 32%),linear-gradient(#121827 0%,#0d1320 100%);border:1px solid #8b9ab82e;border-radius:18px;width:100%;animation:.5s cubic-bezier(.22,1,.36,1) both StoreClient-module___UOY0q__fadeInUp;position:relative;overflow:hidden;box-shadow:0 34px 80px #00000085,inset 0 1px #ffffff0a}.StoreClient-module___UOY0q__storeCard:before{content:"";pointer-events:none;z-index:0;background-color:#0000;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 48%);mask-image:linear-gradient(#000 0%,#0000 48%)}.StoreClient-module___UOY0q__heroBar{z-index:2;background:linear-gradient(135deg,#141c2dfa,#0b101cf5);border-bottom:1px solid #8b9ab829;justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:20px 30px;display:flex;position:relative;overflow:hidden}.StoreClient-module___UOY0q__heroLeft{z-index:1;align-items:center;gap:16px;padding-left:0;display:flex;position:relative}.StoreClient-module___UOY0q__heroIcon{color:#fff;background:linear-gradient(145deg,#ffffff1f,#ffffff0a);border:1px solid #fff3;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:inset 0 1px #ffffff14}.StoreClient-module___UOY0q__heroText{flex-direction:column;justify-content:center;gap:6px;display:flex}.StoreClient-module___UOY0q__heroEyebrow{color:#e9c97ad9;text-transform:uppercase;letter-spacing:.14em;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.StoreClient-module___UOY0q__heroTitle{color:#fff;letter-spacing:-.035em;background:linear-gradient(135deg,#fff 0%,#e9c97a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Lexend,sans-serif;font-size:clamp(2rem,2.4vw,2.65rem);font-weight:800;line-height:1}.StoreClient-module___UOY0q__heroTagline{color:#b8c5e0;margin:3px 0 0;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.4}.StoreClient-module___UOY0q__heroRight{z-index:1;align-items:flex-start;gap:10px;padding-top:4px;display:flex;position:relative}@media (min-width:769px){.StoreClient-module___UOY0q__heroRight{display:none}}.StoreClient-module___UOY0q__searchWrap{background:#080c14ad;border:1px solid #8b9ab82e;border-radius:11px;align-items:center;gap:8px;padding:7px 11px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;box-shadow:inset 0 1px #ffffff08}.StoreClient-module___UOY0q__searchWrap:focus-within{background:#090c14eb;border-color:#74cda161;box-shadow:0 0 0 3px #74cda114,0 10px 24px #0000003d}.StoreClient-module___UOY0q__searchIcon{color:#6e7a98;flex-shrink:0;transition:color .2s}.StoreClient-module___UOY0q__searchWrap:focus-within .StoreClient-module___UOY0q__searchIcon{color:#74cda1}.StoreClient-module___UOY0q__searchInput{color:#c9d0e3;background:0 0;border:none;outline:none;width:130px;min-width:130px;font-family:Inter,sans-serif;font-size:.8rem;transition:width .2s}.StoreClient-module___UOY0q__searchInput::placeholder{color:#4a5568}.StoreClient-module___UOY0q__searchInput:focus{width:170px}.StoreClient-module___UOY0q__categoryNav{scrollbar-width:thin;scrollbar-color:#e9c97a38 transparent;z-index:3;background:#0a0d156b;border-bottom:1px solid #333c5573;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex;position:sticky;top:0;overflow-x:auto}.StoreClient-module___UOY0q__categoryNavItems{scrollbar-width:thin;scrollbar-color:transparent transparent;flex:1;align-items:center;gap:10px;display:flex;overflow-x:auto}.StoreClient-module___UOY0q__categoryNavItems::-webkit-scrollbar{height:0}.StoreClient-module___UOY0q__categoryNav::-webkit-scrollbar{height:3px}.StoreClient-module___UOY0q__categoryNav::-webkit-scrollbar-track{background:0 0}.StoreClient-module___UOY0q__categoryNav::-webkit-scrollbar-thumb{background:#e9c97a38;border-radius:2px}.StoreClient-module___UOY0q__categoryNavBtn{color:#8b96b0;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:none;padding:8px 12px;font-family:inherit;font-size:.85rem;font-weight:500;transition:color .2s;position:relative}.StoreClient-module___UOY0q__categoryNavBtn:after{content:"";background:#e9c97a;height:2px;transition:transform .2s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:12px;right:12px;transform:scaleX(0)}.StoreClient-module___UOY0q__categoryNavBtn:hover{color:#d4ddf0}.StoreClient-module___UOY0q__categoryNavBtn:hover:after{transform:scaleX(.5)}.StoreClient-module___UOY0q__categoryNavBtnActive{color:#e9c97a;font-weight:600}.StoreClient-module___UOY0q__categoryNavBtnActive:after{transform:scaleX(1)}.StoreClient-module___UOY0q__bannerContainer{border-radius:12px;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.StoreClient-module___UOY0q__bannerImage{object-fit:cover;width:100%;height:auto;max-height:300px;display:block}.StoreClient-module___UOY0q__bannerControls{gap:8px;display:flex;position:absolute;top:12px;right:12px}.StoreClient-module___UOY0q__bannerEditBtn,.StoreClient-module___UOY0q__bannerRemoveBtn{color:#fff;cursor:pointer;background:#000000b3;border:1px solid #fff3;border-radius:6px;padding:6px 12px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;transition:background .2s}.StoreClient-module___UOY0q__bannerEditBtn:hover,.StoreClient-module___UOY0q__bannerRemoveBtn:hover{background:#000000d9}.StoreClient-module___UOY0q__bannerRemoveBtn{background:#ef4444b3;border-color:#ef444466}.StoreClient-module___UOY0q__bannerRemoveBtn:hover{background:#ef4444d9}.StoreClient-module___UOY0q__bannerEditPanel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141c2df2;border:1px solid #8b9ab84d;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex;position:absolute;top:12px;right:12px}.StoreClient-module___UOY0q__bannerFileInput{color:#c9d0e3;font-family:Inter,sans-serif;font-size:.8rem}.StoreClient-module___UOY0q__bannerFileInputHidden{display:none}.StoreClient-module___UOY0q__bannerCloseBtn{color:#e9c97a;cursor:pointer;background:#e9c97a33;border:1px solid #e9c97a66;border-radius:6px;padding:6px 12px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;transition:background .2s}.StoreClient-module___UOY0q__bannerCloseBtn:hover{background:#e9c97a4d}.StoreClient-module___UOY0q__bannerUploadPrompt{background:#e9c97a0d;border:1px dashed #e9c97a4d;border-radius:12px;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px;display:flex}.StoreClient-module___UOY0q__bannerUploadBtn{color:#e9c97a;cursor:pointer;background:#e9c97a26;border:1px solid #e9c97a4d;border-radius:6px;align-self:flex-start;padding:8px 16px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:background .2s}.StoreClient-module___UOY0q__bannerUploadBtn:hover{background:#e9c97a40}.StoreClient-module___UOY0q__body{z-index:1;gap:24px;max-width:1500px;min-height:500px;margin:0 auto;padding:24px;transition:all .3s cubic-bezier(.22,1,.36,1);display:grid;position:relative}.StoreClient-module___UOY0q__bodyWithoutCart{grid-template-columns:minmax(0,900px) 0fr;justify-content:center}.StoreClient-module___UOY0q__bodyWithCart{grid-template-columns:minmax(0,1fr) 360px}.StoreClient-module___UOY0q__mainContent{flex-direction:column;gap:18px;min-width:0;display:flex}.StoreClient-module___UOY0q__gridHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.StoreClient-module___UOY0q__gridEyebrow{color:#e9c97a99;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px;font-family:Inter,sans-serif;font-size:.72rem;font-weight:800;display:block}.StoreClient-module___UOY0q__gridTitle{color:#c9d0e3;letter-spacing:-.01em;margin:0;font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:800}.StoreClient-module___UOY0q__gridSubtitle{color:#6e7a98;max-width:600px;margin:6px 0 0;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.5}.StoreClient-module___UOY0q__gridCount{color:#6e7a98;background:#6e7a981a;border:1px solid #6e7a982e;border-radius:20px;padding:2px 8px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500}.StoreClient-module___UOY0q__cartPanel{min-width:0;transition:all .3s cubic-bezier(.22,1,.36,1);overflow:hidden}.StoreClient-module___UOY0q__cartPanelHidden{opacity:0;pointer-events:none;transform:translate(20px)}.StoreClient-module___UOY0q__cartPanelVisible{opacity:1;transform:translate(0)}.StoreClient-module___UOY0q__widgetsSection{border-top:1px solid #333c5573;padding-top:18px}.StoreClient-module___UOY0q__mobileCartDrawer{display:none}.StoreClient-module___UOY0q__successOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;animation:.3s ease-out StoreClient-module___UOY0q__fadeInUp;display:flex;position:fixed;inset:0}.StoreClient-module___UOY0q__successModal{text-align:center;background:radial-gradient(circle at top,#1c2438 0%,#111622 100%);border:1px solid #e9c97a47;border-radius:16px;width:100%;max-width:400px;padding:36px 32px;animation:.4s cubic-bezier(.22,1,.36,1) both StoreClient-module___UOY0q__fadeInUp;box-shadow:0 24px 64px #0009}.StoreClient-module___UOY0q__successIcon{justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.StoreClient-module___UOY0q__successTitle{color:#e9c97a;margin:0 0 10px;font-family:Lexend,sans-serif;font-size:1.4rem;font-weight:700}.StoreClient-module___UOY0q__successText{color:#c9d0e3;margin:0 0 24px;font-size:.9rem;line-height:1.5}.StoreClient-module___UOY0q__successBtn{color:#0d1117;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:linear-gradient(135deg,#b8821e,#e9c97a,#cc9a2e) 0 0/200%;border:none;border-radius:8px;padding:10px 24px;font-family:Lexend,sans-serif;font-size:.85rem;font-weight:700;transition:all .2s}.StoreClient-module___UOY0q__successBtn:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 6px 20px #e9c97a59}.StoreClient-module___UOY0q__storeFooter{z-index:1;background:#0c0f1899;border-top:1px solid #333c5573;padding:16px 28px;position:relative}.StoreClient-module___UOY0q__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.StoreClient-module___UOY0q__footerLeft{flex-direction:column;gap:4px;display:flex}.StoreClient-module___UOY0q__footerLabel{color:#e9c97a8c;text-transform:uppercase;letter-spacing:.08em;font-family:Lexend,sans-serif;font-size:.72rem;font-weight:700}.StoreClient-module___UOY0q__footerText{color:#4a5568;max-width:520px;margin:0;font-size:.78rem;line-height:1.5}.StoreClient-module___UOY0q__footerRight{flex-shrink:0}.StoreClient-module___UOY0q__footerLink{color:#6e7a98;cursor:pointer;font-size:.78rem;transition:color .15s}.StoreClient-module___UOY0q__footerLink:hover{color:#e9c97a}@media (max-width:1024px){.StoreClient-module___UOY0q__body{grid-template-columns:minmax(0,1fr) 320px;gap:18px;padding:18px}}@media (max-width:768px){.StoreClient-module___UOY0q__body{grid-template-columns:1fr}.StoreClient-module___UOY0q__categoryNav{padding:12px 16px}.StoreClient-module___UOY0q__cartPanel{display:none}.StoreClient-module___UOY0q__mobileCartDrawer{display:block}.StoreClient-module___UOY0q__widgetsSection{padding-top:14px}.StoreClient-module___UOY0q__heroBar{flex-wrap:wrap;gap:12px;padding:14px 16px}.StoreClient-module___UOY0q__heroRight{justify-content:flex-end;width:100%}.StoreClient-module___UOY0q__searchInput{width:100%;min-width:120px}.StoreClient-module___UOY0q__heroTitle{font-size:1.6rem}.StoreClient-module___UOY0q__mainContent{gap:14px}}
