/** Shopify CDN: Minification failed

Line 279:0 Unexpected "}"

**/
#blogs-recommendations {
    width: 100%;
    padding:40px 20px 50px 20px;
}
#blogs-recommendations .header {
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
}
#blogs-recommendations .header div {
    width: 350px;
}
#blogs-recommendations .header p {
    font-family: "Maven Pro";
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}
#blogs-recommendations .header h3 {
    /* //styleName: Heading 5; */
    font-family: "Fugaz One";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    margin:0;
    text-align: center;
}
#blogs-recommendations .recommendations-swiper {
    max-width:1280px;
    margin: 0 auto;
    overflow-x: hidden;
}
#blogs-recommendations .swiper-slide {
    border-radius: 16px;
    padding: 30px 0;
}
#blogs-recommendations .controls {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
    gap: 16px;
}

#blogs-recommendations .controls button {
    background: #ffffff;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    box-shadow: 0 3px 16px #00000029;
    transition: all 0.5s;
}
#blogs-recommendations .controls button:hover {
    box-shadow: 0 3px 16px #00000050;
    transition: all 0.5s;
}
#blogs-recommendations .controls button:hover>img {
    filter: brightness(0) invert(1);
}
#blogs-recommendations .controls button.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}
#blogs-recommendations .controls button.swiper-button-disabled:hover {
    background: #ffffff;
    box-shadow: none;
}
#blogs-recommendations .controls button.swiper-button-disabled img {
    opacity: 0.6;
}

#blogs-recommendations .controls button img {
    max-width: 5.77px;
    height: auto;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}
.blog-post .featured-image img {
    transition: all 0.3s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.blog-post {
    /* margin-bottom: 30px; */
    border:1px solid #F2F2F2;
    box-shadow: 0 3px 8px #C7C7C729;
    overflow: hidden;
    background: #ffffff;
    border-radius: 16px;
    margin:0 auto;
    max-width:350px;
}
.blog-post .featured-image {
    overflow: hidden;
    position: relative;
    height: 235px;
    /* isolation: isolate; */
    /* padding-bottom: var(--ratio-percent); */
}
.blog-post .featured-image>a {
    display: block;
    border:4px solid #ED1651;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-post .featured-image>a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-post .featured-image>a .thb-placeholder {
    background: var(--color-accent3);
    width: 100%;
    height: 100%;
}
.blog-post .featured-image>a .thb-placeholder svg {
    fill: var(--color-accent);
}
.blog-post .featured-image>a:hover img,
.blog-post .featured-image>a:focus img {
    transform: scale(1.05);
}
.blog-post .featured-image img {
    display: block;
    will-change: scale;
}
.blog-post .container {
    padding: 36px 24px 46px 24px;
}
.blog-post h5 {
    /* //styleName: Text M/Bold; */
    font-family: "Maven Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.005em;
    margin-bottom: 4px;
}
.blog-post h5 a{
    color: #0E0F1A;
}

.blog-post .post-meta {
    /* //styleName: Text M/Medium; */
    font-family: "Maven Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 4px;
}


.blog-post .post-excerpt {
    /* //styleName: Text M/Regular; */
    font-family: "Maven Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.005em;
    color: #0E0F1A;    
}

.blog-post .post-excerpt p {
    margin-bottom:0;
    line-height: 1.2;
}

.blog-post .read-more {
    /* //styleName: CAPTION/M; */
    font-family: "Maven Pro";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    display: inline-flex;
    text-transform: uppercase;
    margin-top:14px;
    position: relative;
    color: #ED1651;
}

.blog-post .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    /* background: var(--color-accent); */
    opacity: 0.2;
}

.blog-post.blog-post-shape-1 .featured-image {
    border-radius: 50% 50% 0 0;
}

.blog-post.blog-post-shape-2 .featured-image {
    border-radius: 50%;
}

.blog-post.blog-post-shape-3 .featured-image {
    border-radius: 0 0 50% 50%;
}

.blog-post.blog-post-shape-4 .featured-image {
    border-radius: 30% 30% 10% 30%;
}

.blog-post.blog-post-shape-5 .featured-image {
    border-radius: 10% 10% 50% 10%;
}

.blog-post.blog-post-shape-6 .featured-image {
    border-radius: 0;
}

.blog-post.blog-post-shape-7 .featured-image {
    border-radius: 50% 0 0 50%;
}

.blog-post.blog-post-shape-8 .featured-image {
    border-radius: 30% 30% 30% 10%;
}

.blog-post.blog-post-shape-9 .featured-image {
    border-radius: 50% 50% 0 0;
}

@media (min-width: 767px)
{
    
    #blogs-recommendations {
        padding:40px 20px 100px 20px;
    }
    .blog-post {
        width: auto;
        min-height: 520px;
    }
        /* margin-bottom: 48px; */
    }
    #blogs-recommendations .swiper-slide {
        padding: 30px;
    }
    #blogs-recommendations .header div {
        max-width: 730px;
    }
}
@media (min-width: 1270px)
{
    #blogs-recommendations .swiper-slide 
    {
        padding: 30px 0;
    }
}



