#primary {
    margin-top: 0 !important;
}
.cellDiabeticTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
}
.cellDiabeticTitle h2{
    margin: 0 !important;
}
.cellDiabeticTitle p {
    margin-top: 0 !important;
}
.cellDiabeticTitle h2 {
    font-size: 30px !important;
}
.first_paragraph {
    font-size: 22px;
    color: #002448 !important;
    margin-bottom: 10px !important;
}
.second_paragraph {
    font-size: 22px;
    color: #074889 !important;
}



.swiper-slide .wp-block-columns .paragraph-columns,
.slider-columns-bonuses {
    display: flex;
    flex-direction: column;
}


.swiper-wrapper .paragraph-columns .wp-block-column ,
.swiper-slide .slider-columns-bonuses .wp-block-column {
    flex-grow: 0 !important;
}

.trustpilot-widget-block {
    max-width: 100vw !important;
    background-color: #154A7E;
}
.trustpilot-widget-block .trustpilot-widget {
    margin-bottom: 0 !important;
}
.image-slider .paragraph-columns {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.front-block-bonuses{
    max-width: 100vw !important;
    height: 450px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;

}
.paragraph-columns{
    height: 100%;
}
.paragraph-columns .new_customer_bonus {
    font-size: 45px;
    color: #1E3760;
    font-weight: bold;
}
.paragraph-columns .code_new_customer {
    font-size: 40px;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: 700;
    padding: 0px 60px;
    display: inline-block;
}
.image-slider .get_your_bonus{
    font-size: 50px;
    color:  #154A7E;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 25px;
    margin-left: 50px;
}

.bonus-count-block{
    background-color: #D9D9D9;

}
.bonus-count-block .unique_block{
    margin-left: 150px;
}
.front-block-bonuses > .wp-block-column:first-child {
    flex: 1 1 41%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.front-block-bonuses > .wp-block-column:nth-child(2) {
    background: #e0e0e0;
    flex: 1 1 75%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#bonus_10 a,
#bonus_20 a,
#bonus_30 a {
    position: relative;
    display: inline-block;
}

#bonus_10 a::after,
#bonus_20 a::after,
#bonus_30 a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
}

#bonus_10 a:hover::after,
#bonus_20 a:hover::after,
#bonus_30 a:hover::after {
    width: 100%;
    transform: translateX(-50%) scaleX(1);
}
.bonus{
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 5px !important;
}
.boxes{
    color: #000;
    font-size: 20px;
    margin-top: 0;
}
.unique_block .bonus_boxes_block{
     width: 75%;
}
.unique_block .bonus_boxes_block > div{
    text-align: center;
}
.second_bonus{
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
}
.new_customer_bonus_block{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.product-category{
    max-width: 100vw !important;
    background-color:  #154A7E;
}
.child-block{
    display: flex;
    justify-content: center;
}
.category-block{
    width: 68%;
}

.custom-product-grid a div {
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100% !important;
}

.custom-product-grid a img {
    transition: transform 0.4s ease;
}

.custom-product-grid a:hover div {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.custom-product-grid a:hover img {
    transform: scale(1.08);
}










