/*------------------------------------*\
  #Root
\*------------------------------------*/

:root {
    --Primary-color: #003da7;
    --Primary-Light-color: #0082ca;

    --Secondary-color: #00783f;
    --Secondary-Light-color: #76bd22;

    --Tertiary-color: #ac1eb2;
    --Accent-color: #f1ba1b;

    --Button-color: #003da7;
    --Button-hover-color: /* Button hover colors */;

    /* Neutral Colors */
    --White-color: #fff;
    --Black-color: #333;
    --Grey-Medium-color: #595959;
    --Grey-Light-color: #7f8284;

    --Danger-color: #cf4646;
    --Danger-hover-color: #cc3c3c;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-300.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-400.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-500.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-600.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-700.otf");
    font-weight: 700;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-800.otf");
    font-weight: 800;
}

/*------------------------------------*\
  #BASE
\*------------------------------------*/
button,
input,
select,
textarea,
body {
    font-family: "Gotham", sans-serif;
    letter-spacing: 0.16px;
}

p {
    line-height: 33px;
}

.title,
.subtitle:not(.short-description-wrapper, .arone-footer) {
    text-transform: uppercase;
    font-weight: 700;
}

.title {
    color: var(--Primary-color);
}

.subtitle:not(.short-description-wrapper, .notification .subtitle) {
    color: var(--Primary-Light-color);
}

/*------------------------------------*\
  #UTILITIES
\*------------------------------------*/
h3.has-text-default,
.has-text-custom-1 {
    color: var(--Primary-Light-color) !important;
}

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
/* Video */
section.title-banner.video-banner {
    overflow: hidden;
}

section.title-banner {
    text-align: center;
    background-size: cover;
    background-position: center;
}

.video-container-fill {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    z-index: 0;
    height: 100%;
}

.video-container-fill video {
    object-fit: cover;
    display: inline-block;
    max-width: 100%;
}

/* Table - Components */
.pagination-ellipsis {
    color: var(--Grey-Medium-color);
}

.filters .footer-note {
    color: var(--Grey-Medium-color) !important;
}

/*------------------------------------*\
  #LAYOUTS
\*------------------------------------*/
/* Header */
.two-tier-menu .top-menu-split .navbar-item,
.two-tier-menu .top-menu-split .navbar-item a {
    font-size: 0.8888888888888889rem;
}

.ict-header-spacer {
    height: 10.714em;
}

.navbar.ict-navbar {
    background-color: #fff;

    .portal-column .image.is-48x48 {
        height: 43px;
        width: 43px;
    }

    .main-menu-nav {
        display: flex;
        width: 75%;
    }

    .top-nav {
        width: 100%;
    }

    .bottom-menu-split {
        border-top: none;
        border-bottom: none;
    }

    .bottom-nav a.navbar-item,
    .navbar-end li a,
    .navbar-end li i {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .navbar #bottom-splitmenu .navbar,
    .navbar .bottom-menu-split > .container > .navbar {
        background-color: transparent;
    }

    .bottom-nav a.navbar-item:hover,
    .navbar-end li:hover a,
    .navbar-end li:hover i {
        color: #76be43;
    }

    a.navbar-item,
    a.navbar-link,
    a.ico-admin,
    .adminmenu li,
    .adminmenu li a {
        text-transform: uppercase;
        color: var(--Primary-color);
        font-size: 0.75rem;
        font-weight: 400;
    }

    .ict-navbar:not(.has-dropdown a.navbar-item) > .navbar-item {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;

        &:hover {
            border-top: 3px solid #07793f;
            border-bottom: 3px solid #07793f;
        }
    }

    .navbar-link:not(.is-arrowless)::after {
        border-color: var(--Primary-color);
    }

    .navbar-item.has-dropdown a.navbar-item {
        text-transform: capitalize;
    }

    @media screen and (min-width: 1088px) {
        .is-header-logo {
            height: 4.4rem;
        }

        .navbar-dropdown {
            background-color: var(--Primary-Light-color);
            padding-bottom: 0rem;
            padding-top: 0rem;
            top: 107%;
            border-top: none;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;

            a.navbar-item {
                color: var(--White-color);
                padding-top: 1rem;
                padding-bottom: 1rem;
                transition: 0.2s;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                -o-transition: 0.2s;

                &:hover {
                    background-color: var(--Primary-color);
                }
            }
        }
    }

    .navbar-burger span {
        background-color: var(--Primary-color);
    }

    @media screen and (min-width: 768px) {
        .navbar-burger span {
            background-color: var(--Primary-color);
        }
    }
}

.scrollattop .navbar {
    background-color: #3b3b3b;

    a.navbar-item,
    a.navbar-link,
    a.ico-admin,
    .adminmenu li,
    .adminmenu li a {
        color: var(--White-color);
    }

    .navbar-link:not(.is-arrowless)::after {
        border-color: var(--White-color);
    }

    a:has(img.is-header-logo) {
        position: relative;

        img.is-header-logo {
            visibility: hidden;
        }
    }

    a:has(img.is-header-logo)::after {
        content: "";
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Logo_White.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .portal-column a:has(img) {
        position: relative;

        .ict-image {
            visibility: hidden;
        }
    }

    .portal-column a:has(img)::after {
        content: "";
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Small_logo_white.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .navbar-burger span {
        background-color: var(--White-color);
    }

    @media screen and (min-width: 768px) {
        .navbar-burger span {
            background-color: var(--White-color);
        }
    }
}

@media screen and (min-width: 1088px) and (min-width: 768px) {
    .navbar {
        height: 10.714em;
    }

    #main-nav.ict-navbar {
        display: flex;
        flex-direction: column;
    }

    .navbar > .container {
        height: 10.714em;
    }
}

@media screen and (max-width: 1087px) and (min-width: 768px) {
    .navbar-group {
        margin-left: auto;
    }
}

@media screen and (max-width: 1087px) {
    .scrollattop #main-navbar {
        background-color: var(--Primary-Light-color);
        color: var(--White-color);
    }
}

/* Footer */
.ict-dedicated-footer {
    .subtitle {
        font-weight: 500;
        margin-bottom: 0.75rem;
    }

    a {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        color: #7a7a7a;

        &:hover {
            color: #76be43;
            text-decoration: none;
        }
    }

    .icon.is-medium {
        height: 48px;
        width: 48px;
        background: #69727d;
        border-radius: 99999px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &:hover {
            background-color: #696969;
        }
    }

    i.fa-lg {
        font-size: 1.5555em;
        color: var(--White-color);
    }

    .column:nth-child(2) .image img {
        max-width: 300px;
    }

    .column:nth-child(3) ul.has-list-style-none {
        gap: 0.5rem;
        margin-right: 3.5rem !important;
    }

    .column:nth-child(3) .ict-wysiwyg.content {
        color: var(--Primary-color);

        p {
            color: #7a7a7a;
        }
    }

    @media screen and (max-width: 1087px) {
        .column {
            text-align: center;
        }

        .column:first-child li {
            text-align: center;
        }

        .column:nth-child(3) {
            align-items: center !important;
        }
    }
}

/* Table */

.highlight-dashboard .columns.is-multiline .notification .column.is-8 .title {
    font-size: 1.728em;
}

.highlight-dashboard
    .columns.is-multiline
    .notification
    .column.is-8
    .subtitle {
    font-size: 0.8888888888888889rem;
}

/*------------------------------------*\
  #ADMIN PAGES
\*------------------------------------*/
/* Login Page */
.login__wrapper {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    background-position: left center;

    @media screen and (min-width: 1441px) {
        background-size: 60% auto;
    }

    @media screen and (min-width: 1088px) and (max-width: 1440px) {
        background-size: 50% auto;
    }
}

.page-customer-login .arone-footer {
    clear: both;
}

@media screen and (min-width: 1088px) {
    .page-customer-login .header-spacer.two-tier-spacer {
        height: 9.5rem;
    }
}

/*------------------------------------*\
 #CHECKOUT STEPS
\*------------------------------------*/

/*------------------------------------*\
 #MY ACCOUNT PAGES
\*------------------------------------*/

/*------------------------------------*\
    #TOPIC PAGES
\*------------------------------------*/

.page-catalog-product .attributeHeader {
    font-size: 0;
}

.page-catalog-product .attributeHeader > .attributeTitle {
    font-size: 1rem;
}

.bottom-nav.is-fullwidth.is-hidden-touch.pb-4 {
    background: #ededed;
    padding-top: 0.75rem;
}

.scrollattop .bottom-nav.is-fullwidth.is-hidden-touch.pb-4 {
    background: #242424;
}

input[type="number"] {
    min-width: 6rem !important;
}

nav.tabs.is-boxed.order-info {
    margin-bottom: 0px;
}

section.tab-content.box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

section.tab-content.box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: #cadfeb solid 1px;
    border-top: 0;
}

nav.pagination.is-centered {
    padding-top: 1rem;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
    border-top: 1px solid #e4e4e4;
    padding: 1rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.topicpage-body {
    padding-top: 2rem;
}

.tag:not(body) {
    background-color: #d9d8d8;
}

.invoice-information .modal-card,
.shipping-information .modal-card,
.document-information .modal-card {
    border-radius: 0.5rem;
}

.modal-card-body {
    background-color: white !important;
}

.panel {
    background: #ebebeb;
}

.grid_12.cartTableWrapper {
    background: #ededed;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.cart--productinfo .rawAttributeInfo {
    display: none;
}

.cart-header-row th.cart--single-price {
    display: none;
}

#cartsliderrow .cartTableWrapper table td,
.shoppingcart__wrapper .cartTableWrapper table td {
    padding: 2rem;
    vertical-align: middle;
}

.product__quantity input {
    margin-bottom: 0px !important;
}

.product__quantity br {
    display: none;
}

td.product.cart--productinfo br {
    display: none;
}

.checkout_message_bottom__wrapper .checkout-attributes {
    border-top: none;
}

input#checkout {
    min-width: 237px;
}

#additional-addresess_button.additional-addresess_button {
    margin-right: 0;
    min-width: 237px;
    order: 2;
    margin-left: 6px;
}

input#deleteall,
input#updatecart {
    background: #eee !important;
    color: #000 !important;
}

td.cart_total_left {
    text-align: right;
}

.cart_total_right span.productPrice {
    font-size: 2rem;
}

.notification.is-danger.is-light {
    background-color: #f7c1c6 !important;
    color: #d41111 !important;
}

.table-container--address {
    display: none;
}

.notification.product-info-block {
    background-color: #f7f1df;
}

.navbar-item {
    font-size: 1rem;
}

.topicpage {
    padding-top: 0 !important;
}

.table tbody tr:last-child th {
    border-bottom-width: 2px;
}

.cf-table .table th {
    white-space: nowrap;
}

.order-info.tabs li {
    min-width: 50%;
}

.content-field-navbar .bottom-menu-split {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.page-shoppingcart-cart a.navbar-item.checkout-item {
    background: #eee;
}

/* Expand and colour corp logo */
tr.is-expandable .fa-angle-right:after {
    content: " Expand";
    font-family: sans-serif;
}

tr.is-expandable .fa-angle-down:after {
    content: " Collapse";
    font-family: sans-serif;
}

tr.is-expandable .fa-angle-right,
tr.is-expandable .fa-angle-down {
    padding: 0.75rem 1rem;
    background: #e3e3e3 !important;
    display: inline-block;
    border-radius: 5px;
}

.scrollattop .navbar .portal-column a:has(img)::after {
    display: none !important;
}

.scrollattop .portal-column a:has(img) .ict-image {
    visibility: visible !important;
}

li.cf_headerlinks_shoppngcart {
    display: flex !important;
}

.product-row .checkbox {
    transform: scale(1.3);
    margin-right: 6px;
}

.header-content .cursor-pointer .checkbox {
    transform: scale(1.3);
    margin-right: 6px;
}

.layout--accountPage #order_details_v2 .od_product_general .od_product_info {
    display: none;
}

.register-customer-wrapper {
    .table-container--register {
        color: transparent;

        td {
            label {
                /* font-size: 20px; */
                color: black;
            }

            a {
                color: #003da7;
            }

            input#TermsAndConditions {
                width: 20px;
                height: 20px;
                float: left;
                margin-right: 8px;
            }
        }
    }
}

.password-reset-container {
    padding-bottom: 1rem;

    strong {
        color: red;
    }
}

.footer-note {
    font-size: 0.7rem;
    color: rgb(204, 204, 204);
    font-weight: bold;
    position: absolute;
    bottom: 0.75rem;
    left: 6rem;
}

/* Attribute Image */
.arone-product-landing-page .attribute.contains-image-attribute .columns {
    margin: -2px;
}

.arone-product-landing-page
    .attribute.contains-image-attribute
    .attribute-item
    .attribute-value-item {
    max-width: 33.33333% !important;
    width: 100%;
    flex: none;
    overflow: hidden;
}

.arone-product-landing-page
    .attribute.contains-image-attribute
    .columns
    .column {
    padding: 0.25rem;
}

.arone-product-landing-page
    .attribute.contains-image-attribute
    input:checked
    + label.button {
    background: #eee;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-width: 2px;
}

.arone-product-landing-page
    .attribute.contains-image-attribute
    input:checked
    ~ label.button
    img {
    border: 2px solid var(--Primary-color);
}

.arone-product-landing-page .attribute.contains-image-attribute label.button {
    height: 100% !important;
    padding: 0px;
    border: unset;
    padding: 0% !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 100%;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.arone-product-landing-page .attribute input:checked + label.button:focus {
    outline: 2px solid var(--Primary-color);
    outline-offset: 8px;
}

.arone-product-landing-page .attribute label.button:hover {
    background-color: transparent;
}

.arone-product-landing-page .attribute label.button img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.arone-product-landing-page .attribute label.button:hover img {
    border: 2px solid var(--Primary-color);
}

.arone-product-landing-page .attribute.contains-image-attribute span.text {
    z-index: 10;
    background-color: transparent;
    color: black;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 1em;
    font-weight: 600;
    padding: 0.5rem 0;
    width: 100%;
    white-space: normal;
}

.arone-product-landing-page
    .attribute.contains-image-attribute
    .attributeValueInfo {
    width: 100%;
    margin: 0px;
}

.arone-product-landing-page
    .attribute.contains-image-attribute
    input:checked
    + label.button {
    background-color: transparent;
}

.arone-product-landing-page
    .attribute.contains-image-attribute
    input:checked
    + label.button {
    border-width: 0px;
    border: unset;
}

.attribute.contains-image-attribute
    .attributeValueInfo
    .attribute_image_template
    img {
    object-fit: contain;
    border: 2px solid transparent;
}

@media only screen and (min-width: 1088px) {
    .arone-product-landing-page
        .attribute.contains-image-attribute
        .attribute-value-item.column {
        height: 100%;
        min-height: 15rem;
        padding: 0.75rem;
    }
}

@media only screen and (min-width: 768px) {
    .arone-product-landing-page
        .attribute.contains-image-attribute
        .attribute-value-item.column {
        max-width: 33.333333% !important;
        width: 33.333333%;
    }
}

@media screen and (max-width: 768px) {
    .dropdown .background {
        z-index: 28;
    }

    .dropdown-menu {
        z-index: 29;
    }
}

@media screen and (max-width: 767px) {
    .arone-product-landing-page .attribute.contains-image-attribute .columns {
        display: flex;
    }

    .dropdown .background {
        z-index: 999;
    }

    .dropdown-menu {
        z-index: 999;
    }
}

@media screen and (max-width: 475px) {
    .arone-product-landing-page
        .attribute.contains-image-attribute
        .attribute-item
        .attribute-value-item {
        max-width: 50% !important;
    }
}

/* Tool tip */
.cf-tooltip:before,
.cf-tooltip .tooltip-html-container {
    z-index: 10;
}

.account-page {
    @media screen and (min-width: 768px) {
        max-width: 112.5rem;
    }
}

.page-customer-manageusers .search-container {
    display: block;
}

.po-address-grid .po-address-card p {
    line-height: 1;
}

/* override styles */
.po-table-row.is-not-found {
    background: #fff7f7;
    border-left: 3px solid var(--po-danger);
    box-shadow: inset 0 0 0 1px #fee2e2;
    transition:
        background 0.15s ease,
        box-shadow 0.15s ease;
}

.po-table-row.is-not-found:hover {
    background: #fff1f1;
    box-shadow: inset 0 0 0 1px #fecaca;
}

.po-table-row.is-not-found .po-item-number {
    color: #b91c1c;
}

.po-table-row.is-not-found .po-item-uom {
    color: #991b1b;
}

.po-table-row.is-not-found .po-item-desc {
    font-weight: 600;
    color: #7f1d1d;
}

/* Badge becomes the single message */
.po-table-row.is-not-found .po-match-badges {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
}

.po-table-row.is-not-found .po-badge-danger {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    border-radius: 4px;
    padding: 0.25rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

.po-table-row.is-not-found .po-badge-danger i {
    font-size: 0.65rem;
}

.po-table-row.is-not-found .po-badge-danger::after {
    content: " â€” try searching";
    font-weight: 400;
}

/* Remove duplicated empty-state content */
.po-table-row.is-not-found .po-empty-illustration,
.po-table-row.is-not-found .po-empty-text {
    display: none;
}

/* Keep only the action */
.po-table-row.is-not-found .po-match-actions {
    margin-top: 0.35rem;
}

.po-table-row.is-not-found .po-empty-state {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

/* Search button */
.po-table-row.is-not-found .po-btn-search-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: auto;
    min-height: 32px;
    padding: 0.32rem 0.7rem;
    background: var(--po-danger);
    color: #fff;
    border: 1px solid var(--po-danger);
    border-radius: var(--po-radius-btn);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease;
    margin-bottom: 0.5rem;
}

.po-table-row.is-not-found .po-btn-search-primary:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    box-shadow: 0 2px 6px rgba(185, 28, 28, 0.2);
}

.po-table-row.is-not-found .po-btn-search-primary:focus-visible {
    outline: 2px solid rgba(220, 38, 38, 0.35);
    outline-offset: 2px;
}

/* N/A cells stay subtle but warmer */
.po-table-row.is-not-found .po-muted-text {
    color: #9ca3af;
}

/* Actions */
.po-table-row.is-not-found .po-action-btn:hover {
    background: #fff;
    border-color: #fecaca;
    color: #7f1d1d;
}

.po-table-row.is-not-found .po-action-delete:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #b91c1c;
}

.po-tiers-grid {
    overflow-x: auto;
    padding-bottom: 10px;
}

.po-table-row,
.po-table-header {
    grid-template-columns: 60px 260px 88px 70px 100px 140px 95px 90px 100px 100px 100px 70px 1fr !important;
}

.po-upload-shell .po-tabs nav.tabs ul {
    margin: 0;
}

.po-upload-shell .po-tabs nav.tabs li a {
    gap: 7px;
}

.po-upload-shell .po-tabs .tabs li + li {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #BeforeMainContainer {
        padding: 0;
    }

    .ict-header-spacer {
        height: 4.64286em;
    }

    .portal-column,
    .navbar-group,
    .navbar-brand .navbar-item {
        justify-content: center;
    }

    .navbar-brand .navbar-item a {
        display: flex;
        align-items: center;
    }

    .portal-column {
        min-width: 120px;
        justify-content: flex-end;
        margin-left: 0 !important;

        .block {
            display: flex;
            align-items: center;
        }
    }

    .adminlinks {
        .adminmenu {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem;
        }
    }

    .header-links-wrapper ul li:not(:last-child) {
        margin-bottom: 0;
    }

    .header-links-wrapper {
        .adminlinks {
            margin-right: 0 !important;
        }

        .adminmenu {
            li:first-child,
            li:last-child {
                width: 100%;
            }

            li + li {
                margin-top: 0.75rem;
            }
        }
    }

    .account-link-divider {
        margin: 0.5rem 0;
    }

    .is-header-logo {
        height: 1.5rem;
    }

    .navbar.ict-navbar .portal-column .image.is-48x48 {
        height: 32px;
        width: 32px;
    }

    .navbar-item.has-dropdown {
        .navbar-link:not(.is-arrowless) {
            padding-right: 4em;

            &::after {
                right: 2em;
            }
        }

        .ict-navbar span.mobile-dropdown-toggle {
            right: 0.5rem;
        }
    }
}

@media screen and (max-width: 768px) {
    .arone-product-landing-page .attribute.contains-image-attribute .columns,
    #app .container .columns .column .columns {
        flex-direction: row;
    }

    #app .container > .columns > .column > .columns {
        flex-direction: column;
    }

    #app .container .columns > .column > .columns > .column {
        width: 100%;
    }

    #app {
        .filters-sections {
            .filter-form {
                flex-direction: column;

                .field:first-child {
                    padding: 0;
                }
            }

            .footer-note {
                left: unset;
                right: 2rem;
            }
        }
    }

    #app {
        .section.is-paddingless .box {
            .level.box .level-right .level-item {
                margin-top: 1.5rem;
            }
        }
    }
}

#phTitle .page-title {
    margin-top: 20px;
}

.shell-page-shell .cp-view-art {
    text-decoration: underline;
    color: #003da7;
}

.product-cp-buttons-row {
    row-gap: 12px !important;
}
