.o-services h2 strong,
.o-services h2 b {
    color: #fe0432 !important;
}

.m-card-collection__title {
    padding-left: 1rem;
}

.m-card-collection__title h3 {
    line-height: 1.5em;
    font-size: 1.3rem;
}

.m-card-collection__title img {
    position: relative;
    bottom: auto;
    margin-bottom: .5rem;
}

@media screen and (max-width:1600px) {
    .m-card-collection__title {
        left: 1.725rem;
        bottom: 1.725rem;
    }

    .m-card-collection__title h3 {
        font-size: 1.2rem;
    }

    .m-card-collection .a-icon {
        bottom: 2.25rem;
    }
}

.p-product h1 {
    margin-bottom: 3.625rem;
}

.p-product .row+h1 {
    margin-top: 5rem;
}

.m-modal {
    overflow: visible;
}

.fancybox-close-small {
    background-color: #fe0432;
    display: block;
    right: 0px !important;
    width: 40px;
    height: 40px;
    top: -20px !important;
}

.fancybox-button svg path {
    fill: white;
}

.m-card__foot i,
.m-card__foot span {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .m-newsletter__input .a-input input {
        /*padding: 1.125rem 1.25rem .625rem 1.25rem;*/
        font-size: 1rem;
    }
}

@media screen and (max-width:1024px) {
    .m-nav ul li {
        cursor: auto;
    }

    .m-modal.m-image-modal {
        padding: 0;
        background-color: transparent;
    }

    .m-modal.m-image-modal .m-modal__body img {
        width: 100%;
        max-height: 80vh;
    }
}

@media screen and (max-width: 1280px) {
    .p-product h1 {
        font-size: 2.125rem;
        line-height: 2.875rem;
        margin-bottom: 2.375rem;
    }

    .m-card-product__head img {
        max-height: 100%;
    }
}

@media screen and (max-width: 480px) {
    .m-card-collection__title {
        padding-left: .25rem;
    }
}

.grecaptcha-badge {
    z-index: -99;
}

@media screen and (min-width:1025px) {
    .mobile-only {
        display: none !important;
    }

    @media screen and (max-width:1024px) {}

    .grecaptcha-badge {
        z-index: -99;
    }

    .m-modal.m-image-modal {
        position: relative;
        width: auto;
        max-width: 80%;
        padding: 0;
        background-color: transparent;
    }

    .m-modal.m-image-modal .m-modal__body {
        line-height: 1em;
    }

    .m-modal.m-image-modal .m-modal__body img {
        width: 100%;
        max-width: 50vw;
        max-height: 75vh;
        object-fit: contain;
        object-position: center;
    }

    .m-modal.m-image-modal .a-btn-icon.btn-close {
        right: -1.4rem;
        top: -1.4rem;
        z-index: 11;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: white;
        padding: .75rem;
        transform: translate(50%, -50%);
    }

}

@media screen and (max-width:1024px) {
    .m-modal.m-image-modal {
        position: static;
    }

    .m-modal.m-image-modal .a-btn-icon.btn-close {
        display: block;
        top: 0.5rem;
        right: 0.5rem;
        padding: 0.75rem;
        background-color: white;
        color: black;
        font-weight: 700;
    }
}


.m-filter__checkbox-list {
    height: auto;
    flex-wrap: wrap;
    flex-direction: row;
}


.p-product-detail__icons+.m-tag_list {
    margin-top: 24px;
}

.tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.tag_list .badge {
    display: inline-block;
    padding: 8px 14px;
    background-color: #e7e7e7;
    font-size: 12px;
    letter-spacing: -.2px;
    border-radius: 999px;
}

.ac-lang .lang-code,
.a-hamburger__text {
    text-transform: uppercase;
}
