@import"https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lobster&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:wght@400;500;600&display=swap";:root{--glass-bg: rgba(255, 255, 255, .08);--glass-border: rgba(255, 255, 255, .25);--primary-blue: #4a90e2;--input-width: 400px;--radius-pill: 30px;--container-max: 720px}.auth-page{background:url(/assets/banner3.CHuAYAd9.png) no-repeat center / cover;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw;margin:0;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);overflow-x:hidden}.Container{position:relative;z-index:1;background:var(--glass-bg);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:45px;width:min(92vw,var(--container-max));display:flex;flex-direction:column;align-items:center;border-radius:22px;border:1px solid var(--glass-border);box-shadow:0 20px 50px #00000059,inset 0 1px 1px #ffffff4d;animation:fadeUp .6s ease}.Header{margin-top:30px}h1,h2{color:#000;text-align:center;margin:0}h1{font-size:clamp(26px,4vw,36px)}h2{font-size:clamp(20px,3vw,28px)}.Inputs{margin-top:30px;display:flex;flex-direction:column;gap:25px;width:100%;align-items:center}.Input{display:flex;align-items:center;width:min(100%,var(--input-width));height:50px;padding:0 20px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-pill);box-shadow:0 6px 25px #00000026;transition:border .3s ease,box-shadow .3s ease}.Input:hover{border-color:#fff6}.Input:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 2px #4a90e259}.Input img{width:20px;height:20px;margin-right:12px}.Input input{flex:1;background:transparent;border:none;outline:none;color:#000;font-size:16px}.Input input::placeholder{color:#0009}.Input input:focus::placeholder{color:transparent}.options{display:flex;justify-content:space-between;align-items:center;width:min(100%,var(--input-width));margin-top:10px;font-size:clamp(14px,2.5vw,16px);color:#000}.options label{display:flex;align-items:center;gap:6px;cursor:pointer}.options a{color:var(--primary-blue);text-decoration:none;font-weight:500}.options a:hover{text-decoration:underline}.auth-page .forgot-container{width:min(92vw,420px);padding:40px 30px;text-align:center;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:22px;border:1px solid rgba(255,255,255,.45);box-shadow:0 25px 50px #00000040,inset 0 1px 1px #fff6}.auth-page .forgot-container h1,.auth-page .forgot-container h2{font-size:clamp(26px,4vw,34px);font-weight:700;margin-bottom:25px;color:#1f2937}.auth-page .forgot-container .Input{background:#ffffffbf;border-radius:30px;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 2px 6px #0000001f,0 4px 10px #0000001f}.auth-page .forgot-container input{color:#111827}.auth-page .forgot-container input::placeholder{color:#6b7280}.auth-page .forgot-container button:first-of-type{background:linear-gradient(135deg,#fff);color:#000;box-shadow:0 12px 25px #22c55e73}.auth-page .forgot-container button:last-of-type{margin-top:15px;background:linear-gradient(135deg,#fff);color:#000;box-shadow:0 10px 22px #0f766e66}.auth-page .forgot-container button:hover{transform:translateY(-2px)}.submit-container{margin-top:40px;display:flex;justify-content:center;width:100%}.submit,button{width:min(100%,var(--input-width));height:50px;border-radius:var(--radius-pill);border:none;font-size:16px;font-weight:700;cursor:pointer;background:#fff;color:#000;box-shadow:0 6px 25px #00000040;transition:transform .15s ease,background .3s ease}.submit:hover,button:hover{background:#e5e5e5;transform:translateY(-1px)}.submit:active,button:active{transform:scale(.98)}.gray{background:#eaeaea;color:#676767}.custom-alert{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#fff;padding:20px 30px;border-radius:12px;z-index:9999;box-shadow:0 6px 20px #00000040;animation:fadeDown .3s ease-out;text-align:center}.custom-alert p{font-size:18px;font-weight:700;margin-bottom:12px}.custom-alert.with-cat{width:100%;max-width:600px;border-radius:0 0 14px 14px;background:#fffbea;border-bottom:2px solid #888;animation:slideDown .5s ease forwards}@keyframes fadeDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes slideDown{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}@media(max-width:360px){.Container{padding:20px 12px}.Inputs{gap:18px}.auth-page .forgot-container{padding:30px 20px}.auth-page .forgot-container h1,.auth-page .forgot-container h2{font-size:24px}}@media(min-width:768px)and (max-width:1024px){.Container{width:min(85vw,560px)}}@media(min-width:1025px)and (max-width:1440px){.Container{width:600px}}@media(min-width:1920px){.Container{width:720px;padding:50px}.Input,.submit,button{height:55px;font-size:17px}h1{font-size:42px}h2{font-size:32px}}@media(max-height:500px)and (orientation:landscape){.auth-page{align-items:flex-start;padding-top:20px}}.password-container{background:linear-gradient(to right,#478778,#6b8e23);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;margin:0}.center-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.card{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 50px;border-radius:20px;box-shadow:0 10px 25px #0003;text-align:center;width:450px;max-width:90%}h4{color:#fff;font-size:36px;margin:0 0 30px;text-align:center}.inputs{display:flex;flex-direction:column;gap:25px;align-items:center}.input{display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:30px;padding:0 20px;width:400px;height:50px;box-shadow:0 4px 20px #0000001a}.input img{width:20px;height:20px;margin-right:10px}.input input{flex:1;height:100%;background:transparent;border:none;outline:none;font-size:16px;color:#fff}.input input::placeholder{color:#fff9}.input input:focus::placeholder{color:transparent}.button-group{display:flex;flex-direction:column;gap:20px;margin-top:30px}.btn{padding:10px 30px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.cancel{background:#fff;color:#478778}.cancel:hover{background:#fff6}.continue{background:#fff;color:#478778}.continue:hover{background:#e6e6e6}.alert{padding:15px;margin:20px 0;border-radius:5px;font-size:16px;font-weight:700}.alert.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media screen and (min-width:1920px){.card{width:550px;padding:50px 60px}h4{font-size:42px}.input{width:480px;height:55px}.input input{font-size:18px}.btn{font-size:18px;padding:12px 35px}}@media screen and (min-width:1200px)and (max-width:1919px){.card{width:480px;padding:45px 50px}h4{font-size:38px}.input{width:420px;height:50px}.input input{font-size:17px}.btn{font-size:16px;padding:10px 30px}}@media screen and (min-width:768px)and (max-width:1199px){.password-container{height:100vh;padding:20px}.card{width:400px;padding:35px 40px}h4{font-size:32px;margin-bottom:20px}.input{width:320px;height:45px}.input input{font-size:15px}.button-group{gap:15px;margin-top:25px}.btn{font-size:15px;padding:10px 25px}}@media screen and (max-width:767px){.password-container{flex-direction:column;height:100vh;padding:15px}.center-box{width:100%}.card{width:90%;max-width:350px;padding:25px 20px;border-radius:16px}h4{font-size:26px;margin-bottom:20px}.inputs{gap:15px}.input{width:100%;height:45px;padding:0 15px}.input img{width:18px;height:18px}.input input{font-size:14px}.button-group{width:100%;gap:12px}.btn{width:100%;font-size:15px;padding:12px 0}.alert{font-size:14px;padding:10px}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;max-width:100%;font-family:Arial,sans-serif}:root{--brand-gold: #FFC107;--brand-gold-dark: #e0a800;--text-color: #333;--text-light: #666;--border-color: #e5e5e5;--bg-white: #fff;--shadow: 0 2px 10px rgba(0,0,0,.05);--shadow-hover: 0 4px 15px rgba(0,0,0,.1)}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg-white);box-shadow:var(--shadow);position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;z-index:1000;gap:2rem}.nav-logo{position:relative;height:60px;display:flex;align-items:center}.nav-logo img{height:100px;width:auto;display:block}.search-container{flex:1;max-width:650px;position:relative;display:flex;align-items:center;min-width:0}.search-icon{position:absolute;left:18px;pointer-events:none;opacity:.5}.search-icon img{width:22px;height:22px}.search-container input{width:100%;padding:12px 20px 12px 50px;border:1px solid var(--border-color);border-radius:50px;font-size:16px;outline:none;transition:all .3s ease;background-color:#fafafa}.search-container input:focus{border-color:var(--brand-gold);box-shadow:0 0 0 3px #ffc10726;background:#fff}.clear-icon{position:absolute;right:15px;cursor:pointer;opacity:.4;transition:opacity .2s}.clear-icon:hover{opacity:1}.clear-icon img{width:18px;height:18px}.nav-actions{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.nav-login-button,.nav-cart,.nav-action,.nav-orders,.nav-user-info{display:flex;flex-direction:column;align-items:center;cursor:pointer;color:var(--text-color);transition:color .2s;position:relative}.nav-action:hover,.nav-orders:hover,.nav-login-button:hover{color:var(--brand-gold)}.nav-actions img,.user-icon,.orders-icon{width:24px;height:24px;margin-bottom:4px}.nav-actions span{font-size:11px;font-weight:500;letter-spacing:.5px}.cart-badge{position:absolute;top:-2px;right:-6px;background:var(--brand-gold);color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700}.nav-user-info{position:relative;display:flex;align-items:center;gap:6px;cursor:pointer}.profile-dropdown{position:absolute;top:115%;left:50%;transform:translate(-50%) translateY(10px);background:#fcdb2e;min-width:180px;padding:8px 0;border-radius:14px;border:1px solid #FCDB2E;box-shadow:0 14px 35px #00000014;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;z-index:1000}.nav-user-info .profile-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.profile-dropdown button{width:100%;padding:10px 18px;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;background:transparent;border:none;color:#333;cursor:pointer;transition:all .2s ease}.profile-dropdown button:hover{background:#f5f7fa;color:#000}.profile-dropdown:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background:#fcdb2e;border-left:1px solid #FCDB2E;border-top:1px solid #FCDB2E}.secondary-nav-wrapper{display:flex;justify-content:center;align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;padding:1rem 0;margin-top:80px;position:sticky;top:80px;z-index:999;max-width:100%}.secondary-nav-wrapper a{text-decoration:none;color:#000;font-weight:600;font-style:italic;font-family:Times New Roman,serif;font-size:1.1rem;padding:0 1.5rem;position:relative;transition:color .2s}.secondary-nav-wrapper a:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:18px;width:1px;background-color:#ddd}.secondary-nav-wrapper a:hover{color:var(--brand-gold)}@media(min-width:1920px){.navbar{padding:1.5rem 4rem}.search-container input{font-size:18px}}@media(max-width:1199px){.navbar{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"hamburger logo actions" "search search search";padding:12px 16px;gap:10px}.mobile-hamburger{grid-area:hamburger;display:flex;flex-direction:column;gap:5px;cursor:pointer;align-self:center}.mobile-hamburger span{width:24px;height:2px;background:#333;border-radius:2px}.nav-logo{grid-area:logo;justify-self:center;align-self:center}.nav-logo img{height:55px}.nav-actions{grid-area:actions;display:flex;gap:14px;justify-content:flex-end;align-items:center}.nav-actions span{display:none}.search-container{grid-area:search;width:100%;min-width:0}.search-container input{font-size:15px;padding:10px 15px 10px 42px}.search-icon{left:12px}.secondary-nav-wrapper{margin-top:110px;top:110px;padding:10px 15px;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}.secondary-nav-wrapper a{font-size:.95rem;padding:0 1rem;white-space:nowrap}.secondary-nav-wrapper a:not(:last-child):after{display:none}}@media(max-width:767px){.navbar{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"hamburger logo actions" "search search search";padding:10px 15px;gap:10px}.mobile-hamburger{grid-area:hamburger;display:flex;flex-direction:column;gap:5px;cursor:pointer;align-self:center}.mobile-hamburger span{width:24px;height:2px;background:#333;border-radius:2px}.nav-logo{grid-area:logo;justify-self:center;align-self:center}.nav-logo img{height:50px}.nav-actions{grid-area:actions;gap:14px;justify-content:flex-end}.nav-actions span{display:none}.search-container{grid-area:search;width:100%;min-width:0}.search-container input{font-size:14px;padding:10px 15px 10px 42px}.search-icon{left:12px}.secondary-nav-wrapper{margin-top:110px;top:110px;padding:10px 15px;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}.secondary-nav-wrapper a{font-size:.9rem;padding:0 1rem;white-space:nowrap}.secondary-nav-wrapper a:not(:last-child):after{display:none}.profile-dropdown{left:auto;right:0;transform:translateY(10px)}.nav-user-info .profile-dropdown{transform:translateY(0)}.profile-dropdown:before{left:auto;right:15px;transform:rotate(45deg)}}@media(max-width:1199px){.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1500}.sidebar{position:fixed;top:0;left:0;width:270px;max-width:80%;height:100vh;background:#fff;box-shadow:4px 0 20px #00000026;padding:80px 20px 20px;z-index:2000;transform:translate(-100%);animation:sidebarSlideIn .3s ease forwards}@keyframes sidebarSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}}.nav-actions img,.user-icon,.orders-icon{transition:transform .25s ease,filter .25s ease}.nav-login-button:hover img,.nav-cart:hover img,.nav-action:hover img,.nav-orders:hover img,.nav-user-info:hover .user-icon,.nav-user-info:hover .orders-icon{transform:translateY(-2px) scale(1.1);filter:brightness(0) saturate(100%) invert(72%) sepia(63%) saturate(600%) hue-rotate(5deg)}.nav-login-button:active img,.nav-cart:active img,.nav-action:active img,.nav-orders:active img{transform:scale(.95)}.search-results{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:#fff;border:1px solid #e5e5e5;border-radius:12px;max-height:320px;overflow-y:auto;z-index:2000;box-shadow:0 10px 25px #0000001f}.search-item{display:flex;align-items:center;gap:12px;padding:10px 14px;cursor:pointer;transition:background .2s ease}.search-item:hover{background:#f7f7f7}.search-item-image{width:42px;height:42px;object-fit:contain;border-radius:6px;flex-shrink:0}.search-item strong{font-size:14px;color:#333}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:5000}.sidebar-panel{width:80%;max-width:340px;height:100%;background:#fff;position:fixed;top:0;left:0;transform:translate(0);animation:sidebarEnter .28s ease-out;overflow-y:auto;z-index:6000}@keyframes sidebarEnter{0%{transform:translate(-100%)}to{transform:translate(0)}}.sidebar-header{background:#fcdb2e;color:#fff;padding:20px 18px 25px;display:flex;align-items:center;justify-content:space-between;position:relative}.sidebar-header-title{font-size:20px;font-weight:700}.sidebar-header-signin{font-size:16px;display:flex;align-items:center;gap:8px;cursor:pointer}.sidebar-header-signin:hover{opacity:.85}.sidebar-logout{margin-top:20px;padding-top:12px;border-top:1px solid #ddd;font-weight:700;font-size:18px;color:#d32f2f}.sidebar-logout:hover{color:#b71c1c}.sidebar-content{padding-top:10px;background:#fff}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu>li{padding:16px 20px;font-size:17px;border-bottom:1px solid #eee;cursor:pointer}.sidebar-menu>li:hover{background:#f7f7f7}.sidebar-submenu{list-style:none;padding-left:25px;background:#fafafa;border-left:3px solid #ffc107}.sidebar-submenu li{padding:12px 0;font-size:15px;border-bottom:1px solid #eee;cursor:pointer}.sidebar-submenu li:hover{background:#f0f0f0}@media screen and (min-width:768px){.sidebar-overlay{display:none!important}}#Navbar{position:fixed;top:90px;left:0;width:100%;height:60px;background-color:#fefefed9;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000000d;box-sizing:border-box;z-index:900;transition:top .3s ease}.nav-menu{display:flex;gap:50px;list-style:none;margin:0;padding:0;height:100%;align-items:center}.nav-menu li{position:static;height:100%;display:flex;align-items:center;font-family:Lobster,cursive;font-size:20px;font-weight:500;letter-spacing:1px;color:#333;cursor:pointer;padding:0 15px;transition:all .3s ease}.nav-menu li:hover{color:#e6ac00;background-color:#fafafa}.dropdown,.sub-dropdown{position:fixed;top:150px;left:0;width:100vw;background:url(data:image/jpeg;base64,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);box-shadow:0 10px 20px #0000001a;padding:40px 10%;box-sizing:border-box;display:none;grid-template-columns:repeat(5,1fr);gap:20px;z-index:899;border-top:1px solid #eee}.nav-menu li:hover .dropdown,.nav-menu li:hover .sub-dropdown{display:grid;animation:slideDown .3s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item,.sub-dropdown-item{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;border-radius:12px;box-shadow:0 4px 10px #0000000d;transition:transform .2s,box-shadow .2s;cursor:pointer;text-align:center}.dropdown-item:hover,.sub-dropdown-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.dropdown-item img,.sub-dropdown-item img{width:80px;height:80px;object-fit:contain;margin-bottom:10px}.dropdown-item span,.sub-dropdown-item span{font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;color:#444}@media screen and (min-width:1920px){#Navbar{top:100px;height:90px}.nav-menu li{font-size:24px}.dropdown,.sub-dropdown{top:190px;grid-template-columns:repeat(6,1fr);padding:50px 15%}}@media screen and (min-width:1200px)and (max-width:1919px){.dropdown,.sub-dropdown{grid-template-columns:repeat(5,1fr)}}@media screen and (min-width:768px)and (max-width:1199px){#Navbar{position:relative;top:0;height:auto;padding:10px 0}.nav-menu{flex-wrap:wrap;gap:30px}.nav-menu li{font-size:18px;padding:5px}.dropdown,.sub-dropdown{position:fixed;top:100px;width:100vw;grid-template-columns:repeat(3,1fr);padding:20px 5%}}@media screen and (max-width:767px){#Navbar{position:relative;top:0;margin-top:110px;height:auto;width:100%;overflow-x:auto;justify-content:flex-start;padding:10px 0;box-shadow:none;border-bottom:1px solid #eee}#Navbar::-webkit-scrollbar{display:none}.nav-menu{width:max-content;gap:20px;padding:0 20px;display:none!important}.nav-menu li{font-size:16px;white-space:nowrap}.dropdown,.sub-dropdown{display:none!important}}.slider-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;min-height:106vh;padding-top:150px;padding-bottom:0;position:relative;overflow:hidden;box-sizing:border-box;background-image:url(/assets/banner3.CHuAYAd9.png);background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:fixed}.slider-container:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:90px;background-image:url(/assets/top_mv_cloud.BUzwlPeW.png);background-size:100% 100%;background-repeat:no-repeat;background-position:bottom center;z-index:3;pointer-events:none}.slider-wrapper{position:relative;z-index:5;width:100%;max-width:1200px;padding:0 20px;margin-bottom:-20px;display:flex;justify-content:center;align-items:flex-end}.slider-image{display:block;width:auto;max-width:100%;height:auto;max-height:115vh;object-fit:contain;background:transparent;border:none;box-shadow:none;border-radius:0;opacity:1}@media screen and (min-width:1920px){.slider-container{padding-top:200px}.slider-container:after{height:220px}}@media screen and (min-width:1200px)and (max-width:1919px){.slider-container{padding-top:160px}}@media screen and (min-width:768px)and (max-width:1199px){.slider-container{padding-top:140px;min-height:60vh}.slider-container:after{height:100px}}@media screen and (max-width:767px){.slider-container{padding-top:100px;min-height:500px;background-attachment:scroll;background-position:center top}.slider-wrapper{padding:0;width:95%}.slider-container:after{height:70px}}@keyframes cat-rise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.slider-image{animation:cat-rise 1.2s ease-out forwards}.banner-poster{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;padding-top:10px;overflow:hidden;background-color:#fff;gap:10px}.pickup-flag{width:100%;text-align:center;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.flag-shape{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAABfCAYAAAD28xVUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAW6gAAFuoB5Y5DEAAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yMS8xOKixXywAAAAedEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzUuMasfSOsAAA1gSURBVHic7Z1bbBzXeYC/MzM7e5NTI5GYNg0gMW0RmKDbPsiwmgcrsQIUTmAShVWUbIAkLQIieomMykBdqTFQBzLykACxg8KxYgGJH0I9KA+UkRgoYAVWWkCGXaBJFaVNHVGKLVHcJSWSeyP3MqcP/wx3djlLLikuh6TOBwx25py5/Nz55j9nzu4OldZaYzD0Gq3Rt6bw/v0y6iMfxvrsp3Hijsmwi6lU0FPT6FwefTuHvnkLffV/sP/2rwF6KF+jAbUaeqkK9TrUarBUlddqDTwP7XlSpzWUSoCCpSV0tYpS1vKu9OIieF5z36kkyrLRaBQKrT2U60IqKeslU+AmZF3HAQXKtkEpcF2wbSlPODJvWVKfSEi5I2WGLqnX0aUylMswv4AuldG3piA3g566LfJN52BxCQD1iQPARuULWmrPk3mtQQPVKrpSgWIJvbAAhSJ6bgEqZagsoucXoFhEF0siYK0GS0siYrkicgSCKtXyx7VgWSKN58l6WkMigUq6aK1FxEC+VErWSboo24E9WUilUOkUZLOyXsJBJVOQScuUTEp9OgXJpOw74YiYlg1BaEGM4ddw3OG6nUpwrpfPc+h8VyrohQV0bgY9NQ35PHryhizfnm5uG8L684dRf/D7wEbl8zz0QgGmc+iZO7BQQM/OilylEhRKImGtBrU6eA2o+5mwXpes6HngaZkP/5FdHr8lEwI0GpIhkfdl+aQHGc+y0AoRyLZRluXLZDWnIOPZNriJZjZ1kyJvMglpEVRlMyKu60I6jcqkRex0GpV0JYu67obe3m2FUlAqo4tFyM+i5+bk3Odn0HfnYG5eliuL0mqVypJQOpxPNfDJ5fnV5dNaxAqyWLEEd+6ip3NywNk76Ll5yXRz8yLbdiH449uzJpL6u1E9ch3XhXQKlUpJs51ISCZNJSGTkUybcFBuQrJmOi3dhEwaEm5zG9tGOTbYDtihCyHp+pk6CQTdBUD5F0eAUrKf1f7+4HwoJRe/1wANutGQi75alRaoXve7RnV00BpVFtGFAiwU0aUilCtwd85vvUoiXpA4usW2sT716PJiUz7Pk501JEvpQgF96zb65hT6/Q9gaho9PY2+MxdxQu8jqlXpXswvtBSvKrPjSJZ0HMmm6bRIlkpKNk34ojo2as8ekeyBPbKtKzIqyxKxQcSylHQbolBKzmOpLMuWgmpNxPI01ORvoFhClyqwtCiyVSqyTaEorUhlcX0t0hqoj38M9fE/bL4ty3PVqoj220n0+zfRH9xEz96Rq2BxSW4cqtX1225oZhal0EqBvSBZTim0ZYkcloVSCh10Exz/1IT7kXbbTZBtsyrhc+W19dlCyUZ7HjS8ZllwE7jJqD/5o5Y+sKN/O4n+3/fwbvwOZmYl2+VntlcTulsIn/io6i0OZ6uxHvtUy7JaGho5AZwGkrFEZLhfuAl80p0YLwUF1g8+/5lv0cvxPoNB+CVQDhcEnYiFlesaDJvKj92J8ZaeRSDfZAzBGO4fSsC/tRcG8t3Z2lgM9xnvAbfbC62xsTH1g89/5rMxBGS4f/iJOzG+YvhkZ316ns1gDQ709BCqf39P97+V2ENPYA89EXcYNeB8VMX2kS8QK5vpWJ84+Qzq0EGc48d6FoZz8hkS3/9u5zh2CPZXvhg5HwPTwG+iKrbNEIvVfwDn9Nepn/oG3pWrkfXelas0xs+TOP1cb2I4chjVt5fGuR83P5oKyGZayqzBAezRo13v25u8TuPV1+49yGwGq//AmqtZgwPUX3wZYF1x9oCfh8f2woTlq7ONZGzHm7xO4vgxyGbQufzmHyCbwfEzhD3yFPbIUy3VOjdD7el/XBZQ5/KRF0k7qn8/1qMHUZsUc3CRdoNz8hn05PVlCWOgCvyoU2VYtjlgb8/DWS/ZDNahR7BHjkIuj778Lo01TnrQz2lceGO5TPXvR0/e6LiNc/wYZDLUX/oeTLeK4pz+unxVLJT5dC5PY7y1K6P69qH69jWlzGZwX/0uevIG9Vd/uCkxe1euUh0eXXVf1qGDOP90gsa583hvvrXquj0mD/xnp8pwny/X+1i6Q/XtwzpyGOfkCdwfncX52lehVKJx8a3IbKP695P4zjdRffv85QMrmhrn+DES3/lm5PGc48ewHj1I4+xreG/KMYKJj8o+vYtrn0TryOFmVspmlrsH9RdfXtGM32vMq8bx6CMA6P9eOzP3mF+6E+NTnSrD8r23BcGsiXPqBInvv4Tzta+i+g/QeP0Nak8/S+3pZztexTqXl+bNzx7em29BJoN16KCskM1EZz5fEOvxx/AuXmrJOgH244ehXKaxngziZzz10X3UTj4fmXE3HHMXWIcO+t8o7kH3ZH3sqQ6PdrxzcwDGxsbUGdBf/snPti6sDuhrN/Defgfv8rvdv3mlMt7FS9hHDtN49TW8K1flpPnfd7MOSSbw3n6nZTPl1zfOvhYpnnXoIGrwoegbkE6Uy1AqU3/xZfR0vrM8G4x5LeyhJyCTofH6yr8nBv4C+DTw06jKbXeD0Rg/31VHvh3v7XckW/TtQ+fy1J5+drnOHjmKzs3gXX63ZRudy1M79Xzk/lTfPpzjx9C5GRoXIt+7FViDA+hrIlv7sTYr5lXJZrBHg+3WJ22PcIC/o4N822ec7x7xLr9L/YVvr8iW9uhRGT45u3qHv4VsBufkCbkBeeFb3WW9bAY1+BDe5PXYYk6cfk6y3tkfdp+pe89fVYdH/yyqol2+XfX9eOvIYeyRp/AuXuo6g6j+/dJf699P/aXvdd3ncr7yJQC8iOZ7PWwkZmtwoCXmdWXL3mMDf18dHl3xM772ZrcMfGhLQuqAengAJq+vuHKtwQHYk0Ff66Ij7Tc/9pNPyDBHN+Nc2Qz20OdkfK9c7jjYHYVz/BjW44/ReP2NjXfyNxCzdegg9pOfQw0+BCDixTu00okh4J+BQriwXb4cMckXdLijBnjD1E99o+MJVv37sR72P3nIZPAuXurqJKr+/SRekCZLX/m13Cx0IZHq24dz+jlU3165W97AJxgbjdk6cliGoGBdMcfEAeCLwL+GC9vl+wD44y0KaAW1U89jPTyA6j+wok7n8jCdX7NPZY8eRRfLNE5/u+vMtZxpiuV13ezoXJ7GufNQKt1TU7eRmL0336IO6GvXNzQcEwNj1eHRs+7E+GJQoMLPCTpz5sy2GG65J9o+g90R7MSY108F+Et3YvznQcGuudtdZieexJ0Y8/pJA/8QLth98hm2M09Wh0f/NFgw8hm2Ehv4m2AhSr7FiDKDYbP4cnV4dC9Ey9fxWwgGwybwMeAL1eFRJ0q+2a2OxnDf8QVgb5R8O2LQyLCjeQQYVu3PA98VY32G7YRGPrYt+NM88oOiS9vuK1Uhlmg+gBZ/vgx4yEONEqx8sNMueBToruMOItsvgP8CfuUvl7ZCvrIfQBG5k55HroAFZNS75r96fplGxCsgt+YB2t+2AewBUrTK5wEPIAIG8wl/Hynk5irlT2kg689n/fVcfz7jv67x8DtDBEXgFvA+cM1//Q3ynYEp4LY7MT4XrNxJvgbdvflLiDgFRKwKTdnuIrLMIj8kmffr7yA/Vpr3g6362zSSF85t2kMBl4ZGbP9vSCCSOf5rINcDiIQf8tdJ+mXhKemvm6YpvOuvn/D3GRzDDU3Bsbdzy7IRasj5KiLnbNF/zSOPw7jhT9eAX7sT46v+LqjTm1MAHlwjkCnkiwg3EbuD5dvID4WDzFZFMlSQpXTbFJSxNDSiAJIXzm3oOYnB9j6eP9X9OCD0HPm2+ai6QLIUIuHvISLu8ecfRARN+fMPAh8BPkxT8gdC2+zk5x8uAjNI4phFfu/zPk3hfufXF5H3XAON6vCoan8yVZhO8s3TlE/TlOwD/2DBQfP+Ae/6r8XkhXORPxDeCjpIu9EHflbaC3y5gyyZpJnlkrQ26UE2DAQMJGxv9tP+OsG+MqH6oJtg08yonr9O8CRwzy9f7ZOqxVB90MUJ+s91pPUKMtiCP19EWqcFJBHN0Uwoi8j5LiBPnypEPYelGzrJ9x/+AX+BSDZJSL6oX6Crnf7/JrrAl7vqT4U1Vo/E7w6E5cvSlCuQL5AuiZyjdvnSyEUVLGdZeZEpP855RD5Fs1sUzNcRmYIuU7t8GxarG1YMtcDycMu/ABPA/7kT48U1d3QfyLcdWBoasWje1Xs0M2WUfDVEpCDzVZMXzkU/ELoDPf3XfFrrFdMrr7yio8pXmwy7k/V6sJ7JfKvFEBtGPkNsGPkMsbFpg6Cm32dYLybzGWLDyGeIjUj5xsbG1JkzZ0w7augpJvMZYsPIZ4gNI58hNox8htgw8hliw8hniA0jnyE2OspnxvoMvcZkPkNsGPkMsWHkM8SGkc8QG0Y+Q2wY+Qyxsap8ZrjF0EtM5jPEhpHPEBtGPkNsGPkMsWHkM8SGkc8QG0Y+Q2ysKZ8Z6zP0CpP5DLFh5DPEhpHPEBtGPkNsGPkMsWHkM8RGV/KZ4RZDLzCZzxAbRj5DbBj5DLFh5DPEhpHPEBtGPkNsGPkMsdG1fGasz7DZmMxniA0jnyE2jHyG2Ij8T+MGw1bw//qSOaJrwFklAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center;width:180px;height:45px;cursor:pointer;margin-bottom:5px;padding:50px 0 42px}.flag-shape .jp-text{display:none}.pickup-text-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.pickup-text{font-family:Lobster;font-size:48px;font-weight:700;color:#222;margin:0;z-index:1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.top-foot,.bottom-foot{position:absolute;width:70px;height:auto;opacity:.8;z-index:0;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.top-foot{top:-70px;right:25%;transform:rotate(15deg)}.bottom-foot{position:absolute;bottom:-10px;left:0;transform:translate(-300px) rotate(15deg);z-index:1}.banner-slider-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding:0 20px;position:relative}.banner-slide-group{display:flex;justify-content:center;gap:25px;transition:transform .5s ease;flex-wrap:wrap;width:100%}.banner-slide-item{flex:0 0 320px;border-radius:12px;text-align:left;padding:15px;transition:all .3s ease;display:flex;flex-direction:column;border:none;min-height:420px}.banner-slide-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.banner-slide-item img{width:100%;height:280px;object-fit:cover;border-radius:0;margin-bottom:15px;background-color:#f9f9f9}.banner-info{margin-top:auto;display:flex;flex-direction:column;gap:8px}.banner-tag{font-weight:700;font-size:16px;color:#000;background-color:#fcdb2e;width:fit-content;padding:5px 12px;cursor:pointer;transition:all .2s;align-self:flex-start;text-transform:capitalize;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif}.banner-tag:hover{background-color:#ffc107;color:#fff;border-color:#ffc107}.banner-title-text{font-size:14px;color:#000;font-weight:500;line-height:1.7;margin:0;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif}.banner-indicators{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px;z-index:1;position:relative}.banner-dot{width:10px;height:10px;border-radius:50%;background-color:#ddd;cursor:pointer;border:none;transition:all .3s ease;padding:0}.banner-dot.active{background-color:#ffc107;transform:scale(1.2)}.striped-line{width:100%;height:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAGCAYAAAB5PaORAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAW6gAAFuoB5Y5DEAAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yMS8xOKixXywAAAAedEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzUuMasfSOsAAABASURBVFiF7dQxDQAhEABBoMYGQjCOq/8WLFCQkCMzCrba/I06Exz2t347gQeV2wEAuwwLCMOwgDAMCwjDsIAwFgdRBCYhQ8H6AAAAAElFTkSuQmCC);opacity:.9;margin-top:20px}@media screen and (min-width:768px)and (max-width:1199px){.banner-poster{padding-top:40px}.pickup-text{font-size:48px}.banner-slide-item{flex:0 0 280px}.top-foot,.bottom-foot{display:none}}@media screen and (max-width:767px){.banner-poster{padding-top:30px;gap:20px}.pickup-text{font-size:36px}.flag-shape{width:150px;height:35px}.banner-slide-group{flex-direction:column;align-items:center;gap:20px}.banner-slide-item{width:90%;max-width:350px;flex:none;min-height:auto}.banner-slide-item img{height:200px}.top-foot,.bottom-foot{display:none}.striped-line{height:8px}}body{margin:0;font-family:Roboto,Arial,sans-serif}.main-container{width:100%;min-height:100vh}.list{text-align:center;padding-top:40px}.list-product{font-family:Lobster,cursive;font-size:48px;font-weight:700;color:#222;background:url(data:image/png;base64,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) no-repeat bottom center;padding:50px 0 30px;margin-bottom:50px}.feature-row-single{width:100%;margin-bottom:70px}.feature-row-default,.feature-row-mint,.feature-row-pink{display:flex;justify-content:center;gap:0;margin-bottom:70px}.feature-card-wide-yellow{width:1100px;margin:0 auto;background:#ffe066;padding:40px 150px;display:flex;align-items:stretch;position:relative;overflow:visible;box-shadow:#959da533 0 8px 24px}.feature-card-wide-yellow .card-img-wrapper{position:absolute;right:80px;top:100px;z-index:5}.feature-card-wide-yellow .card-img{width:310px;height:auto;object-fit:contain}.feature-card{width:550px;padding:32px 40px;display:flex;align-items:stretch;position:relative;overflow:hidden;box-shadow:#959da533 0 8px 24px}.feature-row-default .feature-card{background:#fff}.feature-row-mint .feature-card{background:#bfeaea}.feature-row-pink .feature-card{background:#fde7ef}.card-content{width:55%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;z-index:2}.card-text{display:flex;flex-direction:column;gap:8px}.head_image,.head_image_one,.head_image_two{width:70px;height:70px;object-fit:contain}.card-title{font-size:1.5rem;font-weight:700;color:#222;margin:0}.card-desc{font-size:.95rem;color:#555;line-height:1.6;margin:0}.card-img-wrapper{position:absolute;right:28px;top:50%;transform:translateY(-50%)}.card-img{width:230px;height:auto;object-fit:contain}.arrow-button,.arrow-button-one,.arrow-button-two{font-weight:700;font-size:16px;color:#000;background-color:#fcdb2e;width:fit-content;padding:5px 12px;border:none;border-radius:0;cursor:pointer;transition:all .2s;align-self:flex-start;text-transform:capitalize;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif}.arrow-button:hover,.arrow-button-one:hover,.arrow-button-two:hover{background-color:#ffc107;color:#fff}@media(max-width:1199px){.feature-row-default,.feature-row-mint,.feature-row-pink{flex-direction:column;align-items:center;gap:30px}.feature-card,.feature-card-wide-yellow{width:90%;padding:28px}.feature-card-wide-yellow{flex-direction:column;align-items:center;text-align:center}.feature-card-wide-yellow .card-content{width:100%;align-items:center}.feature-card-wide-yellow .card-img-wrapper{position:static;transform:none;margin-top:20px}.card-content{width:100%;align-items:center;text-align:center}.card-img-wrapper{position:static;transform:none;margin-top:20px}.arrow-button,.arrow-button-one,.arrow-button-two{align-self:center}}@media(max-width:767px){.list-product{font-size:32px;background-size:150px auto}.card-title{font-size:1.3rem}.card-desc{font-size:.9rem}.card-img{width:150px}.feature-card-wide-yellow .card-img{width:160px}.arrow-button,.arrow-button-one,.arrow-button-two{width:100%;text-align:center}}.bottom-section{width:100%;display:flex;justify-content:center;padding:60px 20px;box-sizing:border-box}.main-profile-container{display:flex;gap:32px;align-items:center}.profile-container{width:320px;display:flex;flex-direction:column;align-items:stretch}.profile-image{width:100%;display:block}.image-button{width:100%;padding:5px 12px;background-color:#fcdb2e;color:#000;font-size:16px;font-weight:700;border:none;border-radius:0;cursor:pointer;transition:all .2s;text-transform:capitalize;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif}.image-button:hover{background-color:#ffc107;color:#fff}.download-button{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;background-color:#fcdb2e;color:#000;text-decoration:none;border-radius:0;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;text-transform:capitalize;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif}.download-button:hover{background-color:#ffc107;color:#fff}.wallpaper-wrapper{display:flex;flex-direction:column;align-items:center}.wallpaper-container{width:745px;min-height:320px;display:flex;align-items:center;gap:32px;padding:30px 40px;box-sizing:border-box;background-image:url(/assets/top_wallpaper_img_cleanup.BnEavJN6.png);background-repeat:no-repeat;background-size:contain;background-position:center}.wallpaper-text{width:260px}.wallpaper-text h2{font-size:15px;margin-top:100px;margin-bottom:16px;margin-right:40px;line-height:1.3}.wallpaper-text p{font-size:14px;line-height:1.7;margin-bottom:22px}.wallpaper-preview{flex:1;display:flex;justify-content:center}.wallpaper-preview img{max-width:100%;max-height:220px;object-fit:contain}.wallpaper-bottom-text{margin-top:12px;font-size:12px;color:#666;max-width:650px;text-align:center}@media(max-width:1199px){.main-profile-container{flex-direction:column;align-items:center}.wallpaper-container{width:100%;max-width:760px;flex-direction:column;text-align:center;padding:30px}.wallpaper-text{width:100%}.wallpaper-text h2{margin-top:0;margin-right:0}.wallpaper-preview img{max-height:200px}}@media(max-width:767px){.bottom-section{padding:40px 16px}.profile-container{width:100%;max-width:320px}.wallpaper-container{width:100%;padding:24px 20px;background-size:cover}.wallpaper-text h2{font-size:14px}.wallpaper-text p{font-size:13px}.download-button{width:100%;justify-content:center}.wallpaper-preview img{max-height:160px}}.footer{position:relative;background-color:#fcdb2e;color:#2c1c0d;padding:40px 60px 20px;font-family:Helvetica Neue,sans-serif;overflow:visible;margin-top:50px}.footer:before{content:"";position:absolute;top:-140px;left:400px;width:100%;height:140px;background-image:url(/assets/f_img.C8PjaD5w.png);background-repeat:no-repeat;background-position:center bottom;z-index:0}.footer-container{max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-column{display:flex;flex-direction:column;align-items:flex-start}.footer-column:first-child{max-width:260px}.footer-logo img{max-width:80px;margin-bottom:20px;cursor:pointer}.footer-social{display:flex;gap:18px;margin-bottom:15px}.social-icon{display:flex;align-items:center;justify-content:center}.social-icon img{width:32px!important;height:32px!important;object-fit:contain;display:block;cursor:pointer}ul{list-style:none;padding:0;margin:0}.footer-column ul{display:flex;flex-direction:column;gap:6px}.footer-list{display:flex;align-items:center;gap:8px;font-size:17px;line-height:1.8;cursor:pointer;font-weight:700}.footer-list-one{display:flex;align-items:center;gap:8px;font-size:15px;line-height:1.8;cursor:pointer;opacity:.9}.section-title{display:flex;align-items:center;gap:8px;font-family:Helvetica Neue,sans-serif;font-size:17px;margin-bottom:16px;white-space:nowrap;font-weight:700}.paw{font-size:14px;color:#4a1f0f}.footer-column:last-child{padding-top:38px}.sub-list{padding-left:20px;margin-top:6px}@media(min-width:1920px){.footer-container{padding:120px 20px 60px}.section-title{font-size:28px}.footer-list{font-size:22px}.footer-list-one{font-size:18px}}@media(max-width:1199px){.footer-container{grid-template-columns:repeat(2,1fr);gap:40px}.footer-list{font-size:16px}.footer-list-one{font-size:15px}}@media(max-width:767px){.footer:before{height:100px;background-size:contain}.footer-container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:80px 20px 40px}.footer-column{width:100%;max-width:320px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1)}.footer-column:last-child{border-bottom:none}.footer-logo img{max-width:160px}.section-title{font-size:18px}.footer-list{font-size:15px}.footer-list-one{font-size:14px}.social-icon img{width:24px;height:24px}}.footer-list{transition:all .3s ease}.footer-list:hover{color:#fff;transform:translate(4px)}.footer-list-one{transition:all .3s ease}.footer-list-one:hover{color:#fff;transform:translate(4px)}.section-title{transition:color .3s ease}.section-title:hover{color:#fff}.footer-logo img{transition:all .3s ease}.footer-logo img:hover{transform:scale(1.08);opacity:.9}.social-icon img{transition:all .3s ease}.social-icon img:hover{transform:translateY(-4px) scale(1.1);opacity:.8}.bottom-footer-container{width:100%;background:#fff;padding:40px 0 30px}.bottom-footer-image{max-width:1200px;margin:0 auto 30px;padding:0 20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.bottom-image{height:60px;width:auto;object-fit:contain;cursor:pointer;transition:transform .3s ease}.bottom-image:hover{transform:scale(1.05)}.bottom-footer-text{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.bottom-footer-links{display:flex;align-items:center;gap:16px;font-weight:500;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;font-size:12px;color:#39393f;cursor:pointer;flex-wrap:wrap;justify-content:center}.bottom-footer-links p:hover{color:#5c4033}.copyright-text{font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;font-size:12px;font-weight:500;color:#39393f;white-space:nowrap}@media(min-width:1920px){.bottom-footer-image,.bottom-footer-text{max-width:1400px}.bottom-image{height:70px}}@media(max-width:1199px){.bottom-footer-image{justify-content:center;gap:24px}.bottom-image{height:50px}.bottom-footer-text{flex-wrap:wrap;justify-content:center;text-align:center}.copyright-text{width:100%;text-align:center;margin-top:10px;white-space:normal}}@media(max-width:767px){.bottom-footer-image{justify-content:center;gap:12px}.bottom-image{height:42px;max-width:45vw}.bottom-footer-text{flex-direction:column;align-items:center;text-align:center;gap:10px}.bottom-footer-links,.copyright-text{font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,sans-serif;background-color:#f5f7fa;color:#222;overflow-x:hidden}.product-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;padding:40px 0;justify-items:center}.product-wrapper{width:100%;max-width:260px;background:#fff;border:1px solid #ffa726;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 6px 18px #00000014;transition:transform .25s ease,box-shadow .25s ease}.product-wrapper:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000026}.product-item{height:220px;display:flex;align-items:center;justify-content:center;background:#fff}.product-img{width:85%;height:85%;object-fit:contain}.product-details{padding:14px 12px;text-align:center}.product-details h3{font-size:1rem;font-weight:600;color:#ffa726;margin-bottom:6px}.star-rating{font-size:.9rem;color:#ffb400;margin-bottom:6px}.product-details p{font-size:.9rem;font-weight:600;color:#333}.product-buttons{padding:14px;display:flex;flex-direction:column;gap:12px}.btn-cart,.btn-buy{width:100%;padding:14px 0;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.btn-cart{background:#fff;border:2px solid #ffa726;color:#ffa726}.btn-cart:hover{background:#ffa726;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #ff7a0059}.btn-cart:active{transform:scale(.97)}.btn-buy{border:none;background:#ffa726;color:#fff}.btn-buy:hover{background:#ffb7ad;transform:translateY(-2px);box-shadow:0 6px 16px #ff7a0066}.alert-popup{position:absolute;top:8px;left:50%;transform:translate(-50%);background:#4caf50;color:#fff;padding:4px 8px;border-radius:4px;animation:fadeout 3s forwards;z-index:10}@keyframes fadeout{to{opacity:0}}.pagination{width:100%;margin:40px auto;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.pagination button{width:34px;height:34px;border-radius:50%;border:1.5px solid #ffa726;background:#fff;color:#ffa726;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:.2s ease;position:relative;z-index:2}.pagination button:hover:not(.active):not(:disabled){background:#ffa726;color:#fff;transform:translateY(-2px)}.pagination button.active{background:#ffa726;color:#fff;border-color:#ffa726;box-shadow:0 4px 10px #ffa72666;cursor:default}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination .bottom-heading{flex-basis:100%;text-align:center;margin-top:20px}.bottom-heading{width:100%;text-align:center;font-size:.95rem;font-weight:600;color:#ffa726;cursor:pointer;transition:color .2s ease}.bottom-heading:hover{color:#ff9a44}@media(max-width:1199px){.product-container{grid-template-columns:repeat(3,1fr);max-width:900px}}@media(max-width:767px){.product-container{grid-template-columns:repeat(2,1fr);max-width:100%;padding:16px;gap:14px}.product-wrapper{max-width:100%}.product-item{height:200px}.product-details h3{font-size:.85rem}}@media(max-width:480px){.pagination button{height:38px;min-width:38px;font-size:.9rem}}.category-page{width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.category-header{position:relative;display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,24px);padding:clamp(90px,12vw,160px) 20px clamp(90px,10vw,150px);background:#cfeefe;text-align:center;overflow:hidden}.category-main-image{width:clamp(70px,8vw,120px);position:relative;z-index:3}.category-info{position:relative;z-index:3}.category-info h2{font-size:clamp(1.4rem,2.5vw,2.3rem);margin:0;font-weight:700;color:#000}.category-info h3{font-size:clamp(.9rem,1.3vw,1.1rem);font-weight:400;margin-top:6px;color:#555}.category-header:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:clamp(80px,12vw,160px);background-image:url(/assets/top_mv_cloud.BUzwlPeW.png);background-repeat:no-repeat;background-position:bottom center;background-size:cover;z-index:2;pointer-events:none}.category-breadcrumb{max-width:1200px;margin:0 auto;padding:0 20px;font-size:clamp(14px,1.2vw,18px);color:#000;position:relative;z-index:5;margin-top:clamp(-90px,-8vw,-60px)}.category-breadcrumb span{cursor:pointer;transition:color .2s ease}.category-breadcrumb span:hover{color:#c39408}.category-section{position:relative;z-index:5;margin-top:clamp(-90px,-8vw,-60px);padding-top:clamp(30px,5vw,50px);text-align:center}.list-title{font-size:clamp(1.6rem,2.5vw,2.2rem);font-family:Lobster,cursive;margin-bottom:20px;color:#000}.category-list{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(14px,2vw,26px);list-style:none;padding:0;margin:0 auto;max-width:1100px}.category-list li{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:clamp(.9rem,1.2vw,1.05rem);padding:6px 10px;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.category-list li:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.category-list img{width:clamp(32px,4vw,42px);height:clamp(32px,4vw,42px);padding:4px;border-radius:50%;background:#fff}.cat-litter{color:#006d5b}.care{color:#2e9f90}.oral{color:#e98d3d}.dog{color:#de54c4}.cat-toys{color:#e84e72}.cat-furniture{color:#b87aeb}.seasonal-products{color:#75e761}@media(max-width:600px){.category-header{flex-direction:column}.category-breadcrumb{text-align:center}}@media(max-width:480px){.category-header{padding:150px 12px 100px}.category-info h2{font-size:1.3rem}.category-info h3{font-size:.85rem}.list-title{font-size:1.5rem;padding-top:40px}.category-list{flex-direction:column;align-items:center}.category-list li{width:100%;justify-content:center}.category-breadcrumb{text-align:center;padding-top:40px}}*{box-sizing:border-box}body{margin:0;color:#222}.product-info-header{width:100%;min-height:60vh;padding:200px 20px 80px;text-align:center;background:repeating-linear-gradient(to right,#fef68a,#fef68a 5px,#f1f169 5px,#f1f169 10px)}.product-info-heading{font-size:clamp(36px,5vw,72px);font-family:Lobster,cursive}.product-info-text{font-size:clamp(16px,2.5vw,32px);font-family:monospace}.message-heading{color:#000;text-align:center;font-size:25px;margin:50px;font-family:Lobster,cursive}.underline-svg{width:min(800px,60%);height:60px;margin:-80px auto 40px;display:block;background:url(data:image/png;base64,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) no-repeat bottom center}.company-content{font-size:15px;margin-left:20px;font-weight:500;font-family:Segoe UI,Arial,sans-serif}.access-section{font-size:20px;margin-left:20px}.access-title{margin-left:25px;margin-top:40px;font-size:25px}.description{max-width:1200px;margin:0 auto 80px;padding:0 20px;font-size:clamp(16px,2.2vw,16px);line-height:1.8;text-align:justify;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.signature{display:block;max-width:250px;margin:40px 180px 0 auto}.corporate-profile-container{max-width:1200px;margin:100px auto;padding:0 20px}.corporate-profile-heading{text-align:center;font-family:Lobster,cursive;font-size:clamp(28px,4vw,25px);margin-bottom:20px}.corporate-profile-entry{border-bottom:1px solid #ddd;padding:20px 0}.corporate-profile-row{display:flex;gap:20px;align-items:flex-start;font-size:clamp(15px,2vw,16px)}.profile-title{min-width:160px;font-weight:600;color:#555;font-size:.9em}.profile-text{flex:1;color:#222;line-height:1.6}.headquarters,.direction{margin:10px 0;list-style:circle}iframe{display:block;width:100%;max-width:1200px;height:450px;margin:30px auto 0;border:0;border-radius:8px}@media(max-width:768px){.corporate-profile-row{flex-direction:column}.profile-title{min-width:unset}iframe{height:300px}}@media(max-width:576px){.product-info-header{padding:100px 15px 40px;min-height:auto}.product-info-heading{font-size:34px}.product-info-text{font-size:16px}.message-heading{margin:25px 15px;font-size:20px}.underline-svg{width:140px;height:40px;margin:-20px auto 20px;background-size:contain}.description{margin-bottom:40px;padding:0 15px;font-size:14px;text-align:left}.signature{max-width:180px;margin:30px auto 0}.corporate-profile-container{margin:50px auto;padding:0 15px}.corporate-profile-entry{padding:15px 0}.corporate-profile-row{flex-direction:column;gap:8px}.profile-title,.profile-text{font-size:14px}iframe{height:240px;border-radius:6px}}@media(min-width:577px)and (max-width:991px){.product-info-header{padding:160px 20px 60px}.message-heading{font-size:24px;margin:40px}.underline-svg{width:70%;margin:-60px auto 30px}.description{font-size:16px;margin-bottom:70px}iframe{height:350px}}@media(min-width:1400px){.product-info-header{min-height:65vh}.description{font-size:17px}iframe{height:500px}}.product-info-header{display:flex;flex-direction:column;justify-content:center;align-items:center;height:450px;text-align:center;background:repeating-linear-gradient(to right,#fff685,#fff685 5px,#f7f06e 5px,#f7f06e 10px);margin:0 auto;padding:0 20px}.product-info-heading{font-size:48px;font-weight:600;color:#2c1c0d;font-family:Lobster,cursive;margin-bottom:8px}.product-info-text{font-size:22px;color:#4a1f0f;font-family:Lobster,cursive;margin:0}.home-link{font-size:20px;margin-left:20px;margin-top:20px;cursor:pointer;font-weight:400;font-family:Segoe UI,Arial,sans-serif}.product-grid-container{margin:20px auto;width:90%}@media screen and (min-width:1920px){.product-info-header{height:200px}.product-info-heading{font-size:60px}.product-info-text{font-size:28px}.home-link{font-size:24px;margin-left:60px}.product-grid-container{width:100%}}@media screen and (min-width:1200px)and (max-width:1919px){.product-info-header{height:250px}.product-info-heading{font-size:50px}.product-info-text{font-size:24px}.home-link{font-size:22px;margin-left:40px}.product-grid-container{width:85%}}@media screen and (min-width:768px)and (max-width:1199px){.product-info-header{height:350px}.product-info-heading{font-size:38px}.product-info-text{font-size:20px}.home-link{font-size:18px;margin-left:30px}.product-grid-container{width:90%}}@media screen and (max-width:767px){.product-info-header{height:280px;padding:0 10px}.product-info-heading{font-size:28px}.product-info-text{font-size:16px}.home-link{font-size:16px;text-align:center;display:block;margin:10px auto}.product-grid-container{width:95%}}.contact-container{max-width:1200px;margin:80px auto 40px;padding:0 20px;text-align:center}.info-banner{width:100%;max-height:400px;object-fit:contain;display:block;margin:0 auto}.contact-info{max-width:800px;margin:-10px auto -40px;text-align:center;line-height:1.8;font-size:15px}.contact-breadcrumb{font-size:15px;margin-left:20px;cursor:pointer;font-weight:500;font-family:Segoe UI,Arial,sans-serif}.privacy-text-container{max-width:1200px;margin:0 auto 40px;background-image:url(/assets/contact_bg.B9ayTCzX.png);background-repeat:no-repeat;background-position:center bottom;background-size:1150px auto;padding:190px 16px 20px}.privacy-text{max-width:100%;margin:0 auto;text-align:start;padding-left:30px;font-size:14px;line-height:1.6;color:#333}@media(min-width:1920px){.contact-info{font-size:17px}.privacy-text{font-size:16px}}@media(min-width:1200px)and (max-width:1919px){.contact-info{font-size:16px}}@media(min-width:768px)and (max-width:1199px){.contact-info,.privacy-text{font-size:15px}}@media(max-width:767px){.privacy-text-container{max-width:100%;background-size:contain;padding-bottom:100px}.contact-info{margin:20px auto 12px;font-size:14px}.contact-info img{max-width:200px}.privacy-text{font-size:13px}}body{margin:0;font-family:Poppins,sans-serif;background-color:#fff;color:#333}.product-info-header{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:60px 20px;text-align:center;background:repeating-linear-gradient(to right,#fff685,#fff685 5px,#f7f06e 5px,#f7f06e 10px)}.product-info-heading{font-size:clamp(32px,5vw,52px);font-weight:700;color:#2c1c0d;margin-bottom:10px}.product-info-text{font-size:clamp(16px,2vw,22px);color:#4a1f0f;margin:0}.home-link{font-size:18px;margin:20px 0 0 40px;cursor:pointer;font-weight:500;font-family:Segoe UI,Arial,sans-serif;text-decoration:none;color:#333;transition:color .2s}.home-link:hover{color:#000}.catalogue-container{display:flex;flex-wrap:wrap;justify-content:center;gap:60px;max-width:1400px;margin:60px auto;padding:0 20px}.catalogue-item{width:280px;text-align:center;transition:transform .3s ease}.catalogue-item:hover{transform:translateY(-6px)}.catalogue-image-wrapper{width:100%;overflow:hidden;box-shadow:0 6px 18px #00000014}.catalogue-one{width:100%;height:auto;display:block;transition:transform .4s ease}.catalogue-image-wrapper:hover .catalogue-one{transform:scale(1.05)}.catalogue-tag{margin-top:14px;font-weight:700;font-size:16px;color:#000;background-color:#fcdb2e;display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border:none;border-radius:0;cursor:pointer;transition:all .2s;text-transform:capitalize}.catalogue-text{margin-top:14px;color:#666;font-size:16px;line-height:1.6}@media(min-width:1600px){.catalogue-item{width:320px}.catalogue-container{gap:80px}}@media(max-width:1199px){.product-info-header{min-height:360px}.catalogue-container{gap:40px}.catalogue-item{width:45%}}@media(max-width:767px){.product-info-header{min-height:280px;padding:40px 15px}.product-info-heading{font-size:28px}.product-info-text{font-size:16px}.home-link{margin:15px auto 0;display:block;text-align:center}.catalogue-container{gap:24px;margin:40px auto}.catalogue-item{width:100%}.catalogue-tag{padding:8px 16px}.catalogue-text{font-size:15px}}.cart-body{background-color:#fff;min-height:100vh;padding:clamp(4rem,8vw,7rem) 0}.cart-page{max-width:1200px;margin:0 auto;padding:0 1rem}.cart-page h1{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.cart-container{display:flex;gap:2.5rem;align-items:flex-start}.cart-left{flex:2}.cart-summary{flex:1;position:sticky;top:100px;background:#fff;padding:1.75rem;border-radius:16px;border:1px solid #eee;box-shadow:0 10px 30px #0000000f}.empty-cart-container{text-align:center;max-width:480px;margin:6rem auto}.empty-cart-icon{width:240px;margin-bottom:1.5rem}.empty-cart-text{font-size:1.4rem;font-weight:600}.empty-cart-subtext{font-size:1rem;color:#666;margin:.6rem 0 1.5rem}.shop-now-btn{background:#ffa726;color:#fff;padding:.8rem 1.6rem;font-size:1rem;border-radius:10px;border:none;cursor:pointer}.shop-now-btn:hover{background:#e65609}.cart-items{list-style:none;padding:0;margin:0}.cart-item{display:flex;gap:1.5rem;padding:1.4rem;margin-bottom:1.5rem;border-radius:18px;background:#fff;border:1px solid #eaeaea;box-shadow:0 10px 26px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.cart-item:hover{transform:translateY(-2px);box-shadow:0 14px 34px #00000017}.cart-item-image{width:120px;height:120px;object-fit:contain;border-radius:14px;background:#fafafa;border:1px solid #eee;padding:.5rem;flex-shrink:0}.item-details{flex:1;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;column-gap:2rem;row-gap:.35rem;align-items:center}.item-details h3{font-size:1.05rem;font-weight:600;color:#212121}.price{grid-column:2 / 3;grid-row:1;font-size:1.1rem;font-weight:700;text-align:right}.subtotal{grid-column:2 / 3;grid-row:2;font-size:.85rem;font-weight:600;color:#ffa726;text-align:right}.quantity-controls{grid-column:1 / 2;grid-row:2;display:inline-flex;align-items:center;height:32px;border-radius:8px;border:1.5px solid #FFA726;background:#fff;width:fit-content}.quantity-controls button{width:30px;height:30px;background:#ffa726;color:#fff;border:none;font-size:16px;font-weight:700;cursor:pointer}.quantity-controls button:hover{background:#ffa726}.quantity{width:36px;text-align:center;font-size:.9rem;font-weight:600;color:#111}.buttons{grid-column:1 / 2;grid-row:3;display:flex;gap:.75rem}.remove-btn{padding:.4rem .9rem;font-size:.8rem;border-radius:6px;border:1.5px solid #ddd;background:#fff;color:#555;transition:all .2s ease}.remove-btn:hover{border-color:#ffa726;color:#ffa726;background:#fff}.buttons .remove-btn:last-child{border-color:#ffa726;color:#ffa726;font-weight:600}.buttons .remove-btn:last-child:hover{background:#ffa726;color:#fff}.cart-summary h2{font-size:1.3rem;font-weight:600;margin-bottom:1.2rem}.summary-row{display:flex;justify-content:space-between;padding:.45rem 0;font-size:.95rem;border-bottom:1px dashed #eee}.summary-row.total{font-size:1.2rem;font-weight:700;border-bottom:none;margin-top:.6rem}.free{color:#2e7d32;font-weight:600}.checkout-btn{width:100%;margin-top:1.4rem;background:#ffa726;color:#fff;padding:.95rem;font-size:1.05rem;border-radius:12px;border:none;cursor:pointer;font-weight:600}.checkout-btn:hover{background:#e65609}@media(max-width:992px){.cart-container{flex-direction:column;align-items:center;gap:2rem}.cart-summary{position:static;width:100%;max-width:700px}}@media(max-width:768px){.cart-body{padding:3rem 0}.cart-page h1{font-size:1.5rem}.cart-container{flex-direction:column;gap:2rem}.cart-item{flex-direction:column;align-items:flex-start;padding:1rem;border-radius:14px}.cart-item-image{width:100%;height:180px;object-fit:contain}.item-details{display:flex;flex-direction:column;gap:.6rem;width:100%}.item-details h3{font-size:1rem}.price{font-size:1rem;text-align:left}.subtotal{font-size:.9rem;text-align:left}.quantity-controls{width:100%;justify-content:space-between;height:38px}.quantity-controls button{width:38px;height:38px}.quantity{flex:1;font-size:1rem}.buttons{flex-direction:column;width:100%;gap:.6rem}.remove-btn{width:100%;padding:.6rem;font-size:.9rem;text-align:center}.cart-summary{padding:1.2rem;border-radius:14px}.checkout-btn{font-size:1rem;padding:.85rem}.empty-cart-container{margin:4rem auto;padding:0 1rem}.empty-cart-icon{width:180px}.empty-cart-text{font-size:1.2rem}.empty-cart-subtext{font-size:.9rem}.shop-now-btn{width:100%}}@media(max-width:480px){.cart-page{padding:0 .8rem}.cart-item-image{height:150px}.item-details h3,.price{font-size:.95rem}.subtotal,.summary-row{font-size:.85rem}.summary-row.total{font-size:1rem}.checkout-btn{font-size:.95rem}}:root{--bg-white: #ffffff;--bg-yellow: #fff8e1;--text-dark: #222;--text-gray: #666;--text-light: #000000;--btn-yellow: #ffbf00;--btn-yellow-hover: #e6a500;--font-main: "Segoe UI", Arial, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-light: 0 4px 10px rgba(0, 0, 0, .08);--shadow-medium: 0 8px 20px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-white)!important;color:var(--text-dark);overflow-x:hidden}.product-info-header{position:relative;text-align:center;margin-top:50px;height:410px;display:flex;flex-direction:column;justify-content:center;padding:0 20px;overflow:hidden;background-image:url(/assets/about_point_bg.BP-_vBMk.png),url(/assets/catch_moco_bg.DIbBFGNy.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAW6gAAFuoB5Y5DEAAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8yMS8xOKixXywAAAAedEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzUuMasfSOsAAAA1SURBVDiNY8w7//o/AxIwF+JA5jKcfPcDzuZlYWLQ4mOD8z/9/svAxEAhGDVg1IBRAwaLAQA3lAmCVgo0wAAAAABJRU5ErkJggg==);background-repeat:repeat-x,repeat-x,repeat;background-position:bottom,bottom center,top center;background-size:auto,auto 160px,auto}.product-info-header h1,.product-info-header p{position:relative;z-index:2}.product-info-heading{font-size:48px;font-weight:700;margin-bottom:10px}.product-info-text{font-size:20px;color:var(--text-gray);font-family:Segoe UI,Arial,sans-serif}.breadcrumb{font-size:20px;margin:20px;padding-left:80px;color:var(--text-dark);font-weight:500;font-family:Segoe UI,Arial,sans-serif;cursor:pointer}.about-page{padding:10px 60px}.cloud-block.gradient{position:relative;background:none;box-shadow:none;padding-top:80px!important;margin-top:-10px!important}.cloud-block.gradient:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/about_bg.CdNKJXXw.png) no-repeat center top;background-size:1100px auto;z-index:0}.columns{position:relative;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:140px 80px;z-index:1}.column{position:relative;background:transparent;border-radius:50%;width:420px;height:420px;padding:70px 55px;display:flex;flex-direction:column;justify-content:center;box-shadow:none}.column:nth-child(1){transform:translate(60px)}.column:nth-child(2){transform:translate(10px) translateY(120px)}.column:nth-child(3){grid-column:1 / -1;margin:0 auto;transform:translateY(-140px) translate(-170px)}.column h4{font-size:20px;margin-bottom:5px;text-align:left;color:var(--text-dark)}.column p{font-size:15px;line-height:1.2;text-align:left;padding:0}.about-title-container{position:relative;max-width:1100px;margin:50px auto;padding:60px 60px 90px;background:#fff;box-shadow:0 12px 30px #00000014;border-radius:6px}.about-title-one{position:relative;top:-40px}.about-title-two h3{text-align:center;max-width:800px;margin:0 auto;font-size:1rem}.about-title-one img,.about-title-two img{display:block;margin:0 auto 30px;max-width:100%;height:auto}.about-image-container-one{display:flex;align-items:flex-start;gap:40px;margin-top:10px;margin-bottom:40px}.about-img-clickable{width:300px;height:auto;object-fit:cover;cursor:pointer;flex-shrink:0}.about-text-one{font-size:16px;line-height:28px;width:80%;text-align:justify;color:var(--text-light)}.about-image-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin:50px 0}.about-image-container-one span{font-size:16px;line-height:1.9;color:var(--text-light);text-align:left;text-align:justify}.about-image-container-one img:not(.about-img-clickable){width:100%;height:auto;object-fit:contain}.about-image-container-two{background:#fff;border:1px solid #eee;padding:25px}.about-sub-img{height:200px;margin:0 auto 15px;display:block;object-fit:contain}.about-image-container-two h4{font-size:18px!important;font-weight:600;margin-bottom:8px;color:#000}.about-image-container-two p{font-size:16px;line-height:1.6;text-align:left;margin:0;color:#000;text-align:center}.about-text{font-size:14px;line-height:28px;width:100%;margin:0 auto;text-align:start;color:var(--text-light);position:relative}.about-text-wrapper{position:relative;width:70%;margin-top:40px}.about-text img{position:absolute;right:10px;bottom:-60px;width:100px;z-index:10}.container-one{width:80%;max-width:1100px;margin:40px auto;text-align:center}.toothpaste-container h4{font-size:28px;margin-bottom:15px;color:var(--text-dark);text-align:center;display:flex;flex-direction:column;align-items:center}.toothpaste-container h4 p{font-size:16px;font-weight:400;color:var(--text-gray);margin-top:5px}.image{display:flex;justify-content:center;align-items:flex-start;gap:40px;margin-top:20px;flex-wrap:wrap}.image img{width:280px;height:280px;object-fit:contain;border-radius:var(--radius-md);background:#fff;padding:10px;flex-shrink:0}.image span{flex:1;min-width:300px;font-size:16px;line-height:30px;color:var(--text-light);text-align:justify}.about-btn{background-color:#fcdb2e;color:#000;font-size:16px;font-weight:700;padding:5px 12px;border:none;border-radius:0;cursor:pointer;display:block;width:fit-content;margin:20px auto 0;text-transform:capitalize;transition:all .2s;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif}.about-btn:hover{background-color:#ffc107;color:#fff}.inner{position:relative;width:100%;max-width:none;margin:0;padding:100px 20px;text-align:start;overflow:hidden;background:url(data:image/jpeg;base64,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) repeat;background-size:auto}.inner p{position:relative;z-index:2;max-width:900px;margin:0 auto;font-size:15px;line-height:34px;color:#000}.inner img{position:absolute;right:-40px;bottom:-10px;width:1010px;max-width:none;z-index:3;pointer-events:none}.bottom-banner{text-align:center;margin:110px 0;padding-bottom:60px}.bottom-banner img{width:80%;max-width:1000px;border-radius:var(--radius-sm);cursor:pointer;transition:.3s ease;box-shadow:0 4px 15px #0000001a}.bottom-banner img:hover{transform:scale(1.02)}.toothpaste-container{background-color:#fff;border:1px solid #eee;border-radius:6px;padding:50px 60px;text-align:center;overflow:hidden}.toothpaste-container h4{font-size:32px;font-weight:700;margin-bottom:10px;position:relative}.toothpaste-container h4:after{content:"";display:block;width:100%;max-width:460px;height:50px;margin:12px auto 30px;background:url(data:image/png;base64,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) no-repeat center;background-size:contain}.toothpaste-container .image{display:flex;align-items:center;justify-content:space-between;gap:60px;flex-wrap:wrap}.toothpaste-container .image span{flex:1;width:100%;max-width:520px;font-size:16px;line-height:28px;color:var(--text-light);text-align:justify;word-break:break-word;overflow-wrap:break-word}.toothpaste-container .image img{width:260px;height:auto;object-fit:contain;background:none;padding:0;border-radius:0;flex-shrink:0}.toothpaste-container .about-btn{margin-top:30px}@media screen and (max-width:1199px){.columns{grid-template-columns:1fr;gap:40px;padding:0 20px}.column{transform:none!important;margin:0 auto}.column{width:320px;height:320px;padding:50px 35px}.column h4,.column p{text-align:center}.about-image-container-one{flex-direction:column;align-items:center;text-align:center}.about-text-one{width:100%}.about-image-container{grid-template-columns:1fr}.toothpaste-container .image{flex-direction:column;gap:30px}.toothpaste-container .image span{text-align:center}}@media screen and (max-width:767px){.product-info-header{height:300px;padding:0 15px}.product-info-heading{font-size:30px}.product-info-text{font-size:16px;line-height:1.6}.cloud-block.gradient:before{display:none!important}.cloud-block.gradient{padding-top:30px!important;margin-top:0!important}.column{width:100%;max-width:100%;height:auto;padding:20px 25px;border-radius:16px;background:#fff;box-shadow:0 8px 25px #0000000f;transition:all .3s ease;box-sizing:border-box}.columns{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;width:100%;max-width:1600px;margin:0 auto;padding:0 20px;box-sizing:border-box}.column:hover{transform:translateY(-4px);box-shadow:0 14px 35px #00000014}.column h4{font-size:18px;margin-bottom:10px}.column p{font-size:14px;line-height:1.7;text-align:justify}.about-title-container{padding:30px 20px}.image{flex-direction:column;align-items:center}.image span{width:100%;text-align:justify;line-height:1.7}.about-text-one{line-height:1.7}.about-image-container-one span{font-size:14px;line-height:1.7}.about-image-container{display:flex;flex-direction:column;gap:25px}.about-image-container-two,.about-image-container-two img{text-align:left;padding:30px 20px}.about-image-container-two h4{font-size:17px}.about-image-container-two p{font-size:14px;line-height:1.7}.about-text img{position:static;display:block;margin:30px auto 0}.inner img{display:none}.inner{padding:60px 20px}.inner p{font-size:14px;line-height:1.7}.breadcrumb{padding-left:20px;font-size:15px}.toothpaste-container{padding:30px 18px}.toothpaste-container h4{font-size:24px}.toothpaste-container h4:after{max-width:280px;height:35px}.toothpaste-container .image{flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%}.toothpaste-container .image span{flex:unset;width:100%;max-width:100%;min-width:0;padding:0 5px;font-size:15px;line-height:1.5;text-align:justify}.toothpaste-container .image img{width:200px;margin:0 auto}.about-btn{width:100%}}@media screen and (max-width:480px){.product-info-heading{font-size:24px}.column h4{font-size:16px}.column p{font-size:13px}.about-btn{width:100%}.toothpaste-container .image img{width:170px}}body{background-color:#faf9f6;font-family:Poppins,sans-serif;color:#333}.character-info-header{background-image:url(/assets/top_mv_bg_new.Cm0sJNm0.jpg);background-size:cover;background-position:center top;background-repeat:no-repeat;text-align:center;padding:140px 20px 100px;font-family:Lobster,cursive}.character-info-text{font-size:32px;font-weight:500;color:#000}.character-img{max-width:340px;margin-top:40px;transition:transform .3s ease}.character-img:hover{transform:scale(1.05)}.breadcrumb{font-size:20px;margin:0;padding:20px;color:#6b6b6b}.main-section{display:flex;justify-content:center;padding:60px 20px;background-image:url(/assets/character_intro_bg.DjQhWmjj.jpg)}.section-left{background-color:#fff;padding:40px;box-shadow:0 8px 25px #00000014;max-width:900px}.section-heading{font-size:2rem;font-family:Lobster,cursive;margin-bottom:20px}.nyataro-intro{font-size:1.1rem;line-height:1.7}.info-list li{margin:10px 0;line-height:1.6}.section-two{display:flex;justify-content:center;gap:40px;padding:50px 20px;background-image:url(/assets/character_story_bg.B13eQl6m.png)}.character-box{display:grid;grid-template-columns:1fr 22px;background-color:#fff;width:100%;max-width:520px;min-height:620px;padding:50px 40px 20px;box-shadow:0 12px 30px #0000001a;overflow:hidden}.character-box h3,.character-box p,.character-box ul{grid-column:1}.character-box h3{font-family:Lobster,cursive;font-size:2.6rem;margin-bottom:28px}.character-box p{font-size:1.05rem;line-height:1.9;margin-bottom:28px}.character-box ul{list-style:none;padding:0}.character-box li{margin-bottom:14px}.character-box li strong{font-weight:600}.character-box img{grid-column:2;align-self:end;justify-self:center;max-height:360px;width:auto;padding-right:80px;padding-top:90px}.sub-section{padding:40px;background-image:url(/assets/character_story_bg.B13eQl6m.png)}.sub-section-heading{text-align:center;font-size:2.6rem;margin-bottom:60px;color:#000;font-family:lobster;background:url(data:image/png;base64,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) no-repeat bottom center}.story-section{display:flex;align-items:center;justify-content:center;gap:60px;margin-bottom:100px;flex-wrap:wrap}.story-section.reverse{flex-direction:row-reverse}.story-image-wrapper{box-shadow:0 8px 25px #00000014;padding:20px;width:280px;height:280px;display:flex;align-items:center;justify-content:center}.story-text{max-width:600px}.scene-badge{background-color:#ffe478;display:inline-block;padding:10px 22px;border-radius:25px;font-weight:600;margin-bottom:6px}.story-heading{font-size:1.8rem;margin-bottom:12px}.story-text p{font-size:1.05rem;line-height:1.7}.story-section{align-items:center}.story-text{display:flex;flex-direction:column;justify-content:center}.story-text .scene-badge{width:74px;height:74px;padding:0;margin-left:40px;border-radius:50%;font-size:.7rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.story-text .scene-badge+.story-heading{margin-top:-38px;margin-left:88px}.story-text p{margin-left:88px;max-width:520px;line-height:1.8}.bottom-banner{text-align:center;margin:80px 0}.bottom-banner-img{max-width:90%;border-radius:12px;box-shadow:0 8px 25px #00000026;cursor:pointer}@media(max-width:900px){.section-two{flex-wrap:wrap}}@media(max-width:767px){.character-box{grid-template-columns:1fr;min-height:auto;text-align:center}.character-box img{grid-column:1;margin-top:30px;max-height:300px}.story-text .scene-badge+.story-heading,.story-text p{margin-left:0;margin-top:12px}}.privacy-description{width:85%;max-width:1100px;margin:60px auto;padding:50px 60px;background:#fff;border-radius:10px;border:1px solid #e5e5e5;box-shadow:0 6px 25px #0000000d}.heading-one,.heading-two,.heading-three,.heading-four,.heading-five,.heading-six{font-size:24px;margin:40px 0 15px;font-family:Segoe UI,Arial,sans-serif;font-weight:600;line-height:1.4;color:#222;position:relative}.heading-one:after,.heading-two:after,.heading-three:after,.heading-four:after,.heading-five:after,.heading-six:after{content:"";width:50px;height:3px;background:#ff9800;display:block;margin-top:8px;border-radius:3px}.paragraph-one,.paragraph-two,.paragraph-three,.paragraph-four,.paragraph-five,.paragraph-six,.paragraph-seven{font-size:17px;margin:0 0 20px;font-family:Segoe UI,Arial,sans-serif;line-height:1.8;color:#555;text-align:justify}@media(min-width:1600px){.privacy-description{padding:70px 80px}.heading-one,.heading-two,.heading-three,.heading-four,.heading-five,.heading-six{font-size:28px}.paragraph-one,.paragraph-two,.paragraph-three,.paragraph-four,.paragraph-five,.paragraph-six,.paragraph-seven{font-size:18px}}@media(max-width:991px){.privacy-description{width:92%;padding:40px 30px}.heading-one,.heading-two,.heading-three,.heading-four,.heading-five,.heading-six{font-size:20px}.paragraph-one,.paragraph-two,.paragraph-three,.paragraph-four,.paragraph-five,.paragraph-six,.paragraph-seven{font-size:16px}}@media(max-width:600px){.privacy-description{width:95%;padding:25px 20px;margin:30px auto}.heading-one,.heading-two,.heading-three,.heading-four,.heading-five,.heading-six{font-size:18px}.paragraph-one,.paragraph-two,.paragraph-three,.paragraph-four,.paragraph-five,.paragraph-six,.paragraph-seven{font-size:14px;line-height:1.6}}.main-footer{width:100%;max-width:1200px;margin:0 auto;padding:60px 90px;background:#fff;color:#000;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:60px;text-align:justify}.site-footer,.site-footer-center,.site-footer-right{flex:1;min-width:220px}.site-footer,.site-list,.list-center,.list-right{font-size:18px;line-height:2.2;font-style:normal;cursor:pointer;transition:.3s ease;color:#000}.site-list,.list-center,.list-right{display:flex;align-items:center;gap:10px}.site-footer:hover,.site-list:hover,.list-center:hover,.list-right:hover,.sub-site-list:hover,.sub-list-right:hover,.sub-list-site:hover{color:#ff9800}.sub-site-list,.sub-list-right,.sub-list-site{font-size:15px;line-height:2;color:#000;margin-left:0}@media(min-width:1600px){.main-footer{padding:80px 20px}.site-footer,.site-list,.list-center,.list-right{font-size:20px}.sub-site-list,.sub-list-right,.sub-list-site{font-size:16px}}@media(max-width:991px){.main-footer{flex-direction:column;align-items:center}}@media(max-width:600px){.main-footer{padding:40px 15px}.site-footer,.site-list,.list-center,.list-right{font-size:16px;line-height:1.8}.sub-site-list,.sub-list-right,.sub-list-site{font-size:14px}}.sorry-image{width:150px;height:200px;align-items:center;margin-left:750px;margin-top:90px}.sorry-text{text-align:center;margin:20px;font-size:18px}@media screen and (min-width:1920px){.sorry-image{width:200px;height:260px;margin-left:auto;margin-right:auto;margin-top:120px;display:block}.sorry-text{font-size:22px;margin:30px auto}}@media screen and (min-width:1200px)and (max-width:1919px){.sorry-image{width:180px;height:230px;margin-left:auto;margin-right:auto;margin-top:100px;display:block}.sorry-text{font-size:20px;margin:25px auto}}@media screen and (min-width:768px)and (max-width:1199px){.sorry-image{width:160px;height:210px;margin:80px auto 0;display:block}.sorry-text{font-size:18px;margin:20px auto;text-align:center}}@media screen and (max-width:767px){.sorry-image{width:120px;height:160px;margin:60px auto 0;display:block}.sorry-text{font-size:16px;margin:15px auto;text-align:center;padding:0 10px}}.password-container{background:url(/assets/background.Dwblw478.jpg) no-repeat center center / cover;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;margin:0}.password-field{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:40px;border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center}.password-field h1{color:#fff;font-size:36px;margin-bottom:30px}.input-group{width:100%;margin-bottom:25px;display:flex;flex-direction:column}.input-group label{color:#fff;font-size:18px;margin-bottom:8px;padding-left:5px}.input-wrapper{position:relative;display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:30px;height:50px;padding:0 50px}.input-wrapper input{flex:1;background:transparent;border:none;outline:none;font-size:16px;color:#fff;height:100%;padding-right:40px}.input-wrapper input::placeholder{color:#fff9}.toggle-icon{position:absolute;left:15px;width:22px;height:22px;cursor:pointer;opacity:.8;transition:opacity .2s}.toggle-icon:hover{opacity:1}button{margin-top:20px;padding:12px 30px;border:none;border-radius:25px;background-color:#fff;color:#333;font-size:16px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#f0f0f0}.alert{margin-top:20px;padding:10px 15px;border-radius:8px;font-size:14px;width:100%;max-width:400px}.alert.success{background-color:#4caf5033;color:#4caf50;border:1px solid #4caf50}.alert.error{background-color:#f4433633;color:#f44336;border:1px solid #f44336}@media screen and (min-width:1920px){.password-field{max-width:560px;padding:50px 56px;border-radius:24px}.password-field h1{font-size:42px;margin-bottom:36px}.input-group label{font-size:20px}.input-wrapper{height:56px;padding:0 60px;border-radius:34px}.input-wrapper input{font-size:18px}.toggle-icon{left:18px;width:24px;height:24px}button{font-size:18px;padding:14px 36px}.alert{max-width:460px;font-size:15px}}@media screen and (min-width:1280px)and (max-width:1919px){.password-field{max-width:520px;padding:44px 48px}.password-field h1{font-size:36px}.input-wrapper{height:52px;padding:0 54px}.input-wrapper input{font-size:16px}}@media screen and (min-width:768px)and (max-width:1199px){.password-container{padding:20px}.password-field{max-width:460px;padding:36px 32px;border-radius:18px}.password-field h1{font-size:30px;margin-bottom:24px}.input-group{margin-bottom:18px}.input-group label{font-size:16px}.input-wrapper{height:48px;padding:0 48px;border-radius:28px}.toggle-icon{left:14px;width:20px;height:20px}.input-wrapper input{font-size:15px}button{width:100%;max-width:420px}.alert{max-width:420px;font-size:14px}}@media screen and (max-width:767px){.password-container{padding:16px;align-items:flex-start;min-height:100vh}.password-field{width:100%;max-width:96%;margin-top:60px;padding:24px 18px;border-radius:16px;box-shadow:0 6px 22px #00000040}.password-field h1{font-size:24px;margin-bottom:18px;text-align:center}.input-group{margin-bottom:14px}.input-group label{font-size:14px}.input-wrapper{height:44px;padding:0 44px;border-radius:24px}.toggle-icon{left:12px;width:18px;height:18px}.input-wrapper input{font-size:14px}button{width:100%;padding:12px;font-size:15px}.alert{width:100%;max-width:none;font-size:13px;padding:10px 12px}}.product-image-container{display:flex;flex-wrap:wrap;gap:clamp(2rem,5vw,6rem);margin:2rem auto;max-width:1200px;padding:clamp(2rem,4vw,5rem);background-color:#fff;border-radius:16px;box-shadow:0 8px 30px #0000000f}.product-image{flex:1 1 400px;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;max-width:420px;height:auto;object-fit:contain;border-radius:12px;border:1px solid #eee;background-color:#fff;transition:transform .3s ease}.product-image img:hover{transform:scale(1.03)}.item-info{flex:1 1 400px;display:flex;flex-direction:column;justify-content:center;gap:.8rem}.item-info h1{font-size:clamp(1.8rem,2.5vw,2.4rem);color:#222}.item-info p{font-size:clamp(1rem,1.2vw,1.2rem);color:#555;line-height:1.6}.item-info strong{color:#000}.buttons-btn{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.add-to-cart-button,.buy-button{flex:1;min-width:160px;height:48px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.add-to-cart-button{background-color:#f0c14b;color:#111}.add-to-cart-button:hover{background-color:#ddb347;transform:translateY(-2px)}.buy-button{background-color:#f90;color:#111}.buy-button:hover{background-color:#e68900;transform:translateY(-2px)}@keyframes slideDownFade{0%{transform:translate(-50%,-40px);opacity:0}20%{transform:translate(-50%);opacity:1}80%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,-40px);opacity:0}}.cart-popup{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#f4f42d;color:#111;padding:14px 26px;border-radius:12px;font-size:1rem;font-weight:600;z-index:9999;animation:slideDownFade 2s ease forwards;box-shadow:0 10px 25px #00000026}.table-container{width:100%;margin:10rem auto;padding:0 1.5rem}.table-container .Heading{font-size:1.2rem;font-weight:600;text-align:center;margin-bottom:1.5rem;color:#222}.table-container table{width:100%;max-width:1200px;margin:0 auto;border-collapse:separate;border-spacing:0;background:#fff;border-radius:18px;box-shadow:0 10px 30px #00000014;overflow:hidden}.table-container table tr{display:grid;grid-template-columns:repeat(7,1fr)}.table-container table td{padding:24px 18px;text-align:center;border-right:1px solid #eee;border-bottom:1px solid #eee;vertical-align:middle}.table-container table td:last-child{border-right:none}.table-container table h6{font-size:.95rem;font-weight:600;color:#222;margin-bottom:6px}.table-container table p{font-size:.9rem;color:#555;margin:0;line-height:1.5}@media(min-width:1600px){.product-image-container{max-width:1400px}}@media(max-width:992px){.product-image-container{flex-direction:column;align-items:center;text-align:center}.item-info{align-items:center}.buttons-btn{justify-content:center}}@media(max-width:768px){.product-image-container{padding:1.5rem 1rem;border-radius:0;box-shadow:none}.item-info{text-align:left;width:100%}.buttons-btn{flex-direction:column}.add-to-cart-button,.buy-button{width:100%}.table-container table{box-shadow:none;border-radius:0}.table-container table tr{grid-template-columns:1fr}.table-container table td{text-align:left;padding:16px 18px;border-right:none}}.checkout-container{width:100%;background:#f4f6f8;padding:100px 0 80px;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif}.stepper{display:flex;justify-content:space-between;align-items:center;width:480px;margin-bottom:40px}.step{width:110px;height:44px;border-radius:22px;background:#d3d3d3;color:#fff;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center}.step.active{background:#ffa726;box-shadow:0 6px 14px #ffa72659}.address-form{background:#fff;width:420px;padding:36px 34px 40px;border-radius:18px;box-shadow:0 12px 30px #00000014;display:flex;flex-direction:column;gap:16px}.address-form h2{text-align:center;font-size:1.6rem;font-weight:700;color:#222;margin-bottom:14px}.address-form input{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #d0d5db;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.address-form input::placeholder{color:#9aa0a6;font-weight:500}.address-form input:focus{border-color:#ffa726;box-shadow:0 0 0 3px #00808026;outline:none}button{background:#ffa726;color:#fff;border:none;padding:14px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .25s ease,transform .15s ease,box-shadow .15s ease}button:hover{background:#ffb7ad;transform:translateY(-1px);box-shadow:0 6px 14px #00808040}button:disabled{background:#cfcfcf;cursor:not-allowed;box-shadow:none}.next-btn{margin-top:14px}.payment-method{background:#fff;width:420px;padding:36px;border-radius:18px;box-shadow:0 12px 30px #00000014;display:flex;flex-direction:column;gap:18px}.payment-method h2{text-align:center;font-size:1.5rem;font-weight:700}.payment-method label{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500;color:#333}.btn-group{display:flex;justify-content:space-between;gap:14px;margin-top:20px}.btn-group button{flex:1}.payment-method h3{margin-top:20px;text-align:center;font-size:1.2rem;font-weight:600}.success-page{background:#fff;width:420px;padding:48px 36px;border-radius:20px;box-shadow:0 12px 30px #00000014;text-align:center}.success-page h2{font-size:1.9rem;color:#ffa726;margin-bottom:12px}.success-page p{font-size:1.05rem;color:#555}@media(max-width:768px){.stepper{width:100%;padding:0 16px}.address-form,.payment-method,.success-page{width:92%}}.header{transform:translateY(-120px);height:"8vh"}.track-container{max-width:1100px;margin:120px auto 60px;padding-top:80px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.page-title{text-align:center;margin-bottom:24px;font-size:2rem;color:#333}.track-card{background:#fff;border:1px solid #eaeaea;border-radius:14px;box-shadow:0 10px 25px #0000000d;overflow:hidden}.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;padding:18px;border-bottom:1px solid #eee}.field label{display:block;font-size:.9rem;margin-bottom:6px;color:#333}.field input{width:100%;height:42px;border:1px solid #ddd;border-radius:8px;padding:0 12px;font-size:1rem}.btn{height:42px;padding:0 16px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer}.btn:hover{background:#f8f8f8}.btn.primary{background:#f7d700;border-color:#f7d700;font-weight:600}.btn.primary:hover{filter:brightness(.95)}.btn.ghost{background:transparent;border-color:#ccc}.alert.error{grid-column:1/-1;color:#b00020;background:#fdecef;border:1px solid #f7c3cc;padding:10px 12px;border-radius:8px}.track-result{padding:22px}.result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.result-meta{display:flex;align-items:center;gap:12px}.muted{color:#666;font-size:.9rem}.status-badge{padding:6px 10px;border-radius:999px;font-size:.85rem;border:1px solid #ddd}.status-badge.success{background:#eaf7ec;color:#1a7f37;border-color:#bfe3c6}.status-badge.warning{background:#fff7e6;color:#a05a00;border-color:#ffd599}.status-badge.danger{background:#fde8e8;color:#9f1d20;border-color:#f7b2b4}.stepper{margin:20px 0 8px;display:flex;align-items:center;overflow-x:auto;padding-bottom:6px}.step{position:relative;display:flex;align-items:center}.step .dot{width:14px;height:14px;border-radius:50%;border:2px solid #ccc;background:#fff}.step.active .dot{border-color:#f7d700;background:#f7d700}.step .label{margin:0 10px;white-space:nowrap;font-size:.9rem}.step .bar{width:40px;height:2px;background:#e0e0e0}.step.active~.step .bar{background:#e0e0e0}.timeline{margin-top:18px}.timeline h3{margin-bottom:10px}.timeline ul{list-style:none;padding:0;margin:0}.timeline li{display:grid;grid-template-columns:16px auto;gap:10px;padding:8px 0}.line-dot{width:10px;height:10px;border-radius:50%;margin-top:6px;background:#f7d700}.tl-title{font-weight:600}.tl-note{margin-top:2px}.grid{margin-top:18px;display:grid;grid-template-columns:2fr 1fr;gap:16px}.card{border:1px solid #eee;border-radius:10px;padding:14px;background:#fff}.items{width:100%;border-collapse:collapse}.items th,.items td{border-bottom:1px solid #f0f0f0;padding:10px;text-align:left}.items tfoot td{border:none}.bold{font-weight:700}.right{text-align:right}.address{line-height:1.6}.actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}@media screen and (min-width:1920px){.track-container{max-width:1400px;margin:140px auto 80px}.page-title{font-size:2.25rem}.track-card{border-radius:16px}.track-form{gap:18px;padding:22px}.field input,.btn{height:48px;font-size:1.05rem}.items th,.items td{padding:12px}.status-badge{font-size:.95rem;padding:8px 12px}.step .bar{width:56px}}@media screen and (min-width:1200px)and (max-width:1919px){.track-container{max-width:1200px}.track-form{grid-template-columns:1fr 1fr auto}.grid{grid-template-columns:2fr 1fr}}@media screen and (min-width:768px)and (max-width:1199px){.track-container{margin:110px auto 50px}.page-title{font-size:1.9rem}.track-form{grid-template-columns:1fr 1fr}.btn.primary,.alert.error{grid-column:1 / -1}.result-header{flex-direction:column;align-items:flex-start;gap:10px}.grid{grid-template-columns:1fr}.items th,.items td{padding:10px 8px}}@media screen and (max-width:767px){.track-container{margin:96px auto 40px;padding:0 12px}.page-title{font-size:1.6rem;margin-bottom:16px}.track-form{grid-template-columns:1fr;gap:10px;padding:14px}.field label{font-size:.85rem}.field input{height:44px;font-size:.95rem}.btn,.btn.primary{height:44px;width:100%}.track-result{padding:16px}.result-header{flex-direction:column;gap:8px}.result-meta{flex-wrap:wrap;gap:8px}.stepper{margin:14px 0 6px}.step .label{font-size:.8rem}.step .bar{width:28px}.grid{grid-template-columns:1fr;gap:12px}.card{padding:12px}.items th,.items td{padding:8px 6px;font-size:.95rem}.actions{gap:8px}}.order-history-page{max-width:900px;margin:140px auto 40px;padding:0 20px}.order-history-page h2{font-size:28px;text-align:center;margin-bottom:20px}.order-card{background:#fff;padding:20px;margin-bottom:18px;border-radius:12px;border:1px solid #ececec;box-shadow:0 4px 8px #0000000d;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.order-left{flex:1}.arrow-icon{font-size:26px;color:#000}.order-details-page{max-width:900px;margin:140px auto 40px;padding:0 20px}.order-info{background:#fff;padding:18px;border-radius:10px;border:1px solid #ececec;margin-bottom:20px}.order-item-card{display:flex;gap:15px;padding:16px;border-radius:12px;background:#fff;margin-bottom:15px;border:1px solid #ececec}.order-item-card img{width:90px;height:90px;border-radius:10px}@media screen and (min-width:1920px){.order-history-page h2,.order-details-page h2{font-size:34px}.order-item-card img{width:120px;height:120px}}@media screen and (min-width:1200px)and (max-width:1919px){.order-history-page{margin-top:180px}}@media screen and (min-width:768px)and (max-width:1199px){.order-history-page{margin-top:160px}.order-item-card img{width:70px;height:70px}}@media screen and (max-width:767px){.order-history-page,.order-details-page{margin-top:220px}.order-item-card{flex-direction:row}.order-item-card img{width:70px;height:70px}}*{box-sizing:border-box;padding:0;margin:0}body::-webkit-scrollbar{display:none}
