#rec1048774521 .t706__carticon {
    display: none;
}

.basket-icon {
    cursor: pointer;
}

.basket-count-icon,
.dropdown-block-content {
    display: none !important;
}

.basket-count-icon.active,
.dropdown-block-content.active {
    display: block !important;
}

.dropdown-block {
    cursor: pointer;
}

.not-init,
.custom-html,
.product.hidden {
    display: none !important;
}

.product-img a.tn-atom{
    background-repeat: no-repeat;
    background-size: cover;
}

.product-title .tn-atom {
    display: block;
    max-height: 64px;
    overflow: hidden;
}

.product-label,
.product-label .tn-atom {
    height: 32px !important;
}

.product-label .label {
    font: 14px/20px 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    padding: 6px 8px;
    border: 1px solid black;
    width: fit-content;
}

.product-label .label.easy {
    color: #866FCC;
    border-color: #866FCC;
}

.product-label .label.medium {
    color: #BC8915;
    border-color: #BC8915;
}

.product-label .label.hard {
    color: #5A2E4D;
    border-color: #5A2E4D;
}

 .mobile-menu-item {
    border-bottom: 1px solid #A3A3A33D;
}

#rec1061758751 {
    display: none !important;
}

#rec1061758751.show {
    display: block !important;
}

.sidebar-body {
    left: -250px;
}

.sidebar-button {
    cursor: pointer;
}

#rec1082317536 .t450__close_icon {
    display: none;
}

#rec1082317536 .t450__container {
    padding: 0px;
}

#rec1082317536 .t450__list_item a {
    margin: 0px;
    padding: 12px 16px;
    border-bottom: 1px solid #A3A3A33D;
    width: 100%;
    box-sizing: border-box;
}

#rec1082317536 .t-menusub__link-item  {
    padding: 12px 16px;
    border-bottom: 1px solid #A3A3A33D;
    margin: 0px;
    box-sizing: border-box;
}

#rec1082317536 .t-menusub__content {
    padding: unset;
    margin: 0px;
    width: 100%;
}

#rec1082317536 .t-menusub__content .t-menusub__list-item {
    margin: 0px;
}

#rec1082317536 .t450__logowrapper {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

#rec1082317536 .t450__logowrapper .t450__logoimg {
    flex: 0 0 145px;
    width: 100%;
    height: auto;
    display: block;
    max-width: unset;
}

#rec1082317536 .t450__right_descr {
    color: #242424;
    padding: 16px 25px;
}

@media only screen and (max-width: 980px) {
    .hide-on-mobile {
        display: none;
    }
}

/**/

.product-variants .t-product__option-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.product-variants .t-product__option-item .t-product__option-input {
    transform: scale(1.5);
    margin: 0px;
}
.product-variants .t-product__option-item .t-product__option-checkmark {
    display: none;
}

.product-variants .t-product__option-item .t-product__option-title {
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.main-image {
    width: 519px;
    height: 519px;
    margin-bottom: 19px;
}

.thumbnails {
    width: 519px;
    height: 167px;
    overflow: hidden;
}

.product-title .tn-atom {
    max-height: unset !important;
    overflow: hidden !important;
}

.product-description {
    font: 22px/32px 'Montserrat', Arial, sans-serif;
    color: #242424;
}

.main-image img,
.thumbnails .product-image img {
    width: 100%;
    height: auto;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 519px;
    max-width: 519px;
}

.thumbnails .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 167px;
    max-width: 167px;
}

.thumbnails .slick-track {
    margin-left: unset;
}

.slick-slide {
    margin: 0 4px;
}

/* the parent */
.slick-list {
    margin: 0 -4px;
}
  
.t-store {
    display: none !important;
}
  
.change-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    border: 1px solid black;
}

.change-quantity input {
    text-align: center;
    flex: 0 0 calc(160px - 64px);
    padding: 0px;
    font: 22px/32px 'TildaSans',Arial,sans-serif;
    border: unset;
    width: 100%;
    outline: unset;
}
.change-quantity button {
    outline: unset;
    cursor: pointer;
    border: unset;
    height: 64px;
    width: 32px;
    flex: 0 0 32px;
    font: 22px/32px 'TildaSans',Arial,sans-serif;
    padding: 0px;
    background-color: unset;
}

@media only screen and (max-width: 1440px) {
    .product-variants .t-product__option-item .t-product__option-input {
        transform: scale(1.2);
    }
    .product-variants .t-product__option-item .t-product__option-title {
        font-size: 18px;
    }

    .main-image {
        width: 370px;
        height: 370px;
        margin-bottom: 12px;
    }
    
    .thumbnails {
        width: 370px;
        height: 120px;
        overflow: hidden;
    }
    
    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 370px;
        max-width: 370px;
    }
    
    .thumbnails .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 120px;
        max-width: 120px;
    }
    
    .product-description {
        font: 18px/22px 'Montserrat', Arial, sans-serif;
    }
}
  
@media only screen and (max-width: 980px) {
    .product-variants .t-product__option-item .t-product__option-input {
        transform: scale(1);
    }
    .product-variants .t-product__option-item .t-product__option-title {
        font-size: 16px;
    }
        
    .main-image {
        width: 343px;
        height: 343px;
        margin-bottom: 8px;
    }
    .thumbnails {
        width: 343px;
        height: 108px;
        overflow: hidden;
    }
    
    .change-quantity {
        width: 127px;
    }
    
    .change-quantity input {
        text-align: center;
        flex: 0 0 calc(127px - 64px);
    }
    .change-quantity button {
        height: 44px;
    }
    
    .quantity-change-container {
        height: 44px !important;
    }
        
    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 343px;
        max-width: 343px;
    }
        
    .thumbnails .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 108px;
        max-width: 108px;
    }
    
        .product-description {
        font: 16px/20px 'Montserrat', Arial, sans-serif;
    }
}