@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400&display=swap');


:root{
    --Primary: #35819f;
    --black-color: #1b1d1c;
}
body{
    color: #1b1d1c;
    font-family: 'Montserrat', sans-serif!important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif!important;
}
a{
    color: #1b1d1c;
}
.link:hover {
    color: var(--Primary) !important;
}
.collection-position{
    overflow: hidden;
    border-radius: 20px;
}
.collection-position .img-style {
    width: 100%;
}

.homeOtherCats .cls-img-item h3{
        font-size: clamp(20px, 3vw, 28px);
    line-height: clamp(20px, 3vw, 28px);
}
.pINWish {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.pINWish.active{
    background: var(--Primary)!important;
    
}
.pINWish.active a{
    color: #fff!important;
}
.pINWish a {
    transition: 0.3s;
    font-size: 26px;
}
.pINWish:hover {
    background: #181818;
}
.pINWish:hover a {
    color: #fff;
}
.tovarFilters {
    display: grid;
    font-size: 14px;
    line-height: 20px;
    flex: 1 1 auto;
    filter: opacity(0.5);
}
.card-product-info .text-title {
    font-weight: 600;
    font-size: clamp(18px, 2vw, 20px);
}
.card-product .card-product-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 6px;
}
.card-product-info .price {
    font-weight: 900;
    font-size: clamp(22px, 3vw, 30px);
    line-height: initial;
    margin: 10px 0;
}
.card-product .card-product-info > .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}
.card-product .card-product-wrapper .image-wrap {
    height: 350px;
}
.shopCardItemBtn{
    background: var(--Primary) !important;
    color: #fff !important;
    width: max-content !important;
    flex-grow: initial !important;
    padding: 5px 20px !important;
    margin-left: auto;
    height: initial !important;
    font-size: 30px!important;
}
.shopCardItemBtn:hover{
    background: #205165!important;
}
.card-product .card-product-info .price > span{
        display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    align-items: center;
}

.pNSale{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    width: 60px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    background-color: var(--Critical);
    color: var(--White);
    border-radius: 144px;
}
.pNNew{
    background: var(--Primary) !important;
    width: max-content !important;
    padding: 0 5px;
    font-weight: 600;
    text-transform: uppercase !important;
}
.pNHit{
width: max-content !important;
    padding: 0 5px;
    font-weight: 600;
    text-transform: uppercase !important;
}
.shopCardItemBtn.active{
    background: #f3f3f3 !important;
    color: var(--Primary) !important;
    font-weight: 600;
}
.homeLastCol .collection-position{
    height: 420px!important;
}
.homeLastCol .content{
    padding: 0 20px;
}
.homeLastCol .collection-position h3{
    font-size: clamp(32px, 4vw, 46px);
    margin-bottom: 10px;
}
.homeFirstCat{
    padding-left: 15px;
    padding-right: 15px;
}
.homeFirstCat h3{
    font-size: clamp(32px, 4vw, 46px);
    margin-bottom: 10px;
}
.homeAbout p{
    font-size: clamp(16px, 2vw, 18px);
}
footer .footer-left{
    max-width: initial!important;
    width:65%;
}
footer .footer-newsletter{
    max-width: initial!important;
    width:35%;
}
footer .footer-phone-number{
    display: grid;
    grid-gap: 10px;
}
footer .tf-collapse-content{
    display: grid;
    grid-gap: 40px;
}
footer .footer-heading-mobile::before, footer .footer-heading-mobile::after{
    display: none!important;
}
footer .footer-heading{
    font-size: clamp(22px, 2vw, 26px);
}
.mobMenuCat{
    
}
.mobMenuCat li{
    padding: 10px 0 !important;
}
.mobMenuCat li > a{
        font-size: 16px !important;
    min-height: initial !important;
}
.canvas-categories .wd-facet-categories .facet-body li:not(:last-child) .item{
    margin-bottom: 0!important;
}
.mobMenuCat .canvas-categories .wd-facet-categories .facet-body{
    margin-top: 0!important;
}
.mobMenuCat .wd-facet-categories{
    padding-bottom: 0!important;
}
.modalCartBtn{
        font-size: 15px;
}
.canvas-mb .site-nav-icon{
    background: #f3f3f3!important;
}

.canvas-mb .group-icon{
        justify-content: space-between;
}
.canvas-mb .group-icon a{
    width: calc(50% - 10px);
}
.mobMenuShopIcon{
        display: flex;
    align-items: center;
    grid-gap: 8px;
    font-size: 18px;
}
.canvas-mb .site-nav-icon:hover{
        background: #1b1d1c !important;
}
.collection-position .content{
    padding: 20px;
}

.homeOtherCatsMore .collection-position .img-style img {
    height: 400px;
}
.homeOtherCatsMore .content {
    padding: 20px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
}
.homeOtherCatsMore .content:after {
content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 1) 100%);
    z-index: 1;
}
.homeOtherCatsMore .content h4{
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 30px;
    font-size: clamp(16px, 2vw, 20px);
}
.homeOtherCatsMore .content h4 a{
    color: #1b1d1c!important;
    padding: 0px 12px;
}
.homeOtherCatsMore .content h4 a:hover{
    color: var(--Primary)!important;
}
#header .image-select.color-white > .dropdown-toggle::after{
    color: #1b1d1c!important;
}
#header .image-select.color-white > .dropdown-toggle .filter-option .filter-option-inner{
    color: #1b1d1c!important;
}
#header .image-select.type-languages > .dropdown-menu{
    border-radius: 20px;
}
.logo-header img{
    max-height: 30px;
}
#header{
    padding: 20px 0;
}
.mobOpenMenu{
    display: none!important;
}
.mobMennuLogo{
display: flex;
    align-items: center;
    grid-gap: 30px;
}
.header-default .mobile-menu svg{
    width: 28px;
    height: 28px;
}

.headerShopButton {
    color: #1b1d1c;
    background: #f3f3f3;
    padding: 10px 15px;
    border-radius: 20px;
    text-align: center;
    width: max-content;
    display: flex;
    justify-content: center;
    grid-gap: 8px;
    font-weight: 600;
    align-items: center;
    font-size: clamp(16px, 2vw, 18px);
    transition: .3s;
    cursor: pointer;
}

.backPcCat.show {
    opacity: 1;
    pointer-events: initial;
}
.backPcCat {
    background-color: var(--backdrop);
    cursor: url(../images/cursor-close.svg), auto;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.footer{
        border-radius: 30px 30px 0 0;
}

.tagLim{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #1b1d1c;
    border-radius: 10px 0 10px 0;
    padding: 2px 10px;
    font-size: 14px;
        z-index: 10;
}

.wrapper-control-shop .tf-grid-layout .shopPag {
    margin-top: 0;
}
.shopPag {
    grid-column: 1 / -1;
    width: 100%;
}
.shopPag {
    display: flex;
    gap: 8px;
}
.shopPag li:hover .pagination-item, .shopPag li.active .pagination-item {
    background-color: var(--Onsurface);
    border-color: var(--Onsurface);
    color: var(--White);
}
.shopPag .pagination-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 5px;
    overflow: hidden;
}
.canvas-body {
    overscroll-behavior-y: auto;
}
.filterCircleColor{
        width: 14px;
    height: 14px;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-left: 0!important;
}
.page-title .content .breadcrumb li{
    font-size: 12px;
}
.facet-fieldset label{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 8px;
}
.canvas-filter{
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
}
.pageBread{
    background: #f3f3f3;
    padding: 10px 0;
}
.pageBread li{
    color: var(--black-color) !important;
    opacity: 0.8;
}
.pageBread li a{
        color: var(--black-color) !important;
}
.pageBread .content{
        position: relative;
    left: initial;
    top: initial;
    transform: initial;
    right: initial;
}
.pageBread .content .title{
color: var(--black-color);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    margin-bottom: 0;
    line-height: clamp(20px, 2vw, 26px);
}
.tf-mini-cart-view-checkout a{
        padding: 0 10px;
    font-size: 14px;
}
.box-nav-ul .menu-item{
    padding: 0!important;
}
.login-wrap .right p{
    margin-bottom: 10px;
}
.logRightBtn{
    margin-top: 40px;
}
.logReg2Col{
display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    grid-gap:20px 0;
}
.logReg2Col fieldset{
    margin: 0 10px;
    width: calc(50% - 20px);
}
.reg-agreesww{
    grid-gap: 10px;
    font-size: 14px;
}
.login-wrap .right{
        background: #f3f3f3;
    border-radius: 20px;
    padding: 40px 20px;
}
.account-details label{
    font-size: 14px;
    font-weight: 600;
}
.btn-sidebar-account button{
        border-radius: 0 10px 10px 0;
    border-left: 0;    
}
.mt_15 {
    margin-top: 15px;
}

.flat-sidebar-checkout .total-price span{
        display: flex;
    width: max-content;
}
.total-price-checkout, .total{
    font-weight: 600;
}
.page-title .content .breadcrumb{
    grid-gap: 0 20px;
    margin-top:10px;
}
.productDes{
    display: grid;
}
.productDes p{
    margin-bottom: 10px;
}
.product-specs-x9k2 {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-specs-table-x9k2 {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.product-specs-table-x9k2 td {
  border: 1px solid #d9d9d9;
  padding: 10px 12px;
}
.product-specs-table-x9k2 {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
}

.stagger-wrap .stagger-item .item img{
        opacity: 1 !important;
    transform: none !important;
}
.btn-gray{
    background: #f3f3f3!important;
    color: var(--black-color)!important;
}
.btn-gray:hover{
    background: var(--black-color)!important;
    color: #fff!important;
}

.tf-shop-control{
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
}

.polNew p {
    margin-bottom: 10px;
}
.polNew h2 {
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 600;
    margin-top: 20px;
}
.polNew{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 20px;
}

.list-faqs h6{
        font-size: clamp(18px, 2vw, 20px);
}
.text-body-1{
    font-size: 18px!important;
}

.contactMap{
    margin-top: 60px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #ddd;
}
.contactMap iframe{
    width: 100%;
    height: 500px;
}

.reviewsWrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    grid-gap:20px 0;
}
.reviewsWrap .testimonial-item{
    margin: 0 10px;
    width: calc(33% - 20px);
}
.rewMeta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 8px;
    opacity: 0.6;
    font-size: 14px;
}
.reviewsWrap .testimonial-item.style-2 .content-top .box-author{
    margin: 0;
}
.fw-600{
    font-weight: 600;
}
.rewTovarName{
    font-size: 14px;
}

.rewNewRew{
        margin-bottom: 30px;
}
.rewWrapodal{
    
}
.rewWrapodal fieldset{
        margin-bottom: 10px;
}
.rewWrapodal label{
    font-weight: 600;
    font-size: 14px;
}
#rewModal .modal-content{
    border: 1px solid #ddd;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}

.rating-star {
    padding: 0;
    border: 0;
    background: transparent;
    color: #d5d5d5;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease;
}
.aboutMis{
    
}
.aboutMis ul{
        margin-top: 10px;
    line-height: initial;
    padding-left: 40px;
    grid-gap: 10px;
    display: grid;
}
.aboutMis li{
        list-style: initial;
}
.rating-star.active {
    color: #ffc400;
}

.rating-star:focus {
    outline: none;
}

.aboutMisMain .regreg{
        font-size: clamp(24px, 3vw, 34px);
    line-height: clamp(34px, 3vw, 44px);
}
.aboutMisMain .text-body-1{
    font-size: 16px!important;
}

.company-info-table {
    max-width: 900px;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.company-section {
    padding: 24px 28px;
}

.company-section + .company-section {
    border-top: 1px solid #eeeeee;
}

.company-section h3 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
}

.info-row {
    display: grid;
    grid-template-columns: minmax(220px, 260px) 1fr;
    gap: 24px;
    padding: 11px 0;
    border-bottom: 1px solid #f2f2f2;
}

.info-row:last-child {
    border-bottom: 0;
}

.info-label {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #303030;
}

.info-value {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}


/* Hover */
.info-row {
    transition: background-color .2s ease;
}

.info-row:hover {
    background-color: #fafafa;
}
.tf-product-info-list .tf-product-info-name .name{
        font-size: clamp(16px, 2vw, 18px);
    line-height: clamp(26px, 2vw, 28px);
}
.tf-product-info-list .sub {
    display: flex;
    align-items: center;
    gap: 10px 16px;
    flex-wrap: wrap;
}
.tf-product-info-list .wishlist{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 24px;
    margin-left: auto;
    color: gray;
}

.account-details .title{
        font-size: 24px;
    line-height: 30px;
}
.article-thumb{
    height: 350px;
}
.blog-article-item .article-thumb img{
    height: 100%;
}

.blogItemContent{
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-top: 60px;
    font-size: 18px;
}
.blogItemContent p{
    font-size: clamp(16px, 2.8vw, 18px);
    margin-bottom: 10px;
}
.blogItemContent ul, .blogItemContent ol{
    padding-left: 20px;
    margin: 10px 0;
}

.blogItemContent a{
    color: #a2c140;
    position: relative;
    margin-bottom: 10px;

}
.blogItemContent a:after{
    content: "";
    width: 100%;
    position: absolute;
    background: var(--black-shade-text);
    bottom: 0px;
    right: 0;
    height: 2px;
    transition: .4s;
}
.blogItemContent a:hover:after{
    width: 10%;
}
.blogItemContent h1, .blogItemContent h2, .blogItemContent h3, .blogItemContent h4, .blogItemContent h5, .blogItemContent h6{
    color: var(--black-text-background);
    margin-bottom: 30px;
    margin-top: 60px;
    font-weight: 900;
    text-transform: uppercase;
}
.blogItemContent h1{
        font-size: clamp(30px, 6vw, 54px);
}
.blogItemContent h2{
        font-size: clamp(26px, 5vw, 46px);
}
.blogItemContent h3{
        font-size: clamp(24px, 4vw, 42px);
}
.blogItemContent h4{
        font-size: clamp(22px, 3.5vw, 38px);
}
.blogItemContent h5{
        font-size: clamp(20px, 3vw, 34px);
}
.blogItemContent h6{
        font-size: clamp(18px, 2vw, 30px);
}

.blogItemContent blockquote{
        padding: 40px;
    border-radius: 30px;
    background: #f3f3f3;
    margin-bottom: 10px;
    border-bottom: 4px solid var(--Primary);
}

.blogItemContent img{
    width: 100% !important;
    border-radius: 30px!important;
    margin: 20px 0!important;
    height: auto!important;
}
.blogItemContent tbody tr:last-child{
    border-bottom: 0!important;
}
.blogItemContent table{
    width: 100%;
    margin-bottom: 20px;
}
.blogItemContent thead{
        border-bottom: 1px solid #cfcfcf;
}
.blogItemContent tbody{
        border-bottom: 1px solid #cfcfcf;
}
.blogItemContent tbody tr{
        border-bottom: 1px solid #cfcfcf;
}
.blogItemContent th, .blogItemContent td{
        padding: 10px;
}
.blogItemContent table{
    width:100%;
    border-collapse:collapse;
    display:block;
    overflow-x:auto;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
}

.blogItemContent table::-webkit-scrollbar{
    height:6px;
}

.giftMH{
        text-align: center;
    font-size: 26px !important;
}
.giftMP{
    text-align: center;
    font-size: 15px !important;
    width: 100%;
    max-width: 500px;
    margin: auto;
    opacity: 0.7;
    margin: 10px auto;
}
#modalGift .modal-dialog{
        max-width: 700px;
}
#modalGift .modal-content{
        border-radius: 20px;
}
#modalGift .modal-header{
    border: 0;
}
.modalGiftBtn{
    margin-top: 10px !important;
}
.modalGiftBtn button{
    width: 100%;
    border-radius: 8px;
}

.gift-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
   
}

.gift-item {
    width: 160px;
    height: 160px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;

    transition:
        transform .25s ease,
        filter .25s ease;
}

.gift-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}


/* Гарна анімація при наведенні */
.gift-item:hover {
    animation: giftHover .65s ease-in-out infinite alternate;
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, .18));
}

@keyframes giftHover {
    0% {
        transform: translateY(0) rotate(-3deg) scale(1.03);
    }

    50% {
        transform: translateY(-7px) rotate(3deg) scale(1.08);
    }

    100% {
        transform: translateY(-3px) rotate(-2deg) scale(1.05);
    }
}


/* Після вибору */
.gift-grid.is-selected .gift-item {
    opacity: .3;
    pointer-events: none;
}

.gift-grid.is-selected .gift-item.is-winner {
    opacity: 1;
    animation: giftWinner .65s ease forwards;
}

@keyframes giftWinner {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.35) rotate(-7deg);
    }

    70% {
        transform: scale(1.2) rotate(5deg);
    }

    100% {
        transform: scale(1.25) rotate(0);
    }
}


/* Затемнення + картка результату */
.discount-result {
    position: absolute;
    inset: 0;
    z-index: 20;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;

    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(5px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}

.discount-result.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 260px;
    height: 130px;
    left: 50%;
    transform: translateX(-50%);
    top: 17px;
}

.discount-result__card {
    width: min(330px, 100%);
    padding: 35px 25px;

    text-align: center;

    background: #fff;
    border-radius: 22px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);

    transform: scale(.3) rotate(-10deg);
    opacity: 0;
}

.discount-result.is-visible .discount-result__card {
    animation: resultShow .7s cubic-bezier(.175, .885, .32, 1.275) forwards;
}

@keyframes resultShow {
    0% {
        transform: scale(.3) rotate(-10deg);
        opacity: 0;
    }

    70% {
        transform: scale(1.08) rotate(2deg);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.discount-result__label {
    margin-bottom: 5px;

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

.discount-result__value {
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
}


/* Важливо: батьківський modal-content */
.modal-content {
    position: relative;
    overflow: hidden;
}
/* Mobile */
@media (max-width: 600px) {

    .company-section {
        padding: 20px;
    }

    .company-section h3 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .info-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 0;
    }

    .info-label {
        font-size: 13px;
    }

    .info-value {
        font-size: 14px;
    }
}

.promo-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    padding: 10px 18px;
    border: 1px solid var(--Primary);
    border-radius: 14px;
    background: #35819f1a;
    font-size: 14px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.promo-timer__time {
    font-weight: 600;
    color: var(--Primary);
    white-space: nowrap;
}

.promo-timer__icon {
    display: inline-flex;
    color: #4d77c7;
    margin-left: 6px;
}

.promo-timer__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    padding: 0;
    margin-left: 3px;

    border: 0;
    background: transparent;

    color: #4d77c7;

    cursor: pointer;

    transition:
        transform .2s ease,
        opacity .2s ease;
}

.promo-timer__info:hover {
    transform: scale(1.15);
    opacity: .8;
}

.promo-info-dialog {
    max-width: 1000px;
    padding: 15px;
}

.promo-info-content {
    position: relative;

    border: 0;
    border-radius: 26px;

    background: #fff;

    box-shadow: none;
}

.promo-info-body {
    padding: 46px 26px 28px;
}

.promo-info-title {
    margin: 0 0 55px;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;

    color: #111;
}

.promo-info-text {
    margin: 0 0 52px;

    font-size: 16px;
    line-height: 1.5;

    color: #111;
}

.promo-info-limit {
    margin: 0;

    font-size: 16px;
    line-height: 1.5;

    color: #111;
}


/* Хрестик справа */
.promo-info-close {
    position: absolute;

    top: 28px;
    right: 30px;

    z-index: 5;

    width: 15px;
    height: 15px;

    opacity: .55;
}

.promo-info-close:hover {
    opacity: 1;
}


/* Затемнення фону Bootstrap */
.promo-info-modal + .modal-backdrop {
    background-color: #000;
}

.tf-product-info-list .tf-product-info-heading {
    border-bottom: 0 !important;
    padding: 0;
}
.tf-product-info-list .tf-product-info-name {
    margin-bottom: 10px!important;
}
.tf-product-info-list .tf-product-info-rate{
    font-size: 14px;
}
.tf-product-info-sold div{
    font-size: 12px!important;
    opacity: 0.8;
}

.productPar{
    
}
.productPar label{
    border-radius: 10px !important;
    display: grid !important;
    padding: 5px 20px !important;
    height: initial !important;
    text-align: center !important;
}
.productPar label span:first-child{
    font-weight: 600;
    font-size: 16px;
}
.productPar label span:last-child{
    font-size: 14px;
    opacity: 0.8;
}
.detIcon{
        margin: 0;
    align-items: end;
}

.seasonality-modal-content {
    padding: 2px 0 0;
}

.seasonality-title {
    margin: 0 0 30px;

    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;

    color: #222;
}

.seasonality-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 70px;
    row-gap: 38px;
}

.seasonality-item h3 {
    margin: 0 0 10px;

    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;

    color: #111;
}

.seasonality-item p {
    margin: 0;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;

    color: #111;
}


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

    .seasonality-title {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .seasonality-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .seasonality-item h3 {
        font-size: 17px;
        margin-bottom: 7px;
    }

    .seasonality-item p {
        font-size: 15px;
        line-height: 1.4;
    }
}


.tf-product-media-main .item{
    max-height: initial!important;
}
.tf-product-media-wrap .thumbs-slider{
    max-width: 100%!important;
}

.product-price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid #ddd;
}


/* Ціна */
.product-price-row {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    flex-wrap: wrap;
    margin-top: 20px;
}


/* Актуальна ціна */
.product-price-current {
    font-size: 22px;
    line-height: 1;

    font-weight: 700;

    color: #ff3d4d;
}


/* Стара ціна */
.product-price-old {
    position: relative;

    font-size: 18px;
    line-height: 1;

    font-weight: 500;

    color: #8a8a8a;

    text-decoration: line-through;
}


/* -49% */
.product-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 24px;

    padding: 3px 8px;

    border-radius: 20px;

    background: #f9d34f;

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

    font-weight: 700;

    color: #333;
}


/* Знижка при оплаті online */
.product-online-discount {
    font-size: 16px;
    line-height: 1.4;

    font-weight: 400;

    color: #444;
    margin-bottom: 20px;
}


/* Бонуси */
.product-bonus {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;

    padding: 7px 15px;

    border-radius: 20px;

    background: var(--Primary);

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

    font-weight: 500;

    color: #fff;
}

.productSS{
    
}
.productSSPrice{
    
}

.productBtnCatsas{
width: 100%;
    background: #1b1d1c !important;
    color: #fff !important;
    padding: 15px 20px !important;
    height: initial;
}
.productBtnCatsas span{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.delivery-box {
    width: 100%;
    max-width: 480px;

    padding: 20px 18px;

    border: 1px solid #ededed;
    border-radius: 18px;

    background: #fff;
}

.delivery-item {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 20px;
}


/* Зображення */
.delivery-image {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* Текст */
.delivery-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 4px;

    font-size: 16px;
    line-height: 1.35;

    color: #3f3f3f;
}

.delivery-link {
    color: #5a87d2;
}


/* Посилання внизу */
.delivery-more {
    display: inline-block;

    font-size: 16px;
    line-height: 1.3;

    color: #5a87d2;

    text-decoration: none;

    transition: opacity .2s ease;
}

.delivery-more:hover {
    opacity: .75;
}
.delivery-image {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.delivery-image img {
    max-width: 34px;
    max-height: 34px;
    width: auto;
    height: auto;
}

.delivery-image {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-image img {
    display: block;

    max-width: 27px;
    max-height: 27px;

    width: auto;
    height: auto;

    object-fit: contain;
}

.otherRightB{
display: grid;
    grid-gap: 20px;
    gap: 20px;
    border: 1px solid #F3F3F3;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 15px;
}
.otherRBItem{
        display: flex;
    grid-gap: 10px;
    align-items: center;
}
.otherRBItem div:first-child{
    
}
.otherRBItem div:last-child{
    
}
.otherRBItem span{
    font-weight: 400!important;
}
.otherRightB a{
    color: var(--Primary);
}
.otherRBItem div img{
        width: 24px;
    height: 24px;
    filter: grayscale(1);
}


.reviews-box {
    width: 100%;
    padding: 0 0 20px;

    font-family: inherit;

    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 40px;
}


/* Header */

.reviews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 16px 0 22px;
}

.reviews-title {
    margin: 0;

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

    color: var(--Primary);
}

.reviews-title span {
    font-weight: 700;
}

.reviews-arrow {
    padding: 5px;

    border: 0;
    background: transparent;

    font-size: 20px;
    color: #777;

    cursor: pointer;
}


/* Reviews */

.review-item {
    margin-bottom: 48px;
}

.review-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 10px;
}

.review-name {
    font-size: 16px;
    font-weight: 500;

    color: #444;
}

.review-date {
    font-size: 14px;
    color: #999;
}


/* Stars */

.review-stars {
    display: flex;
    align-items: center;

    gap: 3px;

    margin-bottom: 15px;

    font-size: 14px;
    line-height: 1;
}

.review-stars span {
    color: #cccccc;
}

.review-stars span.active {
    color: #dfbf7d;
}


/* Text */

.review-text {
    max-width: 650px;

    font-size: 16px;
    line-height: 1.5;

    color: #707070;
}


/* Hidden reviews */

.review-hidden {
    display: none!important;
}

.reviews-box.show-all .review-hidden {
    display: block!important;

    animation: reviewShow .35s ease forwards;
}

@keyframes reviewShow {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Bottom buttons */

.reviews-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 10px;
}


.reviews-show-all {
    min-height: 56px;

    padding: 12px 22px;

    border: 1px solid #d9b768;
    border-radius: 30px;

    background: #fff;

    font-size: 16px;
    font-weight: 400;

    color: #444;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;
}

.reviews-show-all:hover {
    background: #faf7ef;
}


.reviews-add {
    min-height: 56px;

    padding: 12px 24px;

    border: 0;
    border-radius: 30px;

    background: #303030;

    font-size: 16px;
    font-weight: 600;

    color: #fff;

    cursor: pointer;

    transition: opacity .2s ease;
}

.reviews-add:hover {
    opacity: .85;
}


/* Mobile */

@media (max-width: 767px) {

    .reviews-title {
        font-size: 21px;
    }

    .review-item {
        margin-bottom: 36px;
    }

    .review-text {
        font-size: 15px;
        line-height: 1.5;
    }

    .reviews-actions {
        gap: 12px;
    }

    .reviews-show-all,
    .reviews-add {
        min-height: 50px;

        padding: 10px 18px;

        font-size: 14px;
    }
}


@media (max-width: 480px) {

    .reviews-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .reviews-show-all,
    .reviews-add {
        width: 100%;
    }
}


.review-hidden {
    display: none;
}

.reviews-box.show-all .review-hidden {
    display: block;
    animation: reviewShow .35s ease forwards;
}

@keyframes reviewShow {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-modal .modal-dialog {
    max-width: 390px;
}

.review-modal-content {
    position: relative;

    border: 0;
    border-radius: 24px;

    background: #fff;

    padding: 0;

    overflow: hidden;
}

.review-modal-body {
    padding: 24px 25px 27px;
}

.review-modal-title {
    margin: 0 40px 22px 0;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;

    color: #222;
}

.review-modal-close {
    position: absolute;

    top: 29px;
    right: 27px;

    z-index: 5;

    width: 15px;
    height: 15px;

    opacity: .45;
}

.review-modal-close:hover {
    opacity: .8;
}


/* Inputs */

.review-form-group {
    margin-bottom: 20px;
}

/*.review-form-control {
    display: block;

    width: 100%;

    padding: 0 20px;

    height: 56px;

    border: 1px solid #d8e0ed;
    border-radius: 12px;

    outline: 0;

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

    color: #333;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}*/

.review-form-control::placeholder {
    color: #777;
}

.review-form-control:focus {
    border-color: #aabbd4;

    box-shadow:
        0 0 0 3px rgba(130, 155, 190, .12);
}

/*.review-form-textarea {
    height: 138px;

    padding-top: 17px;
    padding-bottom: 17px;

    resize: vertical;
}*/


/* Rating */

.review-rating-block {
    margin-top: 22px;

    text-align: center;
}

.review-rating-title {
    margin-bottom: 14px;

    font-size: 16px;
    line-height: 1.4;

    color: #222;
}

.review-rating-stars {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 6px;
}

.review-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    padding: 0;

    border: 0;
    background: transparent;

    font-size: 43px;
    line-height: 1;

    color: #dfe7f2;

    cursor: pointer;

    transition:
        color .15s ease,
        transform .15s ease;
}

.review-star:hover {
    transform: scale(1.08);
}

.review-star.is-active {
    color: #d6b66d;
}

.review-rating-error {
    display: none;

    margin-top: 8px;

    font-size: 13px;

    color: #dc3545;
}


/* Submit */

.review-submit-wrap {
    display: flex;
    justify-content: center;

    margin-top: 28px;
}

.review-submit {
    min-height: 55px;

    padding: 12px 23px;

    border: 0;
    border-radius: 30px;

    background: #303030;

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

    color: #fff;

    cursor: pointer;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.review-submit:hover {
    opacity: .9;
}

.review-submit:active {
    transform: scale(.98);
}


/* Privacy */

.review-policy {
    max-width: 300px;

    margin: 20px auto 0;

    text-align: center;

    font-size: 12px;
    line-height: 1.35;

    color: #999;
}

.review-policy a {
    color: #888;
    text-decoration: underline;
}


/* Mobile */
.rewBTwo{
    display: none;
}
@media (max-width: 575px) {
    

    .rewBOne{
        display: none;
    }
    .rewBTwo{
        display: initial!important;
    }
    .stagger-wrap .stagger-item .item img{
                width: 20px;
        height: 20px;
        border-radius: 50%;
    }
    .tf-product-media-wrap .thumbs-slider{
        grid-gap:5px;
    }
    .eeeeeeafa{
        padding-top: 10px;
    }

    .review-modal .modal-dialog {
        margin: 12px;
    }

    .review-modal-content {
        border-radius: 22px;
    }

    .review-modal-body {
        padding: 24px 20px 25px;
    }

    .review-modal-title {
        font-size: 23px;
    }

    .review-star {
        width: 36px;
        height: 36px;

        font-size: 39px;
    }
}

.prDesas .blogItemContent{
        max-width: 100%;
        padding-top: 0
}

.blogItemContent video{
    width: 100%;
    border-radius: 20px;
    margin: 20px 0;
}

.blogItemContent ul, .blogItemContent ol{
     padding-left: 40px;   
}
.blogItemContent ul li, .blogItemContent ol li{
    list-style: initial!important;
}

.productNak{
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    width: 50px;
    z-index: 100;
    color: #fff;
    border-radius: 20px;
    width: max-content;
    padding: 2px 10px;
}
.productNew{
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--Primary);
    width: 50px;
    z-index: 100;
    color: #fff;
    border-radius: 20px;
    width: max-content;
    padding: 2px 10px;
}


.form-sticky-atc {
    display: flex;
    align-items: center;

    width: 100%;
    gap: 18px;

    padding: 10px 15px;

    background: #fff;

    border-top: 1px solid #ededed;

    box-sizing: border-box;
}


/* PRICE */

.sticky-atc-price {
    display: flex;
    flex-direction: column;

    min-width: 95px;
}

.sticky-atc-old-row {
    display: flex;
    align-items: center;
    gap: 5px;

    margin-bottom: 2px;
}

.sticky-atc-old-price {
    font-size: 14px;
    line-height: 1;

    color: #777;

    text-decoration: line-through;
}

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

    padding: 3px 5px;

    border-radius: 10px;

    background: #ffd64d;

    color: #333;

    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.sticky-atc-new-price {
    font-size: 21px;
    line-height: 1.1;

    font-weight: 700;

    color: #ff3545;
}


/* HEART */

.sticky-atc-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #bdbdbd;

    cursor: pointer;

    transition:
        color .2s ease,
        transform .2s ease;
}

.sticky-atc-wishlist:hover {
    color: #ff3545;
    transform: scale(1.08);
}


/* ADD TO CART */

.sticky-atc-submit {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 44px;

    margin-left: auto;

    padding: 10px 29px;

    border: 0;
    border-radius: 30px;

    background: #303030;

    color: #fff;

    font-size: 14px;
    line-height: 1;
    font-weight: 600;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .15s ease;
}

.sticky-atc-submit:hover {
    background: #202020;
}

.sticky-atc-submit:active {
    transform: scale(.98);
}

.sticky-atc-submit svg {
    flex: 0 0 auto;
}

@media (max-width: 575px) {

    .form-sticky-atc {
        gap: 8px;
        padding: 9px 10px;
    }

    .sticky-atc-price {
        min-width: 88px;
    }

    .sticky-atc-old-price {
        font-size: 12px;
    }

    .sticky-atc-new-price {
        font-size: 19px;
    }

    .sticky-atc-wishlist {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .sticky-atc-wishlist svg {
        width: 21px;
        height: 21px;
    }

    .sticky-atc-submit {
        min-height: 44px;

        padding: 9px 18px;

        font-size: 13px;
    }

    .sticky-atc-submit svg {
        width: 21px;
        height: 21px;
    }
}

.video-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }

  .video-btn {
    height: 38px;
    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid var(--Primary);
    border-radius: 999px;
    background: #fff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #333;

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

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

  .video-btn:active {
    transform: scale(0.98);
  }

  .video-btn__icon {
    width: 21px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-btn__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #15294a;
    stroke-width: 1.7;
  }

  .video-btn__icon .play-icon {
    fill: #15294a;
    stroke: none;
  }


  /* FULLSCREEN MODAL */
  .video-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px;

    background: rgba(0, 0, 0, 0.96);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  .video-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .video-modal__content {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
  }

  .video-modal__close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 10;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);

    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;
  }

  .video-modal__close:hover {
    background: rgba(255, 255, 255, 0.22);
  }


  /* MOBILE */
  @media (max-width: 600px) {
    .video-buttons {
      gap: 8px;
    }

    .video-btn {
      height: 36px;
      padding: 0 14px;
      font-size: 13px;
    }

    .video-modal {
      padding: 0;
    }

    .video-modal__close {
      top: 12px;
      right: 12px;
    }
  }


/* ========================================
   КНОПКА "ІНДИВІДУАЛЬНИЙ РОЗМІР"
======================================== */

.custom-size-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 8px 4px;

  border: 0;
  background: transparent;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #5d7fc6;

  cursor: pointer;
}

.custom-size-btn svg {
  width: 17px;
  height: 17px;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.custom-size-btn span {
  position: relative;
}

.custom-size-btn span::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -3px;

  width: 100%;
  height: 1px;

  background: #5d7fc6;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.2s ease;
}

.custom-size-btn:hover span::after {
  transform: scaleX(1);
}


/* ========================================
   МОДАЛЬНЕ ВІКНО
======================================== */

.custom-modal {
  position: fixed;
  inset: 0;

  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.custom-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* Затемнення */

.custom-modal__overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.46);
}


/* Саме вікно */

.custom-modal__window {
  position: relative;
  z-index: 2;

  width: min(1000px, 100%);
  max-height: calc(100vh - 60px);

  box-sizing: border-box;

  overflow-y: auto;

  padding: 25px 26px 24px;

  background: #fff;

  border-radius: 23px;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.12);

  transform: translateY(15px) scale(0.98);

  transition: transform 0.25s ease;
}

.custom-modal.is-open .custom-modal__window {
  transform: translateY(0) scale(1);
}


/* ========================================
   КНОПКА ЗАКРИТТЯ
======================================== */

.custom-modal__close {
  position: absolute;

  top: 23px;
  right: 26px;

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 0;
  background: transparent;

  cursor: pointer;
}

.custom-modal__close svg {
  width: 22px;
  height: 22px;

  fill: none;
  stroke: #999;
  stroke-width: 1.5;
  stroke-linecap: round;
}


/* ========================================
   ЗАГОЛОВОК
======================================== */

.custom-modal__title {
  margin: 0 45px 27px 0;

  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;

  color: #171717;
}


/* ========================================
   СІТКА
======================================== */

.custom-modal__grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);
}


/* ========================================
   ЛІВА ЧАСТИНА
======================================== */

.custom-modal__left {
  padding-right: 30px;
}

.custom-modal__left h3 {
  margin: 10px 0 18px;

  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;

  color: #111;
}

.custom-modal__left p {
  max-width: 440px;

  margin: 0 0 30px;

  font-size: 16px;
  line-height: 1.3;

  color: #151515;
}


/* ========================================
   ТОВАР
======================================== */

.custom-product {
  text-align: center;
}

.custom-product__image {
  display: block;

  width: min(300px, 100%);
  aspect-ratio: 1 / 1;

  margin: 0 auto 33px;

  object-fit: cover;

  border-radius: 19px;
}

.custom-product__name {
  max-width: 340px;

  margin: 0 auto;

  font-size: 16px;
  line-height: 1.18;

  color: #111;
}


/* ========================================
   ПРАВА ЧАСТИНА
======================================== */

.custom-modal__right {
  padding-left: 30px;

  border-left: 1px solid #ececec;
}

.custom-modal__subtitle {
  margin: 10px 0 18px;

  font-size: 17px;
  font-weight: 700;

  color: #111;
}


/* ========================================
   ПОЛЯ
======================================== */

.custom-size-fields {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 14px;
}

.custom-field input {
  width: 100%;
  height: 57px;

  box-sizing: border-box;

  padding: 0 22px;

  border: 1px solid #d5deed;
  border-radius: 13px;

  outline: 0;

  background: #f7f9fc;

  font-family: inherit;
  font-size: 16px;
  color: #222;

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

.custom-field input::placeholder {
  color: #929292;
}

.custom-field input:focus {
  background: #fff;
  border-color: #7192d2;
}


/* ========================================
   КІЛЬКІСТЬ + КНОПКА
======================================== */

.custom-controls {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 15px;

  margin-top: 19px;
}

.custom-quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.custom-quantity-label {
  font-size: 16px;

  color: #111;
}


/* Кількість */

.custom-quantity {
  min-width: 115px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  box-sizing: border-box;

  padding: 0 7px;

  border: 1px solid #d8e0ed;
  border-radius: 24px;

  background: #fff;
}

.custom-quantity__btn {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background: #f3f6fb;

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

  color: #5a80c6;

  cursor: pointer;

  transition: background 0.2s ease;
}

.custom-quantity__btn:hover {
  background: #e8eef8;
}

#quantityValue {
  min-width: 20px;

  text-align: center;

  font-size: 14px;

  color: #111;
}


/* ========================================
   ПРОРАХУВАТИ
======================================== */

.custom-calculate {
  min-height: 55px;

  padding: 0 24px;

  border: 0;
  border-radius: 29px;

  background: #282828;

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

  color: #fff;

  white-space: nowrap;

  cursor: pointer;

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

.custom-calculate:hover {
  background: #111;
}

.custom-calculate:active {
  transform: scale(0.98);
}


/* ========================================
   ЦІНА
======================================== */

.custom-price {
  margin-top: 40px;

  padding: 34px 50px 30px;

  border-radius: 12px;

  background: #f1f1f1;
}

.custom-price__top {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  margin-bottom: 20px;

  font-size: 16px;
}

.custom-price__top strong {
  font-size: 22px;
  font-weight: 500;

  white-space: nowrap;
}


/* ========================================
   ОФОРМИТИ ЗАМОВЛЕННЯ
======================================== */

.custom-order {
  display: block;

  width: min(280px, 100%);
  height: 56px;

  margin: 0 auto;

  border: 0;
  border-radius: 30px;

  background: #292929;

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

  color: #fff;

  cursor: pointer;

  transition: background 0.2s ease;
}

.custom-order:hover:not(:disabled) {
  background: #111;
}

.custom-order:disabled {
  background: #999;

  cursor: not-allowed;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 850px) {

  .custom-modal {
    padding: 15px;
  }

  .custom-modal__window {
    max-height: calc(100vh - 30px);

    padding: 25px 20px;
  }

  .custom-modal__grid {
    grid-template-columns: 1fr;
  }

  .custom-modal__left {
    padding-right: 0;

    margin-bottom: 35px;
  }

  .custom-modal__right {
    padding-left: 0;
    padding-top: 30px;

    border-left: 0;
    border-top: 1px solid #eee;
  }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 580px) {

  .custom-modal {
    padding: 0;
  }

  .custom-modal__window {
    width: 100%;
    height: 100%;

    max-height: none;

    border-radius: 0;

    padding: 22px 16px 30px;
  }

  .custom-modal__title {
    padding-right: 35px;

    font-size: 21px;
  }

  .custom-size-fields {
    grid-template-columns: 1fr;
  }

  .custom-controls {
    flex-direction: column;

    align-items: stretch;
  }

  .custom-quantity-wrapper {
    justify-content: space-between;
  }

  .custom-calculate {
    width: 100%;
  }

  .custom-price {
    margin-top: 25px;

    padding: 25px 20px;
  }

}

/* =========================================================
   GLOBAL
========================================================= */

.raff-product-content {
  --raff-text: #242424;
  --raff-muted: #555;
  --raff-line: #eeeeee;
  --raff-gold: #edbd70;
  --raff-gold-light: #f7e6c8;
  --raff-blue: #84a8c9;

  width: 100%;
  max-width: 1170px;

  margin: 0 auto;
  padding: 0 20px;

  box-sizing: border-box;

  font-family: Arial, Helvetica, sans-serif;

  color: var(--raff-text);
}


.raff-product-content *,
.raff-product-content *::before,
.raff-product-content *::after {
  box-sizing: border-box;
}


.raff-section {
  width: 100%;

  margin-bottom: 110px;
}


.raff-main-title,
.raff-section-title,
.raff-product-content h3,
.raff-product-content h4,
.raff-product-content p {
  margin-top: 0;
}


.raff-main-title,
.raff-section-title {
  color: #252525;
}


.raff-main-title {
  margin-bottom: 70px;

  font-size: 24px;
  line-height: 1.25;

  font-weight: 700;
}


.raff-section-title {
  margin-bottom: 20px;

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

  font-weight: 700;
}


/* =========================================================
   ICON
========================================================= */

.raff-round-icon {
  width: 104px;
  height: 104px;

  flex: 0 0 104px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff;
}


.raff-round-icon svg {
  width: 62%;
  height: 62%;

  fill: none;

  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.raff-round-icon--blue {
  border: 2px solid #d7e4ee;
}


.raff-round-icon--blue svg {
  stroke: var(--raff-blue);
}


.raff-round-icon--gold {
  border: 6px solid var(--raff-gold-light);
}


.raff-round-icon--gold svg {
  stroke: var(--raff-gold);
}


/* =========================================================
   1. COLLECTION
========================================================= */

.raff-collection-head {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-bottom: 28px;

  text-align: center;
}


.raff-collection-name {
  display: flex;
  flex-direction: column;

  margin-top: 24px;

  font-size: 16px;
  line-height: 1.3;
}


.raff-collection-name strong {
  margin-top: 2px;

  font-size: 18px;
  font-weight: 500;
}


.raff-table-wrap {
  width: 100%;

  overflow-x: auto;
}


.raff-size-table {
  width: 100%;

  border-collapse: collapse;

  font-size: 16px;
}


.raff-size-table th,
.raff-size-table td {
  padding: 11px 0;

  border-bottom: 1px solid var(--raff-line);

  text-align: left;
}


.raff-size-table th {
  font-weight: 700;
}


.raff-size-table th:nth-child(1),
.raff-size-table td:nth-child(1) {
  width: 27%;
}


.raff-size-table th:nth-child(2),
.raff-size-table td:nth-child(2) {
  width: 8%;
}


.raff-size-table th:nth-child(3),
.raff-size-table td:nth-child(3) {
  width: 35%;
}


.raff-size-table th:nth-child(4),
.raff-size-table td:nth-child(4) {
  width: 30%;
}


.raff-size-table tbody tr:last-child td {
  border-bottom: 0;
}


/* =========================================================
   2. SPECS
========================================================= */

.raff-specs {
  width: 100%;

  margin-bottom: 60px;
}


.raff-spec-row {
  display: grid;

  grid-template-columns: 27% 73%;

  padding: 11px 0;

  border-bottom: 1px solid var(--raff-line);

  font-size: 16px;
  line-height: 1.4;
}


.raff-wide-image {
  display: block;

  width: 100%;
  height: auto;

  max-height: 560px;

  object-fit: cover;

  border-radius: 18px;
}


/* =========================================================
   3. PREMIUM
========================================================= */

.raff-premium-banner {
  min-height: 340px;

  display: grid;

  grid-template-columns: 55% 45%;

  overflow: hidden;

  border-radius: 17px;

  background: #000;

  color: #fff;
}


.raff-premium-image {
  min-height: 340px;
}


.raff-premium-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


.raff-premium-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 28px 40px 28px 22px;
}


.raff-gift-icon svg {
  width: 58px;
  height: 58px;

  margin-bottom: 7px;

  fill: none;

  stroke: var(--raff-gold);
  stroke-width: 2;
}


.raff-premium-content h3 {
  margin-bottom: 10px;

  font-size: 25px;
  line-height: 1.2;
}


.raff-premium-content p {
  margin-bottom: 22px;

  font-size: 16px;
  line-height: 1.45;
}


.raff-premium-content p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   4 / 5 / 6 FEATURE ROWS
========================================================= */

.raff-feature-row {
  min-height: 390px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 70px;
}


.raff-feature-text {
  padding: 15px;
}


.raff-feature-text h3 {
  margin-bottom: 12px;

  font-size: 25px;
  line-height: 1.2;
}


.raff-feature-text h4 {
  margin-bottom: 9px;

  font-size: 18px;
  line-height: 1.3;
}


.raff-feature-text p {
  margin-bottom: 24px;

  font-size: 17px;
  line-height: 1.45;

  color: #454545;
}


.raff-feature-text p:last-child {
  margin-bottom: 0;
}


.raff-feature-image-wrap {
  position: relative;

  width: 100%;
}


.raff-feature-image-wrap > img {
  display: block;

  width: 100%;
  height: 340px;

  object-fit: cover;

  border-radius: 20px;
}


.raff-floating-icon {
  position: absolute;

  z-index: 2;

  top: -28px;
  left: -30px;
}


.raff-feature-row--text-left .raff-feature-image-wrap .raff-floating-icon {
  left: -30px;
}


.raff-feature-row--image-left .raff-feature-image-wrap {
  order: 1;
}


.raff-feature-row--image-left .raff-feature-text {
  order: 2;
}


/* =========================================================
   7. BENEFITS
========================================================= */

.raff-benefits {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 30px;
}


.raff-benefit-card {
  min-width: 0;
}


.raff-benefit-image-wrap {
  position: relative;
}


.raff-benefit-image-wrap img {
  display: block;

  width: 100%;
  height: 340px;

  object-fit: cover;

  border-radius: 18px;
}


.raff-benefit-icon {
  position: absolute;

  z-index: 2;

  top: -24px;
  left: -24px;

  width: 92px;
  height: 92px;

  flex-basis: 92px;
}


.raff-benefit-card h3 {
  margin: 16px 0 8px;

  font-size: 18px;
  line-height: 1.25;
}


.raff-benefit-card p {
  margin: 0;

  font-size: 16px;
  line-height: 1.4;
}


/* =========================================================
   8. AWARD
========================================================= */

.raff-award {
  display: grid;

  grid-template-columns: 50% 50%;

  align-items: center;

  gap: 65px;

  padding-top: 15px;
}


.raff-award-image img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: contain;
}


.raff-award-text h3 {
  margin-bottom: 10px;

  font-size: 26px;
  line-height: 1.2;
}


.raff-award-text p {
  max-width: 530px;

  margin-bottom: 0;

  font-size: 17px;
  line-height: 1.45;
}


/* =========================================================
   ANIMATION
========================================================= */

.raff-reveal {
  opacity: 0;

  transform: translateY(25px);

  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}


.raff-reveal.raff-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .raff-section {
    margin-bottom: 75px;
  }


  .raff-premium-banner {
    grid-template-columns: 1fr;
  }


  .raff-premium-image {
    height: 360px;
  }


  .raff-premium-content {
    padding: 35px;
  }


  .raff-feature-row {
    grid-template-columns: 1fr;

    gap: 35px;
  }


  .raff-feature-row--image-left .raff-feature-image-wrap,
  .raff-feature-row--image-left .raff-feature-text {
    order: initial;
  }


  .raff-benefits {
    grid-template-columns: 1fr 1fr;

    row-gap: 60px;
  }


  .raff-award {
    grid-template-columns: 1fr;

    gap: 35px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .raff-product-content {
    padding: 0 15px;
  }


  .raff-section {
    margin-bottom: 60px;
  }


  .raff-main-title {
    margin-bottom: 45px;

    font-size: 21px;
  }


  .raff-section-title {
    font-size: 21px;
  }


  .raff-round-icon {
    width: 84px;
    height: 84px;

    flex-basis: 84px;
  }


  /* TABLE */

  .raff-size-table {
    min-width: 620px;

    font-size: 14px;
  }


  .raff-size-table th,
  .raff-size-table td {
    padding: 10px 8px;
  }


  /* SPECS */

  .raff-spec-row {
    grid-template-columns: 1fr;

    gap: 5px;

    padding: 13px 0;

    font-size: 15px;
  }


  .raff-spec-row > div:first-child {
    font-weight: 600;
  }


  .raff-wide-image {
    min-height: 280px;
  }


  /* PREMIUM */

  .raff-premium-banner {
    border-radius: 14px;
  }


  .raff-premium-image {
    height: 260px;
    min-height: 0;
  }


  .raff-premium-content {
    padding: 25px 20px 30px;
  }


  .raff-premium-content h3 {
    font-size: 22px;
  }


  .raff-premium-content p {
    font-size: 15px;
  }


  /* FEATURE */

  .raff-feature-row {
    gap: 25px;
  }


  .raff-feature-text {
    padding: 0;
  }


  .raff-feature-text h3 {
    font-size: 22px;
  }


  .raff-feature-text h4 {
    font-size: 17px;
  }


  .raff-feature-text p {
    font-size: 15px;
  }


  .raff-feature-image-wrap > img {
    height: 280px;
  }


  .raff-feature-row--text-left .raff-feature-image-wrap {
    order: -1;
  }


  .raff-floating-icon {
    top: -25px;
    left: -5px !important;
  }


  /* BENEFITS */

  .raff-benefits {
    grid-template-columns: 1fr;

    gap: 60px;
  }


  .raff-benefit-image-wrap img {
    height: 300px;
  }


  .raff-benefit-icon {
    left: -4px;

    width: 78px;
    height: 78px;

    flex-basis: 78px;
  }


  .raff-benefit-card h3 {
    font-size: 18px;
  }


  .raff-benefit-card p {
    font-size: 15px;
  }


  /* AWARD */

  .raff-award {
    gap: 25px;
  }


  .raff-award-text h3 {
    font-size: 22px;
  }


  .raff-award-text p {
    font-size: 15px;
  }

}

/* Центральний блок */

.product__info {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 76px;
}

.product__icon {
    width: 106px;
    height: 106px;
}

.product__icon svg {
    display: block;

    width: 100%;
    height: 100%;
}

.product__info-text {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 24px;

    font-size: 16px;
    line-height: 1.3;

    text-align: center;
}

.product__info-text strong {
    margin-top: 1px;

    font-size: 18px;
    font-weight: 500;
}

.blogItemContent table{
    display: table;
        white-space: normal;
}


/**/

.pBlock1{
    display: flex;
    position: relative;
    grid-template-columns: 1fr 0.83fr;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}
.pBlock1 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: top;
}
.pBlock1right{
    z-index: 2;
    max-width: 44.4%;
    margin-left: auto;
    color: #fff;
    margin-top: 100px;
    padding: 20px;
}
.pBlock1 h4{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.pBlock1 p{
        margin-bottom: 1.5rem;
        font-size: 16px;
}
.pBlock1 p:last-child{
    margin: 0;
}

.img-mob-rich {
    display: none;
}


/* media */
@media (max-width: 600px) {
    .video-modal iframe{
        height: auto;
    }
}
@media (min-width: 992px) {
    .flat-img-with-text-5 .collection-position {
        height: 440px;
        width: 50%;
    }
}
@media (min-width: 1516px) {
    .tf-slideshow .wrap-slider {
        height: 700px;
    }
}
@media (max-width: 1199px) {
    .headerOtherUlmenu{
        display: none;
    }
     #header{
         padding: 0;
     }   
     .mobOpenMenu{
        display: flex!important;
    }
    .header-default .nav-icon .nav-search{
        display: flex!important;
    }
    .mobMennuLogo{
        grid-gap: 12px;
    }
    .headerShopButton{
        display: none;
    }
}

@media (max-width: 991px) {
    
   .pBlock1{
            display: grid;
        grid-template-columns: initial;
        background: #000;
        height: initial;
   }
   .pBlock1 img{
        position: relative;
        height: auto !important;
        object-fit: contain;
                max-width: 150% !important;
        width: 150% !important;
   }
   .pBlock1right{
               max-width: 100%;
        margin-left: initial;
        margin-top: 0;
   }

    .reviewsWrap .testimonial-item{
    margin: 0 10px;
    width: calc(50% - 20px);
}
    .logo-header {
        width: auto!important;
    }
    footer .footer-col-block .tf-collapse-content {
        display: block !important;
    }
    footer .footer-left, footer .footer-newsletter{
        width: 100%;
    }
    footer .footer-infor .footer-menu{
        grid-gap: 40px;
    }
    footer .footer-col-block .tf-collapse-content{
        display: grid!important;
    }
}
@media (max-width: 767px) {
    .card-product .card-product-wrapper .image-wrap {
        height: 400px;
    }
    .homeOtherCatsMore .content h4 a{
                padding: 5px 12px;
    }
    .nav-icon .tf-languages{
        display: none;
    }
}
@media (max-width: 575px) {
    .blogItemContent table {
    font-size: 13px;
}
    .article-thumb{
    height: 280px;
}
    .reviewsWrap{
        margin: 0;
    }
    .reviewsWrap .testimonial-item{
        margin: 0;
        width: 100%;
    }
    .homeOtherCatsMore .collection-position .img-style img {
    height: 300px;
}
    .homeOtherCatsMore .content{
                padding: 20px 10px !important;
    }
    .logReg2Col{
        margin: 0;
    }
    .logReg2Col fieldset{
        margin: 0;
        width: 100%;
    }
    .tf-control-layout{
        display: none!important;
    }
    .tf-shop-control{
                grid-gap: 20px;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .card-product .card-product-wrapper .image-wrap {
        height: 280px;
    }
    .homeLastCol .collection-position{
        height: 360px!important;
    }
        .header-default .nav-icon .nav-icon-item {
        font-size: 28px!important;
    }
    .modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
        display: grid;
    }
    .logo-header img {
        max-height: 25px;
    }
}