.mobile-shop-header,
.category-description-mobile,
.mobile-cart-items {
    display: none;
}

.subcategory-card {
    position: relative;
    transition: background-color .18s ease, box-shadow .18s ease;
}

.subcategory-card__hitarea {
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
}

.subcategory-card a:not(.subcategory-card__hitarea) {
    position: relative;
    z-index: 2;
}

.subcategory-card:focus-within {
    outline: 2px solid #1268c4;
    outline-offset: 2px;
}

.product-card {
    cursor: pointer;
    transition: background-color .18s ease, box-shadow .18s ease;
}

.product-card .grid-product-image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.product-card .actions_wrap {
    z-index: 2;
    pointer-events: none;
}

.product-card .actions_wrap .add_to_wishlist,
.product-card .learn_more {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.product-card .actions {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.product-card .actions a,
.product-card .actions button,
.product-card .actions input,
.product-card .actions select {
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

.product-card:focus-within {
    outline: 2px solid #1268c4;
    outline-offset: 2px;
}

@media only screen and (min-width: 768px) {
    .subcategory-card:hover {
        background-color: #eef6ff !important;
    }

    .product-card-cell {
        transition: background-color .18s ease;
    }

    .product-card-cell:hover::after {
        background-color: #eef6ff !important;
    }
}

@media only screen and (max-width: 767px) {
    body.shop-mobile-redesign {
        overflow-x: hidden;
    }

    body.shop-mobile-redesign.mobile-shop-menu-open {
        overflow: hidden;
    }

    body.shop-mobile-redesign #header.type_5 {
        display: none;
    }

    body.shop-mobile-redesign .mobile-shop-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        display: block;
        background: #fff;
        border-bottom: 1px solid #e3e8ee;
        box-shadow: 0 2px 10px rgba(31, 45, 61, .08);
    }

    .mobile-shop-header__bar {
        display: flex;
        align-items: center;
        min-height: 62px;
        padding: 8px 12px;
    }

    .mobile-shop-header__logo {
        display: flex;
        align-items: center;
        min-width: 0;
        margin-right: auto;
    }

    .mobile-shop-header__logo img {
        display: block;
        width: auto;
        height: 37px;
        max-width: 132px;
    }

    .mobile-shop-header__actions {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .mobile-shop-header__action {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 39px;
        height: 42px;
        padding: 0;
        color: #24364b;
        font-size: 20px;
        line-height: 1;
        background: transparent;
        border: 0;
        border-radius: 8px;
    }

    .mobile-shop-header__action:hover,
    .mobile-shop-header__action:focus {
        color: #1268c4;
        background: #f1f6fb;
        outline: none;
    }

    .mobile-shop-header__menu-button {
        color: #fff;
        background: #1268c4;
    }

    .mobile-shop-header__menu-button:hover,
    .mobile-shop-header__menu-button:focus {
        color: #fff;
        background: #0e579f;
    }

    .mobile-shop-header__badge {
        position: absolute;
        top: -1px;
        right: -2px;
        min-width: 16px;
        height: 16px;
        padding: 0 3px;
        color: #fff;
        font-size: 9px;
        font-weight: 700;
        line-height: 13px;
        text-align: center;
        background: #ff8c00;
        border: 1.5px solid #fff;
        border-radius: 9px;
        box-sizing: border-box;
    }

    .mobile-shop-search {
        padding: 0 12px 12px;
    }

    .mobile-shop-search__form {
        display: flex;
        width: 100%;
        height: 44px;
        margin: 0;
    }

    .mobile-shop-search__form input[type="text"] {
        flex: 1;
        width: auto;
        min-width: 0;
        height: 44px;
        padding: 0 14px;
        border: 1px solid #cfd8e3;
        border-right: 0;
        border-radius: 7px 0 0 7px;
    }

    .mobile-shop-search__form button {
        flex: 0 0 48px;
        height: 44px;
        padding: 0;
        color: #fff;
        font-size: 18px;
        background: #1268c4;
        border: 0;
        border-radius: 0 7px 7px 0;
    }

    .mobile-shop-notice {
        padding: 8px 12px;
        color: #8a3a00;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;
        text-align: center;
        background: #fff3df;
        border-top: 1px solid #ffe0ae;
    }

    .mobile-shop-menu__overlay {
        position: fixed;
        z-index: 1090;
        inset: 0;
        background: rgba(18, 29, 43, .54);
    }

    .mobile-shop-menu {
        position: fixed;
        z-index: 1100;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(91vw, 390px);
        color: #25364a;
        background: #fff;
        box-shadow: -8px 0 30px rgba(18, 29, 43, .2);
        transform: translateX(105%);
        transition: transform .24s ease;
    }

    .mobile-shop-menu.is-open {
        transform: translateX(0);
    }

    .mobile-shop-menu__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 62px;
        padding: 0 16px 0 20px;
        color: #fff;
        font-size: 19px;
        background: #1268c4;
    }

    .mobile-shop-menu__head button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        color: #fff;
        font-size: 21px;
        background: transparent;
        border: 0;
    }

    .mobile-shop-menu__body {
        height: calc(100% - 62px);
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-bottom: 24px;
    }

    .mobile-shop-menu__section h2 {
        margin: 0;
        padding: 18px 20px 9px;
        color: #718096;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .mobile-shop-menu__list,
    .mobile-shop-menu__sublist,
    .mobile-shop-menu__links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-shop-menu__list > li {
        border-bottom: 1px solid #edf0f4;
    }

    .mobile-shop-menu__list a,
    .mobile-shop-menu__list summary,
    .mobile-shop-menu__links a {
        color: #25364a;
        text-decoration: none;
    }

    .mobile-shop-menu__list > li > a,
    .mobile-shop-menu__list > li > details > summary {
        display: flex;
        align-items: center;
        min-height: 50px;
        padding: 11px 20px;
        font-size: 16px;
        font-weight: 700;
    }

    .mobile-shop-menu summary {
        cursor: pointer;
        list-style: none;
    }

    .mobile-shop-menu summary::-webkit-details-marker {
        display: none;
    }

    .mobile-shop-menu summary span {
        flex: 1;
        min-width: 0;
    }

    .mobile-shop-menu summary .fa {
        margin-left: 10px;
        color: #8b99a9;
        font-size: 12px;
        transition: transform .2s ease;
    }

    .mobile-shop-menu details[open] > summary .fa {
        transform: rotate(180deg);
    }

    .mobile-shop-menu__list > li.is-current > details > summary,
    .mobile-shop-menu__list > li.is-current > a {
        background: #eef6ff;
        box-shadow: inset 4px 0 0 #ff8c00;
    }

    .mobile-shop-menu__all {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 9px 20px 9px 32px;
        color: #25364a !important;
        font-size: 14px;
        font-weight: 700;
        background: #f8fafc;
        border-top: 1px solid #edf0f4;
    }

    .mobile-shop-menu__sublist {
        background: #f8fafc;
    }

    .mobile-shop-menu__sublist > li {
        border-top: 1px solid #edf0f4;
    }

    .mobile-shop-menu__sublist > li > a,
    .mobile-shop-menu__sublist > li > details > summary {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 9px 20px 9px 32px;
        font-size: 14px;
    }

    .mobile-shop-menu__sublist > li.is-current > a,
    .mobile-shop-menu__sublist > li.is-current > details > summary {
        color: #1268c4;
        font-weight: 700;
    }

    .mobile-shop-menu__sublist--level-2 > li > a {
        padding-left: 45px;
        font-size: 13px;
    }

    .mobile-shop-menu__section--info {
        margin-top: 10px;
        border-top: 8px solid #f1f4f7;
    }

    .mobile-shop-menu__links a {
        display: block;
        min-height: 42px;
        padding: 10px 20px;
        border-bottom: 1px solid #edf0f4;
    }

    body.shop-mobile-redesign .secondary_page_wrapper {
        padding-top: 12px;
    }

    body.shop-mobile-redesign .secondary_page_wrapper > .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.shop-mobile-redesign .secondary_page_wrapper .breadcrumbs,
    body.shop-mobile-redesign .secondary_page_wrapper aside {
        display: none !important;
    }

    body.shop-mobile-redesign .secondary_page_wrapper .row > main,
    body.shop-mobile-redesign .page_wrapper .row > main {
        width: 100%;
        margin-top: 0 !important;
    }

    body.shop-mobile-redesign .section_offset:not(:last-child) {
        margin-bottom: 22px;
    }

    body.shop-mobile-redesign h1 {
        margin-bottom: 14px;
        font-size: 26px;
        line-height: 1.2;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card-cell {
        padding: 12px;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card {
        display: grid !important;
        grid-template-columns: 104px minmax(0, 1fr);
        column-gap: 12px;
        align-items: start;
        width: 100%;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .image_wrap {
        grid-column: 1;
        width: 104px !important;
        height: 112px;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .grid-product-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 104px;
        max-width: 104px;
        height: 104px;
        max-height: 104px;
        margin: 4px auto;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .grid-product-image img {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
        margin: auto;
        object-fit: contain;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .description {
        grid-column: 2;
        min-width: 0;
        padding: 0;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .product_title {
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 18px;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .description > p {
        margin-bottom: 5px;
        color: #4a5568;
        font-size: 13px;
        line-height: 17px;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .product_info {
        margin-top: 4px;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .product_info > .alignleft {
        float: none;
        margin-bottom: 0;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .product_price {
        font-size: 15px;
        line-height: 18px;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .image_wrap > .label_new {
        top: 3px !important;
        left: 3px !important;
        max-width: 98px;
    }

    body.shop-mobile-redesign #products_container.grid_view .product-card .image_wrap > .label_new > div {
        padding: 2px 4px;
        font-size: 10px;
        line-height: 14px;
    }

    body.shop-mobile-redesign #products_container .product-card .add_to_wishlist {
        display: none !important;
    }

    body.shop-mobile-redesign .cart-page {
        margin-bottom: 14px;
    }

    body.shop-mobile-redesign .cart-page > h1 {
        margin-bottom: 14px;
    }

    body.shop-mobile-redesign .cart-page > .table_wrap {
        display: none;
    }

    body.shop-mobile-redesign .mobile-cart-items {
        display: block;
    }

    body.shop-mobile-redesign .mobile-cart-card {
        position: relative;
        margin-bottom: 10px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #dce3ea;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(31, 45, 61, .05);
    }

    body.shop-mobile-redesign .mobile-cart-card__main {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 12px 42px 10px 12px;
    }

    body.shop-mobile-redesign .mobile-cart-card__image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 82px;
        height: 86px;
    }

    body.shop-mobile-redesign .mobile-cart-card__image img {
        display: block;
        width: auto;
        max-width: 80px;
        height: auto;
        max-height: 84px;
        object-fit: contain;
    }

    body.shop-mobile-redesign .mobile-cart-card__content {
        min-width: 0;
    }

    body.shop-mobile-redesign .mobile-cart-card__title {
        display: block;
        margin: 1px 0 4px;
        color: #25364a;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
    }

    body.shop-mobile-redesign .mobile-cart-card__options {
        margin: 0 0 5px;
        padding: 0;
        color: #5e6b79;
        font-size: 12px;
        line-height: 16px;
        list-style: none;
    }

    body.shop-mobile-redesign .mobile-cart-card__meta {
        color: #718096;
        font-size: 11px;
        line-height: 16px;
    }

    body.shop-mobile-redesign .mobile-cart-card__meta span {
        font-weight: 600;
    }

    body.shop-mobile-redesign .mobile-cart-card__remove {
        position: absolute;
        z-index: 2;
        top: 7px;
        right: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        color: #9b2c2c;
        background: #fff5f5;
        border: 1px solid #fed7d7;
        border-radius: 7px;
    }

    body.shop-mobile-redesign .mobile-cart-card__footer {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 12px;
        min-height: 58px;
        padding: 9px 12px 10px;
        background: #f8fafc;
        border-top: 1px solid #e7ebf0;
    }

    body.shop-mobile-redesign .mobile-cart-card__qty,
    body.shop-mobile-redesign .mobile-cart-card__total {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    body.shop-mobile-redesign .mobile-cart-card__label {
        color: #718096;
        font-size: 10px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    body.shop-mobile-redesign .mobile-cart-card__qty .qty {
        width: 90px;
        margin: 0;
    }

    body.shop-mobile-redesign .mobile-cart-card__qty .qty > * {
        height: 34px;
    }

    body.shop-mobile-redesign .mobile-cart-card__qty .qty > input[type="text"] {
        width: 34px;
        padding: 0;
    }

    body.shop-mobile-redesign .mobile-cart-card__qty .qty button {
        width: 28px;
        padding: 0;
        font-size: 16px;
    }

    body.shop-mobile-redesign .mobile-cart-card__total {
        color: #1268c4;
        font-size: 15px;
        line-height: 18px;
        text-align: right;
    }

    body.shop-mobile-redesign .mobile-cart-card__total strong {
        white-space: nowrap;
    }

    body.shop-mobile-redesign .cart-table-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        gap: 8px;
        padding: 10px;
        background: transparent;
        border: 0;
    }

    body.shop-mobile-redesign .cart-table-actions .left_side,
    body.shop-mobile-redesign .cart-table-actions .right_side {
        display: block !important;
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        text-align: left;
    }

    body.shop-mobile-redesign .cart-table-actions > :only-child {
        grid-column: 1 / -1;
    }

    body.shop-mobile-redesign .cart-table-actions .right_side {
        display: flex !important;
        justify-content: flex-end;
    }

    body.shop-mobile-redesign .cart-table-actions a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 42px;
        margin: 0;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }

    body.shop-mobile-redesign .cart-table-actions .right_side a {
        width: auto !important;
        padding-right: 12px;
        padding-left: 12px;
        color: #9b2c2c;
        background: #fff5f5;
        border: 1px solid #fed7d7;
        border-radius: 7px;
        box-shadow: none;
    }

    body.shop-mobile-redesign .cart-lower-section {
        margin-bottom: 20px;
    }

    body.shop-mobile-redesign .cart-lower-section > .row {
        display: flex;
        flex-direction: column;
    }

    body.shop-mobile-redesign .cart-summary {
        order: 1;
        margin-top: 0 !important;
    }

    body.shop-mobile-redesign .cart-summary > h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    body.shop-mobile-redesign .cart-summary .table_wrap {
        overflow: hidden;
        background: #fff;
        border: 1px solid #dce3ea;
        border-radius: 8px 8px 0 0;
    }

    body.shop-mobile-redesign .cart-summary .zebra {
        width: 100%;
    }

    body.shop-mobile-redesign .cart-summary .zebra td {
        padding: 10px 12px;
        font-size: 13px;
    }

    body.shop-mobile-redesign .cart-summary .zebra td:last-child {
        font-weight: 700;
        text-align: right;
        white-space: nowrap;
    }

    body.shop-mobile-redesign .cart-summary .zebra tr.total td {
        padding-top: 13px;
        padding-bottom: 13px;
        color: #1268c4;
        font-size: 16px;
        background: #eef6ff;
    }

    body.shop-mobile-redesign .cart-summary .bottom_box {
        padding: 10px;
        border-color: #dce3ea;
        border-radius: 0 0 8px 8px;
    }

    body.shop-mobile-redesign .cart-summary .bottom_box .button_blue {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
    }

    body.shop-mobile-redesign .cart-extras {
        order: 2;
        margin-top: 16px !important;
    }

    body.shop-mobile-redesign .cart-extras--empty {
        display: none;
    }

    body.shop-mobile-redesign .subcategory-card-column {
        margin-top: 0 !important;
    }

    body.shop-mobile-redesign .subcategory-card-column .category-menu {
        margin-bottom: 10px !important;
    }

    body.shop-mobile-redesign .category-description-desktop {
        display: none !important;
    }

    .category-description-mobile {
        display: block;
        margin: 0 0 16px;
        background: #fff;
        border: 1px solid #dce3ea;
        border-radius: 6px;
    }

    .category-description-mobile summary {
        position: relative;
        display: flex;
        align-items: center;
        height: 35px;
        min-height: 35px;
        padding: 0 42px 0 14px;
        color: #1268c4;
        font-weight: 700;
        line-height: 1.2;
        cursor: pointer;
        list-style: none;
        box-sizing: border-box;
    }

    .category-description-mobile summary::-webkit-details-marker {
        display: none;
    }

    .category-description-mobile summary::after {
        position: absolute;
        top: 50%;
        right: 15px;
        content: "+";
        color: #718096;
        font-size: 18px;
        line-height: 1;
        transform: translateY(-50%);
    }

    .category-description-mobile[open] summary::after {
        content: "−";
    }

    .category-description-mobile__content {
        padding: 0 14px 14px;
        color: #4a5568;
        font-size: 14px;
        line-height: 1.5;
        border-top: 1px solid #edf0f4;
    }

    .category-description-mobile__content > :first-child {
        margin-top: 12px;
    }

    .category-description-mobile__content > :last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 390px) {
    .mobile-shop-header__bar {
        padding-right: 8px;
        padding-left: 8px;
    }

    .mobile-shop-header__logo img {
        height: 32px;
        max-width: 112px;
    }

    .mobile-shop-header__action {
        width: 35px;
    }
}
