h1,
h2,
h3,
strong,
b {
    font-weight: 400 !important;
}
.box-sub-cat,
.view-box,
.category-page,
.showmore_on {
    display: none;
}
p a {
    color: #337ab7;
}
.gifts-hero,
.categories__gifts,
.gifts-social-text,
.gifts-recomends-list,
.gifts-why,
.gift-tickets {
    margin-bottom: 70px;
}
.gifts-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 20px 20px 0 70px;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    margin-top: 2rem;
}
.gifts-hero .hero-text {
    width: 55%;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 70px;
}
.gifts-hero .hero-title {
    font-size: 60px;
    line-height: 52px;
    margin-bottom: 38px;
    font-weight: 300;
}
.gifts-hero .hero-text > p {
    margin-bottom: 8px;
}
.gifts-hero .hero-text ul {
    padding-left: 15px;
}
.gifts-hero .btn {
    padding: 10px 38px;
    background: #fff;
    color: #000;
    font-size: 16px;
    margin-top: 30px;
}
.gifts-hero > img {
    height: 100%;
    max-width: 45%;
}
.product-category-191 .categories__gifts {
    padding: 0;
}
.gifts-subtitle {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 14px;
    font-weight: 500;
}
.gifts-social {
    display: flex;
    gap: 13px;
    justify-content: center;
    flex-wrap: wrap;
}
.gifts-social-text {
    max-width: 480px;
    margin: 10px auto 70px;
    text-align: center;
    padding: 24px 0;
    border: 1px solid #000;
    border-radius: 6px;
    font-weight: 400;
}
.gifts-recomends-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 27px;
    margin: 24px auto;
    width: 85%;
}
.recommends-item {
    width: calc(33% - 16px);
    padding: 50px 40px;
    background-color: #F7F7F7;
    min-height: 140px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-height: 42px;
}
.recommends-item p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.gifts-why {
    display: flex;
    align-items: center;
}
.gifts-why p {
    width: 70%;
}
.gifts-why img {
    max-width: 300px;
}
.gift-tickets {
    background-color: #F7F7F7;
    padding:60px 12% 75px;
    border-radius: 30px;
    margin-bottom: 0 !important;
}
.tickets-list {
    width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 65px 75px;
    grid-template-columns: repeat(2, 1fr);
}
.tickets-item {
    display: grid;
    grid-template-columns: calc(70% - 13px) 26px calc(30% - 13px);
    color: #fff;
    width: 100%;
}
.tickets-item > div {
    background-color: #000;
}
.ticket-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 0 45px 25px;
}
.ticket-text > div {
    width: calc(100% + 30px);
    position: relative;
    z-index: 8;
}
.tickets-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 5px;
}
.ticket-text ul {
    padding-left: 15px;
}
.ticket-text,
.ticket-img {
    border-radius: 10px 10px;
}
.ticket-line {
    position: relative;
}
.ticket-line::before,
.ticket-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 21px;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 8;
}
.ticket-line::before {
    top: 0;
    border-radius: 0 0 10px 10px;
}
.ticket-line::after {
    bottom: 0;
    border-radius: 10px 10px 0 0;
}
.ticket-img {
    position: relative;
    /* overflow: hidden; */
}
.ticket-img img {
    position: absolute;
    top: 7px;
    right: 0;
    width: auto;
    height: calc(100% - 10px);
    display: block;
    margin: 0 auto;
}
.tickets-item.last-ticket {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 65px;
}
.tickets-item.last-ticket .ticket-img img {
    height: 220px;
    top: calc(50% - 110px);
    right: calc(50% - 110px);
}

@media (max-width: 1300px) {
    .gifts-hero .hero-title {
        font-size: 40px;
        line-height: 36px;
    }
    .recommends-item {
        padding: 30px;
    }
    .tickets-list {
        grid-template-columns: 100%;
    }
    .ticket-img img {
        max-width: 150px;
    }
    .tickets-item,
    .tickets-item.last-ticket {
        max-width: 450px;
        margin: 0 auto;
    }
    .tickets-item.last-ticket {
        margin-top: 65px;
    }
    .tickets-item.last-ticket .ticket-img img {
        height: 150px;
        top: calc(50% - 75px);
        right: calc(50% - 60px);
    }
}
@media (max-width: 900px) {
    .gifts-hero {
        align-items: flex-end;
    }
    .gifts-hero .hero-text {
        width: 50%;
    }
    .gifts-hero > img {
        max-width: 50%;
    }
    .gifts-recomends-list {
        width: 100%;
    }
    .recommends-item {
        width: 100%;
    }
    .gift-tickets {
        padding: 25px
    }
    .tickets-list {
        gap: 15px;
    }
    .ticket-text {
        padding: 25px 0 25px 10px;
    }
    .ticket-text > div {
        width: 100%;
    }
    .tickets-item.last-ticket {
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .gifts-hero,
    .categories__gifts,
    .gifts-social-text,
    .gifts-recomends-list,
    .gifts-why,
    .gift-tickets {
        margin-bottom: 40px;
    }
    .gifts-hero {
        overflow: hidden;
        padding: 20px 20px 0;
    }
    .gifts-hero .hero-title {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 14px;
    }
    .gifts-hero .hero-text {
        font-size: 16px;
        line-height: 20px;
    }
    .gifts-subtitle {
        font-size: 18px;
        line-height: 20px;
    }
    .gifts-social {
        gap: 8px;
    }
    .gifts-why p {
        width: 100%;
    }
    .gifts-why img {
        display: none;
    }
    .gift-tickets {
        border-radius: 0;
    }
    .ticket-text {
        padding: 25px 0 25px 25px;
    }
}

@media (max-width: 650px) {
    .gifts-hero {
        justify-content: flex-end;
    }
    .gifts-hero .hero-text {
        width: 100%;
    }
    .gifts-hero .hero-text > ul {
        width: 80%;
    }
    .gifts-hero > img {
        max-width: 80%;
        position: relative;
        right: -60px;
        margin-top: -160px;
    }
}