/** Shopify CDN: Minification failed

Line 477:2 Unexpected "{"
Line 477:3 Expected identifier but found "%"
Line 481:2 Unexpected "{"
Line 481:3 Expected identifier but found "%"
Line 482:21 Expected identifier but found whitespace
Line 482:23 Unexpected "{"
Line 482:32 Expected ":"
Line 483:2 Unexpected "{"
Line 483:3 Expected identifier but found "%"
Line 753:4 Unexpected "{"
... and 8 more hidden warnings

**/
.article-h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: var(--bs-heading-color);
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: var(--bs-headings-font-family);
}

.article-h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: var(--bs-headings-font-family);
    font-weight: var(--bs-headings-font-weight);
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: 1.5rem;
}

.article {
    padding: 50px 0px 30px;
}

.article .article-title {
    font-family: 'Lato-Bold';
    font-size: 70px !important;
    line-height: 1.1;
    letter-spacing: -2px;
    text-align: center;
    text-transform: capitalize;
    color: #121212;
    margin: 0;
}

.article .article-title strong {
    display: block;
    font-family: 'Lato-Bold';
    color: transparent;
    background: linear-gradient(to right, #DF2B2C, #851819);
    -webkit-background-clip: text;
    margin-bottom: 30px;
}

.article-date {
    background: linear-gradient(to right, #DF2B2C, #851819);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Lato-bold';
    line-height: 22px;
    font-size: 20px !important;
    text-align: center;
    letter-spacing: -0.08px;
    margin-bottom: 20px;
}


/*article para*/
.center-para{
    text-align: center;
    max-width: 1050px;
}

/*author info css*/
.author-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-family: 'Lato-Bold';
    font-size: 24px !important;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0;
}

.author-role {
    font-family: 'Lato-Bold';
    font-size: 16px;
    color: #4B4B4B;
    line-height: 22px;
    letter-spacing: -0.08px;
    margin: 0;
}

.share-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copy-link {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 124px;
    height: 40px;
}

.copy-btn-txt {
    margin-left: 10px;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.social-btn {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 40px;
    height: 40px;
}

.copy-link:hover,
.social-btn:hover {
    background-color: #f1f1f1;
}

.author-content {
    margin-top: 1rem;

}

.author-content p {
    font-family: 'Lato-Medium';
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.08px;
    color: #4B4B4B;
}

/*single Blog footer section*/
.blog-footer-banner {
    background: linear-gradient(to right, #E40013, #D00ABF);
    padding: 40px 104px 30px;
}

.blog-footer-banner .blog-center-banner-inner h2 {
    max-width: 800px;
    text-align: center;
}

/* quote-section */
.quote-section {
    margin: 60px auto;
    padding: 0px 20px;
    border-left: 3px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #DF2B2C, #851819);
    background-color: #fff;
}

blockquote {
    font-style: italic;
    font-family: 'Lato-Medium';
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.08px;
    color: #4B4B4B;
    margin: 0 0 10px 0;
}

.quote-author span,
.quote-author {
    font-family: 'Lato-Medium';
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.08px;
    color: transparent;
    background: linear-gradient(to right, #E40013, #D00ABF);
    -webkit-background-clip: text;
}

/*tabel of content*/
.table-section {
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}

.table-container {
    background: #f5f5f5;
    border-radius: 12px;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
    padding: 30px;
    max-width: 700px;
    color: #ffffff;
    font-size: 26px;
}

.table-title-step {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 5px;
}

.table-title-step strong{
    color: #000000 !important;
    text-transform: uppercase;
    max-width: 224px;
}

.table-step{
    margin-left: 16px;
}

.table-title-step a,
.table-step a {
    display: flex;
    align-items: center;
    font-family: 'Lato-Bold';
    font-size: 18px;
    color: #000000 !important;
    text-transform: capitalize;
}

.table-title-step a:hover,
.table-step a:hover {
    text-decoration: underline;
}

.table-container li {
    font-family: 'Lato-Bold';
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000 !important;
    cursor: pointer;
    position: relative;
}

.table-container li a svg {
    margin-left: 10px;
}

/*faq,s section*/

.faq-section {
    /* max-width: 800px; */
    margin: 60px auto;
    padding: 20px;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Lato-Bold';
    font-size: 50px !important;
    line-height: 51px !important;
    letter-spacing: -2px;
    text-transform: capitalize;
    color: #121212;
}

.faq-section h2 strong {
    font-family: 'Lato-Bold';
    background: linear-gradient(to right, #DF2B2C, #851819);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 15px 0;
    color: #DF2B2C;
    font-family: 'Lato-Bold';
    font-size: 24px;
    line-height: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
}

.faq-question:hover {}

.faq-question::after {
    content: '+';
    font-size: 1.2rem;
    color: #9ca3af;
    transition: transform 0.3s ease, color 0.3s;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
    color: #941B25;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 600px;
    opacity: 1;
    padding-bottom: 10px;
}

.faq-answer p {
    margin: 0;
    font-family: 'Lato-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.08px;
    vertical-align: middle;
    color: #121212;
    padding: 15px 0px;
}


@media (max-width: 756px) {

    .article {
        padding: 40px 0px 30px;
    }

    .article .article-title {
        font-size: 40px !important;
        line-height: 1.1 !important;
    }

    .article .share {
        max-width: 400px;
    }

    .blog-footer-banner {
        padding: 20px 16px;
    }

    /* quote-section */
    .quote-section {
        padding: 0px 15px;
    }

    blockquote,
    .quote-author span,
    .quote-author {
        font-size: 1rem;
        line-height: 22px;
    }

    /*table content section*/
    .table-step {
        margin-bottom: 0px !important;
    }

    .table-title-step a,
    .table-step a,
    .table-container li {
        font-size: 16px;
    }


    /*Author Section*/
    .author-card {
        flex-wrap: nowrap;
    }

    .share-buttons .copy-link {
        width: 40px;
    }

    .share-buttons .copy-btn-txt {
        display: none;
    }

    .author-info {
        align-items: flex-end;
    }

    .author-name {
        font-size: 20px !important;
    }

    .author-role {
        font-size: 14px;
    }

    .author-content p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    /*Blog footer section*/
    .blog-footer-banner .blog-center-banner-inner h2 {
        max-width: 300px;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    /*FAQ,s section*/
    .faq-section h2 {
        font-size: 32px !important;
        max-width: 300px;
        margin: 0 auto;
        line-height: 36px !important;
        margin-bottom: 30px;
    }

    .faq-section h2 strong {
        display: block;
    }

    .faq-question {
        font-size: 20px;
    }

    .faq-answer p {
        font-size: 16px;
        padding: 0px;
    }

}



#article-products-slider.best-seller-slider-section {
  padding: 120px 104px;
  background: #F5F5F5;
  {% if section.settings.best_seller_desktop_background_type == 'image' and section.settings.best_seller_desktop_background != blank %}
    background-image: url('{{ section.settings.best_seller_desktop_background | img_url: 'master' }}');
    background-size: cover;
    background-position: center;
  {% elsif section.settings.best_seller_desktop_background_type == 'color' %}
    background-color: {{ section.settings.best_seller_background_color }};
  {% endif %}
}
.blog-best-seller-slider-container{
    max-width:1232px;
    width:100%;
    margin:0 auto;
}
.blog-best-seller-slider-container .swiper-wrapper {
  display: grid !important;
  grid-auto-flow: column;
}
.blog-best-seller-slider-container .swiper-slide {
  height: 100%; /* equal height */
}
.best_seller_slider_custom h2{
font-family: 'Lato-Bold';
font-size: 50px;
line-height: 51px;
letter-spacing: -2px;
text-transform: capitalize;
color: #121212;
margin: 0;

}
.slider.relative{
    position : relative;
}

.swiper-slide.swiper-slide-active .product-item a.best-seller-button{
    background: linear-gradient(to right, #DF2B2C, #851819);
    color: #fff;
}
.swiper-slide.swiper-slide-active .best-seller-card-content {
    border: 1px solid transparent;
    border-top: 0px;
    background-clip: padding-box, border-box!important;
    background-origin: border-box!important;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #DF2B2C, #851819)!important;
}

.blog-best-seller-slider-container .swiper-pagination {
    position: static;
    margin: 56px auto 0;
    max-width:920px;
    display: flex;
    background-color: #ffffff!important;
}

.blog-best-seller-slider-container .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  margin: 0 !important;
  height: 4px !important;
  background-color: #ffffff!important;
}
.blog-best-seller-slider-container .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #DF2B2C, #851819);
  background-color: transparent;
}
.slides-burron {
      position: absolute;
    top: -70px;
    right: 44px;
}
.blog-best-seller-slider-container :is(.swiper-button-next, .swiper-button-prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #DF2B2C;
}
.blog-best-seller-slider-container  .swiper-button-next:after, .blog-best-seller-slider-container .swiper-button-prev:after{
  font-size: 15px;
  color: #fff;
}
.blog-best-seller-slider-container .swiper-button-prev {
    left: -49px !important;
}
.blog-best-seller-slider-container .swiper-button-next{
  right: -42px !important;
}
.best_seller_slider_custom h2 p {
margin: 0;
}

.best_seller_slider_custom h2 strong {
font-family: 'Lato-Bold';
color: transparent;
background: linear-gradient(to right, #DF2B2C, #851819);
-webkit-background-clip: text;
}

.best_seller_slider_custom .subcontent {
margin-top: 32px;
}
.best_seller_slider_custom .subcontent p {
font-family: 'Lato-Medium';
font-size: 20px;
line-height: 22px;
letter-spacing: -0.08px;
color: #121212;
margin: 0;
}
.swiper-wrapper .product-item .best-seller-card-item{
/* background:#fff; */
}
.swiper-wrapper .product-item .best-seller-card-content{
padding: 17px 17px 10px;
    background: #fff;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
.swiper-wrapper .product-item .img-wrapper .product-item-img{
border-radius:0 !important;
border-top-left-radius:32px !important;
border-top-right-radius:32px !important;
border: none !important;
padding: 0 !important;
}

.swiper-wrapper {
    margin-top: 56px;
}
.swiper-wrapper .product-item-title{
  margin-bottom:25px !important;
  /* min-height:113px; */
}
.swiper-wrapper .product-link{
font-family: 'Lato-Bold';
color: transparent;
background: linear-gradient(to right, #DF2B2C, #851819);
-webkit-background-clip: text;
font-size: 24px;
line-height: 25px;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-align:center;
text-align: center;
vertical-align: middle;
letter-spacing: 0px;
color: transparent;
display: -webkit-box!important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.swiper-wrapper .product-item-price{
font-family: 'Lato';
font-weight : 600;
font-size: 16px;
line-height: 22px;
letter-spacing: -0.08px;
color:#121212;
text-align: center;
}
.best-seller-rating{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-bottom:16px;
}
.best-seller-rating span{
  font-family: 'Archivo-SemiBold';
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 125%;
letter-spacing: 0%;
color:#231F20;
}
.swiper-wrapper .product-item a.best-seller-button{
    width: 100%;
    border-radius: 8px;
    height: 42px;
     border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #DF2B2C, #851819);
    font-size: 20px;
    font-family: 'Lato-Bold';
    line-height: 22px;
    letter-spacing: -.08px;
    color: #941B25;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    text-transform: capitalize;
}
.swiper-wrapper .product-item a.best-seller-button:hover{
  background: linear-gradient(to right, #DF2B2C, #851819);
  color: #fff;
}
.swiper-wrapper .product-item a.best-seller-button svg {
  display: none
}
#article-products-slider .swiper-wrapper .slider{
  visibility:hidden;
}

#article-products-slider .swiper-wrapper .slider .slick-dots  li{
width: 100px;
height: 4px;
border-radius:0px;
margin:0;
padding:0;
}
#article-products-slider .swiper-wrapper .slider .slick-dots{
  bottom:-50px;
}
#article-products-slider .swiper-wrapper .slider .slick-dots  li button{
border: none;
width: 100px;
height: 4px;
border-radius:50px;
margin:0;
padding:0;
background: #D9D9D9;

}
#article-products-slider .swiper-wrapper .slider .slick-dots li button:before{
content:"";
}
#article-products-slider .swiper-wrapper .slider .slick-dots  li.slick-active button{
  background: linear-gradient(to right,#d80027,#f0c);
}
#article-products-slider .swiper-wrapper .slider .next-one{
top: -24%;
right: 2%;
z-index:3;
position: absolute;
border: none;
cursor: pointer;
}
#article-products-slider .swiper-wrapper .slider .prev-one {

      position: absolute;
      top: -24%;
      left:92%;
      border: none;
      cursor: pointer;
}
#article-products-slider .swiper-wrapper .slider .prev-one::before{
  display:none;
}
#article-products-slider .swiper-wrapper .slider .next-one::before{
  display:none;
}
@media(max-width: 1024px){
#article-products-slider.best-seller-slider-section {
    padding: 80px 40px;
  }
}
@media(max-width: 1024px){
  #article-products-slider .swiper-wrapper .slider .next-one{
top: 45%;
right: 0%;
z-index:3;
}
#article-products-slider .swiper-wrapper .slider .prev-one {
      top: 45%;z-index:3;
      left:0%;
}
}
@media(max-width: 767px){
 #article-products-slider.best-seller-slider-section {
    {% if section.settings.best_seller_desktop_background_type == 'image' and section.settings.best_seller_mobile_background != blank %}
      background-image: url('{{ section.settings.best_seller_mobile_background | img_url: 'master' }}');
      background-size: cover;
      background-position: center;
    {% elsif section.settings.best_seller_desktop_background_type == 'color' %}
      background-color: {{ section.settings.best_seller_background_color }};
    {% endif %}
    background-repeat: no-repeat;
    padding: 32px 12px;
  }
  .best_seller_slider_custom h2{
    font-size: 32px;text-align: center;
  }
  .best_seller_slider_custom .subcontent {
    margin-top: 24px;
}
.best_seller_slider_custom .subcontent p{
    font-size: 16px;text-align: center;

}
.slides-burron {
  display: none;
}
.swiper-wrapper .product-item-title a.product-link {
  font-size: 18px;
}
.swiper-wrapper .product-item-title {
  height : auto;
}
.swiper-wrapper {
    margin-top: 40px;
}
.swiper-wrapper .product-item-price{
font-size: 16px;
}
#article-products-slider .swiper-wrapper .slider .prev-one svg{
width:32px;
}
#article-products-slider .swiper-wrapper .slider .next-one svg{
width:32px;
}

#article-products-slider .swiper-wrapper .slider .slick-dots  li{
width: 20px;
}
#article-products-slider .swiper-wrapper .slider .slick-dots  li button{
width: 20px;

}
#article-products-slider .swiper-wrapper .slider .slick-dots{
  bottom:-25px;
}
}