body{margin:0;padding:0;box-sizing:border-box;font-family:Nunito,sans-serif}button{font-family:Nunito,sans-serif}*,*:before,*:after{box-sizing:border-box}svg{width:1.5rem;height:1.5rem}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.align-start{align-items:flex-start}.flex-center{display:flex;align-items:center;justify-content:center}.flex-column-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.flex-1{flex:1}.gap-1{gap:1rem}.gap-1-5{gap:1.5rem}.gap-2{gap:2rem}.h-100{height:100%}.w-100{width:100%}.app-shell{height:100vh}.app-main{height:calc(100vh - 9rem);width:100%;overflow-y:auto}@media only screen and (min-width: 768px){.app-main{height:calc(100vh - 7.5rem)}}.footer-container{width:100%;background-color:#f5f4f4;color:#000}.footer-top{padding:2.5rem 2rem;border-bottom:1px solid #e5e5e5}.footer-top .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem}.footer-top .footer-content .footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-top .footer-content .footer-column.footer-info{max-width:300px}.footer-top .footer-content .footer-column .footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.footer-top .footer-content .footer-column .footer-logo .footer-logo-icon{font-size:2rem}.footer-top .footer-content .footer-column .footer-logo .footer-logo-text{font-size:1.8rem;font-weight:600;color:#000}.footer-top .footer-content .footer-column .footer-logo .footer-logo-text span{color:#facd32}.footer-top .footer-content .footer-column .footer-description{font-size:1rem;color:#666;line-height:1.6;margin:0}.footer-top .footer-content .footer-column .footer-social{display:flex;gap:1rem;margin-top:.5rem}.footer-top .footer-content .footer-column .footer-social .social-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:50%;color:#666;cursor:pointer;transition:all .3s ease}.footer-top .footer-content .footer-column .footer-social .social-icon svg{width:1.25rem;height:1.25rem;fill:currentColor}.footer-top .footer-content .footer-column .footer-social .social-icon:hover{color:#e92063;transform:translateY(-2px)}.footer-top .footer-content .footer-column .footer-title{font-size:1.2rem;font-weight:600;color:#000;margin:0 0 1rem}.footer-top .footer-content .footer-column .footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-top .footer-content .footer-column .footer-links li a{font-size:1rem;color:#666;text-decoration:none;transition:color .3s ease}.footer-top .footer-content .footer-column .footer-links li a:hover{color:#000;cursor:pointer}.footer-bottom{padding:2rem;border-top:1px solid #e5e5e5;background-color:#fafafa}.footer-bottom .footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-bottom .footer-bottom-content .footer-copyright{font-size:1rem;color:#666}.footer-bottom .footer-bottom-content .footer-payment-icons{display:flex;gap:1rem;align-items:center}.footer-bottom .footer-bottom-content .footer-payment-icons .payment-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px}@media screen and (max-width: 768px){.footer-top .footer-content{grid-template-columns:1fr;gap:2rem}.footer-top .footer-content .footer-column.footer-info{max-width:100%}.footer-bottom .footer-bottom-content{flex-direction:column;text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.footer-top .footer-content{grid-template-columns:1fr 1fr;gap:2rem}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem}.toast{display:flex;align-items:center;gap:.75rem;min-width:260px;padding:1rem;border-radius:8px;color:#fff;cursor:pointer;animation:slideIn .25s ease;box-shadow:0 4px 10px #00000026}.toast-icon{font-size:1.1rem;font-weight:700}.toast-message{flex:1}.success{background:#16a34a}.error{background:#dc2626}.warning{background:#d97706}.info{background:#2563eb}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.home-container{width:100%;max-width:100rem;margin:0 auto;padding:0}.home-hero{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem;margin-bottom:2.5rem;overflow:hidden}.home-hero .hero-background{position:absolute;inset:0;z-index:0;background-color:#f3f9ff}.home-hero .hero-content-wrapper{position:relative;z-index:1;width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.home-hero .hero-content-wrapper .hero-content{text-align:center;max-width:700px}.home-hero .hero-content-wrapper .hero-content .hero-badge{display:inline-block;background-color:#0057b8;color:#fff;padding:.5rem 1.5rem;border-radius:2rem;font-size:1rem;font-weight:600;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.home-hero .hero-content-wrapper .hero-content .hero-title{font-family:Fredoka,sans-serif;font-size:3.5rem;font-weight:600;color:#000;margin-bottom:1.5rem;line-height:1.2}.home-hero .hero-content-wrapper .hero-content .hero-subtitle{font-size:1.5rem;color:#666;margin-bottom:2rem;line-height:1.6}.home-hero .hero-content-wrapper .hero-content .hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.home-hero .hero-content-wrapper .hero-content .hero-buttons .hero-cta-btn{height:3.5rem;width:13rem;border:none;border-radius:2rem;font-size:1.2rem;font-weight:800;cursor:pointer;transition:all .3s ease;min-width:200px}.home-hero .hero-content-wrapper .hero-content .hero-buttons .hero-cta-btn.primary{background-color:#facd32;color:#000}.home-hero .hero-content-wrapper .hero-content .hero-buttons .hero-cta-btn.primary:hover{transform:translateY(-2px)}.home-hero .hero-content-wrapper .hero-content .hero-buttons .hero-cta-btn.secondary{background-color:transparent;color:#facd32;border:2px solid #FACD32}.home-hero .hero-content-wrapper .hero-content .hero-buttons .hero-cta-btn.secondary:hover{background-color:#facd32;color:#000;transform:translateY(-2px)}.home-hero .hero-content-wrapper .hero-image{width:100%;max-width:500px;position:relative}.home-hero .hero-content-wrapper .hero-image .hero-image-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.home-hero .hero-content-wrapper .hero-image .hero-image-wrapper:hover{transform:perspective(1000px) rotateY(0) scale(1.02)}.home-hero .hero-content-wrapper .hero-image .hero-image-wrapper img{width:100%;height:auto;display:block}.home-hero .hero-content-wrapper .hero-image .hero-image-wrapper .hero-floating-badge{position:absolute;top:1rem;left:1rem;background-color:#f2ff39;padding:.5rem 1rem;border-radius:2rem;box-shadow:0 4px 12px #00000026}.home-hero .hero-content-wrapper .hero-image .hero-image-wrapper .hero-floating-badge .badge-text{font-size:1rem;font-weight:600;color:#000}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.section-header{text-align:center;margin-bottom:2.5rem;padding:0 2rem}.section-header .section-title{font-family:Fredoka,sans-serif;font-size:2rem;font-weight:600;margin-bottom:.5rem}.section-header .section-subtitle{font-size:1.2rem;color:#666}.section-title{font-family:Fredoka,sans-serif;font-size:2rem;font-weight:600;text-align:center;margin-bottom:2rem}.home-categories{padding:2.5rem 2rem;margin-bottom:2.5rem;background-color:#fff}.home-categories .categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 2rem;max-width:1400px;margin:0 auto}.home-categories .categories-grid .category-card{background:linear-gradient(135deg,#fff,#fafafa);border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014;overflow:hidden}.home-categories .categories-grid .category-card:hover{transform:translateY(-8px)}.home-categories .categories-grid .category-card:hover .category-icon-wrapper{transform:scale(1.1) rotate(5deg)}.home-categories .categories-grid .category-card .category-icon-wrapper{background-color:#f3f9ff;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:transform .3s ease}.home-categories .categories-grid .category-card .category-icon-wrapper .category-icon{font-size:2.5rem}.home-categories .categories-grid .category-card .category-name{font-size:1rem;font-weight:600;color:#000}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;max-width:1400px;margin:0 auto}.products-grid .product-card{background-color:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014;border:1px solid #e5e5e5;position:relative}.products-grid .product-card:hover{transform:translateY(-8px)}.products-grid .product-card:hover .product-overlay{opacity:1}.products-grid .product-card:hover .product-image img{transform:scale(1.1)}.products-grid .product-card:active{transform:scale(.98)}.products-grid .product-card .product-badge{position:absolute;top:.5rem;left:.5rem;background-color:#b10000;color:#fff;padding:.3rem .5rem;border-radius:6px;border-radius:2rem;font-size:.7rem;font-weight:700;z-index:2;box-shadow:0 2px 8px #0003}.products-grid .product-card .product-badge.new-badge{background:linear-gradient(135deg,#28bdbd,#25a0a0)}.products-grid .product-card .product-image{width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);position:relative}.products-grid .product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.products-grid .product-card .product-image .product-overlay{position:absolute;inset:0;background:#00000080;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.products-grid .product-card .product-image .product-overlay .product-quick-view{background-color:#fff;color:#e92063;border:none;padding:1rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.products-grid .product-card .product-image .product-overlay .product-quick-view:hover{background-color:#e92063;color:#fff;transform:scale(1.05)}.products-grid .product-card .product-info{padding:1rem 1.5rem}.products-grid .product-card .product-info .product-title{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:1.5rem;line-height:1.4}.products-grid .product-card .product-info .product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.products-grid .product-card .product-info .product-rating .stars{color:gold;font-size:.9rem}.products-grid .product-card .product-info .product-rating .rating-text{font-size:.8rem;color:#666}.products-grid .product-card .product-info .product-price-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.products-grid .product-card .product-info .product-price-wrapper .product-price{font-size:1.2rem;font-weight:700;color:#000}.products-grid .product-card .product-info .product-cart-btn{width:100%;background-color:#facd32;color:#000;border:none;padding:1rem;border-radius:2rem;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:44px;touch-action:manipulation}.products-grid .product-card .product-info .product-cart-btn:hover{transform:translateY(-2px)}.products-grid .product-card .product-info .product-cart-btn:active{transform:translateY(0) scale(.98)}.home-featured,.home-age-recommendations{padding:2.5rem 2rem;margin-bottom:2.5rem;background-color:#fff}.home-age-recommendations .age-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:0 2rem;max-width:1150px;margin:0 auto}.home-age-recommendations .age-cards .age-card{background:linear-gradient(135deg,#fff,#fafafa);border-radius:16px;padding:2rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000014;border:2px solid #e5e5e5;min-width:135px;flex:1;max-width:160px;position:relative;overflow:hidden}.home-age-recommendations .age-cards .age-card:hover{transform:translateY(-8px)}.home-age-recommendations .age-cards .age-card:hover .age-number{transform:scale(1.1)}.home-age-recommendations .age-cards .age-card .age-number{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;transition:transform .3s ease}.home-age-recommendations .age-cards .age-card .age-label{font-size:1rem;font-weight:600;color:#000}@media screen and (min-width: 850px){.home-hero{min-height:600px}.home-hero .hero-content-wrapper{flex-direction:row;text-align:left}.home-hero .hero-content-wrapper .hero-content{text-align:left;flex:1}.home-hero .hero-content-wrapper .hero-image{flex:1}.home-hero .hero-buttons{flex-direction:row!important;justify-content:flex-start!important}.categories-grid{grid-template-columns:repeat(3,1fr)!important}.products-grid{padding:0 2rem;gap:1.5rem}.products-grid .product-card .product-badge{top:1rem;left:1rem;padding:.5rem 1rem;font-size:.8rem}.products-grid .product-card .product-image{height:250px}.products-grid .product-card .product-image .product-overlay{display:flex}.products-grid .product-card .product-info{padding:1.5rem}.products-grid .product-card .product-info .product-price-wrapper .product-price{font-size:1.5rem}}@media screen and (min-width: 600px){.products-grid .product-card .product-image{height:350px}}@media screen and (min-width: 768px){.home-hero .hero-content-wrapper .hero-content .hero-title{font-size:4rem}.home-hero .hero-content-wrapper .hero-content .hero-subtitle{font-size:1.5rem}.categories-grid{grid-template-columns:repeat(3,1fr)!important}.products-grid{grid-template-columns:repeat(2,1fr)}.products-grid .product-card .product-image{height:280px}.section-header .section-title,.section-title{font-size:2.5rem}}@media screen and (min-width: 1024px){.products-grid{grid-template-columns:repeat(4,1fr)}.categories-grid{grid-template-columns:repeat(6,1fr)!important}.home-hero{min-height:650px}}.navbar-container-mobile{height:7rem;display:block;background-color:#0057b8}.navbar-container-mobile .m-nav-top{height:3em;padding:.5em 1em}.navbar-container-mobile .m-nav-top .m-nav-logo{font-family:Fredoka,sans-serif;font-size:1.8em;font-weight:600;color:#fff}.navbar-container-mobile .m-nav-top .m-nav-logo span{color:#facd32}.m-nav-actions{position:relative}.m-nav-actions span{position:absolute;top:0;right:0;background-color:#ff0;border-radius:14px;padding:0 4px;font-size:12px;cursor:pointer}.m-nav-actions .m-nav-cart-btn svg{width:1.8rem;height:1.8rem}.m-nav-actions .m-nav-cart-btn path{fill:#fff}.m-nav-actions .m-nav-cart-btn:hover path{fill:#facd32}.m-nav-menu-btn svg{width:1.5em;height:1.5em}.m-nav-menu-btn path{fill:#fff}.m-nav-menu-btn:hover path{fill:#facd32}.m-nav-search{position:relative;height:2.5rem;padding:0 1rem}.m-nav-search input{height:100%;width:100%;border:none;border-radius:2rem;padding-right:4rem;padding-left:1rem;outline:none!important}.m-nav-search input:focus{border:2px solid #000000}.m-nav-search .m-nav-search-icon{position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);height:90%;width:2.5rem;border-radius:8px;cursor:pointer}.m-nav-search .m-nav-search-icon path{stroke:#ababab}.m-nav-search .mobile-search-results{position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1000;max-height:400px;overflow-y:auto;animation:slideDown .3s ease}.m-nav-search .mobile-search-results .search-results-header{font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#000;padding:1rem 1.25rem .75rem;border-bottom:1px solid #e0e0e0}.m-nav-search .mobile-search-results .search-results-list{padding:.5rem 0}.m-nav-search .mobile-search-results .search-result-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;cursor:pointer;transition:background-color .2s ease}.m-nav-search .mobile-search-results .search-result-item:hover{background-color:#f5f5f5}.m-nav-search .mobile-search-results .search-result-item:active{background-color:#eee}.m-nav-search .mobile-search-results .search-result-item .search-result-image{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f0f0f0}.m-nav-search .mobile-search-results .search-result-item .search-result-image img{width:100%;height:100%;object-fit:cover}.m-nav-search .mobile-search-results .search-result-item .search-result-info{flex:1;min-width:0}.m-nav-search .mobile-search-results .search-result-item .search-result-info .search-result-series{font-size:.75rem;color:#666;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.02em}.m-nav-search .mobile-search-results .search-result-item .search-result-info .search-result-title{font-size:.95rem;font-weight:600;color:#000;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar-container{display:none}.navbar-container .navbar-mini-top{height:2.5rem;max-width:100rem;margin:0 auto;padding:0 1.5rem}.navbar-container .navbar-mini-top .navbar-profile-container{position:relative}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile{gap:4px;cursor:pointer}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile svg{width:1rem;height:1rem}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile span{font-size:14px;font-weight:600}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile:hover path,.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile.active path{fill:#facd32}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile:hover span,.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile.active span{color:#facd32}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 0 16px 5px #0000001a;min-width:220px;z-index:1000}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile-dropdown .dropdown-item{padding:1rem;cursor:pointer;display:flex;align-items:center;gap:12px}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile-dropdown .dropdown-item:last-child{border-bottom:none}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile-dropdown .dropdown-item:hover{background-color:#f5f5f5;color:#e92063}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile-dropdown .dropdown-item .dropdown-item-icon{width:20px;height:20px}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile-dropdown .dropdown-item .dropdown-item-icon svg{width:100%;height:100%}.navbar-container .navbar-mini-top .navbar-profile-container .navbar-profile-dropdown .dropdown-item span{font-size:1rem;color:#000}.navbar-container .navbar-top-base{position:relative;height:5rem;background-color:#0057b8}.navbar-container .navbar-top{max-width:100rem;margin:0 auto;height:100%;padding:.5rem 1.5rem}.navbar-container .navbar-top .navbar-logo{font-family:Fredoka,sans-serif;font-size:2.3rem;font-weight:600;color:#fff}.navbar-container .navbar-top .navbar-logo span{color:#facd32}.navbar-container .navbar-top .navbar-logo:hover{cursor:pointer}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-link{font-family:Fredoka,sans-serif;font-size:20px;font-weight:600;color:#fff;text-wrap:nowrap;cursor:pointer}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-link:hover{color:#facd32}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown{position:absolute;top:80%;left:0;margin-top:.75em;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 20px #00000026;width:100vw;margin-left:calc(-.5*(100vw - 100%));transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1000;display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-shop-all{width:100%;padding:1rem 0;border-bottom:2px solid #e8e8e8;background-color:#f8f9fa}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-shop-all .dropdown-shop-all-inner{max-width:85rem;margin:0 auto;padding:0 1.5rem}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-shop-all .dropdown-item{padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;border-radius:4px;margin:0;position:relative;background-color:transparent}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-shop-all .dropdown-item:hover{background-color:#0057b8;transform:none}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-shop-all .dropdown-item:hover span{color:#fff;font-weight:600}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-shop-all .dropdown-item:hover:before{display:none}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-shop-all .dropdown-item span{font-family:Fredoka;font-size:1.3rem;color:#0057b8;font-weight:500;transition:all .2s ease;display:block}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-sections-container{width:100%}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-sections-container .dropdown-sections-container-inner{display:flex;gap:0;max-width:85rem;margin:0 auto;padding:1.5rem 0}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section{padding:0 1.5rem}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section:first-child{flex:0 0 30%;border-right:1px solid #e8e8e8}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section:last-child{flex:1;padding-left:2rem}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section .dropdown-section-title{padding:.75rem 1rem;font-family:Fredoka;font-weight:500;font-size:.875rem;color:#0057b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;border-bottom:none}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section .dropdown-items-container{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section .dropdown-item{padding:.625rem 1rem;cursor:pointer;transition:all .2s ease;border-radius:4px;margin:0 .5rem;position:relative}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section .dropdown-item:hover{background-color:#f8f9fa;transform:translate(4px)}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section .dropdown-item:hover span{color:#0057b8}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section .dropdown-item:hover:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background-color:#0057b8;border-radius:0 2px 2px 0}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section .dropdown-item span{font-size:1.2rem;color:#333;transition:all .2s ease;display:block;font-family:Fredoka;font-weight:400}.navbar-container .navbar-top .navbar-links .navbar-link-container .navbar-shop-dropdown .dropdown-section:last-child .dropdown-items-container{display:grid;grid-template-columns:repeat(2,1fr);column-gap:0;row-gap:1rem}.navbar-container .navbar-top .navbar-links .navbar-link{font-family:Fredoka,sans-serif;font-size:20px;font-weight:600;color:#fff;text-wrap:nowrap;cursor:pointer}.navbar-container .navbar-top .navbar-links .navbar-link:hover{color:#facd32}.navbar-container .navbar-top .navbar-search{position:relative;height:3rem}.navbar-container .navbar-top .navbar-search input{height:100%;width:100%;border:none;border-radius:2rem;padding-right:4rem;padding-left:1rem;outline:none!important}.navbar-container .navbar-top .navbar-search input:focus{border:2px solid #000000}.navbar-container .navbar-top .navbar-search .navbar-search-icon{position:absolute;right:.1rem;top:50%;transform:translateY(-50%);height:90%;width:2.5rem;border-radius:8px;cursor:pointer}.navbar-container .navbar-top .navbar-search .navbar-search-icon path{stroke:#ababab}.navbar-container .navbar-top .navbar-search .navbar-search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1000;max-height:500px;overflow-y:auto;animation:slideDown .3s ease}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-results-header{font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#000;padding:1rem 1.25rem .75rem;border-bottom:1px solid #e0e0e0}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-results-list{padding:.5rem 0}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-result-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;cursor:pointer;transition:background-color .2s ease}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-result-item:hover{background-color:#f5f5f5}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-result-item .search-result-image{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f0f0f0}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-result-item .search-result-image img{width:100%;height:100%;object-fit:cover}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-result-item .search-result-info{flex:1;min-width:0}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-result-item .search-result-info .search-result-series{font-size:.75rem;color:#666;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.02em}.navbar-container .navbar-top .navbar-search .navbar-search-results .search-result-item .search-result-info .search-result-title{font-size:.95rem;font-weight:600;color:#000;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.navbar-container .navbar-top .navbar-actions{position:relative}.navbar-container .navbar-top .navbar-actions span{position:absolute;top:10px;right:0;background-color:#ff0;border-radius:14px;padding:0 4px;font-size:12px;cursor:pointer}.navbar-container .navbar-top .navbar-actions .navbar-cart{padding-top:4px}.navbar-container .navbar-top .navbar-actions .navbar-cart svg{width:1.8em;height:1.8em}.navbar-container .navbar-top .navbar-actions .navbar-cart path{fill:#fff}.navbar-container .navbar-top .navbar-actions .navbar-cart:hover{cursor:pointer}.navbar-container .navbar-top .navbar-actions .navbar-cart:hover path{fill:#facd32}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-overlay .mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;z-index:10000}.mobile-menu-overlay.open .mobile-menu{transform:translate(0)}.mobile-menu-overlay .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e5e5e5}.mobile-menu-overlay .mobile-menu-header .mobile-menu-logo{font-size:1.8rem;font-weight:600}.mobile-menu-overlay .mobile-menu-header .mobile-menu-logo span{color:#facd32}.mobile-menu-overlay .mobile-menu-header .mobile-menu-close{font-size:2.5rem;font-weight:400;cursor:pointer;color:#000;line-height:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.mobile-menu-overlay .mobile-menu-header .mobile-menu-close:hover{color:#e92063}.mobile-menu-overlay .mobile-menu-content{padding:2rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-sub-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.mobile-menu-overlay .mobile-menu-content .mobile-menu-sub-header .mobile-menu-back{display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background-color .3s ease,color .3s ease;border:1px solid #000000;width:2rem;height:2rem;border-radius:24px;padding-bottom:3px;padding-right:2px}.mobile-menu-overlay .mobile-menu-content .mobile-menu-sub-header .mobile-menu-back:hover{background-color:#f5f5f5;color:#e92063}.mobile-menu-overlay .mobile-menu-content .mobile-menu-sub-header .mobile-menu-back span{font-size:2rem;font-weight:500}.mobile-menu-overlay .mobile-menu-content .mobile-menu-sub-header .mobile-menu-sub-title{font-size:1.5rem;font-weight:600;color:#000}.mobile-menu-overlay .mobile-menu-content .mobile-menu-user{padding-bottom:2rem;border-bottom:1px solid #e5e5e5;margin-bottom:2rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-user .mobile-menu-user-info{display:flex;align-items:center;gap:1rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-user .mobile-menu-user-info svg{width:1.5em;height:1.5em}.mobile-menu-overlay .mobile-menu-content .mobile-menu-user .mobile-menu-user-info span{font-size:1.2rem;font-weight:500;color:#000}.mobile-menu-overlay .mobile-menu-content .mobile-menu-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-links .mobile-menu-link{padding:1rem;font-size:1.2rem;font-weight:500;color:#000;cursor:pointer;border-radius:4px;transition:background-color .3s ease,color .3s ease}.mobile-menu-overlay .mobile-menu-content .mobile-menu-links .mobile-menu-link:hover{background-color:#f5f5f5;color:#e92063}.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-action{display:flex;align-items:center;gap:12px;padding:1rem;font-size:1.2rem;font-weight:500;color:#000;cursor:pointer;border-radius:4px;transition:background-color .3s ease,color .3s ease}.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-action:hover{background-color:#f5f5f5;color:#e92063}.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-action .menu-menu-icon{width:2rem;height:2rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-actions .mobile-menu-action .menu-menu-icon svg{width:100%;height:100%}@media only screen and (min-width: 768px){.navbar-container{display:block}.navbar-container-mobile,.mobile-menu-overlay{display:none}}.list-view-main{max-width:100rem;margin:0 auto}.list-view-main .list-view-header{border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;gap:1rem;padding:16px 20px}.list-view-main .list-view-header .lv-header-search-results{font-size:1.2rem;font-weight:600}.list-view-main .list-view-header .lv-header-search-results span{font-weight:800}.list-view-main .list-view-header .lv-header-toys-count{font-size:1rem;font-weight:400}.list-view-main .m-list-view-filters{height:64px;border-bottom:1px solid #e0e0e0;padding:0 1rem}.list-view-main .m-list-view-filters .m-lv-filters-title{font-size:20px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.list-view-body{display:grid;grid-template-columns:repeat(1,1fr);flex:1}.list-view-body .list-view-card{border:1px solid #e0e0e0;height:fit-content;min-width:0}.list-view-body .list-view-card .toy-image{position:relative;height:75%;padding:16px;cursor:pointer}.list-view-body .list-view-card .toy-image img{object-fit:contain;width:100%;height:100%}.list-view-body .list-view-card .toy-image .list-stock-out-badge{position:absolute;top:12px;left:12px;background-color:red;color:#fff;padding:4px 8px;border-radius:10px;font-size:.8rem;font-weight:600}.list-view-body .list-view-card .toy-info{display:flex;flex-direction:column;gap:1rem;padding:1rem}.list-view-body .list-view-card .toy-title{font-size:1.1rem;font-weight:500;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-view-body .list-view-card .toy-title:hover{text-decoration:underline}.list-view-body .list-view-card .price-text{font-size:1rem;font-weight:600}.list-view-body .list-view-card .add-cart-btn{width:128px;height:40px;border-radius:22px;background-color:#facd32;font-size:1rem;font-weight:600;color:#000;cursor:pointer}.list-view-body .list-view-card .add-cart-btn:hover{background-color:#ffd461}.list-view-body .list-view-card .add-cart-btn:active{transform:scale(.98)}.list-view-body .list-view-card .stock-out-btn{height:40px;border-radius:22px;background-color:#e3e3e3;font-size:1rem;font-weight:600;color:#626262}@media screen and (min-width: 426px){.list-view-body .list-view-card .stock-out-btn{height:55px;font-size:1.2rem;border-radius:28px}}@media screen and (min-width: 902px){.list-view-body .list-view-card .stock-out-btn{height:40px;font-size:1rem;border-radius:22px}}.list-view-body .list-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;grid-column:1/-1;min-height:400px}.list-view-body .list-empty-state .empty-state-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.6}.list-view-body .list-empty-state .empty-state-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.75rem;font-family:Fredoka,sans-serif}.list-view-body .list-empty-state .empty-state-message{font-size:1rem;color:#666;max-width:500px;line-height:1.6}.list-view-container{display:flex;gap:2rem}.list-view-filters{display:none;width:20%}.list-view-filters .lv-filter{border-top:1px solid #e0e0e0}.list-view-filters .lv-filter .filter-title{font-size:1rem;font-weight:600;padding:1rem 0}.list-view-filters .lv-filter .filter-options .filter-option{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.list-view-filters .lv-filter .filter-options .filter-option input{width:32px;height:32px}.mobile-filter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10000;display:flex;justify-content:flex-end;animation:fadeIn .3s ease}.mobile-filter-overlay .mobile-filter-menu{width:100%;max-width:400px;height:100%;background-color:#fff;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow-y:auto}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#0057b8;border-bottom:1px solid #e0e0e0}.mobile-filter-header .mobile-filter-clear-btn{background-color:#fff;color:#000;border:1px solid #0057B8;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.mobile-filter-header .mobile-filter-clear-btn:hover{background-color:#f5f5f5}.mobile-filter-header .mobile-filter-clear-btn:active{transform:scale(.98)}.mobile-filter-header .mobile-filter-close-btn{background:transparent;border:none;color:#fff;font-size:2rem;font-weight:300;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:color .2s ease}.mobile-filter-header .mobile-filter-close-btn:hover{color:#ccc}.mobile-filter-header .mobile-filter-close-btn span{display:block}.mobile-filter-content{flex:1;padding:0;overflow-y:auto}.mobile-filter-section{border-bottom:1px solid #e0e0e0}.mobile-filter-section .mobile-filter-section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.mobile-filter-section .mobile-filter-section-header:hover{background-color:#f9f9f9}.mobile-filter-section .mobile-filter-section-header .mobile-filter-section-title{font-size:1rem;font-weight:500;color:#000}.mobile-filter-section .mobile-filter-section-header .mobile-filter-chevron{display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .3s ease}.mobile-filter-section .mobile-filter-section-header .mobile-filter-chevron.expanded{transform:rotate(180deg)}.mobile-filter-section .mobile-filter-section-header .mobile-filter-chevron t2p-image{display:flex;align-items:center;justify-content:center}.mobile-filter-section .mobile-filter-options{padding:0;background-color:#fff}.mobile-filter-section .mobile-filter-option{display:flex;align-items:center;padding:.75rem 1rem;transition:background-color .2s ease;cursor:pointer}.mobile-filter-section .mobile-filter-option:hover{background-color:#f9f9f9}.mobile-filter-section .mobile-filter-option input[type=checkbox]{width:24px;height:24px;margin-right:.75rem;cursor:pointer;accent-color:#000000}.mobile-filter-section .mobile-filter-option label{font-size:.95rem;color:#333;cursor:pointer;flex:1;-webkit-user-select:none;user-select:none}.mobile-filter-section .mobile-filter-option input[type=checkbox]:checked+label{font-weight:500}.mobile-filter-section .mobile-filter-option:has(input[type=checkbox]:checked){background-color:#e3f2fd}.mobile-filter-footer{padding:1rem;background-color:#fff;border-top:1px solid #e0e0e0;position:sticky;bottom:0}.mobile-filter-footer .mobile-filter-show-btn{width:100%;height:48px;background-color:#facd32;color:#000;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.mobile-filter-footer .mobile-filter-show-btn:hover{background-color:#5a4fcf}.mobile-filter-footer .mobile-filter-show-btn:active{transform:scale(.98)}@media screen and (min-width: 902px){.list-view-body{grid-template-columns:repeat(3,1fr)}.list-view-body .list-view-card .toy-image{height:200px}.list-view-filters{display:block}.list-view-main .list-view-header{border-bottom:unset;padding-left:2rem}.m-list-view-filters{display:none}.list-view-container{padding:0 2rem 2rem}.mobile-filter-overlay{display:none}}@media screen and (min-width: 1024px){.list-view-body .list-view-card .toy-image{height:250px}}@media screen and (min-width: 1200px){.list-view-body .list-view-card .toy-image{height:300px}}@media screen and (min-width: 1440px){.list-view-body .list-view-card .toy-image{height:416px}}.create-main{padding:2em}.create-main h1{text-align:center;font-size:2em;font-weight:600;margin-top:unset;margin-bottom:1em}.create-main .file-input-group{display:flex;flex-direction:column;gap:.5em;margin-bottom:2em}.create-main .file-input-group .file-input-container{display:flex;align-items:center;gap:1rem;position:relative}.create-main .file-input-group .file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.create-main .file-input-group .file-input-label{padding:.5rem 1rem;border:2px dashed #ddd;background-color:#f9f9f9;border-radius:8px;cursor:pointer;text-align:center;display:inline-block;width:fit-content;transition:all .3s ease}.create-main .file-input-group .file-input-label:hover{border-color:#007bff;background-color:#f0f8ff}.create-main .file-input-group .file-count-display{font-size:.9rem;color:#666;padding:.25rem .5rem;background-color:#f0f0f0;border-radius:4px;display:inline-block;width:fit-content}.create-main .input-group{display:flex;flex-direction:column;gap:.5em;margin-bottom:2em}.create-main .input-group input,.create-main .input-group textarea,.create-main .input-group select{padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background-color:#fff;font-family:inherit}.create-main .input-group input:focus,.create-main .input-group textarea:focus,.create-main .input-group select:focus{outline:none;border-color:#007bff}.create-main .input-group .select-wrapper{position:relative}.create-main .input-group .select-wrapper select{cursor:pointer;appearance:none;padding-right:2.5rem;width:100%}.create-main .input-group .select-wrapper select:hover{border-color:#bbb}.create-main .input-group .select-wrapper select option{padding:.5rem}.create-main .input-group .select-wrapper .select-arrow{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.create-main .preview-area{display:grid;grid-template-columns:repeat(4,1fr);height:12em;gap:.5em;border:2px solid #ddd;border-radius:8px;padding:4px;margin-bottom:2em;overflow-y:auto}.create-main .preview-area .preview-item{position:relative;height:5em;border-radius:8px}.create-main .preview-area .preview-item img{width:100%;height:100%}.create-main .preview-area .preview-item .remove-btn{position:absolute;top:0;right:0;background-color:red;color:#fff;border:none;border-radius:8px}.create-main .preview-area .preview-item .primary-image-indicator{background-color:#facd32;color:#000;border-radius:24px;position:absolute;top:0;left:0;padding:0 4px;font-size:10px;font-weight:600}.create-button{width:100%;padding:1rem 2rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.create-button:hover:not(:disabled){background-color:#0056b3}.create-button:disabled{background-color:#ccc;cursor:not-allowed}@media screen and (min-width: 769px){.create-main{padding:2em 0;width:40em;margin:0 auto}.create-main .preview-area{padding:.5em;height:24em;grid-template-columns:repeat(5,1fr)}.create-main .preview-area .preview-item{height:6em}}.detail-main{max-width:100rem;margin:0 auto}.detail-main .detail-picture-area{height:100vw;max-height:70vh;border-bottom:1px solid gray;display:flex}.detail-main .detail-picture-area .detail-pictures-list{height:100%;width:160px;background-color:#f2f2f2;padding:15px;overflow-y:auto;display:none}.detail-main .detail-picture-area .detail-pictures-list .detail-pic-list-box{height:75px;min-height:75px;background-color:#fff;border-radius:4px;cursor:pointer}.detail-main .detail-picture-area .detail-pictures-list .detail-pic-list-box.active,.detail-main .detail-picture-area .detail-pictures-list .detail-pic-list-box:hover{border:2px solid #FACD32}.detail-main .detail-picture-area .detail-pictures-list .detail-pic-list-box img{width:100%;height:100%;object-fit:contain}.detail-main .detail-picture-area .detail-picture-box{flex:1;height:100%;position:relative}.detail-main .detail-picture-area .detail-picture-box img{width:100%;height:100%;object-fit:contain}.detail-main .detail-picture-area .detail-picture-box .detail-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:#ffffffe6;border:2px solid rgba(0,0,0,.1);border-radius:50%;font-size:28px;font-weight:700;color:#333;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:all .3s ease}.detail-main .detail-picture-area .detail-picture-box .detail-nav-btn:hover{background-color:#fff;border-color:#0003;box-shadow:0 4px 12px #0003}.detail-main .detail-picture-area .detail-picture-box .detail-nav-btn:active{transform:translateY(-50%) scale(.95)}.detail-main .detail-picture-area .detail-picture-box .detail-nav-btn-prev{left:12px}.detail-main .detail-picture-area .detail-picture-box .detail-nav-btn-next{right:12px}.detail-main .detail-information-area{padding:1rem}.detail-main .detail-information-area .detail-title{font-size:1.4rem;font-weight:700}.detail-main .detail-information-area .detail-brand{display:flex;gap:1rem;margin-top:1rem}.detail-main .detail-information-area .detail-brand .detail-band-name{font-weight:600}.detail-main .detail-information-area .detail-age{display:flex;gap:1rem;margin-top:.5rem}.detail-main .detail-information-area .detail-age .detail-age-name{font-weight:600}.detail-main .detail-information-area .detail-price{font-size:1.1rem;font-weight:700;margin-top:2rem}.detail-main .detail-information-area .detail-stock{color:#007133;font-weight:600;margin-top:.5rem}.detail-main .detail-information-area .detail-stock--out{color:red}.detail-main .detail-information-area .detail-amount{margin-top:2rem}.detail-main .detail-information-area .detail-amount .detail-amount-btn-minus,.detail-main .detail-information-area .detail-amount .detail-amount-num,.detail-main .detail-information-area .detail-amount .detail-amount-btn-plus{width:40px;height:40px;-webkit-user-select:none;user-select:none}.detail-main .detail-information-area .detail-amount .detail-amount-btn-minus{border:1px solid black;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer}.detail-main .detail-information-area .detail-amount .detail-amount-btn-plus{border:1px solid black;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer}.detail-main .detail-information-area .detail-amount .detail-amount-num{border-top:1px solid black;border-bottom:1px solid black}.detail-main .detail-information-area .detail-cart-btn-area{margin-top:1rem}.detail-main .detail-information-area .detail-cart-btn-area .detail-cart-btn{width:317px;height:52px;background-color:#facd32;border:unset;border-radius:26px;font-size:1.1rem;font-weight:600;cursor:pointer}.detail-main .detail-information-area .detail-cart-btn-area .detail-cart-btn:hover:not(:disabled){background-color:#ffd461}.detail-main .detail-information-area .detail-cart-btn-area .detail-cart-btn:active:not(:disabled){transform:scale(.98)}.detail-main .detail-information-area .detail-cart-btn-area .detail-cart-btn:disabled{background-color:#e3e3e3;color:#626262;cursor:not-allowed}.detail-main .detail-information-area .detail-admin-btns-area{margin-top:2rem}.detail-main .detail-information-area .detail-admin-btns-area .detail-edit-btn{width:6rem;padding:4px 8px;background-color:#005ad2;color:#fff;border:unset;border-radius:26px;font-size:1.1rem;font-weight:600;cursor:pointer}.detail-main .detail-information-area .detail-admin-btns-area .detail-edit-btn:hover{background-color:#0047a8}.detail-main .detail-information-area .detail-admin-btns-area .detail-edit-btn:active{transform:scale(.98)}.detail-main .detail-information-area .detail-admin-btns-area .detail-delete-btn{width:6rem;padding:4px 8px;background-color:red;color:#fff;border:unset;border-radius:26px;font-size:1.1rem;font-weight:600;margin-left:1rem;cursor:pointer}.detail-main .detail-information-area .detail-admin-btns-area .detail-delete-btn:hover{background-color:#b30000}.detail-main .detail-information-area .detail-admin-btns-area .detail-delete-btn:active{transform:scale(.98)}.detail-main .detail-description-area{margin-top:2rem;padding:1rem}.detail-main .detail-description-area .detail-desc-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.detail-delete-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.detail-delete-dialog .detail-delete-dialog-content{flex:1;max-width:28rem;margin:0 1rem;background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 0 16px 5px #0000001a;animation:slideUp .3s ease}.detail-delete-dialog .detail-delete-dialog-title{font-size:1.5rem;font-weight:600;text-align:center;color:#000;margin-bottom:1rem}.detail-delete-dialog .detail-delete-dialog-message{font-size:1rem;text-align:center;color:#333;margin-bottom:2rem;line-height:1.5}.detail-delete-dialog .detail-delete-dialog-actions{display:flex;gap:1rem;justify-content:center}.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-cancel-btn,.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-delete-btn{flex:1;height:48px;border:unset;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-cancel-btn{background-color:#f2f2f2;color:#000}.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-cancel-btn:hover{background-color:#e5e5e5}.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-cancel-btn:active{transform:scale(.98)}.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-delete-btn{background-color:red;color:#fff}.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-delete-btn:hover{background-color:#ff4242}.detail-delete-dialog .detail-delete-dialog-actions .detail-delete-dialog-delete-btn:active{transform:scale(.98)}@media screen and (min-width: 901px){.detail-main .detail-picture-info-main{display:flex;padding-top:2rem;padding-left:2rem}.detail-main .detail-picture-area{flex:1;max-height:32rem;border:2px solid #F2F2F2;border-radius:6px}.detail-main .detail-picture-area .detail-pictures-list{display:flex;flex-direction:column;gap:1rem}.detail-main .detail-picture-area .detail-picture-box .detail-nav-btn{display:none!important}.detail-main .detail-information-area{width:30%;margin-top:3rem;margin-left:2rem}.detail-main .detail-information-area .detail-cart-btn-area .detail-cart-btn{width:100%}}.main-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f3f9ff}.form-container{flex:1;border-radius:16px;box-shadow:0 0 16px 5px #0000001a;padding:2rem;margin:0 2rem;background-color:#fff}.signin{display:flex;justify-content:center;font-family:Fredoka,sans-serif;font-size:1.2rem;font-weight:600}.form{width:100%;height:80%}.signin-btn{width:100%;background-color:#005ad2;height:40px;border-radius:2rem;border:unset;margin-top:1rem;color:#fff;font-weight:600;font-size:18px;transition:background-color .3s ease,opacity .3s ease}.signin-btn:hover:not(:disabled){background-color:#1968cf;cursor:pointer}.signin-btn:disabled{background-color:#197cff;opacity:.6;cursor:not-allowed}.text{font-size:1rem}.signin-input{width:100%;height:42px;margin-bottom:16px;border:2px solid #e5e5e5;border-radius:6px;padding-left:1rem;font-size:18px}.signin-error-message{color:#e92063;font-size:.875rem;margin-top:-.75rem;margin-bottom:.75rem;padding-left:.25rem}.signin-password-container{position:relative;width:100%;margin-bottom:16px}.signin-password-input{padding-right:4.5rem;margin-bottom:0}.signin-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#0057b8;font-size:14px;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:color .3s ease,background-color .3s ease}.signin-password-toggle:hover{color:red;background-color:#f5f5f5}.signin-password-toggle:focus{outline:none}.forget-password{display:flex;justify-content:flex-end}.forget-password .forget-password-text{font-size:13px;color:#005ad2;text-decoration:underline;cursor:pointer}.forget-password .forget-password-text:hover{color:red}.register-text{font-size:13px;margin-top:14px}.register-text span{color:#0057b8;text-decoration:underline;cursor:pointer}.register-text span:hover{color:red}@media screen and (min-width: 600px){.signin{font-size:2rem}}.forgot-password-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.forgot-password-modal-content{background-color:#fff;border-radius:16px;box-shadow:0 0 16px 5px #0000001a;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.forgot-password-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.forgot-password-modal-title{font-family:Fredoka,sans-serif;font-size:1.5rem;font-weight:600;margin:0;color:#333}.forgot-password-modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease,color .3s ease}.forgot-password-modal-close:hover{background-color:#f5f5f5;color:#333}.forgot-password-description{font-size:.9rem;color:#666;margin-bottom:1.5rem;line-height:1.5}.forgot-password-form{width:100%}.forgot-password-success-message{color:#28a745;font-size:.875rem;margin-top:-.75rem;margin-bottom:.75rem;padding-left:.25rem}.back-button{width:100%;background:none;border:2px solid #ddd;height:40px;border-radius:2rem;margin-top:.5rem;color:#666;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s ease}.back-button:hover{background-color:#f5f5f5;border-color:#bbb}.forgot-password-success-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0}.success-icon{width:80px;height:80px;border-radius:50%;background-color:#28a745;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin-bottom:1.5rem;animation:scaleIn .3s ease}.success-title{font-family:Fredoka,sans-serif;font-size:1.5rem;font-weight:600;color:#28a745;margin:0 0 1rem}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (min-width: 768px){.form-container{max-width:40rem}.signin-input,.signin-btn{height:45px}.forgot-password-modal-content{padding:2.5rem}.forgot-password-modal-title{font-size:2rem}}.main-container-signup{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f3f9ff}.form-container-signup{border-radius:16px;box-shadow:0 0 16px 5px #0000001a;padding:2rem;margin:0 2rem;background-color:#fff}.signup-heading{display:flex;justify-content:center;font-family:Fredoka,sans-serif;font-size:1.2rem;font-weight:600}.form-signup{width:100%;height:80%}.signup-btn{width:100%;background-color:#005ad2;height:40px;border-radius:2rem;border:unset;margin-top:1rem;color:#fff;font-weight:600;font-size:18px;transition:background-color .3s ease,opacity .3s ease}.signup-btn:hover:not(:disabled){background-color:#1968cf;cursor:pointer}.signup-btn:disabled{background-color:#197cff;opacity:.6;cursor:not-allowed}.signup-or-txt{margin:1rem 0;display:flex;justify-content:center;font-size:18px}.text-signup{font-size:1rem}.signup-input{width:100%;height:42px;margin-bottom:16px;border:2px solid #e5e5e5;border-radius:6px;padding-left:1rem;font-size:18px;transition:border-color .3s ease}.signup-input.error{border-color:#e92063}.signup-error-message{color:#e92063;font-size:.875rem;margin-top:-.75rem;margin-bottom:.75rem;padding-left:.25rem}.signup-password-container{position:relative;width:100%;margin-bottom:16px}.signup-password-input{padding-right:4.5rem;margin-bottom:0}.signup-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#0057b8;font-size:14px;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:color .3s ease,background-color .3s ease}.signup-password-toggle:hover{background-color:#f5f5f5}.signup-password-toggle:focus{outline:none}.signup-terms-text{text-align:center;margin-top:1rem}.signup-terms-text span{color:#0057b8;text-decoration:underline;cursor:pointer}.signup-signin-text{text-align:center;margin-top:1rem;font-size:13px}.signup-signin-text span{color:#0057b8;text-decoration:underline;cursor:pointer}@media screen and (min-width: 600px){.signup-heading{font-size:2rem}}@media screen and (min-width: 768px){.form-container-signup{max-width:40rem}.signup-input,.signup-btn{height:45px}}.cart-main{padding:2rem 1rem}.cart-main .cart-main-1{max-width:95rem;margin:0 auto}.cart-main .cart-body .cart-body-title{font-size:1.5rem;font-weight:600}.cart-main .cart-body .cart-body-main{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #a6a6a6;padding:16px 12px 0;margin-top:16px}.cart-main .cart-body .cart-body-main .cart-bm-available{color:#007133;font-weight:600;margin-bottom:16px}.cart-main .cart-body .cart-body-main .cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.cart-main .cart-body .cart-body-main .cart-empty-state-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.6}.cart-main .cart-body .cart-body-main .cart-empty-state-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.75rem;font-family:Fredoka,sans-serif}.cart-main .cart-body .cart-body-main .cart-empty-state-message{font-size:1rem;color:#666;max-width:500px;line-height:1.6}.cart-main .cart-body .cart-body-main .cart-empty-state-btn{margin-top:1rem;background-color:#005ad2;color:#fff;padding:12px 24px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer}.cart-main .cart-body .cart-body-main .cart-empty-state-btn:hover{background-color:#0047a8}.cart-main .cart-body .cart-body-main .cart-empty-state-btn:active{transform:scale(.98)}.cart-bm-card .cart-img-title-box{border-top:1px solid #CBCBCB;padding:28px 0 20px}.cart-bm-card .cart-img-title-box .cart-img-box{width:80px;height:62px;margin-right:20px}.cart-bm-card .cart-img-title-box .cart-img-box img{width:100%;height:100%;object-fit:contain}.cart-bm-card .cart-img-title-box .cart-title-price-box .cart-price-box{font-weight:600;margin:16px 0}.cart-bm-card .cart-img-title-box .cart-title-price-box .cart-amount-del-box{margin-top:32px}.cart-bm-card .cart-img-title-box .cart-title-price-box .cart-amount-del-box .cart-del-btn-box{height:32px;width:32px;border:2px solid #F2F2F2;border-radius:16px;padding-top:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.cart-bm-card .cart-img-title-box .cart-title-price-box .cart-amount-del-box .cart-del-btn-box:active{transform:scale(.98);border:2px solid #005AD2}.cart-bm-card .cart-img-title-box .cart-title-price-box .cart-amount-del-box .cart-del-btn-box svg{height:18px;width:18px}.cart-amount .cart-amount-btn-minus,.cart-amount .cart-amount-num,.cart-amount .cart-amount-btn-plus{width:34px;height:32px;-webkit-user-select:none;user-select:none;cursor:pointer}.cart-amount .cart-amount-btn-minus:active,.cart-amount .cart-amount-num:active,.cart-amount .cart-amount-btn-plus:active{transform:scale(.98)}.cart-amount .cart-amount-btn-minus{border:1px solid #B0B0B0;border-top-left-radius:4px;border-bottom-left-radius:4px}.cart-amount .cart-amount-btn-plus{border:1px solid #B0B0B0;border-top-right-radius:4px;border-bottom-right-radius:4px}.cart-amount .cart-amount-num{border-top:1px solid #B0B0B0;border-bottom:1px solid #B0B0B0}.cart-order-summary{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #a6a6a6;padding:16px 12px;margin-top:16px}.cart-order-summary .cart-os-title{padding:2px 0 16px;font-size:1.1rem;font-weight:600;border-bottom:1px solid #CBCBCB}.cart-order-summary .cart-os-order-value{margin-top:1.5rem;font-size:.9rem}.cart-order-summary .cart-os-free-shipping{color:#007133;font-size:.9rem;margin-top:1rem}.cart-order-summary .cart-os-tax-box{margin-top:1rem;font-size:.9rem}.cart-order-summary .cart-os-total-box{margin-top:1.5rem;font-size:1.2rem;font-weight:600}.cart-order-summary .cart-os-checkout-btn{background-color:#005ad2;width:100%;height:50px;border-radius:30px;color:#fff;font-size:18px;font-weight:600;margin-top:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;border:unset}.cart-order-summary .cart-os-checkout-btn:active:not(:disabled){transform:scale(.98)}.cart-order-summary .cart-os-checkout-btn:disabled{cursor:not-allowed;background-color:#b3b3b3}.cart-detail-help-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #a6a6a6;padding:16px 12px;margin-top:16px}.cart-detail-help-card .cart-dh-title{font-size:1.2rem;font-weight:600}.cart-detail-help-card .cart-dh-links{margin-top:.8rem}.cart-detail-help-card .cart-dh-links a{border-bottom:1px solid #005ad2;color:#005ad2;margin-right:1rem;font-weight:600}.cart-detail-help-card .cart-dh-pm-title{font-size:1.2rem;font-weight:600;margin-top:2rem}.cart-detail-help-card .cart-dh-pm-icons{display:flex;gap:1rem;margin-top:.8rem}.cart-detail-help-card .cart-dh-pm-icons .cart-dh-icon{width:50px;height:30px}.cart-detail-help-card .cart-dh-pm-icons .cart-dh-icon svg{width:100%;height:100%}@media screen and (min-width: 601px){.cart-bm-card .cart-img-title-box .cart-img-box{width:100px;height:82px}}@media screen and (min-width: 901px){.cart-bm-card .cart-img-title-box .cart-img-box{width:150px;height:132px}}@media screen and (min-width: 1200px){.cart-main-1{display:flex}.cart-body{flex:1;margin-right:2rem}.cart-detail-cards{width:25rem}}.checkout-main{padding:1rem 1rem 5rem;max-width:40rem;margin:0 auto}.checkout-main .ch-title{display:flex;align-items:center;justify-content:space-between;gap:6px;border-bottom:1px solid #e0e0e0;padding-bottom:1rem;margin-bottom:1rem}.checkout-main .ch-title .ch-title-tick-box{display:flex;align-items:center;gap:6px}.checkout-main .ch-title .ch-title-icon{width:2rem;height:2rem}.checkout-main .ch-title .ch-title-icon svg{width:100%!important;height:100%!important;fill:green!important}.checkout-main .ch-title .ch-title-text{font-family:Fredoka,sans-serif;font-size:1.3rem;font-weight:600}.checkout-main .ch-title .ch-title-edit{font-size:14px;font-weight:700;color:#00f;cursor:pointer;padding-right:1rem}.checkout-main .ch-title .ch-title-edit:hover{text-decoration:underline}.ch-body-main{border-radius:8px;box-shadow:0 1px 4px #a6a6a6;padding:16px 24px}.ch-shipping-type-box .ch-subtitle{font-size:18px}.ch-shipping-type-box .ch-ship-types{margin-top:1rem}.ch-shipping-type-box .ch-ship-type-free-shipping{font-size:14px;color:green}.ch-ship-type{display:flex;justify-content:space-between;border:1px solid #e0e0e0;border-radius:6px;padding:1rem;margin-bottom:8px;cursor:pointer}.ch-ship-type:active{transform:scale(.98)}.ch-ship-type:hover{background-color:#f0f0f0}.ch-ship-type .ch-name{font-size:14px;font-weight:600;margin-bottom:8px}.ch-ship-type span{font-size:13px;color:#2c2c2c}.ch-ship-type .ch-tick{width:2rem;height:2rem}.ch-ship-type .ch-tick svg{width:100%;height:100%;fill:#5757f5}.ch-shipping-address-main .ch-subtitle{font-size:18px;margin-top:1rem}.ch-address-form .ch-form-input{display:flex;flex-direction:column}.ch-address-form .ch-form-input span{font-size:16px;font-weight:600;margin-top:1.5rem}.ch-address-form .ch-form-input input{height:2.5rem;border-radius:6px;border:1px solid #e0e0e0;margin-top:.5rem;padding-left:1rem;font-size:18px}.ch-address-form .ch-form-input select{height:2.5rem;border-radius:6px;border:1px solid #e0e0e0;margin-top:.5rem;padding-left:12px;font-size:18px;background-color:#fff}.ch-address-form .ch-form-input small{color:red}.ch-form-country input{cursor:not-allowed}.ch-address-submit-box{margin-top:2rem}.ch-address-submit-box .ch-address-submit-btn{background-color:#28a745;border-radius:1.5rem;border:none;height:3rem;width:100%;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.ch-address-submit-box .ch-address-submit-btn:hover:not(:disabled){background-color:#218838}.ch-address-submit-box .ch-address-submit-btn:active:not(:disabled){transform:scale(.98)}.ch-address-submit-box .ch-address-submit-btn:disabled{background-color:#9ab7e0;cursor:not-allowed}.ch-address-tag{background-color:#f7f7f7;padding:16px;display:flex;justify-content:space-between;border:1px solid #cbcbcb;margin:1rem 0}.ch-address-tag .ch-address-tag-text{font-size:14px;font-weight:600}.ch-address-tag .ch-address-tag-actions{display:flex;gap:1rem;margin-left:1rem}.ch-address-tag .ch-address-tag-action{font-size:14px;font-weight:600;cursor:pointer;color:#005ad2}.ch-address-tag .ch-address-tag-action:hover{text-decoration:underline}.ch-checkout-summary{display:flex;flex-direction:column;gap:2rem;background-color:#f7f7f7;padding:16px;border:1px solid #cbcbcb;margin-top:2rem}.ch-checkout-summary .ch-checkout-summary-row{display:flex;flex-direction:column}.ch-checkout-summary .ch-checkout-summary-row .ch-checkout-label{font-size:13px}.ch-checkout-summary .ch-checkout-summary-row .ch-checkout-value{font-size:14px;font-weight:600}.ch-order-summary{box-shadow:0 1px 4px #a6a6a6;border-radius:8px;margin-top:3rem}.ch-order-summary .ch-os-title{font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:400;border-bottom:1px solid #e0e0e0;padding:1.5rem}.ch-order-summary .ch-os-details{padding:1.5rem}.ch-order-summary .ch-os-details .ch-os-detail{display:flex;justify-content:space-between;padding-top:1rem}.ch-order-summary .ch-os-details .ch-os-detail-total{display:flex;justify-content:space-between;padding-top:1.5rem;font-size:1.2rem;font-weight:600}.ch-order-details{box-shadow:0 1px 4px #a6a6a6;border-radius:8px;margin-top:3rem}.ch-order-details .ch-od-title{font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:400;border-bottom:1px solid #e0e0e0;padding:1.5rem}.ch-order-details .ch-od-items{padding:1rem;height:27rem;overflow-y:auto}.ch-order-details .ch-od-items div:first-child{border-top:none}.ch-order-details .ch-od-items .ch-od-items-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.ch-order-details .ch-od-items .ch-od-items-empty-icon{font-size:4rem;margin-bottom:1rem}.ch-order-details .ch-od-items .ch-od-items-empty-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.ch-order-details .ch-od-items .ch-od-items-empty-message{font-size:1rem;color:#636363;margin-bottom:1rem}.ch-order-details .ch-od-items .ch-od-items-empty-btn{margin-top:1rem;background-color:#005ad2;color:#fff;padding:12px 24px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer}.ch-order-details .ch-od-items .ch-od-items-empty-btn:hover{background-color:#0047a8}.ch-order-details .ch-od-items .ch-od-items-empty-btn:active{transform:scale(.98)}.ch-img-title-box{border-top:1px solid #CBCBCB;padding:28px 0 20px}.ch-img-title-box .ch-img-box{width:80px;height:62px;margin-right:20px}.ch-img-title-box .ch-img-box img{width:100%;height:100%;object-fit:contain}.ch-img-title-box .ch-title-price-box .ch-price-box{font-weight:600;margin:16px 0}.ch-img-title-box .ch-title-price-box .ch-quantity{font-size:12px;color:#636363}@media screen and (min-width: 901px){.checkout-main{display:flex;gap:2rem;max-width:80rem}.checkout-main .ch-title{margin-top:1rem}.checkout-main .ch-title .ch-title-icon{width:2.5rem;height:2.5rem}.checkout-main .ch-title .ch-title-text{font-size:1.5rem}.ch-order-summary{margin-top:2rem}.ch-body-main{flex:1;margin-top:2rem}.ch-body-details{width:24rem}.ch-address-form{display:flex;gap:1rem}.ch-form-input{flex:1}.ch-checkout-summary{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1155px){.ch-shipping-type-box .ch-ship-types{display:flex;gap:1rem}.ch-shipping-type-box .ch-ship-types .ch-ship-type{flex:1}}.activate-main-container{height:100%;display:flex;justify-content:center;align-items:center;background-color:#f3f9ff}.activate-form-container{border-radius:16px;box-shadow:0 0 16px 5px #0000001a;padding:2rem;margin:0 2rem;background-color:#fff}.activate-heading{display:flex;justify-content:center;font-size:1.5rem;font-weight:600}.activate-description{font-size:1rem;text-align:center;margin-top:1rem}.activate-input-container{margin-top:2rem}.activate-input-container .activate-input{width:100%;height:50px;margin-bottom:16px;border:2px solid #e5e5e5;border-radius:6px;padding-left:1rem;font-size:18px;margin-top:4px}.activate-btn{width:100%;background-color:#005ad2;height:40px;border-radius:2rem;border:unset;margin-top:1rem;color:#fff;font-weight:600;font-size:18px}.activate-btn:hover{background-color:#1968cf;cursor:pointer}.activate-error-message{color:red;font-size:14px;text-align:center;margin-top:1rem}.activate-resend-container{margin-top:1rem}.activate-resend-container .activate-resend-text{font-size:1rem;text-align:center}.activate-resend-container .activate-resend-text span{color:#3434d8;text-decoration:underline;cursor:pointer}.activate-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.activate-modal-container .activate-modal-main{flex:1;max-width:45rem;margin:0 1rem;background-color:#fff;border-radius:16px;padding:3rem 2rem}.activate-modal-container .activate-modal-main .activate-modal-close{display:flex;justify-content:flex-end;font-size:1.2rem;font-weight:600}.activate-modal-container .activate-modal-main .activate-modal-close span{cursor:pointer}.activate-modal-container .activate-modal-main .activate-modal-heading{font-size:1.5rem;font-weight:600;text-align:center}.activate-modal-container .activate-modal-main .activate-modal-description{text-align:center;margin-top:1rem}.activate-modal-container .activate-modal-main .activate-modal-email-container{margin-top:3rem}.activate-modal-container .activate-modal-main .activate-modal-email-container .activate-modal-email-input{width:100%;height:50px;border:2px solid #e5e5e5;border-radius:6px;padding-left:1rem;font-size:18px;cursor:not-allowed;margin-top:4px}.activate-modal-container .activate-modal-main .activate-modal-button-container{display:flex;gap:1rem;margin-top:2rem}.activate-modal-container .activate-modal-main .activate-modal-button-container .activate-modal-resend-btn{flex:1;background-color:#005ad2;height:50px;border-radius:2rem;border:unset;color:#fff;font-weight:600;font-size:18px}.activate-modal-container .activate-modal-main .activate-modal-button-container .activate-modal-resend-btn:hover{background-color:#1968cf;cursor:pointer}.activate-modal-container .activate-modal-main .activate-modal-button-container .activate-modal-cancel-btn{flex:1;background-color:#fff;height:50px;border-radius:2rem;border:2px solid #005ad2;color:#005ad2;font-weight:600;font-size:18px}.activate-modal-container .activate-modal-main .activate-modal-button-container .activate-modal-cancel-btn:hover{background-color:#f1f1f1;cursor:pointer}@media screen and (min-width: 600px){.activate-heading{font-size:1.8rem}}@media screen and (min-width: 768px){.activate-form-container{max-width:40rem}.activate-input,.activate-btn{height:45px}}.dashboard-container{width:100%;min-height:100vh;background-color:#f3f9ff;padding:1rem;font-family:Nunito,sans-serif}.dashboard-header{margin-bottom:2rem}.dashboard-title{font-family:Fredoka,sans-serif;font-size:2rem;font-weight:600;color:#000;margin:0 0 1.5rem}.dashboard-stats{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-label{font-size:.875rem;color:#666;margin-bottom:.5rem;font-weight:500}.stat-value{font-size:1.75rem;font-weight:700;color:#000;font-family:Fredoka,sans-serif}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-section{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 2px 8px #0000001a}.section-title{font-family:Fredoka,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.sales-section .sales-chart-container{overflow-x:auto;padding:1rem 0}.sales-section .sales-chart{display:flex;align-items:flex-end;gap:.5rem;height:250px;min-width:100%}.sales-section .sales-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:20px}.sales-section .sales-bar{width:100%;background:linear-gradient(180deg,#0057b8,#1968cf);border-radius:4px 4px 0 0;position:relative;min-height:20px;transition:opacity .2s ease;cursor:pointer}.sales-section .sales-bar:hover{opacity:.8}.sales-section .sales-bar:hover .sales-bar-value{display:block}.sales-section .sales-bar-value{position:absolute;top:-25px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;color:#0057b8;white-space:nowrap;display:none;background:#fff;padding:2px 6px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.sales-section .sales-bar-label{font-size:.75rem;color:#666;margin-top:.5rem;text-align:center;writing-mode:horizontal-tb}.chat-section .chat-container{display:grid;grid-template-columns:1fr;gap:1rem;height:500px;position:relative;overflow:hidden;border:1px solid #E0E0E0;border-radius:12px}.chat-section .chat-list{width:100%;height:100%;border-right:none;border-bottom:none;display:flex;flex-direction:column;background:#fafafa}.chat-section .chat-list-header{padding:1rem;background:#0057b8;color:#fff;font-weight:600;display:flex;justify-content:space-between;align-items:center}.chat-section .chat-count{background:#fff3;padding:2px 8px;border-radius:12px;font-size:.875rem}.chat-section .chat-items{flex:1;overflow-y:auto}.chat-section .chat-item{padding:1rem;border-bottom:1px solid #E0E0E0;cursor:pointer;transition:background-color .2s ease}.chat-section .chat-item:hover{background-color:#f5f5f5}.chat-section .chat-item.active{background-color:#e3f2fd;border-left:3px solid #0057B8}.chat-section .chat-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.chat-section .chat-customer-name{font-weight:600;color:#333;font-size:.9375rem}.chat-section .chat-time{font-size:.75rem;color:#999}.chat-section .chat-item-body{display:flex;justify-content:space-between;align-items:center}.chat-section .chat-last-message{font-size:.875rem;color:#666;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-section .chat-unread-badge{background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-left:.5rem}.chat-section .chat-window{display:none!important;visibility:hidden!important;width:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important;background:transparent!important}.chat-section .chat-window-header{padding:1rem;border-bottom:1px solid #E0E0E0;background:#fafafa;display:flex;align-items:center;gap:1rem}.chat-section .mobile-close-btn{display:block!important;width:40px;height:40px;background:#0057b8;color:#fff;border:none;border-radius:50%;font-weight:800;cursor:pointer;font-size:1.7rem;line-height:1;transition:background-color .2s ease;flex-shrink:0}.chat-section .mobile-close-btn:hover{background:#1968cf}.chat-section .chat-window-name{font-weight:600;color:#333;font-size:1rem;margin-bottom:.25rem}.chat-section .chat-window-email{font-size:.875rem;color:#666}.chat-section .chat-messages{height:440px;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-section .message-date-divider{text-align:center;margin:.5rem 0}.chat-section .message-date-divider span{font-size:.875rem;font-weight:600;color:#666;background-color:#fafafa;text-transform:uppercase;padding:.5rem 1rem;border-radius:12px}.chat-section .chat-message{max-width:70%;padding:.75rem 1rem;border-radius:12px;word-wrap:break-word}.chat-section .chat-message.customer-message{align-self:flex-start;background:#f5f5f5;color:#333}.chat-section .chat-message.admin-message{align-self:flex-end;background:#0057b8;color:#fff}.chat-section .message-content{margin-bottom:.25rem;line-height:1.4}.chat-section .message-time{font-size:.75rem;opacity:.7}.chat-section .chat-input-container{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #E0E0E0;background:#fafafa}.chat-section .chat-input{flex:1;padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-size:.9375rem;font-family:Nunito,sans-serif}.chat-section .chat-input:focus{outline:none;border-color:#0057b8}.chat-section .chat-send-btn{padding:.75rem 1.5rem;background:#0057b8;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.chat-section .chat-send-btn:hover{background:#1968cf}.chat-section .chat-window-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999}.chat-section .empty-icon{font-size:4rem;margin-bottom:1rem}.chat-section .empty-text{font-size:1rem}.orders-section .orders-filter{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.orders-section .filter-btn{padding:.5rem 1rem;border:1px solid #E0E0E0;background:#fff;border-radius:8px;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.orders-section .filter-btn:hover{background:#f5f5f5}.orders-section .filter-btn.active{background:#0057b8;color:#fff;border-color:#0057b8}.orders-section .orders-container{display:grid;grid-template-columns:1fr;gap:1rem;height:500px;position:relative;overflow:hidden;border:1px solid #E0E0E0;border-radius:12px}.orders-section .orders-list{width:100%;height:100%;border-right:none;border-bottom:none;overflow-y:auto;background:#fafafa}.orders-section .order-item{padding:1rem;border-bottom:1px solid #E0E0E0;cursor:pointer;transition:background-color .2s ease}.orders-section .order-item:hover{background-color:#f5f5f5}.orders-section .order-item.selected{background-color:#e3f2fd;border-left:3px solid #0057B8}.orders-section .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.orders-section .mobile-close-btn{display:block!important;width:40px;height:40px;background:#0057b8;color:#fff;border:none;border-radius:50%;font-weight:800;cursor:pointer;font-size:1.7rem;line-height:1;transition:background-color .2s ease;flex-shrink:0}.orders-section .mobile-close-btn:hover{background:#1968cf}.orders-section .order-number{font-weight:600;color:#333;font-size:.9375rem}.orders-section .order-status{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;text-transform:capitalize}.orders-section .order-customer{font-size:.875rem;color:#666;margin-bottom:.25rem}.orders-section .order-total{font-weight:600;color:#0057b8;font-size:1rem;margin-bottom:.25rem}.orders-section .order-date{font-size:.75rem;color:#999}.orders-section .order-details{display:none!important;visibility:hidden!important;width:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important;background:transparent!important}.orders-section .order-details-content{padding:1rem}.orders-section .order-details-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.orders-section .order-details-title{font-family:Fredoka,sans-serif;font-size:1.25rem;font-weight:600;color:#0057b8;margin:0}.orders-section .order-details-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E0E0E0}.orders-section .detail-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.orders-section .detail-row:last-child{margin-bottom:0}.orders-section .detail-label{font-weight:500;color:#666}.orders-section .detail-value{font-weight:600;color:#333;text-align:right;word-break:break-word;flex:1;max-width:60%}.orders-section .detail-value.status-badge{padding:4px 12px;border-radius:12px;font-size:.875rem;color:#fff;text-transform:capitalize;text-align:center;flex:none;max-width:none}.orders-section .detail-value.address-value{text-align:left;max-width:100%;line-height:1.5}.orders-section .address-row{flex-direction:column;align-items:flex-start}.orders-section .address-row .detail-label{margin-bottom:.25rem}.orders-section .order-items-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E0E0E0}.orders-section .order-items-title{font-weight:600;color:#333;margin-bottom:1rem;font-size:1rem}.orders-section .order-item-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #F5F5F5}.orders-section .order-item-row:last-child{border-bottom:none}.orders-section .item-name{flex:1;color:#333}.orders-section .item-quantity{color:#666;margin:0 1rem}.orders-section .item-price{font-weight:600;color:#0057b8}.orders-section .order-total-section{margin-bottom:1.5rem}.orders-section .total-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f5f5f5;border-radius:8px}.orders-section .total-label{font-size:1.125rem;font-weight:600;color:#333}.orders-section .total-value{font-size:1.25rem;font-weight:700;color:#0057b8;font-family:Fredoka,sans-serif}.orders-section .order-actions{display:flex;flex-direction:column;gap:.5rem}.orders-section .status-select-label{font-weight:500;color:#666;font-size:.875rem}.orders-section .status-select{padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-size:.9375rem;font-family:Nunito,sans-serif;cursor:pointer;background:#fff}.orders-section .status-select:focus{outline:none;border-color:#0057b8}.orders-section .status-select:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.orders-section .order-input{padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-size:.9375rem;font-family:Nunito,sans-serif;background:#fff;width:100%}.orders-section .order-input:focus{outline:none;border-color:#0057b8}.orders-section .order-tracking{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #E0E0E0}.orders-section .order-action-btn{margin-top:.75rem;padding-top:1rem}.orders-section .action-btn{display:block;width:100%;padding:.875rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .15s ease;box-shadow:0 2px 6px #28a74540}.orders-section .action-btn:hover:not(:disabled){background:#218838;box-shadow:0 4px 10px #28a7454d;transform:translateY(-1px)}.orders-section .action-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 3px #28a74533}.orders-section .action-btn:focus-visible{outline:2px solid #28A745;outline-offset:2px}.orders-section .action-btn:disabled{background:#a3d9b1;cursor:not-allowed;box-shadow:none;transform:none}.orders-section .order-details-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999}.mobile-slide-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:1000;animation:fadeIn .3s ease}.mobile-slide-window{display:flex;position:fixed;top:0;right:0;bottom:0;width:85%;max-width:400px;background:#fff;z-index:1001;box-shadow:-2px 0 10px #0003;animation:slideInRight .3s ease;flex-direction:column;overflow:hidden}.chat-slide-window .chat-window-header{padding:1rem;border-bottom:1px solid #E0E0E0;background:#fafafa;display:flex;align-items:center;gap:1rem;flex-shrink:0}.chat-slide-window .chat-messages{flex:1;overflow-y:auto;padding:1rem}.chat-slide-window .chat-input-container{flex-shrink:0}.order-slide-window{overflow-y:auto}.order-slide-window .order-details-content{padding:1rem}@media (min-width: 769px){.dashboard-container{padding:2rem}.dashboard-title{font-size:2.5rem}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dashboard-section{padding:2rem}.sales-section .sales-chart{height:300px}.sales-section .sales-bar-wrapper{min-width:30px}.chat-section .chat-container{grid-template-columns:300px 1fr;height:600px;position:static;overflow:visible}.chat-section .chat-list{width:auto;height:auto;border-right:1px solid #E0E0E0}.chat-section .chat-window{display:flex!important;flex-direction:column;background:#fff;visibility:visible!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important;border:none!important}.orders-section .orders-container{grid-template-columns:300px 1fr;height:600px;position:static;overflow:visible}.orders-section .orders-list{width:auto;height:auto;border-right:1px solid #E0E0E0}.orders-section .order-details{display:block!important;background:#fff;overflow-y:auto;visibility:visible!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important;border:none!important}.orders-section .order-details-content{padding:1.5rem}.mobile-slide-overlay,.mobile-slide-window{display:none}}@media (min-width: 1201px){.chat-section .chat-container{grid-template-columns:350px 1fr}.orders-section .orders-container{grid-template-columns:400px 1fr}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.order-status-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;animation:fadeIn .3s ease}.order-status-modal{width:100%;max-width:28rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 0 16px 5px #0000001a}.order-status-modal-message{margin:0 0 1rem;font-size:1rem;line-height:1.5;color:#333;text-align:center}.order-status-modal-note{margin:0 0 1rem;padding:.75rem;background:#fff8e1;border-radius:8px;font-size:.875rem;line-height:1.5;color:#856404;text-align:center}.order-status-modal-input{width:100%;margin-bottom:1.5rem;padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-size:.9375rem;font-family:Nunito,sans-serif;box-sizing:border-box}.order-status-modal-input:focus{outline:none;border-color:#0057b8}.order-status-modal-actions{display:flex;gap:1rem}.order-status-modal-dismiss,.order-status-modal-proceed{flex:1}.order-status-modal-dismiss{height:48px;border:none;border-radius:2rem;background:#f2f2f2;color:#000;font-size:1rem;font-weight:600;font-family:Nunito,sans-serif;cursor:pointer;transition:background .2s ease}.order-status-modal-dismiss:hover{background:#e5e5e5}.order-status-modal-dismiss:active{transform:scale(.98)}.order-status-modal-proceed{height:48px;border-radius:2rem;background-color:#28a745;color:#fff;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease}.order-status-modal-proceed:disabled{opacity:.5;cursor:not-allowed}.order-status-modal-proceed:hover:not([disabled]){background-color:#218838}.order-status-modal-proceed:active{transform:scale(.98)}t2p-chat{position:relative;display:block;width:0;height:0;z-index:9998}.u-chat-btn-box{position:fixed;bottom:20px;right:20px;z-index:9998}.u-chat-btn-box svg{width:26px;height:26px}.u-chat-btn-box svg path{fill:#facd32!important}.u-chat-unreed-badge{position:absolute;top:-5px;left:0;background-color:#0057b8;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;padding-top:2px}.u-chat-icon-button{width:56px;height:56px;background:#0057b8;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-top:6px;box-shadow:0 4px 12px #0057b84d;transition:all .3s ease;pointer-events:auto}.u-chat-icon-button:hover{background:#1968cf;transform:scale(1.05);box-shadow:0 6px 16px #0057b866}.u-chat-icon-button:active{transform:scale(.95)}.u-chat-icon-button svg{width:26px;height:26px}.u-chat-icon-button svg path{fill:#fff!important}.u-chat-icon-button.open{background:#dc3545}.u-chat-icon-button.open:hover{background:#c82333}.u-chat-window-container{position:fixed;bottom:90px;right:20px;left:20px;width:calc(100vw - 40px);height:calc(100vh - 120px);max-height:calc(100vh - 120px);z-index:9997;animation:slideUp .3s ease-out;display:block!important;visibility:visible!important}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.u-chat-window{display:flex!important;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;height:100%;overflow:hidden;visibility:visible!important;width:100%!important;padding:0!important;margin:0!important;border:none!important}.u-chat-header{padding:1.25rem;border-bottom:1px solid #E0E0E0;background:#0057b8;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.u-chat-header-info{flex:1}.u-chat-header-title{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.u-chat-header-subtitle{font-size:.875rem;opacity:.9}.u-chat-close-btn{width:32px;height:32px;background:#fff3;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-top:6px;transition:background-color .2s ease;flex-shrink:0}.u-chat-close-btn:hover{background:#ffffff4d}.u-chat-close-btn svg{width:24px;height:24px}.u-chat-close-btn svg path{fill:#fff!important;stroke:#fff!important}.u-chat-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;background:#fafafa}.u-chat-messages::-webkit-scrollbar{width:6px}.u-chat-messages::-webkit-scrollbar-track{background:transparent}.u-chat-messages::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.u-chat-messages::-webkit-scrollbar-thumb:hover{background:#ccc}.u-chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.u-empty-icon{font-size:3rem;margin-bottom:1rem}.u-empty-text{color:#666;font-size:.9375rem}.u-message-date-divider{text-align:center;margin:.5rem 0}.u-message-date-divider span{font-size:.875rem;font-weight:600;color:#666;background-color:#efefef;text-transform:uppercase;padding:.5rem 1rem;border-radius:12px}.u-chat-message{max-width:85%;padding:.75rem 1rem;border-radius:12px;word-wrap:break-word;animation:fadeIn .2s ease-out}.u-chat-message.u-customer-message{align-self:flex-end;background:#0057b8;color:#fff;border-bottom-right-radius:4px}.u-chat-message.u-admin-message{align-self:flex-start;background:#fff;color:#333;border:1px solid #E0E0E0;border-bottom-left-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.u-message-content{margin-bottom:.375rem;line-height:1.5;font-size:.9375rem}.u-message-time{font-size:.75rem;opacity:.7}.u-chat-input-container{display:flex;gap:.75rem;padding:1rem;border-top:1px solid #E0E0E0;background:#fff;flex-shrink:0}.u-chat-login-required{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;background:#fafafa;flex:1}.u-chat-login-required-text{color:#666;font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.u-chat-login-required-btn{padding:.75rem 2rem;background:#0057b8;color:#fff;border:none;border-radius:24px;font-size:.9375rem;font-weight:600;font-family:Nunito,sans-serif;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0057b833}.u-chat-login-required-btn:hover{background:#1968cf;transform:translateY(-1px);box-shadow:0 4px 12px #0057b84d}.u-chat-login-required-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0057b833}.u-chat-input{flex:1;padding:.75rem 1rem;border:1px solid #E0E0E0;border-radius:24px;font-size:.9375rem;font-family:Nunito,sans-serif;outline:none;transition:border-color .2s ease}.u-chat-input:focus{border-color:#0057b8}.u-chat-input::placeholder{color:#999}.u-chat-send-btn{width:44px;height:44px;background:#0057b8;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-top:6px;transition:all .2s ease;flex-shrink:0}.u-chat-send-btn:hover:not(:disabled){background:#1968cf;transform:scale(1.05)}.u-chat-send-btn:active:not(:disabled){transform:scale(.95)}.u-chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.u-chat-send-btn svg{width:24px;height:24px}.u-chat-send-btn svg path{stroke:#fff!important}@media (min-width: 769px){.u-chat-btn-box{bottom:24px;right:24px}.u-chat-icon-button{width:60px;height:60px}.u-chat-icon-button svg{width:32px;height:32px}.u-chat-window-container{bottom:100px;right:24px;left:auto;width:380px;height:600px;max-height:calc(100vh - 120px)}.u-chat-window{width:auto!important}.u-chat-message{max-width:75%}}.modal-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal-dialog .modal-content{flex:1;max-width:28rem;margin:0 1rem;background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 0 16px 5px #0000001a;animation:slideUp .3s ease}.modal-dialog .modal-title{font-size:1.5rem;font-weight:600;text-align:center;color:#000;margin-bottom:1rem}.modal-dialog .modal-message{font-size:1rem;text-align:center;color:#333;margin-bottom:2rem;line-height:1.5}.modal-dialog .modal-actions{display:flex;gap:1rem;justify-content:center}.modal-dialog .modal-actions .modal-cancel-btn,.modal-dialog .modal-actions .modal-delete-btn{flex:1;height:48px;border:unset;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-dialog .modal-actions .modal-cancel-btn{background-color:#f2f2f2;color:#000}.modal-dialog .modal-actions .modal-cancel-btn:hover{background-color:#e5e5e5}.modal-dialog .modal-actions .modal-cancel-btn:active{transform:scale(.98)}.modal-dialog .modal-actions .modal-delete-btn{background-color:red;color:#fff}.modal-dialog .modal-actions .modal-delete-btn:hover{background-color:#ff4242}.modal-dialog .modal-actions .modal-delete-btn:active{transform:scale(.98)}.orders-page{background:#fff;min-height:60vh;padding:1rem;font-family:Nunito,sans-serif;color:#1a1a1a}@media (min-width: 768px){.orders-page{padding:1.5rem 2rem}}.orders-page-inner{max-width:72rem;margin:0 auto}.orders-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media (min-width: 1024px){.orders-header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem}}.orders-title{font-size:1.75rem;font-weight:700;margin:0 0 .35rem;color:#111}@media (min-width: 768px){.orders-title{font-size:2rem}}.orders-subtitle{margin:0;font-size:1rem;color:#666;font-weight:500}.orders-toolbar{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 600px){.orders-toolbar{flex-direction:row;align-items:stretch;max-width:100%}}@media (min-width: 1024px){.orders-toolbar{flex:0 0 auto;width:auto;max-width:28rem}}.orders-filter-wrap{position:relative;flex-shrink:0}.orders-filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.55rem 1rem;border:1px solid #d9d9d9;border-radius:6px;background:#fff;font:inherit;font-weight:600;cursor:pointer;color:#333}@media (min-width: 600px){.orders-filter-btn{width:auto;min-width:7rem}}.orders-filter-btn:hover{border-color:#bbb;background:#fafafa}.orders-filter-btn .orders-filter-btn-icon{height:1.5rem;width:1.5rem}.orders-filter-btn svg{width:100%;height:100%}.orders-filter-panel{position:absolute;top:calc(100% + 4px);right:0;left:0;z-index:20;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 0 16px 5px #0000001a;padding:.35rem;min-width:11rem}@media (min-width: 600px){.orders-filter-panel{left:auto}}.orders-filter-option{display:block;width:100%;text-align:left;padding:.5rem .65rem;border:none;background:transparent;font:inherit;font-size:1rem;border-radius:4px;cursor:pointer;color:#333}.orders-filter-option:hover{background:#f5f5f5}.orders-filter-option.is-active{background:#005ad21a;color:#0057b8;font-weight:600}.orders-cards{display:flex;flex-direction:column;gap:1rem}.orders-card{border:1px solid #e8e8e8;border-radius:10px;padding:1rem;background:#fff}.orders-card-top{display:flex;gap:1rem;align-items:flex-start}.orders-card-thumb{width:4rem;height:4rem;border-radius:4px;border:1px solid #eee;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.orders-card-thumb img{width:100%;height:100%;object-fit:cover}.orders-card-thumb-fallback{font-size:1.75rem;line-height:1}.orders-table-thumb{width:3rem;height:3rem;border-radius:4px;border:1px solid #eee;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.orders-table-thumb img{width:100%;height:100%;object-fit:cover}.orders-card-top-main{flex:1;min-width:0}.orders-card-order-num{font-weight:700;font-size:1rem}.orders-card-meta{font-size:.8rem;color:#666;margin-top:.2rem}.orders-card-meta-sep{margin:0 .2rem}.orders-card-time{font-size:.8rem;color:#888;margin-top:.15rem}.orders-link-btn{margin-top:.35rem;padding:0;border:none;background:none;font:inherit;font-size:.8rem;font-weight:600;color:#0057b8;cursor:pointer;text-decoration:underline;text-underline-offset:2px;display:inline-block}.orders-link-btn--table{margin-top:.25rem;display:inline-block}.orders-link-btn:hover{color:#004099}.orders-card-status{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.orders-badge{display:inline-block;padding:.25rem .65rem;border-radius:2rem;font-size:.8rem;font-weight:600}.orders-badge[data-status=pending]{background:#fff3cd;color:#856404}.orders-badge[data-status=paid]{background:#f4fff6;color:#1e5a2a}.orders-badge[data-status=shipped],.orders-badge[data-status=delivered]{background:#d4edda;color:#1e5a2a}.orders-badge[data-status=processing]{background:#fff3cd;color:#856404}.orders-badge[data-status=cancelled]{background:#e9ecef;color:#495057}.orders-badge[data-status=open_return],.orders-badge[data-status=returned]{background:#ffd9cd;color:#856404}.orders-badge[data-status=payment_failed]{background:#f8d7da;color:#721c24}.orders-status-detail{margin:.45rem 0 0;font-size:.8rem;color:#555;line-height:1.45}.orders-status-detail--table{margin-top:.35rem}.orders-tracking-link{display:inline-block;margin-top:.25rem;font-size:.8rem;font-weight:600;color:#0057b8;text-decoration:none}.orders-tracking-link:hover{text-decoration:underline}.orders-card-bottom{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.orders-card-total{font-size:1.2rem;font-weight:600}.orders-card-actions{display:flex;align-items:center;gap:.5rem;width:100%}@media (min-width: 400px){.orders-card-actions{width:auto}}.orders-btn-outline{flex:1;padding:.55rem 1rem;border:1px solid #0057B8;border-radius:6px;background:#fff;color:#0057b8;font:inherit;font-weight:600;font-size:1rem;cursor:pointer;min-height:2.5rem;text-decoration:none;text-align:center;box-sizing:border-box}@media (min-width: 400px){.orders-btn-outline{flex:0 1 auto;min-width:7.5rem}}.orders-btn-outline:hover{background:#005ad20f}.orders-btn-outline--link{display:inline-flex;align-items:center;justify-content:center}.orders-btn-icon{width:2.5rem;height:2.5rem;padding:0;border:1px solid #d9d9d9;border-radius:6px;background:#fff;color:#444;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.orders-btn-icon:hover{background:#fafafa}.orders-actions-dd-wrap{position:relative}.orders-actions-dd{position:absolute;bottom:calc(100% + 4px);right:0;z-index:15;min-width:10rem;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 0 16px 5px #0000001a;padding:.35rem}.orders-actions-dd button{display:block;width:100%;text-align:left;padding:.45rem .5rem;border:none;background:none;font:inherit;font-size:1rem;cursor:pointer;border-radius:4px;color:#333}.orders-actions-dd button:hover{background:#f5f5f5}.orders-actions-dd--table{bottom:auto;top:calc(100% + 4px)}.orders-card-expanded{margin-top:1rem;padding:1rem;background:#fafafa;border-radius:6px;font-size:.8rem;color:#555;line-height:1.5}.orders-card-expanded p{margin:0}.orders-card-expanded--table{margin-top:0}.orders-empty{text-align:center;padding:3rem 1rem;border:1px dashed #ddd;border-radius:10px;color:#666}.orders-empty--table{border:none;padding:2rem}.orders-empty-icon{font-size:2.5rem;margin-bottom:.5rem}.orders-empty-title{font-weight:700;color:#333;margin:0 0 .35rem}.orders-empty-text{margin:0;font-size:1rem}.orders-table-wrap{display:none}@media (min-width: 1024px){.orders-cards{display:none}.orders-table-wrap{display:block;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}}.orders-table{width:100%;border-collapse:collapse;font-size:1rem}.orders-table thead{background:#fafafa}.orders-table th{text-align:left;padding:.75rem 1rem;font-weight:600;color:#444;border-bottom:1px solid #e8e8e8;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.orders-table td{padding:1rem;vertical-align:top;border-bottom:1px solid #f0f0f0}.orders-table tbody tr:last-child td{border-bottom:none}.orders-td-order{display:flex;gap:.75rem;align-items:flex-start}.orders-td-order-num{font-weight:700}.orders-td-order-items{font-size:.8rem;color:#666;margin-top:.15rem}.orders-td-date{font-weight:500}.orders-td-time{font-size:.8rem;color:#888;margin-top:.2rem}.orders-td-actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.orders-table-expanded-row td{padding:0 1rem 1rem;border-bottom:1px solid #f0f0f0}.orders-footer{display:flex;flex-direction:column;gap:1rem;align-items:stretch;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}@media (min-width: 768px){.orders-footer{flex-direction:row;align-items:center;justify-content:space-between}}.orders-range{margin:0;font-size:1rem;color:#666;text-align:center}@media (min-width: 768px){.orders-range{text-align:left}}.orders-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem}.orders-page-btn{min-width:2.25rem;height:2.25rem;padding:0 .4rem;border:1px solid #d9d9d9;border-radius:4px;background:#fff;font:inherit;font-size:1rem;font-weight:600;color:#333;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.orders-page-btn:hover:not(:disabled){border-color:#bbb;background:#fafafa}.orders-page-btn:disabled{opacity:.45;cursor:not-allowed}.orders-page-btn--num.is-active{background:#0057b8;border-color:#0057b8;color:#fff}.orders-page-btn span{height:1rem;width:1rem}.orders-page-btn svg{width:100%;height:100%}.od-page{background:#fff;min-height:60vh;padding:1rem;font-family:Nunito,sans-serif;color:#111827}@media (min-width: 768px){.od-page{padding:1.5rem 2rem}}.od-inner{max-width:72rem;margin:0 auto}.od-breadcrumb{font-size:.8rem;color:#6b7280;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.od-crumb{color:#6b7280;text-decoration:none}.od-crumb:not(.od-crumb--current):hover{color:#005ad2;text-decoration:underline}.od-crumb--current{color:#374151;font-weight:600}.od-crumb-sep{color:#d1d5db;-webkit-user-select:none;user-select:none}.od-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media (min-width: 1024px){.od-header{flex-direction:row;align-items:flex-start;justify-content:space-between}}.od-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.od-title{margin:0;font-size:1.65rem;font-weight:700}@media (min-width: 768px){.od-title{font-size:2rem}}.od-badge--header{display:inline-block;padding:.2rem .65rem;border-radius:2rem;font-size:.8rem;font-weight:600}.od-badge--header[data-status=pending]{background:#fff3cd;color:#856404}.od-badge--header[data-status=paid]{background:#f4fff6;color:#1e5a2a}.od-badge--header[data-status=shipped],.od-badge--header[data-status=delivered]{background:#dcfce7;color:#166534}.od-badge--header[data-status=processing]{background:#fef3c7;color:#92400e}.od-badge--header[data-status=cancelled]{background:#f3f4f6;color:#4b5563}.od-badge--header[data-status=open_return],.od-badge--header[data-status=returned]{background:#ffd9cd;color:#856404}.od-badge--header[data-status=payment_failed]{background:#f8d7da;color:#721c24}.od-placed{margin:.35rem 0 0;font-size:1rem;color:#6b7280}.od-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 600px){.od-actions{flex-direction:row;flex-wrap:wrap}}@media (min-width: 1024px){.od-actions{flex:0 0 auto;width:auto;justify-content:flex-end}}.od-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1rem;border-radius:6px;font:inherit;font-size:1rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;min-height:2.5rem}.od-btn--outline{border:1px solid #e5e7eb;background:#fff;color:#374151}.od-btn--outline:hover{border-color:#cbd5e1;background:#f9fafb}.od-btn--primary{background:#005ad2;color:#fff;border:1px solid #005ad2}.od-btn--primary:hover{filter:brightness(.95)}.od-btn--track{margin-top:1rem;width:100%;background:#005ad2;color:#fff;border:1px solid #005ad2}@media (min-width: 600px){.od-btn--track{width:auto}}.od-btn--track:hover{filter:brightness(.95)}.od-btn--track[disabled]{opacity:.5;cursor:not-allowed}.od-btn-icon{flex-shrink:0}.od-panel{border:1px solid #e5e7eb;border-radius:10px;padding:1rem;margin-bottom:1.5rem;background:#fff}@media (min-width: 768px){.od-panel{padding:1.5rem}}.od-timeline--mobile{list-style:none;margin:0;padding:0}@media (min-width: 1024px){.od-timeline--mobile{display:none}}.od-timeline-step{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.65rem;padding-bottom:1rem}.od-timeline-step:last-child{padding-bottom:0}.od-timeline-step:before{content:"";position:absolute;left:.65rem;bottom:2.75rem;width:2px;height:4rem;background:#e5e7eb}.od-timeline-step:first-child:before{display:none}.od-timeline-step--complete:before{background:#22c55e}.od-timeline-dot{width:1.35rem;height:1.35rem;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;background:#fff;z-index:1;color:#fff}.od-timeline-step--complete .od-timeline-dot{background:#22c55e;border-color:#22c55e}.od-timeline-step--pending .od-timeline-dot{border-style:dashed}.od-timeline-body{min-height:3rem}.od-timeline-label{font-weight:600;font-size:1rem}.od-timeline-time{display:block;font-size:.8rem;color:#6b7280;margin-top:.15rem}.od-timeline-time--muted{font-style:italic}.od-track--desktop{display:none;list-style:none;margin:0;padding:0;justify-content:space-between;gap:.25rem}@media (min-width: 1024px){.od-track--desktop{display:flex}}.od-track-step{flex:1;text-align:center;min-width:0}.od-track-node-wrap{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.od-track-node{width:1.75rem;height:1.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #d1d5db;z-index:1;color:#fff}.od-track-step--complete .od-track-node{background:#22c55e;border-color:#22c55e}.od-track-step--pending .od-track-node{border-style:dashed;color:transparent}.od-track-line{position:absolute;left:50%;width:100%;height:3px;top:50%;transform:translateY(-50%);z-index:0;margin-left:.875rem;background:#e5e7eb}.od-track-line--complete{background:#22c55e}.od-track-line--dash{background:repeating-linear-gradient(90deg,#e5e7eb,#e5e7eb 6px,transparent 6px,transparent 10px)}.od-track-label{display:block;font-size:.8rem;font-weight:600;color:#374151}.od-track-time{font-size:.7rem;color:#6b7280;display:block;margin-top:.15rem}.od-track-time--muted{color:#d1d5db}.od-section-title{margin:0 0 1rem;font-size:1.15rem;font-weight:700}.od-items-cards{display:flex;flex-direction:column;gap:1rem;max-height:23rem;overflow-y:auto}@media (min-width: 1024px){.od-items-cards{display:none}}.od-item-card{display:flex;gap:1rem;border:1px solid #f3f4f6;border-radius:8px;padding:1rem;background:#fafafa}.od-item-thumb{width:4rem;height:4rem;flex-shrink:0;border-radius:4px;border:1px solid #e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.od-item-thumb--sm{width:3rem;height:3rem}.od-item-thumb img{width:100%;height:100%;object-fit:cover}.od-item-thumb-fallback{font-size:1.5rem}.od-item-name{font-weight:700;font-size:1rem}.od-item-desc{font-size:.8rem;color:#6b7280;margin-top:.15rem}.od-item-sku{font-size:.8rem;color:#9ca3af;margin-top:.25rem}.od-item-dl{margin:.5rem 0 0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:.35rem;font-size:.8rem}.od-item-dl dt{margin:0;color:#6b7280;font-weight:500}.od-item-dl dd{margin:.1rem 0 0;font-weight:600}.od-items-table-wrap{display:none}@media (min-width: 1024px){.od-items-table-wrap{display:block;margin-top:1rem;max-height:23rem;overflow-y:auto}}.od-items-table{width:100%;border-collapse:collapse;font-size:1rem}.od-items-table th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.od-items-table td{padding:.85rem .75rem;border-bottom:1px solid #f3f4f6;vertical-align:top}.od-item-row-desktop{display:flex;gap:.75rem;align-items:flex-start}.od-more-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;padding:0;border:none;background:none;font:inherit;font-size:1rem;font-weight:600;color:#005ad2;cursor:pointer}.od-more-link:hover{text-decoration:underline}.od-more-chevron{transition:transform .2s ease}.od-more-chevron--open{transform:rotate(180deg)}.od-more-body{margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:8px;font-size:.8rem;color:#4b5563;line-height:1.5}.od-more-body p{margin:0}.od-grid{display:grid;gap:1.5rem}@media (min-width: 1024px){.od-grid{grid-template-columns:1fr 1fr}}.od-box-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.od-box-title{margin:0;font-size:1rem;font-weight:700}.od-box-title--solo{margin-bottom:1rem}.od-edit-link{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:none;background:none;font:inherit;font-size:.8rem;font-weight:600;color:#005ad2;cursor:pointer;white-space:nowrap}.od-edit-link:hover{text-decoration:underline}.od-address{font-style:normal;font-size:1rem;line-height:1.55;color:#374151;display:flex;flex-direction:column;gap:.1rem}.od-address-name{font-weight:700}.od-address-contact{color:#6b7280;font-size:.8rem}.od-pay-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem;font-size:1rem}.od-pay-label{color:#6b7280;font-weight:500}.od-pay-method{display:flex;align-items:center;gap:.5rem;font-weight:600}.od-pay-icon-wrap{display:flex;width:2.25rem;height:1.5rem;align-items:center;justify-content:center}.od-paid-badge{background:#dcfce7;color:#166534;font-size:.8rem;font-weight:700;padding:.2rem .5rem;border-radius:2rem}.od-paid-badge--pending{background:#fff3cd;color:#856404}.od-paid-badge--failed{background:#f8d7da;color:#721c24}.od-pay-note{margin:.5rem 0 0;font-size:.8rem;color:#6b7280}.od-pay-meta{margin:.35rem 0 0;font-size:.8rem;color:#9ca3af}.od-carrier{font-weight:600;font-size:1rem;margin-bottom:.35rem}.od-track-num-row{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.od-track-link{padding:0;border:none;background:none;font:inherit;font-size:1rem;font-weight:600;color:#005ad2;cursor:pointer;text-align:left}.od-track-link:hover{text-decoration:underline}.od-copy-btn{display:inline-flex;padding:.35rem;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;color:#4b5563}.od-copy-btn:hover{background:#f9fafb}.od-copy-btn[disabled]{opacity:.5;cursor:not-allowed}.od-copy-toast{margin:.35rem 0 0;font-size:.8rem;color:#166534;font-weight:600}.od-est-delivery{margin:1rem 0 0;font-size:1rem;color:#374151}.od-est-delivery strong{color:#22c55e}.od-mini-track{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.od-mini-step{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#6b7280}.od-mini-step--on{color:#166534;font-weight:600}.od-mini-dot{width:.5rem;height:.5rem;border-radius:50%;background:#22c55e;flex-shrink:0}.od-mini-step--off .od-mini-dot{background:#e5e7eb}.od-summary-dl{margin:0}.od-summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.35rem 0;font-size:1rem;border-bottom:1px solid #f3f4f6}.od-summary-row dt{margin:0;color:#6b7280;font-weight:500}.od-summary-row dd{margin:0;font-weight:600}.od-summary-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem}.od-summary-total-label{font-weight:700;font-size:1.2rem}.od-summary-total-value{font-weight:700;font-size:1.25rem}.od-savings{margin:1rem 0 0;padding:1rem;background:#dcfce7;color:#166534;font-size:1rem;font-weight:600;border-radius:8px}.od-back-wrap{margin:2rem 0 0}.od-back-link{font-size:1rem;font-weight:600;color:#005ad2;text-decoration:none}.od-back-link:hover{text-decoration:underline}.od-not-found{text-align:center;padding:3rem 1rem}.od-not-found-title{margin:0 0 .5rem;font-size:1.5rem}.od-not-found-text{margin:0 0 1.5rem;color:#6b7280}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.od-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.od-modal{position:relative;background:#fff;border-radius:12px;padding:2rem;max-width:28rem;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:od-modal-in .2s ease-out}@keyframes od-modal-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.od-modal-close{position:absolute;top:.75rem;right:.75rem;padding:.35rem;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:4px}.od-modal-close:hover{background:#f3f4f6;color:#374151}.od-modal-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:#111827}.od-modal-text{margin:0 0 1.5rem;font-size:1rem;color:#4b5563;line-height:1.6}.od-modal-email{color:#111827;font-weight:700}.od-modal-btn{width:100%}.od-modal--cancel{max-width:32rem}.od-modal-note{display:flex;gap:.75rem;padding:1rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-bottom:1.5rem}.od-modal-note svg{flex-shrink:0;color:#d97706;margin-top:.1rem}.od-modal-note p{margin:0;font-size:1rem;color:#92400e;line-height:1.5}.od-modal-note p strong{color:#78350f}.od-modal-input-group{margin-bottom:1.5rem}.od-modal-label{display:block;font-size:1rem;color:#374151;margin-bottom:.5rem}.od-modal-label strong{font-family:monospace;background:#f3f4f6;padding:.1rem .35rem;border-radius:4px;color:#111827}.od-modal-input{width:100%;padding:.65rem .85rem;font:inherit;font-size:1rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#111827;transition:border-color .15s,box-shadow .15s}.od-modal-input::placeholder{color:#9ca3af}.od-modal-input:focus{outline:none;border-color:#005ad2;box-shadow:0 0 0 3px #005ad21a}.od-modal-actions{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 600px){.od-modal-actions{flex-direction:row;justify-content:flex-end}}.od-btn--danger{background:#dc2626;color:#fff;border:1px solid #dc2626}.od-btn--danger:hover:not([disabled]){background:#b91c1c;border-color:#b91c1c}.od-btn--danger[disabled]{opacity:.5;cursor:not-allowed}.payment-main{margin-top:1.5rem}.payment-title{display:flex;align-items:center;gap:6px;border-bottom:1px solid #e0e0e0;padding-bottom:1rem;margin-bottom:1rem;margin-top:2rem}.payment-title .payment-title-icon{width:2rem;height:2rem}.payment-title .payment-title-icon svg{width:100%!important;height:100%!important;fill:#005ad2!important}.payment-title .payment-title-text{font-family:Fredoka,sans-serif;font-size:1.3rem;font-weight:600}.pay-form-row{margin-bottom:1rem}.pay-form-row.pay-form-row-split{display:flex;gap:1rem}.pay-form-row.pay-form-row-split .pay-form-input{flex:1}.pay-form-input{display:flex;flex-direction:column;gap:6px}.pay-form-input span{font-size:14px;font-weight:600;color:#2c2c2c}.pay-form-input input{height:2.5rem;border-radius:6px;border:1px solid #e0e0e0;padding:0 1rem;font-size:16px;outline:none;transition:border-color .2s}.pay-form-input input:focus{border-color:#005ad2}.pay-stripe-input{height:2.5rem;border:1px solid #e0e0e0;border-radius:6px;padding:10px 12px;transition:border-color .2s;background:#fff}.pay-stripe-input:focus-within{border-color:#005ad2}.pay-field-error{color:#dc3545;font-size:12px}.pay-error-box{background:#fff5f5;border:1px solid #dc3545;color:#dc3545;border-radius:6px;padding:10px 14px;font-size:14px;margin-bottom:1rem}.pay-submit-box{margin-top:1.5rem}.pay-submit-btn{background-color:#28a745;border-radius:1.5rem;border:none;height:3rem;width:100%;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.pay-submit-btn:hover{background-color:#218838}.pay-submit-btn:disabled{background-color:#9ab7e0;cursor:not-allowed}.pay-cards-icons{display:flex;gap:1rem;margin-top:1rem}.pay-cards-icons .pay-card-icon{width:50px;height:30px}.pay-cards-icons .pay-card-icon svg{width:100%;height:100%}@media screen and (min-width: 901px){.payment-title{margin-top:4rem}.payment-title .payment-title-icon{width:2.5rem;height:2.5rem}.payment-title .payment-title-text{font-size:1.5rem}}.policy-container{max-width:1000px;margin:0 auto;padding:1rem}.policy-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:3rem;font-family:Fredoka,sans-serif}.policy-date{font-size:1rem;font-style:italic;margin-bottom:3rem}.policy-subtitle{font-size:1.5rem;margin-top:3rem;margin-bottom:6px;font-family:Fredoka;font-weight:400}.policy-subsection{font-size:1.2rem;font-weight:400;font-family:Fredoka}.policy-table{width:100%;margin:1.5rem 0 2rem;border-collapse:collapse;border-spacing:0;font-size:1rem;color:#000}.policy-table th,.policy-table td{text-align:left;padding:1rem .5rem;border:none;vertical-align:middle}.policy-table th{font-weight:700;border-bottom:1px solid #d1d1d1}.policy-table td{font-weight:400;border-bottom:1px solid #e5e5e5}.policy-table tbody tr:last-child td{border-bottom:none}.policy-price-summary{background-color:#f8f8f8;border-radius:8px;padding:.25rem 1.25rem;margin:1rem 0 1.5rem}.policy-price-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e5e5;font-size:1rem;color:#000}.policy-price-row:last-child{border-bottom:none}.policy-price-row--total .policy-price-label,.policy-price-row--total .policy-price-value,.policy-price-value--bold{font-weight:700}@font-face{font-family:Nunito;src:url(/fonts/nunito/Nunito-VariableFont_wght.ttf) format("truetype");font-weight:200 900;font-style:normal}@font-face{font-family:Nunito;src:url(/fonts/nunito/Nunito-Italic-VariableFont_wght.ttf) format("truetype");font-weight:200 900;font-style:italic}@font-face{font-family:Fredoka;src:url(/fonts/fredoka/Fredoka-VariableFont_wdth,wght.ttf) format("truetype");font-weight:300 700;font-stretch:75% 125%;font-style:normal}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}
