:root {
    --text: #2b2d42;
    --muted: #8d99ae;
    --line: #edf2f4;
    --accent: #f53f17;
    --danger: #ef233c;
    --blue: #3061ff;
    --blue-soft: #5a8dff;
    --footer: #1d3557;
    --max: 1280px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.preview-banner {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 10px 20px;
    color: #fff;
    background: #111827;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 0 20px 56px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 4px 20px rgba(43, 45, 66, .08);
}

.header-main {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 14px 20px 12px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand img {
    width: 200px;
    height: auto;
}

.site-search {
    flex: 1;
    position: relative;
    max-width: 520px;
    margin-left: auto;
}

.site-search input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 11px 48px 11px 16px;
    color: var(--muted);
    background: #f8fafc;
    outline: none;
}

.site-search button {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
}

.site-search button span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin: 8px auto;
    border: 2px solid var(--muted);
    border-radius: 50%;
}

.site-search button span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    right: -6px;
    bottom: -4px;
    background: var(--muted);
    transform: rotate(45deg);
}

.social-links {
    display: flex;
    gap: 8px;
}

.social-links a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--text);
    font-weight: 700;
    text-transform: uppercase;
}

.social-links a:hover {
    background: #f4f6f8;
}

.nav-bar {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 9px 20px 13px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    overflow-x: auto;
    color: var(--text);
    font-size: 14px;
    white-space: nowrap;
}

.nav-bar a {
    position: relative;
    text-transform: capitalize;
}

.nav-bar a:hover {
    color: var(--accent);
}

.split-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 42px;
    padding-top: 54px;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
}

.section-heading h1,
.section-heading h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.1;
    text-transform: lowercase;
}

.section-heading span {
    flex: 1;
    border-top: 3px double rgba(141, 153, 174, .25);
}

.section-heading > a {
    color: var(--muted);
    font-size: 13px;
}

.section-heading > a:hover {
    color: var(--accent);
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.compact-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.post-card img,
.post-card video,
.image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 7px;
    background: var(--line);
}

.post-card-large img,
.post-card-large video,
.post-card-large .image-placeholder {
    aspect-ratio: 2.22 / 1;
}

.image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    color: var(--muted);
    text-align: center;
}

.post-meta {
    margin-top: 9px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.post-card h3 {
    margin: 4px 0 0;
    font-size: 20px;
    line-height: 1.28;
}

.post-card-large h3 {
    font-size: 32px;
}

.post-card h3 a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.post-card p {
    margin: 10px 0 0;
    color: #4b5563;
}

.content-section {
    margin-top: 56px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 42px 0 22px;
    color: #686868;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.breadcrumb span:last-child {
    color: var(--text);
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.page-title {
    max-width: 900px;
    margin-bottom: 32px;
}

.page-title h1 {
    margin: 0 0 18px;
    font-size: clamp(36px, 6vw, 58px);
    line-height: 1.05;
    text-transform: capitalize;
}

.page-title div {
    font-size: 18px;
    color: #374151;
}

.search-page-title {
    width: 100%;
    max-width: none;
    margin: 72px 0 38px;
    padding: 18px 0;
    border-top: 6px double #d62828;
    border-bottom: 6px double #d62828;
}

.search-page-title h1 {
    margin: 0;
    color: #d62828;
}

.category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-wrap {
    max-width: 1220px;
    padding-bottom: 88px;
}

.listicle-wrap {
    max-width: 980px;
}

.article-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 48px;
    align-items: start;
}

.article-detail-main {
    min-width: 0;
}

.article-header h1,
.listicle-header h1 {
    margin: 0 0 14px;
    font-size: clamp(36px, 6vw, 58px);
    line-height: 1.06;
}

.article-header p,
.listicle-header p {
    margin: 0;
    color: #4b5563;
    font-size: 20px;
}

.byline {
    margin-top: 18px;
    color: var(--muted);
    font-size: 14px;
}

.author-meta {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

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

.author-meta div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.author-meta span,
.author-meta a {
    position: relative;
    color: var(--muted);
}

.author-meta span:not(:last-child)::after,
.author-meta a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
}

.author-meta a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.article-cover,
.listicle-cover,
.listicle-header > img,
.listicle-header > video {
    width: 100%;
    margin: 28px 0;
    border-radius: 9px;
}

.article-cover-link {
    display: block;
    margin: 28px 0;
    overflow: hidden;
    border-radius: 9px;
}

.article-cover-link .article-cover {
    margin: 0;
    transition: transform .22s ease;
}

.article-cover-link:hover .article-cover {
    transform: scale(1.015);
}

.article-body {
    color: #212121;
    font-size: 18px;
}

.article-body h2,
.article-body h3 {
    color: var(--text);
    line-height: 1.18;
}

.article-body a {
    color: var(--accent);
    text-decoration: underline;
}

.article-main-cta {
    margin: 24px 0 34px;
    padding: 16px 24px;
    border-radius: 8px;
    background: linear-gradient(90deg, #3061ff, #5a8dff);
    font-size: 20px;
}

.article-featured-products {
    margin-top: 42px;
}

.article-related-links {
    margin: 36px 0;
    padding-top: 26px;
    border-top: 1px solid #dce3eb;
}

.article-related-links h2 {
    margin: 0 0 14px;
    color: var(--text);
    font-size: 26px;
}

.article-related-links ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding-left: 20px;
}

.article-related-links a {
    color: var(--accent);
    font-weight: 700;
}

.offer-card-list {
    display: grid;
    gap: 34px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.product-list-template .product-rank-list {
    gap: 0;
    margin-top: 40px;
    border-top: 2px solid #dde2e8;
}

.product-list-template .offer-card-list {
    gap: 0;
}

.product-list-template .offer-detail-card {
    padding: 42px 0;
    border-bottom: 2px solid #dde2e8;
}

.offer-detail-card {
    display: grid;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.offer-card-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #292b42;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.22;
    max-width: 100%;
    min-width: 0;
}

.offer-card-title a,
.offer-card-title > span:not(.offer-card-rank) {
    color: inherit;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.offer-card-rank {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #292b42;
    background: #eef3f7;
    font-size: 18px;
    font-weight: 900;
}

.offer-title-brand {
    color: #2f62ff;
    font-weight: 800;
}

.offer-title-separator,
.offer-title-text {
    color: #292b42;
    font-weight: 400;
}

.offer-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(25, 31, 52, .14);
}

.offer-card-media img,
.offer-card-media video {
    display: block;
    width: 100%;
    max-height: 560px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.offer-card-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 58px 24px 22px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
    font-size: 17px;
    font-weight: 800;
}

.offer-stars {
    color: #ffc928;
    letter-spacing: 1px;
}

.offer-card-overlay strong {
    flex-basis: 100%;
}

.offer-card-copy {
    color: #363746;
    font-size: 20px;
    line-height: 1.52;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

/* Imported editor content can carry fixed desktop dimensions. Keep it inside
   the ranking column and preserve media aspect ratios at every breakpoint. */
.product-list-template :where(.product-list-intro, .product-description) :where(p, div, figure, blockquote, ul, ol, li, table, pre) {
    max-width: 100% !important;
}

.product-list-template :where(.product-list-intro, .product-description) :where(ul, ol) {
    width: auto !important;
}

.product-list-template :where(.product-list-intro, .product-description) :where(img, video) {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.product-list-template :where(.product-list-intro, .product-description) :where(iframe, table) {
    width: 100% !important;
    max-width: 100% !important;
}

.product-list-template :where(.product-list-intro, .product-description) pre {
    overflow-x: auto;
}

.offer-card-cta,
.offer-load-more {
    width: 100%;
    margin-top: 18px;
    text-align: center;
}

.offer-load-more {
    padding: 14px 18px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(90deg, #3061ff, #5a8dff);
    font-size: 17px;
    font-weight: 900;
}

.article-product-list {
    display: grid;
    gap: 18px;
}

.article-product-row {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.article-product-row > div:only-child {
    grid-column: 1 / -1;
}

.article-product-thumb {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.article-product-thumb img,
.article-product-thumb video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.article-product-row h2 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.25;
}

.offer-brand {
    display: block;
    margin-bottom: 5px;
    color: #111827;
    font-weight: 900;
    letter-spacing: 0;
}

.article-product-row p {
    margin: 0;
    color: #4b5563;
}

.article-product-cta {
    margin-top: 12px;
    padding: 12px 16px;
    font-size: 15px;
}

.article-detail-sidebar {
    position: sticky;
    top: 126px;
    align-self: start;
    min-width: 0;
}

.listicle-header {
    padding: 48px 0 16px;
    text-align: center;
}

.listicle-items {
    display: grid;
    gap: 34px;
}

.product-block {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 28px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(43, 45, 66, .06);
}

.rank {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    font-weight: 800;
}

.product-block h2 {
    margin: 16px 0 6px;
    font-size: 29px;
    line-height: 1.15;
}

.subtitle {
    margin: 0 0 14px;
    color: #4b5563;
    font-size: 18px;
    font-weight: 700;
}

.product-description {
    color: #374151;
}

.product-media img,
.product-media video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.cta-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 15px 22px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(90deg, var(--blue), var(--blue-soft));
    font-weight: 800;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    box-shadow: 0 12px 24px rgba(48, 97, 255, .18);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cta-button,
.cta-button:visited,
.cta-button:hover,
.cta-button:focus {
    color: #fff;
}

.cta-button:hover {
    background: linear-gradient(90deg, #2554ec, #4d82f5);
    box-shadow: 0 16px 28px rgba(48, 97, 255, .24);
    transform: translateY(-1px);
    text-decoration: none;
}

.product-list-wrap {
    max-width: 1060px;
    box-sizing: border-box;
}

.product-list-template {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.product-list-hero {
    padding: 44px 0 22px;
    text-align: center;
}

.product-list-hero .breadcrumb {
    justify-content: center;
    margin-top: 0;
}

.listicle-header .breadcrumb {
    justify-content: center;
    margin-top: 0;
}

.product-list-hero .author-meta,
.listicle-header .author-meta {
    justify-content: center;
    margin-bottom: 24px;
}

.product-list-hero h1 {
    max-width: 880px;
    margin: 0 auto 16px;
    font-size: clamp(38px, 7vw, 68px);
    line-height: 1.02;
}

.product-list-hero p {
    max-width: 740px;
    margin: 0 auto 28px;
    color: #4b5563;
    font-size: 20px;
}

.product-list-hero > img,
.product-list-hero > video,
.product-list-cover {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 10px;
}

.product-list-intro {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 28px;
}

.product-rank-list {
    display: grid;
    gap: 28px;
}

.ranked-product-card {
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr);
    gap: 28px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(43, 45, 66, .07);
}

.ranked-product-image {
    position: relative;
}

.ranked-product-image span {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    min-width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(245, 63, 23, .3);
}

.ranked-product-image img,
.ranked-product-image video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.editor-pick {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ranked-product-copy h2 {
    margin: 8px 0 8px;
    font-size: 31px;
    line-height: 1.12;
}

.single-product-wrap {
    max-width: 1220px;
}

.single-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 46px;
}

.single-product-article {
    min-width: 0;
}

.single-product-cover {
    display: block;
    margin: 28px 0;
}

.single-product-cover img,
.single-product-cover video {
    width: 100%;
    border-radius: 8px;
}

.single-main-cta {
    margin: 26px 0 8px;
}

.single-product-actions {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.single-product-actions .single-main-cta {
    margin: 0;
}

.single-product-related {
    display: grid;
    gap: 18px;
}

.single-product-mini {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.single-product-mini img,
.single-product-mini video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 7px;
}

.single-product-mini h2 {
    margin: 0 0 6px;
    font-size: 21px;
}

.single-product-mini p {
    margin: 0;
    color: #4b5563;
}

.single-product-sidebar {
    position: sticky;
    top: 126px;
    align-self: start;
}

.purchase-notification {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 40;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) 42px;
    gap: 14px;
    width: min(430px, calc(100vw - 32px));
    padding: 14px;
    border: 1px solid rgba(2, 62, 138, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 55px rgba(7, 29, 73, .2);
    opacity: 0;
    transform: translateY(14px);
}

.purchase-notification[hidden] {
    display: none;
}

.purchase-notification.is-visible {
    animation: purchase-notification-enter .32s ease-out both;
}

.purchase-notification__dismiss {
    position: absolute;
    top: 7px;
    right: 7px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    padding: 0;
    color: #667085;
    background: transparent;
    appearance: none;
    font: inherit;
    font-size: 21px;
    line-height: 1;
    cursor: pointer;
}

.purchase-notification__dismiss:hover,
.purchase-notification__dismiss:focus-visible {
    color: #071d49;
    background: #eef4ff;
}

.purchase-notification__media {
    display: flex;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-soft));
    font-size: 34px;
    font-weight: 900;
}

.purchase-notification__media img,
.purchase-notification__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purchase-notification__media,
.purchase-notification__copy {
    transition: opacity .18s ease, transform .18s ease;
}

.purchase-notification.is-switching .purchase-notification__media,
.purchase-notification.is-switching .purchase-notification__copy {
    opacity: 0;
    transform: translateY(5px);
}

.purchase-notification__copy {
    min-width: 0;
    align-self: center;
}

.purchase-notification__copy p,
.purchase-notification__copy span {
    display: block;
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.45;
}

.purchase-notification__copy p strong {
    color: #071d49;
}

.purchase-notification__product {
    display: -webkit-box;
    overflow: hidden;
    margin: 3px 0 4px;
    color: var(--accent);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.purchase-notification__product:hover,
.purchase-notification__product:focus-visible {
    color: #d52f12;
}

.purchase-notification__arrow {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-self: center;
    align-items: center;
    justify-self: end;
    justify-content: center;
    border: 1px solid rgba(48, 97, 255, .16);
    border-radius: 50%;
    color: var(--blue);
    background: #f1f5ff;
    box-shadow: 0 8px 18px rgba(48, 97, 255, .14);
    transition: color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.purchase-notification__arrow svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.purchase-notification__arrow:hover,
.purchase-notification__arrow:focus-visible {
    color: #fff;
    background: var(--blue);
    box-shadow: 0 10px 22px rgba(48, 97, 255, .26);
    transform: translateX(2px);
}

.purchase-notification__arrow:focus-visible,
.purchase-notification__dismiss:focus-visible {
    outline: 3px solid rgba(48, 97, 255, .24);
    outline-offset: 2px;
}

@keyframes purchase-notification-enter {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.browsing-recommend,
.single-product-latest {
    min-width: 0;
}

.browsing-recommend-heading {
    margin-bottom: 0;
}

.browsing-product-recommendation {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 40;
    width: min(430px, calc(100vw - 32px));
    padding: 18px;
    border: 1px solid rgba(2, 62, 138, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 55px rgba(7, 29, 73, .2);
    animation: browsing-recommendation-enter .28s ease-out both;
}

.browsing-product-recommendation__dismiss {
    position: absolute;
    top: 8px;
    right: 9px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #667085;
    background: transparent;
    font: inherit;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.browsing-product-recommendation__dismiss:hover,
.browsing-product-recommendation__dismiss:focus-visible {
    color: #071d49;
    background: #eef4ff;
}

.browsing-product-recommendation__heading {
    margin: 0 34px 16px 0;
}

.browsing-product-recommendation .home-latest-card {
    grid-template-columns: 120px minmax(0, 1fr);
}

.browsing-product-recommendation .home-latest-copy {
    padding-right: 0;
}

.browsing-latest-card .home-latest-title {
    overflow-wrap: anywhere;
}

@keyframes browsing-recommendation-enter {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.sidebar-post-list {
    display: grid;
    gap: 18px;
}

.sidebar-post {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 3px double rgba(239, 35, 60, .18);
}

.sidebar-post img,
.sidebar-post video {
    width: 88px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 7px;
}

.sidebar-post span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar-post strong {
    display: block;
    color: var(--text);
    line-height: 1.28;
}

.sidebar-post:hover strong {
    color: var(--accent);
    text-decoration: underline;
}

.frontend-media-video {
    background: #111827;
}

:has(> .frontend-media-status) {
    position: relative !important;
}

.frontend-media-status {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--muted);
    background: var(--line);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.frontend-media-status:has(+ .frontend-media:not(.is-loading):not(.is-load-error)) {
    display: none;
}

.frontend-media {
    position: relative;
    z-index: 1;
}

.frontend-media.is-loading,
.frontend-media.is-load-error {
    opacity: 0;
}

.category-wrap {
    padding-bottom: 92px;
}

.category-wrap .breadcrumb {
    margin: 40px 0 20px;
}

.category-wrap .page-title {
    max-width: 980px;
    margin-bottom: 28px;
}

.category-wrap .page-title h1 {
    margin-bottom: 16px;
    color: #2b2d42;
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1.12;
}

.category-wrap .page-title div {
    color: #212121;
    font-family: "CB Raleway", Raleway, ui-sans-serif, system-ui, sans-serif;
    font-size: 18px;
}

.category-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin: 30px 0 42px;
}

.category-feature-grid.has-one {
    grid-template-columns: minmax(0, 1fr);
    max-width: 760px;
}

.category-feature-grid .post-card {
    height: 100%;
}

.category-feature-grid .post-image-link img,
.category-feature-grid .post-image-link video,
.category-feature-grid .post-image-link .image-placeholder,
.category-more-grid .post-image-link img,
.category-more-grid .post-image-link video,
.category-more-grid .post-image-link .image-placeholder {
    aspect-ratio: 16 / 9;
}

.category-feature-primary .post-card h3,
.category-feature-side .post-card h3 {
    font-size: 30px;
    line-height: 1.25;
}

.category-more-grid .post-card h3 {
    font-size: 24px;
    line-height: 1.3;
}

.category-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 48px;
    margin: 0 0 80px;
}

.category-split-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(260px, .68fr);
    gap: 44px;
    align-items: stretch;
    margin: 30px 0 46px;
}

.category-split-lead .post-card,
.category-split-side .post-card {
    height: 100%;
}

.category-split-lead .post-card h3 {
    font-size: 34px;
    line-height: 1.22;
}

.category-split-lead .post-image-link img,
.category-split-lead .post-image-link video,
.category-split-lead .post-image-link .image-placeholder,
.category-split-side .post-image-link img,
.category-split-side .post-image-link video,
.category-split-side .post-image-link .image-placeholder,
.category-split-more .post-image-link img,
.category-split-more .post-image-link video,
.category-split-more .post-image-link .image-placeholder {
    aspect-ratio: 16 / 9;
}

.category-split-side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 30px;
    height: 100%;
}

.category-split-side .post-card h3 {
    font-size: 22px;
    line-height: 1.28;
}

.category-split-more {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 34px;
    margin: 0 0 80px;
}

.listicle-wrap {
    max-width: 768px;
    padding-bottom: 88px;
    box-sizing: border-box;
}

.listicle-header {
    padding: 40px 0 12px;
}

.listicle-header h1 {
    color: #000;
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.18;
    text-align: center;
}

.listicle-header p {
    color: #212121;
    font-size: 18px;
}

.listicle-header .author-meta {
    justify-content: center;
    margin-bottom: 22px;
}

.listicle-cover {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
}

.listicle-intro {
    margin-bottom: 22px;
    padding-bottom: 10px;
    color: #212121;
    font-size: 18px;
}

.listicle .product-block {
    display: block;
    margin: 0;
    padding: 0 0 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.listicle .product-block + .product-block {
    padding-top: 28px;
    border-top: 1px solid #e5e7eb;
}

.listicle .product-block h2 {
    margin: 0 0 16px;
    color: #212121;
    font-size: 24px;
    line-height: 1.35;
}

.listicle .product-block h2 a {
    color: #3061ff;
}

.listicle .product-block h2 a:hover {
    text-decoration: underline;
}

.listicle .rank {
    display: inline-flex;
    width: auto;
    min-width: 0;
    height: auto;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    color: #111827;
    background: #edf2f4;
    font-size: 18px;
    line-height: 1.3;
    vertical-align: baseline;
}

.listicle .product-media {
    display: block;
    margin: 16px 0 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
}

.listicle .product-media img,
.listicle .product-media video {
    border-radius: 10px;
}

.listicle .product-description {
    color: #212121;
    font-size: 18px;
}

.listicle .product-description p {
    margin: 0 0 16px;
}

.listicle .cta-button {
    margin: 20px 0 0;
    padding: 16px;
    border-radius: 9px;
    background: linear-gradient(90deg, #3061ff, #5a8dff);
    box-shadow: 0 12px 24px rgba(48, 97, 255, .22);
}

.page-landing-wrap {
    max-width: 980px;
}

.static-page-wrap {
    min-height: 0;
}

.static-page-wrap .article-body {
    min-height: 420px;
}

.consumerbags-static-page {
    max-width: 1220px;
    padding-bottom: 96px;
}

.consumerbags-static-page .breadcrumb {
    margin-top: 40px;
    margin-bottom: 18px;
}

.consumerbags-static-layout {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.consumerbags-static-article {
    width: min(100%, 760px);
}

.consumerbags-static-header h1 {
    margin-bottom: 22px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.08;
}

.consumerbags-static-body {
    max-width: 760px;
    color: #111827;
    font-size: 18px;
    line-height: 1.72;
}

.consumerbags-static-body p,
.consumerbags-static-body ul,
.consumerbags-static-body ol {
    margin: 0 0 18px;
}

.consumerbags-static-body strong {
    color: #111827;
    font-weight: 800;
}

.consumerbags-static-body h2,
.consumerbags-static-body h3 {
    margin: 30px 0 14px;
}

.page-landing-hero {
    padding: 58px 0 34px;
    text-align: center;
}

.page-landing-hero span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-landing-hero h1 {
    margin: 10px 0 16px;
    font-size: clamp(38px, 7vw, 68px);
    line-height: 1.02;
}

.page-landing-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 20px;
}

.content-engagement {
    margin-top: 52px;
}

.share-panel,
.reaction-panel {
    margin-top: 38px;
}

.share-panel h3,
.reaction-panel h3 {
    margin: 0 0 22px;
    color: #2b2d42;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.share-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.share-links a {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.share-links a:visited,
.share-links a:hover,
.share-links a:focus {
    color: #fff;
    text-decoration: none;
}

.share-links span {
    display: inline-flex;
    min-width: 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.share-links b {
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.share-facebook {
    background: #466bb8;
}

.share-x {
    background: #000;
}

.share-messenger {
    background: #4588f5;
}

.share-whatsapp {
    background: #2ccc69;
}

.share-pinterest {
    background: #cf202b;
}

.reaction-buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.reaction-buttons button:hover,
.reaction-buttons button.is-active {
    transform: translateY(-2px);
}

.reaction-buttons button {
    display: flex;
    min-height: 76px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    padding: 0;
    color: #333;
    background: transparent;
    cursor: pointer;
    transition: transform .18s ease;
}

.reaction-buttons button span {
    display: block;
    font-size: 42px;
    line-height: 1;
}

.reaction-buttons button b {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.reaction-message {
    min-height: 20px;
    margin: 10px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

.reaction-message.is-success {
    color: #2ccc69;
}

.reaction-message.is-error {
    color: #cf202b;
}

.reaction-buttons.is-duplicate-vote + .reaction-message,
.reaction-buttons.is-duplicate-vote ~ .reaction-message {
    color: #4b5563;
}

.content-newsletter {
    margin-top: 34px;
    padding: 34px;
    border-radius: 8px;
    color: #edf2f4;
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    text-align: center;
}

.content-newsletter span {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 900;
    line-height: 1.08;
}

.content-newsletter p {
    margin: 0 auto 20px;
    max-width: 620px;
    color: rgba(237, 242, 244, .9);
}

.content-newsletter form {
    display: flex;
    max-width: 620px;
    margin: 0 auto 10px;
}

.content-newsletter input[type="email"] {
    flex: 1;
    min-width: 0;
    border: 0;
    border-radius: 8px 0 0 8px;
    padding: 14px 16px;
    color: var(--text);
    background: #fff;
    outline: none;
}

.content-newsletter button {
    border: 0;
    border-radius: 0 8px 8px 0;
    padding: 14px 22px;
    color: #edf2f4;
    background: #2b2d42;
    font-weight: 900;
    cursor: pointer;
}

.content-newsletter button:disabled {
    cursor: wait;
    opacity: .72;
}

.content-newsletter .newsletter-message {
    color: #fff;
}

.newsletter-terms {
    margin-top: 10px !important;
    color: rgba(237, 242, 244, .76) !important;
    font-size: 13px;
}

.newsletter-terms a {
    color: #fff;
    text-decoration: underline;
}

.pre-footer-search {
    width: min(calc(100% - 40px), 760px);
    margin: 18px auto 0;
}

.pre-footer-search form {
    position: relative;
}

.pre-footer-search input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 14px 118px 14px 18px;
    color: var(--text);
    background: #f8fafc;
    outline: none;
}

.pre-footer-search button {
    position: absolute;
    top: 7px;
    right: 7px;
    border: 0;
    border-radius: 8px;
    padding: 9px 20px;
    color: #fff;
    background: var(--accent);
    font-weight: 800;
    cursor: pointer;
}

.pre-footer-search button:hover {
    background: var(--danger);
}

.newsletter-message {
    min-height: 20px;
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.newsletter-panel.is-subscribed .newsletter-message {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px 14px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.newsletter-panel.is-subscribed .newsletter-form,
.newsletter-panel.is-subscribed .newsletter-terms {
    display: none;
}

.newsletter-message.is-error {
    color: #ffd1d1;
}

.footer-subscribe {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-subscribe h2 {
    margin: 0 0 6px;
    font-size: 17px;
}

.footer-subscribe p {
    margin: 0 0 12px;
}

.footer-subscribe form {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.footer-subscribe input[type="email"] {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 7px;
    padding: 11px 12px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    outline: none;
}

.footer-subscribe input[type="email"]::placeholder {
    color: rgba(255, 255, 255, .62);
}

.footer-subscribe button {
    border: 0;
    border-radius: 7px;
    padding: 11px 14px;
    color: #fff;
    background: var(--accent);
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.footer-subscribe button:hover {
    background: var(--danger);
}

.footer-subscribe button:disabled {
    cursor: wait;
    opacity: .72;
}

.site-footer {
    margin-top: 50px;
    color: #fff;
    background: var(--footer);
}

.footer-grid {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 42px 20px;
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 32px;
}

.footer-logo {
    width: 190px;
    margin-bottom: 14px;
    filter: brightness(0) invert(1);
}

.site-footer h2 {
    margin: 0 0 14px;
    font-size: 18px;
}

.site-footer p,
.site-footer a {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
}

.site-footer a {
    margin: 8px 0;
}

.site-footer a:hover {
    color: #fff;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 18px 20px;
    text-align: center;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
}

.pagination-wrap {
    margin-top: 36px;
}

.frontend-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.frontend-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #d8dde6;
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.frontend-pagination__item:first-child,
.frontend-pagination__item:last-child {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 3px;
}

.frontend-pagination a.frontend-pagination__item:hover,
.frontend-pagination__item--active {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.frontend-pagination__item--disabled {
    border-color: #d7dce3;
    background: #e5e7eb;
    color: #a8b0bd;
    cursor: not-allowed;
}

.frontend-pagination > a.frontend-pagination__item:first-child,
.frontend-pagination > a.frontend-pagination__item:last-child {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.frontend-pagination > a.frontend-pagination__item:first-child:hover,
.frontend-pagination > a.frontend-pagination__item:last-child:hover {
    filter: brightness(.9);
}

.frontend-pagination__item--ellipsis {
    border-color: transparent;
    background: transparent;
}

.empty-state {
    color: var(--muted);
}

@media (max-width: 980px) {
    .header-main {
        flex-wrap: wrap;
    }

    .site-search {
        order: 3;
        flex-basis: 100%;
        max-width: none;
    }

    .split-hero,
    .article-detail-layout,
    .product-block,
    .ranked-product-card,
    .single-product-layout,
    .category-feature-grid,
    .category-split-feature,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .article-detail-sidebar,
    .single-product-sidebar {
        position: static;
    }

    main:has(.purchase-notification.is-visible) .browsing-product-recommendation {
        display: none;
    }

    .post-grid,
    .category-grid,
    .category-more-grid,
    .category-split-more {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .brand img {
        width: 168px;
    }

    .social-links {
        display: none;
    }

    .split-hero {
        padding-top: 32px;
    }

    .post-grid,
    .category-grid,
    .category-more-grid,
    .category-split-more {
        grid-template-columns: 1fr;
    }

    .post-card-large h3 {
        font-size: 26px;
    }

    .product-block {
        padding: 20px;
    }

    .page-landing-hero {
        padding-top: 34px;
    }

    .product-list-hero {
        padding: 28px 0 14px;
    }

    .product-list-hero h1 {
        margin-bottom: 12px;
        font-size: clamp(30px, 9vw, 36px);
        line-height: 1.08;
    }

    .product-list-hero p {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.5;
    }

    .product-list-hero .author-meta {
        width: fit-content;
        max-width: 100%;
        margin: 14px auto 18px;
        align-items: flex-start;
        gap: 8px;
        text-align: left;
    }

    .product-list-hero .author-meta div {
        min-width: 0;
        gap: 4px 10px;
        font-size: 11px;
        line-height: 1.4;
    }

    .product-list-wrap {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 18px;
        padding-left: 18px;
    }

    .product-list-intro {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.65;
    }

    .product-list-template .product-rank-list {
        margin-top: 28px;
    }

    .product-list-template .offer-detail-card {
        gap: 14px;
        padding: 30px 0;
    }

    .product-list-template .offer-card-title {
        gap: 8px;
        font-size: 22px;
        line-height: 1.28;
    }

    .product-list-template .offer-card-rank {
        flex: 0 0 auto;
        min-width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .product-list-template .offer-card-overlay {
        gap: 5px 6px;
        padding: 42px 14px 13px;
        font-size: 13px;
        line-height: 1.35;
    }

    .product-list-template .offer-card-copy,
    .product-list-template .product-description {
        font-size: 16px;
        line-height: 1.62;
    }

    .product-list-template .product-description :where(ul, ol) {
        padding-left: 24px !important;
    }

    .product-list-template .offer-card-cta {
        padding: 13px 16px;
        font-size: 15px;
    }

    .listicle-wrap {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 18px;
        padding-left: 18px;
    }

    .product-list-template .offer-detail-card,
    .product-list-template .offer-card-list,
    .product-list-template .product-rank-list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ranked-product-card,
    .content-newsletter {
        padding: 20px;
    }

    .single-product-mini,
    .article-product-row,
    .sidebar-post {
        grid-template-columns: 1fr;
    }

    .purchase-notification {
        right: 0;
        bottom: 0;
        left: 0;
        grid-template-columns: 70px minmax(0, 1fr) 40px;
        gap: 11px;
        width: 100%;
        padding: 12px max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 12px 12px 0 0;
    }

    .purchase-notification__arrow {
        width: 38px;
        height: 38px;
    }

    .browsing-product-recommendation {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
        padding: 15px;
    }

    .browsing-product-recommendation .home-latest-card {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 10px;
    }

    .single-product-mini img,
    .single-product-mini video,
    .article-product-thumb img,
    .article-product-thumb video,
    .sidebar-post img,
    .sidebar-post video {
        width: 100%;
    }

    .content-newsletter form {
        flex-direction: column;
        gap: 10px;
    }

    .share-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .share-links a:last-child {
        grid-column: 1 / -1;
    }

    .reaction-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-newsletter input[type="email"],
    .content-newsletter button {
        border-radius: 8px;
        width: 100%;
    }

    .pre-footer-search input {
        padding-right: 18px;
    }

    .pre-footer-search button {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .footer-subscribe form {
        flex-direction: column;
    }

    .footer-subscribe button {
        width: 100%;
    }
}

/* Skip layout and paint work for cards that start below the viewport. */
.offer-card-list > :nth-child(n + 4),
.post-grid > :nth-child(n + 7),
.home-section-grid > :nth-child(n + 7) {
    content-visibility: auto;
    contain-intrinsic-size: 420px;
}

@media (prefers-reduced-motion: reduce) {
    .purchase-notification.is-visible {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .purchase-notification__media,
    .purchase-notification__copy,
    .purchase-notification__arrow {
        transition: none;
    }

    .browsing-product-recommendation {
        animation: none;
    }
}

@font-face {
    font-family: "CB Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://www.consumerbags.com/_next/static/media/56da557e531d1081-s.p.woff2") format("woff2");
}

@font-face {
    font-family: "CB Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://www.consumerbags.com/_next/static/media/cafe7ff58138fc50-s.p.woff2") format("woff2");
}

@font-face {
    font-family: "CB Raleway";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://www.consumerbags.com/_next/static/media/51cc7ac481034c0f-s.p.woff2") format("woff2");
}

@font-face {
    font-family: "CB Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://www.consumerbags.com/_next/static/media/0ba443039d62fc5b-s.p.woff2") format("woff2");
}

:root {
    --text: #2b2d42;
    --muted: #8d99ae;
    --line: #edf2f4;
    --accent: #f53f17;
    --danger: #ef233c;
    --section-title-color: #023e8a;
    --bg-search: #fff;
    --border-search: #90e0ef;
    --sub-nav-bg-color: #ebfbff;
    --sub-nav-links-color: #28538f;
    --sub-nav-links-hover-color: #023e8a;
    --border-top-color: #90e0ef;
    --newsletter-bg-color: #0077b6;
    --footer-bg-color: #ebfbff;
    --footer: #ebfbff;
    --max: 1280px;
}

.consumerbags-page {
    min-height: 100%;
    color: var(--text);
    background: #fff;
    font-family: "CB Inter", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

.consumerbags-page a {
    color: inherit;
    text-decoration: none;
}

.consumerbags-page a.cta-button,
.consumerbags-page a.cta-button:visited,
.consumerbags-page a.cta-button:hover,
.consumerbags-page a.cta-button:focus,
.consumerbags-page .article-body a.cta-button {
    color: #fff;
}

.consumerbags-page img,
.consumerbags-page svg {
    display: block;
}

.site-header {
    position: relative;
    top: auto;
    z-index: 10;
    background: #fff;
    box-shadow: none;
}

.header-shell {
    position: relative;
    width: auto;
    background: #fff;
    box-shadow: none;
}

.header-main {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: block;
    flex: 0 0 auto;
}

.brand img {
    width: auto;
    height: 48px;
    margin-left: -4px;
}

.mobile-menu-toggle {
    display: none;
    border: 0;
    padding: 0;
    background: transparent;
}

.mobile-menu-toggle img {
    width: 30px;
    height: 30px;
}

.site-search {
    position: relative;
    flex: 0 1 470px;
    max-width: 470px;
    margin-left: auto;
    margin-right: 32px;
}

.site-search input {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--border-search);
    border-radius: 8px;
    padding: 8px 48px 8px 16px;
    color: var(--muted);
    background: var(--bg-search);
    font-size: 14px;
    line-height: 20px;
    outline: none;
    appearance: none;
}

.site-search input::-webkit-search-cancel-button,
.site-search input::-webkit-search-decoration,
.site-search input::-webkit-search-results-button,
.site-search input::-webkit-search-results-decoration {
    display: none;
}

.site-search button {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    padding: 0;
    color: var(--muted);
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.site-search button span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 8px;
    border: 2px solid currentColor;
    border-radius: 999px;
}

.site-search button span::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: rotate(45deg);
}

.social-links {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.social-links a {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--sub-nav-links-color);
    transition: background .15s ease, color .15s ease;
}

.social-links a:hover {
    color: var(--sub-nav-links-color);
    background: #f3f4f6;
}

.social-links svg,
.footer-social svg {
    width: 28px;
    height: 28px;
}

.nav-shell {
    width: auto;
    background: var(--sub-nav-bg-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}

.nav-bar {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    overflow: visible;
    color: var(--sub-nav-links-color);
    font-family: "CB Raleway", Raleway, ui-sans-serif, system-ui, sans-serif;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 28px;
    height: auto;
    margin: 0;
    padding: 20px 0 18px;
    list-style: none;
}

.nav-list li {
    display: block;
    flex: 0 0 auto;
    margin: 0;
}

.nav-bar a {
    position: relative;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.nav-bar a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: var(--sub-nav-links-hover-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.nav-bar a:hover {
    color: var(--sub-nav-links-hover-color);
}

.nav-bar a:hover::after {
    transform: scaleX(1);
}

.home-shell {
    width: min(100%, var(--max));
    min-height: 100%;
    margin: 0 auto;
}

.home-inner {
    padding: 0 20px 112px;
}

.home-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 48px;
    margin-top: 48px;
    margin-bottom: 80px;
}

.home-feature-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.home-latest-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    min-width: 0;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin: 0 0 20px;
}

.home-heading {
    margin-bottom: 16px;
}

.latest-heading {
    margin-bottom: 0;
}

.section-heading h1,
.section-heading h2 {
    position: relative;
    display: inline-block;
    margin: -4px 20px 0 0;
    color: var(--section-title-color);
    font-family: "CB Montserrat", Montserrat, ui-sans-serif, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.latest-heading h2 {
    font-size: 20px;
    line-height: 28px;
}

.category-heading h2 {
    margin-top: 0;
    font-size: 36px;
    line-height: 40px;
}

.section-heading span {
    flex: 1 1 0;
    border-top: 3px double rgba(144, 224, 239, .68);
}

.home-heading span,
.latest-heading span {
    border-top-color: rgba(144, 224, 239, .82);
}

.home-feature-card,
.home-card,
.home-latest-card {
    font-family: "CB Raleway", Raleway, ui-sans-serif, system-ui, sans-serif;
}

.home-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: #f4f7fa;
}

.home-image-link .frontend-media {
    transition: opacity .18s ease;
}

.home-image-link .frontend-media.is-loading {
    opacity: 0;
}

.home-image-link .frontend-media.is-load-error {
    opacity: 0;
}

.home-image-link img,
.home-image-link video,
.home-image-link .image-placeholder {
    width: 100%;
    aspect-ratio: 1000 / 448;
    object-fit: cover;
    border-radius: 6px;
}

.home-image-link.square img,
.home-image-link.square video,
.home-image-link.square .image-placeholder {
    aspect-ratio: 1 / 1;
}

.home-card-category {
    display: flex;
    align-items: center;
    margin-top: 8px;
    color: var(--muted);
    font-family: "CB Raleway", Raleway, ui-sans-serif, system-ui, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.home-feature-title,
.home-card-title,
.home-latest-title {
    display: block;
    color: var(--text);
    font-family: "CB Inter", Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 700;
}

.home-feature-title {
    margin: 0 0 28px;
    padding-top: 0;
    font-size: 30px;
    line-height: 1.375;
}

.home-card-title {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
}

.home-latest-title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
}

.home-feature-card:hover .home-feature-title,
.home-card:hover .home-card-title,
.home-latest-card:hover .home-latest-title,
.home-feature-title:hover,
.home-card-title:hover,
.home-latest-title:hover {
    color: var(--accent);
    text-decoration: underline;
}

.home-secondary-grid {
    display: flex;
    gap: 24px;
}

.home-secondary-grid .home-card {
    flex: 1 1 0;
}

.home-latest-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-latest-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 0;
    row-gap: 16px;
    margin: 0;
}

.home-latest-card::after {
    content: "";
    display: block;
    grid-column: 1 / -1;
    margin-top: 0;
    border-top: 3px double rgba(239, 35, 60, .34);
}

.home-latest-card:last-child::after {
    display: none;
}

.home-latest-image {
    position: relative;
    display: block;
    padding-top: 8px;
}

.home-latest-image img,
.home-latest-image video,
.home-latest-image .image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
}

.home-latest-copy {
    padding: 0 16px;
}

.home-section {
    margin: 0 0 40px;
}

.home-section-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.home-browsing-recommendations {
    margin-bottom: 0;
    padding-top: 48px;
}

.home-browsing-recommendations .home-section-grid {
    margin-bottom: 0;
}

.home-browsing-recommendations + .home-top-grid {
    margin-top: 80px;
}

.home-section-image {
    position: relative;
    margin-bottom: 4px;
}

.home-section-image img,
.home-section-image video,
.home-section-image .image-placeholder {
    width: 100%;
    height: 150px;
    aspect-ratio: auto;
    object-fit: cover;
}

.home-newsletter {
    margin: 22px 0 80px;
    padding: 32px 40px;
    border-radius: 6px;
    color: #edf2f4;
    background: linear-gradient(90deg, #0077b6, #00b4d8);
    text-align: center;
}

.home-newsletter > div {
    max-width: 768px;
    margin: 0 auto;
}

.home-newsletter span {
    display: block;
    margin-bottom: 16px;
    color: #edf2f4;
    font-family: "CB Inter", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
}

.home-newsletter p {
    max-width: 672px;
    margin: 0 auto 32px;
    color: #edf2f4;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.home-newsletter label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-newsletter-form {
    display: flex;
    max-width: 640px;
    margin: 0 auto 20px;
}

.home-newsletter-form input[type="email"] {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 8px 0 0 8px;
    padding: 12px 16px;
    color: var(--muted);
    background: #fff;
    font-size: 14px;
    outline: none;
}

.home-newsletter-form button {
    border: 0;
    border-radius: 0 8px 8px 0;
    padding: 12px 20px;
    color: #edf2f4;
    background: #2b2d42;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.home-newsletter .newsletter-message {
    color: #fff;
}

.home-newsletter .newsletter-terms {
    max-width: 640px;
    margin: 0 auto !important;
    color: #d1d5db !important;
    font-size: 14px;
    line-height: 1.5;
}

.home-newsletter .newsletter-terms a {
    color: inherit;
    text-decoration: none;
}

.home-newsletter .newsletter-terms a:hover {
    text-decoration: underline;
}

.site-footer {
    margin-top: 0;
    color: #6b7280;
    background: var(--footer-bg-color);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.footer-grid {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 32px 20px;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(150px, auto));
    gap: 64px;
    align-items: start;
}

.footer-logo {
    width: auto;
    height: 48px;
    margin-bottom: 18px;
    filter: none;
}

.site-footer h2 {
    margin: 0 0 24px;
    color: var(--sub-nav-links-color);
    font-family: "CB Raleway", Raleway, ui-sans-serif, system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.site-footer p,
.site-footer a {
    display: block;
    color: #6b7280;
    font-family: "CB Raleway", Raleway, ui-sans-serif, system-ui, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.site-footer a {
    margin: 0 0 16px;
}

.site-footer a:hover {
    color: #6b7280;
    text-decoration: underline;
}

.footer-subscribe {
    max-width: 430px;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.footer-subscribe h2 {
    margin-bottom: 8px;
}

.footer-subscribe p {
    margin: 0 0 12px;
}

.footer-subscribe form {
    display: flex;
    gap: 8px;
}

.footer-subscribe input[type="email"] {
    width: 100%;
    border: 1px solid var(--border-search);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--muted);
    background: #fff;
}

.footer-subscribe input[type="email"]::placeholder {
    color: var(--muted);
}

.footer-subscribe button {
    border: 0;
    border-radius: 8px;
    padding: 10px 14px;
    color: #edf2f4;
    background: #2b2d42;
    font-weight: 700;
}

.footer-subscribe .newsletter-message {
    color: var(--sub-nav-links-color);
}

.footer-subscribe.is-subscribed .newsletter-message {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 11px 12px;
    color: #fff;
    background: var(--accent);
}

.footer-subscribe .newsletter-message.is-error {
    color: var(--danger);
}

.copyright {
    width: min(100%, var(--max));
    margin: 0 auto;
    border-top: 2px solid rgba(144, 224, 239, .75);
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #6b7280;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.copyright a {
    display: inline;
    margin: 0;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.footer-social a {
    margin: 0;
    color: #6b7280;
}

.footer-social a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1160px) {
    .nav-list {
        column-gap: 18px;
    }

    .site-search input {
        padding-right: 48px;
    }
}

@media (max-width: 1023px) {
    .header-main {
        display: block;
        padding: 12px 16px;
    }

    .brand-row {
        width: 100%;
    }

    .brand img {
        width: 200px;
        height: 32px;
        object-fit: contain;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .site-search,
    .social-links {
        display: none;
    }

    .nav-bar {
        display: none;
        height: 100vh;
        padding: 16px 0 80px;
        overflow-y: auto;
        background: var(--sub-nav-bg-color);
    }

    .nav-bar.is-open {
        display: block;
    }

    .nav-list {
        display: block;
        padding: 16px 0 0;
    }

    .nav-list li {
        width: 100%;
        margin: 0;
    }

    .nav-bar a {
        width: 100%;
        margin: 0;
        padding: 20px;
        background: #fff;
        text-align: center;
    }

    .nav-bar a::after {
        display: none;
    }

    .home-top-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .home-feature-column,
    .home-latest-column {
        width: 100%;
    }

    .home-section-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .home-inner {
        padding-bottom: 40px;
    }

    .consumerbags-static-layout {
        display: block;
    }

    .consumerbags-static-article,
    .consumerbags-static-body {
        width: 100%;
        max-width: none;
    }

    .home-top-grid {
        margin-top: 32px;
        margin-bottom: 48px;
    }

    .home-browsing-recommendations {
        padding-top: 32px;
    }

    .home-browsing-recommendations + .home-top-grid {
        margin-top: 48px;
    }

    .home-secondary-grid {
        flex-direction: column;
    }

    .home-latest-card {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-latest-image {
        padding-top: 0;
    }

    .home-latest-copy {
        padding: 0;
    }

    .home-section-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-newsletter {
        padding: 32px 20px;
    }

    .home-newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .home-newsletter-form input[type="email"],
    .home-newsletter-form button {
        width: 100%;
        border-radius: 8px;
    }

    .copyright {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .home-section-grid {
        grid-template-columns: 1fr;
    }

    .category-heading h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .home-feature-title {
        font-size: 26px;
    }

    .footer-subscribe form {
        flex-direction: column;
    }
}
