/** Shopify CDN: Minification failed

Line 1120:10 Expected identifier but found whitespace
Line 1120:11 Unexpected "0"

**/
/* .bw-init {
  visibility: hidden;
}

.bw-loaded .bw-init {
  visibility: visible;
} */
 body{scroll-margin-top: 100px;}
/* produvt card css */
.bw-product-card {
    border: 1px solid #eee;
    padding: 16px;
    margin: 20px 0;
}

.bw-pc-inner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bw-pc-image img {
    width: 120px;
    height: auto;
}

.bw-pc-title {
    font-size: 18px;
    margin: 0 0 8px;
}

.bw-pc-price {
    font-weight: bold;
    margin-bottom: 10px;
}

.bw-pc-benefits {
    margin: 10px 0;
    padding-left: 18px;
}

.bw-pc-btn {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 600px) {
   .bw-pc-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .bw-pc-image img {
        width: 100%;
        max-width: 200px;
    }
    .bw-pc-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bw-pc-price {
    text-align: left;
}
ul.bw-pc-benefits {
    text-align: left;
}
.bw-pc-actions {
    text-align: left;
}
h3.bw-pc-title {
    text-align: left;
}
}

/* quick picks CSS */
.bw-quick-picks {
    margin: 30px 0;
    overflow-x: auto;
}

.bw-quick-picks table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.bw-quick-picks th {
    text-align: left;
    border-bottom: 2px solid #000;
    padding: 10px;
}

.bw-quick-picks td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.bw-quick-picks tr:nth-child(even) {
    background: #fafafa;
}

.bw-quick-picks a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
/* new css for quick pick */

table.bw-qp-table {
    margin-top: 0;
}
/* add to cart btn css */
.bw-add-to-cart-btn {
    padding: 10px 16px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.bw-add-to-cart-btn:hover {
    opacity: 0.85;
}

.bw-add-to-cart-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* comparison-table */
.bw-comparison-table {
    width: 100%;
    border: 1px solid #ddd;
    overflow-x: auto;
    font-size: 14px;
}

/* .bw-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 2fr;
    border-bottom: 1px solid #eee;
    padding: 12px;
    align-items: center;
} */

.bw-table-header {
    font-weight: bold;
    background: #f7f7f7;
}

.bw-table-row:nth-child(even) {
    background: #fafafa;
}

.bw-product-name a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

/* MOBILE SCROLL FIX */
@media (max-width: 768px) {
    .bw-table-row {
        min-width: 600px;
    }
}

button.bw-atc:hover {
    background: #000000 !important;
    color: white !important;
}
button.bw-add-to-cart-btn {
     padding: var(--beatswell-spacing-sm, 1rem) var(--beatswell-spacing-md, 1.5rem);
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-family: Martian Mono;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .02em;
}
button.bw-add-to-cart-btn:hover {
    background: #000000 !important;
    color: white !important;
}
.bw-table-row.bw-table-header {
    background: #231f20 !important;
}

.bw-table-row.bw-table-header div {
    color: #D95728;
    /* font-family: var(--font-body-family); */
    border: 1px solid #231f20;
    border-right-color: white;
}

/* Table Header Styling */
.bw-comparison-table .bw-table-header {
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.bw-comparison-table .bw-table-header > div {
    padding: 15px 18px;
    font-size: 13px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.bw-comparison-table .bw-table-header > div:last-child {
    border-right: none;
}

/* Add subtle shadow */
.bw-comparison-table {
    border-radius: 4px;
    overflow: hidden;
}

/* Optional: Row styling for better contrast */
.bw-comparison-table .bw-table-row {
    background: #fff;
}

.bw-comparison-table .bw-table-row:nth-child(even) {
    background: #f8f9fb;
}
/* .bw-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr 3fr;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    align-items: start;
    gap: 15px;
} */
.bw-table-row ul li {
    margin-top: 0 !important;
}
.bw-table-row:last-child {
    border-bottom: none !important;
}
.bw-table-row div a {
    color: black;
    font-weight: 700;
}
.bw-table-row ul li::marker {
    color: #D95728 !important;
    font-size: 25px;
    line-height: 18px;
}
/* faq css */

.bw-faq {
    border-top: 1px solid #ddd;
}

.bw-faq-item {
    border-bottom: 1px solid #ddd;
}

.bw-faq-question {
    cursor: pointer;
    padding: 15px;
    font-weight: 600;
    position: relative;
}

.bw-faq-question::after {
    content: '+';
    position: absolute;
    right: 15px;
    transition: transform 0.3s ease;
}
.bw-faq-question:after{
    content: "";
    background-image: url(/cdn/shop/files/down.png?v=1774853264);
    background-position: center center;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    background-size: contain;
}

.bw-faq-item.active .bw-faq-question::after {
    content: "";
    background-image: url(/cdn/shop/files/down.png?v=1774853264);
    background-position: center center;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    background-size: contain;
    transform: rotate(180deg);
}

.bw-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

.bw-faq-item.active .bw-faq-answer {
    padding: 15px;
}

/* new css faq  */

.bw-comparison-table .bw-table-header>div {
    padding-left: 0 !important;
}
.bw-faq-item.active .bw-faq-question {
        background: #ededed;
    text-decoration: underline;
}
.bw-faq-question {
    background:rgb(255, 255, 255);
    padding: 10px 20px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
}
.bw-faq {
    border: none;
}
.bw-faq-answer {
    font-size: 14px;
}
.bw-faq-item {
    border-bottom: none;
}

/* Pros & Cons Block */

.bw-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.bw-pros,
.bw-cons {
    padding: 16px;
    border: 1px solid #eee;
    background: #fafafa;
}

.bw-pros h4,
.bw-cons h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.bw-pros ul,
.bw-cons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bw-pros li,
.bw-cons li {
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

/* ✅ icons */
.bw-pros li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #273621;
    font-weight: bold;
}

.bw-cons li::before {
    content: "✖";
    position: absolute;
    left: 0;
    color: #D95728;
    font-weight: bold;
}

/* 📱 mobile */
@media (max-width: 768px) {
    .bw-pros-cons {
        grid-template-columns: 1fr;
    }
}
/* new pros cons */
.bw-pros, 
.bw-cons {
    padding: 20px 20px 20px 30px;
    border-radius: 4px;
    position: relative;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bw-pros:hover, 
.bw-cons:hover {
    transform: translateY(-4px);
}
.bw-pros h4 {
    color: #000000;
    margin-bottom: 10px;
}
.bw-cons h4 {
    color: #000000;
    margin-bottom: 10px;
}
.bw-pros li, 
.bw-cons li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}
.bw-pros {
    background: #f3fbf8;
}

.bw-cons {
    background: #f5f5f5;
}

/* product card css */

.bw-product-card {
    border: 1px solid #eee;
    padding: 16px;
    margin: 20px 0;
}

.bw-card-inner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bw-card-image img {
    width: 120px;
    height: auto;
}

.bw-card-title {
    font-size: 18px;
    margin: 0 0 8px;
}

.bw-card-price {
    font-weight: bold;
    margin-bottom: 10px;
}

.bw-card-benefits {
    margin: 10px 0;
    padding-left: 18px;
}

.bw-card-btn {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 600px) {
    .bw-card-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bw-card-image img {
        width: 100%;
        max-width: 200px;
    }
}

/* category badge css */
.bw-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

/* Variants */
.bw-badge-gold {
    background: #D95728;
    color: #FCF9EF;
}

.bw-badge-blue {
    background: #303B70;
    color: #FCF9EF;
}

.bw-badge-green {
    background: #273621;
    color: #FCF9EF;
}

.bw-badge-default {
    background: #eee;
    color: #333;
}

/* TOC Container */
.bw-toc a.active {
    font-weight: 600;
    border-left: 2px solid #000;
    padding-left: 6px;
}

.bw-toc {
    position: sticky;
    top: 100px;
    border: 1px solid #eee;
    padding: 15px;
    background: #fff;
    font-size: 14px;
}

.bw-toc a.active {
    color: #000;
    font-weight: 600;
}

.bw-toc-title.active {
    color: #000;
    font-weight: 700;
}

/* Header */
.bw-toc-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}

/* List */
.bw-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bw-toc-list li {
    margin-bottom: 8px;
}

.bw-toc-list a {
    text-decoration: none;
    color: #333;
}

.bw-toc-list a.active {
    font-weight: bold;
    color: #000;
}

/* Mobile */
@media (max-width: 768px) {
    .bw-toc {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        z-index: 999;
        border-top: 1px solid #ddd;
    }

    .bw-toc-list {
        display: none;
    }

    .bw-toc.open .bw-toc-list {
        display: block;
        max-height: 200px;
        overflow-y: auto;
    }
}


/* NOTE BOX BASE */
.bw-note-box {
    border-left: 4px solid #ccc;
    padding: 16px 18px;
    margin: 20px 0;
    background: #fafafa;
    font-size: 14px;
    line-height: 1.6;
}

/* TEXT */
.bw-note-content {
    color: #333;
}

/* INFO (default) */
.bw-note-info {
    border-left-color: #303B70;
    background: #f4f8ff;
}

/* WARNING */
.bw-note-warning {
    border-left-color: #eb5757;
    background: #fff5f5;
}

/* SUCCESS / EFSA */
.bw-note-success {
    border-left-color: #2e7d32;
    background: #f3fff7;
}

/* OPTIONAL: subtle icon spacing */
.bw-note-box::before {
    content: "";
}


.bw-verdict-box {
    border-left: 4px solid #B98E6C;
    /* gold/amber */
    padding: 16px 18px;
    margin: 20px 0;
    background: #fffdf7;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6;
}

.bw-verdict-box p {
    margin: 0;
}

.bw-reading-time {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.bw-rt-time {
    font-weight: 500;
}

.bw-rt-divider {
    opacity: 0.6;
}

.bw-rt-updated {
    opacity: 0.8;
}

/* category badge css */
.bw-category-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

/* Variants */
.bw-category-badge--gold {
    background: #D95728;
    color: #000;
}

.bw-category-badge--green {
    background: #2e7d32;
    color: #fff;
}

.bw-category-badge--blue {
    background: #1565c0;
    color: #fff;
}

.bw-category-badge--gray {
    background: #e0e0e0;
    color: #333;
}

/* winner badge css */
.bw-winner-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

/* Variants */
.bw-badge-gold {
    background: #D95728;
    color: #000;
}

.bw-badge-blue {
    background: #303B70;
    color: #fff;
}

.bw-badge-green {
    background: #273621;
    color: #fff;
}

.bw-badge-red {
    background:rgb(220, 53, 19);
    color: #fff;
}

/* /* cta bannar css */

/* CTA Banner */
 .bw-cta-banner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 40px 0;
    padding: 30px 20px;
    border-radius: 10px;
}

.bw-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Text */
.bw-cta-text {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

/* Button */
.bw-cta-button {
    border: 1px solid #000;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}
.bw-cta-inner p.ai-routine-banner__subheading {
    color: white !important;
    font-family: 'Outfit', sans-serif;
}
.bw-cta-button:hover {
    background: #fcf9efbf;
    color: #fff;
    opacity: 0.8;
} 

/* Mobile */
@media (max-width: 768px) {
    .bw-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .bw-cta-button {
        width: 100%;
        text-align: center;
    }
}

/* cta bannar new css */
/*
.bw-cta-banner {
    background: url(https://beatswell.com/cdn/shop/files/envato-labs-image-edit_58.png);
    border-radius: 4px;
    border: none;
    padding: 60px 30px;
    font-family: Outfit, sans-serif;
    background-position: center;
    background-size: cover;
}

.bw-cta-text {
    color: #FCF9EF;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
   font-weight: bold;
}
a.bw-cta-button {
    padding: var(--beatswell-spacing-sm, 1rem) var(--beatswell-spacing-md, 1.5rem);
    border: 1px solid #FCF9EF;
    border-radius: 4px;
    background-color: #FCF9EF;
    color:#231f20 !important;
    text-transform: uppercase;
    font-family: Martian Mono;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .02em;
} */
/* add to cart in product css */
.bw-atc {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}

.bw-atc:hover {
    opacity: 0.8;
}

/* css for product badges */
/* CATEGORY BADGE */
.bw-category-badge {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}


/* WINNER BADGE */
.bw-winner-badge {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}
 
.bw-category-badge.bw-category-gold {
    background: #D95728;
    color: white;
}

/* quick picks */
.bw-qp-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 15px;
}

.bw-qp-table th {
    text-align: left;
    border-bottom: 2px solid #000;
    padding: 12px;
    font-weight: 600;
}

.bw-qp-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.bw-qp-table tr:nth-child(even) {
    background: #fafafa;
}

.bw-qp-category {
    font-weight: 600;
    width: 35%;
}

.bw-qp-product a {
    text-decoration: underline;
    color: #000;
}


/* new css */

.bw-product-card {
    background: #efefef !important;
    border-radius: 4px;
    padding: 32px;
}
.bw-pc-image img {
    width: 210px;
    height: auto;
    border: none;
}
h3.bw-pc-title a {
    font-family: 'Outfit', sans-serif !important;
    color: rgb(35, 31, 32) !important;
}
ul.bw-pc-benefits li {
    line-height: calc(1 + .4 / var(--font-body-scale));
    color: rgb(var(--color-foreground));
    opacity: 0.7;
    font-family: var(--font-body-family);
    font-size: 13px;
    margin-top: 0 !important;
    margin-bottom: 3px;
}
.bw-pc-price {
    color: rgb(var(--color-foreground));
    font-size: 1.3rem;
}
h3.bw-pc-title {
    margin-bottom: 8px;
}
ul.bw-pc-benefits li::marker {
    color: #B98E6C !important;
    font-size: 25px;
    line-height: 18px;
}
a.bw-pc-btn {
    color: rgba(var(--color-link), var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness ease 100ms;
    border: none;
    font-size: 1.4rem;
    font-family: inherit;
    border-bottom: 1px solid rgb(216 88 41 / 85%);
    padding: 0 !important;
    line-height: 16px;
}
a.bw-pc-btn {
    margin-right: 12px;
}
button.bw-atc {
     padding: var(--beatswell-spacing-sm, 1rem) var(--beatswell-spacing-md, 1.5rem);
    border: 1px solid #3D2B16;
    border-radius: 4px;
    background-color: #000 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: Martian Mono;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .02em;
}

/* h2 heading css */
 .main-tab-title h2 {
  scroll-margin-top: 100px;
}
.main-tab-title {
    margin-bottom: 45px;
}
.main-tab-title p {
    font-size: 15px;
}

@media (max-width: 767px) {
  .bw-comparison-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bw-comparison-table .bw-table-row {
    display: grid;
    grid-template-columns: 220px 120px 300px 300px;
    min-width: 1005px; 
  }
}


.bw-comparison-table::-webkit-scrollbar {
  height: 6px;
}

.bw-comparison-table::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}










/* Wrapper for horizontal scroll (mobile) */
.bw-comparison-table {
  overflow-x: auto;
  border-radius: 4px;
}

/* Table base */
/* .bw-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  background: #fff;
} */

/* HEADER */
.bw-table thead {
  background: #3D2B16;
}

.bw-table thead th {
  color: #FCF9EF;
  padding: 14px 16px;
  font-size: 13px;
  text-align: left;
  font-weight: 700;
  border-right: 1px solid #ffffff20;
}

.bw-table thead th:last-child {
  border-right: none;
}

/* ROWS */
.bw-table tbody tr {
  border-bottom: 1px solid #eee;
}

.bw-table tbody tr:nth-child(even) {
  background: #f8f9fb;
}

/* CELLS */
.bw-table td {
  padding: 14px 16px;
  vertical-align: top;
}

/* LINKS */
.bw-table td a {
  color: black;
  font-weight: 700;
  text-decoration: none;
}

/* LIST STYLE */
.bw-table ul {
  padding-left: 18px;
  margin: 0;
}

.bw-table ul li {
  margin-bottom: 4px;
}

.bw-table ul li::marker {
  color: #D95728;
  font-size: 18px;
}
@media (max-width: 767px) {
.bw-comparison-table thead tr {
    width: 100% !important;
    display: grid;
    grid-template-columns: 220px 120px 300px 300px;
    min-width: 1005px;
}
}
/* REMOVE old grid styles (important reset) */
/* .bw-table-row {
  all: unset;
} */

.bw-cta-banner {
  padding: 40px 30px;
  margin: 50px 0;
  position: relative;
}

/* Optional overlay for readability */
/* .bw-cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3); /* only visible if image bg */
  opacity: 0;
  transition: 0.3s;
} */

.bw-cta-banner[style*="background-image"]::before {
  opacity: 1;
}

.bw-cta-inner {
  position: relative;
  z-index: 2;
}