body.postid-9108 {
    background: #fbf9f2;
    color: #1c1f1b;
    font-family: Lato, Arial, sans-serif;
}

body.postid-9108 > div.website-wrapper,
body.postid-9108 .page-title,
body.postid-9108 .woocommerce-breadcrumb,
body.postid-9108 .woocommerce-tabs,
body.postid-9108 .related.products,
body.postid-9108 .product_meta {
    display: none !important;
}

#cro-product-9108,
#cro-product-9108 * {
    box-sizing: border-box;
}

#cro-product-9108 {
    --g: #13402c;
    --a: #bb8d37;
    --bg: #fbf9f2;
    --bd: #dbd6c2;
    --tx: #1c1f1b;
    --mu: #61665c;
    width: 100%;
    overflow: hidden;
    background: var(--bg);
    color: var(--tx);
    font-size: 16px;
    line-height: 1.6;
}

#cro-product-9108 a { text-decoration: none; }
#cro-product-9108 img { display: block; max-width: 100%; height: auto; }
#cro-product-9108 .sh { width: min(1180px, calc(100% - 40px)); margin: auto; }

#cro-product-9108 .top {
    padding: 48px 0;
    background: linear-gradient(135deg, #0d3021, #1e563b);
    color: #fff;
}

#cro-product-9108 .vh {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

#cro-product-9108 .vh h2,
#cro-product-9108 .sec h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.15;
}

#cro-product-9108 .vh h2 { color: #fff; }
#cro-product-9108 .vh p { max-width: 390px; margin: 0; color: #d8e3dd; }
#cro-product-9108 .videos { display: grid; grid-template-columns: minmax(0, 860px); justify-content: center; gap: 18px; }
#cro-product-9108 .video { overflow: hidden; border: 1px solid #ffffff38; border-radius: 14px; background: #0a2419; }
#cro-product-9108 .video video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: contain; }
#cro-product-9108 .cap { padding: 16px 18px; }
#cro-product-9108 .cap strong,
#cro-product-9108 .cap span { display: block; }
#cro-product-9108 .cap span { margin-top: 4px; color: #c9d9d0; font-size: 13px; }

#cro-product-9108 .topcta,
#cro-product-9108 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

#cro-product-9108 .topcta {
    width: max-content;
    max-width: 100%;
    margin: 24px auto 0;
    background: var(--a);
    color: #fff !important;
}

#cro-product-9108 .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
    padding: 54px 0;
}

#cro-product-9108 .mainpic {
    min-height: 500px;
    border: 1px solid var(--bd);
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cro-product-9108 .mainpic img { max-height: 450px; object-fit: contain; }
#cro-product-9108 .gallerystrip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 10px; }
#cro-product-9108 .gallerystrip a { overflow: hidden; border: 1px solid var(--bd); border-radius: 9px; background: #fff; padding: 6px; }
#cro-product-9108 .gallerystrip img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
#cro-product-9108 .buy h1 { margin: 0 0 14px; color: var(--g); font-size: 45px; line-height: 1.08; }
#cro-product-9108 .def { margin: 0 0 18px; color: var(--mu); font-size: 17px; }

#cro-product-9108 .badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 0 0 18px;
}

#cro-product-9108 .badge { min-height: 58px; border: 1px solid var(--bd); border-radius: 9px; background: #fff; padding: 10px 12px; }
#cro-product-9108 .badge strong,
#cro-product-9108 .badge span { display: block; }
#cro-product-9108 .badge strong { color: var(--g); font-size: 12px; }
#cro-product-9108 .badge span { color: var(--mu); font-size: 10px; }
#cro-product-9108 .price { margin: 0 0 18px; color: var(--g); font-size: 33px; font-weight: 900; }

#cro-product-9108 .packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
#cro-product-9108 .pack {
    position: relative;
    min-height: 82px;
    border: 1px solid var(--bd);
    border-radius: 9px;
    background: #fff;
    padding: 15px 7px;
    color: var(--tx);
    font: inherit;
    text-align: center;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

#cro-product-9108 .pack strong,
#cro-product-9108 .pack span { display: block; }
#cro-product-9108 .pack strong { color: var(--g); }
#cro-product-9108 .pack span { color: var(--mu); font-size: 11px; }
#cro-product-9108 .pack:hover { border-color: var(--g); transform: translateY(-1px); }
#cro-product-9108 .pack.active { border: 2px solid var(--g); background: #eaf5ef; box-shadow: 0 0 0 3px rgba(19, 64, 44, .1); }
#cro-product-9108 .pack:focus-visible { outline: 3px solid rgba(187, 141, 55, .45); outline-offset: 2px; }
#cro-product-9108 .pack.pop:not(.active) { border: 2px solid var(--g); }
#cro-product-9108 .pack.pop::before { content: "POPULAR"; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); border-radius: 20px; background: var(--a); color: #fff; padding: 2px 8px; font-size: 8px; font-weight: 900; }
#cro-product-9108 .note { font-size: 9px !important; line-height: 1.3; }
#cro-product-9108 .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
#cro-product-9108 .btn { border: 2px solid var(--g); color: var(--g) !important; }
#cro-product-9108 .btn.primary { background: var(--g); color: #fff !important; }

#cro-product-9108 .sharebar { border-top: 1px solid var(--bd); background: #fff; }
#cro-product-9108 .sharebox { display: flex; min-height: 72px; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; }
#cro-product-9108 .sharebox b { margin-right: 6px; color: var(--g); font-size: 13px; }
#cro-product-9108 .sharebox a { border: 1px solid var(--bd); border-radius: 999px; background: var(--bg); padding: 8px 12px; color: var(--g) !important; font-size: 11px; font-weight: 900; }
#cro-product-9108 .sharebox a:hover { border-color: var(--g); background: var(--g); color: #fff !important; }

#cro-product-9108 .trust { background: var(--g); color: #fff; }
#cro-product-9108 .trustgrid { display: grid; grid-template-columns: repeat(4, 1fr); }
#cro-product-9108 .trustitem { padding: 24px; border-right: 1px solid #ffffff32; }
#cro-product-9108 .trustitem:last-child { border: 0; }
#cro-product-9108 .trustitem strong,
#cro-product-9108 .trustitem span { display: block; }
#cro-product-9108 .trustitem span { color: #d8e3dd; font-size: 11px; }

#cro-product-9108 .sec { padding: 68px 0; }
#cro-product-9108 .white { background: #fff; }
#cro-product-9108 .green { background: var(--g); color: #fff; }
#cro-product-9108 .sec h2 { color: var(--g); }
#cro-product-9108 .green h2 { color: #fff; }
#cro-product-9108 .kick { margin: 0 0 7px; color: var(--a); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
#cro-product-9108 .sub { max-width: 760px; margin: 10px 0 0; color: var(--mu); }
#cro-product-9108 .green .sub { color: #d8e3dd; }
#cro-product-9108 .quick { margin-top: 22px; border: 1px solid var(--bd); border-left: 6px solid var(--a); border-radius: 10px; background: #fff; padding: 25px; font-size: 17px; }

#cro-product-9108 .sourcegrid,
#cro-product-9108 .facts,
#cro-product-9108 .auth { display: grid; gap: 18px; margin-top: 28px; }
#cro-product-9108 .sourcegrid { grid-template-columns: repeat(4, 1fr); }
#cro-product-9108 .facts { grid-template-columns: 1.3fr 1fr 1fr; }
#cro-product-9108 .auth { grid-template-columns: repeat(3, 1fr); }
#cro-product-9108 .fact { border: 1px solid var(--bd); border-radius: 12px; background: #fff; padding: 24px; }
#cro-product-9108 .fact h3 { margin: 0 0 12px; color: var(--g); }
#cro-product-9108 .source-notice { margin-top: 20px; border: 1px solid #d9c89e; border-left: 6px solid var(--a); border-radius: 10px; background: #fffaf0; padding: 21px 23px; color: #403d36; }
#cro-product-9108 .source-notice strong { color: var(--g); }
#cro-product-9108 .education-note { margin: 20px 0 0; border-left: 5px solid var(--a); background: #f4f8f5; padding: 18px 20px; color: var(--mu); }
#cro-product-9108 .education-note strong { color: var(--g); }
#cro-product-9108 .education-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 20px; }
#cro-product-9108 .education-card { border: 1px solid var(--bd); border-radius: 12px; background: #fff; padding: 22px; }
#cro-product-9108 .education-card h3 { margin: 0 0 10px; color: var(--g); font-size: 18px; }
#cro-product-9108 .education-card p { margin: 0; color: var(--mu); }
#cro-product-9108 .fact dl { margin: 0; }
#cro-product-9108 .fact dt { color: var(--mu); font-size: 12px; }
#cro-product-9108 .fact dd { margin: 0 0 9px; font-size: 13px; font-weight: 800; }
#cro-product-9108 .fact p,
#cro-product-9108 .fact li { color: var(--mu); font-size: 13px; }

#cro-product-9108 .spec-table { width: 100%; margin-top: 28px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--bd); border-radius: 12px; background: #fff; }
#cro-product-9108 .spec-table th,
#cro-product-9108 .spec-table td { padding: 15px 18px; border-bottom: 1px solid var(--bd); vertical-align: top; text-align: left; }
#cro-product-9108 .spec-table tr:last-child th,
#cro-product-9108 .spec-table tr:last-child td { border-bottom: 0; }
#cro-product-9108 .spec-table th { width: 220px; color: var(--g); font-size: 13px; }
#cro-product-9108 .spec-table td { color: var(--mu); font-size: 13px; }

#cro-product-9108 .warn { margin-top: 18px; border: 1px solid #d9b6a8; border-left: 6px solid #a54b2a; border-radius: 11px; background: #fff8f4; padding: 22px; }
#cro-product-9108 .warn h3 { margin: 0 0 10px; color: #7c321a; }
#cro-product-9108 .warn ul { margin: 0; padding-left: 20px; }
#cro-product-9108 .warn li + li { margin-top: 8px; }

#cro-product-9108 .rule { margin-top: 22px; border: 1px solid #ffffff50; border-left: 6px solid var(--a); border-radius: 10px; background: #ffffff12; padding: 20px; }
#cro-product-9108 .rule strong { display: block; font-size: 17px; }
#cro-product-9108 .rule p { margin: 6px 0 0; color: #e1ebe5; }
#cro-product-9108 .authcard { overflow: hidden; border-radius: 12px; background: #fff; color: var(--tx); }
#cro-product-9108 .authimgs { display: grid; grid-template-columns: 1fr 1fr; }
#cro-product-9108 .authimgs img { width: 100%; height: 220px; background: #fff; padding: 8px; object-fit: contain; }
#cro-product-9108 .authcopy { padding: 19px; }
#cro-product-9108 .step { color: var(--a); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
#cro-product-9108 .authcopy h3 { margin: 4px 0 7px; color: var(--g); font-size: 18px; }
#cro-product-9108 .authcopy p { margin: 0; color: var(--mu); font-size: 13px; }
#cro-product-9108 .authnote { color: #d8e3dd; font-size: 13px; }

#cro-product-9108 .review-fallback { margin-top: 28px; border: 1px solid var(--bd); border-radius: 12px; background: #fff; padding: 24px; }
#cro-product-9108 .review-fallback strong { display: block; color: var(--g); font-size: 23px; }
#cro-product-9108 .review-fallback p { color: var(--mu); }
#cro-product-9108 .faq { display: grid; gap: 9px; margin-top: 28px; }
#cro-product-9108 .faq details { border: 1px solid var(--bd); border-radius: 9px; background: #fff; padding: 0 20px; }
#cro-product-9108 .faq summary { cursor: pointer; padding: 16px 30px 16px 0; color: var(--g); font-weight: 900; }
#cro-product-9108 .faq details p { margin: 0; padding: 0 0 16px; color: var(--mu); }
#cro-product-9108 .geo { margin-top: 20px; border: 1px solid var(--bd); border-radius: 12px; background: #fff; padding: 24px; }
#cro-product-9108 .geo h3 { margin: 0 0 12px; color: var(--g); }
#cro-product-9108 .geo p { margin: 0; color: var(--mu); }
#cro-product-9108 .eu-notice { margin-top: 20px; border: 1px solid #d9c89e; border-radius: 12px; background: #fff6df; padding: 21px 24px; color: #4d4432; }
#cro-product-9108 .eu-notice strong { color: #7b4f00; }
#cro-product-9108 .disc { margin-top: 20px; border-left: 4px solid var(--a); padding-left: 15px; color: var(--mu); font-size: 12px; }

#cro-product-9108 .bottom { padding: 52px 0; background: #efe9d8; }
#cro-product-9108 .bottomin { display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #d7c9a8; border-radius: 15px; background: #fff; padding: 30px; }
#cro-product-9108 .bottom h2 { margin: 0; color: var(--g); font-size: 28px; }
#cro-product-9108 .bottom p { max-width: 720px; margin: 8px 0; color: var(--mu); font-size: 13px; }
#cro-product-9108 .bottom .btn { min-width: 250px; }

#cro-product-9108 .relhead { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
#cro-product-9108 .relhead span { color: var(--mu); font-size: 12px; }
#cro-product-9108 .reltrack { display: grid; grid-auto-flow: column; grid-auto-columns: 190px; gap: 14px; margin-top: 28px; padding-bottom: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; }
#cro-product-9108 .pcard { display: flex; flex-direction: column; min-height: 280px; overflow: hidden; border: 1px solid var(--bd); border-radius: 10px; background: #fff; color: var(--tx) !important; scroll-snap-align: start; }
#cro-product-9108 .pcard > a:first-child { display: block; }
#cro-product-9108 .pcard img { width: 100%; height: 185px; object-fit: contain; padding: 12px; }
#cro-product-9108 .pcopy { display: flex; flex: 1; flex-direction: column; padding: 14px; }
#cro-product-9108 .pcard h3 { margin: 0; color: var(--g); font-size: 14px; line-height: 1.35; }
#cro-product-9108 .pcard h3 a { color: var(--g) !important; }

#cro-product-9108 .nh-review-section #reviews { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin-top: 28px; }
#cro-product-9108 .nh-review-section #reviews > .wd-rating-summary-wrap,
#cro-product-9108 .nh-review-section #reviews > #comments,
#cro-product-9108 .nh-review-section #reviews > #review_form_wrapper { border: 1px solid var(--bd); border-radius: 12px; background: #fff; padding: 24px; }
#cro-product-9108 .nh-review-section #reviews > .wd-rating-summary-wrap,
#cro-product-9108 .nh-review-section #reviews > #comments { grid-column: 1; }
#cro-product-9108 .nh-review-section #reviews > #review_form_wrapper { grid-column: 2; grid-row: 1 / span 2; }
#cro-product-9108 .nh-review-section .wd-rating-summary,
#cro-product-9108 .nh-review-section .wd-rating-summary-wrap,
#cro-product-9108 .nh-review-section #comments,
#cro-product-9108 .nh-review-section #review_form_wrapper { width: 100% !important; margin: 0 !important; }
#cro-product-9108 .nh-review-section .woocommerce-Reviews-title,
#cro-product-9108 .nh-review-section .comment-reply-title { display: block; margin: 0 0 16px; color: var(--g); font-size: 22px; font-weight: 900; }
#cro-product-9108 .nh-review-section .woocommerce-noreviews { margin: 0; color: var(--mu); }
#cro-product-9108 .nh-review-section .comment-form { display: grid; gap: 14px; }
#cro-product-9108 .nh-review-section .comment-form p { margin: 0; }
#cro-product-9108 .nh-review-section .comment-form label { display: block; margin-bottom: 6px; color: var(--g); font-weight: 800; }
#cro-product-9108 .nh-review-section .comment-form textarea,
#cro-product-9108 .nh-review-section .comment-form input[type="text"],
#cro-product-9108 .nh-review-section .comment-form input[type="email"] { width: 100%; border: 1px solid var(--bd); border-radius: 8px; background: #fff; padding: 11px 12px; }
#cro-product-9108 .nh-review-section .comment-form .submit { border: 0; border-radius: 7px; background: var(--g); color: #fff; padding: 13px 20px; font-weight: 900; text-transform: uppercase; cursor: pointer; }

@media (max-width: 900px) {
    #cro-product-9108 .hero,
    #cro-product-9108 .facts { grid-template-columns: 1fr; }
    #cro-product-9108 .sourcegrid,
    #cro-product-9108 .education-grid { grid-template-columns: 1fr 1fr; }
    #cro-product-9108 .auth { grid-template-columns: 1fr; }
    #cro-product-9108 .mainpic { min-height: 380px; }
    #cro-product-9108 .buy h1 { font-size: 38px; }
}

@media (max-width: 650px) {
    #cro-product-9108 .sh { width: min(calc(100% - 28px), 560px); }
    #cro-product-9108 .top,
    #cro-product-9108 .sec { padding: 45px 0; }
    #cro-product-9108 .vh { display: block; }
    #cro-product-9108 .vh h2,
    #cro-product-9108 .sec h2 { font-size: 29px; }
    #cro-product-9108 .vh p { margin-top: 10px; }
    #cro-product-9108 .hero { padding: 30px 0; }
    #cro-product-9108 .mainpic { min-height: 320px; }
    #cro-product-9108 .buy h1 { font-size: 32px; }
    #cro-product-9108 .badges,
    #cro-product-9108 .sourcegrid,
    #cro-product-9108 .education-grid { grid-template-columns: 1fr; }
    #cro-product-9108 .authimgs img { height: 190px; }
    #cro-product-9108 .packs { gap: 6px; }
    #cro-product-9108 .pack { padding: 14px 4px; }
    #cro-product-9108 .actions { grid-template-columns: 1fr 1fr; gap: 7px; }
    #cro-product-9108 .actions .btn { padding: 12px 7px; font-size: 11px; }
    #cro-product-9108 .trustgrid { grid-template-columns: 1fr; }
    #cro-product-9108 .trustitem { border-right: 0; border-bottom: 1px solid #ffffff32; padding: 18px; }
    #cro-product-9108 .spec-table,
    #cro-product-9108 .spec-table tbody,
    #cro-product-9108 .spec-table tr,
    #cro-product-9108 .spec-table th,
    #cro-product-9108 .spec-table td { display: block; width: 100%; }
    #cro-product-9108 .spec-table th { padding-bottom: 4px; border-bottom: 0; }
    #cro-product-9108 .spec-table td { padding-top: 4px; }
    #cro-product-9108 .warn li { font-weight: 800; }
    #cro-product-9108 .sharebox { padding: 16px 0; }
    #cro-product-9108 .sharebox b { width: 100%; margin: 0; text-align: center; }
    #cro-product-9108 .bottomin { align-items: stretch; flex-direction: column; }
    #cro-product-9108 .bottom .btn { min-width: 0; }
    #cro-product-9108 .relhead { align-items: start; flex-direction: column; gap: 5px; }
    #cro-product-9108 .reltrack { grid-auto-columns: 176px; }
    #cro-product-9108 .pcard { min-height: 265px; }
    #cro-product-9108 .pcard img { height: 170px; }
    #cro-product-9108 .nh-review-section #reviews { grid-template-columns: 1fr; }
    #cro-product-9108 .nh-review-section #reviews > .wd-rating-summary-wrap,
    #cro-product-9108 .nh-review-section #reviews > #comments,
    #cro-product-9108 .nh-review-section #reviews > #review_form_wrapper { grid-column: 1; grid-row: auto; }
}
