/* O code */
body *:focus {
    outline: 2px solid #000 !important;
}
	.jdgm-carousel__item-wrapper {
    height: auto !important;
}
.footer-widgets *:focus {
    outline: 2px solid #dbd8d8 !important;
}
.jdgm-line-clamp {
    display: block !important;
}
.skip-review {
    background: #29abe2;
    color: #000 !important;
    padding: 10px 20px;
    left: -99em;
		top: 0;
    position: absolute;
    transition: .3s all;
}
h2.section-title {
    font-size: 1.25em;
}
.skip-review:focus {
    left: 0;
}
@media screen and (max-width:850px){
	#cfw-side-cart-floating-button {transform: scale(.6);right: 0;}
}

@media screen and (max-width:400px)
{
	.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px;
    font-size: 13px;
}
		#cfw-side-cart-floating-button {transform: scale(.5);right: -10px;}
}
@media screen and (max-width: 800px) and (max-height: 400px) {
    .stuck {
        display: none !important;
    }
	#cfw-side-cart-floating-button {transform: scale(.3);right: -10px;}
}

/* T code */
 
.jdgm-carousel-item__review-title, .jdgm-carousel-item__review-body, .jdgm-carousel-item__reviewer-name, .jdgm-rev__timestamp
{color : #6b6b6b!important }

.splash-search-form select:disabled {color : #6B6B6B !important}

.woocommerce_msrp, .woocommerce-result-count {color: #000 !important}


.brand-title {color : #000 }

.promo-pinstripe {background-color : rgba(0,0,0,0.01)}


.upto-75-off p {color: #707070 !important}

.upto-75-off a {color: #1678A2 !important}


.skip-link {color : #177EAB !important}

.woocommerce-breadcrumb a, .divider, 
.term-description, 
.accordion-title, .box-text-products button {color : #000 !important}

.header-bottom-nav.nav-box > li.active > a {
    color: #fff !important;
}

.breadcrumbs span {color : #000 !important}

.product-title a  {color : #177EAB !important}

.hp > a:first-of-type {
    color: #fff;
}

.lexmark > a:first-of-type {
    color: #fff;
}

.canon > a:first-of-type {
    color: #fff;
}

.xerox > a:first-of-type {
    color: #fff;
}

.cart button, .wc-proceed-to-checkout a {background-color : #007DB8 !important; color : #fff !important}


.top-cat-list-item a {
    padding: 4px 1px; 
    display: inline-block;
	font-size : 13.5px !important
}

.top-cat-list-item a:focus {
    outline: 2px solid blue; /* or another contrast color */
    outline-offset: 2px;
}

.hidden-submit {
    display: none;  /* Visually hidden */
}

.jdgm-prev-badge__text, .product_meta span, .swiftink-product-details p, .woocommerce-product-attributes-item__label  {color : #000 !important}

.in-stock {color : #647E49 !important}


.quantity input {font-size : 18px !important}

.upto-75-off a {text-decoration : underline !important}


.header-bottom-nav.nav-line-bottom > li > a:before,.header-bottom-nav.nav-line-grow > li > a:before,.header-bottom-nav.nav-line > li > a:before,.header-bottom-nav.nav-box > li > a:hover,.header-bottom-nav.nav-box > li.active > a,.header-bottom-nav.nav-pills > li > a:hover,.header-bottom-nav.nav-pills > li.active > a {
                color: #FFF!important;
                background-color: #007db8 !important;
            }

.jdgm-carousel__left-arrow, .jdgm-carousel__arrows, .jdgm-carousel__right-arrow {font-size: 11px !important }


  .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
.jdgm-carousel-wrapper {
    padding: 0 !important;
}
#brand_series:focus {
    color: #fff !important;
    background-color: #007db8;
}

/* =====================================================================
   Category-page accordion redesign
   Scoped to :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) so it only affects the
   product_cat archive accordions. Pure CSS — no template changes.
   Brand accent: #007DB8
   ===================================================================== */

/* One accordion per row at every breakpoint (overrides medium-columns-3 tiling) */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) > .product-category.col,
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) > .col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .col-inner { min-height: 0 !important; }

/* Card */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item {
    background: #fff;
    border: 1px solid #e8e9ec;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item:hover {
    border-color: #b9dcef;
    box-shadow: 0 6px 20px -12px rgba(0,125,184,.45);
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item.active,
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item:has(.accordion-title.active) {
    border-color: #007db8;
    box-shadow: 0 10px 30px -14px rgba(0,125,184,.5);
}

/* Header row: series name left, chevron badge right */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 16px 20px !important;
    border-top: 0 !important;
    position: relative !important;
    min-height: 0 !important;
    text-decoration: none !important;
    background: #fff;
    transition: background .18s ease;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item:hover .accordion-title { background: #fbfdff; }

/* left accent bar grows in on hover/active */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 4px; height: 0;
    background: #007db8;
    border-radius: 0 4px 4px 0;
    transition: height .2s ease;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item:hover .accordion-title::before { height: 24px; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item.active .accordion-title::before,
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title.active::before { height: 62%; }

/* series name */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title span {
    order: 0;
    font-size: 16.5px !important;
    font-weight: 650 !important;
    letter-spacing: -.15px;
    color: #1f2733 !important;
    line-height: 1.3;
    transition: color .18s ease;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item:hover .accordion-title span,
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item.active .accordion-title span,
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title.active span {
    color: #016799 !important;
}

/* chevron badge (was absolutely positioned on the left) */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .toggle {
    order: 2;
    position: static !important;
    /* Lock to a true circle: fixed box, no default button border/padding, and
       align-self:center so the flex row can't stretch it into an oval. */
    box-sizing: border-box !important;
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    aspect-ratio: 1 / 1;
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e2e6ec !important;
    top: auto !important;
    left: auto !important;
    border-radius: 50%;
    background: #fff;
    color: #1f2733 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, background .18s ease, color .18s ease;
}
/* Filled triangle arrow (not a thin chevron), rotates with the toggle. */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .toggle i { display: none !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .toggle::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #2b3440;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item:hover .toggle { background: #f6f8fa; border-color: #d3d9e1 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-item.active .toggle,
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title.active .toggle {
    background: #fff;
    color: #1f2733 !important;
    transform: rotate(180deg);
}

/* Expanded panel */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-inner {
    border-top: 1px solid #e7ebf1;
    background: #fcfdff;
    padding: 0 !important;
}
/* Multi-column (not grid) so the already-alphabetical models flow DOWN each
   column — column 1 top-to-bottom, then column 2, then column 3 — instead of
   left-to-right across rows. */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-list-container {
    display: block !important;
    column-count: 3;
    column-gap: 26px;
    padding: 14px 16px 18px;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .cat-item-wrapper-list { display: block; margin: 0; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) li.cat-item {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.3;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .cat-item-link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 9px;
    color: #3b4552 !important;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .cat-item-link::before {
    content: "\203A"; /* › */
    color: #c2ccd8;
    font-weight: 700;
    transition: color .15s ease, transform .15s ease;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) li.cat-item:hover { background: transparent !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) li.cat-item:hover a,
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .cat-item-link:hover {
    background: #e6f3fa;
    color: #016799 !important;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .cat-item-link:hover::before {
    color: #007db8;
    transform: translateX(2px);
}

/* Tablet: two model columns, one accordion per row.
   NB: the list is CSS multi-column (column-count), not grid, so the count must
   be set with column-count — grid-template-columns is silently ignored here. */
@media (max-width: 849px) {
    :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-list-container { column-count: 2; }
}
/* Mobile: single column (one printer per line) + larger tap targets */
@media (max-width: 549px) {
    :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-list-container {
        column-count: 1;
        padding: 10px 12px 14px;
    }
    :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title { padding: 14px 16px !important; }
    :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title span { font-size: 16px !important; }
    :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .cat-item-link { padding: 11px 12px; font-size: 14.5px; }
}

/* =====================================================================
   On-page category filter box
   ===================================================================== */
.swiftink-cat-filter { max-width: 100%; margin: 0 0 18px; }
.swiftink-cat-filter .scf-field {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    /* Light grey fill + firmer border so the box is clearly visible on white. */
    background: #f3f5f9;
    border: 1px solid #c7d0dc;
    border-radius: 12px;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.swiftink-cat-filter .scf-field:hover { border-color: #aeb9c8; }
.swiftink-cat-filter .scf-field:focus-within {
    background: #fff;
    border-color: #007db8;
    box-shadow: 0 0 0 3px rgba(0,125,184,.15);
}
.swiftink-cat-filter .scf-icon { width: 19px; height: 19px; margin-left: 15px; color: #7b8695; flex: 0 0 auto; }
.swiftink-cat-filter .scf-input {
    flex: 1 1 auto;
    min-width: 0;
    /* Kill the browser's native text/search input chrome so only our pill
       (.scf-field) shows — no inner box appears when unfocused/unhovered. */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    background: transparent;
    /* Fixed height + no vertical padding so the text auto-centres vertically;
       larger type so what you type is easy to read. !important guards against
       any global input styling from the parent theme. */
    box-sizing: border-box !important;
    height: 48px !important;
    line-height: normal !important;
    /* Flatsome adds margin to all inputs; that bottom margin was growing the
       field and pushing the text up. Zero it so the text sits centred. */
    margin: 0 !important;
    padding: 0 12px !important;
    font-size: 17px !important;
    color: #1f2733;
}
.swiftink-cat-filter .scf-input::placeholder { color: #98a2b0; }
.swiftink-cat-filter .scf-input:focus { outline: none !important; box-shadow: none !important; }
/* Remove the native search field's clear button (we have our own ×). */
.swiftink-cat-filter .scf-input::-webkit-search-decoration,
.swiftink-cat-filter .scf-input::-webkit-search-cancel-button,
.swiftink-cat-filter .scf-input::-webkit-search-results-button,
.swiftink-cat-filter .scf-input::-webkit-search-results-decoration { -webkit-appearance: none; display: none; }
.swiftink-cat-filter .scf-clear {
    flex: 0 0 auto;
    box-sizing: border-box;
    /* Lock to a true circle (same fix as the accordion chevron) and
       centre it in the field. */
    width: 26px; height: 26px;
    min-width: 26px; min-height: 26px;
    max-width: 26px; max-height: 26px;
    aspect-ratio: 1 / 1;
    align-self: center;
    /* Zero the inherited button margins (keep only the right gap) so it centres. */
    margin: 0 10px 0 0 !important;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e2e8f0;
    color: #5b6472;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s ease, color .15s ease;
}
.swiftink-cat-filter .scf-clear .scf-clear-icon { width: 11px; height: 11px; display: block; }
.swiftink-cat-filter .scf-clear:hover { background: #007db8; color: #fff; }
.swiftink-cat-filter .scf-status { margin: 8px 2px 0; min-height: 1.2em; font-size: 13.5px; color: #6b7480; }
.swiftink-cat-filter .scf-reset {
    background: none; border: 0; padding: 0;
    color: #007db8; font-weight: 600; font-size: 13.5px;
    cursor: pointer; text-decoration: underline;
}

/* filter show/hide + match highlight (scoped to the accordion) */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-hide { display: none !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-open .accordion-inner { display: block !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .cat-item-link.scf-match { background: #e6f3fa; color: #016799 !important; font-weight: 600; }

/* While filtering, reflow the surviving models to fill from the left
   (otherwise a match keeps its original grid column and floats mid-row). */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-open .accordion-list-container { display: flex !important; flex-wrap: wrap; gap: 2px 24px; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-open .cat-item-wrapper-list { display: contents; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-open .cat-item { flex: 0 0 calc(33.333% - 16px); }
@media (max-width: 849px) { :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-open .cat-item { flex-basis: calc(50% - 12px); } }
@media (max-width: 549px) { :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-open .cat-item { flex-basis: 100%; } }

@media (max-width: 549px) {
    .swiftink-cat-filter { margin-bottom: 14px; }
    /* 16px keeps iOS from zooming the page on focus */
    .swiftink-cat-filter .scf-input { font-size: 16px; padding: 12px 10px; }
}

/* =====================================================================
   Ionicons replacements — self-contained SVGs (no icon-font library).
   Drawn via CSS mask so each icon inherits its surrounding text colour
   (currentColor). Covers: finder dropdown caret + footer phone / chat.
   ===================================================================== */

/* Finder dropdowns — rounded, subtle depth, clearer disabled/hover states */
.swiftink-select-filter select {
    border: 0 !important;
    border-radius: 11px !important;
    box-shadow: 0 3px 10px -3px rgba(0,0,0,.22) !important;
    padding-right: 42px !important;
    cursor: pointer !important;
    transition: background-color .18s ease, box-shadow .18s ease !important;
}
.swiftink-select-filter select:not(:disabled):hover {
    background-color: #016aa0 !important;
    box-shadow: 0 5px 14px -4px rgba(0,125,184,.55) !important;
}
.swiftink-select-filter select:not(:disabled):focus {
    box-shadow: 0 0 0 3px rgba(0,125,184,.30) !important;
}
.swiftink-select-filter select:disabled {
    background-color: #eef2f6 !important;
    color: #9aa4b0 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}
.swiftink-select-filter .custom-select-field { margin-bottom: 6px; }

/* Finder dropdown caret (SVG mask, replaces Ionicons \f35f) */
.swiftink-select-filter .custom-select-field:after {
    content: "" !important;
    font-family: inherit !important;
    right: 15px !important;
    width: 16px !important;
    height: 16px !important;
    background-color: currentColor;
    -webkit-mask: url(../icons/dropdown-arrow.svg) no-repeat center / 15px 15px;
    mask: url(../icons/dropdown-arrow.svg) no-repeat center / 15px 15px;
}

/* Footer icons (were Ionicons ion-ios-telephone / ion-chatbubble-working) */
.ion-ios-telephone:before,
.ion-chatbubble-working:before {
    content: "" !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.ion-ios-telephone:before {
    -webkit-mask-image: url(../icons/phone.svg);
    mask-image: url(../icons/phone.svg);
}
.ion-chatbubble-working:before {
    -webkit-mask-image: url(../icons/chat.svg);
    mask-image: url(../icons/chat.svg);
}

/* =====================================================================
   Category accordion — coloured letter badge + model count
   (injected by custom-script.js). Badge colours cycle by position.
   ===================================================================== */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge {
    order: 0;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1;
    letter-spacing: 0;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-titlewrap {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-count {
    font-size: 12.5px !important;
    font-weight: 400 !important;
    color: #8a94a2 !important;
    letter-spacing: 0;
}

/* Pastel palette — cycles by accordion position */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-0 { background: #eef2ff; color: #4f46e5 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-1 { background: #dbeafe; color: #2563eb !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-2 { background: #fce7f3; color: #db2777 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-3 { background: #fef3c7; color: #eab308 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-4 { background: #f3e8ff; color: #7c3aed !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-5 { background: #cffafe; color: #0891b2 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-6 { background: #ffe4e6; color: #e11d48 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge-7 { background: #ffedd5; color: #ea580c !important; }

/* High-specificity override — the letter/badge sits inside .accordion-title span,
   whose color/weight rule (0,4,1) was outranking .scf-badge-N (0,4,0) and washing
   the letters out to the dark title color. These win it back. */
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge[class] { font-weight: 800 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-0 { color: #4f46e5 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-1 { color: #2563eb !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-2 { color: #db2777 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-3 { color: #eab308 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-4 { color: #7c3aed !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-5 { color: #0891b2 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-6 { color: #e11d48 !important; }
:is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .accordion-title .scf-badge.scf-badge-7 { color: #ea580c !important; }

@media (max-width: 549px) {
    :is(.swiftink-shop-loop.accordion, .single-product .accordion.accordion-one-col) .scf-badge { width: 38px; height: 38px; border-radius: 10px; font-size: 16px !important; }
}

/* =====================================================================
   Product-grid (category) + single-product modernization
   ---------------------------------------------------------------------
   Category grid is scoped to :is(.swiftink-shop-loop:not(.accordion), .single-product .related) so it
   never touches the brand-page accordion above. Single-product rules are
   scoped to .single-product. Shared: the .swiftink-save discount badge
   (injected by custom-script.js from the WooCommerce MSRP + current price).
   ===================================================================== */

/* ---- Shared "Save X%" badge -------------------------------------- */
.swiftink-save {
    display: inline-block;
    background: #e6f4ec;
    color: #1f7a3d;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.4;
    padding: 3px 9px;
    border-radius: 999px;
    white-space: nowrap;
}

/* ===================== Category product grid ====================== */
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) { margin-top: 8px; }
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .product-small.col { padding-bottom: 6px; }

/* Borderless card; a soft shadow + lift appear on hover only. */
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .col-inner {
    border: 0;
    border-radius: 14px;
    background: #fff;
    padding: 14px 14px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* keep the image within the rounded card; the card's own shadow still shows */
    transition: box-shadow .18s ease, transform .18s ease;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .product-small.col:hover .col-inner {
    box-shadow: 0 10px 26px rgba(16, 42, 67, .10);
    transform: translateY(-3px);
}

:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .box-image {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 12px;
}

:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .box-text {
    padding: 0 2px !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .title-wrapper { margin-bottom: 6px; }
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .name.product-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 2px;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .wiser_review { margin: 2px 0 6px; }

/* Price block: bold current price, struck MSRP underneath. */
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .price-wrapper { display: flex; flex-direction: column; }
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) span.price {
    order: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 0;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) span.price .amount {
    font-size: 20px;
    font-weight: 800;
    color: #1b1f24;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .woocommerce_msrp {
    order: 5;
    font-size: 12.5px;
    color: #98a2ad;
    margin: 2px 0 0;
    line-height: 1.2;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .woocommerce_msrp .amount { text-decoration: line-through; }

/* Cart row: rounded Add-to-Cart matching the quantity height; no box
   around the stepper. */
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) form.cart {
    display: flex !important;
    gap: 8px;
    align-items: center;
    /* Push the cart row to the bottom of the (equal-height) card so buttons
       line up across the row regardless of how many lines the title takes. */
    margin-top: auto;
    padding-top: 12px;
}
/* Bordered, rounded stepper matching the single-product buy box (just shorter
   to sit level with the 46px category/related Add-to-Cart button). */
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .ux-quantity {
    border: 1.5px solid #e0e6ee !important;
    border-radius: 11px !important;
    overflow: hidden;
    flex: 0 0 auto;
    height: 46px;
    display: inline-flex;
    align-items: center;
    background: #fff !important;
    box-shadow: none !important;
    margin: 0 !important; /* Flatsome adds a top margin here that pushed the stepper below the button */
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .ux-quantity input.qty { font-size: 15px !important; height: 44px !important; margin: 0 !important; background: #fff !important; }
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) .ux-quantity .ux-quantity__button {
    height: 44px !important;
    background: #f3f6f9 !important;
    color: #3a4653 !important;
    margin: 0 !important;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) form.cart button.button {
    flex: 1 1 auto;
    height: 46px;
    line-height: 46px;
    padding: 0 14px !important;
    margin: 0 !important;
    border-radius: 11px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .02em;
    text-transform: none !important;
    background: #007db8 !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 6px 14px rgba(0, 125, 184, .26);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
:is(.swiftink-shop-loop:not(.accordion), .single-product .related) form.cart button.button:hover {
    background: #026a9c !important;
    transform: translateY(-1px);
    box-shadow: 0 9px 18px rgba(0, 125, 184, .32);
}

/* ===================== Single product buy box ==================== */
.single-product .product-images.woocommerce-product-gallery {
    border: 1px solid #e8edf2;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    overflow: hidden; /* the flickity slider runs a few px past the card; clip it so the bottom border stays crisp */
}
.single-product .woocommerce_msrp { font-size: 14px; color: #98a2ad; margin: 0 0 2px; }
.single-product .woocommerce_msrp .amount { text-decoration: line-through; }
.single-product .price.product-page-price {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 2px 0 6px;
}
.single-product .price.product-page-price .amount {
    font-size: 30px;
    font-weight: 800;
    color: #1b1f24;
    letter-spacing: -.5px;
}

/* In-stock pill with a live green dot. */
.single-product .stock.in-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #effaf1;
    color: #1f7a3d !important;
    padding: 7px 13px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13.5px;
}
.single-product .stock.in-stock::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .18);
}

.single-product form.cart { display: flex; gap: 12px; align-items: center; }
.single-product form.cart .ux-quantity {
    border: 1.5px solid #e0e6ee;
    border-radius: 11px;
    overflow: hidden;
    height: 52px;
    display: inline-flex;
    align-items: center;
}
.single-product form.cart .ux-quantity input.qty { height: 52px !important; font-size: 16px !important; }
.single-product form.cart .ux-quantity .ux-quantity__button {
    height: 52px !important;
    background: #f3f6f9 !important;
    color: #3a4653 !important;
}
.single-product .single_add_to_cart_button {
    height: 52px;
    line-height: 52px;
    padding: 0 30px !important;
    border-radius: 11px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: none !important;
    background: #007db8 !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 8px 18px rgba(0, 125, 184, .28);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.single-product .single_add_to_cart_button:hover {
    background: #026a9c !important;
    transform: translateY(-1px);
    box-shadow: 0 11px 22px rgba(0, 125, 184, .34);
}

/* Specifications table -> rounded card with zebra rows. */
.single-product h2.swiftink-product-specifications {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
    margin-bottom: 16px;
}
.woocommerce-product-attributes.shop_attributes {
    width: 100%;
    /* White so the ODD (unstyled) rows are white, not the page's grey
       background showing through — matching the mockup's blue/white stripe. */
    background: #fff !important;
    border: 1px solid #e4e9ef !important;
    border-radius: 14px !important;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0;
}
/* No row divider lines — zebra striping alone separates rows, matching the mockup. */
.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
    padding: 11px 15px !important;
    border: 0 !important;
    text-align: left !important;
    vertical-align: top;
    font-size: 13.5px;
}
/* Labels are stored title-case ("OEM Numbers"); the theme forces uppercase +
   black. Undo that for the softer look in the mockup. */
.woocommerce-product-attributes.shop_attributes th {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    color: #5b6672 !important;
    width: 46%;
}
.woocommerce-product-attributes.shop_attributes td {
    color: #1b1f24 !important;
    font-weight: 600 !important;
}
.woocommerce-product-attributes.shop_attributes tr:nth-child(odd) { background: #fff; }
.woocommerce-product-attributes.shop_attributes tr:nth-child(even) { background: #f7fafc; }

/* ---- Trust badge row (output by swiftink_trust_badges in snippets) -- */
.swiftink-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    max-width: 470px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eef1f5;
}
.swiftink-trust__item {
    flex: 1 1 0;
    min-width: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    color: #55616d;
    line-height: 1.25;
}
.swiftink-trust__item svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #007db8;
    stroke-width: 1.7;
}

/* Small screens: keep the category cart row comfortable. */
@media (max-width: 549px) {
    :is(.swiftink-shop-loop:not(.accordion), .single-product .related) .name.product-title { font-size: 15px; }
    :is(.swiftink-shop-loop:not(.accordion), .single-product .related) form.cart button.button { font-size: 13.5px !important; }
}

/* ---------------------------------------------------------------------
   Page title + breadcrumb polish (category archive AND single product,
   kept identical for consistency): bigger bold title, muted breadcrumb
   with soft dividers, and a thin separator line beneath.
   --------------------------------------------------------------------- */
.category-page-title,
.single-product .page-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebeef2;
    margin-bottom: 22px;
}
.category-page-title .page-title-inner { align-items: flex-end; }
.category-page-title h1.shop-page-title {
    font-size: 29px;
    font-weight: 700;
    color: #1b1f24;
    letter-spacing: -.3px;
    line-height: 1.2;
    margin: 0 0 9px;
}
.category-page-title .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb {
    font-size: 12.5px !important;
    letter-spacing: .04em;
    line-height: 1.4;
    margin: 0 !important;
}
.category-page-title .woocommerce-breadcrumb a,
.single-product .woocommerce-breadcrumb a {
    color: #78838f !important;
    transition: color .15s ease;
}
.category-page-title .woocommerce-breadcrumb a:hover,
.single-product .woocommerce-breadcrumb a:hover { color: #007db8 !important; }
.category-page-title .woocommerce-breadcrumb .divider,
.single-product .woocommerce-breadcrumb .divider {
    color: #c7cfd8 !important;
    margin: 0 7px;
}

/* ---------------------------------------------------------------------
   Product-page "Compatible Printers" accordions inherit the category
   accordion styling verbatim: the category selectors above are broadened
   with :is(...) to also match .single-product .accordion.accordion-one-col,
   so the card, accent bar, chevron badge, hover/active states and expanded
   list all render identically. The letter pills never appear here because
   the JS that adds them runs on category archives only. Two product-only
   tweaks: push the chevron to the far right (the product accordion lacks the
   .scf-titlewrap flex spacer the category JS injects), and the items are
   forced open by custom-script.js.
   --------------------------------------------------------------------- */
.single-product .accordion.accordion-one-col .accordion-title {
    justify-content: space-between !important;
}
/* Because these accordions default open (active), suppress the persistent
   active accent bar so the blue bar only appears on hover — and at the same
   24px size as the category page, not the taller open-state bar. */
.single-product .accordion.accordion-one-col .accordion-title.active::before,
.single-product .accordion.accordion-one-col .accordion-item.active .accordion-title::before {
    height: 0 !important;
}
.single-product .accordion.accordion-one-col .accordion-item:hover .accordion-title::before {
    height: 24px !important;
}

/* ---------------------------------------------------------------------
   Single product (mobile): the title is lifted above the photos by
   custom-script.js at <=849px. Give it clean spacing at the top of the
   gallery column so it reads as the page heading, not a caption.
   --------------------------------------------------------------------- */
@media (max-width: 849px) {
    .single-product h1.swiftink-mobile-title {
        margin: 4px 0 14px !important;
        padding: 0;
        line-height: 1.25;
    }
}

/* =====================================================================
   Sticky "Add to Cart" bar (shows on scroll via .sticky-add-to-cart--active)
   Two layouts:
   • Wider screens — keep the product photo + stock, but stop the title and
     stock text wrapping into many narrow lines (the title was hard-capped
     at 180px).
   • Phones (<=549px) — compact: drop the photo + stock, put the title on its
     own full-width row (max two lines), then price + quantity + Add to Cart
     together on one line beneath it.
   The price is injected into the bar by custom-script.js (Flatsome's bar has
   no price element); it is only shown in the phone layout.
   ===================================================================== */

/* Solid white bar — no see-through page content behind it. */
.sticky-add-to-cart,
.sticky-add-to-cart-wrapper {
    background: #ffffff !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
}
.sticky-add-to-cart { box-shadow: 0 -2px 12px rgba(16, 42, 67, .12) !important; }

/* Centre the bar's contents horizontally (the row is full-width but was
   left-aligned, so the group drifted left once the button stopped stretching).
   No-op on phones, where the title and form rows are already full width. */
.sticky-add-to-cart__product { justify-content: center !important; }

/* Product thumbnail: show it whole in a small square instead of a cropped
   sliver (Flatsome rendered it in a non-square box with object-fit:cover). */
.sticky-add-to-cart .sticky-add-to-cart-img {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    object-fit: contain !important;
    flex: 0 0 auto !important;
}

/* Wider screens: give the title room and keep it to two tidy lines; put the
   stock message on a single line instead of a 3-line wrapped pill. */
.sticky-add-to-cart__product .product-title-small {
    max-width: 460px !important;
    line-height: 1.2 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Match the page's product-title colour (a touch darker than Flatsome's grey). */
.sticky-add-to-cart .product-title-small,
.sticky-add-to-cart .product-title-small strong { color: #555 !important; }
.sticky-add-to-cart .stock { white-space: nowrap !important; }

/* Injected price is phone-only. */
.sticky-add-to-cart .swiftink-sticky-price { display: none; }

/* Keep quantity + Add to Cart on one line (button to the right of quantity)
   at every width the bar appears. */
.sticky-add-to-cart form.cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
}
.sticky-add-to-cart form.cart .quantity,
.sticky-add-to-cart form.cart .ux-quantity {
    flex: 0 0 auto !important;
    margin: 0 !important;
}
.sticky-add-to-cart form.cart .single_add_to_cart_button {
    flex: 0 0 auto !important;   /* natural width on desktop — don't stretch */
    width: auto !important;
    margin: 0 !important;
    white-space: nowrap;
}

/* Desktop/tablet: shrink the cart form to its actual content. A theme rule
   gives form.cart a wide fixed width, which left ~190px of dead space to the
   right of the button — that padding made the whole (already centre-justified)
   row look pushed to the left. The high-specificity selector is needed to beat
   that width rule. Phones keep the full-width form from the block below. */
@media (min-width: 550px) {
    .single-product .sticky-add-to-cart form.cart {
        width: auto !important;
        flex: 0 0 auto !important;
    }
}

/* Phones: compact stacked layout. */
@media (max-width: 549px) {
    .sticky-add-to-cart__product {
        flex-wrap: wrap !important;
        gap: 4px 10px !important;
        padding: 8px 12px !important;
    }
    .sticky-add-to-cart .sticky-add-to-cart-img { display: none !important; }
    .sticky-add-to-cart .stock { display: none !important; }
    /* Override Flatsome's hide-for-small so the title shows, full width. */
    .sticky-add-to-cart .product-title-small {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex: 1 1 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
    }
    .sticky-add-to-cart form.cart { flex: 1 1 100% !important; gap: 10px !important; margin: 0 !important; }
    /* On phones the button fills the width remaining after price + quantity. */
    .sticky-add-to-cart form.cart .single_add_to_cart_button { flex: 1 1 auto !important; }
    .sticky-add-to-cart .swiftink-sticky-price {
        display: inline-block !important;
        flex: 0 0 auto !important;
        font-weight: 800;
        font-size: 17px;
        color: #111;
        white-space: nowrap;
    }

    /* Lift the Crisp chat launcher clear above the bar while it's showing, so
       it never covers the cart. The offset tracks the bar's real height (set
       as --swiftink-sticky-h by custom-script.js) plus a gap, so it clears the
       taller two-line title layout too. Mobile only. */
    body.swiftink-sticky-active #crisp-chatbox [role="button"][data-maximized="false"] {
        bottom: calc(var(--swiftink-sticky-h, 84px) + 16px) !important;
        transition: bottom .2s ease;
    }
}

/* ---------------------------------------------------------------------
   Single product: SKU meta styling — small uppercase label with the SKU
   value in a subtle grey pill, sitting under a light separator.
   --------------------------------------------------------------------- */
.single-product .product_meta {
    border-top: 1px solid #eef1f5;
    padding-top: 14px;
    margin-top: 4px;
}
.single-product .product_meta .sku_wrapper {
    font-size: 12px !important;
    color: #98a2ad !important;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.single-product .product_meta .sku_wrapper .sku {
    background: #f3f6f9;
    color: #4a5563 !important;
    font-weight: 700;
    padding: 3px 11px;
    border-radius: 6px;
    letter-spacing: .04em;
    text-transform: none;
    font-size: 12.5px;
}

/* =====================================================================
   Home page — "Top Printer Brands" cards + SHOP ALL buttons.
   Buttons kept black (per choice) but rounded with a hover; cards lift on
   hover. Scoped to the brand section (.swiftink-section) so nothing else
   is affected.
   ===================================================================== */
/* Hover-lift scoped to the brand cards only (via .category-card) so it does NOT
   affect the hero splash image or the Ink & Toner Finder, which live in another
   .swiftink-section. A soft border makes the rounded corners read. */
/* Flatsome's row-box-shadow-3-hover puts its shadow on the larger .col-inner,
   so it rings OUTSIDE the bordered card. Suppress it and put the hover shadow on
   the card itself, so the shadow sits directly behind the border (same box). */
section.swiftink-section .row > .col > .col-inner,
section.swiftink-section .row > .col:hover > .col-inner { box-shadow: none !important; }
section.swiftink-section .col-inner .category-card {
    border-radius: 14px;
    border: 1px solid #ececf0;
    transition: transform .18s ease, box-shadow .18s ease;
}
section.swiftink-section .col-inner .category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(16, 42, 67, .12);
}
section.swiftink-section .cta-button a.button {
    border-radius: 9px !important;
    padding: 9px 22px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .03em;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .17);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
section.swiftink-section .cta-button a.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 9px 19px rgba(0, 0, 0, .27);
    background: #000 !important;
}

/* =====================================================================
   Single product — "Verify Printer Compatibility" dropdown (populated by
   custom-script.js). Sits just below the Add to Cart button.
   ===================================================================== */
.swiftink-compat {
    border: 1px solid #e4e9ef;
    border-radius: 12px;
    padding: 15px 16px;
    margin: 16px 0 4px;
    background: #fff;
}
.swiftink-compat__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #1b1f24;
    margin-bottom: 10px;
}
.swiftink-compat__label svg { width: 16px; height: 16px; fill: none; stroke: #007db8; stroke-width: 2.4; }
.swiftink-compat select {
    width: 100%;
    height: 46px;
    border: 1.5px solid #d3dbe4;
    border-radius: 9px;
    background-color: #f3f6f9;
    padding: 0 40px 0 14px;
    font-size: 14.5px;
    color: #3a4653;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235b6672' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.swiftink-compat__result {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    display: none;
    align-items: center;
    gap: 8px;
}
.swiftink-compat__result.show { display: flex; }
.swiftink-compat__result.ok { color: #1f7a3d; }

/* =====================================================================
   Home page text sections — "Save Big" (.upto-75-off / #savebig-section)
   and "Shop Deals" (.welcome-pinstripe). Constrain the copy to a readable
   width, tidy line-height, and de-emphasize the legal footnote. Scoped to
   the stable UX-Builder classes on each column.
   ===================================================================== */
#savebig-section { line-height: 1.22; margin-bottom: 20px; }
.upto-75-off .col-inner { max-width: 880px; margin-left: auto; margin-right: auto; }
.upto-75-off p {
    max-width: 780px;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.75;
}
/* Legal footnote (last paragraph) — smaller and muted. */
.upto-75-off p:last-of-type {
    font-size: 12.5px;
    color: #9aa2ab !important;
    margin-top: 8px !important;
}

.welcome-pinstripe h1 { margin-bottom: 14px; }
.welcome-pinstripe p {
    line-height: 1.7;
}

/* =====================================================================
   Migrated from the WordPress Customizer "Additional CSS" so these rules
   live with the theme (version-controlled, one place). After deploying,
   DELETE them from Appearance > Customize > Additional CSS to avoid
   defining them twice.
   ===================================================================== */

/* Fix bullet list indentation inside page content */
.entry-content ul,
.entry-content ol {
    margin-left: 1.5em !important;
    padding-left: 1.5em !important;
}
.entry-content li {
    margin-left: 0;
}
.page .entry-content li {
    line-height: 0.75;
}

/* Fibosearch search box text */
.dgwt-wcas-search-input {
    font-size: 18px !important;
    color: #000 !important;
}
/* Fibosearch placeholder */
.dgwt-wcas-search-input::placeholder {
    font-size: 18px !important;
    font-style: normal !important;
    color: #555 !important;
    opacity: 1 !important;
}
/* Fibosearch autocomplete text */
.dgwt-wcas-st-title {
    font-size: 16px !important;
}

/* Hide the floating CheckoutWC cart icon on mobile */
@media (max-width: 850px) {
    #cfw-side-cart-floating-button {
        display: none !important;
    }
}

/* Hide the product sorting dropdown on category pages */
.woocommerce-ordering {
    display: none !important;
}