*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0}:root{--theme-primary-color: #F8004A;--theme-secondary-color: #fc99b7;--theme-third-color: #fef2f6;--theme-fourth-color: #fef2f6;--theme-body-color: #000000;--body-fonts-typo:"Epilogue", sans-serif}body{font-family:var(--body-fonts-typo)}.store-container{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100dvh;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.background-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(255,220,100,.15) 0%,rgba(255,220,100,.1) 20%,rgba(3,32,33,0) 35%,rgba(3,32,33,.3) 50%,rgba(3,32,33,.6) 65%,rgba(3,32,33,.85) 80%,rgb(3,32,33) 100%);z-index:1}.background-shape{position:absolute;top:50vh;top:50dvh;bottom:0;width:100%;background:#032021;border-radius:225% 225% 0 0/350% 350% 0 0;transform:translateZ(0);will-change:border-radius;z-index:1}.content-card{position:relative;z-index:1;background:white;border-radius:16px;padding:80px 100px 40px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;margin-top:120px}.back-button{position:fixed;top:20px;left:20px;z-index:100;display:flex;align-items:center;gap:6px;padding:6px 12px;background:white;border:none;border-radius:20px;cursor:pointer;font-size:20px;color:#333;transition:all .2s;box-shadow:0 2px 4px #0000001a;font-weight:500}.back-button:hover{background:#f5f5f5}.back-button svg{color:#333}.language-selector{position:fixed;top:20px;left:80px;z-index:100;transition:left .2s}.language-selector.with-back-button{left:160px}.info-button{position:fixed;top:20px;right:80px;z-index:100;display:flex;align-items:center;gap:6px;padding:6px 12px;background:white;border:none;border-radius:20px;cursor:pointer;font-size:20px;color:#333;transition:all .2s;box-shadow:0 2px 4px #0000001a}.info-button:hover{background:#f5f5f5}.info-dot{width:8px;height:8px;background-color:#ef4444;border-radius:50%;display:inline-block;flex-shrink:0}.info-button-text{font-weight:500;color:#333}.language-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f5f5f5;border-color:#ccc;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:20px;color:#333;transition:all .2s}.language-button:hover .dropdown-arrow{transform:translateY(1px)}.language-flag{font-size:1rem}.language-text{font-weight:500}.dropdown-arrow{color:#666;transition:transform .2s}.language-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:white;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #0000001a;min-width:140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s;z-index:101}.language-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:.875rem;color:#333;transition:background .2s}.language-option:first-child{border-radius:6px 6px 0 0}.language-option:last-child{border-radius:0 0 6px 6px}.language-option:hover{background:#f5f5f5}.logo{position:absolute;top:-60px;left:50%;transform:translate(-50%);z-index:2}.logo-circle{width:120px;height:120px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.logo-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.logo-text{font-size:16px;font-weight:600;white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:1.2;padding:10px}.restaurant-name{font-size:40px;font-weight:700;color:#000;letter-spacing:-.2px}.chef-name{font-size:18px;color:#032021;margin:6px 0 12px;font-weight:500}.description{font-size:16px;color:#333;margin:0 0 20px;line-height:1.5;font-weight:400;white-space:normal}.description span{display:inline;margin-bottom:8px;line-height:1.5}.description br{content:"";display:block;margin-bottom:8px}.contact-icons{display:flex;justify-content:center;gap:12px;margin-bottom:24px}.icon-link{text-decoration:none;transition:transform .2s}.icon-link:hover{transform:scale(1.05)}.icon-link:hover .icon-circle{background-color:#e8e8e8}.icon-circle{width:40px;height:40px;background-color:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.promotion-section{background:#A8D679;border-radius:16px 16px 0 0;padding:20px 16px;text-align:center;box-shadow:0 10px 28px #0000001f;margin:-80px -100px 40px}.promotion-title{margin:0 0 12px;font-size:24px;color:#fff;font-weight:600}.promotion-subtitle{margin:0;font-size:20px;color:#fff;font-weight:600}.promotion-button-wrapper{margin-top:36px}.promotion-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background-color:#0f766e;color:#fff;border:none;border-radius:999px;cursor:pointer;font-weight:600;transition:background-color .2s,transform .2s;box-shadow:0 6px 14px #0f766e40}.promotion-cta:hover{background-color:#0d5d56;transform:translateY(-1px)}.promotion-helper{margin:12px 0 0;font-size:.875rem;color:#374151}.platform-separator{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 0 28px;color:#6b7280;font-size:.9375rem;font-weight:500}.platform-line{flex:1;height:1px;background-color:#d1d5db;max-width:140px}.platform-text{white-space:nowrap}.action-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.btn{padding:12px 20px;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:10px}.btn:has(.btn-icon-wrapper),.btn:has(.btn-icon-right){padding-top:9px;padding-bottom:9px}.btn-icon{flex-shrink:0}.btn-icon-right{width:32px;min-width:32px;height:32px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000}.btn-icon-right span{display:flex;align-items:center;justify-content:center;width:70%;height:70%}.btn-icon-right span svg{width:100%;height:100%}.btn-reserve,.btn-menu{background-color:#e8f5e9;color:#1a1a1a;border:none;font-weight:500;justify-content:center;position:relative;border-radius:26px;padding-left:50px;padding-right:50px}.btn-reserve .btn-icon,.btn-menu .btn-icon{color:#1a1a1a;stroke:#1a1a1a;fill:none}.btn-reserve:hover,.btn-menu:hover{background-color:#c8e6c9;transform:translateY(-2px)}.btn-icon-wrapper{position:absolute;left:8px;width:32px;height:32px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000}.btn-icon-wrapper span{display:flex;align-items:center;justify-content:center;width:70%;height:70%}.btn-icon-wrapper span svg{width:100%;height:100%}.btn-order{background-color:#0f766e;color:#fff;font-weight:500}.btn-order .btn-icon{color:#fff;stroke:#fff}.btn-order:hover{background-color:#0d5d56}span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}span ::ng-deep svg{width:18px;height:18px;color:inherit;stroke:currentColor;fill:currentColor}.info-box{background-color:#f5f5f5;border-radius:12px;padding:18px 20px;margin-bottom:20px}.info-section{text-align:left;display:flex;flex-direction:column;gap:14px}.info-item{display:flex;align-items:center;gap:10px;color:#000;font-size:.875rem;line-height:1;font-weight:500}a.info-item{text-decoration:none;color:inherit;cursor:pointer}a.info-item:hover{opacity:.8}.info-text{display:flex;flex-direction:column;gap:2px;line-height:1.2;color:#000;font-size:.875rem;text-align:left}.info-icon{flex-shrink:0;margin-top:0;color:#000;width:22px;height:22px}.info-icon svg{display:block}.email-icon{font-size:1.2rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;margin-top:0;line-height:1}.address,.hours,.phone,.email{margin:0;color:#000;flex:1;font-size:.875rem}.status{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:2px;padding:8px 12px;background-color:#fff;border-radius:30px;width:100%;border:.6px solid #E8E8E8}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}.status-text{color:#334120;font-size:.8125rem;font-weight:500}.status-bar{display:flex;align-items:center;justify-content:center;gap:8px;margin:16px 0 24px;padding:10px 16px;background-color:#fff;border-radius:30px;width:100%;border:.6px solid #E8E8E8}.info-action-buttons{display:flex;gap:12px;margin-bottom:24px;width:100%}.info-action-buttons .btn{flex:1;justify-content:start;padding:12px 16px}.btn-itinerary{background-color:#e8f5e9;color:#1a1a1a;border:none;font-weight:500;border-radius:26px;font-size:12px;line-height:1.5}.btn-itinerary .btn-icon{color:#1a1a1a;stroke:#1a1a1a;fill:none}.btn-itinerary:hover{background-color:#c8e6c9}.btn-call-restaurant{background-color:#fff;color:#1a1a1a;border:1px solid #e0e0e0;font-weight:500;border-radius:26px}.btn-call-restaurant .btn-icon{color:#1a1a1a;stroke:#1a1a1a;fill:none}.btn-call-restaurant:hover{background-color:#f5f5f5}.info-cards-container{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;width:100%}.info-card{cursor:pointer;border-radius:40px;background:#F3F3f2;padding:16px 20px;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.info-card .info-item{margin:0}.social-section{margin-bottom:20px;border-top:none}.social-title{font-size:12px;color:#1b1b1b;margin:0 0 20px;text-align:center;font-weight:500}.social-icons{display:flex;justify-content:center;gap:16px}.social-link{text-decoration:none;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .2s,background-color .2s}.social-link:hover{transform:scale(1.05);background-color:#e8e8e8}.social-link svg{display:block}.btn-linkphop{padding:10px 18px;background-color:#f5f5f5;border:none;border-radius:20px;font-size:12px;color:#000;cursor:pointer;transition:all .3s;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;margin:0 auto;width:auto}.btn-linkphop:hover{background-color:#e8e8e8}.btn-linkphop-icon{color:#1a1a1a;flex-shrink:0}@media (max-width: 600px){.background-image.hide-bg-mobile{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;width:0!important}.background-image.hide-bg-mobile:after{display:none!important;content:none!important}.background-shape{display:none;height:60%;border-top-left-radius:100% 70%;border-top-right-radius:60% 40%}.background-shape.hide-bg-mobile{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;width:0!important}.back-button{left:20px;top:20px}.back-button span{display:none}.language-selector{left:20px}.language-selector.with-back-button{left:100px}.info-button{right:20px;top:20px;font-size:16px}.language-button{font-size:16px}.content-card{margin-top:200px;padding:70px 30px 30px;border-radius:0}.content-card-2{margin-top:0}.restaurant-name{font-size:2rem}.action-buttons{gap:10px}.info-action-buttons{flex-direction:column;gap:10px}.info-action-buttons .btn{width:100%}.info-cards-container{gap:10px}.info-card{padding:14px 16px}.store-container{padding:0;align-items:flex-start}.store-container.hide-bg-mobile{background-color:#fff;min-height:100vh}.background-image{height:200px;min-height:unset}.promotion-section{margin:-70px -30px 40px;padding-top:70px;border-radius:0}}.skeleton-container{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;margin-top:-84px}.skeleton-logo{width:120px;height:120px;border-radius:50%;background:#e0e0e0;margin-bottom:10px;margin-top:-60px}.skeleton-title{width:60%;height:32px;background:#e0e0e0;border-radius:8px;margin:20px 0 8px}.skeleton-subtitle{width:40%;height:16px;background:#e0e0e0;border-radius:8px;margin-bottom:12px}.skeleton-description{width:85%;height:16px;background:#e0e0e0;border-radius:8px;margin-bottom:24px}.skeleton-contact-icons{display:flex;gap:15px;margin:20px 0}.skeleton-icon{width:40px;height:40px;border-radius:50%;background:#e0e0e0}.skeleton-buttons{display:flex;flex-direction:column;gap:12px;width:100%;margin:20px 0}.skeleton-button{width:100%;height:48px;background:#e0e0e0;border-radius:26px}.skeleton-info-box{width:100%;display:flex;flex-direction:column;gap:14px;margin:24px 0 20px;padding:18px 20px;background-color:#f5f5f5;border-radius:12px}.skeleton-info-item{width:100%;height:22px;background:#e0e0e0;border-radius:4px}.skeleton-status{width:100%;height:36px;background:#e0e0e0;border-radius:30px;margin-top:2px}.skeleton-social{width:100%;display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:20px}.skeleton-social-title{width:50%;height:20px;background:#e0e0e0;border-radius:8px}.skeleton-social-icons{display:flex;gap:15px}.skeleton-social-icon{width:30px;height:30px;border-radius:50%;background:#e0e0e0}.skeleton-linkphop{width:180px;height:36px;background:#e0e0e0;border-radius:20px;margin-top:20px}.skeleton-promotion-title{width:70%;height:28px;background:#e0e0e0;border-radius:8px;margin-bottom:10px}.skeleton-promotion-subtitle{width:50%;height:20px;background:#e0e0e0;border-radius:8px;margin-bottom:20px}.shimmer{position:relative;overflow:hidden;background:#e0e0e0}.shimmer:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}
