.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}@media screen and (min-width: 700px){.pc-overflow-hidden{overflow:hidden}}.multi-column__bottom-button{text-align:center;margin-top:40px}@keyframes parabola-move{0%{transform:translate(0) scale(1);opacity:1}70%{transform:translate(var(--x),var(--y-middle)) scale(1.2);opacity:1}to{transform:translate(var(--center-x),var(--center-y)) scale(.2);opacity:0}}@keyframes shake-food{0%{transform:translateY(0)}20%{transform:translateY(-6px)}40%{transform:translateY(6px)}60%{transform:translateY(-4px)}80%{transform:translateY(4px)}to{transform:translateY(0)}}@keyframes glow-food{0%{box-shadow:0 0 6px 2px #db593b}50%{box-shadow:0 0 10px 2px #db593b,0 0 10px 2px #fff}to{box-shadow:0 0 6px 2px #db593b}}.recipe-animation-section .title{color:#134d60;text-align:center;font-family:Zen Kaku Gothic New;font-size:20px;font-weight:500;line-height:32px;margin-bottom:48px}.recipe-animation-section .content-box{width:100%;max-width:1140px;margin:0 auto;overflow:hidden}.recipe-animation-section .img-radius{border-radius:30px}.recipe-animation-section .cover-image{position:relative;display:flex;transition:transform .5s}.recipe-animation-section .cover-image.slide-down{display:flex;transform:translateY(0)}.recipe-animation-section .cover-image-mobile{display:none}.recipe-animation-section .cover-button{position:absolute;bottom:80px;left:0;right:0;width:320px;padding:0;height:80px;line-height:80px;margin:0 auto;background:#925131;border-radius:45px;color:#fff;font-family:Gilroy;font-size:20px;font-style:normal;font-weight:900;cursor:pointer}.recipe-animation-section .cover-button:hover{background:#773e20}.recipe-animation-section .recipe-pick{display:none;position:relative;opacity:0;transform:translate(600px);transition:opacity 1s,transform 1s}.recipe-animation-section .recipe-pick .recipe-pick-image-mobile{display:none}.recipe-animation-section .recipe-pick .pick-box{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;gap:100px}.recipe-animation-section .recipe-pick .recipe-pick-item{cursor:pointer}.recipe-animation-section .recipe-pick .pick-image-box{overflow:hidden;border-radius:30px;width:330px;height:330px;margin-bottom:16px}.recipe-animation-section .recipe-pick .pick-image{width:100%;height:100%;cursor:pointer;transition:all .3s ease}.recipe-animation-section .recipe-pick .pick-image:hover{transform:scale(1.1);transform-origin:center;object-fit:cover}.recipe-animation-section .recipe-pick .recipe-pick-title{color:#925131;font-family:Zen Kaku Gothic New;font-size:20px;font-weight:500;line-height:24px;letter-spacing:.3px}.recipe-animation-section .recipe-pick.show{display:flex;opacity:1;transform:translate(0)}.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1{display:none;position:relative;opacity:0;transform:translate(600px);transition:opacity .5s,transform .5s}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .image-step-1-mobile{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .fly-to-center{animation:parabola-move .8s cubic-bezier(.5,-.5,.5,1.5) forwards;pointer-events:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .img-food1{position:absolute;width:140px;height:auto;cursor:pointer;left:29%;bottom:6%}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .img-food2{position:absolute;width:80px;height:auto;cursor:pointer;right:32%;bottom:8%}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .shake-animate{animation:shake-food .4s}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .has-flown{cursor:default}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1.show{display:flex;opacity:1;transform:translate(0)}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2{display:none;opacity:0;transition:opacity 2s;position:relative}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2 .image-step-2-mobile{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2 .img-paly-button{position:absolute;cursor:pointer;bottom:33.5%;right:10%;box-shadow:0 0 5px 1px #db593b;border-radius:7px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2 .img-paly-button.glow-animate{animation:glow-food .8s}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2.show{display:flex;opacity:1}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading{display:none;position:relative;transform:translateY(600px);transition:transform 1s}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading .step-loading-image-mobile{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading .progress-outer{position:absolute;bottom:calc(50% - 30px);left:0;right:0;margin:0 auto;width:60%;height:60px;background:#f8f3ee;border:4px solid #e6a36b;border-radius:60px;box-shadow:0 0 8px #e6a36b33;display:flex;align-items:center;justify-content:center}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading .progress-inner{width:98%;height:70%;background:#fdcfaa;border-radius:30px;box-shadow:0 0 4px #e6a36b22 inset;overflow:hidden;display:flex;align-items:center}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading .progress-bar{height:100%;width:0%;background:linear-gradient(90deg,#ffb36b,#ff8c2b);border-radius:16px;box-shadow:0 2px 8px #ffb36b44 inset;transition:width 1.5s linear}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading.show{display:flex;transform:translateY(0)}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .loading-success{display:none;position:absolute;bottom:0;left:0;right:0;width:100%;height:50%;align-items:center;justify-content:center;z-index:10}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3{display:none;position:relative;transform:translateY(600px);transition:transform 1s}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-image-mobile{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-box-pc,:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-box-mobile{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-box-mobile{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-content{display:flex;gap:50px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-box{height:fit-content;margin-top:260px;border-radius:30px;background:#fffc;-webkit-backdrop-filter:blur(23.25px);backdrop-filter:blur(23.25px);padding:12px 28px 0;margin-bottom:32px;position:relative}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-box .coupon-image{position:absolute;max-width:456px;top:-218px;left:0}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .finish-food{object-fit:contain;width:510px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-text{padding-bottom:20px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-text p{color:#134d60b3;font-family:Zen Kaku Gothic New;font-size:14px;font-weight:500;line-height:22px;margin:5px 0}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-button{padding:12px 33px;border-radius:45px;background:#fb914a;color:#fff;font-family:Gilroy;font-size:20px;font-weight:900;cursor:pointer}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .button-odd{background:#fb914a}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .button-odd:hover{background:#e67e3a}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .button-even{background:#512a43;margin-left:32px;margin-right:60px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .button-even:hover{background:#3e1f32}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 #recipe-copy-button,:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 #recipe-share-button{position:relative}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-tips{opacity:0;transition:opacity 1s;display:none;color:#134d60;font-family:Zen Kaku Gothic New;font-size:20px;font-weight:500;border-radius:30px;background:#fff9;-webkit-backdrop-filter:blur(4.949999809265137px);backdrop-filter:blur(4.949999809265137px);box-shadow:0 2px 8px #0002;border:1px solid #eee;width:100%;padding:10px;position:absolute;left:0;bottom:calc(100% + 15px)}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-tips.show{opacity:1;display:block}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .share-popup-buttons{display:none;justify-content:space-between;position:absolute;bottom:calc(100% + 15px);left:-10%;width:120%;background:#fff9;-webkit-backdrop-filter:blur(4.949999809265137px);backdrop-filter:blur(4.949999809265137px);border:1px solid #eee;box-shadow:0 2px 8px #0002;padding:10px 20px;border-radius:30px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .share-popup-buttons .btn{cursor:pointer;height:40px;width:40px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .share-popup-buttons:after{content:"";position:absolute;top:100%;left:0;width:100%;height:15px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3.show{display:flex;transform:translateY(0)}.recipe-animation-section .recipe-second .step-1 .img-food1{width:128px;left:22%;bottom:6%}.recipe-animation-section .recipe-second .step-1 .img-food2{width:144px;left:44%;bottom:7%}.recipe-animation-section .recipe-second .step-1 .img-food3{position:absolute;height:auto;cursor:pointer;width:126px;left:68%;bottom:7%}.recipe-animation-section .recipe-second .step-1 .has-flown{cursor:default}.recipe-animation-section .step-loading{display:none}@media screen and (max-width: 749px){.recipe-animation-section .title{font-size:14px;line-height:32px;padding:24px 60px;margin-bottom:0}.recipe-animation-section .cover-image-pc{display:none}.recipe-animation-section .cover-image-mobile{display:flex}.recipe-animation-section .cover-button{position:absolute;bottom:80px;left:0;right:0;width:240px;height:56px;line-height:56px;font-size:16px}.recipe-animation-section .cover-button svg{padding-top:5px}.recipe-animation-section .recipe-pick .recipe-pick-image-pc{display:none}.recipe-animation-section .recipe-pick .recipe-pick-image-mobile{display:block}.recipe-animation-section .recipe-pick .pick-box{flex-direction:column;gap:40px;padding:0 45px}.recipe-animation-section .recipe-pick .pick-image-box{width:100%;height:156px;object-fit:cover}.recipe-animation-section .recipe-pick .recipe-pick-item{width:100%}.recipe-animation-section .recipe-pick .pick-image{object-fit:cover}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .image-step-1-mobile{display:block}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .image-step-1-pc{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .img-food1{width:85px;left:20%;bottom:11%}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-1 .img-food2{width:52px;right:25%;bottom:12%}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2 .image-step-2-mobile{display:block}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2 .image-step-2-pc{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-2 .img-paly-button{bottom:63%;right:14%;width:40px;border-radius:6px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading{width:100%}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading .step-loading-image-pc{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading .step-loading-image-mobile{display:block;width:100%;height:100%}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-loading .progress-outer{bottom:calc(50% - 21px);width:70%;height:42px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-image-pc{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-image-mobile{display:block}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-box-pc{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-box-mobile{display:flex;padding:0 20px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-box-mobile{width:70%;margin:0 auto}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-image-mobile{width:100%;height:auto;position:relative;z-index:1;margin-top:20px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-text-mobile{background:#fff;text-align:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding-top:10px;position:relative;top:-10px;z-index:0;margin-bottom:20px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .finish-food{height:240px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .coupon-text p{color:#134d60b3;font-family:Zen Kaku Gothic New;font-size:14px;font-weight:500;line-height:22px;margin:5px 0}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-buttons{width:100%;display:flex}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-button{padding:0 8px;font-size:16px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .step-3-button svg{padding-top:5px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .button-odd{flex:1}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .button-even{margin-left:8px;margin-right:0;width:130px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .share-popup-buttons{display:none;justify-content:space-between;position:absolute;bottom:calc(100% + 15px);left:-10%;width:120%;background:#fff9;-webkit-backdrop-filter:blur(4.949999809265137px);backdrop-filter:blur(4.949999809265137px);border:1px solid #eee;box-shadow:0 2px 8px #0002;padding:10px 20px;border-radius:30px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .share-popup-buttons .btn{cursor:pointer;height:40px;width:40px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .share-popup-buttons:after{content:"";position:absolute;top:100%;left:0;width:100%;height:15px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:0 20px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup .food-mobile-popup-content{border-radius:30px;background:#fffc;padding:20px;width:100%;max-width:300px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup .coupon-text{display:none}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup .coupon-text p:first-child{text-align:center;font-weight:900}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup .step-3-tips-mobile{display:none;justify-content:center}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup .share-popup-buttons{display:none;position:static;background:transparent;width:100%;border:none;box-shadow:none;padding:20px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup .food-mobile-popup-close{display:none;background-color:#fff;border-radius:50%;padding:10px}:is(.recipe-animation-section .recipe-first,.recipe-animation-section .recipe-second) .step-3 .food-mobile-popup .food-mobile-popup-close svg{color:#5a8390;width:20px;height:20px}.recipe-animation-section .recipe-second .step-1 .img-food1{width:82px;left:8%;bottom:10%}.recipe-animation-section .recipe-second .step-1 .img-food2{width:70px;left:42%;bottom:12%}.recipe-animation-section .recipe-second .step-1 .img-food3{width:75px;left:74%;bottom:11%}}.why-choose-us-container .why-choose-us-inner{padding:40px 0;border-radius:16px;margin-top:40px}.why-choose-us-container .why-choose-us-items{display:flex;justify-content:space-between;align-items:center;gap:20px}.why-choose-us-container .why-choose-us-items .why-choose-us-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}.why-choose-us-container .why-choose-us-items .why-choose-us-item:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:1px;height:56px;background-color:#00000040}.why-choose-us-container .why-choose-us-items .why-choose-us-item:last-child{border-right:none}.why-choose-us-container .why-choose-us-items .why-choose-us-item:last-child:after{display:none}.why-choose-us-container .why-choose-us-items .why-choose-us-item img{width:80px;height:80px}.why-choose-us-container .why-choose-us-items .why-choose-us-item .why-choose-us-item-title{font-size:16px;font-weight:500;margin-top:20px;text-align:center}@media screen and (max-width: 699px){.why-choose-us-container .why-choose-us-items{flex-wrap:wrap}.why-choose-us-container .why-choose-us-items .why-choose-us-item{width:45%;flex:auto}.why-choose-us-container .why-choose-us-items .why-choose-us-item:after{display:none}}.v-images-links .title-image{margin:0 auto}.v-images-links .sub-title-image{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.v-images-links .item-image-box{gap:20px}.banner-link{display:block;text-decoration:none;color:inherit;transition:opacity .2s ease}.banner-link:hover{opacity:.9}.banner-link image-banner{display:block}.v-countdown{--v-countdown-gap: 16px;--v-countdown-box-width: clamp(72px, 24vw, 112px);--v-countdown-box-height: 72px;--v-countdown-box-radius: 15px;--v-countdown-bg: #eaeaea;--v-countdown-value-color: #898989;--v-countdown-label-bg: #eaeaea;--v-countdown-label-color: #898989;--v-countdown-value-size: clamp(20px, 6vw, 40px);--v-countdown-label-size: clamp(12px, 4vw, 24px);display:flex;align-items:center;justify-content:center;gap:var(--v-countdown-gap);flex-wrap:wrap;position:relative}@media screen and (max-width: 699px){.v-countdown{--v-countdown-gap: 20px;--v-countdown-box-width: clamp(52px, 18.13vw, 80px);--v-countdown-box-height: calc(var(--v-countdown-box-width) * .8529411765);--v-countdown-value-size: 40px;--v-countdown-label-size: 16px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.v-countdown__item{flex:0 0 auto}.v-countdown__label{height:32px}.v-countdown__item:not(:last-of-type):after{font-size:24px;right:-6px;top:0;transform:none}}.v-countdown--bottom{align-items:flex-end}.v-countdown__item{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.v-countdown__item:not(:last-of-type):after{content:":";color:rgb(var(--text-primary, 26 26 26));opacity:.9;font-size:calc(var(--v-countdown-value-size) + 8px);line-height:1;position:absolute;right:calc(var(--v-countdown-gap) * -.5);top:0;transform:translate(50%)}.v-countdown__value{width:var(--v-countdown-box-width);height:var(--v-countdown-box-height);border-radius:var(--v-countdown-box-radius);background:var(--v-countdown-bg);color:var(--v-countdown-value-color);display:grid;place-items:center;font-family:Zen Kaku Gothic New,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";font-weight:700;font-size:var(--v-countdown-value-size);line-height:1}.v-countdown__label{min-width:var(--v-countdown-box-width);height:40px;border-radius:var(--v-countdown-box-radius);background:var(--v-countdown-label-bg);color:var(--v-countdown-label-color);display:flex;align-items:center;justify-content:center;font-family:Zen Kaku Gothic New,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";font-weight:500;font-size:var(--v-countdown-label-size);line-height:1}@media screen and (min-width: 700px){.v-countdown{--v-countdown-gap: 28px;--v-countdown-box-height: 93px;--v-countdown-value-size: clamp(28px, 5.7vw, 40px);--v-countdown-label-size: clamp(16px, 1.8vw, 24px);gap:49px}.v-countdown__item:not(:last-of-type):after{top:calc(var(--v-countdown-box-height) * .22);font-size:40px;right:-29px;transform:none}}@keyframes v-countdown-tick{0%{transform:translateY(0);opacity:1}20%{transform:translateY(-2px);opacity:.98}to{transform:translateY(0);opacity:1}}@keyframes v-countdown-fade-in{0%{opacity:0}to{opacity:1}}.v-countdown{transition:opacity .2s ease-in-out}.v-countdown__value--tick{will-change:transform,opacity;animation:v-countdown-tick .22s ease-in-out}.v-countdown__complete-text{display:inline-grid;place-items:center;min-height:var(--v-countdown-box-height, 72px);padding:8px 16px;border-radius:var(--v-countdown-box-radius, 15px);background:var(--v-countdown-bg, #eaeaea);color:var(--v-countdown-value-color, #898989);font-family:Zen Kaku Gothic New,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans;font-weight:500;font-size:16px;animation:v-countdown-fade-in .22s ease-out both}.v-countdown__error{display:inline-block;padding:8px 12px;border-radius:12px;background:#fff0f0;color:#c62828;border:1px solid #ffcdd2;animation:v-countdown-fade-in .2s ease-out both}@media (prefers-reduced-motion: reduce){.v-countdown__value--tick{animation:none}}.v-countdown .v-countdown__label{display:flex!important;align-items:center;justify-content:center}.v-countdown .v-countdown__item{display:flex!important;flex-direction:column;align-items:center;gap:8px}.v-product-component{margin:0;padding:0}.v-product-component__item{list-style:none}.v-anchor-navigation{position:relative;display:block;background-color:var(--v-anchor-bg);color:var(--v-anchor-text);border-radius:var(--v-anchor-radius)}.v-anchor-navigation.v-anchor-navigation--pill .v-anchor-navigation__link{border-radius:9999px}@media (hover: hover){.v-anchor-navigation.v-anchor-navigation--pill .v-anchor-navigation__link:hover{background-color:var(--v-anchor-container-bg, #EAEAEA);color:var(--v-anchor-active);border-radius:var(--v-anchor-pill-active-radius, 100px)}}.v-anchor-navigation.v-anchor-navigation--pill .v-anchor-navigation__link.is-active{background-color:var(--v-anchor-container-bg, #EAEAEA);color:var(--v-anchor-active);border-radius:var(--v-anchor-pill-active-radius, 100px)}.v-anchor-navigation.v-anchor-navigation--underline{box-shadow:0 2px 8px #0000000f}@media (hover: hover){.v-anchor-navigation.v-anchor-navigation--underline .v-anchor-navigation__link:hover{background-color:var(--v-anchor-container-bg, #F6F6F6);text-decoration:underline;text-underline-offset:6px;color:var(--v-anchor-active)}}.v-anchor-navigation.v-anchor-navigation--underline .v-anchor-navigation__link.is-active{background-color:var(--v-anchor-container-bg, #F6F6F6);text-decoration:underline;text-underline-offset:6px;color:var(--v-anchor-active)}.v-anchor-navigation[data-sticky=true]{position:sticky;top:var(--v-anchor-sticky-top);z-index:9}.v-anchor-navigation__list{display:flex;flex-wrap:nowrap;gap:var(--v-anchor-gap, var(--spacing-2));overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0;padding:0}.has-scroll-arrows .v-anchor-navigation__list{scrollbar-width:none}.has-scroll-arrows .v-anchor-navigation__list::-webkit-scrollbar{display:none}.v-anchor-navigation--vertical .v-anchor-navigation__list{flex-direction:column;overflow-x:visible}.v-anchor-navigation__item{list-style:none}.v-anchor-navigation__link{display:inline-flex;align-items:center;padding:var(--spacing-2) var(--spacing-3);border-radius:calc(var(--v-anchor-radius) * .75);text-decoration:none;color:currentColor;white-space:nowrap;transition:color .2s ease-in-out,background-color .2s ease-in-out}@media (hover: hover){.v-anchor-navigation__link:hover{opacity:.92}}.v-anchor-navigation__link.is-active{color:var(--v-anchor-active)}.v-anchor-navigation__link:focus-visible{outline:var(--spacing-0-5) solid currentColor;outline-offset:var(--spacing-0-5)}.v-anchor-navigation__arrow{position:absolute;top:50%;transform:translateY(-50%) scale(1);border:none;background:transparent;color:currentColor;padding:var(--spacing-1) var(--spacing-2);cursor:pointer;opacity:.85;display:inline-flex;align-items:center;justify-content:center;line-height:0;transition:transform .16s ease-in-out,opacity .16s ease-in-out}.v-anchor-navigation__arrow--prev{left:-36px}.v-anchor-navigation__arrow--next{right:-36px}.v-anchor-navigation:hover .v-anchor-navigation__arrow[hidden]{display:none}.v-anchor-navigation:hover .v-anchor-navigation__arrow:not([hidden]){display:inline-flex}.v-anchor-navigation__arrow svg{display:inline-block;width:20px;height:20px}.v-anchor-navigation__arrow--next svg{transform:scaleX(-1);transform-origin:center}.v-anchor-navigation__arrow:hover{transform:translateY(-50%) scale(1.12);opacity:1}@media screen and (min-width: 700px){.v-anchor-navigation__list{gap:calc(var(--v-anchor-gap, var(--spacing-2)) * 1.25)}.v-anchor-navigation__link{padding:var(--spacing-2) var(--spacing-8)}}@media (prefers-reduced-motion: reduce){.v-anchor-navigation__link{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-template.css.map */
