.store-carousel-section{padding:0rem 2rem;background-color:#fff;max-width:1240px;margin:0 auto}.store-carousel-heading{text-align:center;margin-bottom:2rem}.store-carousel-container{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ccc #f5f5f5}.store-carousel-container::-webkit-scrollbar{height:8px}.store-carousel-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.store-carousel-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.store-carousel-container::-webkit-scrollbar-thumb:hover{background:#999}.store-carousel-slider{display:block;overflow:visible}.store-carousel-slider .slick-track{display:flex;gap:1.5rem}.store-carousel-slider .slick-slide{display:flex;height:auto;margin:0}.store-carousel-slider .slick-slide>div{width:100%}.store-card{flex:0 0 calc(33.333% - 1rem);min-width:300px;background:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000047;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.store-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.store-image{position:relative;width:100%;height:250px;overflow:hidden;background-color:#e8e8e8}.store-badge{position:absolute;top:12px;left:12px;z-index:1;padding:4px 10px;background-color:#000;color:#fff;font-size:12px;font-weight:600;line-height:1.4;border-radius:4px;text-transform:uppercase}.store-image img{width:100%;height:100%;object-fit:cover;display:block}.store-content{padding:1.5rem}.store-date{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.date-label{font-weight:600;color:#333}.date-value{color:#666}.store-title{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 .75rem}.store-description{font-size:.95rem;color:#666;margin:0 0 1rem;line-height:1.5}.store-hours{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#555;border-top:1px solid #e0e0e0;padding-top:1rem}.hours-label{font-weight:600}.hours-time{color:#333}.store-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease-out,visibility .3s ease-out}.store-modal.active{opacity:1;visibility:visible;pointer-events:auto}.store-modal-content{width:100%;max-width:1240px;background:#fff;border-radius:16px;max-height:80vh;overflow-y:auto;position:relative;margin:auto;transform:scale(.8);transition:transform .3s ease-out,opacity .3s ease-out}.store-modal.active .store-modal-content{transform:scale(1)}.store-modal-back{position:absolute;top:2.5rem;left:1.5rem;background:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.store-modal-back:hover{background:#f5f5f5;box-shadow:0 4px 12px #00000026}.store-modal-close{position:absolute;top:2.5rem;right:1.5rem;background:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.store-modal-close:hover{background:#f5f5f5;box-shadow:0 4px 12px #00000026}.store-modal-close svg{width:1.25rem;height:1.25rem;color:#333}.store-modal-back svg{width:1.25rem;height:1.25rem;color:#333}.store-modal-header-top{padding:3.5rem 1.5rem 2rem;text-align:center}.store-modal-title{font-size:1.75rem;font-weight:600;color:#333;margin:0;letter-spacing:-.5px}.store-modal-questions-item a{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .3s ease;cursor:pointer}@media only screen and (max-width:768px){.store-modal-title{width:60%;margin:0 auto}}.store-modal-header{padding:2rem 1.5rem 1rem;text-align:center}.store-modal-timing{font-size:.95rem;color:#666;margin:0}.store-modal-image{width:100%;height:300px;overflow:hidden;background-color:#e8e8e8}.store-modal-image img{width:100%;height:100%;object-fit:cover;display:block}.store-modal-body{padding:2rem 1.5rem}.store-modal-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8rem}.store-modal-section{margin-bottom:0}.store-modal-section h3{font-size:1rem;font-weight:600;color:#333;margin:0 0 1rem}.store-modal-section p{font-size:.9rem;color:#666;margin:0 0 1rem;line-height:1.6}.store-status{font-size:.9rem;font-weight:500;margin:.5rem 0 1rem;padding:.5rem 0}.store-status.open{color:#27ae60}.store-status.closed{color:#e74c3c}.directions-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:auto;text-decoration:none;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .3s ease;cursor:pointer}.directions-button:hover{background-color:#555;transform:translate(2px)}.directions-button svg{width:16px;height:16px;flex-shrink:0}.hours-list{display:flex;flex-direction:column;gap:.75rem}.hours-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.hours-row:last-child{border-bottom:none}.hours-row .day{font-size:.9rem;color:#333;font-weight:500}.hours-row .time{font-size:.9rem;color:#666;text-align:right}.store-carousel-slider .slick-prev,.store-carousel-slider .slick-next{position:absolute;top:50%;transform:translateY(-50%);z-index:1;background:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.store-carousel-slider .slick-prev:before,.store-carousel-slider .slick-dots button:before,.store-carousel-slider .slick-next:before{display:none}.store-carousel-slider .slick-prev:hover,.store-carousel-slider .slick-next:hover{background:#f5f5f5;box-shadow:0 4px 12px #00000026}.store-carousel-slider .slick-prev{left:-60px}.store-carousel-slider .slick-next{right:-60px}.store-carousel-slider .slick-prev svg,.store-carousel-slider .slick-next svg{width:20px;height:20px}.store-carousel-slider .slick-dots{position:relative;bottom:auto;margin-top:1.5rem;display:flex;justify-content:center;gap:.5rem;list-style:none;padding:0}.store-carousel-slider .slick-dots li{width:8px;height:8px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .3s ease}.store-carousel-slider .slick-dots li.slick-active{background:#333}@media(max-width:1024px){.store-card{flex:0 0 calc(50% - .75rem);min-width:280px}.store-modal-content{max-width:90%}.store-carousel-slider .slick-prev{left:-50px}.store-carousel-slider .slick-next{right:-50px}}@media(max-width:1024px){.store-modal-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.store-carousel-section{padding:0rem 1rem}.store-carousel-heading h2{font-size:1.5rem;font-weight:500}.store-card{flex:0 0 100%;min-width:100%}.store-modal-content{max-width:90%;border-radius:16px}.store-modal-image{height:250px}.store-modal-body{padding:1.5rem 1rem}.store-modal-grid{grid-template-columns:1fr;gap:1.5rem}.store-modal-section h3{font-size:.95rem}.store-modal-section p{font-size:.85rem}.store-carousel-slider .slick-prev{left:8px}.store-carousel-slider .slick-next{right:8px}}
/*# sourceMappingURL=/cdn/shop/t/132/assets/store-carousel-stylesheet.css.map */
