#rezept-plz-container {
font-family: 'Montserrat', sans-serif;
background-color: #fff;
color: #b8356d;
margin: 0 auto;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 400px;
}
#rezept-plz-search-container {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 10px;
margin-bottom: 20px;
}
#rezept-plz-search-field {
flex: 1;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
}
#rezept-plz-search-button {
padding: 10px 20px;
font-size: 16px;
background-color: #b8356d;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
#rezept-plz-search-button:hover {
background-color: #b8356d;
}
#rezept-plz-results {
margin-top: 20px;
width: 100%;
text-align: center;
}
#rezept-plz-results div {
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ccc;
cursor: pointer;
background-color: white;
color: #b8356d;
}
#rezept-plz-results div.rezept-plz-featured {
background-color: #b8356d;
color: white;
}
.rezept-plz-details {
margin-top: 20px;
text-align: center;
width: 100%;
max-width: 400px;
background-color: #f9f9f9;
color: #b8356d;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
}
.rezept-plz-details h3 {
font-size: 24px;
color: #b8356d !important;
font-weight: bold;
margin-bottom: 10px;
}
.rezept-plz-details p {
font-size: 16px;
margin: 5px 0;
}
.rezept-plz-details .rezept-plz-button {
display: block;
margin: 10px 0;
padding: 12px;
font-size: 16px;
background-color: #b8356d;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
text-decoration: none;
width: 100%;
}
.rezept-plz-details .rezept-plz-button:hover {
background-color: #b8356d;
}
#rezept-plz-menu-search-button {
background-color: #b8356d;
border: none;
color: #fff;
border-radius: 3px;
}
.rezept-plz-details .rezept-plz-link {
margin-top: 10px;
display: block;
font-size: 16px;
text-decoration: none;
color: #b8356d;
}
.rezept-plz-details .rezept-plz-link:hover {
text-decoration: underline;
}
#rezept-plz-menu-search-field, #rezept-plz-search-field {
margin-bottom: 0px !important; 
}.storemap-store-detail {
max-width: 960px;
margin: 0 auto;
padding: 20px;
}
.storemap-breadcrumbs {
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
.storemap-breadcrumbs a {
color: #c60060;
text-decoration: none;
}
.storemap-breadcrumbs a:hover {
text-decoration: underline;
}
.storemap-breadcrumbs .separator {
margin: 0 6px;
color: #ccc;
}
.storemap-store-card {
background: #fff;
border-radius: 8px;
padding: 30px;
}
.storemap-store-title {
font-size: 28px;
margin: 0 0 10px;
color: #222;
}
.storemap-store-categories {
margin-bottom: 20px;
}
.storemap-badge {
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
color: #fff;
font-size: 12px;
font-weight: 600;
}
.storemap-store-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.storemap-info-section {
margin-bottom: 24px;
}
.storemap-info-section h2 {
font-size: 16px;
color: #444;
border-bottom: 2px solid #c60060;
padding-bottom: 6px;
margin-bottom: 12px;
}
.storemap-info-section address {
font-style: normal;
line-height: 1.6;
}
.storemap-info-section a {
color: #c60060;
text-decoration: none;
}
.storemap-info-section a:hover {
text-decoration: underline;
}
.storemap-hours-table {
width: 100%;
border-collapse: collapse;
}
.storemap-hours-table td {
padding: 4px 8px;
border-bottom: 1px solid #eee;
font-size: 14px;
}
.storemap-hours-table td:first-child {
font-weight: 600;
width: 40%;
}
.storemap-route-btn {
display: inline-block;
margin-top: 12px;
padding: 10px 20px;
background: #c60060;
color: #fff;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
transition: background 0.2s;
}
.storemap-route-btn:hover {
background: #a8004f;
color: #fff;
text-decoration: none;
}
.storemap-store-map {
border-radius: 8px;
overflow: hidden;
} .storemap-nearby {
margin-top: 40px;
}
.storemap-nearby h2 {
font-size: 20px;
margin-bottom: 16px;
}
.storemap-nearby-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 12px;
}
.storemap-nearby-item {
display: block;
padding: 16px;
background: #fff;
border-radius: 6px;
box-shadow: 0 1px 4px rgba(0,0,0,0.08);
text-decoration: none;
color: #222;
transition: box-shadow 0.2s;
}
.storemap-nearby-item:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.storemap-nearby-item strong {
display: block;
font-size: 15px;
margin-bottom: 4px;
}
.storemap-nearby-item span {
font-size: 13px;
color: #666;
} .storemap-city-page {
max-width: 960px;
margin: 0 auto;
padding: 20px;
scroll-behavior: smooth;
}
.storemap-city-page h1 {
font-size: 28px;
margin-bottom: 8px;
}
.storemap-city-count {
color: #666;
margin-bottom: 20px;
}
.storemap-city-map-section {
margin-bottom: 30px;
}
.storemap-store-list-item {
padding: 16px 0;
border-bottom: 1px solid #eee;
}
.storemap-store-list-item h2 {
font-size: 18px;
margin: 0 0 4px;
}
.storemap-store-list-item h2 a {
color: #222;
text-decoration: none;
}
.storemap-store-list-item h2 a:hover {
color: #c60060;
}
.storemap-store-address,
.storemap-store-phone {
font-size: 14px;
color: #666;
margin: 2px 0;
}
.storemap-store-phone a {
color: #c60060;
text-decoration: none;
} .storemap-city-index {
max-width: 960px;
margin: 0 auto;
padding: 20px;
}
.storemap-city-index h1 {
font-size: 28px;
margin-bottom: 8px;
}
.storemap-index-intro {
color: #666;
margin-bottom: 20px;
}
.storemap-letter-nav {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 24px;
padding: 12px;
background: #f8f8f8;
border-radius: 6px;
}
.storemap-letter-nav a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 4px;
background: #fff;
color: #c60060;
font-weight: 700;
text-decoration: none;
border: 1px solid #ddd;
transition: all 0.2s;
}
.storemap-letter-nav a:hover {
background: #c60060;
color: #fff;
border-color: #c60060;
}
.storemap-city-group {
margin-bottom: 24px;
}
.storemap-city-group h2 {
font-size: 22px;
border-bottom: 2px solid #c60060;
padding-bottom: 6px;
margin-bottom: 12px;
}
.storemap-city-list {
list-style: none;
padding: 0;
margin: 0;
columns: 3;
column-gap: 20px;
}
.storemap-city-list li {
padding: 4px 0;
break-inside: avoid;
}
.storemap-city-list a {
color: #222;
text-decoration: none;
}
.storemap-city-list a:hover {
color: #c60060;
}
.storemap-city-list .count {
color: #999;
font-size: 13px;
} .storemap-city-intro {
color: #444;
line-height: 1.7;
margin-bottom: 16px;
font-size: 15px;
} .storemap-store-list-header {
display: flex;
align-items: center;
gap: 10px;
}
.storemap-store-list-header h2 {
flex: 1;
min-width: 0;
} .storemap-store-hours-preview {
font-size: 12px;
color: #999;
margin: 2px 0 0;
} .storemap-open-status {
font-size: 11px;
font-weight: 700;
padding: 2px 8px;
border-radius: 10px;
white-space: nowrap;
flex-shrink: 0;
}
.storemap-status-open {
background: #e8f5e9;
color: #2e7d32;
}
.storemap-status-closed {
background: #fce4ec;
color: #c62828;
} .storemap-open-filter {
margin-bottom: 16px;
}
.storemap-toggle {
display: inline-flex;
align-items: center;
gap: 10px;
cursor: pointer;
font-size: 14px;
color: #444;
user-select: none;
}
.storemap-toggle input {
display: none;
}
.storemap-toggle-slider {
position: relative;
width: 40px;
height: 22px;
background: #ccc;
border-radius: 11px;
transition: background 0.2s;
flex-shrink: 0;
}
.storemap-toggle-slider::after {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
background: #fff;
border-radius: 50%;
transition: transform 0.2s;
}
.storemap-toggle input:checked + .storemap-toggle-slider {
background: #2e7d32;
}
.storemap-toggle input:checked + .storemap-toggle-slider::after {
transform: translateX(18px);
} .storemap-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
margin: 30px 0;
flex-wrap: wrap;
}
.storemap-page-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 10px;
border: 1px solid #ddd;
border-radius: 4px;
color: #222;
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: all 0.2s;
}
.storemap-page-link:hover {
border-color: #c60060;
color: #c60060;
text-decoration: none;
}
.storemap-page-current {
background: #c60060;
border-color: #c60060;
color: #fff;
}
.storemap-page-current:hover {
color: #fff;
}
.storemap-page-prev,
.storemap-page-next {
font-weight: 600;
}
.storemap-page-ellipsis {
padding: 0 6px;
color: #999;
} .storemap-faq-section {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #eee;
}
.storemap-faq-section > h2 {
font-size: 22px;
margin-bottom: 16px;
color: #222;
}
.storemap-faq-item {
border: 1px solid #eee;
border-radius: 6px;
margin-bottom: 8px;
overflow: hidden;
}
.storemap-faq-question {
padding: 16px 20px;
font-weight: 600;
font-size: 15px;
color: #222;
cursor: pointer;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
transition: background 0.2s;
}
.storemap-faq-question::-webkit-details-marker {
display: none;
}
.storemap-faq-question::after {
content: '+';
font-size: 20px;
font-weight: 400;
color: #c60060;
flex-shrink: 0;
margin-left: 12px;
transition: transform 0.2s;
}
.storemap-faq-item[open] .storemap-faq-question::after {
content: '-';
}
.storemap-faq-question:hover {
background: #fafafa;
}
.storemap-faq-answer {
padding: 0 20px 16px;
color: #555;
font-size: 14px;
line-height: 1.7;
} .storemap-nearby-cities {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #eee;
}
.storemap-nearby-cities > h2 {
font-size: 22px;
margin-bottom: 16px;
color: #222;
}
.storemap-nearby-cities-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 10px;
}
.storemap-nearby-city-item {
display: flex;
flex-direction: column;
padding: 14px 16px;
background: #fff;
border: 1px solid #eee;
border-radius: 6px;
text-decoration: none;
color: #222;
transition: all 0.2s;
}
.storemap-nearby-city-item:hover {
border-color: #c60060;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
text-decoration: none;
}
.storemap-nearby-city-item strong {
font-size: 15px;
margin-bottom: 2px;
}
.storemap-nearby-city-item span {
font-size: 13px;
color: #666;
}
.storemap-nearby-distance {
color: #c60060 !important;
font-weight: 600;
font-size: 12px !important;
} @media (max-width: 768px) {
.storemap-store-content {
grid-template-columns: 1fr;
}
.storemap-city-list {
columns: 2;
}
.storemap-city-page h1 {
font-size: 24px;
}
.storemap-nearby-cities-grid {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.storemap-city-map-section {
margin-left: -20px;
margin-right: -20px;
}
}
@media (max-width: 480px) {
.storemap-city-list {
columns: 1;
}
.storemap-store-title {
font-size: 22px;
}
.storemap-city-page h1 {
font-size: 20px;
}
.storemap-city-intro {
font-size: 14px;
}
.storemap-store-list-item {
padding: 20px 0;
}
.storemap-faq-question {
padding: 14px 16px;
font-size: 14px;
}
.storemap-faq-answer {
padding: 0 16px 14px;
font-size: 13px;
}
.storemap-nearby-cities-grid {
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.storemap-nearby-city-item {
padding: 12px;
}
.storemap-page-link {
min-width: 32px;
height: 32px;
font-size: 13px;
}
} .storemap-city-group[id] {
scroll-margin-top: 80px;
}  .storemap-store-detail .storemap-hours-table,
.storemap-store-detail .storemap-hours-table tr,
.storemap-store-detail .storemap-hours-table td {
border: none !important;
background: transparent !important;
box-shadow: none !important;
padding: 6px 10px !important;
font-size: 14px !important;
vertical-align: top !important;
}
.storemap-store-detail .storemap-hours-table tr:nth-child(even) {
background: #fafafa !important;
}
.storemap-store-detail .storemap-hours-table td:first-child {
font-weight: 600 !important;
color: var(--sm-text, #333) !important;
width: 40% !important;
}
.storemap-store-detail .storemap-hours-table td:last-child {
color: var(--sm-text-light, #666) !important;
} #top #main .storemap-store-detail .storemap-info-section a.storemap-route-btn,
#top .storemap-store-detail .storemap-info-section a.storemap-route-btn,
#top .storemap-store-detail a.storemap-route-btn,
.storemap-store-detail a.storemap-route-btn,
a.storemap-route-btn {
display: inline-block !important;
background-color: #c60060 !important;
color: #fff !important;
padding: 12px 24px !important;
border-radius: 6px !important;
text-decoration: none !important;
font-weight: 600 !important;
font-size: 15px !important;
border: none !important;
box-shadow: none !important;
line-height: normal !important;
margin-top: 12px !important;
text-transform: none !important;
letter-spacing: normal !important;
}
#top #main .storemap-store-detail .storemap-info-section a.storemap-route-btn:hover,
#top .storemap-store-detail a.storemap-route-btn:hover,
a.storemap-route-btn:hover {
background-color: #a8004f !important;
color: #fff !important;
text-decoration: none !important;
} #top .storemap-store-detail .storemap-info-section a,
.storemap-store-detail .storemap-info-section a {
color: #c60060 !important;
text-decoration: none !important;
font-weight: normal !important;
}
#top .storemap-store-detail .storemap-info-section a:hover,
.storemap-store-detail .storemap-info-section a:hover {
text-decoration: underline !important;
} #top .storemap-store-detail .storemap-info-section h2,
.storemap-store-detail .storemap-info-section h2 {
font-size: 16px !important;
color: #444 !important;
border-bottom: 2px solid #c60060 !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
padding: 0 0 6px 0 !important;
margin: 0 0 12px 0 !important;
text-transform: none !important;
letter-spacing: normal !important;
background: transparent !important;
} #top .storemap-store-detail .storemap-store-card,
.storemap-store-detail .storemap-store-card {
background: #fff !important;
border-radius: 8px !important;
padding: 30px !important;
box-shadow: none !important;
border: none !important;
} .storemap-store-detail address,
.storemap-store-detail address p {
font-style: normal !important;
line-height: 1.6 !important;
margin-bottom: 4px !important;
} #top .storemap-store-detail .storemap-nearby-item,
.storemap-store-detail .storemap-nearby-item {
display: block !important;
padding: 16px !important;
background: #fff !important;
border-radius: 6px !important;
box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
text-decoration: none !important;
color: #222 !important;
border: none !important;
}
#top .storemap-store-detail .storemap-nearby-item:hover,
.storemap-store-detail .storemap-nearby-item:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
text-decoration: none !important;
} #top .storemap-store-detail .storemap-breadcrumbs a,
.storemap-store-detail .storemap-breadcrumbs a {
color: #c60060 !important;
font-weight: normal !important;
} #top .storemap-store-detail .storemap-badge,
.storemap-store-detail .storemap-badge,
.storemap-badge {
display: inline-block !important;
background-color: #c60060 !important;
color: #fff !important;
padding: 4px 12px !important;
border-radius: 20px !important;
font-size: 12px !important;
font-weight: 600 !important;
border: none !important;
}  .storemap-store-title-row {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.storemap-store-title-row .storemap-store-title {
flex: 1;
min-width: 0;
} .storemap-address-actions {
display: flex;
align-items: center;
gap: 10px;
margin-top: 12px;
flex-wrap: wrap;
} .storemap-copy-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 16px;
background: #f5f5f5;
color: #444;
border: 1px solid #ddd;
border-radius: 6px;
cursor: pointer;
font-size: 13px;
font-weight: 500;
transition: all 0.2s;
}
.storemap-copy-btn:hover {
background: #eee;
border-color: #c60060;
color: #c60060;
}
.storemap-copy-btn svg {
flex-shrink: 0;
} #top .storemap-store-detail .storemap-copy-btn,
.storemap-store-detail .storemap-copy-btn {
display: inline-flex !important;
background: #f5f5f5 !important;
color: #444 !important;
border: 1px solid #ddd !important;
border-radius: 6px !important;
padding: 10px 16px !important;
font-size: 13px !important;
cursor: pointer !important;
}
#top .storemap-store-detail .storemap-copy-btn:hover,
.storemap-store-detail .storemap-copy-btn:hover {
border-color: #c60060 !important;
color: #c60060 !important;
} .storemap-city-link-section {
margin-top: 24px;
text-align: center;
}
.storemap-city-link-btn {
display: inline-block;
padding: 12px 28px;
background: #fff;
color: #c60060;
border: 2px solid #c60060;
border-radius: 6px;
font-weight: 600;
font-size: 15px;
text-decoration: none;
transition: all 0.2s;
}
.storemap-city-link-btn:hover {
background: #c60060;
color: #fff;
text-decoration: none;
} #top .storemap-store-detail .storemap-city-link-btn,
.storemap-store-detail .storemap-city-link-btn {
color: #c60060 !important;
border: 2px solid #c60060 !important;
text-decoration: none !important;
}
#top .storemap-store-detail .storemap-city-link-btn:hover,
.storemap-store-detail .storemap-city-link-btn:hover {
background: #c60060 !important;
color: #fff !important;
} .storemap-hours-today td {
background: #fef0f5 !important;
color: #c60060 !important;
font-weight: 600 !important;
} .storemap-city-search {
margin-bottom: 16px;
}
.storemap-city-search input {
width: 100%;
max-width: 400px;
padding: 12px 16px;
border: 2px solid #ddd;
border-radius: 6px;
font-size: 16px;
outline: none;
transition: border-color 0.2s;
}
.storemap-city-search input:focus {
border-color: #c60060;
}
.storemap-search-count {
font-size: 14px;
color: #666;
margin-bottom: 12px;
} .storemap-letter-nav {
position: sticky;
top: 0;
z-index: 10;
} .storemap-map-controls-row3 {
padding: 8px 20px;
background: #fff;
border-bottom: 1px solid #e0e0e0;
}
.storemap-map-open-toggle .storemap-toggle-label {
font-size: 13px;
} @media (max-width: 600px) {
.storemap-store-card {
padding: 16px !important;
}
.storemap-store-title {
font-size: 20px;
}
.storemap-info-section h2 {
font-size: 15px !important;
}
.storemap-city-search input {
max-width: 100%;
}
.storemap-letter-nav {
overflow-x: auto;
flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
gap: 4px;
padding: 10px;
}
.storemap-letter-nav a {
flex-shrink: 0;
}
.storemap-city-link-btn {
display: block;
text-align: center;
}
.storemap-address-actions {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 375px) {
.storemap-store-title {
font-size: 18px;
}
.storemap-store-list-item h2 {
font-size: 16px;
}
.storemap-store-list-header {
flex-direction: column;
align-items: flex-start;
gap: 4px;
}
.storemap-nearby-cities-grid {
grid-template-columns: 1fr;
}
.storemap-page-link {
min-width: 28px;
height: 28px;
font-size: 12px;
padding: 0 6px;
}
} .storemap-notdienst-page {
max-width: 960px;
margin: 0 auto;
padding: 20px;
}
.storemap-notdienst-page h1 {
font-size: 28px;
margin-bottom: 20px;
color: #222;
}
.storemap-notdienst-hero {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
background: #fef0f5;
border: 2px solid #c60060;
border-radius: 12px;
padding: 24px 30px;
margin-bottom: 32px;
flex-wrap: wrap;
}
.storemap-notdienst-hotline {
display: flex;
align-items: center;
gap: 16px;
}
.storemap-notdienst-icon {
font-size: 36px;
color: #c60060;
flex-shrink: 0;
}
.storemap-notdienst-hotline strong {
display: block;
font-size: 14px;
color: #666;
margin-bottom: 2px;
}
.storemap-notdienst-number {
display: block;
font-size: 28px;
font-weight: 700;
color: #c60060;
text-decoration: none;
letter-spacing: 1px;
}
.storemap-notdienst-number:hover {
text-decoration: underline;
}
.storemap-notdienst-hint {
display: block;
font-size: 12px;
color: #999;
margin-top: 2px;
}
.storemap-notdienst-cta {
display: inline-block;
padding: 14px 28px;
background: #c60060;
color: #fff;
border-radius: 8px;
font-weight: 700;
font-size: 16px;
text-decoration: none;
transition: background 0.2s;
white-space: nowrap;
flex-shrink: 0;
}
.storemap-notdienst-cta:hover {
background: #a8004f;
color: #fff;
text-decoration: none;
}
.storemap-notdienst-content {
line-height: 1.7;
color: #444;
}
.storemap-notdienst-section {
margin-bottom: 32px;
}
.storemap-notdienst-section h2 {
font-size: 20px;
color: #222;
border-bottom: 2px solid #c60060;
padding-bottom: 6px;
margin-bottom: 14px;
}
.storemap-notdienst-section a {
color: #c60060;
text-decoration: none;
}
.storemap-notdienst-section a:hover {
text-decoration: underline;
}
.storemap-notdienst-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.storemap-notdienst-card {
background: #f9f9f9;
border-radius: 8px;
padding: 20px;
border-left: 4px solid #c60060;
}
.storemap-notdienst-card strong {
display: block;
font-size: 15px;
color: #222;
margin-bottom: 6px;
}
.storemap-notdienst-card p {
font-size: 14px;
color: #555;
margin: 0;
line-height: 1.6;
} .storemap-cannabis-links {
font-size: 14px;
color: #666;
margin-top: 8px;
}
.storemap-cannabis-links a {
color: #c60060;
text-decoration: none;
}
.storemap-cannabis-links a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.storemap-notdienst-hero {
flex-direction: column;
text-align: center;
padding: 20px;
}
.storemap-notdienst-hotline {
flex-direction: column;
gap: 8px;
}
.storemap-notdienst-number {
font-size: 24px;
}
.storemap-notdienst-grid {
grid-template-columns: 1fr;
}
} #top .storemap-cross-footer a.storemap-cross-link,
.storemap-cross-footer a.storemap-cross-link {
color: #c60060 !important;
text-decoration: none !important;
font-weight: normal !important;
}
#top .storemap-cross-footer a.storemap-cross-link:hover,
.storemap-cross-footer a.storemap-cross-link:hover {
text-decoration: underline !important;
} @media print { header, footer, nav, .site-header, .site-footer,
#header, #footer, .main-nav, .sidebar,
.storemap-breadcrumbs, .storemap-route-btn, .storemap-copy-btn,
.storemap-nearby, .storemap-faq-section,
.storemap-city-link-section, .storemap-open-filter,
.storemap-pagination, .storemap-nearby-cities,
.storemap-cross-footer,
.storemap-map-controls, .storemap-map-controls-row3,
#wpadminbar, .av-main-nav-wrap, #av-burger-menu-ul,
.avia-footer, #socket, .avia_mobile_menu_toggle {
display: none !important;
} .storemap-store-detail,
.storemap-city-page,
.storemap-city-index {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
.storemap-store-card {
border: none !important;
padding: 0 !important;
}
.storemap-store-content {
grid-template-columns: 1fr !important;
} .storemap-hours-table {
page-break-inside: avoid;
} .storemap-store-map {
height: 200px !important;
page-break-inside: avoid;
} .storemap-store-detail a[href^="tel:"]::after {
content: none;
} .storemap-hours-today td {
background: #f0f0f0 !important;
color: #000 !important;
}
.storemap-badge {
background: #eee !important;
color: #333 !important;
}
body {
font-size: 12pt;
color: #000;
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.crp_related.crp-grid{--crp-gap:1.25rem;--crp-border-radius:0.5rem;--crp-transition:0.2s ease;--crp-focus-color:#0073aa;--crp-hover-shadow:0 4px 12px rgba(0, 0, 0, 0.1);--crp-grid-column-min:150px;--crp-grid-card-min-height:230px;--crp-grid-thumb-aspect-ratio:1;--crp-grid-title-line-clamp:3;--crp-grid-title-line-height:1.2em;clear:both;margin:1.25rem auto;contain:layout}.crp_related.crp-grid figure,.crp_related.crp-grid h3{margin:0}.crp_related.crp-grid ul{display:grid;gap:var(--crp-gap);margin:0;padding:0;list-style:none;justify-items:stretch;grid-template-columns:repeat(auto-fill,minmax(var(--crp-grid-column-min),1fr))}.crp_related.crp-grid ul li{display:flex;flex-direction:column;text-align:left;word-break:break-word;container-type:inline-size;min-height:var(--crp-grid-card-min-height)}.crp_related.crp-grid ul li a.crp_link{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;padding:.5rem;border-radius:var(--crp-border-radius);text-decoration:none;transition:transform var(--crp-transition),box-shadow var(--crp-transition);will-change:transform}.crp_related.crp-grid ul li a.crp_link:hover{transform:translateY(-4px);box-shadow:var(--crp-hover-shadow)}.crp_related.crp-grid a:focus-visible{outline:2px solid var(--crp-focus-color);outline-offset:2px;border-radius:var(--crp-border-radius)}.crp_related.crp-grid .crp_thumb{display:block;margin:0 auto .75rem;width:100%}.crp_related.crp-grid ul li img{width:100%;height:auto;display:block;border-radius:calc(var(--crp-border-radius) * .75);object-fit:cover;object-position:center;aspect-ratio:var(--crp-grid-thumb-aspect-ratio)}.crp_related.crp-grid .crp_title{display:block;margin:.5rem 0;font-weight:600;line-height:var(--crp-grid-title-line-height);overflow:hidden;display:-webkit-box;line-clamp:var(--crp-grid-title-line-clamp);-webkit-line-clamp:var(--crp-grid-title-line-clamp);-webkit-box-orient:vertical;max-height:calc(var(--crp-grid-title-line-height) * var(--crp-grid-title-line-clamp))}.crp_author,.crp_date,.crp_excerpt{display:block;font-size:.875em;opacity:.8;margin-top:.25rem;line-height:1.4}.crp_clear{clear:both}@container (min-width:320px){.crp_related.crp-grid ul li a.crp_link{padding:clamp(.5rem,2cqi,1rem)}}@media (prefers-color-scheme:dark){.crp_related.crp-grid{--crp-focus-color:#4a9eff;--crp-hover-shadow:0 4px 12px rgba(255, 255, 255, 0.1)}}@media (prefers-reduced-motion:reduce){.crp_related.crp-grid ul li a.crp_link{will-change:auto}.crp_related.crp-grid ul li a.crp_link:hover{transform:none}}