/** Shopify CDN: Minification failed

Line 10:17 Unexpected "{"
Line 10:26 Expected ":"
Line 10:33 Unexpected "{"
Line 11:17 Unexpected "{"
Line 11:26 Expected ":"

**/
#hours-location-{{ section.id }} { padding: 32px 0; }
#hours-location-{{ section.id }} .page-width { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

.hrsloc__header { text-align: center; margin-bottom: 50px; margin-top: 70px;}
.hrsloc__kicker { font-size: 32px; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin: 0 0 6px; }
.hrsloc__title { line-height: 1.1; margin: 0; }

.hrsloc__grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
@media (min-width: 992px){
    .hrsloc__grid { grid-template-columns: 40% 60%; gap: 32px; }
    .hrsloc__title { font-size: 65px; }
}
@media screen and (max-width: 991.99px) {
    .hrsloc__title { font-size: 40px; }
}

.hrsloc__store { font-size: 26px; margin: 0 0 12px; }

.hrsloc-acc { border-top: 1px solid rgba(0,0,0,.3); }
.hrsloc-acc:last-child { border-bottom: 1px solid rgba(0,0,0,.3); }
.hrsloc-acc[open] .hrsloc-acc__summary { border-bottom: 1px solid rgba(0,0,0,.3); }

.hrsloc-acc__summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    cursor: pointer;
    font-weight: 600;
}
.hrsloc-acc__summary::-webkit-details-marker { display: none; }

.hrsloc-acc__summary > span { font-size: 20px; }

.hrsloc-acc__chev { width: 20px; height: 20px; transition: transform .2s ease; }
details[open] .hrsloc-acc__chev { transform: rotate(180deg); }

.hrsloc-acc__content { padding: 14px 0 18px; }

.hrsloc__map iframe,
.hrsloc__map img { width: 100%; display: block; border: 0; }