.video-modal iframe{

    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%!important;
    aspect-ratio: 1.77778 / 1!important;
}


.pBlock2{
    display: flex;
    grid-gap: 20px 60px;
    margin: 0 -20px;
    margin-top: 40px;
    align-items: center;
}
.pBlock2 div{
        margin: 0 10px;
    width: calc(50% - 20px);
}
.pBlock2 div h4{
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
.pBlock2 div p{
    font-size: 16px;
}
.pBlock2 img{
    width: 100%;
    margin: 0;
}

.pBlock3{
    display: flex;
    grid-gap: 20px 30px;
    margin: 0 -20px;
    margin-top: 40px;
    align-items: start;
}
.pBlock3 div{
        margin: 0 10px;
    width: calc(33% - 20px);
}
.pBlock3 div h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0;
}
.pBlock3 div p{
    font-size: 16px;
}
.pBlock3 img{
    width: 100%;
    margin: 0;
}
 .prDesas .blogItemContent h1, .prDesas .blogItemContent h2, .prDesas .blogItemContent h3, .prDesas .blogItemContent h4, .prDesas .blogItemContent h5, .prDesas .blogItemContent h6{
    text-transform: math-auto!important;
    font-size: 24px!important;
    line-height: 34px!important;
}

.product-description {
    width: 100%;

    color: #222;
}

.product-description__title {
    margin: 0 0 12px;

    max-width: 1120px;

    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

/* Область з текстом */
.product-description__content {
    position: relative;

    max-height: 300px;
    overflow: hidden;

    transition: max-height 0.45s ease;
}

.product-description__text {
    max-width: 1180px;

    font-size: 14px;
    line-height: 1.5;
}
.product-description__text  p{
    font-size: 14px;
}
.product-description__text h1, .product-description__text h2, .product-description__text h3, .product-description__text h4, .product-description__text h5, .product-description__text h6{
    margin-bottom: 10px;
    margin-top: 20px;
}

.product-description__text p {
    margin: 0 0 4px;
}

/* Білий градієнт внизу */
.product-description__fade {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 35px;

    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        #ffffff 90%
    );

    transition: opacity 0.25s ease;
}

/* Розгорнутий стан */
.product-description__content.is-open {
    max-height: 1000px;
}

.product-description__content.is-open .product-description__fade {
    opacity: 0;
}

/* Кнопка */
.product-description__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 18px;

    min-width: 130px;
    height: 34px;

    padding: 0 14px;

    border: 1px solid var(--Primary);
    border-radius: 18px;

    background: #ffffff;
    color: #222;

    font-size: 14px;
    font-family: inherit;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.product-description__button:hover {
    background: #35819f1a;
    border-color: var(--Primary);
}

.product-description__arrow {
    transition: transform 0.3s ease;
}

.product-description__button.is-open .product-description__arrow {
    transform: rotate(180deg);
}

/* Мобільна версія */
@media (max-width: 768px) {

    .product-description__title {
        font-size: 20px;
    }

    .product-description__text {
        font-size: 14px;
    }

    .product-description__content {
        max-height: 250px;
    }

    .product-description__content.is-open {
        max-height: 1500px;
    }
}

@media (max-width: 991px){
    .pBlock2{
        display: grid;
        margin: 120px 0;
    }
    .pBlock2 img{
        margin: 0!important;
    }
    .pBlock2 div{
        width: 100%;
        margin: 0;
    }
    .pBlock2MobRev{
                flex-direction: column-reverse;
        display: flex;
    }
    .pBlock3{
        display: grid;
        margin: 0;
    }
    .pBlock3 div{
        width: 100%;
        margin: 0;
    }
    
    .pBlock2ain h4, .pBlock2ain p{
        text-align: center;
    }
}

@media (max-width: 575px){
     .prDesas .blogItemContent h1, .prDesas .blogItemContent h2, .prDesas .blogItemContent h3, .prDesas .blogItemContent h4, .prDesas .blogItemContent h5, .prDesas .blogItemContent h6{
    text-transform: math-auto!important;
    font-size: 20px!important;
    line-height: 30px!important;
}
}



* {
    box-sizing: border-box;
}

.bundle-box {
    width: 100%;
    max-width: 476px;

    padding: 25px 24px 45px;

    border: 1px solid #f5b400;
    border-radius: 25px;

    background: #fff;

    font-family: Arial, Helvetica, sans-serif;
    color: #242424;
}


/* Заголовок */

.bundle-title {
    margin: 0 0 25px;

    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
}


/* Товари */

.bundle-products {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
    align-items: start;
    gap: 6px;
}

.bundle-product {
    min-width: 0;
}

.bundle-image {
    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f5f5f5;
}

.bundle-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* + */

.bundle-plus {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 188px;

    font-size: 38px;
    line-height: 1;
    font-weight: 300;

    color: #202020;
}


/* Назва */

.bundle-name {
    margin-top: 25px;

    min-height: 49px;

    font-size: 14px;
    line-height: 1.2;

    color: #3b3b3b;
}


/* Ціна товару */

.bundle-product-bottom {
    display: flex;
    align-items: center;

    margin-top: 11px;
}

.bundle-product-bottom--select {
    justify-content: space-between;
    gap: 8px;
}

.bundle-price {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}


/* Select */

.bundle-select-wrap {
    position: relative;

    flex-shrink: 0;
}

.bundle-select {
    min-width: 88px;
    height: 29px;

    padding: 0 27px 0 13px;

    border: 1px solid #d9e1ec;
    border-radius: 16px;

    outline: none;

    background-color: #fff;

    font-family: inherit;
    font-size: 12px;

    color: #444;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #777 50%),
        linear-gradient(135deg, #777 50%, transparent 50%);

    background-position:
        calc(100% - 14px) 11px,
        calc(100% - 10px) 11px;

    background-size:
        4px 4px,
        4px 4px;

    background-repeat: no-repeat;
}


/* Лінія */

.bundle-divider {
    width: 100%;
    height: 1px;

    margin: 31px 0 16px;

    background: #dadada;
}


/* Нижній блок */

.bundle-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}


/* Підсумкова ціна */

.bundle-total {
   /* min-width: 136px;*/
    text-align: left;
}

.bundle-old-price {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;

    margin-bottom: 21px;
}

.bundle-old-price > span:first-child {
    font-size: 14px;

    color: #8a8a8a;

    text-decoration: line-through;
}

.bundle-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 35px;
    height: 18px;

    padding: 0 6px;

    border-radius: 9px;

    background: #ffd43b;

    color: #222;

    font-size: 10px;
    font-weight: 600;
}

.bundle-new-price {
    font-size: 21px;
    line-height: 1;
    font-weight: 500;

    color: #ff3948;
}


/* Кнопка */

.bundle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-width: initial;
    height: initial;

    padding: 12px 26px;

    border: 0;
    border-radius: 30px;

    background: #2d2d2d;

    color: #fff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.bundle-button:hover {
    background: #181818;
}

.bundle-button:active {
    transform: scale(0.98);
}

.bundle-cart-icon {
    width: 23px;
    height: 23px;

    flex-shrink: 0;
}
.video-blockws video{
    border-radius: 20px;
}
.pBlock1 h4{
    color: #fff;
}
.productTabsWrap{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.prDesas .blogItemContent, .prDesas .blogItemContent p{
    font-size: 16px!important;
}
.productBtnCatsas{
    background: var(--Primary)!important;
}
/* Адаптив */

@media (max-width: 520px) {
    .widget-tabs.style-1 .widget-menu-tab .item-title{
        font-size: 20px;
    }
    .bundle-box {
        padding: 22px 18px 30px;
        border-radius: 20px;
    }

    .bundle-products {
        grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
        gap: 4px;
    }

    .bundle-plus {
        height: auto;
        aspect-ratio: 1 / 5;

        font-size: 30px;
    }

    .bundle-name {
        font-size: 13px;
    }

    .bundle-product-bottom--select {
        align-items: flex-start;
        flex-direction: column;
    }

    .bundle-footer {
        flex-direction: column;
        gap: 18px;
    }

    .bundle-total {
        width: 100%;
    }

    .bundle-old-price {
        margin-bottom: 12px;
    }

    .bundle-button {
        width: 100%;
        min-width: 0;
    }
}




@media (max-width: 575px) {
    .rewBTwo {
        display: grid !important;
        margin-top:0!important;
    }
}

.page404{
    padding: 120px;
    align-items: center;
    display: grid;
    grid-gap: 20px;
    justify-content: center;
    text-align: center;
}
.page404 div{
    font-size: clamp(120px, 20vw, 240px);
    line-height: clamp(120px, 20vw, 240px);
    font-weight: 600;
}
.page404 h1{
        font-size: clamp(20px, 4vw, 42px);
    font-weight: 600;
}
.page404 p{
        font-size: clamp(18px, 2vw, 20px);
        text-align: center;
}
.page404 a{
        font-size: clamp(18px, 2vw, 20px);
        margin: auto !important;
}

.page404 a:last-child{
    margin-top:10px;
}
.page404 a:last-child:hover{
        background: transparent;
    box-shadow: none;
    color: var(--Primary);
}
.page404 > div:first-child {
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
    opacity: .12;
}