<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.itemInfoContainer {
    display: grid;
    grid-template-columns: 635px 445px;
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 10px;
}
.h2 {

font-size: 24px;
font-weight: 700;
line-height: 31.92px;
text-align: left;
margin-bottom: 5px;
padding-bottom: 5px;

}
h3 {
    /* font-family: 'Evolventa Bold'; */
    font-size: 18px;
    font-weight: 700;
    line-height: 23.94px;
    text-align: left;
}
.rating {
    display: grid;
    grid-template-columns: 90px 5px auto;
    align-items: center;
    justify-items: start;
}
.itemRating {
    padding-top: 4px;
}
.rating .rate {
    font-size: 14px;
    font-weight: 400;
    /* line-height: 18.62px; */
    text-align: left;
}
.rating .votes {
    color:#7E858C;
    padding-left: 20px;
    margin-top: -1px;
}
.description {

font-size: 14px;
font-weight: 400;
line-height: 18.62px;
text-align: left;

}
.feature {
    display: flex;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
    gap:10px;
    /* font-family: Evolventa; */
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.feature .dotted {
    border-bottom: 2px dotted #131D28;
    flex: 1;
    margin-bottom:2.7%;
    letter-spacing:10em
}
.priceBlock {
    display: grid;
    grid-template-columns: auto 40px;
    margin-bottom: 30px;
    margin-top: 10px;
    justify-content:baseline;
}
.prices {
    
    font-size: 24px;
    font-weight: 700;
    line-height: 31.92px;
    text-align: left;
}
.oldItPrice {
    color: #7E858C;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.94px;
    text-align: left;
    padding-left: 15px;
    text-decoration: line-through;
}
.favor {
    background: url('/local/templates/main/images/icons/favorite.svg') no-repeat center center;
    cursor: pointer;
}
.favor:hover {
    background: url('/local/templates/main/images/icons/favorite_hover.svg') no-repeat center center;
}
.quantity {
    margin-bottom: 15px;
}
.f-carousel__slide {
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    /* background: #f0f0f0; */
    /* width: 540; */
}
.carouselContainer {
    display: grid;
    grid-template-columns: 107px 510px ;
    gap: 10px;
    height: 720px;
}
.f-thumbs{
    order: -1;
    height: 720px;
}
.f-carousel {
    order: 1;
}
.f-thumbs__slide__button {
    width: 97px;
    /* height: 115px; */
    border-radius: 4px;
}
.f-thumbs__slide {
    height: 115px;
    width: 87px;
    padding: 0px;
    margin: 0px;
}
.f-button {
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    height: 20px;
}
.payBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.buttonsBlockContainer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.actionPay {
    padding-top: 15px;
}
.quantity, .scu, .shareIt {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.62px;
    text-align: left;
}
.quantity {
    justify-items: center;
    align-items: center;
}
.deliveryInfo {
    margin-top: 20px;
}
.deliveryInfoTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.94px;
    text-align: left;
}
.Group_297 {

font-size: 14px;
font-weight: 400;
line-height: 18.62px;
text-align: left;

}
.deliveryBlock {
    padding-left: 40px;
}
.deliveryBlock .title {

font-size: 14px;
font-weight: 700;
line-height: 18.62px;
text-align: left;


}
.csuButtonsContainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
    /* grid-template-columns: repeat(5, 50px);
    justify-content: space-between;
    grid-auto-columns: auto; */

}
.csuButtons {
    border: #BEC2C7 1px solid;
    border-radius: 4px;
    background-size: contain;
    height: 64px;
    width: 50px;
}
.currentItem {
    border: rgba(96, 100, 210, 1) 1px solid;
}
.rateDown {
    font-family: 'Evolventa Bold';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #131D28;
}
.voteDown {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #7E858C;
    display: inline-flex;
    align-items: center;
}
.voteDown::before {
    content: ' ';
    width: .35em;
    height: .35em;
    border-radius: 1em;
    background-color: #7E858C;
    margin-left: 6px;
    margin-right: 11px;
}
.scuItemContainer {
    position: relative;
    /* display: inline-block; */
  }
  
  .scuItemPopup {
    display: none;
    position: absolute;
    top: -268px;
    left: -50px;
    background: #fff;
    /* border: 1px solid #ccc; */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    z-index: 10;
    padding: 8px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
  }
  .scuItemPopup::before {
    bottom: -13px;
    content: "";
    position: absolute;
    /* width: 32px;
    height: 13px; */
    /* background-color: #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 13px solid #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3); */
    /* width: 0;
    height: 0; */
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 13px solid #FFFFFF;
    /* position: relative; */
    /* bottom: 0; */
    left: 77px;
    transform: translateX(-50%);
  }
  .scuItemPopupImage {
    display: block;
    width: 144px;
    height: 198px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    opacity: 0px;
    background-size: cover; 
  }
  
  .scuItemContainer:hover .scuItemPopup {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .scuItemPriceContainer {
    padding: 8px;
    text-align: center;
  }
.scuItemPrice {
    font-family: 'Evolventa Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 18.62px;
    text-align: left;
    
}
.scuItemPriceOld{
    font-family: 'Evolventa Bold';
    font-size: 12px;
    font-weight: 700;
    line-height: 15.96px;
    text-align: left;
    margin-left: 10px;
    color: var(--font-2, rgba(126, 133, 140, 1));
    text-decoration:line-through;
}
.slideCounter {
    display: none;
}
.priceBlockMobile {
    display: none;
}
.itemQuantity {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:15px;
    justify-items: center;
    align-items: center;
}
.quantityButton {
    height: 26px;
    width: 26px;
    border-radius: 8px;
}
.quantityButton:hover {
    background-color: rgba(190, 194, 199, 1);
}
.itemQuantityContainer {
    display: grid;
    grid-template-columns: 80px auto;
    justify-content: start;
    align-items: center;
    gap:15px;
}
.reviewsPhotoContainer, .reviewsStatContainer, .reviewsContainer, .reviewsButton {
    margin-bottom: 25px;
}
.reviewsButton {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 45px;
}
.reviewsContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.reviewItem {
    border-radius: 8px;
    padding: 15px;
    background: #EDFAFD;
}
.reviewItemHeader {
    display: grid;
    grid-template-columns: auto max-content;
    gap: 10px;
    background: url('/local/templates/main/images/icons/userReview.svg') no-repeat left center;
    background-size: contain;
    padding-left: 55px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.showReviewText{
    display: block;
}
.hiddenReviewText{
    display: none;
}

.reviewDescription {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #131D28;
}
.textSCU {
    padding-top: 10px;
}

.reviewDate {
    color: #7E858C;
    margin-top: 1px;
}
.navyBlockContainer {
    position: relative;
    top: 0;
}
.buttonPre, .buttonPreNext {
    position: absolute;
    bottom: -10px;
    z-index: 999;
    /* padding: 3px; */
    padding-bottom: 0px;
    padding-top: 5px;
    border-radius: 4px;
    /* background-color: #FFFFFF; */
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.buttonPre{
    left: 0;
    bottom:30px;
}
.buttonPreNext {
    right: 0;
    bottom:30px;
}
.reviewItemPhotosContainer {
    display: grid;
    grid-template-columns: min-content;
}
.reviewItemPhotosContainer {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px
}
.reviewsTitle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
    /* justify-items:stretch; */
    justify-content: space-between;
}
.titleBrandBlock {
    display: grid;
    grid-template-columns: auto ;
    gap: 10px;
}
.brandIcon {

}
.userCookieForm {
    margin-top: -10px;
}


@media (max-width: 570px) {
    .csuButtonsContainer {
       
    }
    .reviewsContainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .f-carousel__dots {
        bottom:10px;
        margin-bottom: -20px;
    }
    .carouselContainer {
        display: grid;
        grid-template-columns: auto ;
        gap: 10px;
        height: 450px;
    }
    .f-carousel__slide {
        height: 450px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 8px;
    }
    .itemInfoContainer {
        display: grid;
        grid-template-columns: auto;
        column-gap: 30px;
        row-gap: 40px;
        /* margin-bottom: 50px; */
    }
    .slideCounter {
        display: block;
        z-index: 99;
        border-radius: 12px;
        left: 10px;
        bottom: 10px;
        position: absolute;
        background: #fff;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        color: var(--font-2, rgba(126, 133, 140, 1));
    }
    .h2 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-family: 'Evolventa Bold';
        font-size: 16px;
        font-weight: 700;
        line-height: 18.62px;
        text-align: left; 
    }
    .priceBlock {
        display: none;
    }
    .priceBlockMobile {
        /* padding-top: 15px; */
        margin-top: -20px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 23.94px;
        text-align: left;
    }
    .buttonsBlockContainer {
        position: fixed;
        border-radius: 15px 15px 0 0;
        left: 0;
        right: 0;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        bottom: 50px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
        background: #FFFFFF;
        z-index: 9999;
    }
    .buttonsBlockContainer .buttons {
        font-size: 13px;
        font-weight: 500;
        line-height: 13.94px;
    }
    .itemReview {
        padding-bottom: 120px;
    }
}</pre></body></html>