.store-offers {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 40px;
    padding-top: 70px;
}
.store-offers .store-offers__item {
    flex-basis: calc(33.3333% - 40px);
    overflow: hidden;
}

.store-offers .store-offers__item img {
    aspect-ratio: 1/1;
    margin: 0 20px;
    width: calc(100% - 40px) !important;
    box-shadow: 0 7px 12px 4px hsla(0,0%,42.7%,.17);
}
.store-offers__body {
    background: #e2b06f;
    padding: 40px 20px 20px 20px;
    margin-top: -50px;
    height: 100%;
    text-align: center;

}
.store-offers a:not(.btn-text-skin):hover {
    color: #222222 !important;
}
.store-offers__storename {
    background: #222222;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px 5px 15px;
    margin: 20px auto 0 auto;
    display: inline-block;
    font-size: 16px;
}
.store-offers__description {
    text-align: left;
    line-height: 1.5rem;
    padding-top: 20px;
    font-size: 16px;
}
.store-offers__title {
    text-transform: uppercase;
    font-family: objektiv-mk1,sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.store-offers__subtitle {
    color: white !important;
    margin-top:15px;
    font-family: objektiv-mk1,sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.single-store-logo {
    max-width: 100px;
    background: #fff;
    aspect-ratio: 1.2/1;
    position: absolute;
    top: 75px;
    border: 1px solid #f5f5f5;
    padding: 20px 15px;
    z-index: 9;
    left: 75px;
    margin-left: -50px;
    display: flex;
    align-items: center;
}
.store-logo-fallback {
    display: none;
}
.single-store-images img {
    width: 100%;
    object-fit: contain;
}

body.single-store .store-logo {
    max-width: 100px;
    background: #fff;
    aspect-ratio: 1.2/1;
    object-fit: contain;

    border: 1px solid #f5f5f5;
    padding: 20px 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}
body.single-store .store-logo.is-placeholder-logo {
    display: none;
}
.single-store-image .uncont {
    position:relative;
}

.single-store-details-col {
    padding-top: 34px !important;
}
.single-store-details-col h3,.single-store-details-col h4 {
    font-family: objektiv-mk1,sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.all-stores {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 48px;

}

.all-stores__item {
    /*width: calc(33.333% - 48px);
    flex-wrap: wrap;
    align-items: stretch;
    */
    display: block;
    background: #fff;
    position: relative;
    width: 100%;

}
.all-stores__item .exceptional-opening-hours {
    list-style-type: none !important;
    text-align: left;
}
.single-store-details-col .exceptional-opening-hours{
    list-style-type: none !important;
    padding-left: 0 !important;
}



body.single-store .wp-post-image {
    width: 100%;
}
.onepage-section .icon-box img {
    max-height: 120px;
    object-fit: contain;
}

.all-stores__item a {
    width: 100%;
}
.all-stores__body {
    text-align: center;
    position: relative;
    padding: 50px 20px 0;
    width: 100%;
    padding-bottom: 65px;

}
.all-stores__logo {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -61px;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #efefef;
    min-width: 112px;
    min-height: 112px;
}
.all-stores__logo img {
    max-width: 80px;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
}
.all-stores__image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}


.all-stores__name {

}
.all-stores__opening-hours {

}
.all-stores__exceptional {

}

.all-exceptional-hours__heading{
    font-size: clamp(24px, 5vw, 30px) !important;
    margin: 0 0 15px 0;
    font-family: objektiv-mk1,sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.togglebutton {
    margin-top: 15px;
    display: block;
}
.all-stores__meta {
    position: absolute;
    top: 0;
    left: 0;
    background: #e2b06f;
    color: #fff;
}
.all-stores__offers-label {
    padding: 10px;
}
.all-stores__links {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.all-stores__links a {
    color: #e2b06f;
    font-weight: 600;
}
.all-stores__name {
    margin-bottom: 20px;
}

.stores-filter {
    margin-bottom: 0 !important;
}
.stores-filter__btn.is-active {
    background: #222222 !important;
    color: #fff !important;
}

.stores-filter { display:flex; flex-wrap:wrap; gap:0.5em; margin:0 0 1.5em; }
.stores-filter__btn { padding:0.5em 1em; border:1px solid currentColor; background:transparent; cursor:pointer; font:inherit; border-radius:999px; margin-bottom: 10px;}
.stores-filter__btn.is-active { background:currentColor; color:#fff; }
.stores-filter__btn.is-active > * { color:#fff; }
[data-hyperin-stores-list] [data-fob].is-hidden { display:none !important; }



.menu-item-opening-hours .menu-opening-hours__panel {
    padding: 10px 20px 30px 20px;
}
.menu-item-opening-hours .menu-opening-hours__panel .button {
    background: #e2b06f;
    color: #fff !important;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.menu-light .menu-smart .menu-item-opening-hours a.button:not(.un-submenu *):hover {
    color: white !important;
}
.menu-item-opening-hours .menu-opening-hours__panel .normal-link {
    text-decoration: underline;
}

.c-button {
    padding: 10px 20px;
    background: #e2b06f;
    color:#fff;
}
.stores-az {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.stores-az__group { margin-bottom: 2rem; width: calc(33.333% - 40px); text-align: left; }
.stores-az__letter { font-size: 2.5rem; border-bottom: 2px solid currentColor; padding-bottom: 0.25rem; }
.stores-az__list { list-style: none !important; padding: 0 !important; margin: 1rem 0 0 !important;  }
.stores-az__link { display: block; padding: 0.25em 0; text-decoration: none; }
.stores-az__link:hover { text-decoration: underline; }

.gform_button {
    background: #e2b06f !important;
}

.icon-box-icon {
    max-width: 70px !important;
    max-height: 130px;
}
.icon-box-icon span {
    width: 100% !important;
}

.liikkeet-grid-section .tmb {
    background:#fff;
    padding: 20px;
}
@media (max-width: 1100px) {
    .store-offers .store-offers__item {
        flex-basis: calc(50% - 40px);
        overflow: hidden;
    }
    .all-stores {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 1024px) {
    .stores-az__group { width: calc(50% - 40px); }
}
@media (max-width: 768px) {
    .store-offers {
        gap: 70px;
        padding-top: 0;
    }
    .store-offers .store-offers__item {
        flex-basis: 100%;
        overflow: hidden;
    }
    .all-stores {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .stores-az__group { width:100%; }
    .liikkeet-grid-section .tmb {
        padding: 5px 10px;
    }

}

@media (max-width: 600px) {
    .stores-filter__btn {
        width: 100%;
    }
}
