.swiper.swiperThumb {
    min-width: 60px;
    display: none;
}

.swiper__image,
.swiper__thumb-image,
.swiper-image {
    width: 100%;
    object-fit: contain;
}

.swiper-slide-thumb-active {
    outline: -webkit-focus-ring-color 1px auto;
}

.swiperMain .swiper-slide {
    margin: auto;
}

.product__name {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 5px;
}

.product__code {
    color: var(--color-text-gray);
    margin-bottom: 12px;
}

.product__price {
    margin-bottom: 12px;
    color: var(--color-text-gray);
    font-size: 1.05rem;
}

.product__actions {
    display: flex;
    gap: 15px;
    margin: 30px 0;
}

.product__actions-wrapper {
    margin-bottom: 20px;
}

.product__wrapper {
    margin-bottom: 100px;
}

.field input.product__count-input {
    border: 1px solid #a1a1aa;
    padding: 10px;
    width: 100px;
}

.product__description-long,
.product__description {
    font-size: .8rem;
    color: var(--color-text-gray);
}

.product__description {
    margin-bottom: 20px;
}

.product__stock {
    margin-bottom: 30px;
}

.product__stock td {
    min-width: 150px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .05rem;
}

.product__stock-qty {
    text-align: center;
}

.product__question {
    margin-bottom: 30px;
}

.product__actions .field {
    margin-bottom: 0;
}

.button--sendEmail {
    margin-top: 15px;
}

.swiper.swiperMain--fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    padding: 85px 0;
}

.js__swiper-close {
    display: none;
}

.swiperMain--fullscreen .js__swiper-close {
    display: block;
    position: absolute;
    text-align: end;
    cursor: pointer;
    top: 15px;
    right: 15px;
    z-index: 100;
}

.swiperMain--fullscreen .swiper-slide {
    margin: 0 !important;
    max-height: 1000px;
}

.swiperMain--fullscreen .swiper__image {
    object-fit: contain;
    height: 100%;
}

.swiperMain--fullscreen .swiper-button-next {
    right: 25px;
}

.swiperMain--fullscreen .swiper-button-prev {
    left: 25px;
}

.out-of-stock {
    color: #dc3545;
}

.in-stock {
    color: #38b151;
}

.swiperThumb.hidden {
    display: none !important;
}

.swiper__heading {
    margin: 3rem 0
}

.swiper__heading h2 {
    font-size: 32px;
    text-align: center;
}

@media(max-width:992px) {
    .swiper__heading h2 {
        font-size: 24px;
    }
}

.mySwiper {
    margin-bottom: 3rem;
}

.mySwiper .swiper-slide {
    height: auto;
}

.button.desktop {
    display: none;
}

@media(min-width:992px) {
    .product__gallery {
        max-width: 50%;
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
        height: fit-content;
        width: 100%;
        margin-top: 50px;
    }

    .product__wrapper {
        margin-bottom: 250px;
    }

    .button.desktop {
        display: block;
    }

    .product__content {
        flex-basis: 50%;
    }

    .swiper.swiperThumb {
        display: block;
    }

    .swiperThumb .swiper-slide {
        max-width: 60px;
        max-height: 60px;
    }

    .swiperThumb .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: contain;
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    .product__wrapper {
        /* display: grid;
        grid-template-columns: 1fr 1fr; */
        display: flex;
        gap: 3rem;
    }

    .product__gallery .swiperThumb .swiper-slide {
        width: 100% !important;
    }
}

.fullscreen-slider {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
}

.fullscreen-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.fullscreen-slider .swiper-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.fullscreen-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    max-height: 1000px;
}

.fullscreen-slider .close-fullscreen {
    position: absolute;
    text-align: end;
    cursor: pointer;
    top: 15px;
    right: 15px;
    z-index: 100;
}

.fullscreen-slider .swiper-image {
    object-fit: contain;
}

.product-options {
    margin: 30px 0;
}

.option-wrap button.option-selected {
    background-color: rgb(243, 243, 243);
}

.option-wrap button {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    font-size: .75rem;
    line-height: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 1px solid rgb(228, 228, 228);
    background-color: #fff;
    margin: 0 10px 10px 0;
    height: 40px;
    border-radius: 25px;
    cursor: pointer;
    color: #000;
}

.option-wrap button:hover {
    background-color: rgb(243, 243, 243);
}

.option-wrap h5 {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.recommendation {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e4e4e4;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.recommendation__photo img {
    height: 66px;
    width: 66px;
    object-fit: cover;
    border-radius: 100%;
}

.recommendation p {
    font-size: .8rem;
}

.recommendation h5 {
    font-size: 1rem;
}

.product__montonio-hire-purchase-block {
    color: var(--color-text-gray);
    font-size: .8rem;
    margin-bottom: 30px;
}