<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¡¶éƒ¨headeræ&nbsp;·å¼ */

.desktop-header {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    background-color: #1c49c2;
    color: #fff;
    font-family: PetcoCircularTT, arial;
    width: 100%;
    z-index: 2022;
    flex-direction: column;
}

.shelter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    z-index: 1005;
}

.desktop-header__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 144rem;
    min-width: 75rem;
}

.sticky-header {
    position: fixed;
    top: -48px;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 48px;
    color: #fff;
    background-color: #1c49c2;
    transition: 0.2s;
    z-index: 9999;
}

.sticky-header__actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 138rem;
    min-width: 75rem;
}

.sticky-header__actions .desktop-header__user-link,
.sticky-header__actions .desktop-header__user-link .sticky-header__actions .desktop-header__user-link {
    height: 100%;
}

/* .sticky-header i {
    color: #fff;
    font-size: 3.2rem;
} */

.sticky-menu-icon {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border: 0;
    box-sizing: border-box;
    height: 100%;
    padding: 0 2rem;
    position: relative;
}

.sticky-menu-icon .iconfont {
    color: #fff;
    font-size: 2.4rem;
    height: 2rem;
    line-height: 2rem;
}

.mobile-header-menu {
    position: relative;
    border-radius: 0.4rem 0.4rem 0 0;
    box-sizing: border-box;
    font-size: 0;
}

.mobile-header-menu svg {
    font-size: 2.4rem;
    height: 3.2rem;
}

.mobile-menu-close {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    color: #1b49c2;
    z-index: 1;
}

.sticky-logo {
    display: flex;
    align-items: center;
}

.desktop-header__logo {
    margin: 0 4rem 0 1.7rem;
}

.sticky-header__logo {
    padding: 0 4rem 0 1.7rem;
    height: 3rem;
    width: auto;
    object-fit: contain;
}

.desktop-header__search {
    margin-right: 1rem;
    flex: 1;
}

.desktop-header__search .search__container input {
    padding: 0.8rem;
    height: 4.3rem;
    border: 0;
    border-radius: 0.5rem;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
}

.desktop-header__search .search__container input:focus {
    border: none;
}

.search__search-icon {
    appearance: none;
    background-color: transparent;
    padding: 0.1rem 0.8rem;
    border: none;
    display: flex;
    border: 0;
    align-items: center;
    cursor: pointer;
}

.search__search-icon i {
    color: #1c49c2;
    font-size: 2rem;
}

.desktop-header__actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 5.2rem;
}

.desktop-header__actions&gt;div {
    margin-bottom: 0;
    position: relative;
}

.chewy-logo {
    height: 46px;
    /* width: 155px; */
    object-fit: contain;
}


/* @media screen and (min-width: 980px) {
    .desktop-header__logo {
        margin: 0 4rem 0 1.7rem;
    }
} */

#search-autocomplate {
    padding: 0.6rem 0.8rem;
    height: 43px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    border-radius: 4px;
    border: 0;
    outline: none;
}

.search__container {
    display: flex;
    /* width: 656px; */
    background-color: #fff;
    border-radius: 0.5rem;
}

.desktop-header__user-link {
    margin: 0 1rem;
    cursor: pointer;
    height: 4.6rem;
}

.desktop-header__user-link:hover {
    background-color: #1942AE;
}

.desktop-header__user-link&gt;span&gt;a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.desktop-header__user-link&gt;img {
    position: absolute;
    top: 1.4rem;
}

.desktop-header__user-link .header__navigation-item__text .logined-greet {
    width: 100%;
}

.desktop-header__cart {
    position: relative;
    display: flex;
    align-items: center;
    height: 3.3rem;
}

.desktop-header__cart i {
    color: #fff;
    font-size: 3.3rem;
    padding-top: 0.2rem;
}

.header__cart-badge {
    position: absolute;
    top: -0.2rem;
    right: 0;
    display: none;
    /* align-items: center;
    justify-content: center; */
    height: 2.2rem;
    width: 2.2rem;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    box-sizing: border-box;
    background-color: #ffc80c;
    color: #121212;
    border: 1px solid #1c49c2;
}

.desktop-header__navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 26px;
    padding: 0 0.8rem 0 1.4rem;
    position: relative;
}

.header__navigation-item {
    position: relative;
    display: flex;
    margin: 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    cursor: pointer;
    transition: background-color .1s ease-out;
}

.header__navigation-item h2 {
    margin: 0;
}

i.icon-shouye-xiala {
    display: none;
}

.nav-menu-drop-item i.icon-shouye-xiala,
.nav-drop-item i.icon-shouye-xiala {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    height: 4.8rem;
    line-height: 4.8rem;
}

.header__navigation-item:hover {
    background-color: #1942AE;
}

/* .nav-menu-drop-item:not(.vertical) .header__sub-navigation-item__flyout {
    left: 0 !important;
    right: 0 !important;
} */

.header__navigation-item .header__navigation-item__text {
    height: 48px;
    padding: 0 8px;
    color: #fff;
    text-decoration: none;
    font-family: Poppins;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 4.8rem;
    white-space: nowrap;
    user-select: none;
}

.navigation__shop {
    height: 48px;
    color: #fff;
    text-decoration: none;
    padding-right: 8px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 4.8rem;
}

.icon-nav-open-close {
    padding-left: 0.4rem;
    width: 28px;
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0);
}

.icon-nav-open-close&gt;img {
    height: 1.6rem;
    width: 1.6rem;
    line-height: 4.8rem;
}

.cms-links__custom-icon {
    height: 2.4rem;
    width: 2.4rem;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.eyebrow-banner {
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-family: Poppins, Noto Sans, franklin gothic Medium, Tahoma, sans-serif;
}

.eyebrow-banner&gt;a {
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
}

.eyebrow-banner__bar {
    color: #121212;
    font-family: Poppins, Noto Sans, franklin gothic Medium, Tahoma, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.eyebrow__banner__autoship-logo {
    width: 120px;
    height: 24px;
    margin: 0.4rem 0.8rem 0 1.6rem;
}

.eyebrow-banner__info {
    margin-left: 0;
    padding-left: .8rem;
    position: relative;
    text-align: center;
}

.eyebrow-banner__info::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 3.2rem;
    margin-top: -1.4rem;
    border-left: 1px solid #ddd;
    content: "";
    vertical-align: middle;
}

.eyebrow-banner__learn-more {
    font-size: 14px;
    line-height: 20px;
    color: #1b49c2;
    font-weight: bold;
}

.eyebrow-banner__terms {
    font-size: 8px;
    line-height: 14px;
    font-weight: 400;
    color: #4d4d4d;
    white-space: nowrap;
    margin-top: -2px;
    margin-bottom: 2px;
}

.header__navigation-item__flyout {
    position: absolute;
    top: 4.8rem;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
    border-bottom: 0.1rem solid #ddd;
    border-left: 0.1rem solid #ddd;
    border-right: 0.1rem solid #ddd;
    color: #333;
    display: block;
    z-index: 1005;
    box-shadow: 0 3px 3px rgb(0 0 0 / 30%);
    /* overflow: auto; */
    display: none;
    transition: 0.3s;
}

.desktop-header__user-link .header__navigation-item__flyout {
    min-width: 21.5rem;
}

.header__sub-navigation-item__flyout {
    /* position: absolute; */
    position: fixed;
    /* top: 4.8rem; */
    /* top: 15rem; */
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
    border-bottom: 0.1rem solid #ddd;
    border-left: 0.1rem solid #ddd;
    border-right: 0.1rem solid #ddd;
    color: #333;
    display: block;
    z-index: 1005;
    box-shadow: 0 3px 3px rgb(0 0 0 / 30%);
    overflow: auto;
    display: none;
    transition: 0.3s;
    user-select: none;
}

.vertical .header__sub-navigation-item__flyout {
    right: unset !important;
}

.header__sub-navigation-item__flyout::-webkit-scrollbar {
    display: none;
}

.vertical .header__sub-navigation-item__flyout .flyout-navigation__content {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
    overflow-y: auto;
    max-height: calc(100vh - 15.1rem);
}

.vertical .header__sub-navigation-item__flyout .flyout-navigation__content::-webkit-scrollbar,
.header-menu__index .header-content::-webkit-scrollbar {
    width: 3px;
}

.vertical .header__sub-navigation-item__flyout .flyout-navigation__content::-webkit-scrollbar-thumb,
.header-menu__index .header-content::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    background-color: #ccc;
    opacity: 0.5;
}

.vertical .flyout-navigation__content section {
    flex-basis: unset;
}

.vertical .header__sub-navigation-item__flyout .link-section {
    margin-right: 0;
    max-height: unset;
}

.vertical .header__sub-navigation-item__flyout .link-section_title {
    padding: 1.6rem;
    margin: 0;
    color: #121212;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.vertical .header__sub-navigation-item__flyout .link-section_title:hover {
    border-color: #eee;
    text-decoration: underline;
}

.vertical .header__sub-navigation-item__flyout section:last-child .link-section_title {
    border: 0;
}

.flyout__help-content__text {
    white-space: nowrap;
    padding: 3rem 6rem;
    color: #121212;
}

.flyout__help-content__title {
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.03em;
}

.flyout__help-content__tel-number {
    display: inline-block;
    color: #121212;
    margin-top: 1.6rem;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 2.8rem;
    line-height: 3.5rem;
    font-weight: 600;
    letter-spacing: .01em;
}

.flyout__help-content__contact {
    display: flex;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.flyout__help-content__contact li {
    padding: 2.4rem 0;
    flex: 1;
}

.flyout__help-content__contact li:hover {
    background-color: #fff;
}

.flyout__help-content__contact li:hover .help-content-container,
.cartEmpty__link-wrapper a:hover,
.flyout__help-content__tel-number:hover,
.MenuHeader__new-customer-content a:hover,
.minicart__header-info a:hover,
.NavList__option-wrapper:hover .NavList__option,
.help-content__info-link:hover {
    text-decoration: underline;
}

.flyout__help-content__contact li:last-child {
    border-left: 1px solid #eee;
}

.help-content-container {
    display: flex;
    justify-content: center;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.03em;
}

.flyout__help-content__info {
    display: flex;
    justify-content: space-around;
    line-height: 2rem;
}

.flyout__help-content__info&gt;li {
    padding: 1.6rem 0;
}

.pharmacy {
    align-items: stretch;
    display: flex;
    min-height: 5rem;
    max-width: 85.1rem;
}

.pharmacy__top-nav {
    background-color: #f9f9f9;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 1.6rem 0 1.4rem;
}

.top-nav__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0.6rem;
    margin: 0.3rem 0 0.3rem 0.6rem;
    width: 18.4rem;
    border-radius: 0.5rem 0 0 0.5rem;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 2.2;
}

.top-nav__item img {
    height: 1.5rem;
    width: 1.5rem;
}

.top-nav__shop-all {
    padding-left: 0.9rem;
}

.top-nav__shop-all a {
    color: #1c49c2;
    display: inline-block;
    font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
    font-size: 1.6rem;
    padding: 1.2rem 0.6rem;
    text-decoration: none;
    white-space: nowrap;
}

.flyout-navigation__content {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 2.4rem;
    background-color: #fff;
    flex-wrap: wrap;
}

.link-section__links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.desktop-header .link-section__links {
    /* display: block;
    columns: 2; */
    writing-mode: unset;
}

.sticky-header .link-section__links {
    writing-mode: vertical-lr;
    max-height: 36rem;
}

.link-section_link_shopAll a {
    color: #1c49c2 !important;
}

.link-section_link_shopAll a:after,
.popular-brands-title a:after {
    margin-left: 0.4rem;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat 100% url(../img/right-blue.png);
    background-size: 1.2rem;
    content: "";
}

.popular-brands {
    margin: 2.4rem 2.4rem 0 0;
}

.popular-brands-title {
    margin: 0 0 0.8rem;
    padding: 0;
    color: #1c49c2;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
}

.popular-brands-title a {
    margin-left: 1.6rem;
    color: #1c49c2;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0;
}

.popular-brands-list {
    display: flex;
    justify-content: space-between;
}

.popular-brand {
    padding: 0 0.4rem;
    margin: 0;
    width: 16.66667%;
}

.popular-brand img {
    width: 100%;
}

.help-content__info-link {
    color: #1c49c2;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.cart-content {
    color: #121212;
    /* padding: 1.6rem; */
    min-width: 322px;
    max-width: 32.8rem;
    box-sizing: border-box;
}

.cart-content.cart-empty {
    padding: 1.6rem;
}

.cart-content .show-now-link,
.cart-content .show-now-link:active,
.cart-content .show-now-link:visited {
    color: #1c49c2;
}

.cartEmpty__text {
    padding: 2.8rem 1.6rem 0 1.6rem;
    margin-top: 0;
    margin-bottom: 1.33333333em;
    font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 700;
}

.cart-content .show-now-link,
.cartEmpty__link-wrapper,
.cartEmpty__link-wrapper a {
    margin-bottom: 1.25rem;
    font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.03em;
}

.header__navigation-item__flyout .cart-content .show-now-link {
    display: block;
    padding: 0 1.6rem 0 1.6rem;
    margin-bottom: 1.6rem;
}

.cartEmpty__link-wrapper {
    padding: 0 1.6rem;
}

.cartEmpty__link-wrapper a,
.MenuHeader__new-customer-content a,
.minicart__header-info a {
    color: #1c49c2;
}

.account-menu__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #121212;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 1.6rem;
}

.MenuHeader__sign-in-btn {
    margin-bottom: 1.6rem;
    color: #fff;
    width: 17.9rem;
    background-color: #ef6c00;
    border: 0.1rem solid #ef6c00;
    border-radius: 0.4rem;
    padding: 1.4rem 0;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}

.MenuHeader__sign-in-btn:hover {
    background-color: #C15000;
    text-decoration: underline;
}

.MenuHeader__new-customer-content,
.MenuHeader__new-customer-content a {
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.NavList__option {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    color: #121212;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    padding: 1.6rem;
    letter-spacing: -0.03em;
}

.NavList__option-wrapper {
    border-bottom: 1px solid #ddd;
}

.NavList__option-wrapper:last-child {
    border-bottom: none;
}

.triangle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    display: none;
}

.header-drop-minicart {
    box-sizing: border-box;
}

.header-drop-minicart__header {
    padding: 1.6rem;
    background-color: #F5F5F5;
}

.logined-account {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.logined-greet {
    opacity: 0.5;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    word-break: break-all;
    max-width: 16rem;
}

.sign-out_option {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    border-top: 0.1rem solid #ddd;
    padding: 1.6rem;
    color: #121212;
    font-size: 1.6rem;
}

.sign-out_option span {
    margin-bottom: 0.8rem;
    font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
}

.sign-out_option .sign-out_btn {
    background-color: #ef6c00;
    border-radius: 0.4rem;
    color: #fff;
    border: 0.1rem solid #ef6c00;
    text-transform: capitalize;
    padding: 1.4rem 0;
    width: 100%;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .02em;
    font-weight: 600;
    text-align: center;
}

.sign-out_option .sign-out_btn:hover {
    text-decoration: underline;
    background-color: #C15000;
}

.mobile-menu_info {
    padding: 0.8rem 1.6rem 18rem;
}

.mobile-menu_info .m-sideNav_sign-in-out {
    color: #1c49c2;
    text-decoration: none;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.minicart__header-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.minicart__header-info a {
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.cart__checkout-button {
    background-color: #ef6c00;
    color: #fff;
    border: 0.1rem solid #ef6c00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 3.5rem;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .02em;
    margin-bottom: 10px;
}

.cart__checkout-button:hover {
    background-color: #C15000;
    text-decoration: underline;
}

.cartList {
    padding: 16px;
    background-color: #fff;
    max-height: 400px;
    overflow-y: scroll;
}

.cartList::-webkit-scrollbar {
    display: none;
}

.cartItem {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #f5f5f5;
}

.cartItem:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.cartItem__product-name,
.cartItem__product-details span {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.cartItem__product-name {
    height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cartList__items {
    /* padding-right: 1.6em; */
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.cartItem__product-details {
    margin-top: 8px;
}

.cartItem__content {
    display: flex;
    color: #121212;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
}

.cartItem__content:hover .cartItem__product-name,
.cartItem__content:hover .cartItem__product-details span {
    text-decoration: underline;
}

.cartItem__img {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.cartItem__img img {
    width: 5rem;
    /* height: 5rem; */
}

.cartItem__info {
    max-width: calc(100% - 5rem);
}

.cart-subtotal {
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    line-height: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-size: 1.6rem;
}

.mobile-header-wrapper {
    width: 100%;
    height: 9.3rem;
}

.mobile-header {
    padding-top: 0.2rem;
    width: 100%;
    color: #fff;
    background-color: #1c49c2;
    box-sizing: border-box;
    z-index: 1000;
}

.mobile-header_top {
    position: relative;
    padding: 0.4rem 0.4rem 0 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.mobile-header_logo {
    position: absolute;
    width: 50%;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    top: calc(50% - 1.4rem);
    left: 25%;
}

.mobile-header_logo img {
    height: 100%;
    object-fit: contain;
}

.mobile-header_actions {
    display: flex;
    align-items: center;
}

.mobile-header_actions a {
    position: relative;
}

.mobile-header_actions .iconfont.icon-gerenzhongxin {
    color: #fff;
    font-size: 2rem;
    /* margin-right: 2rem; */
}

.mobile-header_actions .iconfont.icon-shouye-gouwuche1 {
    color: #fff;
    font-size: 2.5rem;
}

.mobile-header_actions a {
    margin-right: 0.8rem;
}

.mobile-header_cart-wrapper {
    position: relative;
}

.mobile-header_cart-badge {
    position: absolute;
    top: -0.3rem;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffc80c;
    color: #121212;
    border-radius: 50%;
    border: 0.1rem solid #1c49c2;
    font-size: 1.2rem;
    font-weight: 600;
    height: 1.5rem;
    width: 1.5rem;
}

.mobile-header_search {
    padding: 0.4rem;
    width: 100%;
    background-color: #1c49c2;
    box-sizing: border-box;
}

.mobile-header_search input {
    display: inline-block;
    width: 100%;
}

.mobile-search__container {
    position: relative;
}

.mobile_search-btn {
    position: absolute;
    right: 0.6rem;
    top: calc(50% - 1.1rem);
}

.mobile-login-header {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 1rem 1.3rem;
}

.mobile-checkout-text {
    position: absolute;
    right: 1.3rem;
    top: 1rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}

.mobile-checkout-text img {
    height: 2.4rem;
    width: 2.4rem;
    margin-right: 0.4rem;
}

.mini-logo {
    position: absolute;
    top: calc(50% - 1.4rem);
    left: calc(50% - 4.7rem);
    width: 9.4rem;
    height: 2.8rem;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
}

.header-mini__icon-mobile {
    display: flex;
    align-items: center;
    width: 8rem;
    height: 2.8rem;
}

.header-mini__icon-mobile {
    height: 2.4rem;
    width: 2.5rem;
}

.header-mini__icon-mobile&gt;span {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 4px;
    text-transform: none;
}

.header-menu {
    display: flex;
    min-height: 40.5rem;
    /* width: 138rem; */
}

.header-menu.just_first {
    min-height: unset;
}


.header-menu__index {
    padding: 1.6rem 0 1.4rem 0.6rem;
    background-color: #f9f9f9;
}

.header-menu.just_first .header-menu__index {
    padding: 0;
}

.header-menu.just_first .header-menu__index .menu-index_item {
    justify-content: center;
    margin: 0.3rem 0.6rem;
    width: unset;
    min-width: 18.4rem;
}

.header-menu .header-content.only_second .links-group {
    flex-direction: column;
}

.header-content.only_second .links-group .link-section a {
    padding-bottom: 0;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    color: #121212;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    border-bottom: none;
}

.menu-index_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem 0 0 0.5rem;
    color: #4d4d4d;
    cursor: pointer;
    margin: 0.3rem 0 0.3rem 0.6rem;
    padding: 0.7rem 0.6rem;
    width: 18.4rem;
    white-space: nowrap;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.2;
    /* text-transform: lowercase; */
    letter-spacing: .01em;
}

.menu-item_label {
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 2rem;
    color: #4d4d4d;
    white-space: normal;
}

.header-menu__index .menu-index_item.is-selected,
.header-menu__index .menu-index_item.is-selected span,
.header-menu__index .menu-index_item.is-selected a,
.top-nav__item .is-selected,
.menu-index_item:hover,
.menu-index_item:hover .menu-item_label,
.menu-item_label:hover,
.top-nav__item:hover {
    color: #1b49c2;
    background-color: #fff;
}

.sticky-header .sticky-menu {
    left: unset;
    right: unset;
    overflow: unset;
    box-shadow: none;
    border-bottom-right-radius: 0;
}

.header-content {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    /* width: 100%; */
    /* min-width: 10rem; */
    width: calc(72vw - 18.8rem);
    min-height: 40.5rem;
    height: calc(100% + 0.1rem);
    padding: 2.4rem;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #ddd;
    border-right: 0.1rem solid #ddd;
    overflow-y: scroll;
}

.link-section_links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 32.2rem;
    writing-mode: vertical-lr;
}

.menu_banner {
    width: 33%;
}

.menu_banner img {
    width: 100%;
}

.menu_feature {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.links-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 35.6rem;
}

.link-section {
    margin-right: 1.4rem;
    /* max-height: calc(100vh - 15rem); */
}

.desktop-header .nav-menu-drop-item:not(.vertical) .link-section_link {
    margin-bottom: 0;
    padding-bottom: 1.6rem;
}

.sticky-menu .link-section {
    margin-bottom: 1rem;
}

.link-section_title {
    display: block;
    color: #1b49c2;
    font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    border-bottom: 0.1rem solid #eee;
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
    white-space: nowrap;
    /* text-transform: lowercase; */
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    min-width: 15rem;
}

.link-section_title:hover {
    border-color: #1c49c2;
}

.link-section_link {
    margin: 0 1rem 1.6rem 0;
    min-width: 12rem;
    max-width: 20rem;
    writing-mode: horizontal-tb;
}

.link-section_link a {
    color: #121212;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    word-break: break-word;
}

.link-section_link a:hover,
.popular-brands-title a:hover {
    text-decoration: underline;
}

.checkout-text {
    position: absolute;
    top: calc(50% - 1.2rem);
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-family: Poppins, Noto Sans, franklin gothic Medium, Tahoma, sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1em;
    padding: 0.5rem 0;
}

.checkout-text img {
    margin: 0 1rem 0 2.5rem;
    height: 1.7rem;
}

.m-sideNavigation {
    position: fixed;
    top: 3.6rem;
    /* left: 100vw; */
    height: calc(100vh - 3.6rem);
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    display: none;
    font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
    overflow-x: hidden;
}

.m-sideNavigation .sideNav-children-menu .sideNav-items {
  padding-bottom: 180px;
}

.m-sideNavigation .sideNav-items .sideNav-item {
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
    height: 5.7rem;
    background-color: #fff;
    border-bottom: 0.1rem solid #ccc;
}

.m-sideNavigation .sideNav-items .sideNav-item div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.m-sideNavigation .sideNav-items .sideNav-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #333;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
}

.m-sideNavigation .sideNav-items .sideNav-item .sideNav-expand a {
    width: unset;
}

.m-sideNavigation .sideNav-items .sideNav-item a img {
    width: 1.4rem;
}

.m-sideNavigation .sideNav-items .sideNav-item .sideNav-expand::after {
    content: ' ';
    background-size: 14px;
    height: 14px;
    width: 14px;
}

.sideNav-children-menu {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index: 4;
    /* display: none; */
}

.sideNav-children-menu.second-child {
    z-index: 5;
}

.sideNav-children-menu.third-child {
    z-index: 6;
}

.sideNav-children-menu .sideNav-item img {
    height: 2rem;
    width: 2rem;
}

.sideNav-back-btn {
    color: #1c49c2;
    font-family: Poppins, Noto Sans, franklin gothic Medium, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.back-icon {
    margin-right: 0.8rem;
    color: #1c49c2;
    font-size: 2rem;
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {

    .sticky-header,
    .eyebrow-banner__learn-more {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .eyebrow-banner&gt;div {
        padding: 0.8rem;
    }

    .eyebrow-banner__text {
        font-size: 1.4rem;
    }

    .eyebrow__banner__autoship-logo {
        width: 8.8rem;
        height: auto;
    }

    .eyebrow-banner__info::before {
        height: 1.6rem;
        margin-top: -0.6rem;
    }

    .fixed-container {
        display: flex;
        align-items: center;
        width: 100%;
        height: 4.5rem;
    }

    main {
        padding-top: 0;
    }

    #search-autocomplate {
        padding: 0.6rem 4rem 0.6rem 0.8rem;
    }

    .m-sideNavigation {
        display: none;
    }

    .mobile-search__container input {
        padding: 0.8rem;
        height: 4.3rem;
        border-radius: 0.5rem;
        border: 0;
        font-family: "Work Sans", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .mobile-search__container input:focus {
        border: none;
    }
}

@media screen and (min-width: 768px) {
    .header__sub-navigation-item__flyout {
        max-height: calc(100vh - 20rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1652px) {
    .header-content {
        width: calc(72vw - 1.8rem);
    }
}

/* start ç½‘ç«™å¸ç§ä¸‹æ‹‰ */
.currencies.dropdown {
    position: relative;
    height: 100%;
    max-width: 200px;
    padding: 0px 0px;
    margin: 0px 0px;
}

.currencies.dropdown a {
    display: block;
    text-align: left;
    height: 100%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.currencies.dropdown a.dropdown-toggle .state_icon {
    max-width: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 14px;
    padding: 0px 0px 0px 35px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed #fff;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    top: 80%;
    left: 0;
    max-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);

}

.dropdown-menu li a {
    width: 100%;
    color: #262626;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: rgb(215, 215, 215);
    color: #fff;
}

.dropdown-menu li a span {
    max-width: 200px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 14px;
    padding: 5px 10px 5px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .currencies.header_dropdown_phone {
            height: auto;
            padding: 10px 1.6rem;
        }
    
        .currencies.dropdown a.dropdown-toggle .state_icon {
            color: #000d41;
        }
    
        .caret {
            border-top: 4px dashed #000d41;
        }
}
/* end ç½‘ç«™å¸ç§ä¸‹æ‹‰ */

</pre></body></html>