@import "https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap";
@import "https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-size: 1rem;
    color: #010101;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden
}

main {
    flex: 1
}

a, a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #010101;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem;
    font-family: Dela Gothic One, sans-serif
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6, p {
    font-size: 1rem
}

a {
    color: inherit;
    text-decoration: none
}

button {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit
}

.icon {
    width: 32px;
    height: 32px
}

::selection {
    background-color: #cc2928;
    color: #fff
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(1rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.input {
    height: 46px;
    border: 1px solid #c1c1c1;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    font-family: Comfortaa, sans-serif;
    background-color: transparent;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.input::placeholder {
    color: #c1c1c1
}

.input.readonly {
    background: #f3f3f3;
    border-color: #f3f3f3 !important;
    padding-right: 50px
}

textarea.input {
    resize: none;
    height: 94px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 22px
}

textarea.input.small {
    height: 80px
}

.radio .check {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
    display: inline-block
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translate(-10rem)
    }
    80% {
        transform: translate(1rem)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translate(10rem)
    }
    80% {
        transform: translate(-1rem)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(3rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes opening {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.hidden {
    display: none
}

.page-title {
    margin-bottom: 2rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 90em) {
    .page-title {
        width: 52.75rem
    }
}

@media (min-width: 48em) {
    .page-title {
        margin-bottom: 3.625rem;
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center
    }
}

.page-item-title {
    margin-bottom: 2.4375rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .page-item-title {
        margin-bottom: 3.625rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.page-item-text {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 90em) {
    .page-item-text--fixed-width {
        width: 52.75rem
    }
}

@media (min-width: 48em) {
    .page-item-text {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.page-item-text a {
    text-decoration: underline
}

.page-item-text--fixed-width {
    text-indent: 1.5em
}

.page-item-text--fixed-width p {
    margin: 0 0 1em;
    text-indent: 1.5em
}

.page-item-text--fixed-width p:last-child {
    margin-bottom: 0
}

.page-item-text--fixed-width ul,
.page-item-text--fixed-width ol {
    margin: 0 0 1em;
    padding-left: 2.5em;
    text-indent: 0
}

.page-item-text--fixed-width li {
    margin: .25em 0
}

.promos__container {
    display: flex;
    padding-block: 2.5rem 3.75rem;
    justify-content: center;
    background: #f5f5f5;
    flex-direction: column;
    gap: 1.25rem
}

@media (min-width: 48em) {
    .promos__container {
        flex-direction: row;
        padding-block: 5rem
    }
}

.promos .promo-card {
    position: relative;
    overflow: hidden;
    height: 21.25rem;
    border-radius: 10px
}

@media (min-width: 48em) {
    .promos .promo-card {
        height: auto;
        height: 29.6875rem
    }
}

.promos .promo-card__description {
    color: #010101;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .promos .promo-card__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.promos .promo-card__overlay {
    background: #fffc;
    padding-block: 1.25rem 2.1875rem;
    padding-inline: .625rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease
}

@media (min-width: 48em) {
    .promos .promo-card__overlay {
        padding-block: 1.875rem 1.25rem;
        padding-inline: 1.25rem
    }
}

.promos .promo-card:hover .promo-card__overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    box-shadow: 0 -4px 20px #00000026
}

.promos .promo-card img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover
}

.promos .promo-card__title {
    position: absolute;
    top: 2.5rem;
    left: 1.25rem;
    color: #fff;
    text-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .15);
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .promos .promo-card__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

.menu .layout-wrapper--with-background {
    background: #fff
}

.menu__container {
    position: relative;
    display: flex;
    padding-block: 2.5rem;
    justify-content: space-around;
    gap: 1.25rem;
    background-color: #fff;
    flex-direction: column
}

@media (min-width: 64em) {
    .menu__container {
        flex-direction: row;
        padding-block: 3.75rem
    }
}

.menu__parent-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.menu__parent-container .menu__item img {
    align-self: center;
    display: block;
    max-width: 412px;
    max-height: 412px
}

.menu__parent-container:nth-of-type(2) > .menu__item {
    order: -1
}

@media (min-width: 64em) {
    .menu__parent-container:nth-of-type(2) > .menu__item {
        order: 1
    }
}

.menu__child-container {
    display: flex;
    gap: 1.25rem
}

.menu__child-container .menu__item img {
    display: block;
    max-width: 196px;
    max-height: 160px
}

.menu__child-container .menu__item .menu__content-title {
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

@media (min-width: 64em) {
    .menu__child-container .menu__item .menu__content-title {
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase
    }
}

.menu__child-container .menu__item .menu__content .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

.menu__bg-1 {
    position: absolute;
    pointer-events: none;
    display: none
}

@media (min-width: 64em) {
    .menu__bg-1 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        height: 100%;
        width: 100%;
        max-width: 1440px;
        pointer-events: none;
        display: block
    }
}

.menu__bg-2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: 100%;
    pointer-events: none
}

@media (min-width: 64em) {
    .menu__bg-2 {
        display: none
    }
}

.menu__item {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 1
}

.menu__item:hover {
    cursor: pointer
}

.menu__item:hover .menu__content-title {
    color: #dd3231
}

.menu__item:hover img {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .25))
}

.menu__item img {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    transition: filter .2s ease
}

.menu__content-title {
    transition: color .2s ease;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

@media (min-width: 64em) {
    .menu__content-title {
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase
    }
}

.menu__content-description {
    color: #010101;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: normal
}

@media (min-width: 64em) {
    .menu__content-description {
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: normal
    }
}

.menu__content .icon {
    display: block;
    width: 2rem;
    height: 2rem
}

@media (min-width: 64em) {
    .menu__content .icon {
        width: 2.625rem;
        height: 2.625rem
    }
}

.menu__content-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding-block: 3.875rem 3.75rem;
    flex-direction: column
}

@media (min-width: 64em) {
    .about__container {
        flex-direction: row;
        gap: 3.3125rem;
        padding-top: 6.25rem;
        padding-bottom: 1.25rem;
        padding-block: 3.75rem
    }
}

@media (min-width: 48em) {
    .about__image {
        flex: .75
    }
}

@media (min-width: 90em) {
    .about__image {
        flex: unset
    }
}

.about__image img {
    display: block;
    width: 260px;
    height: 260px
}

@media (min-width: 64em) {
    .about__image img {
        width: 100%;
        height: auto
    }
}

@media (min-width: 90em) {
    .about__image img {
        width: 703px;
        height: 703px
    }
}

.about__info {
    flex: 1;
    position: relative
}

.about__info-picture {
    position: absolute;
    top: -33px;
    right: -6px
}

@media (min-width: 48em) {
    .about__info-picture {
        top: -50px;
        right: -6px
    }
}

@media (min-width: 90em) {
    .about__info-picture {
        top: -84px;
        right: -6px
    }
}

.about__info-picture .icon {
    display: block;
    width: 144.98px;
    height: 77.67px
}

@media (min-width: 64em) {
    .about__info-picture .icon {
        width: 230.07px;
        height: 130.8px
    }
}

.about__info-title {
    margin-bottom: 2.125rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 64em) {
    .about__info-title {
        margin-bottom: 3.8125rem;
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

.about__info-description {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 64em) {
    .about__info-description {
        margin-bottom: 2.5rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.about__info .button {
    display: block;
    width: fit-content;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 64em) {
    .about__info .button {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.about__actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq__container {
    padding-block: 5rem;
    background-color: #fff;
    max-width: 846px;
    margin-inline: auto
}

@media (min-width: 48em) {
    .faq__container {
        padding-block: 3.75rem
    }
}

.faq__title {
    margin-bottom: 2.125rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    .faq__title {
        margin-bottom: 4.375rem;
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center
    }
}

.faq__accordion-content {
    padding: .625rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .faq__accordion-content {
        padding: 1.25rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.slider-container {
    padding-block: 2.5rem 3.125rem
}

@media (min-width: 48em) {
    .slider-container {
        padding-block: 2.5rem 3.125rem
    }
}

.promo-swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.promo-swiper--single .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 18.75rem
}

@media (min-width: 48em) {
    .promo-swiper--single .swiper-slide {
        max-height: 23.75rem
    }
}

.promo-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.promo-swiper--single .swiper-slide img {
    height: auto;
    object-fit: contain
}

.promo-swiper .slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%
}

.promo-swiper .slide-content .image-block {
    position: absolute;
    z-index: -1
}

.promo-swiper .slide-content .image-block.right {
    right: 0;
    width: 164px
}

@media (min-width: 48em) {
    .promo-swiper .slide-content .image-block.right {
        width: 303.4px;
        height: 378.96px;
        top: 0;
        right: 0;
        left: auto
    }
}

.promo-swiper .slide-content .image-block.left {
    width: 285px;
    height: 285px;
    left: -76px;
    bottom: -103px;
    z-index: -1
}

@media (min-width: 48em) {
    .promo-swiper .slide-content .image-block.left {
        width: 516px;
        height: 516px;
        left: -118px;
        bottom: -185px
    }
}

@media (min-width: 48em) {
    .promo-swiper .slide-content .image-block {
        width: 516px;
        height: 516px;
        left: -352px;
        bottom: -185px
    }
}

.promo-swiper .text-block {
    flex: 1;
    min-width: 240px;
    color: #fff
}

.promo-swiper .text-block h2 {
    color: #fff;
    margin-bottom: .25rem;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, .2509803922);
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .promo-swiper .text-block h2 {
        margin-bottom: 2.5rem;
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

.promo-swiper .text-block p {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

.promo-swiper .text-block p strong {
    font-weight: 700
}

@media (min-width: 48em) {
    .promo-swiper .text-block p {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.promo-swiper .text-block.center {
    text-align: center;
    width: 100%
}

.promo-swiper .text-block.center p {
    max-width: 11.6875rem;
    text-align: center;
    margin-inline: auto
}

@media (min-width: 48em) {
    .promo-swiper .text-block.center p {
        max-width: 17.1875rem
    }
}

.promo-swiper .text-block.right {
    text-align: right
}

.promo-swiper .text-block.right p {
    max-width: 11.6875rem;
    text-align: right;
    margin-inline-start: auto
}

.promo-swiper .pizza-group {
    z-index: -1;
    overflow: hidden
}

.promo-swiper .pizza-group img {
    width: 116px;
    height: 116px
}

@media (min-width: 48em) {
    .promo-swiper .pizza-group img {
        width: 162px;
        height: 162px
    }
}

.promo-swiper .pizza-group img:nth-of-type(1) {
    position: absolute;
    top: -66px;
    left: 36px
}

@media (min-width: 48em) {
    .promo-swiper .pizza-group img:nth-of-type(1) {
        top: -42px;
        left: 34px
    }
}

.promo-swiper .pizza-group img:nth-of-type(2) {
    position: absolute;
    top: 91px;
    left: -22px
}

@media (min-width: 48em) {
    .promo-swiper .pizza-group img:nth-of-type(2) {
        top: 169px;
        left: -22px
    }
}

.promo-swiper .pizza-group img:nth-of-type(3) {
    position: absolute;
    top: -45px;
    right: -30px
}

@media (min-width: 48em) {
    .promo-swiper .pizza-group img:nth-of-type(3) {
        top: -37px;
        right: 9px
    }
}

.promo-swiper .pizza-group img:nth-of-type(4) {
    position: absolute;
    top: 99px;
    right: 0
}

@media (min-width: 48em) {
    .promo-swiper .pizza-group img:nth-of-type(4) {
        top: 182px;
        right: 0
    }
}

.custom-swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

@media (min-width: 48em) {
    .custom-swiper-pagination {
        margin-top: 20px
    }
}

.custom-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    margin: 0 7px;
    transition: all .3s;
    opacity: 1
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
    background: #dd3231
}

.product-config {
    display: flex;
    padding: 1.25rem 0;
    gap: 1.25rem;
    flex-direction: column
}

@media (min-width: 48em) {
    .product-config {
        flex-direction: row;
        gap: 8rem;
        padding: 2.5rem 0
    }
}

.product-config__image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-config__image img {
    width: 100%;
    max-height: 350px;
    max-width: 350px
}

@media (min-width: 48em) {
    .product-config__image img {
        max-height: unset;
        max-width: unset;
        display: block;
        height: auto
    }
}

.product-config__container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.product-config__title {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .product-config__title {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.product-config__description {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .product-config__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.product-config__label {
    display: block
}

.product-config__summary {
    display: flex;
    justify-content: flex-end
}

.product-config__summary:has(:nth-child(2):last-child) {
    justify-content: space-between
}

.product-config__summary-text {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .product-config__summary-text {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 2rem;
        font-weight: 400
    }
}

.product-config__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black
}

.product-config__packing {
    display: flex;
    align-items: center;
    gap: .625rem;
    width: 100%
}

.product-config__packing .icon {
    display: block;
    height: 1.875rem;
    width: 1.875rem
}

.product-config__packing > span {
    display: block
}

.product-config__sizes-list {
    display: flex;
    gap: .625rem
}

.product-config__actions {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-config__actions .button {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px;
}

@media (min-width: 48em) {
    .product-config__actions .button {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.product-config__ingredient-list {
    display: flex;
    gap: 1.25rem 1.875rem;
    flex-wrap: wrap
}

.product-config__ingredient {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .25rem
}

.add-ons {
    padding-top: 3.75rem
}

@media (min-width: 48em) {
    .add-ons {
        padding: 5rem 0;
    }
}

.add-ons__grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(196px, 1fr));
    gap: 1.25rem
}

.add-ons__card-action {
    top: .625rem;
    right: .625rem;
    position: absolute;
    display: none
}

.add-ons__card {
    position: relative;
    padding-top: 1.5625rem;
    background: #fff;
    box-shadow: 0 4px 6px #0003;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 10px
}

.add-ons__card--selected {
    outline: 2px solid #cc2928
}

.add-ons__card--selected .add-ons__card-action {
    display: block
}

.add-ons__card:hover {
    outline: 2px solid #cc2928
}

.add-ons__image {
    width: 196px;
    display: block;
    margin-bottom: .5rem;
    margin-bottom: .1875rem
}

.add-ons__info {
    text-align: center;
    width: 100%;
    padding: .625rem;
    padding-top: 0
}

.add-ons__info .add-ons__weight {
    color: #555;
    display: block;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    text-align: center
}

@media (min-width: 48em) {
    .add-ons__info .add-ons__weight {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        text-align: center
    }
}

.add-ons__info .add-ons__name {
    display: block;
    margin-bottom: .3125rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    .add-ons__info .add-ons__name {
        margin-bottom: 1.25rem
    }
}

.add-ons__info .add-ons__price {
    display: block;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase
}

.add-ons__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pairing {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

@media (min-width: 48em) {
    .pairing {
        padding-top: 5rem;
        padding-bottom: 7.5rem
    }
}

.pairing__grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(264px, 1fr));
    gap: 1.25rem
}

.pairing__card {
    background: #fff;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 6px #0000000d;
    border-radius: 10px
}

.pairing__image {
    width: 264px;
    margin-bottom: 1.1875rem
}

.pairing__name {
    margin-bottom: 1.25rem
}

.pairing__desc {
    color: #666;
    margin-bottom: 1.25rem
}

.pairing__price {
    display: block
}

.checkout__cart-row, .checkout__cart-item, .checkout__cart-header, .checkout__options {
    display: grid;
    grid-template-columns:3fr 1fr 1fr;
    align-items: center;
    gap: 10px
}

.checkout {
    display: flex;
    gap: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    flex-direction: column
}

@media (min-width: 48em) {
    .checkout {
        row-gap: 2.5rem;
        padding-top: 6.25rem;
        padding-bottom: 7.5rem;
        flex-direction: row
    }
}

.checkout__left, .checkout__right {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0
}

@media (min-width: 48em) {
    .checkout__left, .checkout__right {
        gap: 2.5rem
    }
}

.checkout__right {
    order: -1
}

@media (min-width: 48em) {
    .checkout__right {
        order: 1
    }
}

.checkout__section-title {
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .checkout__section-title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

.checkout__delivery-methods, .checkout__payment-methods {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media (min-width: 48em) {
    .checkout__delivery-methods, .checkout__payment-methods {
        flex-direction: row;
        gap: 5.25rem
    }
}

.checkout__delivery-methods label, .checkout__payment-methods label {
    display: flex;
    align-items: center;
    gap: .5rem
}

.checkout__payment-methods, .checkout__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.checkout__form input, .checkout__form select, .checkout__form textarea {
    padding: .75rem;
    border: 1px solid #ccc;
    font-family: Montserrat, sans-serif;
    font-size: .875rem
}

.checkout__form-columns {
    display: flex;
    gap: 1.25rem
}

.checkout__form-columns > * {
    flex: 1
}

.checkout__login-text {
    color: #010101;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .checkout__login-text {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 400
    }
}

.checkout__login-text a {
    font-weight: 700;
    color: #dd3231;
    text-decoration: underline
}

.checkout__address {
    display: flex;
    gap: .75rem
}

.checkout__cart-info-title {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .checkout__cart-info-title {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.checkout__cart-info-description {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .checkout__cart-info-description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .75rem;
        font-weight: 400
    }
}

.checkout__cart-title {
    font-weight: 700;
    font-size: 1rem
}

.checkout__cart-extra {
    font-size: .75rem;
    color: #777
}

.checkout__cart-counter {
    display: flex;
    align-items: center;
    gap: .5rem
}

.checkout__cart-counter button {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .875rem
}

.checkout__cart-price {
    font-weight: 700;
    font-size: 1rem
}

.checkout__remove-item {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: red
}

.checkout__options {
    margin-top: 1.25rem
}

.checkout__options-text {
    line-height: regular;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .checkout__options-text {
        line-height: regular;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.checkout__summary {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: right
}

.checkout__summary-item {
    display: flex;
    flex-direction: column;
    gap: .625rem
}

.checkout__summary-title {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .checkout__summary-title {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.checkout__summary-description {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .checkout__summary-description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .75rem;
        font-weight: 400
    }
}

.checkout__summary-total {
    text-align: right;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .checkout__summary-total {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 2.5rem;
        font-weight: 700
    }
}

.checkout__select select {
    padding: .75rem;
    border: 1px solid #ccc
}

.checkout__additional-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.checkout__additional-info label {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem
}

.checkout__submit {
    padding: .875rem 1.75rem;
    background: red;
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: .25rem;
    cursor: pointer
}

.checkout__cart {
    display: flex;
    flex-direction: column
}

.checkout__cart-header {
    align-items: start;
    padding: .625rem .625rem 1.25rem
}

.checkout__cart-header .cart-col {
    color: #010101;
    line-height: regular;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .checkout__cart-header .cart-col {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.checkout__cart-items {
    outline: 1px solid #e7e7e7
}

.checkout__cart-item {
    padding: 1.25rem 0;
    position: relative;
    margin: 0 .625rem
}

.checkout__cart-item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.checkout__cart-item .cart-col {
    display: flex
}

.checkout__cart-item .cart-col.product {
    gap: .625rem;
    min-width: 0
}

@media (min-width: 48em) {
    .checkout__cart-item .cart-col.product {
        gap: 1.25rem
    }
}

.checkout__cart-item .cart-col.product > img {
    width: 3.125rem;
    height: 3.125rem;
    object-fit: cover
}

.checkout__cart-item .cart-col.product .title {
    font-weight: 700;
    font-size: .875rem
}

.checkout__cart-item .cart-col.product .extras, .checkout__cart-item .cart-col.product .extra {
    font-size: .75rem;
    color: #777;
    display: flex;
    align-items: center
}

.checkout__cart-item .cart-col.quantity {
    flex: .8;
    justify-content: center
}

.checkout__cart-item .cart-col.quantity .counter {
    display: flex;
    align-items: center;
    gap: .375rem
}

.checkout__cart-item .cart-col.quantity .counter button {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .875rem;
    border: 1px solid #d00;
    color: #d00;
    background: #fff;
    border-radius: .75rem
}

.checkout__cart-item .cart-col.quantity .counter span {
    min-width: 1.25rem;
    text-align: center;
    font-size: .875rem
}

.checkout__cart-item .cart-col.price {
    white-space: nowrap;
    word-break: keep-all;
    line-height: regular;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .checkout__cart-item .cart-col.price {
        line-height: regular;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.checkout__cart-item .remove-btn {
    position: absolute;
    top: .625rem;
    right: 0rem;
    background: none;
    border: none;
    font-size: 1.125rem;
    color: #d00;
    cursor: pointer
}

.checkout__cart-item .remove-btn .icon {
    width: 16px;
    height: 16px
}

.checkout__cart-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 60%
}

.checkout__cart-package {
    padding: .25rem .3125rem;
    border-top: 1px solid #d9d9d9;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: .375rem
}

.checkout__cart-package .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

.checkout__cart-package-count {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 500
}

@media (min-width: 48em) {
    .checkout__cart-package-count {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 500
    }
}

.checkout__cart-package-title {
    white-space: nowrap;
    word-break: keep-all;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .checkout__cart-package-title {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 400
    }
}

.checkbox__preparation-methods {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.checkout__cart-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

#datetime-selects {
    display: none
}

.checkout {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:auto
}

@media (min-width: 48em) {
    .checkout {
        grid-template-columns:1fr 1fr
    }
}

.checkout__right-controls, .checkout__right {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: auto;
    min-width: 0
}

@media (min-width: 48em) {
    .checkout__left {
        grid-column: 1;
        grid-row: 1/3
    }
}

@media (min-width: 48em) {
    .checkout__right {
        grid-column: 2;
        grid-row: 1
    }
}

.checkout__right-controls {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

@media (min-width: 48em) {
    .checkout__right-controls {
        grid-column: 2/3;
        grid-row: 2
    }
}

.checkout__right-controls .button {
    margin-left: auto;
    margin-right: auto;
    padding: .4375rem 1.25rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-align: center
}

@media (min-width: 48em) {
    .checkout__right-controls .button {
        margin-right: 0;
        padding: .75rem 1.25rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-align: center
    }
}

.checkout__summary-total-mobile {
    display: block;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center
}

@media (min-width: 48em) {
    .checkout__summary-total-mobile {
        display: none
    }
}

.cabinet__title {
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    .cabinet__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }
}

.cabinet__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5rem;
    margin-bottom: 9.1875rem
}

@media (min-width: 48em) {
    .cabinet__container {
        gap: 40px;
        margin: 6.25rem 13.5rem 7.5rem
    }
}

.cabinet__accordions-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.cabinet__actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.order__list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e7e7e7;
    padding-top: 2.5rem;
    gap: 2.5rem
}

.order {
    border-bottom: 1px solid #e7e7e7;
    padding: 1.5rem 1.25rem
}

.order:last-child {
    border-bottom: none
}

.order__toggle {
    display: none
}

.order__toggle:checked + .order__summary .icon {
    fill: #e7e7e7;
    transform: rotate(-180deg)
}

.order__toggle:checked + .order__summary + .order__details {
    padding-top: 2.875rem;
    grid-template-rows:1fr
}

.order__toggle:checked + .order__summary + .order__details > * {
    visibility: visible;
    opacity: 1
}

.order__summary {
    display: grid;
    grid-template-columns:auto .5fr 1fr .5fr;
    gap: 1.25rem;
    align-items: flex-start;
    cursor: pointer
}

@media (min-width: 48em) {
    .order__summary {
        grid-template-columns:auto .5fr 1fr .5fr 1fr
    }
}

.order__summary > * {
    flex: 1
}

.order__arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: .25rem;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-top: .375rem solid #e7e7e7;
    transition: transform .3s ease
}

.order .icon {
    width: 1.5rem;
    height: 1.5rem
}

.order__number, .order__price {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .order__number, .order__price {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.order__datetime, .order__address {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .order__datetime, .order__address {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.order__address {
    grid-column-start: 1;
    grid-column-end: -1
}

@media (min-width: 48em) {
    .order__address {
        grid-column-start: auto;
        grid-column-end: auto
    }
}

.order__details {
    display: grid;
    color: #444;
    grid-template-rows:0fr;
    transition: grid-template-rows .3s, opacity .4s ease, padding .3s ease
}

.order__details > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s
}

.order__details-title {
    color: #e7e7e7;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .order__details-title {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.order__product {
    align-items: center;
    margin-bottom: .75rem;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1.25rem
}

.order__product-info {
    display: flex;
    align-items: center;
    gap: .625rem
}

@media (min-width: 48em) {
    .order__product-info {
        gap: 2.5rem
    }
}

.order__product-img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: .25rem
}

.order__product-name {
    flex: 1;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .order__product-name {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.order__product-qty {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .order__product-qty {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.checkout__cart-row, .order__details-header, .order__product {
    display: grid;
    grid-template-columns:1fr .4fr;
    align-items: center;
    gap: 10px
}

.order__details-header {
    margin-bottom: 1.25rem;
    color: #e7e7e7
}

.order__details-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cabinet__action-first {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .cabinet__action-first {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.cabinet__action-second {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .cabinet__action-second {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.personal-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-top: 1px solid #e7e7e7;
    padding-block: 2.5rem 2.6875rem;
    align-items: center
}

@media (min-width: 48em) {
    .personal-info {
        padding-block: 3.75rem 2.5rem
    }
}

.personal-info__fields {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%
}

@media (min-width: 48em) {
    .personal-info__fields {
        width: 25.75rem
    }
}

.personal-info__actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4375rem
}

@media (min-width: 48em) {
    .personal-info__actions {
        width: 25.75rem;
        flex-direction: row;
        gap: 4.0625rem;
        align-items: center
    }
}

.personal-info__actions .button {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .personal-info__actions .button {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.address-content {
    padding-block: 1.25rem;
    padding-inline: .625rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media (min-width: 48em) {
    .address-content {
        padding-block: 2.5rem;
        padding-inline: 1.25rem;
        gap: 2.5rem
    }
}

.order-notification {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    margin-top: 20px;
    padding: 12px 9px
}

@media (min-width: 48em) {
    .order-notification {
        padding: 12px 34.5px;
        margin-top: 40px
    }
}

.order-notification .order-header {
    position: absolute;
    top: -12px;
    display: flex;
    gap: 8px;
    font-size: 12px;
    z-index: 1;
    background-color: #fff;
    padding: 5px 6px;
    left: 9.5px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .order-notification .order-header {
        padding: 5px 10px;
        left: 18px;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .625rem;
        font-weight: 400
    }
}

.order-notification p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 400
}

.order-notification p:not(:last-of-type) {
    margin: 6px 0
}

@media (min-width: 48em) {
    .order-notification p {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.order-notification p strong {
    font-weight: 600
}

.empty-cart__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 2.5rem 5rem
}

@media (min-width: 48em) {
    .empty-cart__container {
        padding-block: 2.5rem 7.5rem
    }
}

.empty-cart__picture {
    margin-bottom: 2.125rem
}

@media (min-width: 48em) {
    .empty-cart__picture {
        margin-bottom: 2.5rem
    }
}

.empty-cart__picture .icon {
    display: block;
    width: 20.01rem;
    height: 5.625rem
}

@media (min-width: 48em) {
    .empty-cart__picture .icon {
        width: 27.125rem;
        height: 7.625rem
    }
}

.empty-cart__title {
    margin-bottom: .75rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    .empty-cart__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center
    }
}

@media (min-width: 48em) {
    .empty-cart__title {
        margin-bottom: 2.5rem
    }
}

.about-us__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 2.375rem 5rem
}

@media (min-width: 48em) {
    .about-us__container {
        padding-block: 5rem 7.5rem
    }
}

.about-us__title {
    margin-bottom: 2rem
}

.about-us__text {
    margin-bottom: 2.5rem
}

@media (min-width: 48em) {
    .about-us__text {
        margin-bottom: 5rem
    }
}

.about-us__images {
    display: grid;
    gap: 1.25rem;
    grid-template-columns:1fr
}

.about-us__images img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.about-us__images img:nth-child(1) {
    grid-row: 1
}

.about-us__images img:nth-child(2) {
    grid-row: 2
}

.about-us__images img:nth-child(4) {
    grid-row: 3
}

.about-us__images img:nth-child(3) {
    grid-row: 4
}

.about-us__images img:nth-child(5) {
    grid-row: 5
}

.about-us__images img:nth-child(6) {
    grid-row: 6
}

@media (min-width: 48em) {
    .about-us__images {
        grid-template-columns:1fr 1fr 1fr;
        grid-template-rows:1fr 1fr 1fr
    }

    .about-us__images img {
        height: 100%
    }

    .about-us__images img:nth-child(1) {
        grid-column: 1;
        grid-row: 1/span 2
    }

    .about-us__images img:nth-child(2) {
        grid-column: 1;
        grid-row: 3
    }

    .about-us__images img:nth-child(3) {
        grid-column: 2;
        grid-row: 1
    }

    .about-us__images img:nth-child(4) {
        grid-column: 2;
        grid-row: 2/span 2
    }

    .about-us__images img:nth-child(5) {
        grid-column: 3;
        grid-row: 1/span 2
    }

    .about-us__images img:nth-child(6) {
        grid-column: 3;
        grid-row: 3
    }
}

.zona__container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 3.75rem
}

@media (min-width: 48em) {
    .zona__container {
        margin-bottom: 3.4375rem;
        flex-direction: row
    }
}

.zona__left, .zona__right {
    flex: 1
}

.zona__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.25rem
}

@media (min-width: 48em) {
    .zona__form {
        margin-bottom: 2.8125rem
    }
}

.zona__form-columns {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media (min-width: 48em) {
    .zona__form-columns {
        flex-direction: row
    }
}

.zona__item:not(:last-child) {
    border-bottom: 1px solid #000;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem
}

.zona__map {
    width: 100%;
    height: 25.75rem
}

.zona__map img {
    display: block;
    width: 100%
}

.header {
    background-color: #fff;
    box-shadow: 0 10px 20px #0000001a;
    position: relative;
    z-index: 2
}

.header .layout-wrapper {
    border-bottom: 1px solid #e7e7e7
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0
}

@media (min-width: 48em) {
    .header__top {
        padding: 0
    }
}

.header__top .header__logo .icon {
    display: block;
    width: 88.22px;
    height: 46px
}

@media (min-width: 48em) {
    .header__top .header__logo .icon {
        width: 158px;
        height: 80px
    }
}

.header__top .header__location {
    display: none
}

@media (min-width: 48em) {
    .header__top .header__location {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem
    }

    .header__top .header__location button .icon {
        display: block;
        width: 32px;
        height: 32px
    }
}

.header__top .header__location-text {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.header__top .header__location-action {
    display: block
}

.header__top .header__location-action .icon {
    display: block;
    width: 24px;
    height: 24px
}

@media (min-width: 48em) {
    .header__top .header__location-action {
        display: none
    }
}

.header__top .header__actions {
    display: flex;
    align-items: center;
    gap: 1rem
}

.header__top .header__actions > * {
    cursor: pointer
}

.header__top .header__actions > * .icon {
    display: block;
    width: 24px;
    height: 24px
}

.header__top .header__cart {
    display: flex;
    align-items: center;
    gap: .625rem;
    text-decoration: none
}

.header__top .header__cart .icon {
    display: block;
    width: 19px;
    height: 16.34px
}

@media (min-width: 48em) {
    .header__top .header__cart .icon {
        width: 27.91px;
        height: 24px
    }
}

.header__top .header__cart-text {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .header__top .header__cart-text {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .75rem;
        font-weight: 400
    }
}

.header__top .header__profile .icon {
    display: block;
    width: 24px;
    height: 24px
}

@media (min-width: 48em) {
    .header__top .header__profile .icon {
        width: 32px;
        height: 32px
    }
}

.header__top .header__menu {
    display: block
}

.header__top .header__menu .icon {
    display: block;
    width: 24px;
    height: 24px
}

@media (min-width: 48em) {
    .header__top .header__menu .icon {
        width: 32px;
        height: 32px
    }
}

@media (min-width: 48em) {
    .header__top .header__menu {
        display: none
    }
}

.footer-top-wrapper {
    background: url(../../assets/pattern.svg) repeat;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    box-shadow: 0 4px 4px #00000026 inset
}

@media (min-width: 64em) {
    .footer-top-wrapper {
        padding-top: 7.5rem;
        padding-bottom: 7.25rem;
        padding-left: 0;
        padding-right: 0
    }
}

.footer__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem 1.25rem;
    background-color: #fff;
    gap: 1.25rem;
    box-shadow: 0 4px 20px #0003
}

@media (min-width: 64em) {
    .footer__top {
        padding: 3.75rem 1.25rem;
        flex-direction: row;
        gap: 2.5rem
    }
}

@media (min-width: 90em) {
    .footer__top {
        gap: 4.375rem
    }
}

.footer__socials h4 {
    margin-bottom: 1.25rem
}

@media (min-width: 64em) {
    .footer__socials h4 {
        margin-bottom: 2.5rem
    }
}

.footer__title {
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 64em) {
    .footer__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        text-transform: uppercase
    }
}

.footer__description {
    font-style: normal;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400
}

.footer__images {
    display: grid;
    grid-template-columns:repeat(3, minmax(3.125rem, 5.4375rem));
    gap: 1.25rem
}

@media (min-width: 64em) {
    .footer__images {
        grid-template-columns:repeat(3, 4.25rem)
    }
}

.footer__images img {
    object-fit: cover;
    width: 100%
}

.footer__info {
    display: grid;
    grid-template-columns:1fr;
    flex: 2;
    justify-content: space-between;
    gap: 1.25rem;
    order: -1
}

@media (min-width: 64em) {
    .footer__info {
        grid-template-columns:repeat(2, 1fr);
        flex-direction: row;
        order: 0
    }
}

.footer__info .footer__column {
    flex-basis: calc(50% - .625rem)
}

.footer__info .footer__column h4 {
    margin-bottom: 1.25rem
}

.footer__map .footer__map-wrapper {
    width: 100%;
    height: 172px;
    margin-bottom: 1.1875rem
}

.footer__map .footer__link {
    display: flex;
    align-items: center;
    color: #000;
    gap: 16px;
    text-decoration: none
}

.footer__map .footer__link .icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .9rem;
    color: #fff;
    padding-top: .9375rem;
    padding-bottom: .875rem
}

@media (min-width: 64em) {
    .footer__bottom {
        padding-top: .875rem;
        padding-bottom: .625rem
    }
}

.footer__bottom-wrapper {
    border-top: 1px solid #ddd;
    background-color: #dd3231
}

.footer__bottom-link {
    color: #fff;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 64em) {
    .footer__bottom-link {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.footer__bottom-text {
    color: #fff;
    text-decoration: none;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 64em) {
    .footer__bottom-text {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.footer__bottom ul {
    display: none
}

@media (min-width: 64em) {
    .footer__bottom ul {
        list-style: disc;
        display: flex;
        align-items: center;
        gap: 2.125rem;
        padding: 0;
        margin: 0
    }
}

.footer__bottom ul li a {
    color: #fff;
    text-decoration: none
}

body:has(.menu-toggle:checked) {
    overflow: hidden
}

.nav .layout-wrapper:not(:first-child) {
    border-top: 1px solid #e7e7e7
}

.nav__list {
    display: flex;
    list-style: none;
    gap: 1.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: .625rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.nav__list:not(:first-child) {
    border-top: 1px solid red
}

.nav__list::-webkit-scrollbar {
    display: none
}

.nav__list .nav__link {
    display: inline-block;
    padding: .3125rem;
    text-decoration: none;
    white-space: nowrap;
    word-break: keep-all;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .nav__list .nav__link {
        padding: .3125rem .625rem
    }
}

.nav__list .nav__link--active {
    border: 1px solid #010101;
    border-radius: 4px
}

.nav__list .nav__link:hover {
    color: #e60000
}

.mobile-menu {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    transition: all .3s ease
}

.mobile-menu:has(.menu-toggle:checked) {
    left: 0
}

.mobile-menu__header {
    padding: .5rem .625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    position: relative
}

.mobile-menu__logo svg {
    display: block;
    width: 88.2233428955px;
    height: 46px
}

.mobile-menu__location {
    display: flex;
    align-items: center;
    gap: .375rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.mobile-menu__location svg:nth-child(1) {
    width: 24px;
    height: 24px
}

.mobile-menu__location-text {
    letter-spacing: .5px;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.mobile-menu__close {
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    position: relative
}

.mobile-menu__close .menu-toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

.mobile-menu__close svg {
    display: block;
    width: 24px;
    height: 24px
}

.mobile-menu__list {
    list-style: none;
    padding-inline: .625rem;
    padding-block: .1875rem
}

.mobile-menu__list li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: .1875rem
}

.mobile-menu__list li:last-of-type:has(:not(.nav__link)) {
    border-bottom: none
}

.mobile-menu__list li .nav__link .icon {
    display: block;
    width: 24px;
    height: 24px
}

.mobile-menu__list li.has-submenu .submenu-input {
    display: none
}

.mobile-menu__list li .nav__link, .mobile-menu__list li .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .625rem 0;
    text-decoration: none;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.mobile-menu__list li.has-submenu:has(.submenu-input:checked) {
    border-bottom: none
}

.mobile-menu__list li.has-submenu:has(.submenu-input:checked) .arrow-image {
    fill: #e7e7e7;
    transform: rotate(-180deg)
}

.mobile-menu__list li .arrow-image {
    fill: #dd3231;
    margin-left: auto;
    transition: transform .3s;
    cursor: pointer;
    width: 24px;
    height: 24px
}

.mobile-menu__list > li:not(.has-submenu) .nav__link::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.mobile-menu__list .submenu {
    font-weight: 400;
    list-style: none;
    display: grid;
    grid-template-rows:0fr;
    transition: grid-template-rows .3s, padding .3s
}

.mobile-menu__list .submenu > * {
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s
}

.mobile-menu__list .submenu li a {
    padding: .625rem .625rem .625rem 1.25rem
}

.mobile-menu__list:has(.submenu-input:checked) .submenu {
    display: block;
    padding-left: 3rem;
    grid-template-rows:1fr
}

.mobile-menu__list:has(.submenu-input:checked) .submenu > * {
    visibility: visible;
    opacity: 1;
    padding: unset
}

.mobile-menu__list:has(.submenu-input:checked) .arrow {
    transform: rotate(180deg)
}

.layout-wrapper {
    width: 100%;
    background-color: transparent
}

.layout-wrapper--with-background {
    background-color: #e7e7e7
}

.layout {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 100px;
    width: 100%;
    padding: 0 .625rem
}

@media (min-width: 48em) {
    .layout {
        padding: 0 2rem
    }
}

@media (min-width: 64em) {
    .layout {
        max-width: 90rem;
        margin: 0 auto;
        padding: 0 3.75rem
    }
}

@media (min-width: 90em) {
    .layout {
        max-width: 90rem;
        margin: 0 auto;
        padding: 0 5.125rem
    }
}

.product__section-title {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center
}

@media (min-width: 48em) {
    .product__section-title {
        margin-bottom: 3.75rem;
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-align: center
    }
}

.product-card-list {
    display: grid;
    grid-template-columns:1fr;
    gap: 1.25rem;
    padding-bottom: 7.5rem
}

@media (min-width: 32em) {
    .product-card-list {
        grid-template-columns:1fr
    }
}

@media (min-width: 48em) {
    .product-card-list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 64em) {
    .product-card-list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 90em) {
    .product-card-list {
        grid-template-columns:repeat(4, 1fr)
    }
}

.product-card {
    min-width: 0;
    background: #fff;
    padding: 1.25rem .625rem;
    display: flex;
    gap: .625rem;
    border-radius: 10px;
    align-items: flex-start;
    position: relative
}

.product-card:hover {
    outline: 2px solid #dd3231
}

@media (min-width: 48em) {
    .product-card {
        flex-direction: column;
        padding: 1.25rem;
        gap: 1.25rem
    }
}

.product-card__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    flex: 1
}

@media (min-width: 48em) {
    .product-card__info {
        gap: 1.25rem
    }
}

.product-card__image-container {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    min-width: 6.25rem;
    max-width: 11.25rem
}

@media (min-width: 48em) {
    .product-card__image-container {
        width: 100%;
        max-width: 16.5rem
    }
}

.product-card__image-popover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #ffffffb3;
    padding: 1.25rem .625rem;
    color: #dd3231;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 700;
    text-align: center
}

@media (min-width: 48em) {
    .product-card__image-popover {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .75rem;
        font-weight: 700;
        text-align: center
    }
}

.product-card__image {
    display: block;
    aspect-ratio: 1/1;
    width: 100%
}

.product-card__title {
    color: #010101;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: auto
}

@media (min-width: 48em) {
    .product-card__title {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }
}

.product-card__description {
    color: #010101;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .product-card__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .75rem;
        font-weight: 400
    }
}

.product-card__category {
    color: #666;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: .25rem 0
}

@media (min-width: 48em) {
    .product-card__category {
        font-size: .625rem
    }
}

.product-card__sizes {
    align-items: center;
    gap: .5rem
}

.product-card__sizes-list {
    display: flex;
    align-items: center;
    gap: .1875rem;
    justify-content: flex-start
}

@media (min-width: 48em) {
    .product-card__sizes-list {
        justify-content: space-between
    }
}

.product-card__label {
    display: block;
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .product-card__label {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

.product-card__size {
    border: .125rem solid #010101;
    background: #fff;
    border-radius: 1.4375rem;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0;
    gap: .625rem;
    padding: .3125rem 1.30875rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .product-card__size {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        flex: 1;
        justify-content: space-between;
        padding: .4375rem 1.90625rem
    }
}

.product-card__size .icon {
    height: 1.25rem;
    width: 1.25rem
}

.product-card__size--active {
    background: #cc2928;
    color: #fff;
    border-color: #cc2928
}

.product-card__size--active .icon {
    fill: #fff
}

.product-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-top: auto
}

.product-card__price {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    word-break: keep-all;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    min-width: 5rem;
    flex-shrink: 0
}

@media (min-width: 48em) {
    .product-card__price {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 2rem;
        font-weight: 700;
        min-width: 6.5rem
    }
}

.product-card__price:has(.product-card__price-old) {
    color: #dd3231
}

.product-card__price--disabled {
    color: #e7e7e7 !important
}

.product-card__price-old {
    color: #e7e7e7;
    position: relative;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700
}

.product-card__price-old:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    transform: rotate(-15deg);
    transform-origin: center
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #636366;
    padding: 1.25rem 0;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .breadcrumbs {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 2.5rem;
        padding-bottom: 1.25rem
    }
}

.breadcrumbs li {
    display: flex;
    align-items: center
}

.breadcrumbs li a {
    text-decoration: none;
    color: inherit
}

.breadcrumbs li a:hover {
    color: #cc2928
}

.breadcrumbs li:after {
    content: "-";
    margin: 0 .5rem;
    color: inherit
}

.breadcrumbs li:last-child:after {
    content: none
}

.size-selector {
    border: .125rem solid #010101;
    background: #fff;
    border-radius: 1.4375rem;
    padding: .4375rem 1.90625rem;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .625rem
}

.size-selector--active {
    background: #cc2928;
    color: #fff;
    border-color: #cc2928
}

.counter {
    width: fit-content;
    display: flex;
    align-items: center;
    border: .125rem solid #cc2928;
    border-radius: 62.5rem;
    padding: .3125rem .5rem;
    gap: .75rem;
    flex-shrink: 0;
    min-width: 5.5rem
}

@media (min-width: 48em) {
    .counter {
        padding: .3125rem .5rem;
        gap: .75rem;
        min-width: 6.5rem
    }
}

.checkout__cart-item .counter {
    transform: rotate(270deg);
    gap: .45rem;
    border: none;
    font-weight: bold;
}

@media (min-width: 48em) {
    .checkout__cart-item .counter {
        transform: rotate(0deg)
    }
}

.counter__btn {
    background: none;
    border: none;
    color: #cc2928
}

.counter__btn .icon {
    display: block;
    width: .921875rem;
    height: .875rem
}

@media (min-width: 48em) {
    .counter__btn .icon {
        width: 1.185rem;
        height: 1.125rem
    }
}

.counter__value {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 1.5rem;
    text-align: center
}

.checkout__cart-item .counter__value {
    transform: rotate(90deg)
}

@media (min-width: 48em) {
    .checkout__cart-item .counter__value {
        transform: rotate(0deg)
    }
}

.counter--disabled {
    border: .125rem solid #e7e7e7;
    pointer-events: none
}

.counter--disabled .counter__btn {
    color: #e7e7e7
}

.counter--disabled .counter__btn .icon {
    fill: #e7e7e7
}

.counter--disabled .counter__value {
    color: #e7e7e7
}

.button {
    width: fit-content;
    border-radius: 35px;
    gap: 10px;
    padding: 12px 35px;
    background: #cc2928;
    color: #fff;
    transition: all .2s ease;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.button:hover {
    box-shadow: 0 4px 4px #00000040
}

.button:focus {
    background: #cc2928;
    box-shadow: 0 4px 4px #00000040
}

.button:active {
    background: #a32120;
    box-shadow: none
}

.button:disabled {
    background: #e7e7e7
}

.button--outlined {
    background: transparent;
    color: #cc2928;
    border: 2px solid #cc2928
}

.button--outlined:focus {
    background: transparent
}

.button--outlined:active {
    background: transparent
}

.button--secondary {
    background: transparent;
    color: #666;
    border: 2px solid #e7e7e7
}

.button--secondary:hover {
    background: #f5f5f5;
    border-color: #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1)
}

.button--secondary:focus {
    background: #f5f5f5;
    border-color: #ccc
}

.button--secondary:active {
    background: #e7e7e7;
    border-color: #bbb
}

@media (min-width: 48em) {
    .button {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.link-button {
    display: flex;
    align-items: center;
    gap: .875rem;
    padding-block: .46875rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.link-button .icon {
    width: 24px;
    height: 24px
}

@media (min-width: 48em) {
    .link-button {
        padding-block: .96875rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.radio {
    display: flex;
    align-items: center;
    gap: 0.33rem;
    cursor: pointer
}

.radio input {
    display: none
}

.radio__indicator {
    width: 20px;
    height: 20px;
    border: 2px solid #c00;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    flex-shrink: 0
}

.radio__label {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .radio__label {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.radio input:checked + .radio__indicator:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #c00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.button-plus-radio {
    display: flex;
    align-items: center;
    gap: 0.33rem;
    margin-top: 10px;
}

#open-side-dish-modal {
    padding: 12px 16px;
    border: 2px solid #dc3545;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
}

#open-side-dish-modal:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#open-sauce-modal {
    padding: 12px 16px;
    border: 2px solid #dc3545;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
}

#open-sauce-modal:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#side-dish-modal .modal__content,
#sauce-modal .modal__content {
    width: 90vw;
    max-width: 1000px;
}

@media (min-width: 48em) {
    #side-dish-modal .modal__content,
    #sauce-modal .modal__content {
        width: 1000px;
        margin-inline: 0;
    }
}

.button-plus-radio .icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: all 0.2s ease;
}

.button-plus-radio__label {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .button-plus-radio__label {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.button-cross {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .25rem
}

.button-cross .icon {
    width: 16px;
    height: 16px
}

.button-cross__text {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    width: fit-content
}

.tooltip-wrapper .tooltip-target {
    display: flex;
    align-items: center;
    cursor: pointer
}

.tooltip-wrapper .tooltip-content {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    max-width: 11rem;
    background: #fff;
    padding: .75rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px #0000001a;
    line-height: 1.3;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease;
    pointer-events: none;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-align: center
}

@media (min-width: 48em) {
    .tooltip-wrapper .tooltip-content {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
        max-width: 20rem
    }
}

.tooltip-wrapper .tooltip-content:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    border: 8px solid transparent;
    border-top-color: #fff
}

.tooltip-wrapper:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.tabs {
    display: flex;
    width: fit-content;
    gap: 1.25rem
}

.tabs .tab {
    padding: .53125rem 1.25rem;
    background: transparent;
    border-radius: 23px;
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .tabs .tab {
        padding: .75rem 1.875rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.tabs .tab.active {
    background-color: #dd3231;
    color: #fff;
    border: 1px solid #dd3231
}

.select {
    position: relative
}

.select .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    pointer-events: none;
    color: #dd3231
}

.select select {
    width: 100%;
    padding: .625rem;
    border: 1px solid #010101;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #000;
    cursor: pointer
}

.select select:focus {
    outline: none;
    border-color: #dd3231
}

.checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox .checkmark {
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .375rem;
    background-color: #fff;
    transition: all .2s ease-in-out;
    border-radius: 4px
}

.checkbox .checkmark .check-icon {
    width: 12px;
    height: 12px;
    display: none
}

.checkbox input:checked + .checkmark .check-icon {
    display: block
}

.checkbox input:checked + .checkmark {
    background-color: #dd3231;
    border-color: #dd3231
}

.accordion__item {
    border-bottom: 1px solid #e7e7e7
}

.accordion__item .icon {
    flex-shrink: 0;
    fill: #dd3231;
    transition: all .3s ease;
    width: 24px;
    height: 24px
}

.accordion__toggle {
    display: none
}

.accordion__toggle:checked + .accordion__question .icon {
    fill: #e7e7e7;
    transform: rotate(-180deg)
}

.accordion__toggle:checked + .accordion__question + .accordion__answer {
    grid-template-rows:1fr
}

.accordion__toggle:checked + .accordion__question + .accordion__answer > * {
    visibility: visible;
    opacity: 1;
    padding: unset
}

.accordion__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: .625rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .accordion__question {
        padding: 1.375rem 1.25rem
    }
}

.accordion__question img {
    transition: transform .3s
}

.accordion__answer {
    display: grid;
    color: #444;
    grid-template-rows:0fr;
    transition: grid-template-rows .3s, padding .3s
}

.accordion__answer > * {
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .accordion__answer > * {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.pizza-size {
    border: 1px solid #010101;
    background: #fff;
    border-radius: 1.4375rem;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .625rem;
    padding: .3125rem 1.30875rem;
    white-space: nowrap;
    word-break: keep-all;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 700
}

@media (min-width: 48em) {
    .pizza-size {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        justify-content: space-between;
        padding: .4375rem 1.90625rem
    }
}

.pizza-size .icon {
    height: 1.25rem;
    width: 1.25rem
}

.pizza-size--active {
    background: #cc2928;
    color: #fff;
    border-color: #cc2928
}

.pizza-size--active .icon {
    fill: #fff
}

.pizza-size--disabled {
    border: 1px solid #e7e7e7;
    color: #e7e7e7;
    pointer-events: none
}

.pizza-size--disabled.pizza-size--active {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    color: #fff
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    display: none
}

.modal.open {
    display: block
}

.modal__wrapper {
    height: 100%;
    width: 100%;
    background-color: #000c;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal__wrapper.with-image {
    background-color: #333;
    height: 100vh;
    width: 100%;
    background: url(../../assets/pattern.svg);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal__wrapper .entryarea, .modal__wrapper .custom-select {
    margin-bottom: 1.25rem
}

.modal__content {
    position: relative;
    width: 100%;
    min-height: 227px;
    box-shadow: 0 4px 4px #00000040;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: .625rem
}

@media (min-width: 48em) {
    .modal__content {
        width: 628px;
        margin-inline: 0
    }
}

.modal__animation {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem
}

.modal__title {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .modal__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

.modal__action {
    margin-top: 1.875rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .modal__action {
        margin-top: 2.5rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.modal__close {
    position: absolute;
    top: .75rem;
    right: .75rem
}

.modal__close .icon {
    width: 1.5rem;
    height: 1.5rem
}

.modal__action {
    margin-top: .625rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    .modal__action {
        margin-top: 1.25rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }
}

.modal__map {
    display: block;
    width: 100%;
    height: 16.8125rem
}

@media (min-width: 48em) {
    .modal__map {
        width: 32.5rem;
        height: 25.75rem
    }
}

.modal__actions {
    display: flex;
    justify-content: space-between;
    width: 14.0625rem
}

.modal__picture .icon {
    width: 18.875rem;
    height: 14.4375rem;
    display: block
}

#location-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    display: none
}

#location-modal.open {
    display: block
}

#location-modal .modal__wrapper {
    height: 100%;
    width: 100%;
    background-color: #000c;
    display: flex;
    align-items: center;
    justify-content: center
}

#location-modal .modal__content {
    position: relative;
    width: 100%;
    min-height: 227px;
    box-shadow: 0 4px 4px #00000040;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: .625rem
}

@media (min-width: 48em) {
    #location-modal .modal__content {
        width: 628px;
        margin-inline: 0
    }
}

#location-modal .modal__animation {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem
}

#location-modal .modal__title {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    #location-modal .modal__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

#location-modal .modal__action {
    margin-top: 1.875rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    #location-modal .modal__action {
        margin-top: 2.5rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

#location-modal .modal__close {
    position: absolute;
    top: .75rem;
    right: .75rem
}

#location-modal .modal__close .icon {
    width: 1.5rem;
    height: 1.5rem
}

#location-modal .modal__action {
    margin-top: .625rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    #location-modal .modal__action {
        margin-top: 1.25rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }
}

#address-modal .modal__cols {
    width: 100%;
    display: flex;
    gap: 1.25rem
}

#address-modal .modal__cols > * {
    flex: 1
}

#address-modal .modal__wrapper {
    background-color: #333;
    height: 100vh;
    width: 100%;
    background-color: #000c;
    background-size: 1440px 1024px;
    display: flex;
    align-items: center;
    justify-content: center
}

#address-modal .modal__wrapper .entryarea, #address-modal .modal__wrapper .custom-select {
    margin-bottom: 1.25rem
}

#address-modal .modal__content {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding-block: 3.75rem 1.4375rem;
    padding-inline: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: .625rem;
    box-shadow: 0 4px 4px #00000040
}

@media (min-width: 48em) {
    #address-modal .modal__content {
        width: 628px;
        margin-inline: 0;
        padding-inline: 6.75rem;
        padding-block: 3.75rem 2.6875rem
    }
}

#address-modal .modal__title {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    #address-modal .modal__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media (min-width: 48em) {
    #address-modal .modal__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

#address-modal .modal__close {
    position: absolute;
    top: .75rem;
    right: .75rem
}

#address-modal .modal__close .icon {
    width: 1.5rem;
    height: 1.5rem
}

#address-modal .modal__actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4.625rem
}

#address-modal .modal__actions .button {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    #address-modal .modal__actions .button {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }
}

@media (min-width: 48em) {
    #address-modal .modal__actions {
        margin-bottom: 1.25rem;
        width: 20.9375rem
    }
}

#address-modal .modal__description {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-align: center
}

@media (min-width: 48em) {
    #address-modal .modal__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-align: center
    }
}

#address-modal .modal__map {
    display: block;
    width: 100%
}

@media (min-width: 48em) {
    #address-modal .modal__map {
        width: 32.5rem;
        height: 25.75rem
    }
}

#delete-item-modal .modal__wrapper {
    background-color: #333;
    height: 100vh;
    width: 100%;
    background-color: #000c;
    display: flex;
    align-items: center;
    justify-content: center
}

#delete-item-modal .modal__wrapper .entryarea {
    margin-bottom: 1.25rem
}

#delete-item-modal .modal__content {
    position: relative;
    width: 100%;
    min-height: 227px;
    background-color: #fff;
    border-radius: 10px;
    padding-inline: .625rem;
    padding-block: 3.75rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: .625rem;
    box-shadow: 0 4px 4px #00000040
}

@media (min-width: 48em) {
    #delete-item-modal .modal__content {
        width: 628px;
        padding-inline: 1.625rem
    }
}

#delete-item-modal .modal__title {
    margin-bottom: 2.5rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    #delete-item-modal .modal__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

#delete-item-modal .modal__close {
    position: absolute;
    top: .75rem;
    right: .75rem
}

#delete-item-modal .modal__close .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

#delete-item-modal .modal__actions {
    display: flex;
    justify-content: space-between;
    width: 14.0625rem
}

#delete-item-modal .modal__picture .icon {
    width: 18.875rem;
    height: 14.4375rem;
    display: block
}

/* Preorder Modal Styles */
#preorder-modal .modal__actions {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.5rem
}

#preorder-modal .modal__actions .button {
    flex: 1;
    min-width: 120px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    #preorder-modal .modal__actions {
        margin: 1.5rem auto 0
    }
    
    #preorder-modal .modal__actions .button {
        font-size: 1rem
    }
}

.preorder-datetime {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.preorder-datetime .form-group {
    flex: 1
}

.preorder-datetime label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333
}

@media (max-width: 47.99em) {
    .preorder-datetime {
        flex-direction: column;
        gap: 1rem
    }
}

#order-success-modal .modal__content {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding-inline: .625rem;
    padding-block: 3.75rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: .625rem;
    box-shadow: 0 4px 4px #00000040
}

@media (min-width: 48em) {
    #order-success-modal .modal__content {
        width: 628px;
        padding-inline: 1.625rem
    }
}

#order-success-modal .modal__title {
    margin-bottom: 2.5rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    #order-success-modal .modal__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

#order-success-modal .modal__description {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-align: center
}

@media (min-width: 48em) {
    #order-success-modal .modal__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 700
    }
}

#order-success-modal .modal__close {
    position: absolute;
    top: .75rem;
    right: .75rem
}

#order-success-modal .modal__close .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

#order-success-modal .modal__action {
    margin-top: .625rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    #order-success-modal .modal__action {
        margin-top: 1.25rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }
}

#order-success-modal .modal__picture .icon {
    width: 18.875rem;
    height: 14.4375rem;
    display: block
}

#login-modal .modal__content {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding-block: 3.75rem 1.4375rem;
    padding-inline: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: .625rem;
    box-shadow: 0 4px 4px #00000040
}

@media (min-width: 48em) {
    #login-modal .modal__content {
        width: 628px;
        margin-inline: 0;
        padding-inline: 6.75rem;
        padding-block: 3.75rem 2.6875rem
    }
}

#login-modal .modal__title {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width: 48em) {
    #login-modal .modal__title {
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase
    }
}

#login-modal .modal__description {
    margin-bottom: 1.25rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-align: center
}

@media (min-width: 48em) {
    #login-modal .modal__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

#login-modal .modal__close {
    position: absolute;
    top: .75rem;
    right: .75rem
}

#login-modal .modal__close .icon {
    width: 1.5rem;
    height: 1.5rem
}

#login-modal .modal__action {
    margin-top: .625rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    #login-modal .modal__action {
        margin-top: 1.25rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }
}

.custom-select {
    position: relative;
    width: 100%
}

.custom-select__trigger {
    width: 100%;
    padding: .75rem .625rem;
    text-align: left;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.custom-select__value {
    flex: 1;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width: 48em) {
    .custom-select__value {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.custom-select__value--bold {
    font-weight: 700
}

.custom-select__labelline {
    max-width: 100%;
    position: absolute;
    pointer-events: none;
    color: #010101;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0 .625rem;
    background-color: transparent;
    transition: .2s ease;
    transform: translate(.625rem, -.3125rem);
    z-index: 1;
    background-color: #fff;
    line-height: .625rem;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.custom-select__options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    background: #fff;
    padding: 0;
    list-style: none;
    display: none;
    z-index: 10;
    box-shadow: 0 2px 8px #00000026
}

.custom-select .icon {
    transition: all .2s ease;
    width: 1.5rem;
    height: 1.5rem;
    fill: #dd3231
}

.custom-select.open .icon {
    transform: rotate(-180deg)
}

.custom-select.open .custom-select__options {
    display: block
}

.custom-select__option {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .custom-select__option {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.custom-select__option--bold {
    font-weight: 700
}

.custom-select__option:hover {
    background: #f0f0f0
}

.custom-select__option:last-child {
    border-bottom: none
}

.entryarea {
    position: relative;
    min-height: 2.75rem;
    line-height: 2.75rem;
    width: 100%
}

.entryarea input, .entryarea textarea {
    display: block;
    width: 100%;
    outline: none;
    font-size: 1rem;
    padding: 0 .8125rem;
    border-radius: 4px;
    border: 1px solid rgb(231, 231, 231);
    background: transparent;
    transition: .1s ease;
    z-index: 10;
    resize: none;
    min-height: 2.875rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .entryarea input, .entryarea textarea {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.entryarea input:focus ~ .labelline, .entryarea input:valid ~ .labelline, .entryarea textarea:focus ~ .labelline, .entryarea textarea:valid ~ .labelline {
    transform: translate(.625rem, -.3125rem);
    z-index: 1;
    background-color: #fff;
    line-height: .625rem;
    font-family: Montserrat, sans-serif;
    font-size: .625rem;
    font-weight: 400
}

.entryarea input {
    min-height: 2.875rem
}

.entryarea textarea {
    min-height: 7.75rem
}

.entryarea .labelline {
    max-width: 100%;
    pointer-events: none;
    color: #010101;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0 .625rem;
    background-color: transparent;
    color: #000;
    transition: .2s ease;
    line-height: 3rem;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width: 48em) {
    .entryarea .labelline {
        line-height: 3rem;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.entryarea .action {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 1.25rem;
    height: 100%
}

.entryarea .action .icon {
    width: 24px;
    height: 24px
}

.input-field {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    margin-top: 20px
}

.input-field label {
    font-size: 12px;
    color: #555;
    margin-left: 8px;
    margin-bottom: 4px;
    background-color: #fff;
    padding: 0 4px;
    position: absolute;
    top: -8px;
    left: 12px;
    z-index: 1
}

.input-field input {
    font-size: 16px;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    background-color: #fff;
    transition: border-color .3s ease
}

.input-field input:focus {
    border-color: #000
}

.input-field input::placeholder {
    color: #aaa;
    opacity: 1
}

.error-page__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 2.5rem 3.75rem
}

@media (min-width: 48em) {
    .error-page__container {
        padding-block: 3.75rem 7.5rem
    }
}

.error-page__title {
    margin-bottom: .5rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    .error-page__title {
        margin-bottom: .75rem;
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center
    }
}

.error-page__subtitle {
    margin-bottom: 1.875rem;
    line-height: normal;
    font-family: Dela Gothic One, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 48em) {
    .error-page__subtitle {
        margin-bottom: 2.5rem;
        line-height: normal;
        font-family: Dela Gothic One, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center
    }
}

.promos-list {
    width: 100%
}

@media (min-width: 90em) {
    .promos-list {
        width: 66.25rem;
        margin-inline: auto
    }
}

.promo-item {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media (min-width: 48em) {
    .promo-item {
        flex-direction: row
    }
}

.promo-item__info, .promo-item__picture {
    flex: 1
}

.promo-item:not(:last-child) {
    border-bottom: 1px solid #000;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem
}

.promo-item__title {
    margin-bottom: 2.4375rem;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .promo-item__title {
        margin-bottom: 3.625rem;
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        text-transform: uppercase
    }
}

.promo-item__description {
    line-height: normal;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

@media (min-width: 48em) {
    .promo-item__description {
        line-height: normal;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        font-weight: 400
    }
}

.promo-item__picture {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
    min-width: 0
}

@media (min-width: 48em) {
    .promo-item__picture {
        max-width: none;
        display: block;
        object-fit: contain;
        height: 300px;
    }
}

#footer-map, #zona-map {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 1.25rem
}

.ol-zoom {
    top: 8px;
    left: 8px;
    border-radius: 4px;
    padding: 2px
}

.ol-zoom button {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-family: Lucida Grande, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 22px;
    width: 22px;
    line-height: 19px;
    background: #130085;
    background: #003c8880;
    filter: alpha(opacity=80)
}

.ol-zoom button:hover {
    background: #eee
}

.ol-zoom {
    pointer-events: auto;
    z-index: 1000
}

.ol-zoom-container {
    pointer-events: none
}

.ol-zoom button {
    pointer-events: auto
}
