.restaurant-store-information-section{padding:60px 20px;background-color:#fff;max-width:100%;overflow:hidden}.page-width{max-width:var(--restaurant-container-max-width);margin:0 auto;padding:0 var(--restaurant-container-padding)}.restaurant-store-information-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch;max-width:100%;margin-bottom:40px}.store-image-column{padding-right:20px;box-sizing:border-box;display:flex;flex-direction:column}.store-image-container{width:100%;height:100%;min-height:350px;overflow:hidden;border-radius:var(--restaurant-radius-lg);box-shadow:var(--restaurant-shadow-soft);border:1px solid var(--restaurant-color-border-soft);flex:1}.store-image{width:100%;height:100%;object-fit:cover;transition:transform var(--restaurant-transition-base)}.store-image:hover{transform:scale(1.03)}.store-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--restaurant-color-bg-secondary);border-radius:var(--restaurant-radius-lg);color:var(--restaurant-color-text-secondary)}.placeholder-icon{font-size:48px;margin-bottom:12px}.store-image-placeholder p{margin:0;font-size:16px;font-weight:500}.store-info-column{padding-left:20px;box-sizing:border-box;display:flex;flex-direction:column}.section-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.section-title{font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px;word-wrap:break-word;border-bottom:none;text-decoration:none}.restaurant-store-information-section .section-title:after{display:none}.section-description{font-size:15px;line-height:1.6;margin-bottom:20px;word-wrap:break-word}.hours-container{background-color:#fff;border-radius:var(--restaurant-radius-lg);padding:24px;box-shadow:var(--restaurant-shadow-soft);border:1px solid var(--restaurant-color-border-soft);transition:all var(--restaurant-transition-base);flex:1;box-sizing:border-box;word-wrap:break-word;display:flex;flex-direction:column;-webkit-backdrop-filter:var(--restaurant-glass-blur);backdrop-filter:var(--restaurant-glass-blur)}.hours-container:hover{transform:translateY(-5px);box-shadow:var(--restaurant-shadow-soft-lg);border-color:var(--restaurant-color-border-light)}.hours-title{font-size:18px;font-weight:600;margin-bottom:16px;text-align:center}.hours-list{display:flex;flex-direction:column;gap:8px;flex:1}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--restaurant-color-border-soft);transition:all .2s ease}.hours-item:last-child{border-bottom:none}.hours-item:hover{padding-left:8px}.day{font-size:15px;font-weight:600;color:var(--restaurant-color-text-primary)}.time{font-size:15px;font-weight:500;color:var(--restaurant-color-text-secondary)}.time.closed{font-weight:600}.contact-location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;box-sizing:border-box}.info-card{background-color:#fff;border-radius:var(--restaurant-radius-lg);padding:24px;box-shadow:var(--restaurant-shadow-soft);border:1px solid var(--restaurant-color-border-soft);transition:all var(--restaurant-transition-base);height:100%;box-sizing:border-box;word-wrap:break-word;-webkit-backdrop-filter:var(--restaurant-glass-blur);backdrop-filter:var(--restaurant-glass-blur)}.info-card:hover{transform:translateY(-5px);box-shadow:var(--restaurant-shadow-soft-lg);border-color:var(--restaurant-color-border-light)}.info-icon{margin-bottom:12px;height:40px;display:flex;align-items:center;justify-content:center}.info-icon img{max-height:40px;width:auto}.icon-placeholder{font-size:32px;line-height:1}.info-title{font-size:18px;font-weight:600;margin-bottom:10px}.info-description{font-size:13px;line-height:1.5}.info-description p{margin:0 0 12px}.info-description p:last-child{margin-bottom:0}.info-button{display:inline-block;color:#fff;font-size:13px;font-weight:600;padding:10px 20px;border-radius:var(--restaurant-radius-md);text-decoration:none;transition:all var(--restaurant-transition-base);margin-top:12px;box-shadow:var(--restaurant-shadow-sm)}.info-button:hover{transform:translateY(-2px);box-shadow:var(--restaurant-shadow-md)}.info-link{color:var(--restaurant-color-text-secondary);text-decoration:none;transition:color var(--restaurant-transition-base)}.info-link:hover{color:var(--restaurant-color-primary)}@media screen and (min-width: 993px){.restaurant-store-information-section{padding:50px 20px}.restaurant-store-information-section .page-width{max-width:1100px}.restaurant-store-information-grid{gap:32px;margin-bottom:32px}.store-image-column{padding-right:16px}.store-image-container{min-height:280px}.store-info-column{padding-left:16px}.section-label{font-size:12px;margin-bottom:10px}.section-title{font-size:30px;margin-bottom:12px}.section-description{font-size:13px;line-height:1.5;margin-bottom:16px}.hours-container{padding:20px}.hours-title{font-size:16px;margin-bottom:12px}.hours-list{gap:6px}.hours-item{padding:6px 0}.day,.time{font-size:13px}.contact-location-grid{gap:16px}.info-card{padding:20px}.info-icon{height:36px;margin-bottom:10px}.info-icon img{max-height:36px}.icon-placeholder{font-size:28px}.info-title{font-size:16px;margin-bottom:8px}.info-description{font-size:12px;line-height:1.4}.info-description p{margin:0 0 10px}.info-button{font-size:12px;padding:8px 16px;margin-top:10px}.placeholder-icon{font-size:40px;margin-bottom:10px}.store-image-placeholder p{font-size:14px}}@media screen and (max-width: 1200px){.page-width{max-width:960px}.store-image-container{min-height:320px}}@media screen and (max-width: 992px){.restaurant-store-information-grid{grid-template-columns:1fr;gap:30px;margin-bottom:30px;align-items:start}.store-image-column{padding-right:0}.store-info-column{padding-left:0}.store-image-container{height:280px;min-height:auto;flex:none}.hours-container,.hours-list{flex:none}.section-title{font-size:32px}.contact-location-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media screen and (max-width: 768px){.restaurant-store-information-section{padding:40px 15px}.restaurant-store-information-grid{gap:25px;margin-bottom:25px}.store-image-container{height:220px}.section-title{font-size:28px}.contact-location-grid{grid-template-columns:1fr 1fr;gap:14px}.info-card{padding:20px}.info-icon{height:36px}.info-icon img{max-height:36px}.icon-placeholder{font-size:28px}.info-title{font-size:16px}.info-description{font-size:12px}.hours-container{padding:20px}.hours-title{font-size:16px}.hours-item{flex-direction:column;align-items:center;gap:4px}.hours-item:hover{padding-left:0}}@media screen and (max-width: 480px){.restaurant-store-information-section{padding:30px 15px}.restaurant-store-information-grid{gap:20px;margin-bottom:20px}.store-image-container{height:180px}.section-title{font-size:24px}.contact-location-grid{grid-template-columns:1fr}.hours-item{flex-direction:column;align-items:center;gap:4px}.hours-item:hover{padding-left:0}.placeholder-icon{font-size:32px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/restaurant-store-info.css.map */
