:root {
  --accent-color: #DBB452;
}

.menu .catalog .home-office-solutions {
  display: none;
}

.menu .catalog .catering {
  display: inline-block;
}

.header-mobile #mobileVueNav .home-office-solutions {
  display: none;
}

.header-mobile #mobileVueNav .catering {
  display: list-item;
}

.go2-menu-gold,
.go2-menu-gold a {
    color: #DCB34C !important;
}

.go2-menu-gold:hover,
.go2-menu-gold:hover a,
.go2-menu-gold a:hover {
    color: #DCB34C !important;
}

.go2-menu-ink-image img {
    width: 150% !important;
    max-width: 150% !important;
    height: auto !important;
    display: block !important;
}

.go2-menu-ink-image {
    overflow: visible !important;
}

/* ==========================================
   GO2 PREMIUM SEARCH
========================================== */

.go2-search {

    position: relative;

    display: flex;
    align-items: center;

    height: 56px;

    background: #FFFFFF;

    border: 1px solid #E4E7EC;
    border-radius: 14px;

    padding: 0 18px;

    box-shadow:
        0 6px 20px rgba(1,12,32,.06);

    transition:
        all .25s ease;
}

/* Hover */

.go2-search:hover{

    border-color:#DCB34C;

    box-shadow:
        0 10px 28px rgba(1,12,32,.10);
}

/* Active */

.go2-search:focus-within{

    border-color:#DCB34C;

    box-shadow:
        0 0 0 4px rgba(220,179,76,.18),
        0 10px 30px rgba(1,12,32,.10);
}

/* Input */

.go2-search input{

    flex:1;

    border:0;
    outline:0;

    background:none;

    color:#010C20;

    font-size:16px;

    font-weight:500;
}

/* Placeholder */

.go2-search input::placeholder{

    color:#8A93A3;

    font-weight:400;
}

/* Search icon */

.go2-search .search-icon{

    color:#010C20;

    font-size:24px;

    margin-left:14px;

    transition:.25s;
}

.go2-search:hover .search-icon{

    color:#DCB34C;
}

/* Camera icon */

.go2-search .camera-icon{

    margin-left:12px;

    color:#010C20;

    transition:.25s;
}

.go2-search:hover .camera-icon{

    color:#DCB34C;
}

/* =========================================================
   GO2 CATEGORY GRID
========================================================= */

.go2-category-grid,
.go2-category-grid * {
    box-sizing: border-box;
}


/* =========================================================
   OUTER CONTAINER
========================================================= */

.go2-category-grid {
    width: 100%;

    padding: 24px;

    margin-bottom: 35px;

    border-radius: 18px;

    background: #F6F8FB;
}

/* =========================================================
   CATEGORY COUNT / HEADING
========================================================= */

.go2-category-grid h1,
.go2-category-grid h2,
.go2-category-grid h3,
.go2-category-grid h4,
.go2-category-grid .title,
.go2-category-grid .heading {
    color: #010C20;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
}


/* =========================================================
   REMOVE OLD DIVIDERS
========================================================= */

.go2-category-grid li,
.go2-category-grid > div,
.go2-category-grid a {
    border-color: transparent;
}


/* =========================================================
   CATEGORY LINKS / CARDS
========================================================= */

.go2-category-grid a {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    min-height: 245px;

    padding: 22px 18px 20px;

    overflow: hidden;

    border: 1px solid #DDE5EE !important;
    border-radius: 15px;

    color: #010C20 !important;
    background: #FFFFFF;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;

    box-shadow:
        0 6px 18px rgba(1, 12, 32, 0.06);

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        color 0.22s ease;
}


/* =========================================================
   CATEGORY HOVER
========================================================= */

.go2-category-grid a:hover {
    transform: translateY(-4px);

    border-color: #DCB34C !important;

    color: #010C20 !important;

    box-shadow:
        0 14px 32px rgba(1, 12, 32, 0.12);
}


/* =========================================================
   CATEGORY IMAGES
========================================================= */

.go2-category-grid img {
    display: block;

    width: 100%;
    max-width: 150px;
    height: 145px;

    margin: 0 auto 18px;

    object-fit: contain;

    transition:
        transform 0.3s ease;
}

.go2-category-grid a:hover img {
    transform: scale(1.06);
}


/* =========================================================
   GOLD ACCENT
========================================================= */

.go2-category-grid a::after {
    content: "→";

    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    margin-top: 14px;

    border-radius: 50%;

    color: #010C20;
    background: rgba(220, 179, 76, 0.20);

    font-size: 16px;
    font-weight: 800;

    transition:
        transform 0.22s ease,
        background 0.22s ease;
}

.go2-category-grid a:hover::after {
    transform: translateX(3px);

    background: #DCB34C;
}


/* =========================================================
   LIST RESET
========================================================= */

.go2-category-grid ul,
.go2-category-grid ol {
    margin: 0;
    padding: 0;

    list-style: none;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .go2-category-grid a {
        min-height: 225px;

        padding: 20px 15px;
    }

    .go2-category-grid img {
        max-width: 135px;
        height: 130px;
    }

}


@media (max-width: 700px) {

    .go2-category-grid {
        padding: 16px;
      
        margin-bottom: 25px;
    }

    .go2-category-grid a {
        min-height: 210px;

        border-radius: 12px;

        font-size: 14px;
    }

    .go2-category-grid img {
        max-width: 120px;
        height: 115px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .go2-category-grid a,
    .go2-category-grid img,
    .go2-category-grid a::after {
        transition: none;
    }

}

/* =========================================================
   KEEP CATEGORY CARDS EVEN AT MEDIUM WIDTHS
========================================================= */

@media (min-width: 701px) and (max-width: 1200px) {

    .go2-category-grid a {
        height: 265px;
        min-height: 265px;
    }

    .go2-category-grid img {
        height: 135px;
        max-width: 135px;
        object-fit: contain;
    }

    .go2-category-grid a {
        justify-content: flex-start;
    }

    .go2-category-grid a::after {
        margin-top: auto;
    }

}

.go2-category-grid a {
    height: 100%;
}

.go2-category-grid a span,
.go2-category-grid a p,
.go2-category-grid a div {
    line-height: 1.35;
}

/* =========================================================
   GO2 CATEGORY SIDEBAR
========================================================= */

.go2-category-sidebar,
.go2-category-sidebar * {
    box-sizing: border-box;
}


/* =========================================================
   OUTER CONTAINER
========================================================= */

.go2-category-sidebar {
    width: 100%;

    overflow: hidden;

    border: 1px solid #DDE5EE;
    border-radius: 14px;

    background: #FFFFFF;

    box-shadow:
        0 6px 18px rgba(1, 12, 32, 0.06);

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   SIDEBAR HEADING
   EvolutionX class: .filter-title
========================================================= */

.go2-category-sidebar .filter-title {
    margin: 0 !important;

    padding: 18px !important;

    border: 0 !important;
    border-bottom: 1px solid #DDE5EE !important;

    color: #010C20 !important;
    background: #F6F8FB !important;

    font-size: 1.2rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/* =========================================================
   LIST RESET
========================================================= */

.go2-category-sidebar ul,
.go2-category-sidebar ol {
    margin: 0 !important;

    padding: 10px 0 !important;

    list-style: none !important;

    background: #FFFFFF;
}

.go2-category-sidebar li {
    position: relative;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}


/* =========================================================
   CATEGORY LINKS
========================================================= */

.go2-category-sidebar li a {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 36px;

    padding: 8px 38px 8px 18px !important;

    border: 0 !important;

    color: #17243A !important;
    background: transparent;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;

    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;

    text-decoration: none !important;

    transition:
        color 0.2s ease,
        background 0.2s ease,
        padding-left 0.2s ease;
}


/* =========================================================
   HOVER ARROW
========================================================= */

.go2-category-sidebar li a::after {
    content: "→";

    position: absolute;
    top: 50%;
    right: 15px;

    opacity: 0;

    color: #010C20;

    font-size: 15px;
    font-weight: 700;

    transform:
        translate(-5px, -50%);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}


/* =========================================================
   GOLD LEFT ACCENT
========================================================= */

.go2-category-sidebar li a::before {
    content: "";

    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;

    width: 3px;

    border-radius: 0 3px 3px 0;

    background: #DCB34C;

    opacity: 0;

    transition:
        opacity 0.2s ease;
}


/* =========================================================
   LINK HOVER
========================================================= */

.go2-category-sidebar li a:hover {
    padding-left: 22px !important;

    color: #010C20 !important;
    background: rgba(220, 179, 76, 0.14);
}

.go2-category-sidebar li a:hover::before {
    opacity: 1;
}

.go2-category-sidebar li a:hover::after {
    opacity: 1;

    transform:
        translate(0, -50%);
}


/* =========================================================
   CURRENT / ACTIVE CATEGORY
========================================================= */

.go2-category-sidebar li.active > a,
.go2-category-sidebar li.selected > a,
.go2-category-sidebar li.current > a,
.go2-category-sidebar a.active,
.go2-category-sidebar a.selected {
    padding-left: 22px !important;

    color: #010C20 !important;
    background: rgba(220, 179, 76, 0.18) !important;

    font-weight: 800;
}

.go2-category-sidebar li.active > a::before,
.go2-category-sidebar li.selected > a::before,
.go2-category-sidebar li.current > a::before,
.go2-category-sidebar a.active::before,
.go2-category-sidebar a.selected::before {
    opacity: 1;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .go2-category-sidebar .filter-title {
        padding: 16px 14px !important;
    }

    .go2-category-sidebar li a {
        padding:
            7px 32px
            7px 14px !important;

        font-size: 12px;
    }

    .go2-category-sidebar li a:hover {
        padding-left: 18px !important;
    }

    .go2-category-sidebar li a::after {
        right: 11px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .go2-category-sidebar li a,
    .go2-category-sidebar li a::before,
    .go2-category-sidebar li a::after {
        transition: none;
    }

}

/* =========================================================
   GO2 PRODUCT RESULTS GRID
========================================================= */

.go2-product-grid,
.go2-product-grid * {
    box-sizing: border-box;
}


/* =========================================================
   OUTER AREA
========================================================= */

.go2-product-grid {
    width: 100%;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PRODUCT ITEMS
========================================================= */

.go2-product-grid .product,
.go2-product-grid .product-item,
.go2-product-grid .product-box,
.go2-product-grid li {
    position: relative;

    overflow: hidden;

    margin: 0 0 20px !important;

    padding: 20px !important;

    border: 1px solid #DDE5EE !important;
    border-radius: 16px !important;

    background: #FFFFFF !important;

    box-shadow:
        0 6px 18px rgba(1, 12, 32, 0.06);

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}


/* =========================================================
   HOVER
========================================================= */

.go2-product-grid .product:hover,
.go2-product-grid .product-item:hover,
.go2-product-grid .product-box:hover,
.go2-product-grid li:hover {
    transform: translateY(-4px);

    border-color: #DCB34C !important;

    box-shadow:
        0 14px 32px rgba(1, 12, 32, 0.12);
}





/* =========================================================
   IMAGE AREA
========================================================= */

.go2-product-grid img {
    display: block;

    width: 100%;
    max-width: 170px;
    height: 150px;

    margin: 0 auto 16px;

    object-fit: contain;

    transition:
        transform 0.3s ease;
}

.go2-product-grid .product:hover img,
.go2-product-grid .product-item:hover img,
.go2-product-grid .product-box:hover img,
.go2-product-grid li:hover img {
    transform: scale(1.04);
}


/* =========================================================
   BRAND
========================================================= */

.go2-product-grid .brand,
.go2-product-grid .manufacturer,
.go2-product-grid .product-brand {
    margin-bottom: 5px !important;

    color: #8A96A6 !important;

    font-size: 12px !important;
    font-weight: 600 !important;
}


/* =========================================================
   PRODUCT TITLE
========================================================= */

.go2-product-grid .product-name,
.go2-product-grid .name,
.go2-product-grid .title,
.go2-product-grid h3,
.go2-product-grid h4 {
    min-height: 44px;

    margin: 0 0 13px !important;

    color: #010C20 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    text-decoration: none !important;
}

.go2-product-grid .product-name a,
.go2-product-grid .name a,
.go2-product-grid .title a,
.go2-product-grid h3 a,
.go2-product-grid h4 a {
    color: #010C20 !important;

    text-decoration: none !important;
}

.go2-product-grid .product-name a:hover,
.go2-product-grid .name a:hover,
.go2-product-grid .title a:hover,
.go2-product-grid h3 a:hover,
.go2-product-grid h4 a:hover {
    color: #9A7417 !important;
}


/* =========================================================
   PRODUCT CODE
========================================================= */

.go2-product-grid .product-code,
.go2-product-grid .code,
.go2-product-grid .sku {
    margin-bottom: 5px !important;

    color: #8A96A6 !important;

    font-size: 12px !important;
}


/* =========================================================
   PRICE
========================================================= */

.go2-product-grid .price,
.go2-product-grid .product-price {
    margin: 0 0 16px !important;

    color: #010C20 !important;

    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}


/* =========================================================
   BUY AREA
========================================================= */

.go2-product-grid .buy,
.go2-product-grid .buy-area,
.go2-product-grid .add-to-cart,
.go2-product-grid .add-to-basket {
    display: flex;
    align-items: stretch;
    gap: 6px;

    width: 100%;
}


/* =========================================================
   QUANTITY INPUT
========================================================= */

.go2-product-grid input[type="number"],
.go2-product-grid input.qty,
.go2-product-grid input.quantity {
    width: 48px !important;
    min-width: 48px;
    height: 42px !important;

    padding: 6px !important;

    border: 1px solid #B9C5D3 !important;
    border-radius: 7px !important;

    color: #010C20 !important;
    background: #FFFFFF !important;

    font-size: 13px !important;

    text-align: center;
}


/* =========================================================
   ADD TO BASKET BUTTON
========================================================= */

.go2-product-grid button,
.go2-product-grid .btn,
.go2-product-grid .add-to-cart button,
.go2-product-grid .add-to-basket button {
    min-height: 42px;

    border: 2px solid #DCB34C !important;
    border-radius: 7px !important;

    color: #010C20 !important;
    background: #DCB34C !important;

    font-size: 13px !important;
    font-weight: 800 !important;

    box-shadow:
        0 6px 16px rgba(220, 179, 76, 0.20);

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.go2-product-grid button:hover,
.go2-product-grid .btn:hover {
    transform: translateY(-1px);

    border-color: #E8C96F !important;

    background: #E8C96F !important;

    box-shadow:
        0 9px 20px rgba(220, 179, 76, 0.28);
}


/* =========================================================
   STOCK / LOCATION STRIP
========================================================= */

.go2-product-grid .stock,
.go2-product-grid .stock-row,
.go2-product-grid .availability,
.go2-product-grid .warehouse {
    margin-top: 10px !important;

    padding: 6px 8px !important;

    border-radius: 6px !important;

    background: #F6F8FB !important;

    color: #68768A !important;

    font-size: 11px !important;
}


/* =========================================================
   SORT / VIEW TOOLBAR
========================================================= */

.go2-product-grid select {
    min-height: 38px;

    padding: 7px 35px 7px 12px;

    border: 1px solid #D7E0EA;
    border-radius: 8px;

    color: #17243A;
    background: #FFFFFF;

    font-size: 13px;
}

.go2-product-grid .sort,
.go2-product-grid .sort-by,
.go2-product-grid .view-options {
    color: #68768A;

    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .go2-product-grid .product,
    .go2-product-grid .product-item,
    .go2-product-grid .product-box,
    .go2-product-grid li {
        padding: 18px !important;
    }

    .go2-product-grid img {
        max-width: 145px;
        height: 135px;
    }

}


@media (max-width: 700px) {

    .go2-product-grid .product,
    .go2-product-grid .product-item,
    .go2-product-grid .product-box,
    .go2-product-grid li {
        padding: 16px !important;

        border-radius: 13px !important;
    }

    .go2-product-grid img {
        max-width: 135px;
        height: 125px;
    }

    .go2-product-grid .price,
    .go2-product-grid .product-price {
        font-size: 21px !important;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .go2-product-grid .product,
    .go2-product-grid .product-item,
    .go2-product-grid .product-box,
    .go2-product-grid li,
    .go2-product-grid img,
    .go2-product-grid button,
    .go2-product-grid .btn {
        transition: none;
    }

}


.go2-product-grid .product-sku {
    display: block;

    margin-top: 8px;

    color: #8A96A6 !important;

    font-size: 12px !important;
    font-weight: 500 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transition: none !important;
}

.go2-product-grid .uom {
    display: inline-block;

    margin-top: 4px;

    color: #68768A !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transition: none !important;
}

/* =========================================================
   REMOVE EVOLUTIONX PRODUCT TILE DIVIDERS
========================================================= */


.go2-product-grid .tile {
    border-right: 0 !important;
}