@font-face{
    font-family:'Apfel Regular';
    src:url('../fonts/apfel-grotezk-latin-400-normal.woff2') format('woff2'),url('../fonts/apfel-grotezk-latin-400-normal.woff') format('woff'),url('../fonts/apfel-grotezk-latin-400-normal.ttf') format('truetype')
}

@font-face{
    font-family:'Apfel Bold';
    src:url('../fonts/apfel-grotezk-latin-700-normal.woff2') format('woff2'),url('../fonts/apfel-grotezk-latin-700-normal.woff') format('woff'),url('../fonts/apfel-grotezk-latin-700-normal.ttf') format('truetype')
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0 0 clamp(0.5rem, -0.2382rem + 3.0287vw, 4rem) 0;
    background: #000;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 0.3672rem + 2.596vw, 4rem);

}

.is-visible-cookie-banner #CookieBannerNotice {
    font-family: 'Apfel Regular';
}

#CookieBanner .cookiebanner__main__title {
    padding-top: 20px;
}

.socialmedia {
    position: fixed;
    z-index: 5;
    border-radius: 64px;
    /*border: 0.333px solid #D1D1D1;*/
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(162deg, rgba(64,64,64,1) 0%, rgba(5,5,5,1) 100%);
    padding: clamp(0.5rem, 0.3945rem + 0.4327vw, 1rem) clamp(0.75rem, 0.5918rem + 0.649vw, 1.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-direction: row;
    right: clamp(0.5rem, -0.2382rem + 3.0287vw, 4rem);
    bottom: clamp(0.5rem, 0.2891rem + 0.8653vw, 1.5rem);
}

.socialmedia a:nth-child(1) svg {
    width: clamp(1.09375rem, 0.8631rem + 0.9465vw, 2.1875rem);
    display: block;
    margin: auto;
}

.socialmedia a:nth-child(2) svg {
    width: clamp(1rem, 0.7891rem + 0.8653vw, 2rem);
    display: block;
    margin: auto;
}

header, section, footer {
    max-width: 2239px;
    width: 100%;
    margin: auto;
}

/* Header */
.header__container {
    padding: 0 0 clamp(1rem, 0.3672rem + 2.596vw, 4rem) 0;
    position: relative;
    min-height: 50vh;
}

.header {
    display: block;
    width: 100%;
    margin: auto;
}

.header__container-logo {
    position: absolute;
    z-index: 1;
    top: clamp(-2.5rem, -6.9444rem + 9.2593vw, 0rem);
    left: 21px;
    max-width: clamp(11.25rem, 9.1935rem + 8.437vw, 21rem);
    width: 100%;
    filter: drop-shadow(0px 2px 2px #fff);
}

.header__container-text {
    position: absolute;
    z-index: 1;
    bottom: clamp(4rem, 1.6403rem + 9.6809vw, 15.1875rem);
    left: clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem)
}

.header__container-text h1 {
    color: #FFF;
    font-family: 'Apfel Bold';
    font-size: clamp(3rem, 1.9454rem + 4.3267vw, 8rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.header__container-text h1 sup {
    font-weight: 400;
    font-family: 'Apfel Regular';
    font-size: 70px;
}

.header__container-text h2 {
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: auto;
}

.header__container-btns {
    display: flex;
    flex-direction: row;
    gap: clamp(1rem, 0.7363rem + 1.0817vw, 2.25rem);
    padding: clamp(1rem, 0.6572rem + 1.4062vw, 2.625rem) 0 0 0;
}

.btn-choose {
    border-radius: 64px;
    background: #A335E7;
    padding: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem) 36px;
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: clamp(1.25rem, 1.0918rem + 0.649vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    margin: auto;
}

.btn-news {
    border-radius: 64px;
    background: #D1E048;
    padding: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem) 36px;
    color: #222;
    font-family: 'Apfel Regular';
    font-size: clamp(1.25rem, 1.0918rem + 0.649vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    margin: auto;
}

@media screen and (min-width: 769px) {
    .mobile {
        display: none!important;
    }
}
/* Header */


/* Products */

.profile:hover {   transform: scale(1.2); 
    transition: all .2s ease-in-out;
}

.products__container {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    padding: clamp(4rem, 3.8945rem + 0.4327vw, 4.5rem) 0;
    margin: 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
    border-radius: clamp(1rem, 0.3672rem + 2.596vw, 4rem);
    /*border: 1px solid #FFF;*/
    background: linear-gradient(162deg, rgba(64,64,64,1) 0%, rgba(5,5,5,1) 100%);
}

.products__container-title {
    padding: 0;
    max-width: clamp(24.375rem, 16.8608rem + 30.8275vw, 60rem);
    width: 100%;
    margin: auto;
}

.products__container-title h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    padding: 0 24px;
}

.products__container-title h3 {
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.7363rem + 1.0817vw, 2.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 0 24px;
}

.products__container-title h3:nth-child(2) {
    margin: 24px auto 0 auto;
    color: #D6D6D6;
}

.products__container-title h3:nth-child(3) {
    margin: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem) auto 0 auto;
    color: #FFF;
}

.products__container-filter {
    position: relative;
    margin: 0 24px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.product__container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding: 64px 0px;
    gap: 36px;
    border-radius: 48px;
    /*border: 1px solid #FFF;*/
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(162deg, rgba(95,95,95,1) 0%, rgba(35,35,35,1) 100%);
    height: clamp(22.5rem, 18.9406rem + 14.6025vw, 39.375rem);
}

.product__container img {
    display: block;
    max-width: clamp(10.0625rem, 8.2301rem + 7.5176vw, 18.75rem);
    width: 100%;
    height: auto;
}

.product__container-text {
    padding: 0 clamp(1.5rem, 1.3418rem + 0.649vw, 2.25rem);
}

.product__container-text h4 {
    margin: auto;
    color: #FFF;
    font-family: 'Apfel Bold';
    font-size: clamp(1.5rem, 1.1836rem + 1.298vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.product__container-text p {
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.products__container-all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products__container-all p {
    color: #222;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: auto;
    text-align: center;
    border-radius: 64px;
    background: #D1E048;
    padding: 12px clamp(1.5rem, 1.3418rem + 0.649vw, 2.25rem);
    cursor: pointer;
}

.pets {
    background-size: contain;
}

.filter__products-set {
    padding: clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -0.9501rem + 5.9492vw, 7.375rem);
    margin:  clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem) 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
    border-radius: 24px;
    /*border: 1px solid #FFF;*/
    background: linear-gradient(136deg, rgba(63,63,63,1) 0%, rgba(15,14,14,0.90) 100%)
}

.set__header {
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.set__header img {
    display: block;
    width: 64px;
    height: 64px;
}

.set__header p {
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: clamp(1.5rem, 1.3945rem + 0.4327vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: auto 0;
}

.set__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.set__content img {
    display: block;
    max-width: 1325px;
    width: 100%;
    margin: 24px auto;
}

.set__content h4 {
    color: #FFF;
    font-family: 'Apfel Bold';
    font-size: clamp(1.5rem, 1.1836rem + 1.298vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}

.set__content p {
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 16px auto clamp(1.5rem, 1.3945rem + 0.4327vw, 2rem) auto;
    max-width: clamp(21.375rem, 18.4616rem + 11.9524vw, 35.1875rem);
    width: 100%;
}

.set__content a {
    color: #D1E048;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.7363rem + 1.0817vw, 2.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    margin: auto;
}

.filter__products {
    margin: clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem) 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem);
}

.filter__products-element {
    border-radius: 24px;
    background: linear-gradient(162deg, rgba(64,64,64,1) 0%, rgba(5,5,5,0.75) 100%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 1 25%;
}

.element-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 24px 0 24px;
}

.element-header img {
    display: block;
    width: 56px;
    height: 56px;
}

.element-header p {
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.7891rem + 0.8653vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: auto 0;
}

.element-details {
    display: flex;
    flex-direction: column;
    gap: clamp(2.25rem, 1.5381rem + 2.9205vw, 5.625rem);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(162deg, rgba(99,99,99,1) 0%, rgba(22,22,22,0.5) 100%);
    justify-content: center;
    align-items: center;
    padding: 36px 16px;
    margin: 0 8px 8px 8px;
    position: relative;
}


.element-details p:nth-child(1) {
    color: #222;
    font-family: 'Apfel Regular';
    font-size: clamp(0.75rem, 0.5918rem + 0.649vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 16px;
    border-radius: 64px;
    background: #FFF;
    margin: auto;
}

.element-details p:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #222;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 24px;
    border-radius: 64px;
    background: #E9FF20;
    margin: auto;
}

.element-details img {
    display: block;
    max-width: clamp(17.9375rem, 15.9205rem + 8.2747vw, 27.5rem);
    width: 100%;
}

.tooltip-trigger {
    position: relative;
    cursor: pointer;
}

.tooltip {
    display: none;
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border-radius: 5px;
    bottom: clamp(6.25rem, 6.0523rem + 0.8112vw, 7.1875rem);
    z-index: 1;
    max-width: 200px;
    width: 100%;
}

.tooltip::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.tooltip ul {
    font-family: 'Apfel Regular';
    font-weight: 400;
    line-height: 100%;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
}

.tooltip h4 {
    font-family: 'Apfel Regular';
    font-weight: 400;
    line-height: 100%;
    font-size: 16px;
}

.hide {
    animation: hide .3s ease 0s 1 normal forwards;
    transform-origin: center;
    display: none;
}

.show {
    animation: show .3s ease 0s 1 normal forwards;    
    transform-origin: center;
}
  
@keyframes hide {
    0%{
      transform: scale(1);        
    }
    100% {
      transform: scale(0);        
      width: 0;
      height: 0;
      margin: 0;
    }
}

@keyframes show {
    0%{
      transform: scale(0);     
      width: 0;
      height: 0;
      margin: 0;   
    }
    100% {
      transform: scale(1);    
    }
}
/* Products */


/* Marquee */
.marquee__container {
    padding: 0;
    margin: clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem) 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 270px;
    overflow-x: hidden;
}
  
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

.content {
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: 248px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -4.96px;
    text-transform: uppercase;
}
  
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
/* Marquee */


/* Anthem */
.anthem__container {
    padding: clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -0.9501rem + 5.9492vw, 7.375rem);
    margin: 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
    border-radius: clamp(1rem, 0.3672rem + 2.596vw, 4rem);
    /*border: 1px solid #FFF;*/
    border: 1px solid rgba(255, 255, 255, 0.50);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.anthem__container h2 {
    color: #FFF;
    font-family: 'Apfel Bold';
    font-size: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin: 0 auto;
    max-width: 1146px;
    width: 100%;
}

.anthem__container h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.7363rem + 1.0817vw, 2.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin: clamp(0.5rem, 0.3418rem + 0.649vw, 1.25rem) auto 0 auto;
    max-width: clamp(24.375rem, 14.3561rem + 41.1033vw, 71.875rem);
    width: 100%;
}

.anthem__container-player {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: clamp(1.125rem, 0.5977rem + 2.1633vw, 3.625rem) 0 0 0;
}

.player {
    display: flex;
    flex-direction: row;
    border-radius: 42.667px;
    background: #FFF;
    padding: clamp(0.125rem, 0.0986rem + 0.1082vw, 0.25rem) clamp(0.125rem, 0.0986rem + 0.1082vw, 0.25rem) clamp(0.125rem, 0.0986rem + 0.1082vw, 0.25rem) clamp(0.8125rem, 0.6675rem + 0.5949vw, 1.5rem);
    gap: 4px;
}

.player p {
    padding: 0 12px 0 0;
    color: #000;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(0.8125rem, 0.6675rem + 0.5949vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: auto;
}

.play-btn, .stop-btn {
    width: clamp(2rem, 1.6572rem + 1.4062vw, 3.625rem);
    height: clamp(2rem, 1.6572rem + 1.4062vw, 3.625rem);
    border-radius: 42.667px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
    position: relative;
}

.play-btn svg, .stop-btn svg {
    display: block;
    width: clamp(0.8125rem, 0.6675rem + 0.5949vw, 1.5rem);
    height: clamp(0.8125rem, 0.6675rem + 0.5949vw, 1.5rem);
}
  
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: clamp(2rem, 1.6572rem + 1.4062vw, 3.625rem);
    height: clamp(2rem, 1.6572rem + 1.4062vw, 3.625rem);
    border-radius: 42.667px;
}
  
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}
  
 @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spot-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.spot-link a {
    color: #000;
    font-family: 'Apfel Regular';
    font-size: clamp(0.8125rem, 0.6675rem + 0.5949vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(0.75rem, 0.3545rem + 1.6225vw, 2.625rem);
    text-decoration: none;
    margin: auto;
    text-align: center;
    padding: 12px 24px;
    border-radius: 64px;
    border: 1px solid #FFF;
    background: #FFF;
    cursor: pointer;
}

#video {
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 1);
}

#closeButton {
    z-index: 4;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    display: none;
}

#video iframe {
    width: 90%;
    height: 90%;
}
/* Anthem */


/* Map */
.stores__container {
    padding: clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -0.9501rem + 5.9492vw, 7.375rem);
    margin: 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
    border-radius: clamp(1rem, 0.3672rem + 2.596vw, 4rem);
    /*border: 1px solid #FFF;*/
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(162deg, rgba(13,18,28,1) 0%, rgba(0,0,0,1) 100%);
}

.stores__container-image {
    padding: clamp(0.75rem, 0.6973rem + 0.2163vw, 1rem) clamp(0.75rem, 0.6973rem + 0.2163vw, 1rem) clamp(1.25rem, 1.0918rem + 0.649vw, 2rem) clamp(0.75rem, 0.6973rem + 0.2163vw, 1rem);
}

.image__localization {
    width: 80px;
    height: 80px;
    border-radius: 42.667px;
    border: 0.333px solid #D1D1D1;
    background: linear-gradient(162deg, rgba(255, 255, 255, 0.26) -6.76%, rgba(255, 255, 255, 0.00) 117.25%);
    backdrop-filter: blur(66.66669464111328px);
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image__localization svg {
    display: block;
}

.stores__container-text {
    width: 100%;
    padding: 0 0 clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem) 0;
}

.stores__container-text h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    padding: 0 50px;
}

.stores__container-text h2 sup {
    line-height: 0;
}

.stores__container-text h3 {
    color: #A7A7A7;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.7363rem + 1.0817vw, 2.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 8px auto auto auto;
    max-width: clamp(24.375rem, 18.9701rem + 22.1741vw, 50rem);
    width: 100%;
}

#map {
    height: 450px;
    width: 100%;
    border-radius: 24px;
}

#map-container {
    display: flex;
    flex-direction: row;
    gap: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    padding: 0;
}

#map-mask {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    pointer-events: none;
    height: 450px;
    width: calc(100% - (2*clamp(0.5rem, 0.3945rem + 0.4327vw, 1rem)));
    border-radius: 24px;
    margin:0 auto;
    overflow:hidden;
}

.searchbar {
    position: absolute;
    top: clamp(0.75rem, 0.3809rem + 1.5143vw, 2.5rem);
    left: clamp(0.75rem, 0.3809rem + 1.5143vw, 2.5rem);
}

#cityInput {
    position: relative;
    z-index: 2;
    background: #ffffff;
    outline: none;
    padding: 22px 0px 22px 24px;
    border: 0.333px solid #ffffff;
    border-radius: 42px;
    width: clamp(10.916625rem, 10.5211rem + 1.6225vw, 12.791625rem);
    color: #000;
    text-align: left;
    font-family: 'Apfel Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

#searchButton {
    position: relative;
    z-index: 3;
    margin: 0 0 0 -55px;
    background: #222;
    border: 0.333px solid #D1D1D1;
    padding: 22px 24px;
    border-radius: 42px;
    cursor: pointer;
    width: 191px;
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.zoom-container {
    bottom: 26px!important;
    right: 24px!important;
}

.zoom-container div svg {
    display: block;
}

.stores__wrapper {
    width: 50%;
    border-radius: 20px;
    background: linear-gradient(162deg, rgba(99,99,99,1) 0%, rgba(22,22,22,1) 100%);
}

.stores__wrapper-map {
    position: relative;
    padding: 0 clamp(0.5rem, 0.3945rem + 0.4327vw, 1rem) clamp(0.5rem, 0.2891rem + 0.8653vw, 1.5rem) clamp(0.5rem, 0.3945rem + 0.4327vw, 1rem);
}

.stores__wrapper-title, .stores__list-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.stores__wrapper-title div, .stores__list-title div {
    padding: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem) clamp(0.5rem, 0.3945rem + 0.4327vw, 1rem) 24px clamp(0.5rem, 0.0782rem + 1.7307vw, 2.5rem);
}

.stores__wrapper-title div h3, .stores__list-title div h3 {
    margin: auto;
    padding: 12px 24px;
    color: #222;
    font-family: 'Apfel Regular';
    font-size: clamp(0.75rem, 0.5918rem + 0.649vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    border-radius: 64px;
    background: #FFF;
}

.stores__wrapper-title div h3 {
    width: clamp(8.25rem, 6.7208rem + 6.2737vw, 15.5rem);
}

.stores__list-title div h3 {
    width: clamp(3.5rem, 2.9727rem + 2.1633vw, 6rem);
}

.stores__list {
    width: 50%;
    border-radius: 20px;
    background: linear-gradient(162deg, rgba(99,99,99,1) 0%, rgba(22,22,22,1) 100%);
}

.stores__list-sidebar {
    padding: 60px 24px;
    max-height: 450px;
    margin: 0 clamp(0.5rem, 0.3945rem + 0.4327vw, 1rem) clamp(0.5rem, 0.2891rem + 0.8653vw, 1.5rem) clamp(0.5rem, 0.3945rem + 0.4327vw, 1rem);
    border-radius: 24px;
    border: 1px solid #FFF;
    background: linear-gradient(162deg, rgba(135,137,141,1) 0%, rgba(48,51,55,1) 100%);
}

#sidebar {
    overflow-y:scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 328px;
}

#sidebar::-webkit-scrollbar {
    display: none;
}

#sidebar::-webkit-scrollbar-track {
    background: #ffffff;
    margin: 20px 0px;
}

#sidebar::-webkit-scrollbar-thumb {
    background: #888; 
}

#sidebar::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.listElements p {
    margin: auto;
}

.stores__list-link {
    text-decoration: none;
    color: #ffffff;
}

.stores__list-line {
    margin: clamp(0.9375rem, 0.8057rem + 0.5408vw, 1.5625rem) 0;
}

.stores__list-name {
    color: #FFF;
    font-family: 'Apfel Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.stores__list-address {
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: clamp(0.75rem, 0.5918rem + 0.649vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    padding: clamp(0rem, -0.2109rem + 0.8653vw, 1rem) 0 0 0;
}

.stores__container-service {
    width: 100%;
}

.stores__container-service h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    padding: 0 50px;
}

.stores__container-service p {
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.8945rem + 0.4327vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem) 0 24px 0;
    margin: auto;
}

.stores__container-service img {
    max-width: clamp(5.6875rem, 4.567rem + 4.5971vw, 11rem);
    width: 100%;
    display: block;
    margin: auto;
}

.stores__container-ecommerce {
    display: flex;
    gap: 16px;
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: clamp(1.5rem, 0.9727rem + 2.1633vw, 0.5rem) 0;
}

.stores__container-ecommerce2 {
    display: flex;
    gap: 16px;
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 0 clamp(1.5rem, 0.9727rem + 2.1633vw, 0.5rem) 0;
}

.ecommerce-element img {
    width: auto;
    height: 100%;
    max-height: clamp(2.5rem, 1.9727rem + 2.1633vw, 5rem);
    display: block;
    margin: auto;
}
/* Map */


/* Footer */
.footer__container {
    padding: clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -0.9501rem + 5.9492vw, 7.375rem);
    margin: 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
    border-radius: clamp(1rem, 0.3672rem + 2.596vw, 4rem);
    /*border: 1px solid #FFF;*/
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(162deg, rgba(13,18,28,1) 0%, rgba(0,0,0,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer__container-logo {
    filter: drop-shadow(0px 2px 2px #fff);
}

.footer__container img {
    display: block;
    margin: auto;
    max-width: 429px;
    width: 100%;
}

.footer__container h2 {
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.96px;
    margin: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem) auto;
}

.footer__container-social {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0 0 clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem) 0;
}

.footer__container-social img {
    width: auto;
    height: clamp(2.5rem, 2.1836rem + 1.298vw, 4rem);
}

.footer__container a {
    color: #FFF;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.7891rem + 0.8653vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: auto;
}
/* Footer */


/* Privacy policy */
.privacy__container {
    padding: clamp(1rem, 0.3672rem + 2.596vw, 4rem) clamp(0.5rem, -0.9501rem + 5.9492vw, 7.375rem);
    margin: 0 clamp(0.5rem, -1.0951rem + 6.5441vw, 8.0625rem);
    border-radius: clamp(1rem, 0.3672rem + 2.596vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(162deg, rgba(13,18,28,1) 0%, rgba(0,0,0,1) 100%);
}

.privacy__container-text {
    width: 100%;
    padding: 0 0 clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem) 0;
}

.privacy__container-text h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1.5rem, 0.9727rem + 2.1633vw, 4rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    padding: 0 50px;
}

.privacy__container-text h3 {
    color: #A7A7A7;
    text-align: center;
    font-family: 'Apfel Regular';
    font-size: clamp(1rem, 0.7363rem + 1.0817vw, 2.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 8px auto auto auto;
    max-width: clamp(24.375rem, 18.9701rem + 22.1741vw, 50rem);
    width: 100%;
}

.privacy__container-text ol {
    color: #FFF;
    text-align: left;
    font-family: 'Apfel Regular';
    font-size: clamp(0.8rem, 0.6524rem + 0.6057vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-wrap: break-word;
    hyphens: manual;
}
/* Privacy policy */


/* Mobile */
@media screen and (max-width: 768px) {
    .header__container-text h1 sup {
        font-size: 28px!important;
    }

    .desktop {
        display: none!important;
    }

    .header__container-logo, .header__container-text {
        left: 50%!important;
        transform: translate(-50%, 0)!important;
    }

    .header__container-logo {
        top: 0!important;
    }

    .header__container-text h1, .header__container-text h2 {
        text-align: center;
    }

    .header__container-btns {
        flex-direction: column!important;
    }

    .products__container-filter {
        margin: 0 8px!important;
    }

    .set__content a {
        margin: auto auto 64px auto;
    }

    .anthem__container {
        height: 580px!important;
    }

    .anthem__container-player {
        flex-direction: column;
    }

    .stores__wrapper, .stores__list {
        width: 100%!important;
    }

    #map-container {
        flex-direction: column!important;
    }

    .stores__wrapper-title, .stores__list-title {
        justify-content: center!important;
    }

    #sidebar {
        max-height: 342px!important;
    }

    .stores__list-sidebar {
        padding: 24px!important;
    }

    .stores__container-ecommerce, .stores__container-ecommerce2 {
        flex-wrap: wrap;
    }
    
    .ecommerce-element {
        flex-shrink: 0;
    }

    .footer__container-social {
        flex-direction: column!important;
    }
}

@media screen and (max-width: 359px) {
    #cityInput {
        width: 135px!important;
    }
}

@media screen and (max-width: 419px) {
    .stores__container-ecommerce, .stores__container-ecommerce2 {
        gap: 8px!important;
    }
}

@media screen and (min-width: 420px) and (max-width: 768px) {
    .ecommerce-element {
        width: 30%;
    }

    .stores__container-ecommerce, .stores__container-ecommerce2 {
        gap: 16px 0px!important;
    }
}
/* Mobile */


/* Tablet */
@media screen and (max-width: 1200px) {
    .marquee__container {
        display: none!important;
    }
    
    #searchButton {
        width: auto!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .header__container-text h1 sup {
        font-size: 50px!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    #cityInput {
        width: 145px!important;
    }
}

@media screen and (max-width: 1000px) {
    .filter__products-element {
        flex: 1 1 60%!important;
    }
}
/* Tablet */