/** Shopify CDN: Minification failed

Line 27:91 Unexpected "/"

**/
@media screen and (max-width: 749px) {
    .template-listicle h2 { font-size: 34px!important; }
}

/* Listicle Header */

.listicle-header-timer {
    position: sticky!important;
    top: 0;
    z-index: 2;
}
.header_offer_ending_block .heading-block {
    margin-bottom: 0;
    font-family: "PP Neue Montreal Bold";
    text-align: center;
}
.header-offer-countdown .countdown-item .counter-inner-item {
    display: flex;
    font-size: 20px;
    font-family: "PP Neue Montreal Bold";
}
.header-offer-countdown .countdown-item .counter-inner-item span { line-height: normal; } */

@media screen and (max-width: 749px) {
    .header_offer_ending_block .heading-block {
        font-size: 14px;
    }
}

/* Listicle Top Text Section */

.listicle-heading-with-descripion {
    width: 100%;
    max-width: 55rem;
    margin: auto;    
}
.listicle-heading-with-descripion .description_block { padding-top: 20px; }
.listicle-heading-with-descripion .heading_block span {
    text-decoration: underline;
    text-decoration-thickness: 2px; 
    text-underline-offset: 4px;
}


/* Listicle Auther With Note Section */

.listicle-author-with-note {
    width: 100%;
    max-width: 55rem;
    margin: auto;    
}
.listicle-author-with-note .author-and-view-div {
    display: flex;
    align-items: center;
    column-gap: 15px;    
}
.author-and-view-div .author-text {
    display: flex;
    flex-direction: column;    
}
.author-and-view-div .profile_img img {
    width: 70px;
    height: 70px;
    border-radius: 1000px;
}
.listicle-sec-note {
    background-color: #fcb348;
    background-color: #1ADE65;
    border-left: 3px solid #1C1917;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px;
}

/* Listicle Auther With Note Section */

.listicle_img_with_text_main .heading_block {
    margin-bottom: 40px;
    text-align: center;
}
.listicle_img_with_text_main {
    max-width: 55rem;
    margin: auto;    
}
.listicle_image_with_text_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;    
    column-gap: 3rem;
    row-gap: 1rem;
    padding-bottom: 4rem;
}
.listicle_image_with_text_block .listicle_image_video_block img,
.listicle_image_with_text_block .listicle_image_video_block video {
    border-radius: 15px;
    width: 100%;
}
.listicle_image_with_text_block .listicle_text_block .heading_block { margin-bottom: 20px; }
.listicle_image_with_text_block .listicle_text_block .url_block {
    display: flex;
    align-items: center;
    margin-top: 20px;   
    gap: 10px;
}
.listicle_image_with_text_block .listicle_text_block .url_block a {
    text-decoration: underline;
    text-underline-offset: 0.1rem;
}
.listicle_image_with_text_block .listicle_text_block .url_block .link-emoji { margin-bottom: 0; }


@media screen and (max-width: 749px) {
    .listicle_image_with_text_block { grid-template-columns: 1fr; }
}


/* Listicle Rich Text */

.trust-img-with-text .listicle-rich-text-block .custom-section-content { padding: 0; }

@media screen and (max-width: 749px) {
    .listicle-rich-text-block .text-block h2 br { display: none; }
}

/* Listicle Comapire Table Section */

.listicle-comparison-table tr th,
.listicle-comparison-table tr td {
    width: 25%;
    font-weight: normal;
}
.listicle-comparison-table { border-spacing: 0; }

.listicle-comparison-table thead tr:nth-child(2) span {
    font-family: "PP Neue Montreal Bold";
    display: block;
    word-wrap: break-word;    
}
.listicle-comparison-table thead tr:nth-child(2) th {
    align-content: flex-end;
    padding-top: 6px;
}
.listicle-comparison-table thead tr:first-child td { border: none; }
.listicle-comparison-table tbody tr:last-child td,
.listicle-comparison-table tbody tr:last-child th {
    border: none;
    padding: 30px;
}
.listicle-comparison-table tr th:last-child,
.listicle-comparison-table tr td:last-child {
    background: #E8E7E2A6;
}
.listicle-comparison-table thead tr:first-child td:last-child {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
    padding-top: 0;
    padding-bottom: 0;    
}
.listicle-comparison-table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
}
.listicle-comparison-table td,
.listicle-comparison-table th {  
    border-bottom: 1px solid #1c1917;
    padding: 16px 10px;
    text-align: center;  
}
.listicle-comparison-table th:first-child,
.listicle-comparison-table td:first-child {
    text-align: left;
    padding-left: 20px;
}
.listicle-comparison-table img {
    max-width: 150px;
    margin: -65px auto 0;
}

@media screen and (min-width: 1025px) {
    .listicle-compare-center-div {
        max-width: 55rem;
        margin: auto;    
    }
    .listicle-comparison-table th:first-child,
    .listicle-comparison-table td:first-child {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .listicle-compare-center-div { padding-bottom: 20px; }
}

@media screen and (max-width: 749px) {
    .listicle-comparison-table img {
        max-width: 75px;
        margin: -65px auto 0;
    }
    .listicle-comparison-table tr th,
    .listicle-comparison-table tr td {
        font-size: 9px;
        padding: 6px 5px;
    }
    .listicle-comparison-table tbody tr:last-child td,
    .listicle-comparison-table tbody tr:last-child th { padding-bottom: 10px; }
}

@media screen and (max-width: 480px) {
    .listicle-comparison-table img {
        max-width: 60px;
        margin: -50px auto 0;
    }
    .listicle-comparison-table tbody tr:last-child td,
    .listicle-comparison-table tbody tr:last-child th { padding-bottom: 0px; }
}

/* Listicle Limited Offer Section */

.listicle-limited-offer-block {
    max-width: 55rem;
    margin: auto;    
}
.listicle-limited-offer-block .heading_with_text_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
}
.listicle-limited-offer-block .heading_with_text_block .heading_block,
.listicle-limited-offer-block .heading_with_text_block .description_block { text-align: center; }

.image-with-offer-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 30px;    
    background: #fefcf6;    
    position: relative;
}
.image-with-offer-block .image-block,
.image-with-offer-block .image-block img { height: 100%; }

.limited-offer-info-block { padding: 20px; }
.limited-offer-info-block .offer_tag_block {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #1ADE65;
    max-width: 500px;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}
.limited-offer-info-block .description_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center; 
}
.limited-offer-info-block .description_block .caption { text-transform: uppercase; }
.limited-offer-info-block .description_block .caption.caption p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.limited-offer-info-block .description_block .caption.caption p::before,
.limited-offer-info-block .description_block .caption.caption p::after {
  content: "";
  flex: 1;
  max-width: 40px;
  height: 1px;
  background-color: #E8E7E1;
  margin: 0 12px;
}
.limited-offer-info-block .description_block .heading_block span { color: #1ADE65; }
.limited-offer-info-block .description_block .button_block a { text-transform: uppercase; }

.offer_risk_block {
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #fcb348;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
}
.money_back_guarantee_block {
    padding-top: 15px;
    text-align: center;
}
/* .listicle-limited-offer-block .inner_div_listicle_btn { display: none; } */

@media screen and (max-width: 768px) {
    .listicle-limited-offer-block .description_block .custom_sticky_listicle_btn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 999999;
        padding: 15px;
        background: #fefcf6;
    }
    .sticky-cart-btn__onScroll #smile-ui-lite-launcher-frame-container { bottom: 90px!important; }
    .sticky-cart-btn__onScroll .Avada-Faqs_Button { bottom: 90px!important; }
}

    .limited-offer-info-block .custom_listicle_btn span { display: none; }

    
@media screen and (max-width: 749px) {
    .limited-offer-info-block .custom_sticky_listicle_btn span{ display: block; }
    .listicle-limited-offer-block .image-with-offer-block { grid-template-columns: 1fr; }
    .limited-offer-info-block { padding: 60px 20px; }
    .limited-offer-info-block .custom_listicle_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        gap: 5px;
    }
}

@media screen and (max-width: 580px) {
    .offer_risk_block {
        font-size: 14px;
        gap: 4px;
    }
}

/* Listicle Footer */

.listicle-footer-block { text-align: center; }
.listicle-footer-block .footer-text-block p { font-size: 12px; }
.listicle-copyright-footer {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-top: 15px;
}
.listicle-copyright-footer span,
.listicle-copyright-footer a {
    color: #808285;
    font-size: 12px;
}

@media screen and (max-width: 749px) {
    .listicle-footer .section { padding: 80px 0; }
}