@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jost:wght@300;400;500;600;700&display=swap";
.cart-module__Jmky-G__container{color:#1a1a1a;max-width:1200px;min-height:100vh;font-family:sans-serif;font-family:var(--font-space);background:#fff;margin:0 auto;padding:40px 20px}.cart-module__Jmky-G__header h1{letter-spacing:-1px;margin-bottom:6px;font-size:2.5rem;font-weight:900}.cart-module__Jmky-G__header p{color:#777;margin-bottom:40px}.cart-module__Jmky-G__cartContent{grid-template-columns:1fr 360px;gap:40px;display:grid}.cart-module__Jmky-G__cartItem{background:#fff;border:1px solid #f0f0f0;border-radius:14px;gap:22px;margin-bottom:20px;padding:22px;display:flex}.cart-module__Jmky-G__imageWrapper img{object-fit:cover;border-radius:10px;width:120px;height:140px}.cart-module__Jmky-G__itemDetails{flex:1}.cart-module__Jmky-G__itemHeader{justify-content:space-between;margin-bottom:14px;display:flex}.cart-module__Jmky-G__itemHeader h3{font-size:16px;font-weight:700}.cart-module__Jmky-G__itemHeader span{color:#888;font-size:12px}.cart-module__Jmky-G__price{font-size:16px;font-weight:700}.cart-module__Jmky-G__options{gap:32px;margin-bottom:18px;display:flex}.cart-module__Jmky-G__optionGroup label{color:#9ca3af;letter-spacing:1px;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.cart-module__Jmky-G__badge{border:1px solid #d1d5db;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-weight:600;display:flex}.cart-module__Jmky-G__colorBadge{align-items:center;gap:10px;font-size:15px;display:flex}.cart-module__Jmky-G__dot{background:#000;border-radius:50%;width:14px;height:14px}.cart-module__Jmky-G__itemFooter{align-items:center;gap:18px;display:flex}.cart-module__Jmky-G__quantity{border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:8px;width:fit-content;margin-top:15px;padding:5px;display:flex}.cart-module__Jmky-G__quantity button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;justify-content:center;align-items:center;width:25px;height:25px;transition:all .2s;display:flex}.cart-module__Jmky-G__quantity button:hover{background:#222;transform:scale(1.05)}.cart-module__Jmky-G__quantity button:active{transform:scale(.95)}.cart-module__Jmky-G__quantity button:disabled{color:#666;cursor:not-allowed;opacity:1;background:#ccc}.cart-module__Jmky-G__quantity span{text-align:center;min-width:30px;font-weight:600}.cart-module__Jmky-G__removeBtn{color:#bbb;cursor:pointer;background:0 0;border:none}.cart-module__Jmky-G__removeBtn:hover{color:#ff4d4d}.cart-module__Jmky-G__summaryCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:400px;padding:40px}.cart-module__Jmky-G__summaryTitle{color:#1a202c;letter-spacing:-.5px;margin-bottom:30px;font-size:1.5rem;font-weight:800}.cart-module__Jmky-G__summaryRow{color:#718096;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:1rem;display:flex}.cart-module__Jmky-G__summaryValue{color:#1a202c;font-weight:700}.cart-module__Jmky-G__divider{background-color:#edf2f7;height:1px;margin:20px 0}.cart-module__Jmky-G__totalRow{color:#1a202c;margin-top:25px}.cart-module__Jmky-G__totalRow span:first-child{font-size:1.1rem;font-weight:800}.cart-module__Jmky-G__totalValue{font-size:1.75rem;font-weight:900}.cart-module__Jmky-G__checkoutBtn{color:#1a202c;cursor:pointer;background-color:#f6e05e;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:30px;padding:18px;font-size:.95rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 10px 15px -3px #f6e05e4d}.cart-module__Jmky-G__checkoutBtn:hover{background-color:#facc15;transform:translateY(-1px)}.cart-module__Jmky-G__securePayments{text-align:center;margin-top:40px}.cart-module__Jmky-G__securePayments p{color:#a0aec0;letter-spacing:.05em;margin-bottom:15px;font-size:.7rem;font-weight:700}.cart-module__Jmky-G__paymentIcons{color:#718096;justify-content:center;gap:20px;display:flex}.cart-module__Jmky-G__mobileCheckout{z-index:9999;display:none}@media (max-width:768px){.cart-module__Jmky-G__container{padding-bottom:180px}}.cart-module__Jmky-G__cartItem{position:relative}.cart-module__Jmky-G__removeBtn{position:absolute;bottom:25px;right:20px}@media (max-width:1024px){.cart-module__Jmky-G__cartContent{grid-template-columns:1fr 320px;gap:30px}.cart-module__Jmky-G__summaryCard{padding:32px}.cart-module__Jmky-G__checkoutBtn{padding:16px}.cart-module__Jmky-G__cartItem{position:relative}.cart-module__Jmky-G__removeBtn{position:absolute;bottom:25px;right:20px}}@media (max-width:768px){.cart-module__Jmky-G__cartContent{grid-template-columns:1fr}.cart-module__Jmky-G__summaryCard{max-width:100%}.cart-module__Jmky-G__cartItem{flex-direction:row;align-items:flex-start;gap:14px}.cart-module__Jmky-G__imageWrapper img{object-fit:cover;width:90px;height:110px}.cart-module__Jmky-G__itemDetails{flex-direction:column;gap:8px;display:flex}.cart-module__Jmky-G__itemHeader{justify-content:space-between;align-items:flex-start;display:flex}.cart-module__Jmky-G__cartContent{flex-direction:column;display:flex}.cart-module__Jmky-G__mobileCheckout{bottom:calc(72px + env(safe-area-inset-bottom));z-index:1100;background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;display:flex;position:fixed;left:0;box-shadow:0 -6px 20px #00000014}.cart-module__Jmky-G__mobileTotal{font-size:20px;font-weight:800}.cart-module__Jmky-G__mobileCheckoutBtn{cursor:pointer;background:#f6e05e;border:none;border-radius:10px;padding:14px 28px;font-weight:700}.cart-module__Jmky-G__summary{order:2;margin-top:30px;margin-bottom:170px}.cart-module__Jmky-G__itemsList{order:1}.cart-module__Jmky-G__options{flex-direction:row;align-items:center;gap:20px;display:flex}.cart-module__Jmky-G__optionGroup{flex-direction:column;display:flex}.cart-module__Jmky-G__itemFooter{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.cart-module__Jmky-G__quantity{border:1px solid #e5e5e5;border-radius:12px;align-items:center;padding:6px 12px;display:flex}.cart-module__Jmky-G__quantity button{width:32px;height:32px}.cart-module__Jmky-G__quantity span{font-size:14px}.cart-module__Jmky-G__checkoutBtn,.cart-module__Jmky-G__securePayments{display:none}}@media (max-width:720px){.cart-module__Jmky-G__container{padding:30px 16px 180px}.cart-module__Jmky-G__header h1{font-size:2rem}.cart-module__Jmky-G__options{gap:24px}.cart-module__Jmky-G__badge{width:44px;height:44px}}@media (max-width:460px){.cart-module__Jmky-G__header h1{font-size:1.7rem}.cart-module__Jmky-G__cartItem{align-items:flex-start;gap:12px;display:flex}.cart-module__Jmky-G__imageWrapper{flex:0 0 100px}.cart-module__Jmky-G__imageWrapper img{object-fit:cover;width:110px;height:130px}.cart-module__Jmky-G__itemDetails{flex:1}.cart-module__Jmky-G__options{flex-direction:row;align-items:center;gap:20px;display:flex}.cart-module__Jmky-G__summaryCard{padding:24px}.cart-module__Jmky-G__checkoutBtn{padding:16px;font-size:.9rem}.cart-module__Jmky-G__itemHeader h3{font-size:14px}.cart-module__Jmky-G__itemHeader span{font-size:10px}.cart-module__Jmky-G__price{font-size:13px}.cart-module__Jmky-G__optionGroup label{font-size:9px}.cart-module__Jmky-G__badge{width:36px;height:36px;font-size:12px}.cart-module__Jmky-G__colorBadge{font-size:13px}.cart-module__Jmky-G__dot{width:10px;height:10px}.cart-module__Jmky-G__itemFooter{justify-content:space-between;align-items:center;gap:8px;display:flex}.cart-module__Jmky-G__quantity{border:1px solid #e5e5e5;border-radius:10px;flex:1;align-items:center;max-width:130px;margin-left:-12px;padding:4px 1px;display:flex}.cart-module__Jmky-G__quantity button{width:28px;height:28px}.cart-module__Jmky-G__quantity span{font-size:13px}.cart-module__Jmky-G__disabledBtn{opacity:.5;cursor:not-allowed;pointer-events:none}.cart-module__Jmky-G__quantity button:disabled{opacity:.4;cursor:not-allowed}.cart-module__Jmky-G__removeBtn{flex-shrink:0;margin-right:-10px;bottom:35px}}
.toast-module__NVVQZq__container{z-index:9999;flex-direction:column;gap:12px;display:flex;position:fixed;top:20px;right:20px}.toast-module__NVVQZq__toast{color:#000;background:#fff;border-radius:12px;align-items:center;gap:12px;min-width:280px;padding:14px 16px;animation:.3s toast-module__NVVQZq__slideIn;display:flex;position:relative;overflow:hidden}.toast-module__NVVQZq__iconBox{border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.toast-module__NVVQZq__success .toast-module__NVVQZq__iconBox{color:#000;background:gold}.toast-module__NVVQZq__error .toast-module__NVVQZq__iconBox{color:#ff3b3b;background:#ff3b3b26}.toast-module__NVVQZq__info .toast-module__NVVQZq__iconBox{color:#0af;background:#00aaff26}.toast-module__NVVQZq__message{flex:1;font-size:14px;font-weight:500}.toast-module__NVVQZq__progress{background:gold;width:100%;height:3px;animation:linear forwards toast-module__NVVQZq__progressAnim;position:absolute;bottom:0;left:0}@keyframes toast-module__NVVQZq__progressAnim{0%{width:100%}to{width:0%}}@keyframes toast-module__NVVQZq__slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}
.login-module__MevKGq__container{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-module__MevKGq__overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;justify-content:center;align-items:center;animation:.3s login-module__MevKGq__fadeIn;display:flex;position:fixed;inset:0}.login-module__MevKGq__card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;width:420px;padding:48px 42px;animation:.4s login-module__MevKGq__modalOpen;position:relative;box-shadow:0 30px 80px #00000040}@keyframes login-module__MevKGq__modalOpen{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes login-module__MevKGq__fadeIn{0%{opacity:0}to{opacity:1}}.login-module__MevKGq__close{cursor:pointer;color:#777;background:0 0;border:none;font-size:20px;transition:all .2s;position:absolute;top:14px;right:18px}.login-module__MevKGq__close:hover{color:#000;transform:rotate(90deg)scale(1.2)}.login-module__MevKGq__logo{letter-spacing:4px;color:#0b1a33;font-size:52px;font-weight:900;line-height:1.1}.login-module__MevKGq__line{background:linear-gradient(90deg,#ff6a00,#ffae00);border-radius:10px;width:70px;height:4px;margin:18px auto 28px}.login-module__MevKGq__title{margin-bottom:8px;font-size:24px;font-weight:800}.login-module__MevKGq__subtitle{color:#6b7280;margin-bottom:28px;font-size:14px}.login-module__MevKGq__phoneWrapper{gap:12px;width:100%;margin-bottom:22px;display:flex}.login-module__MevKGq__inputGroup{flex-direction:column;gap:16px;display:flex}.login-module__MevKGq__termsLink{color:#000;cursor:pointer;font-weight:600;text-decoration:underline}.login-module__MevKGq__termsLink:hover{opacity:.7}.login-module__MevKGq__phoneInput{box-sizing:border-box;color:#000;border:2px solid #111;border-radius:6px;outline:none;width:100%;margin-bottom:16px;padding:12px;font-size:16px;transition:all .2s}.login-module__MevKGq__phoneWrapper{width:100%;margin-bottom:16px}.login-module__MevKGq__phoneInput{width:100%}.login-module__MevKGq__phoneInput input{border:none;outline:none;width:100%;padding:12px;font-size:14px}.login-module__MevKGq__PhoneInput{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;padding:8px 12px;display:flex}.login-module__MevKGq__PhoneInputCountry{margin-right:10px}.login-module__MevKGq__logoWrapper{justify-content:center;align-items:center;display:flex}.login-module__MevKGq__logoImg{width:120px}.login-module__MevKGq__phoneInput:focus{border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a0026}.login-module__MevKGq__phoneInput::placeholder{color:#bbb;letter-spacing:2px}.login-module__MevKGq__otpButton{color:#000;cursor:pointer;background:linear-gradient(90deg,#ffd400,#fc0);border:2px solid #000;border-radius:8px;width:100%;margin-bottom:22px;padding:15px;font-size:16px;font-weight:900;transition:all .25s}.login-module__MevKGq__otpButton:hover{background:linear-gradient(90deg,#fc0,#ffb800);transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.login-module__MevKGq__terms{color:#9ca3af;font-size:12px}.login-module__MevKGq__terms span{color:#0b1a33;cursor:pointer;text-decoration:underline}@media (max-width:460px){.login-module__MevKGq__overlay{padding:20px}}
.ConfirmModal-module__nmPgBG__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out ConfirmModal-module__nmPgBG__fadeIn;display:flex;position:fixed;inset:0}.ConfirmModal-module__nmPgBG__modal{background:#fff;border-radius:12px;width:90%;max-width:400px;max-height:90vh;animation:.3s ease-out ConfirmModal-module__nmPgBG__slideIn;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ConfirmModal-module__nmPgBG__header{border-bottom:1px solid #e5e7eb;padding:24px 24px 0}.ConfirmModal-module__nmPgBG__title{color:#111827;margin:0;font-size:18px;font-weight:600}.ConfirmModal-module__nmPgBG__body{padding:20px 24px}.ConfirmModal-module__nmPgBG__message{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.ConfirmModal-module__nmPgBG__footer{justify-content:flex-end;gap:12px;padding:0 24px 24px;display:flex}.ConfirmModal-module__nmPgBG__cancelBtn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.ConfirmModal-module__nmPgBG__cancelBtn:hover{background:#f9fafb;border-color:#9ca3af}.ConfirmModal-module__nmPgBG__confirmBtn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.ConfirmModal-module__nmPgBG__confirmBtn:hover{background:#b91c1c}.ConfirmModal-module__nmPgBG__confirmBtn:active,.ConfirmModal-module__nmPgBG__cancelBtn:active{transform:translateY(1px)}@keyframes ConfirmModal-module__nmPgBG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmModal-module__nmPgBG__slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.ConfirmModal-module__nmPgBG__modal{width:calc(100% - 40px);margin:20px}.ConfirmModal-module__nmPgBG__footer{flex-direction:column}.ConfirmModal-module__nmPgBG__cancelBtn,.ConfirmModal-module__nmPgBG__confirmBtn{width:100%}}
.productcard-module__DkDChG__cardContainer{width:100%;font-family:var(--font-jakarta);flex-direction:column;display:flex}.productcard-module__DkDChG__imageWrapper{aspect-ratio:3/4;background-color:#f5f5f5;border-radius:20px;position:relative;overflow:hidden}.productcard-module__DkDChG__newBadge{color:#fff;letter-spacing:.5px;z-index:2;background-color:#b08968;border-radius:6px;padding:5px 10px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.productcard-module__DkDChG__productImage{object-fit:cover;width:100%;height:100%;display:block}.productcard-module__DkDChG__iconBtn{cursor:pointer;color:#000;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000001a}.productcard-module__DkDChG__iconBtn:disabled{opacity:.6;cursor:not-allowed}.productcard-module__DkDChG__spinner{border:2px solid #ccc;border-top-color:#222;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite productcard-module__DkDChG__spin;display:inline-block}@keyframes productcard-module__DkDChG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.productcard-module__DkDChG__iconBtn:hover{color:#fff;background:#fff;transform:scale(1.1)}.productcard-module__DkDChG__iconBtn:hover svg{transform:scale(1.1)}.productcard-module__DkDChG__viewBtn{color:#fff;cursor:pointer;opacity:0;width:80%;font-size:12px;font-weight:700;font-family:var(--font-space);background:#000;border:none;border-radius:5px;justify-content:center;align-items:center;gap:10px;padding:10px 25px;transition:opacity .3s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.productcard-module__DkDChG__imageWrapper:hover .productcard-module__DkDChG__viewBtn{opacity:1}.productcard-module__DkDChG__details{padding:12px 0}.productcard-module__DkDChG__row{justify-content:space-between;align-items:center;display:flex}.productcard-module__DkDChG__productName{text-transform:uppercase;font-size:14px;font-weight:700;font-family:var(--font-jakarta);margin:0}.productcard-module__DkDChG__rating{font-size:12px;font-weight:600}.productcard-module__DkDChG__iconOverlay{flex-direction:column;gap:10px;display:flex;position:absolute;top:15px;right:15px}.productcard-module__DkDChG__price{margin:5px 0 0;font-size:16px;font-weight:700}.productcard-module__DkDChG__ratingRow{align-items:center;gap:6px;margin-top:4px;display:flex}.productcard-module__DkDChG__stars{gap:2px;display:flex}.productcard-module__DkDChG__starFilled{color:#c28b5a}.productcard-module__DkDChG__starEmpty{color:#ddd}.productcard-module__DkDChG__reviewCount{color:#777;font-size:11px}.productcard-module__DkDChG__colorOptions{gap:6px;margin-top:6px;display:flex}.productcard-module__DkDChG__colorDot{border:1px solid #ccc;border-radius:50%;width:10px;height:10px}@media (max-width:720px){.productcard-module__DkDChG__imageWrapper{border-radius:18px}.productcard-module__DkDChG__iconOverlay{gap:6px;top:10px;right:10px}.productcard-module__DkDChG__viewBtn{letter-spacing:2px;border-radius:10px;width:75%;padding:8px 0;font-size:11px;bottom:12px}.productcard-module__DkDChG__details{padding-top:10px}.productcard-module__DkDChG__productName{margin-bottom:4px;font-size:13px;font-weight:700}.productcard-module__DkDChG__price{font-size:18px;font-weight:700}.productcard-module__DkDChG__rating{margin-top:2px;font-size:13px}.productcard-module__DkDChG__iconBtn{width:34px;height:34px}.productcard-module__DkDChG__iconBtn svg{width:16px;height:16px}}@media (max-width:460px){.productcard-module__DkDChG__productName{font-size:12px}.productcard-module__DkDChG__price{font-size:14px}.productcard-module__DkDChG__rating{font-size:11px}.productcard-module__DkDChG__iconOverlay{gap:6px;top:8px;right:8px}.productcard-module__DkDChG__iconBtn{width:28px;height:28px}.productcard-module__DkDChG__iconBtn svg{width:14px;height:14px}.productcard-module__DkDChG__viewBtn{border-radius:4px;width:70%;padding:6px 14px;font-size:10px;bottom:10px}}
.bestseller-module__bhUv_q__section{margin:0 auto;padding:60px 5%}.bestseller-module__bhUv_q__header{justify-content:center;align-items:center;margin-bottom:40px;display:flex;position:relative}.bestseller-module__bhUv_q__title{letter-spacing:-1px;font-size:48px;font-weight:700;font-family:var(--font-space);margin:0}.bestseller-module__bhUv_q__viewAllWrapper{justify-content:center;margin-top:30px;display:flex}.bestseller-module__bhUv_q__viewAll{color:#fff;cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-jakarta);background:#000;border:none;border-radius:8px;padding:10px 20px;position:absolute;right:60px}.bestseller-module__bhUv_q__grid{scroll-behavior:smooth;gap:20px;padding-bottom:10px;display:flex;overflow-x:auto}.bestseller-module__bhUv_q__grid::-webkit-scrollbar{display:none}.bestseller-module__bhUv_q__cardWrapper{flex-shrink:0;width:280px}.bestseller-module__bhUv_q__navButtons{gap:10px;display:flex;position:absolute;right:0}.bestseller-module__bhUv_q__navButtons button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:8px 12px}@media (max-width:1024px){.bestseller-module__bhUv_q__cardWrapper{min-width:calc(50% - 10px)}}@media (max-width:460px){@media (max-width:460px){.bestseller-module__bhUv_q__cardWrapper{width:180px}}}@media (max-width:1024px){.bestseller-module__bhUv_q__title{font-size:36px}.bestseller-module__bhUv_q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.bestseller-module__bhUv_q__header{flex-direction:column;gap:20px}.bestseller-module__bhUv_q__viewAll{position:static}.bestseller-module__bhUv_q__title{text-align:center;font-size:32px}.bestseller-module__bhUv_q__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:460px){.bestseller-module__bhUv_q__section{padding:40px 16px}.bestseller-module__bhUv_q__title{padding:12px 22px;font-size:22px}.bestseller-module__bhUv_q__grid{grid-template-columns:repeat(2,1fr);gap:14px}.bestseller-module__bhUv_q__viewAllWrapper{margin-top:25px}.bestseller-module__bhUv_q__viewAll{border-radius:10px;padding:10px 20px;font-size:12px}}
.BottomNav-module__VCeYPq__bottomNav{z-index:1000;width:100%;height:72px;padding:0 4px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:.5px solid #ebebeb;justify-content:space-around;align-items:stretch;animation:.42s cubic-bezier(.22,1,.36,1) both BottomNav-module__VCeYPq__navSlideUp;display:flex;position:fixed;bottom:0;left:0}@media (min-width:768px){.BottomNav-module__VCeYPq__bottomNav{display:none}}@keyframes BottomNav-module__VCeYPq__navSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.BottomNav-module__VCeYPq__navItem{color:#b8b8b8;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding-top:10px;padding-bottom:8px;text-decoration:none;transition:color .22s;display:flex;position:relative}.BottomNav-module__VCeYPq__navItem:before{content:"";background:#000;border-radius:0 0 2px 2px;width:28px;height:2px;transition:transform .32s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:50%;transform:translate(-50%)scaleX(0)}.BottomNav-module__VCeYPq__navItem.BottomNav-module__VCeYPq__active:before{transform:translate(-50%)scaleX(1)}.BottomNav-module__VCeYPq__iconWrap{border-radius:14px;justify-content:center;align-items:center;width:40px;height:30px;transition:transform .28s cubic-bezier(.34,1.56,.64,1),background .22s;display:flex;position:relative}.BottomNav-module__VCeYPq__iconWrap:after{content:"";opacity:0;background:#000;border-radius:14px;transition:opacity .26s cubic-bezier(.34,1.56,.64,1),transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;inset:0;transform:scale(.55)}.BottomNav-module__VCeYPq__navLabel{letter-spacing:.4px;text-transform:uppercase;color:inherit;font-size:9.5px;font-weight:500;line-height:1;transition:color .22s,font-weight .18s}.BottomNav-module__VCeYPq__navItem.BottomNav-module__VCeYPq__active{color:#000}.BottomNav-module__VCeYPq__navItem.BottomNav-module__VCeYPq__active .BottomNav-module__VCeYPq__iconWrap{transform:translateY(-2px)}.BottomNav-module__VCeYPq__navItem.BottomNav-module__VCeYPq__active .BottomNav-module__VCeYPq__iconWrap:after{opacity:.065;transform:scale(1)}.BottomNav-module__VCeYPq__navItem.BottomNav-module__VCeYPq__active .BottomNav-module__VCeYPq__navLabel{letter-spacing:.6px;font-weight:700}@media (hover:hover){.BottomNav-module__VCeYPq__navItem:not(.BottomNav-module__VCeYPq__active):hover{color:#666}.BottomNav-module__VCeYPq__navItem:not(.BottomNav-module__VCeYPq__active):hover .BottomNav-module__VCeYPq__iconWrap{transform:translateY(-1px)}}.BottomNav-module__VCeYPq__navItem:active .BottomNav-module__VCeYPq__iconWrap{transition-duration:.1s;transform:scale(.88)translateY(0)!important}.BottomNav-module__VCeYPq__badge{color:#fff;background:#e53935;border:1.5px solid #fff;border-radius:7px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:8.5px;font-weight:800;line-height:1;animation:.32s cubic-bezier(.34,1.56,.64,1) both BottomNav-module__VCeYPq__badgePop;display:flex;position:absolute;top:1px;right:1px}@keyframes BottomNav-module__VCeYPq__badgePop{0%{opacity:0;transform:scale(0)rotate(-15deg)}to{opacity:1;transform:scale(1)rotate(0)}}
.branding-module__L92xvW__brandingContainer{color:#fff;text-align:center;font-family:var(--font-jakarta);background-color:#000;justify-content:center;align-items:center;padding:80px 20px;display:flex}.branding-module__L92xvW__content{max-width:1200px}.branding-module__L92xvW__hashtag{letter-spacing:2px;margin-top:0;margin-bottom:30px;font-size:48px;font-weight:700}.branding-module__L92xvW__description{letter-spacing:1px;text-transform:uppercase;color:#ccc;margin-bottom:10px;font-size:14px}.branding-module__L92xvW__handle{color:#fff;font-weight:700}.branding-module__L92xvW__linkText{letter-spacing:1px;text-transform:uppercase;color:#ccc;font-size:14px}.branding-module__L92xvW__link{color:#fff;text-underline-offset:4px;font-weight:600;text-decoration:underline}.branding-module__L92xvW__link:hover{color:#aaa}@media (max-width:1024px){.branding-module__L92xvW__brandingContainer{padding:70px 30px}.branding-module__L92xvW__hashtag{font-size:40px}.branding-module__L92xvW__description,.branding-module__L92xvW__linkText{font-size:13px}}@media (max-width:720px){.branding-module__L92xvW__brandingContainer{padding:60px 20px}.branding-module__L92xvW__hashtag{letter-spacing:1.5px;font-size:32px}.branding-module__L92xvW__description,.branding-module__L92xvW__linkText{font-size:12px;line-height:1.6}}@media (max-width:460px){.branding-module__L92xvW__brandingContainer{padding:50px 15px}.branding-module__L92xvW__hashtag{letter-spacing:1px;font-size:26px}.branding-module__L92xvW__description,.branding-module__L92xvW__linkText{font-size:11px}}
.card-module__NzhdZq__container{background:#0b0c10;flex-direction:column;align-items:center;width:100%;padding:48px 24px 40px;font-family:Sora,DM Sans,sans-serif;display:flex}.card-module__NzhdZq__sectionHeader{justify-content:space-between;align-items:flex-end;width:100%;max-width:1200px;margin-bottom:24px;display:flex}.card-module__NzhdZq__headerLeft{flex-direction:column;gap:4px;display:flex}.card-module__NzhdZq__headerEyebrow{letter-spacing:.18em;text-transform:uppercase;color:#c9a84c;font-size:11px;font-weight:600}.card-module__NzhdZq__headerTitle{color:#f5f0e8;letter-spacing:-.02em;margin:0;font-size:26px;font-weight:700}.card-module__NzhdZq__headerCount{color:#6b6b7a;font-variant-numeric:tabular-nums;font-size:13px}.card-module__NzhdZq__carouselContainer{width:100%;max-width:1200px;position:relative}.card-module__NzhdZq__cardWrapper{scroll-behavior:smooth;scroll-snap-type:x mandatory;gap:20px;width:100%;display:flex;overflow-x:auto}.card-module__NzhdZq__cardWrapper::-webkit-scrollbar{display:none}.card-module__NzhdZq__transitioning .card-module__NzhdZq__card{pointer-events:none}.card-module__NzhdZq__card{aspect-ratio:16/9;scroll-snap-align:start;cursor:pointer;border:1px solid #ffffff0f;border-radius:28px;flex:0 0 100%;transition:transform .35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.card-module__NzhdZq__cardGradient{z-index:1;background:linear-gradient(90deg,#000000c7 0%,#00000061 50%,#00000026 100%),linear-gradient(#0000 45%,#000000b3 100%);position:absolute;inset:0}.card-module__NzhdZq__shimmerBorder{border-radius:inherit;opacity:0;pointer-events:none;z-index:2;background:0 0;transition:opacity .4s;position:absolute;inset:0;box-shadow:inset 0 0 0 1.5px #c9a84c00}.card-module__NzhdZq__cardActive .card-module__NzhdZq__shimmerBorder{opacity:1;animation:2.8s ease-in-out infinite card-module__NzhdZq__shimmerPulse}@keyframes card-module__NzhdZq__shimmerPulse{0%,to{box-shadow:inset 0 0 0 1.5px #c9a84c80,0 0 22px #c9a84c1f}50%{box-shadow:inset 0 0 0 1.5px #ffd764d9,0 0 32px #c9a84c47}}.card-module__NzhdZq__badge{z-index:5;letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);border-radius:100px;padding:5px 12px;font-size:10px;font-weight:700;position:absolute;top:18px;right:20px}@keyframes card-module__NzhdZq__livePulse{0%,to{opacity:1}50%{opacity:.65}}.card-module__NzhdZq__glassPanel{z-index:5;justify-content:space-between;align-items:flex-end;gap:20px;padding:20px 28px 22px;display:flex;position:absolute;bottom:0;left:0;right:0}.card-module__NzhdZq__glassPanelLeft{flex-direction:column;gap:4px;min-width:0;display:flex}.card-module__NzhdZq__campaignLabel{letter-spacing:.16em;text-transform:uppercase;color:#c9a84cd9;margin:0;font-size:10px;font-weight:600}.card-module__NzhdZq__campaignName{color:#f5f0e8;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;max-width:520px;margin:0;font-size:clamp(16px,2.4vw,22px);font-weight:700;line-height:1.2;overflow:hidden}.card-module__NzhdZq__prize{color:#f5f0e8b3;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin:2px 0 0;font-size:13px;display:flex;overflow:hidden}.card-module__NzhdZq__prizeIcon{font-size:13px}.card-module__NzhdZq__glassPanelRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.card-module__NzhdZq__countdownBox{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.card-module__NzhdZq__countdownLabel{letter-spacing:.12em;text-transform:uppercase;color:#c9a84cb3;font-size:9px;font-weight:600}.card-module__NzhdZq__countdownValue{color:#f0c040;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:clamp(13px,1.6vw,16px);font-weight:700}.card-module__NzhdZq__enterBtn{color:#1a1200;letter-spacing:.02em;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#c9a84c,#e8c96a);border-radius:100px;align-items:center;gap:6px;padding:9px 20px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 18px #c9a84c61}.card-module__NzhdZq__card:hover .card-module__NzhdZq__enterBtn{transform:translateY(-1px);box-shadow:0 6px 22px #c9a84c80}.card-module__NzhdZq__notchLeft,.card-module__NzhdZq__notchRight{z-index:6;background:#0b0c10;border-radius:50%;width:18px;height:18px;position:absolute;top:50%;transform:translateY(-50%)}.card-module__NzhdZq__notchLeft{left:-9px}.card-module__NzhdZq__notchRight{right:-9px}.card-module__NzhdZq__leftArrow,.card-module__NzhdZq__rightArrow{z-index:10;-webkit-backdrop-filter:blur(10px);color:#c9a84c;cursor:pointer;background:#0f0e14d9;border:1px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #0006}.card-module__NzhdZq__leftArrow{left:-58px}.card-module__NzhdZq__rightArrow{right:-58px}.card-module__NzhdZq__leftArrow:hover:not(:disabled),.card-module__NzhdZq__rightArrow:hover:not(:disabled){background:#c9a84c26;border-color:#c9a84ca6;transform:translateY(-50%)scale(1.08);box-shadow:0 0 18px #c9a84c40}.card-module__NzhdZq__leftArrow:disabled,.card-module__NzhdZq__rightArrow:disabled{opacity:.22;cursor:not-allowed}.card-module__NzhdZq__pagination{align-items:center;gap:8px;margin-top:22px;display:flex}.card-module__NzhdZq__dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:width .35s cubic-bezier(.34,1.56,.64,1),background .3s,box-shadow .3s}.card-module__NzhdZq__dot:hover{background:#c9a84c80}.card-module__NzhdZq__dotActive{background:linear-gradient(90deg,#c9a84c,#e8c96a);border-radius:100px;width:28px;box-shadow:0 0 10px #c9a84c80}@media (max-width:1100px){.card-module__NzhdZq__leftArrow{left:-44px}.card-module__NzhdZq__rightArrow{right:-44px}}@media (max-width:900px){.card-module__NzhdZq__container{padding:36px 16px 32px}.card-module__NzhdZq__leftArrow,.card-module__NzhdZq__rightArrow{display:none}.card-module__NzhdZq__glassPanel{padding:16px 20px 18px}.card-module__NzhdZq__campaignName{font-size:16px}.card-module__NzhdZq__enterBtn{padding:8px 16px;font-size:12px}.card-module__NzhdZq__notchLeft,.card-module__NzhdZq__notchRight{display:none}}@media (max-width:600px){.card-module__NzhdZq__container{padding:28px 12px 24px}.card-module__NzhdZq__headerTitle{font-size:20px}.card-module__NzhdZq__card{border-radius:20px}.card-module__NzhdZq__glassPanel{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px 16px}.card-module__NzhdZq__glassPanelRight{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.card-module__NzhdZq__countdownBox{align-items:flex-start}.card-module__NzhdZq__badge{top:12px;right:14px}}@media (max-width:400px){.card-module__NzhdZq__campaignName{font-size:14px}.card-module__NzhdZq__enterBtn{padding:7px 14px;font-size:11px}}
:root{--c-bg:#e9e8e3;--c-black:#111;--c-white:#fff;--c-card-bg:#1c1c1c;--c-label-bg:#ffffffeb;--ease:cubic-bezier(.22, 1, .36, 1);--radius:18px;--gap:14px;--row-h:264px;--grid-h:calc(var(--row-h) * 2 + var(--gap))}.collection-module__ZP9Jza__wrapper{background-color:var(--c-bg);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;padding:72px 40px 80px}.collection-module__ZP9Jza__header{align-items:center;gap:28px;max-width:1200px;margin:0 auto 36px;display:flex}.collection-module__ZP9Jza__rule{background:var(--c-black);opacity:.85;flex:1;height:1.5px;display:block}.collection-module__ZP9Jza__headerText{text-align:center;flex-shrink:0}.collection-module__ZP9Jza__title{letter-spacing:10px;color:var(--c-black);text-transform:uppercase;margin:0;font-family:Bebas Neue,sans-serif;font-size:clamp(52px,8vw,88px);font-weight:400;line-height:.95}.collection-module__ZP9Jza__subtitle{letter-spacing:3.5px;color:#555;text-transform:uppercase;margin:8px 0 0;font-family:Jost,sans-serif;font-size:10.5px;font-weight:400}.collection-module__ZP9Jza__desktopGrid{gap:var(--gap);max-width:1200px;height:var(--grid-h);grid-template-columns:1fr 1fr 1fr;margin:0 auto;display:grid}.collection-module__ZP9Jza__mobileGrid{display:none}.collection-module__ZP9Jza__col{gap:var(--gap);flex-direction:column;height:100%;display:flex}.collection-module__ZP9Jza__col .collection-module__ZP9Jza__card{flex:1;min-height:0}.collection-module__ZP9Jza__newArrivalCard{height:100%}.collection-module__ZP9Jza__card{border-radius:var(--radius);background:var(--c-card-bg);cursor:pointer;isolation:isolate;opacity:0;animation:collection-module__ZP9Jza__cardIn .6s var(--ease) forwards;position:relative;overflow:hidden;transform:translateY(20px)}.collection-module__ZP9Jza__col:first-child .collection-module__ZP9Jza__card:first-child{animation-delay:50ms}.collection-module__ZP9Jza__col:first-child .collection-module__ZP9Jza__card:nth-child(2){animation-delay:.15s}.collection-module__ZP9Jza__newArrivalCard{animation-delay:.1s}.collection-module__ZP9Jza__col:nth-child(3) .collection-module__ZP9Jza__card:first-child{animation-delay:.2s}.collection-module__ZP9Jza__col:nth-child(3) .collection-module__ZP9Jza__card:nth-child(2){animation-delay:.3s}@keyframes collection-module__ZP9Jza__cardIn{to{opacity:1;transform:translateY(0)}}.collection-module__ZP9Jza__img{object-fit:cover;object-position:center top;transition:transform .7s var(--ease);will-change:transform}.collection-module__ZP9Jza__card:hover .collection-module__ZP9Jza__img{transform:scale(1.06)}.collection-module__ZP9Jza__overlay{z-index:2;background:linear-gradient(#0000 32%,#00000047 62%,#000000c7 100%);flex-direction:column;justify-content:flex-end;gap:10px;padding:20px 20px 22px;display:flex;position:absolute;inset:0}.collection-module__ZP9Jza__cardTitle{color:var(--c-white);letter-spacing:.4px;text-transform:uppercase;transition:transform .45s var(--ease);font-family:Jost,sans-serif;font-size:18px;font-weight:700;line-height:1.15;display:block}.collection-module__ZP9Jza__card:hover .collection-module__ZP9Jza__cardTitle{transform:translateY(-2px)}.collection-module__ZP9Jza__exploreBtn{color:var(--c-white);letter-spacing:2.2px;cursor:pointer;width:fit-content;transition:background .3s ease, border-color .3s ease, transform .45s var(--ease);background:0 0;border:1.5px solid #ffffff8c;border-radius:100px;align-items:center;gap:8px;padding:7px 16px;font-family:Jost,sans-serif;font-size:9.5px;font-weight:500;display:inline-flex}.collection-module__ZP9Jza__exploreBtn:hover{background:#ffffff2e;border-color:#ffffffe6}.collection-module__ZP9Jza__card:hover .collection-module__ZP9Jza__exploreBtn{transform:translateY(-2px)}.collection-module__ZP9Jza__arrow{transition:transform .3s var(--ease);display:inline-block}.collection-module__ZP9Jza__card:hover .collection-module__ZP9Jza__arrow,.collection-module__ZP9Jza__viewAllBtn:hover .collection-module__ZP9Jza__arrow{transform:translate(4px)}.collection-module__ZP9Jza__newBadge{z-index:5;background:var(--c-black);color:var(--c-white);letter-spacing:2.5px;border-radius:100px;padding:7px 18px;font-family:Jost,sans-serif;font-size:9.5px;font-weight:600;animation:3s ease-in-out infinite collection-module__ZP9Jza__badgePulse;position:absolute;top:16px;right:16px}@keyframes collection-module__ZP9Jza__badgePulse{0%,to{box-shadow:0 0 #0000004d}50%{box-shadow:0 0 0 6px #0000}}.collection-module__ZP9Jza__footer{justify-content:center;max-width:1200px;margin:36px auto 0;display:flex}.collection-module__ZP9Jza__viewAllBtn{background:var(--c-black);color:var(--c-white);letter-spacing:2.8px;cursor:pointer;transition:background .3s ease, transform .4s var(--ease), box-shadow .4s ease;border:none;border-radius:100px;align-items:center;gap:14px;padding:16px 52px;font-family:Jost,sans-serif;font-size:10.5px;font-weight:500;display:inline-flex}.collection-module__ZP9Jza__viewAllBtn:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 10px 32px #00000038}@media (max-width:900px){:root{--row-h:220px}.collection-module__ZP9Jza__title{letter-spacing:7px;font-size:52px}.collection-module__ZP9Jza__cardTitle{font-size:15px}}@media (max-width:768px){.collection-module__ZP9Jza__wrapper{padding:56px 16px 64px}.collection-module__ZP9Jza__header{gap:18px;margin-bottom:24px}.collection-module__ZP9Jza__title{letter-spacing:5px;font-size:42px}.collection-module__ZP9Jza__subtitle{letter-spacing:2.5px;font-size:9px}.collection-module__ZP9Jza__desktopGrid{display:none}.collection-module__ZP9Jza__mobileGrid{flex-direction:column;gap:12px;max-width:480px;margin:0 auto;display:flex}.collection-module__ZP9Jza__mobileRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.collection-module__ZP9Jza__mobileRow .collection-module__ZP9Jza__card{border-radius:14px;height:185px}.collection-module__ZP9Jza__mobileNewArrival{border-radius:14px;height:240px}.collection-module__ZP9Jza__mobileRow:first-child .collection-module__ZP9Jza__card:first-child{animation-delay:50ms}.collection-module__ZP9Jza__mobileRow:first-child .collection-module__ZP9Jza__card:nth-child(2){animation-delay:.12s}.collection-module__ZP9Jza__mobileNewArrival{animation-delay:.18s}.collection-module__ZP9Jza__mobileRow:nth-child(3) .collection-module__ZP9Jza__card:first-child{animation-delay:.24s}.collection-module__ZP9Jza__mobileRow:nth-child(3) .collection-module__ZP9Jza__card:nth-child(2){animation-delay:.3s}.collection-module__ZP9Jza__cardTitle{font-size:13px}.collection-module__ZP9Jza__exploreBtn{letter-spacing:1.8px;padding:6px 12px;font-size:8.5px}.collection-module__ZP9Jza__overlay{gap:8px;padding:14px 14px 16px}.collection-module__ZP9Jza__viewAllBtn{letter-spacing:2.2px;padding:14px 36px;font-size:9.5px}}@media (max-width:420px){.collection-module__ZP9Jza__title{letter-spacing:4px;font-size:34px}.collection-module__ZP9Jza__mobileRow .collection-module__ZP9Jza__card{height:158px}.collection-module__ZP9Jza__mobileNewArrival{height:210px}.collection-module__ZP9Jza__cardTitle{font-size:11.5px}.collection-module__ZP9Jza__rule{display:none}.collection-module__ZP9Jza__header{justify-content:center}.collection-module__ZP9Jza__headerText{text-align:center;width:100%}}@media (max-width:320px){.collection-module__ZP9Jza__wrapper{padding:44px 10px 52px}.collection-module__ZP9Jza__title{letter-spacing:3px;font-size:28px}.collection-module__ZP9Jza__mobileRow .collection-module__ZP9Jza__card{border-radius:12px;height:138px}.collection-module__ZP9Jza__mobileNewArrival{border-radius:12px;height:185px}.collection-module__ZP9Jza__cardTitle{font-size:10px}.collection-module__ZP9Jza__exploreBtn{padding:5px 10px;font-size:7.5px}.collection-module__ZP9Jza__viewAllBtn{padding:12px 26px;font-size:9px}}
.designing-module__HtV6Wq__container{text-align:center;font-family:var(--font-jakarta);background:#f8f8f8;flex-direction:column;align-items:center;padding:80px 20px;display:flex}.designing-module__HtV6Wq__header{margin-bottom:60px}.designing-module__HtV6Wq__subtext{letter-spacing:4px;text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:600}.designing-module__HtV6Wq__title{letter-spacing:-2px;font-size:64px;font-weight:800;font-family:var(--font-jakarta);justify-content:center;align-items:center;gap:15px;margin:0;display:flex}.designing-module__HtV6Wq__badge{color:#fff;background-color:#000;border-radius:20px;align-items:center;height:80px;padding:0 25px;display:flex}.designing-module__HtV6Wq__grid{grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:1100px;margin-bottom:60px;display:grid}.designing-module__HtV6Wq__stepCard{flex-direction:column;align-items:center;display:flex}.designing-module__HtV6Wq__iconWrapper{color:#fff;background-color:#000;border-radius:12px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:25px;display:flex}.designing-module__HtV6Wq__stepTitle{letter-spacing:1px;margin-bottom:16px;font-size:18px;font-weight:700}.designing-module__HtV6Wq__stepDescription{color:#444;max-width:250px;font-size:14px;font-weight:400;line-height:1.5}.designing-module__HtV6Wq__ctaButton{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:12px;padding:20px 50px;font-size:15px;font-weight:800;transition:transform .2s}.designing-module__HtV6Wq__ctaButton:hover{transform:scale(1.02)}@media (max-width:1024px){.designing-module__HtV6Wq__container{padding:70px 25px}.designing-module__HtV6Wq__title{font-size:52px}.designing-module__HtV6Wq__grid{grid-template-columns:repeat(3,1fr);gap:30px}.designing-module__HtV6Wq__stepDescription{font-size:13px}}@media (max-width:720px){.designing-module__HtV6Wq__container{background:#f6f2f2;padding:60px 20px}.designing-module__HtV6Wq__header{margin-bottom:50px}.designing-module__HtV6Wq__subtext{letter-spacing:3px;font-size:12px}.designing-module__HtV6Wq__title{letter-spacing:-1px;flex-direction:column;gap:0;font-size:36px}.designing-module__HtV6Wq__badge{border-radius:16px;height:55px;padding:0 18px}.designing-module__HtV6Wq__grid{grid-template-columns:1fr;gap:70px}.designing-module__HtV6Wq__iconWrapper{border-radius:14px;width:65px;height:65px}.designing-module__HtV6Wq__stepTitle{font-size:18px}.designing-module__HtV6Wq__stepDescription{max-width:320px;font-size:15px}.designing-module__HtV6Wq__ctaButton{padding:18px 40px;font-size:14px}.designing-module__HtV6Wq__badge{display:none}}@media (max-width:460px){.designing-module__HtV6Wq__container{padding:50px 18px}.designing-module__HtV6Wq__title{font-size:34px;line-height:1.2}.designing-module__HtV6Wq__badge{height:48px;padding:0 15px}.designing-module__HtV6Wq__iconWrapper{width:60px;height:60px}.designing-module__HtV6Wq__stepTitle{font-size:17px}.designing-module__HtV6Wq__stepDescription{font-size:14px}.designing-module__HtV6Wq__ctaButton{width:100%;max-width:280px;padding:16px;font-size:13px}}
:root{--h-white:#f2f0ec;--h-dark:#181818;--h-black:#111;--h-muted:#6b6b6b;--h-divider:#d0cec9;--ease:cubic-bezier(.22, 1, .36, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--header-height:20px}.hero-module__lQX3Aa__wrapper{background:var(--h-white);flex-direction:column;width:100%;display:flex}.hero-module__lQX3Aa__heroContainer{width:100%;min-height:calc(100vh - var(--header-height));display:flex;overflow:hidden}@keyframes hero-module__lQX3Aa__fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-module__lQX3Aa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes hero-module__lQX3Aa__slideRight{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes hero-module__lQX3Aa__ruleExpand{0%{width:0}to{width:60px}}@keyframes hero-module__lQX3Aa__panelReveal{0%{clip-path:inset(0 100% 0 0);opacity:0}to{clip-path:inset(0 0% 0 0);opacity:1}}@keyframes hero-module__lQX3Aa__imageFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hero-module__lQX3Aa__shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes hero-module__lQX3Aa__borderPulse{0%,to{box-shadow:0 0 #1110}50%{box-shadow:0 0 0 3px #11111114}}@keyframes hero-module__lQX3Aa__dotPulse{0%,to{opacity:.28}50%{opacity:.7}}@keyframes hero-module__lQX3Aa__taglineScroll{0%{transform:rotate(180deg)translate(0)}to{transform:rotate(180deg)translate(-60px)}}@keyframes hero-module__lQX3Aa__featureScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hero-module__lQX3Aa__iconPop{0%{transform:scale(1)}40%{transform:scale(1.18)rotate(-4deg)}70%{transform:scale(.95)rotate(2deg)}to{transform:scale(1)rotate(0)}}@keyframes hero-module__lQX3Aa__splitRevealLight{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}@keyframes hero-module__lQX3Aa__splitRevealDark{0%{transform-origin:100%;transform:scaleX(0)}to{transform-origin:100%;transform:scaleX(1)}}@keyframes hero-module__lQX3Aa__grainMove{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(2px,-2px)}60%{transform:translate(-1px,3px)}80%{transform:translate(3px,-1px)}to{transform:translate(0)}}.hero-module__lQX3Aa__leftPanel{background:var(--h-white);z-index:2;flex-direction:column;flex:0 0 44%;justify-content:center;padding:72px 56px 72px 7%;display:flex;position:relative}.hero-module__lQX3Aa__leftPanel:before{content:"";pointer-events:none;opacity:.018;z-index:10;background-size:200px;animation:.4s step-end infinite hero-module__lQX3Aa__grainMove;position:absolute;inset:0}.hero-module__lQX3Aa__leftPanel:after{content:"";background:linear-gradient(to bottom, transparent 0%, var(--h-black) 30%, var(--h-black) 70%, transparent 100%);opacity:0;width:2.5px;height:70%;animation:hero-module__lQX3Aa__fadeIn .8s var(--ease) 1.4s forwards;position:absolute;top:15%;left:0}.hero-module__lQX3Aa__eyebrow{letter-spacing:2.8px;color:var(--h-muted);text-transform:uppercase;font-size:11px;font-weight:500;font-family:var(--font-inter);opacity:0;animation:hero-module__lQX3Aa__slideRight .7s var(--ease) .2s forwards;margin:0 0 22px}.hero-module__lQX3Aa__title{font-size:clamp(80px,7vw,106px);font-family:var(--font-jakarta);letter-spacing:-1.5px;text-transform:uppercase;color:var(--h-black);opacity:0;animation:hero-module__lQX3Aa__fadeUp .9s var(--ease) .38s forwards;transition:color .4s var(--ease);-webkit-background-clip:text;background-clip:text;margin:0 0 26px;font-weight:900;line-height:.93;position:relative}.hero-module__lQX3Aa__title:hover{background:linear-gradient(90deg, var(--h-black) 0%, #444 40%, var(--h-black) 60%, #222 100%);-webkit-text-fill-color:transparent;animation:hero-module__lQX3Aa__fadeUp .9s var(--ease) .38s forwards, hero-module__lQX3Aa__shimmer 1.4s linear infinite;background-size:200%;-webkit-background-clip:text;background-clip:text}.hero-module__lQX3Aa__eyebrow,.hero-module__lQX3Aa__sub,.hero-module__lQX3Aa__inlineText,.hero-module__lQX3Aa__featureText{font-family:var(--font-inter)}.hero-module__lQX3Aa__rule{background:var(--h-black);width:0;height:2px;animation:hero-module__lQX3Aa__ruleExpand .6s var(--ease) .8s forwards;margin-bottom:20px;position:relative;overflow:visible}.hero-module__lQX3Aa__rule:after{content:"";background:var(--h-black);opacity:0;width:5px;height:5px;animation:hero-module__lQX3Aa__fadeIn .4s var(--ease) 1.4s forwards;border-radius:50%;position:absolute;top:50%;right:-4px;transform:translateY(-50%)}.hero-module__lQX3Aa__sub{letter-spacing:2.2px;color:var(--h-muted);text-transform:uppercase;opacity:0;animation:hero-module__lQX3Aa__fadeUp .7s var(--ease) .95s forwards;margin:0 0 40px;font-size:12.5px;font-weight:400;line-height:1.6}.hero-module__lQX3Aa__btnGroup{opacity:0;animation:hero-module__lQX3Aa__fadeUp .7s var(--ease) 1.1s forwards;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:52px;display:flex}.hero-module__lQX3Aa__shopBtn{background:var(--h-black);color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);isolation:isolate;border:none;border-radius:3px;align-items:center;gap:6px;padding:16px 36px;font-size:11.5px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.hero-module__lQX3Aa__shopBtn:before{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff1f 50%,#0000 70%);transition:transform;position:absolute;inset:0;transform:translate(-100%)}.hero-module__lQX3Aa__shopBtn:hover:before{transition:transform .5s var(--ease);transform:translate(100%)}.hero-module__lQX3Aa__shopBtn:hover{background:#2a2a2a;transform:translateY(-3px);box-shadow:0 10px 28px #11111138,0 4px 8px #11111124}.hero-module__lQX3Aa__shopBtn:active{transform:translateY(-1px);box-shadow:0 4px 10px #1111112e}.hero-module__lQX3Aa__customizeBtn{color:var(--h-black);border:1.5px solid var(--h-black);letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);background:0 0;border-radius:3px;padding:15px 28px;font-size:11px;font-weight:600;animation:3s ease-in-out 2s infinite hero-module__lQX3Aa__borderPulse;position:relative;overflow:hidden}.hero-module__lQX3Aa__customizeBtn:before{content:"";background:var(--h-black);transform-origin:0;transition:transform .35s var(--ease);z-index:-1;position:absolute;inset:0;transform:scaleX(0)}.hero-module__lQX3Aa__customizeBtn:hover:before{transform:scaleX(1)}.hero-module__lQX3Aa__customizeBtn:hover{color:#fff;transform:translateY(-3px);box-shadow:0 8px 22px #11111129}.hero-module__lQX3Aa__customizeBtn:active{transform:translateY(-1px)}.hero-module__lQX3Aa__inlineFeatures{opacity:0;animation:hero-module__lQX3Aa__fadeUp .7s var(--ease) 1.3s forwards;align-items:flex-start;gap:36px;display:flex}.hero-module__lQX3Aa__inlineFeatureItem{cursor:default;transition:transform .3s var(--ease-spring);align-items:center;gap:12px;display:flex}.hero-module__lQX3Aa__inlineFeatureItem:hover{transform:translateY(-3px)}.hero-module__lQX3Aa__inlineIcon{color:var(--h-black);transition:transform .35s var(--ease-spring);flex-shrink:0;align-items:center;display:flex}.hero-module__lQX3Aa__inlineFeatureItem:hover .hero-module__lQX3Aa__inlineIcon{animation:hero-module__lQX3Aa__iconPop .45s var(--ease-spring) forwards}.hero-module__lQX3Aa__inlineText{letter-spacing:1.5px;color:var(--h-black);text-transform:uppercase;font-size:10.5px;font-weight:600;line-height:1.55}.hero-module__lQX3Aa__rightPanel{flex:1;display:flex;position:relative;overflow:hidden}.hero-module__lQX3Aa__halfLight{background:var(--h-white);z-index:0;width:50%;height:100%;animation:hero-module__lQX3Aa__splitRevealLight .9s var(--ease) 50ms both;position:absolute;top:0;left:0}.hero-module__lQX3Aa__halfDark{background:var(--h-dark);z-index:0;width:50%;height:100%;animation:hero-module__lQX3Aa__splitRevealDark .9s var(--ease) 50ms both;position:absolute;top:0;right:0}.hero-module__lQX3Aa__halfDark:before{content:"";background:#ffffff0f;width:1px;height:100%;position:absolute;top:0;left:0}.hero-module__lQX3Aa__halfDark:after{content:"";pointer-events:none;opacity:.6;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 4px);position:absolute;inset:0}.hero-module__lQX3Aa__modelsImageWrapper{z-index:2;opacity:0;animation:hero-module__lQX3Aa__fadeIn 1s var(--ease) .55s forwards;position:absolute;inset:0 40px 0 0}.hero-module__lQX3Aa__modelsImage{object-fit:contain;object-position:bottom center;transition:transform .6s var(--ease), filter .5s var(--ease);filter:contrast(1.02)brightness(1.01)}.hero-module__lQX3Aa__modelsImageWrapper:hover .hero-module__lQX3Aa__modelsImage{filter:contrast()brightness(1.02);transform:scale(1)translateY(-4px)}.hero-module__lQX3Aa__verticalTagline{background:var(--h-dark);z-index:3;writing-mode:vertical-rl;text-orientation:mixed;opacity:0;width:40px;animation:hero-module__lQX3Aa__fadeIn .6s var(--ease) 1.2s forwards;border-left:1px solid #ffffff0a;flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;top:0;bottom:0;right:0}.hero-module__lQX3Aa__verticalTagline span{font-family:var(--font-inter);letter-spacing:3.5px;text-transform:uppercase;color:#ffffff8c;transition:color .3s var(--ease), letter-spacing .3s var(--ease);font-size:9px;font-weight:600;transform:rotate(180deg)}.hero-module__lQX3Aa__verticalTagline:hover span{color:#ffffffe0;letter-spacing:4px}.hero-module__lQX3Aa__vdot{margin:10px 0;animation:2.8s ease-in-out infinite hero-module__lQX3Aa__dotPulse;color:#ffffff47!important}.hero-module__lQX3Aa__vdot:nth-child(3){animation-delay:.9s}.hero-module__lQX3Aa__featuresBar{background:var(--h-white);border-top:1px solid var(--h-divider);opacity:0;width:100%;animation:hero-module__lQX3Aa__fadeIn .6s var(--ease) 1.5s forwards;padding:22px 60px;position:relative;overflow:hidden}.hero-module__lQX3Aa__featuresBar:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#11111108 50%,#0000 100%);transition:transform;position:absolute;inset:0;transform:translate(-100%)}.hero-module__lQX3Aa__featuresBar:hover:after{transition:transform 1s var(--ease);transform:translate(100%)}.hero-module__lQX3Aa__featuresTrack{justify-content:center;align-items:center;max-width:1100px;margin:0 auto;display:flex}.hero-module__lQX3Aa__featureItem{border-right:1px solid var(--h-divider);cursor:default;transition:transform .3s var(--ease-spring);flex:1;justify-content:center;align-items:center;gap:10px;padding:0 28px;display:flex}.hero-module__lQX3Aa__featureItem:hover{transform:translateY(-2px)}.hero-module__lQX3Aa__featureItem:hover .hero-module__lQX3Aa__featureIcon{animation:hero-module__lQX3Aa__iconPop .4s var(--ease-spring) forwards}.hero-module__lQX3Aa__featureItem:last-child{border-right:none}.hero-module__lQX3Aa__featureIcon{color:var(--h-black);transition:color .25s var(--ease);flex-shrink:0;align-items:center;display:flex}.hero-module__lQX3Aa__featureText{font-family:var(--font-inter);letter-spacing:1.8px;text-transform:uppercase;color:var(--h-muted);transition:color .25s var(--ease);font-size:10px;font-weight:600;line-height:1.4}.hero-module__lQX3Aa__featureItem:hover .hero-module__lQX3Aa__featureText{color:var(--h-black)}.hero-module__lQX3Aa__mobileDuplicate{display:none}@media (max-width:1100px){.hero-module__lQX3Aa__leftPanel{flex:0 0 46%;padding:60px 40px 60px 5%}.hero-module__lQX3Aa__title{font-size:clamp(54px,6.5vw,80px)}.hero-module__lQX3Aa__verticalTagline{width:34px}.hero-module__lQX3Aa__modelsImageWrapper{right:34px}.hero-module__lQX3Aa__featuresBar{padding:20px 32px}.hero-module__lQX3Aa__featureItem{padding:0 18px}}@media (max-width:768px){.hero-module__lQX3Aa__heroContainer{flex-direction:column;min-height:auto;margin-top:-10px}.hero-module__lQX3Aa__leftPanel{background:var(--h-white);flex:none;order:2;padding:36px 24px 40px}.hero-module__lQX3Aa__rightPanel{flex:none;order:1;height:72vw;min-height:300px;max-height:480px}.hero-module__lQX3Aa__title{margin-bottom:18px;font-size:clamp(44px,12vw,68px)}.hero-module__lQX3Aa__eyebrow{margin-bottom:16px;font-size:10px}.hero-module__lQX3Aa__sub{margin-bottom:28px;font-size:11px}.hero-module__lQX3Aa__btnGroup{gap:10px;margin-bottom:36px}.hero-module__lQX3Aa__shopBtn,.hero-module__lQX3Aa__customizeBtn{padding:13px 22px;font-size:10.5px}.hero-module__lQX3Aa__inlineFeatures{gap:22px}.hero-module__lQX3Aa__inlineText{font-size:9.5px}.hero-module__lQX3Aa__verticalTagline{width:28px}.hero-module__lQX3Aa__modelsImageWrapper{right:28px}.hero-module__lQX3Aa__modelsImageWrapper:not(:hover){animation:hero-module__lQX3Aa__fadeIn 1s var(--ease) .55s forwards, hero-module__lQX3Aa__imageFloat 7s ease-in-out 1.6s infinite}.hero-module__lQX3Aa__featuresBar{padding:18px 0;overflow:hidden}.hero-module__lQX3Aa__featuresTrack{justify-content:flex-start;gap:0;width:max-content;max-width:none;animation:18s linear infinite hero-module__lQX3Aa__featureScroll;display:flex}.hero-module__lQX3Aa__featureItem{border-right:1px solid var(--h-divider);white-space:nowrap;flex:none;padding:0 24px;transform:none!important}.hero-module__lQX3Aa__mobileDuplicate{display:flex}}@media (max-width:480px){.hero-module__lQX3Aa__leftPanel{padding:28px 20px 32px}.hero-module__lQX3Aa__title{font-size:clamp(40px,13vw,58px)}.hero-module__lQX3Aa__btnGroup{flex-direction:column;align-items:stretch}.hero-module__lQX3Aa__shopBtn,.hero-module__lQX3Aa__customizeBtn{text-align:center;justify-content:center;width:100%}.hero-module__lQX3Aa__inlineFeatures{flex-wrap:wrap;gap:16px}.hero-module__lQX3Aa__rightPanel{height:80vw}}@media (prefers-reduced-motion:reduce){.hero-module__lQX3Aa__eyebrow,.hero-module__lQX3Aa__title,.hero-module__lQX3Aa__rule,.hero-module__lQX3Aa__sub,.hero-module__lQX3Aa__btnGroup,.hero-module__lQX3Aa__inlineFeatures,.hero-module__lQX3Aa__modelsImageWrapper,.hero-module__lQX3Aa__verticalTagline,.hero-module__lQX3Aa__featuresBar,.hero-module__lQX3Aa__leftPanel:after,.hero-module__lQX3Aa__rule:after,.hero-module__lQX3Aa__halfLight,.hero-module__lQX3Aa__halfDark{width:60px;opacity:1!important;clip-path:none!important;animation:none!important;transform:none!important}.hero-module__lQX3Aa__modelsImageWrapper:not(:hover),.hero-module__lQX3Aa__vdot,.hero-module__lQX3Aa__customizeBtn{animation:none!important}}
.Products-module__gZnhbG__pageWrapper{background-color:#fff;padding:40px 0 0}.Products-module__gZnhbG__container{max-width:1400px;font-family:var(--font-jakarta);gap:40px;margin:0 auto;padding:0 20px;display:flex}.Products-module__gZnhbG__sidebar{flex-shrink:0;width:260px}.Products-module__gZnhbG__sortBox{margin-bottom:30px}.Products-module__gZnhbG__sortSelect{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:12px;width:100%;height:50px;padding:16px 18px;font-size:14px;font-weight:600}.Products-module__gZnhbG__filterHeader{letter-spacing:1px;margin-bottom:20px;font-size:14px;font-weight:800}.Products-module__gZnhbG__filterLabel{color:#888;margin:20px 0 10px;font-size:11px;font-weight:700}.Products-module__gZnhbG__sizeGrid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.Products-module__gZnhbG__sizeBtn,.Products-module__gZnhbG__sizeBtnActive{cursor:pointer;background:#fff;border:1px solid #111;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.Products-module__gZnhbG__sizeBtn:hover{background-color:#f5f5f5}.Products-module__gZnhbG__sizeBtn.Products-module__gZnhbG__activeSize,.Products-module__gZnhbG__sizeBtn.Products-module__gZnhbG__activeSize:hover{color:#fff;background-color:#000}.Products-module__gZnhbG__colorGrid{flex-wrap:wrap;gap:12px;display:flex}.Products-module__gZnhbG__colorItem{cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;display:flex}.Products-module__gZnhbG__colorInner{border:1px solid #e5e5e5;border-radius:50%;width:20px;height:20px}.Products-module__gZnhbG__colorItem:hover{border-color:#000;transform:scale(1.02)}.Products-module__gZnhbG__colorActive{border:1px solid #000;transform:scale(1.05)}.Products-module__gZnhbG__categoryGrid{flex-wrap:wrap;gap:10px;display:flex}.Products-module__gZnhbG__categoryPill{cursor:pointer;color:#555;background:#fff;border:1px solid #ddd;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .25s}.Products-module__gZnhbG__categoryPill:hover{color:#000;background-color:#f5f5f5;border-color:#000}.Products-module__gZnhbG__categoryActive{color:#fff;background:#000;border-color:#000}.Products-module__gZnhbG__categoryActive:hover{color:#fff;background:#000}.Products-module__gZnhbG__circle{border:2px solid #111;border-radius:50%;width:14px;height:14px}.Products-module__gZnhbG__checkIcon{font-size:14px;font-weight:700}.Products-module__gZnhbG__activeSize{color:#fff;background:#000;border-color:#000}.Products-module__gZnhbG__activeColor{border:2px solid #000;transform:scale(1.1)}.Products-module__gZnhbG__rangeInput{accent-color:#000;width:100%}.Products-module__gZnhbG__priceRangeLabels{justify-content:space-between;margin-top:5px;font-size:12px;font-weight:700;display:flex}.Products-module__gZnhbG__checkLabel{cursor:pointer;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.Products-module__gZnhbG__clearBtn{color:#000;letter-spacing:1px;cursor:pointer;background:0 0;border:1px solid #000;width:100%;margin-top:25px;padding:10px;font-size:12px;transition:all .3s}.Products-module__gZnhbG__clearBtn:hover{color:#000;background:#f5f5f5}.Products-module__gZnhbG__mainContent{flex-grow:1}.Products-module__gZnhbG__productGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.Products-module__gZnhbG__sliderWrapper{width:100%;height:30px;position:relative}.Products-module__gZnhbG__sliderTrack{background:#ddd;border-radius:5px;width:100%;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.Products-module__gZnhbG__sliderRange{background:#000;border-radius:5px;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.Products-module__gZnhbG__thumb{pointer-events:none;appearance:none;background:0 0;width:100%;height:30px;position:absolute}.Products-module__gZnhbG__thumb::-webkit-slider-thumb{pointer-events:all;appearance:none;cursor:pointer;z-index:2;background:#000;border-radius:50%;width:16px;height:16px}.Products-module__gZnhbG__thumb::-moz-range-thumb{pointer-events:all;cursor:pointer;background:#000;border-radius:50%;width:16px;height:16px}.Products-module__gZnhbG__paginationArea{flex-direction:column;align-items:center;margin-top:60px;display:flex}.Products-module__gZnhbG__showingText{color:#999;letter-spacing:1px;margin-bottom:12px;font-size:11px;font-weight:700}.Products-module__gZnhbG__progressBar{background:#eee;width:200px;height:2px;margin-bottom:30px;position:relative}.Products-module__gZnhbG__progressFill{background:#a37c5a;height:100%;position:absolute}.Products-module__gZnhbG__loadMoreBtn{cursor:pointer;background:0 0;border:1.5px solid #000;border-radius:8px;padding:14px 40px;font-size:12px;font-weight:800;transition:all .2s}.Products-module__gZnhbG__loadMoreBtn:hover{color:#fff;background:#000}.Products-module__gZnhbG__newsletterSection{text-align:center;width:100%;font-family:var(--font-jakarta);background-color:#0c0c0c;justify-content:center;margin-top:60px;padding:80px 20px;display:flex}.Products-module__gZnhbG__newsletterContent{width:100%;max-width:800px}.Products-module__gZnhbG__newsletterTitle{color:#fff;letter-spacing:-1px;font-size:42px;font-weight:900;font-family:var(--font-jakarta);margin-bottom:15px}.Products-module__gZnhbG__newsletterSubtitle{color:#888;font-size:14px;font-family:var(--font-jakarta);margin-bottom:40px}.Products-module__gZnhbG__newsletterForm{justify-content:center;align-items:center;gap:15px;display:flex}.Products-module__gZnhbG__newsletterInput{background-color:#fff;border:none;border-radius:12px;width:100%;max-width:400px;padding:18px 25px;font-size:14px}.Products-module__gZnhbG__subscribeBtn{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:12px;padding:18px 40px;font-size:13px;font-weight:800;transition:opacity .2s}.Products-module__gZnhbG__subscribeBtn:hover{opacity:.9}.Products-module__gZnhbG__mobileFilterBtn,.Products-module__gZnhbG__closeBtn{display:none}.Products-module__gZnhbG__overlay{z-index:90;background:#0006;position:fixed;inset:0}.Products-module__gZnhbG__noProductsWrapper{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;min-height:50vh;display:flex}.Products-module__gZnhbG__noProductsIcon{opacity:.6;font-size:40px}.Products-module__gZnhbG__noProductsWrapper h3{font-size:18px;font-weight:700}.Products-module__gZnhbG__noProductsWrapper p{color:#777;font-size:13px}.Products-module__gZnhbG__noProductsMsg{color:#888;text-align:center;justify-content:center;align-items:center;width:100%;min-height:300px;margin:0 auto;font-size:1.2rem;display:flex}@media (max-width:1200px){.Products-module__gZnhbG__container{gap:30px}.Products-module__gZnhbG__sidebar{width:240px}.Products-module__gZnhbG__productGrid{grid-template-columns:repeat(3,1fr)}.Products-module__gZnhbG__newsletterTitle{font-size:36px}}@media (max-width:1024px){.Products-module__gZnhbG__container{gap:25px}.Products-module__gZnhbG__sidebar{width:220px}.Products-module__gZnhbG__productGrid{grid-template-columns:repeat(3,1fr);gap:18px}.Products-module__gZnhbG__sizeGrid{grid-template-columns:repeat(3,1fr)}.Products-module__gZnhbG__categoryPill{padding:7px 12px;font-size:11px}.Products-module__gZnhbG__newsletterTitle{font-size:32px}.Products-module__gZnhbG__newsletterSubtitle{font-size:13px}}@media (max-width:768px){.Products-module__gZnhbG__mobileFilterBtn{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:8px;margin:20px;padding:12px 22px;font-weight:700;display:block}.Products-module__gZnhbG__container{flex-direction:column}.Products-module__gZnhbG__sidebar{z-index:120;background:#fff;width:300px;height:100vh;padding:120px 20px 40px;transition:all .3s;position:fixed;top:0;left:-100%;overflow-y:auto}.Products-module__gZnhbG__sortBox{margin-top:10px;margin-bottom:30px}.Products-module__gZnhbG__sidebar.Products-module__gZnhbG__open{left:0}.Products-module__gZnhbG__sidebar{transform:translate(-100%)}.Products-module__gZnhbG__sidebar.Products-module__gZnhbG__open{transform:translate(0)}.Products-module__gZnhbG__closeBtn{color:#fff;cursor:pointer;z-index:200;background:#000;border:none;border-radius:50%;width:30px;height:30px;font-size:16px;display:block;position:absolute;top:20px;right:20px}.Products-module__gZnhbG__categoryGrid{gap:8px}.Products-module__gZnhbG__categoryPill{padding:6px 10px;font-size:11px}.Products-module__gZnhbG__productGrid{grid-template-columns:repeat(2,1fr);gap:16px}.Products-module__gZnhbG__newsletterForm{flex-direction:column}.Products-module__gZnhbG__newsletterInput{max-width:100%}.Products-module__gZnhbG__subscribeBtn{width:100%}.Products-module__gZnhbG__newsletterTitle{font-size:28px}.Products-module__gZnhbG__colorItem{width:30px;height:30px}.Products-module__gZnhbG__colorInner{width:18px;height:18px}}@media (max-width:480px){.Products-module__gZnhbG__pageWrapper{padding-top:20px}.Products-module__gZnhbG__container{padding:0 15px}.Products-module__gZnhbG__productGrid{grid-template-columns:repeat(2,1fr);gap:14px}.Products-module__gZnhbG__sizeGrid{grid-template-columns:repeat(3,1fr)}.Products-module__gZnhbG__sizeBtn,.Products-module__gZnhbG__sizeBtnActive{width:40px;height:40px;font-size:11px}.Products-module__gZnhbG__colorItem{width:26px;height:26px}.Products-module__gZnhbG__colorInner{width:14px;height:14px}.Products-module__gZnhbG__newsletterSection{padding:60px 15px}.Products-module__gZnhbG__newsletterTitle{font-size:24px}.Products-module__gZnhbG__newsletterSubtitle{font-size:13px}.Products-module__gZnhbG__newsletterInput{padding:16px 18px}.Products-module__gZnhbG__subscribeBtn{padding:16px 25px}}@media (max-width:320px){.Products-module__gZnhbG__productGrid{gap:10px}.Products-module__gZnhbG__sizeGrid{grid-template-columns:repeat(2,1fr)}.Products-module__gZnhbG__newsletterTitle{font-size:22px}.Products-module__gZnhbG__newsletterSubtitle{font-size:12px}.Products-module__gZnhbG__mobileFilterBtn{padding:10px 16px;font-size:12px}.Products-module__gZnhbG__categoryPill{padding:5px 8px;font-size:10px}}.Products-module__gZnhbG__noProductsMsg{color:#888;text-align:center;justify-content:center;align-items:center;width:100%;min-height:300px;font-size:1.2rem;display:flex}
.hotdeals-module__-2RS2a__section{margin:0 auto;padding:60px 5%}.hotdeals-module__-2RS2a__emptyState{text-align:center;color:#777;padding:40px 20px}.hotdeals-module__-2RS2a__emptyState p{margin-bottom:16px;font-size:16px}.hotdeals-module__-2RS2a__header{justify-content:center;align-items:center;margin-bottom:40px;display:flex;position:relative}.hotdeals-module__-2RS2a__title{letter-spacing:-1px;font-size:48px;font-weight:700;font-family:var(--font-space);margin:0}.hotdeals-module__-2RS2a__viewAllWrapper{justify-content:center;margin-top:30px;display:flex}.hotdeals-module__-2RS2a__viewAll{color:#fff;cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-jakarta);background:#000;border:none;border-radius:8px;padding:10px 20px;position:absolute;right:60px}.hotdeals-module__-2RS2a__grid{scroll-behavior:smooth;gap:20px;padding-bottom:10px;display:flex;overflow-x:auto}.hotdeals-module__-2RS2a__grid::-webkit-scrollbar{display:none}.hotdeals-module__-2RS2a__cardWrapper{flex-shrink:0;width:280px}.hotdeals-module__-2RS2a__navButtons{gap:10px;display:flex;position:absolute;right:0}.hotdeals-module__-2RS2a__navButtons button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:8px 12px}@media (max-width:1024px){.hotdeals-module__-2RS2a__cardWrapper{width:220px}}@media (max-width:460px){.hotdeals-module__-2RS2a__cardWrapper{width:180px}}@media (max-width:1024px){.hotdeals-module__-2RS2a__title{font-size:36px}.hotdeals-module__-2RS2a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.hotdeals-module__-2RS2a__header{flex-direction:column;gap:20px}.hotdeals-module__-2RS2a__viewAll{position:static}.hotdeals-module__-2RS2a__title{text-align:center;font-size:32px}.hotdeals-module__-2RS2a__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:460px){.hotdeals-module__-2RS2a__section{padding:40px 16px}.hotdeals-module__-2RS2a__title{padding:12px 22px;font-size:22px}.hotdeals-module__-2RS2a__grid{grid-template-columns:repeat(2,1fr);gap:14px}.hotdeals-module__-2RS2a__viewAllWrapper{margin-top:25px}.hotdeals-module__-2RS2a__viewAll{border-radius:10px;padding:10px 20px;font-size:12px}}
@keyframes productcardskelton-module__4Vmm1q__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.productcardskelton-module__4Vmm1q__skeletonImage,.productcardskelton-module__4Vmm1q__skeletonText,.productcardskelton-module__4Vmm1q__skeletonPrice,.productcardskelton-module__4Vmm1q__skeletonDot{background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%) 0 0/400% 100%;animation:1.3s infinite productcardskelton-module__4Vmm1q__shimmer}.productcardskelton-module__4Vmm1q__cardContainer{flex-direction:column;width:100%;display:flex}.productcardskelton-module__4Vmm1q__imageWrapper{aspect-ratio:3/4;background-color:#f5f5f5;border-radius:20px;position:relative;overflow:hidden}.productcardskelton-module__4Vmm1q__skeletonImage{border-radius:20px;width:100%;height:100%}.productcardskelton-module__4Vmm1q__details{padding:10px 0}.productcardskelton-module__4Vmm1q__row{justify-content:space-between;align-items:center;gap:10px;display:flex}.productcardskelton-module__4Vmm1q__skeletonText{border-radius:6px;width:65%;height:14px}.productcardskelton-module__4Vmm1q__skeletonPrice{border-radius:6px;width:50px;height:14px}.productcardskelton-module__4Vmm1q__colorOptions{gap:6px;margin-top:6px;display:flex}.productcardskelton-module__4Vmm1q__skeletonDot{border-radius:50%;width:10px;height:10px}@media (max-width:768px){.productcardskelton-module__4Vmm1q__skeletonText{height:12px}.productcardskelton-module__4Vmm1q__skeletonPrice{width:40px;height:12px}.productcardskelton-module__4Vmm1q__skeletonDot{width:9px;height:9px}}@media (max-width:480px){.productcardskelton-module__4Vmm1q__skeletonText{height:11px}.productcardskelton-module__4Vmm1q__skeletonPrice{width:35px;height:11px}}
.limited-module__4ymvJa__section{margin:0 auto;padding:60px 5%}.limited-module__4ymvJa__header{justify-content:center;align-items:center;margin-bottom:40px;display:flex;position:relative}.limited-module__4ymvJa__title{letter-spacing:-1px;font-size:48px;font-weight:700;font-family:var(--font-space);margin:0}.limited-module__4ymvJa__viewAllWrapper{justify-content:center;margin-top:30px;display:flex}.limited-module__4ymvJa__viewAll{color:#fff;cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-jakarta);background:#000;border:none;border-radius:8px;padding:10px 20px;position:absolute;right:60px}.limited-module__4ymvJa__grid{scroll-behavior:smooth;gap:20px;padding-bottom:10px;display:flex;overflow-x:auto}.limited-module__4ymvJa__grid::-webkit-scrollbar{display:none}.limited-module__4ymvJa__cardWrapper{flex-shrink:0;width:280px}.limited-module__4ymvJa__navButtons{gap:10px;display:flex;position:absolute;right:0}.limited-module__4ymvJa__navButtons button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:8px 12px}@media (max-width:460px){.limited-module__4ymvJa__section{padding:40px 16px}.limited-module__4ymvJa__title{padding:12px 22px;font-size:22px}.limited-module__4ymvJa__grid{flex-wrap:wrap;gap:14px;display:flex;overflow-x:hidden}.limited-module__4ymvJa__cardWrapper{width:calc(50% - 7px)}}.limited-module__4ymvJa__emptyState{text-align:center;color:#777;padding:40px 20px}.limited-module__4ymvJa__emptyState p{margin-bottom:16px;font-size:16px}@media (max-width:1024px){.limited-module__4ymvJa__title{font-size:36px}.limited-module__4ymvJa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.limited-module__4ymvJa__header{flex-direction:column;gap:20px}.limited-module__4ymvJa__viewAll{position:static}.limited-module__4ymvJa__title{text-align:center;font-size:32px}.limited-module__4ymvJa__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:460px){.limited-module__4ymvJa__section{padding:40px 16px}.limited-module__4ymvJa__title{padding:12px 22px;font-size:22px}.limited-module__4ymvJa__grid{grid-template-columns:repeat(2,1fr);gap:14px}.limited-module__4ymvJa__viewAllWrapper{margin-top:25px}.limited-module__4ymvJa__viewAll{border-radius:10px;padding:10px 20px;font-size:12px}}
.related-module__3d_nQa__section{margin:0 auto;padding:60px 5%}.related-module__3d_nQa__emptyState{text-align:center;color:#777;padding:40px 20px}.related-module__3d_nQa__emptyState p{margin-bottom:16px;font-size:16px}.related-module__3d_nQa__header{justify-content:center;align-items:center;margin-bottom:40px;display:flex;position:relative}.related-module__3d_nQa__title{letter-spacing:-1px;font-size:48px;font-weight:700;font-family:var(--font-space);margin:0}.related-module__3d_nQa__viewAllWrapper{justify-content:flex-end;margin-top:30px;display:flex}.related-module__3d_nQa__viewAll{color:#fff;cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-jakarta);background:#000;border:none;border-radius:8px;padding:10px 20px;position:absolute;right:60px}.related-module__3d_nQa__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1024px){.related-module__3d_nQa__title{font-size:36px}.related-module__3d_nQa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.related-module__3d_nQa__header{flex-direction:column;gap:20px}.related-module__3d_nQa__viewAll{position:static}.related-module__3d_nQa__title{text-align:center;font-size:32px}.related-module__3d_nQa__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:460px){.related-module__3d_nQa__section{padding:40px 16px}.related-module__3d_nQa__title{padding:12px 22px;font-size:22px}.related-module__3d_nQa__grid{grid-template-columns:repeat(2,1fr);gap:14px}.related-module__3d_nQa__viewAllWrapper{margin-top:25px}.related-module__3d_nQa__viewAll{border-radius:10px;padding:10px 20px;font-size:12px}}
.checkout-module__ss_A1W__container{max-width:1200px;font-family:var(--font-jakarta);gap:40px;margin:0 auto;padding:40px 20px;display:flex}.checkout-module__ss_A1W__mainContent{flex:1}.checkout-module__ss_A1W__section{margin-bottom:40px}.checkout-module__ss_A1W__sectionTitle{letter-spacing:1px;align-items:center;gap:8px;margin-bottom:20px;font-size:1.1rem;display:flex}.checkout-module__ss_A1W__expressButtons{gap:18px;margin-bottom:35px;display:flex}.checkout-module__ss_A1W__upiBtn{color:#fff;letter-spacing:.5px;background:#000;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:10px;padding:16px;font-weight:600;display:flex}.checkout-module__ss_A1W__razorpayPowered{background:#f7f7f7;border:1px solid #cfcfcf;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.checkout-module__ss_A1W__razorpayPowered span:first-child{letter-spacing:2px;color:#777;font-size:10px}.checkout-module__ss_A1W__razorpayBrand{font-size:14px;font-weight:600}.checkout-module__ss_A1W__divider{color:#777;letter-spacing:2px;align-items:center;gap:15px;margin:30px 0 40px;font-size:10px;display:flex}.checkout-module__ss_A1W__divider:before,.checkout-module__ss_A1W__divider:after{content:"";background:#dcdcdc;flex:1;height:1px}.checkout-module__ss_A1W__divider span{white-space:nowrap}.checkout-module__ss_A1W__row{gap:20px;margin-bottom:20px;display:flex}.checkout-module__ss_A1W__inputGroup{flex-direction:column;flex:1;gap:8px;margin-bottom:15px;display:flex}.checkout-module__ss_A1W__inputGroup label{color:#333;font-size:.75rem;font-weight:700}.checkout-module__ss_A1W__inputGroup input{background:#f9fafc;border:1px solid #cfd6df;border-radius:12px;padding:14px 16px;font-size:14px}.checkout-module__ss_A1W__inputGroup input:disabled{cursor:not-allowed;opacity:.7;background:#f5f5f5}.checkout-module__ss_A1W__inputWithIcon{align-items:center;display:flex;position:relative}.checkout-module__ss_A1W__inputWithIcon input{width:100%}.checkout-module__ss_A1W__locationTag{color:#444;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex;position:absolute;right:12px}.checkout-module__ss_A1W__phoneInput{background:#f9fafc;border:1px solid #cfd6df;border-radius:12px;display:flex;overflow:hidden}.checkout-module__ss_A1W__countryCode{background:#eef1f5;border-right:1px solid #cfd6df;padding:12px 14px;font-size:14px}.checkout-module__ss_A1W__phoneInput input{border:none;flex:1}.checkout-module__ss_A1W__couponRow{gap:10px;width:300px;margin-top:10px;display:flex}.checkout-module__ss_A1W__couponSection{margin:40px 0 30px}.checkout-module__ss_A1W__couponSection p{letter-spacing:2px;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;display:flex}.checkout-module__ss_A1W__couponRow{gap:15px;margin-top:12px;display:flex}.checkout-module__ss_A1W__couponRow input{letter-spacing:1px;background:#f6f7f9;border:1px solid #cfd6df;border-radius:10px;width:230px;padding:12px 14px;font-size:12px}.checkout-module__ss_A1W__applyBtn{color:#fff;letter-spacing:1px;cursor:pointer;background:#000;border:none;border-radius:10px;padding:12px 22px;font-size:12px;font-weight:600}.checkout-module__ss_A1W__sectionTitle{letter-spacing:2px;align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:700;display:flex}.checkout-module__ss_A1W__paymentCardActive{background:#f8fafc;border:1.5px solid #9fb3c8;border-radius:16px;align-items:center;gap:15px;margin-bottom:18px;padding:22px;display:flex}.checkout-module__ss_A1W__paymentCard{color:#333;background:#f9fafc;border:1px solid #e3e6ea;border-radius:16px;align-items:center;gap:15px;margin-bottom:18px;padding:22px;display:flex}.checkout-module__ss_A1W__paymentInfo strong{letter-spacing:1px;font-size:14px}.checkout-module__ss_A1W__paymentInfo p{color:#777;letter-spacing:.5px;margin-top:4px;font-size:11px}.checkout-module__ss_A1W__paymentIcons{gap:12px;font-size:18px;display:flex}.checkout-module__ss_A1W__paymentCard input,.checkout-module__ss_A1W__paymentCardActive input{accent-color:#000;cursor:pointer;width:18px;height:18px}.checkout-module__ss_A1W__sidebar{width:420px}.checkout-module__ss_A1W__summaryCard{background:#f4f5f7;border-radius:28px;padding:35px;position:sticky;top:30px}.checkout-module__ss_A1W__summaryCard h3{letter-spacing:3px;margin-bottom:25px;font-size:16px;font-weight:700}.checkout-module__ss_A1W__productRow{gap:15px;margin:20px 0;display:flex}.checkout-module__ss_A1W__productImg{background:#e9eaee;border:1px solid #b7c4d6;border-radius:12px;width:85px;height:95px}.checkout-module__ss_A1W__productDetails h4{font-size:14px;font-weight:700}.checkout-module__ss_A1W__productDetails p{color:#777;letter-spacing:.5px;margin-top:4px;font-size:11px}.checkout-module__ss_A1W__price{font-size:15px;font-weight:700}.checkout-module__ss_A1W__priceRow{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.checkout-module__ss_A1W__quantity{color:#fff;background:#000;border-radius:18px;align-items:center;gap:15px;padding:4px 10px;display:flex}.checkout-module__ss_A1W__quantity span{text-align:center;min-width:20px;font-size:16px}.checkout-module__ss_A1W__quantity button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50%;width:24px;height:24px;font-weight:700}.checkout-module__ss_A1W__summaryDivider{border:none;border-top:1px solid #ddd;margin:20px 0}.checkout-module__ss_A1W__summaryLine{color:#555;justify-content:space-between;margin-bottom:14px;font-size:13px;display:flex}.checkout-module__ss_A1W__freeBadge{background:#f7f9fc;border:1px solid #9fb3c8;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:600}.checkout-module__ss_A1W__totalLine{justify-content:space-between;margin:25px 0;font-size:22px;font-weight:800;display:flex}.checkout-module__ss_A1W__placeOrderBtn{color:#fff;cursor:pointer;background:#000;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-size:15px;font-weight:700;display:flex}.checkout-module__ss_A1W__secureFooter{text-align:center;color:#666;margin-top:22px;font-size:11px}.checkout-module__ss_A1W__trustIcons{justify-content:center;gap:18px;margin-top:10px;font-size:12px;font-weight:600;display:flex}.checkout-module__ss_A1W__productImg{border:1px solid #b7c4d6;border-radius:12px;width:85px;height:95px;overflow:hidden}.checkout-module__ss_A1W__inputGroup{flex-direction:column;gap:8px;margin-top:16px;display:flex}.checkout-module__ss_A1W__inputGroup label{letter-spacing:.08em;color:#151516;font-size:12px;font-weight:600}.checkout-module__ss_A1W__inputGroup select{color:#2c2c2d;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px;font-weight:500;transition:all .25s;box-shadow:0 2px 6px #0000000a}.checkout-module__ss_A1W__inputGroup select:hover{border-color:#cbd5e1}.checkout-module__ss_A1W__inputGroup select:focus{border-color:#323232;box-shadow:0 0 0 3px #3a3a4626}.checkout-module__ss_A1W__inputGroup option{padding:10px}.checkout-module__ss_A1W__productImg img{object-fit:cover;width:100%;height:100%}.checkout-module__ss_A1W__secureFooter p{justify-content:center;align-items:center;gap:8px;display:flex}@media (max-width:1024px){.checkout-module__ss_A1W__container{flex-direction:column;max-width:700px}.checkout-module__ss_A1W__sidebar{width:100%}.checkout-module__ss_A1W__summaryCard{position:relative;top:0}.checkout-module__ss_A1W__row,.checkout-module__ss_A1W__expressButtons{flex-direction:column}.checkout-module__ss_A1W__couponRow,.checkout-module__ss_A1W__couponRow input{width:100%}}@media (max-width:720px){.checkout-module__ss_A1W__container{padding:25px 16px}.checkout-module__ss_A1W__section{margin-bottom:30px}.checkout-module__ss_A1W__sectionTitle{font-size:13px}.checkout-module__ss_A1W__productRow{flex-direction:column;align-items:flex-start}.checkout-module__ss_A1W__productImg{width:70px;height:80px}.checkout-module__ss_A1W__priceRow{width:100%}.checkout-module__ss_A1W__quantity{padding:3px 8px}.checkout-module__ss_A1W__quantity span{font-size:14px}.checkout-module__ss_A1W__placeOrderBtn{padding:16px;font-size:14px}.checkout-module__ss_A1W__totalLine{font-size:20px}.checkout-module__ss_A1W__summaryCard{padding:25px}}@media (max-width:460px){.checkout-module__ss_A1W__container{padding:20px 12px}.checkout-module__ss_A1W__row{gap:12px}.checkout-module__ss_A1W__inputGroup input{padding:12px;font-size:13px}.checkout-module__ss_A1W__phoneInput{flex-direction:row}.checkout-module__ss_A1W__countryCode{padding:10px}.checkout-module__ss_A1W__expressButtons{gap:10px}.checkout-module__ss_A1W__upiBtn{padding:14px;font-size:13px}.checkout-module__ss_A1W__couponRow{flex-direction:column}.checkout-module__ss_A1W__applyBtn{width:100%}.checkout-module__ss_A1W__productDetails h4{font-size:13px}.checkout-module__ss_A1W__productDetails p{font-size:10px}.checkout-module__ss_A1W__totalLine{font-size:18px}.checkout-module__ss_A1W__placeOrderBtn{padding:14px}.checkout-module__ss_A1W__secureFooter{font-size:10px}.checkout-module__ss_A1W__trustIcons{gap:12px;font-size:11px}}
.orderplaced-module__amwCeW__container{text-align:center;color:#1a1a1a;max-width:700px;margin:60px auto;padding:20px;font-family:Inter,sans-serif}.orderplaced-module__amwCeW__successIcon{background:#000;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;display:flex}.orderplaced-module__amwCeW__successIcon svg{color:#fff;width:28px;height:28px}.orderplaced-module__amwCeW__header h1{margin-bottom:5px;font-size:28px;font-weight:600}.orderplaced-module__amwCeW__orderNumber{color:#7d8ca3;letter-spacing:1px;font-size:12px}.orderplaced-module__amwCeW__divider{background:#e5e7eb;height:1px;margin:30px 0}.orderplaced-module__amwCeW__sectionTitle{text-align:left;margin-bottom:20px;font-size:14px;font-weight:600}.orderplaced-module__amwCeW__itemRow{align-items:center;gap:15px;margin-bottom:20px;display:flex}.orderplaced-module__amwCeW__productImg{object-fit:cover;border-radius:10px;width:70px;height:70px}.orderplaced-module__amwCeW__itemInfo{text-align:left;flex:1}.orderplaced-module__amwCeW__itemName{font-weight:600;display:block}.orderplaced-module__amwCeW__itemMeta{color:#7d8ca3;font-size:13px}.orderplaced-module__amwCeW__price{font-weight:600}.orderplaced-module__amwCeW__summaryRow{color:#6b7280;justify-content:space-between;margin-top:10px;font-size:14px;display:flex}.orderplaced-module__amwCeW__shippingFree{color:green;font-weight:500}.orderplaced-module__amwCeW__totalRow{justify-content:space-between;margin-top:15px;font-size:18px;font-weight:600;display:flex}.orderplaced-module__amwCeW__deliveryCard{background:#f3f4f6;border-radius:15px;margin-top:30px;padding:20px}.orderplaced-module__amwCeW__deliveryGrid{text-align:left;justify-content:space-between;gap:20px;margin-bottom:20px;display:flex}.orderplaced-module__amwCeW__cardLabel{color:#94a3b8;letter-spacing:1px;font-size:11px}.orderplaced-module__amwCeW__cardContent{margin-top:5px;font-size:14px}.orderplaced-module__amwCeW__deliveryIcon{vertical-align:middle;margin-right:6px}.orderplaced-module__amwCeW__branchDetails{margin-top:6px}.orderplaced-module__amwCeW__branchName{font-weight:700}.orderplaced-module__amwCeW__branchAddress{color:#666;font-size:13px}.orderplaced-module__amwCeW__branchPhone{align-items:center;gap:5px;margin-top:4px;font-size:13px;display:flex}.orderplaced-module__amwCeW__trackButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-weight:600;transition:all .3s;display:flex}.orderplaced-module__amwCeW__trackButton:hover{background:#111}.orderplaced-module__amwCeW__trackIcon{font-size:18px}.orderplaced-module__amwCeW__footerLinks{color:#94a3b8;justify-content:center;gap:30px;margin-top:20px;font-size:12px;display:flex}.orderplaced-module__amwCeW__continueBtn{cursor:pointer;background:0 0;border:1px solid #000;border-radius:12px;margin-top:20px;padding:12px 30px;font-weight:600;transition:all .3s}.orderplaced-module__amwCeW__continueBtn:hover{color:#fff;background:#000}
