/* Minification failed. Returning unminified contents.
(716,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-dark'
(726,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-dark'
(728,24): run-time error CSS1039: Token not allowed after unary operator: '-bs-dark'
 */
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
    margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
    font: inherit;
}

/*
  7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root,
#__next {
    isolation: isolate;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'DM Sans', Helvetica, Arial, Verdana, sans-serif;
}

.topic-header {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px) {
    .topic-header {
        background-attachment: fixed;
    }
}

.topic-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10, 10, 10, 0.75)  0%,
        rgba(10, 10, 10, 0.55)  50%,
        rgba(10, 10, 10, 0.75)  78%,
        rgba(248, 249, 250, 1)  100%
    );
    pointer-events: none;
}

.topic-header > * {
    position: relative;
    z-index: 1;
}

.hero-logo-wrapper {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.hero-heading {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.hero-summary {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hero-eyebrow {
    color: #ffc107;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-subhead {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hero-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.85);
}

.hero-trust-sep {
    color: rgba(255, 255, 255, 0.4);
    padding: 0 0.15rem;
}

/* ── Magazine covers rail ─────────────────────────────────────────────── */
.hero-covers-rail {
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0 3.5rem;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.hero-covers-rail:hover .hero-covers-track {
    animation-play-state: paused;
}

.hero-covers-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: rail-scroll 60s linear infinite;
}

@keyframes rail-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-covers-track {
        animation: none;
    }
}

.hero-cover-card {
    flex: 0 0 auto;
    display: block;
    width: 130px;
    height: 175px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.hero-cover-card:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: rgba(255, 193, 7, 0.8);
}

.hero-cover-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-cover-price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#00000054, rgb(0, 0, 0));
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    padding: 0.75rem 0.25rem 0.35rem;
}

.hero-collage-img {
    background: #fff;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.scroll-indicator:hover {
    color: #000;
}

.scroll-indicator i {
    font-size: 1.1rem;
    animation: scroll-bounce 2s ease-in-out infinite;
}

@keyframes scroll-bounce {
    0%, 100% { transform: translateY(0);    opacity: 0.75; }
    50%       { transform: translateY(8px); opacity: 1;    }
}

@media (max-width: 991.98px) {
    .topic-header {
        min-height: 0;
    }

    .hero-heading {
        font-size: 2rem;
    }

    .hero-covers-rail {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        mask-image: none;
        -webkit-mask-image: none;
        padding-bottom: 1.5rem;
    }

    .hero-covers-rail::-webkit-scrollbar {
        display: none;
    }

    .hero-covers-track {
        animation: none;
    }
}

.btn-subscribe {
    position: relative;
    overflow: hidden;
}

.btn-subscribe::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.28),
        transparent
    );
    animation: btn-shimmer 3.5s ease infinite;
    pointer-events: none;
}

@keyframes btn-shimmer {
    0%   { left: -100%; }
    28%  { left: 200%;  }
    100% { left: 200%;  }
}

.trust-strip {
    font-size: 0.85rem;
    color: #6c757d;
}

.trust-strip .trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.trust-strip .trust-item i {
    color: #198754;
}

.benefits {
    background: #fff;
}

.benefit-item .benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #fff8e1;
}

.benefit-item .benefit-icon i {
    font-size: 1.5rem;
    color: #c98a00;
}

.benefit-item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.benefit-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #212529;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
}

.benefit-item:hover .benefit-icon-wrapper {
    transform: scale(1.1) translateY(-5px);
    background-color: #ffc107;
    color: #fff;
}


.section-heading .eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c98a00;
    margin-bottom: 0.5rem;
}

.section-heading .section-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.brand-card-col {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.brand-card-col.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.brand-card {
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 0.75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

    .brand-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
    }


.card-img-wrapper {
    overflow: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
}

.brand-card .card-img-top {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.brand-card:hover .card-img-top {
    transform: scale(1.06);
}

.brand-card .card-body {
    display: flex;
    flex-direction: column;
}

.brand-card .brand-tag-line {
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brand-card-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #ffc107;
    color: #212529;
    padding: 5px 40px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.price-display {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    margin-bottom: 0.75rem;
}

.price-from-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c757d;
}

.price-amount {
    font-size: 1.75rem;
    font-weight: 800;
    color: #212529;
    line-height: 1;
}

.brand-card .cancel-note {
    font-size: 0.78rem;
    color: #6c757d;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.brand-card .cancel-note i {
    color: #198754;
}

.store-logo-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
}

.promo-strip {
    background: #212529;
    color: #fff;
    font-size: 0.875rem;
}

.promo-strip-list {
    gap: 1.5rem;
}

.promo-strip-list li {
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;

}

.promo-strip-list li i {
    color: #ffc107;
}

/* ── Featured picks ────────────────────────────────────────────────────── */
.featured-picks-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 1.25rem;
}

.featured-card {
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.featured-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12) !important;
}

.featured-img-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.featured-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: #ffc107;
    color: #212529;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.6rem;
    border-radius: 50rem;
}

/* ── All-titles divider ─────────────────────────────────────────────────── */
.all-titles-divider {
    opacity: 0.65;
}

.all-titles-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
}

/* ── Gift banner ────────────────────────────────────────────────────────── */
.gift-banner {
    background: #fff8e1;
    border-top: 1px solid #ffe082;
    border-bottom: 1px solid #ffe082;
}

.gift-banner-icon {
    font-size: 4rem;
    color: #ffc107;
    line-height: 1;
}

/* ── Gift link on cards ─────────────────────────────────────────────────── */
.gift-link {
    color: #6c757d;
    text-decoration: none;
}

.gift-link:hover {
    color: #212529;
    text-decoration: underline;
}

/* ── Social proof stats ─────────────────────────────────────────────────── */
.stat-item {
    padding: 1rem 0.5rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #212529;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 600;
}

/* ── FAQ accordion ──────────────────────────────────────────────────────── */
.faq-section .accordion-button:not(.collapsed) {
    background: #fff8e1;
    color: #212529;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-item {
    border-left: none;
    border-right: none;
}

.faq-section .accordion-item:first-child {
    border-top: none;
}

/* ── Payment icons ──────────────────────────────────────────────────────── */
.payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.payment-icon {
    font-size: 2.25rem;
    color: rgba(255, 255, 255, 0.65);
    transition: color 0.2s ease;
}

.payment-icon:hover {
    color: #fff;
}

.cta-strip {
    background: #212529;
    padding: 5rem 0;
    color: #fff;
    text-align: center;
}

.cta-strip h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.cta-strip p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.social-buttons {
    gap: 1rem;
}

.social-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    color: #fff;
    background-color: var(--bs-dark);
    border-radius: 100%;
    border: 1px solid transparent;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.social-buttons a:hover,
.social-buttons a:focus-visible {
    color: var(--bs-dark);
    background-color: #fff;
    border-color: var(--bs-dark);
}

@media (min-width: 992px) {
    .social-buttons a {
        width: 5rem;
        height: 5rem;
        font-size: 1.75rem;
    }
}

/* ==========================================================================
   Gift Banner
   ========================================================================== */
.gift-banner {
    background: #fff8e1;
    border-top: 1px solid #ffe082;
    border-bottom: 1px solid #ffe082;
}

.gift-rail {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, black 4rem, black calc(100% - 4rem), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 4rem, black calc(100% - 4rem), transparent 100%);
}

    .gift-rail:hover .gift-rail-track {
        animation-play-state: paused;
    }

.gift-rail-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: gift-rail-scroll 60s linear infinite;
}

@keyframes gift-rail-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .gift-rail-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
    }
}

.gift-card {
    flex: 0 0 auto;
    width: 150px;
    background: #ffdd68;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .gift-card:hover {
        background: #ffedb2;
    }

    .gift-card .card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .gift-card .card-body .btn {
            margin-top: auto !important;
        }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
* Extends the .visually-hidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ── Currency Switcher ─────────────────────────────────────────────── */
.currency-switcher .dropdown-toggle {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: .5rem;
    padding: .35rem .65rem;
    font-size: .8rem;
    font-weight: 600;
    color: #212529;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
}

    .currency-switcher .dropdown-toggle:hover,
    .currency-switcher .dropdown-toggle:focus {
        background: #fff;
        border-color: rgba(0, 0, 0, 0.22);
        outline: none;
    }

    .currency-switcher .dropdown-toggle svg {
        display: block;
        flex-shrink: 0;
    }

    .currency-switcher .dropdown-toggle .caret-icon {
        font-size: .65rem;
        opacity: .6;
        margin-left: .1rem;
    }

.currency-switcher .dropdown-menu {
    border-radius: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    padding: .25rem 0;
    right: 0;
    left: auto;
}

.currency-switcher .dropdown-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    font-weight: 500;
    padding: .45rem .85rem;
}

    .currency-switcher .dropdown-item svg {
        flex-shrink: 0;
    }

    .currency-switcher .dropdown-item.active,
    .currency-switcher .dropdown-item:active {
        background-color: #f0f4ff;
        color: #212529;
    }

    .currency-switcher .dropdown-item .currency-check {
        margin-left: auto;
        color: #269507;
        font-size: .75rem;
    }

/* ── Currency switcher toast alert ────────────────────────────────────────────────── */
#currencyToast {
    min-width: 220px;
}

#currencyToast .toast-body {
    font-size: .85rem;
    font-weight: 500;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ── Skip link ──────────────────────────────────────────────────────────── */
.skip-link {
    position: absolute;
    top: 0;
    left: 0;
    padding: .75rem 1.5rem;
    background: #ffc107;
    color: #212529;
    font-weight: 700;
    z-index: 9999;
    border-radius: 0 0 .375rem 0;
    text-decoration: none;
}

.skip-link:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    white-space: inherit;
    width: auto;
}

