@font-face {
    font-family: Montserrat-Bold;
    src: url('/fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('/fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Redular;
    src: url('/fonts/Montserrat-Redular.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('/fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Light;
    src: url('/fonts/Montserrat-Light.ttf');
}

.btn-primary {
    background-color: rgba(122, 27, 34, var(--tw-bg-opacity));
}
.max-w-\[1134px\] {
    max-width: 1134px;
}

@media (max-width: 480px) {
    .max-xs\:space-between {
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
}

.field-subscribe-email {
    width: 100%;
}

.basket-count {
    display: flex;
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: rgba(116, 45, 27, 1);
    color: white;
    font-size: 11px;
    right: 0;
    top: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.btn-basket {
    position: relative;
}