.shop{background-color:var(--background-hover)}.shop .shop-container{flex-direction:column;gap:1rem;max-width:1200px;padding:2rem 0 4rem;display:flex}.shop .shop-left{background-color:var(--background);z-index:2;border-radius:0 0 1rem 1rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.shop .shop-left .shop-header{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;height:260px;transition:top .3s,opacity .2s;position:relative;overflow:hidden}.shop .shop-left .shop-header:before{z-index:-1;content:"";background:linear-gradient(#0000 30%,#0009);width:100%;height:100%;position:absolute;top:0;left:0}.shop .shop-left .shop-header.hide{opacity:0;pointer-events:none}.shop .shop-left .shop-header .shop-header-img{z-index:0;object-fit:cover;width:100%;height:100%;box-shadow:none}.shop .shop-left .shop-header .shop-header-actions{gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.shop .shop-left .shop-header .shop-header-actions .header-btn{color:var(--foreground);background:#ffffffb3;border:none;border-radius:50%;padding:8px;transition:background-color .2s,transform .2s}@supports ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))){.shop .shop-left .shop-header .shop-header-actions .header-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80}}.shop .shop-left .shop-header .shop-header-actions .header-btn.favorite-btn.active{color:var(--favorite-color)}.shop .shop-left .shop-info-section{background:var(--background);z-index:10;border-radius:1.5rem 1.5rem 0 0;flex-direction:column;gap:1.5rem;margin-top:-2rem;padding-top:1.5rem;display:flex;position:relative}.shop .shop-left .shop-info-section .shop-info-header{text-align:left;flex-direction:row;align-items:center;gap:1.25rem;padding:0 1.5rem;display:flex}.shop .shop-left .shop-info-section .shop-info-header .profile-img{border:1px solid var(--gray-alpha-300);border-radius:50%;flex-shrink:0;margin-left:-.5rem;box-shadow:0 4px 12px #0000001a}.shop .shop-left .shop-info-section .shop-info-header .shop-name-wrapper{flex-direction:column;flex:1;align-items:flex-start;gap:.35rem;min-width:0;padding-top:.25rem;display:flex}.shop .shop-left .shop-info-section .shop-info-header .shop-name-wrapper .shop-name{width:100%;font-size:1.35rem;font-weight:700;line-height:1.3}.shop .shop-left .shop-info-section .shop-info-header .shop-name-wrapper .shop-name span{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.shop .shop-left .shop-info-section .shop-info-header .shop-name-wrapper .shop-overview-tags{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.shop .shop-left .shop-info-section .shop-info-header .shop-name-wrapper .shop-overview-tags .shop-rating{background-color:var(--background-hover);border-radius:2rem;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:700;display:flex}.shop .shop-left .shop-info-section .shop-info-header .shop-name-wrapper .shop-overview-tags .shop-rating .count{color:var(--gray-alpha-500);font-size:.8rem;font-weight:400}.shop .shop-left .shop-info-section .shop-info-header .shop-name-wrapper .shop-overview-tags .shop-rating.new{color:var(--primary-color)}.shop .shop-left .shop-info-section .shop-details-card{background-color:var(--background);border-radius:1rem;flex-direction:column;width:calc(100% - 2.5rem);margin:0 auto;display:flex;overflow:hidden}.shop .shop-left .shop-info-section .shop-details-card .detail-row{align-items:center;gap:.85rem;padding:.5rem .25rem;display:flex}.shop .shop-left .shop-info-section .shop-details-card .detail-row:last-child{border-bottom:1px solid var(--background-hover);padding-bottom:1.25rem}.shop .shop-left .shop-info-section .shop-details-card .detail-row .detail-icon{width:2.75rem;height:2.75rem;color:var(--icon-color);flex-shrink:0;justify-content:center;align-items:center;display:flex}.shop .shop-left .shop-info-section .shop-details-card .detail-row .detail-icon svg{font-size:1.5rem}.shop .shop-left .shop-info-section .shop-details-card .detail-row .detail-content{flex-direction:column;flex:1;justify-content:center;gap:.1rem;min-width:0;display:flex}.shop .shop-left .shop-info-section .shop-details-card .detail-row .detail-content .label{color:var(--gray-alpha-500);font-size:.7rem;font-weight:600;line-height:1.2}.shop .shop-left .shop-info-section .shop-details-card .detail-row .detail-content .value{color:var(--foreground);word-break:keep-all;overflow-wrap:anywhere;font-size:.9rem;font-weight:700;line-height:1.4}.shop .shop-left .shop-info-section .shop-details-card .detail-row .row-action-btn{color:var(--blue-color);background-color:#0381fe0f;border-radius:2rem;flex-shrink:0;align-items:center;gap:.15rem;margin-right:-.25rem;padding:.25rem .25rem .25rem .75rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.shop .shop-left .shop-info-section .shop-details-card .detail-row .row-action-btn:disabled{opacity:.5;pointer-events:none;background-color:var(--background-hover);color:var(--gray-alpha-500)}.shop .shop-left .shop-info-section .shop-details-card .detail-row .row-action-btn:active{transform:scale(.96)}.shop .shop-left .shop-info-section .shop-details-card .detail-row .row-action-btn svg{margin:0;font-size:1rem}.shop .shop-left .shop-info-section .shop-notice-box{cursor:pointer;margin-top:-.5rem;padding:.75rem 1.75rem;position:relative}.shop .shop-left .shop-info-section .shop-notice-box p{opacity:.8;-webkit-line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:5rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.shop .shop-left .shop-info-section .shop-notice-box .expand-indicator{color:var(--gray-alpha-500);background:linear-gradient(to bottom,transparent,var(--background)70%,var(--background));border-radius:0 0 .5rem .5rem;justify-content:center;align-items:center;gap:.25rem;width:100%;margin-top:.25rem;padding-top:2.5rem;padding-bottom:.5rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;bottom:0;left:0}.shop .shop-left .shop-info-section .shop-notice-box.expanded{padding-bottom:1rem}.shop .shop-left .shop-info-section .shop-notice-box.expanded p{min-height:auto;display:block}.shop .shop-left .shop-info-section .shop-notice-box.expanded .expand-indicator{background:0 0;padding-top:.5rem;padding-bottom:0;position:static}.shop .shop-left .shop-info-section .shop-coupon-btn-wrapper{width:100%}.shop .shop-left .shop-info-section .shop-coupon-btn-wrapper .shop-coupon-btn{background:var(--primary-color-bg);border:1px solid var(--primary-color);border-radius:.75rem;justify-content:flex-start;align-items:center;gap:.75rem;width:calc(100% - 2.5rem);margin:0 1.25rem 1.75rem;padding:.875rem;font-size:.95rem;font-weight:700;transition:background-color .2s,color .2s;display:flex}.shop .shop-left .shop-info-section .shop-coupon-btn-wrapper .shop-coupon-btn .arrow-icon{color:var(--primary-color);transition:color .2s}.shop .shop-left .shop-info-section .shop-coupon-btn-wrapper .shop-coupon-btn .coupon-icon{background-color:var(--primary-color);width:24px;height:24px;transition:background-color .2s;display:inline-block;-webkit-mask-image:url(/assets/icon/coupon.svg);mask-image:url(/assets/icon/coupon.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.shop .shop-left .shop-info-section .shop-coupon-btn-wrapper .shop-coupon-btn .arrow-icon{margin-left:auto;font-size:1.25rem}.shop .shop-left .shop-info-section .shop-coupon-btn-wrapper .shop-coupon-btn .coupon-name{transition:opacity .15s ease-in-out}.shop .shop-left .shop-info-section .shop-coupon-btn-wrapper .shop-coupon-btn.animating .coupon-name{opacity:0}.shop .shop-right{flex-direction:column;gap:1rem;display:flex}.shop .shop-right .shop-menu-section{background-color:var(--background);border-radius:1rem;padding:2.5rem 0;box-shadow:0 4px 20px #0000000d}.shop .shop-right .shop-menu-section .shop-menu-controls{flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:0 .75rem;display:flex}.shop .shop-right .shop-menu-section .shop-menu-controls .shop-menu-toggle{justify-content:center;display:flex}.shop .shop-right .shop-menu-section .shop-menu-controls .shop-item-search{justify-content:flex-end;align-items:center;display:flex}.shop .shop-right .shop-menu-section .shop-item-title{flex-direction:row;align-items:center;margin-bottom:1rem;padding:0 1.5rem;display:flex}.shop .shop-right .shop-menu-section .shop-item-title .shop-item-title-left{align-items:baseline;gap:.5rem;display:flex}.shop .shop-right .shop-menu-section .shop-item-title .img-view-btn{color:var(--blue-color);margin-left:auto;font-size:.9rem}.shop .shop-right .shop-menu-section .shop-item-tabs{padding:0}.shop .shop-right .shop-menu-section .shop-item{flex-direction:column;min-height:400px;display:flex}.shop .shop-right .shop-menu-section .shop-item .shop-item-body{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;width:100%;padding:1.5rem 1rem;display:grid}.shop .shop-right .shop-menu-section .shop-item .shop-item-body.full-width{opacity:.8;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.shop .shop-right .shop-menu-section .shop-item .shop-item-body.full-width .no-items{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.shop .shop-right .shop-footer{background-color:#0000;flex-direction:column;gap:1rem;display:flex}.shop .shop-right .shop-footer .shop-review,.shop .shop-right .shop-footer .shop-guide{background-color:var(--background);border-radius:1rem;padding:2.5rem 1.5rem;box-shadow:0 4px 20px #0000000d}.shop .shop-right .shop-footer .shop-review .shop-review-container,.shop .shop-right .shop-footer .shop-guide .shop-guide-info{flex-direction:column;gap:2rem;display:flex}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list{flex-direction:column;display:flex}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item{border-bottom:1px solid var(--gray-alpha-200);align-items:flex-start;gap:1.25rem;padding:1.5rem 0;display:flex}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item:first-child{padding-top:0}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item:last-child{border-bottom:none;padding-bottom:0}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item .guide-item-icon{width:2.75rem;height:2.75rem;color:var(--icon-color);box-shadow:0 0 0 1px var(--gray-alpha-200)inset;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item .guide-item-icon svg{font-size:1.25rem}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item .guide-item-content{flex-direction:column;flex:1;gap:1rem;display:flex}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item .guide-item-content .guide-item-title{color:var(--foreground);white-space:normal;margin-top:.5rem;margin-bottom:-.5rem;font-size:1.05rem;font-weight:700}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item .guide-item-content .guide-item-description{white-space:break-spaces;color:var(--gray-alpha-500);word-break:keep-all;overflow-wrap:anywhere;margin-top:.5rem;font-size:.95rem;line-height:1.6}.shop-pay{width:100%;min-height:calc(100dvh + var(--header-height)*-1);flex-direction:column;justify-content:center;display:flex}.shop-pay .pay-card-container{flex-direction:column;justify-content:center;align-items:center;max-width:1180px;margin-left:auto;margin-right:auto;padding:1.5rem .5rem;display:flex}.shop-pay .pay-card-container .pay-card{background:var(--background);border:1px solid var(--gray-alpha-300);width:100%;max-width:520px;box-shadow:var(--box-shadow);border-radius:1rem;flex-direction:column;display:flex;overflow:hidden}.shop-pay .pay-card-container .pay-card .pay-header{flex-direction:column;align-self:stretch;display:flex}.shop-pay .pay-card-container .pay-card .pay-header .pay-hero{background-position:50%;background-size:cover;height:20dvh;min-height:140px;margin-bottom:-1rem;box-shadow:inset 0 -3px 7px -3px #0000004d}.shop-pay .pay-card-container .pay-card .pay-header .pay-shop-info{z-index:1;background:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.25rem .5rem;display:flex;position:relative}.shop-pay .pay-card-container .pay-card .pay-header .pay-shop-info .pay-logo{background:var(--background);width:64px;height:64px;box-shadow:var(--background)0px 0px 0px .25rem,#0000001f 0px -6px 8px .25rem;border:1px solid var(--gray-alpha-300);border-radius:50%;flex-shrink:0;margin-top:calc(-32px - 1rem);margin-left:auto;margin-right:auto}.shop-pay .pay-card-container .pay-card .pay-header .pay-shop-info .pay-title{text-align:center;flex-direction:column;display:flex}.shop-pay .pay-card-container .pay-card .pay-header .pay-shop-info .pay-title .pay-shop{font-size:.875rem}.shop-pay .pay-card-container .pay-card .pay-header .pay-shop-info .pay-title .pay-item{font-size:1.5rem;font-weight:700}.shop-pay .pay-card-container .pay-card .pay-header .pay-amount{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:0 1.25rem 1rem;font-size:3rem;font-weight:900;line-height:1.2;display:flex}.shop-pay .pay-card-container .pay-card .pay-header .pay-amount .value{justify-content:center;align-items:baseline;display:flex}.shop-pay .pay-card-container .pay-card .pay-header .pay-amount .value .unit{margin-left:.25rem;font-size:1.25rem}.shop-pay .pay-card-container .pay-card .pay-header .pay-amount .pay-deadline{text-align:center;opacity:.5;margin-top:.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:400}.shop-pay .pay-card-container .pay-card .pay-header .pay-amount .pay-deadline.expired{color:var(--false-color);opacity:1;white-space:pre-wrap;margin-top:1.5rem;font-size:1.125rem;font-weight:700}.shop-pay .pay-card-container .pay-card .pay-divider{background:var(--gray-alpha-300);height:1px;margin:1rem}.shop-pay .pay-card-container .pay-card .pay-brands{opacity:.85;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:1rem;display:flex}.shop-pay .pay-card-container .pay-card .pay-notice{text-align:center;white-space:pre-wrap;background-color:var(--false-color-bg);min-height:10rem;color:var(--false-color);box-shadow:var(--false-color)0px 0px 0px 1px inset;border-radius:.5rem;justify-content:center;align-items:center;margin:1.5rem 1rem;padding:.5rem 1rem;font-size:1.1rem;line-height:1.4;display:flex}.shop-pay .pay-card-container .pay-card .pay-content{flex-direction:column;display:flex}.shop-pay .pay-card-container .pay-card .pay-content.show-receipt{min-width:380px;padding:1rem 1.5rem}.shop-pay .pay-card-container .pay-card .pay-content .pay-card-wrapper{flex-direction:column;width:100%;padding:0 1.5rem 1.5rem;display:flex;overflow:hidden}.shop-pay .pay-card-container .pay-card .pay-content .pay-card-wrapper .action-wrapper{justify-content:space-between;margin-top:2.5rem;font-size:.875rem;display:flex}.shop-pay .pay-card-container .pay-card .pay-content .pay-card-wrapper .action-wrapper .setting-btn{opacity:.4;text-decoration:underline}.shop-pay .pay-card-container .pay-card .pay-content .pay-card-wrapper .action-wrapper .last-payment-date{opacity:.4;letter-spacing:-.5px}.shop-pay .pay-card-container .pay-card .pay-content .pay-card-wrapper .pay-btn{width:100%;box-shadow:var(--box-shadow);border-radius:.5rem;margin:2rem auto .5rem;padding:.75rem 1rem;font-size:1.125rem;font-weight:700}.shop-pay .pay-card-container .pay-card .pay-content .login-btn{color:var(--blue-color);background-color:var(--blue-color-bg);opacity:.7;width:calc(100% - 2rem);box-shadow:0 0 0 1px var(--blue-color)inset;border-radius:.75rem;justify-content:center;align-items:center;gap:.25rem;margin:-.25rem auto 0;padding:1rem 0;font-size:1.125rem;font-weight:700;display:flex;position:relative}.shop-pay .pay-card-container .pay-card .pay-content .login-btn .recommend-label{background-color:var(--blue-color);color:var(--background);border-radius:3rem;align-items:center;gap:.5rem;padding:.25rem .75rem .25rem .5rem;font-size:.75rem;display:flex;position:absolute;top:-.5rem;left:-.25rem}@media (min-width:1180px){.shop{background-color:#0000}.shop .shop-container{flex-direction:row;align-items:flex-start;gap:3rem;margin:0 auto}.shop .shop-left{width:410px;top:calc(var(--header-height) + 2rem);max-height:calc(100vh - var(--header-height) - 4rem);background-color:var(--background);border:1px solid var(--gray-alpha-200);transform-origin:top;opacity:.9;-ms-overflow-style:none;scrollbar-width:none;border-radius:1rem;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;overflow-y:auto;transform:scale(.96);box-shadow:0 8px 32px #00000014}.shop .shop-left::-webkit-scrollbar{display:none}.shop .shop-left .shop-header{flex-shrink:0;height:250px}.shop .shop-left .shop-header:before{background:linear-gradient(#0000 30%,#00000080)}.shop .shop-left .shop-header .shop-header-img{border-radius:1rem 1rem 0 0}.shop .shop-left .shop-info-section.expanded{margin-top:0}.shop .shop-right{flex:1;min-width:0}.shop .shop-right .shop-menu-section{border:1px solid var(--gray-alpha-200)}.shop .shop-right .shop-menu-section .shop-menu-controls{flex-direction:row;justify-content:space-between;align-items:center}.shop .shop-right .shop-menu-section .shop-item .shop-item-body{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.shop .shop-right .shop-footer .shop-review,.shop .shop-right .shop-footer .shop-guide{border:1px solid var(--gray-alpha-200)}.shop-pay .pay-card-container .pay-card{max-width:unset;min-height:calc(60vh + var(--bottom-nav-height)*-1);min-height:calc(60dvh + var(--bottom-nav-height)*-1);flex-direction:row;justify-content:center;align-items:center}.shop-pay .pay-card-container .pay-card .pay-header{min-width:380px}.shop-pay .pay-card-container .pay-card .pay-header .pay-amount{padding-bottom:2rem}.shop-pay .pay-card-container .pay-card .pay-divider{align-self:stretch;width:1px;height:auto;margin:0}.shop-pay .pay-card-container .pay-card .pay-content{width:100%}.shop-pay .pay-card-container .pay-card .pay-content .pay-brands{padding-top:1.5rem}.shop-pay .pay-card-container .pay-card .pay-content .pay-card-wrapper{max-width:560px;margin:0 auto}}@media (hover:hover) and (pointer:fine){.shop .shop-left .shop-header .shop-header-actions .header-btn:hover{background:#ffffffe6;transform:scale(1.05)}.shop .shop-left .shop-info-section .shop-details-card .detail-row .row-action-btn:hover{background-color:#0381fe26}}@media (max-width:1179px){.shop{background-color:var(--background)}.shop .shop-container{gap:0;padding:0}.shop .shop-left{box-shadow:none;border-radius:0;overflow:visible}.shop .shop-left .shop-header{height:240px;position:sticky;top:0}.shop .shop-left .shop-header.hide{opacity:0;pointer-events:none}.shop .shop-left .shop-header.header-visible{top:var(--header-height)}.shop .shop-left .shop-info-section{border-radius:1.5rem 1.5rem 0 0;margin-top:-1.5rem;box-shadow:0 -4px 12px #0000001a}.shop .shop-right{gap:0}.shop .shop-right .shop-menu-section{box-shadow:none;border-top:8px solid var(--background-hover);border-radius:0}.shop .shop-right .shop-menu-section .shop-menu-controls{align-items:stretch;padding:0 1rem}.shop .shop-right .shop-menu-section .shop-item-title{padding:0 1rem}.shop .shop-right .shop-menu-section .shop-item .shop-item-body{grid-template-columns:repeat(2,1fr)}.shop .shop-right .shop-footer{flex-direction:column;gap:0}.shop .shop-right .shop-footer .shop-review,.shop .shop-right .shop-footer .shop-guide{box-shadow:none;border-top:8px solid var(--background-hover);border-radius:0;padding:2.5rem 1rem}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item{padding:1.25rem 0}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item:first-child{padding-top:0}.shop .shop-right .shop-footer .shop-guide .shop-guide-info .guide-list .guide-item:last-child{border-bottom:none;padding-bottom:0}.shop-pay .pay-card-container{width:100%;max-width:100vw;padding:0}.shop-pay .pay-card-container .pay-card{box-shadow:none;min-height:calc(100vh + var(--bottom-nav-height)*-1);min-height:calc(100dvh + var(--bottom-nav-height)*-1);border:none;border-radius:0}.shop-pay .pay-card-container .pay-card .pay-header .pay-shop-info{border-radius:.75rem .75rem 0 0}.shop-pay .pay-card-container .pay-card .pay-content.show-receipt{min-width:unset;padding-bottom:2rem}.shop-pay .pay-card-container .pay-card .pay-content .pay-card-wrapper{padding-bottom:2.5rem}}
