/** Shopify CDN: Minification failed

Line 1338:0 Unexpected "}"

**/
/* announcement-bar */
section.marquee {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    padding: 6px 48px;
    position: relative;
}
section.marquee .marquee-close {
    position: absolute;
    right: 48px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}
/* Header Main */
.t-login .main-header,
.t-register .main-header,
.t-index .main-header {
    background: transparent;
    position: fixed;
    top: var(--marqueeHeight);
}
.t-index .announcement-bar {
    position: fixed;
    top: calc(var(--marqueeHeight) - var(--marqueeHeightDefault));
    left: 0;
    width: 100%;
    z-index: 99;
}
.t-login .main-header header,
.t-register .main-header header,
.t-index .main-header header {
    background: transparent;
    /* transition: all 0.3s; */
}
.t-login .main-header.header-scrolled header,
.t-register .main-header.header-scrolled header,
.t-index .main-header.header-scrolled header {
    background: var(--headerBg, var(--bgColor));
}
body.t-404 .main-header.main-header-active header,
.main-header.main-header-active header {
    background: var(--headerBg, var(--bgColor));
}
header {
    border: none;
    transition: all 0.15s;
}
.main-header .bogo a {
    padding: 0;
}
header #header-grid {
    --grid-tc: auto 1fr auto;
    padding-top: 19px;
    padding-bottom: 19px;
}
header .bogo {
    padding-left: 0;
}
header .menulink summary,
.main-header header .menulink a.no-style {
    padding: 5px 0;
    vertical-align: top;
}
header .dropdown-caret {
    gap: 6px;
}
header .menulink {
    padding-left: 5px;
}
header .menulink nav > ul {
    gap: 15px 49px;
}
header .accounts {
    container: auto;
}
header .accounts svg {
    color: var(--black);
}
.dropdown-caret::after {
    border: none;
    width: 16px;
    height: 16px;
    background-image: url(dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.dropdown-caret[aria-expanded="true"]::after {
    transform: none;
}
details[open]>details-menu {
    top: calc(-1* var(--globalBorderWidth) + var(--headerHeight));
}
details[open] > summary.dropdown-caret::after,
details[open] > .dropdown-caret[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
header #counter:after {
    content: attr(data-count);
    position: absolute;
    left: -4px;
    bottom: -4px;
    width: 16px;
    height: 16px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    background: var(--black);
    border-radius: 50%;
    font-size: 8px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    box-sizing: border-box;
}
header li.cartCounterEmpty #counter:after {
    display: none;
}
header .hasIco #counter {
    position: relative;
}
.main-header .accounts a.no-style,
.main-header .accounts button.is-blank {
    padding: 0 ;
    line-height: 1;
    position: relative;
}
.main-header .accounts li:hover a.no-style:after,
.main-header .accounts li:hover button.is-blank:after,
.main-header .accounts a.no-style:hover:after,
.main-header .accounts button.is-blank:hover:after {
    content: '';
    position: absolute;
    height: 200%;
    left: 0;
    top: 100%;
    width: 100%;
}
.main-header .accounts ul {
    gap: 24px;
}
/* Header Cart */
body:is(.open-cart,.open-search) :where(main,#shopify-section-footer) {
    opacity: 1;
    pointer-events: auto;
}
body.open-cart {
    /* overflow: hidden; */
}
body.open-cart .main-header section.cart {
    max-height: calc(var(--app-height) - var(--headerHeight) - var(--marqueeHeight));
    overflow-y: auto;
}
body.open-cart .cart {
    overflow: visible;
    max-height: none;
}
.main-header section.cart {
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 480px;
    width: 100%;
    margin-top: -1px;
    z-index: 1;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 0;
    overflow: hidden;
}
.main-header section.cart.cart-empty {
    max-width: fit-content;
}
.main-header section.cart .empty {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    margin: 0;
    padding: 18px 43px 14px 30px;
    border-top: 1px solid var(--grey-6);
    position: relative;
    z-index: 1;
}
.main-header section.cart .productsInCart {
    overflow: hidden;
    position: relative;
    display: flex;
}
.main-header section.cart .productsInCart x-cell.image a.no-style {
    padding: 0;
}
.main-header section.cart .productsInCart x-cell.image {
    padding-left: 0;
    padding-right: 0;
    width: 80px;
}
.main-header section.cart .productsInCart x-cell.image img {
    aspect-ratio: 1;
    object-fit: cover;
}
.main-header section.cart .entry {
    border-top: 1px solid var(--grey-6);
    border-bottom: 1px solid var(--black);
    padding: 16px 43px 15px 24px;
    max-height: calc(var(--app-height) - var(--headerHeight) - var(--marqueeHeight) - var(--headerCartSummary));
    max-height: calc(100% - var(--headerHeight) - var(--marqueeHeight) - var(--headerCartSummary));
    overflow-y: auto;
    max-height: 224px;
    position: relative;
    z-index: 1;
    /* margin-bottom: var(--headerCartSummary); */
}
predictive-search #predictive-search-results::-webkit-scrollbar,
.main-header section.cart .entry::-webkit-scrollbar {
    width: 8px;
    background-color: var(--grey-7);
}
predictive-search #predictive-search-results::-webkit-scrollbar-track,
.main-header section.cart .entry::-webkit-scrollbar-track {
    background-color: var(--grey-8);
}
predictive-search #predictive-search-results::-webkit-scrollbar-thumb,
.main-header section.cart .entry::-webkit-scrollbar-thumb {
    background-color: var(--grey-6);
}
.main-header section.cart .productsInCart > x-cell {
    padding-top: 8px;
    padding-bottom: 8px;
}
.main-header section.cart .productsInCart x-cell.name {
    width: calc(100% - 80px);
    padding-left: 16px;
    padding-right: 24px;
}
.main-header section.cart .productsInCart .name a,
.main-header section.cart .productsInCart .name .name {
    font-size: 13px;
    line-height: 21px;
}
.main-header section.cart .productsInCart .name a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-header section.cart .productsInCart .name .vendor {
    font-size: 13px;
    line-height: 21px;
}
.main-header section.cart .productsInCart .name  .smaller {
    margin: 0;
}
.main-header section.cart .productsInCart .price {
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
}
.main-header section.cart .productsInCart #qtyremove {
    position: absolute;
    right: 0px;
    top: 8px;
}
.main-header section.cart .productsInCart #qtyremove button.is-blank {
    padding: 0;
}
.main-header section.cart .productsInCart .name .name {
    padding-top: 0;
    margin-top: -2px;
}
.main-header section.cart .productsInCart .item-price {
    margin-bottom: -3px;
}
.main-header section.cart .productsInCart .item-price .g-tag svg {
    width: 15px;
    height: 15px;
}
.main-header section.cart .productsInCart x-cell.name .product-variant {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 7px 0 10px;
    column-gap: 7px;
}
.main-header section.cart .productsInCart x-cell.name .variant-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    display: block;
    color: var(--grey-3);
    display: inline;
    white-space: nowrap;
}
.main-header section.cart .productsInCart x-cell.name .variant-item:not(:last-child):after {
    content: '/';
    margin: 0 0px 0 9px;
}
.main-header section.cart .summary {
    padding: 19px 48px 24px 24px;
    position: relative;
    /* bottom: 0;
    background-color: var(--bgColor);
    left: 0;
    width: 100%; */
}
body.open-cart .main-header section.cart:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: var(--bgColor);
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
}
.main-header section.cart .summary:before {
    content: '';
    position: absolute;
    top: -11px;
    background-color: var(--bgColor);
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
}
.main-header section.cart .summary x-cell:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--grey-4);
}
.main-header section.cart .summary .subtotal {
    padding: 0;
}
.main-header section.cart .summary x-cell:last-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.main-header section.cart .shippingtaxes {
    padding: 0;
    text-align: left;
}
.main-header section.cart .shippingtaxes small {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--grey-4);
}
.main-header section.cart .shippingtaxes small a {
    color: var(--grey-4);
}
.main-header section.cart .shippingtaxes small a:hover {
    color: var(--green);
}
.main-header section.cart .summary .subtotal {
    margin-bottom: 14px;
}
.main-header section.cart .summary .shipping {
    margin-bottom: 14px;
}
.main-header section.cart .summary .total {
    margin-top: 38px;
}
.main-header section.cart .summary form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 43px;
}
.main-header section.cart .summary form button.is-primary {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    padding: 12.5px 23.5px;
}
/* header-login */
.main-header .accounts .header-login {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 254px;
    width: 100%;
    margin-top: -2px;
    z-index: 1;
    font-size: 13px;
    line-height: 21px;
    background-color: #ffffff;
    border-top: 1px solid var(--grey-6);
    padding: 17px 48px 24px 24px;
}
.main-header .accounts .header-login:not(.logged) {
    max-width: 390px;
    padding: 22px 48px 20px 24px;
}
/* .main-header .accounts ul li:hover .header-login, */
.main-header .accounts ul li.active .header-login {
    display: block;
}
.main-header .accounts ul li:hover svg,
.main-header .accounts ul li.active i svg {
    color: var(--green);
}
.main-header .accounts ul li.active .fire-search i svg {
    color: var(--black);
}
.main-header .accounts ul li.active .fire-search i {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom-color: var(--green);
    padding: 2px 0;
}
.main-header .accounts .header-login h6 {
    text-transform: capitalize;
    margin-bottom: 14px;
}
.main-header .accounts .header-login ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.main-header .accounts .header-login ul a {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.main-header .accounts .header-login ul li a,
.main-header .accounts .header-login ul li {
    color: var(--grey-3);
}
.main-header .accounts .header-login ul li a:hover {
    color: var(--green);
}
.main-header .accounts .header-login ul li:last-child {
    border-top: 1px solid var(--grey-5);
    padding-top: 15px;
}
.main-header .accounts .header-login form p {
    margin-bottom: 22px;
}
.main-header .accounts .header-login form input[type=email],
.main-header .accounts .header-login form input[type=password] {
    -webkit-box-shadow: 0 0 0px 1000px rgb(255 255 255) inset !important;
}
.main-header .accounts .header-login form input[type=checkbox] {
    margin-top: 2px;
}
.main-header .accounts .header-login form input[type=checkbox]:checked {
    border-color: var(--black);
    background-color: var(--white);
}
.main-header .accounts .header-login form input[type=checkbox] + label {
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 21px;
    vertical-align: top;
}
.main-header .accounts .header-login:not(.logged) ul {
    text-align: left;
    gap: 22px;
}
.main-header .accounts .header-login:not(.logged) ul li a {
    display: inline-block;
    text-transform: none;
    font-size: 13px;
    line-height: 21px;
    text-decoration: underline;
}
.main-header .accounts .header-login:not(.logged) ul li a:hover {
    text-decoration: none;
}
.main-header .accounts .header-login:not(.logged) ul li:last-child a,
.main-header .accounts .header-login:not(.logged) ul li:last-child {
    font-size: 16px;
    line-height: 26px;
}
.main-header .accounts .header-login:not(.logged) ul li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
header .accounts button:hover svg,
header .accounts a:hover svg {
    color: var(--green);
}

/* Header Menu */
.main-header header .menulink nav > ul > li > a.no-style {
    position: relative;
    color: var(--black);
}
.main-header header .menulink nav>ul>li>a.no-style, 
.main-header .menulink details summary, 
.main-header .menulink details summary {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}
.main-header header .menulink nav>ul>li>a.no-style:hover, 
.main-header .menulink details[open] summary, 
.main-header .menulink details summary:hover {
    border-bottom-color: var(--green);
}
.main-header details.dm>details-menu:before {
    content: '';
    /* background-image: url(divider-top.svg); */
    background-repeat: repeat-x;
    background-position: -16px 0;
    width: 100%;
    display: block;
    position: absolute;
    top: -1px;
    margin: 0;
    height: 1px;
    border-top: 1px solid #e7e7e4;
}
.main-header details.dm>details-menu:after {
    content: "";
    /* background-image: url(divider-top.svg); */
    /* border-top: 1px solid #e7e7e4;
    background-repeat: repeat-x;
    background-position: -16px 0;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 1px; */
}
.main-header details.dm>details-menu x-cell {
    flex-direction: column;
    align-items: flex-start;
}
.main-header details.dm>details-menu ul {
    flex-direction: column;
    margin: -7px 0 0;
}
.main-header details.dm>details-menu ul .btn.link {
    margin-top: 6px;
}
.main-header details.dm>details-menu x-grid {
    gap: 24px;
}
.main-header details.dm>details-menu x-cell .item-inner {
    margin-top: 48px;
    margin-bottom: 52px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.main-header details.dm>details-menu x-cell .item-inner h6 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--grey-5);
    margin-top: -8px;
    margin-bottom: -6px;
}
.main-header details.dm>details-menu x-cell .item-inner .item-image img {
    aspect-ratio: 1.325;
    object-fit: cover;
}

/* Header Search */
body.open-search {
    overflow: visible;
}
body.open-search.t-index .main-header header {
    background: var(--headerBg, var(--bgColor));
}
search-engine#searchbar {
    border-top: 1px solid var(--grey-6);
    margin-top: -1px;
}
body.open-search search-engine {
    height: calc(var(--app-height) - var(--headerHeight) - var(--marqueeHeight));
    top: calc(var(--headerHeight) + var(--marqueeHeight));
    position: fixed;
}
body.open-search .announcement-bar, 
.main-header header#header {
    display: block;
}
search-engine button.shrink-search {
    position: absolute;
    right: 34px;
    left: auto;
    width: auto;
    top: 10px;
}
search-engine  main-search {
    max-width: 698px;
    margin: 0 auto;
    padding: 24px 20px 95px;
    height: 100%;
}
search-engine main-search form.search {
    height: 100%;
}

search-engine main-search form.search x-flex.search-section {
    height: 100%;
}

search-engine main-search form.search .predictive-search {
    /* height: 100%;
    display: flex;
    flex-direction: column; */
}
search-engine main-search .search-section .search-input-stack {
    padding: 0 0 23px;
    position: relative;
    gap: 0;
    border-bottom: 0.5px solid var(--grey-6);
}
search-engine main-search .search-section .g-search {
    margin: 0 7px;
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    display: flex;
    align-items: center;
}
search-engine main-search .search-section .search-input-stack .s-input input {
    padding-left: 39px;
}
search-engine main-search .search-section suggested-links.coverlayer {
    padding: 16px 0;
}
search-engine main-search .search-section suggested-links.coverlayer h6 {
    color: var(--grey-5);
    margin-bottom: 5px;
}
search-engine suggested-links .linkList {
    gap: 22px 50px;
    flex-wrap: wrap;
}
predictive-search[results=true] .search-section, 
search-engine main-search .search-section {
    box-shadow: none;
    border: none;
}
.predictive-search.predictive-search--search-template {
    height: 100%;
}
predictive-search #predictive-search-results {
    height: 100%;
    display: flex;
    flex-direction: column;
}
predictive-search #predictive-search-results {
    overflow: hidden;
    overflow-y: auto;
}
predictive-search .o-suggestions-group ul {
    padding: 0 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 49px !important;
}
predictive-search #predictive-search-results {
    overflow: hidden;
}
predictive-search #predictive-search-results x-grid#predictive-search-results-groups-wrapper {
    max-height: calc(var(--app-height) - 254px - var(--headerHeight) - var(--marqueeHeight));
    overflow-y: auto;
    overflow-x: hidden;
}
predictive-search #predictive-search-results .o-suggestions-group {
    padding: 12px 0 18px;
}
predictive-search [id*=predictive-search-option-product-] {
    padding: 15.5px 0;
    border-bottom: 1px solid var(--grey-5);
    position: relative;
    pointer-events: none;
}
predictive-search [id*=predictive-search-option-product-] img {
    max-height: 80px;
    object-fit: cover;
}
predictive-search [id*=predictive-search-option-product-] .new-price,
predictive-search [id*=predictive-search-option-product-] .price {
    font-weight: 700;
    font-size: 13px;
    line-height: 160%;
    text-decoration: none;
    color: var(--black);
}
predictive-search [id*=predictive-search-option-product-] .old-price {
    font-weight: 700;
    font-size: 13px;
    line-height: 160%;
    text-decoration-line: line-through;
    color: var(--grey-3);
    text-decoration: none;
    margin-right: 8px;
}
predictive-search [id*=predictive-search-option-product-] a {
    gap: 15px;
    min-height: 80px;
    display: flex;
    align-items: normal;
    pointer-events: auto;
}
predictive-search [id*=predictive-search-option-product-] a:hover {
    text-decoration: none;
}
predictive-search [id*=predictive-search-option-product-] a .suggestion-product-title {
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
}
predictive-search [id*=predictive-search-option-product-] a .suggestion-product-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
predictive-search [id*=predictive-search-option-product-] a .suggestion-product-price {
    margin-top: auto;
    margin-bottom: -4px;
}
predictive-search [id*=predictive-search-option-product-] a .suggestion-product-color {
    margin-top: 3px;
    color: var(--grey-3);
}
predictive-search[results=true] #predictive-search-option-search-keywords {
    box-shadow: none;
    margin: 33px 0 0;
    text-align: center;
    bottom: 0;
    margin-top: auto;
    padding-top: 48px;
}
predictive-search #predictive-search-option-search-keywords button {
    font-weight: 700;
    width: auto;
    margin: 0 auto;
}
predictive-search [id*=predictive-search-option-product-] button.suggestion-product-close {
    position: absolute;
    right: -1px;
    width: auto;
    top: 16px;
    padding: 0;
    z-index: 2;
    pointer-events: auto;
}

/* Header wishlist */
.main-header .accounts .swym-wishlist:not(.swym-wishlist-active) .swym-wishlist-bag {
    display: none;
}
.main-header .accounts .swym-wishlist:not(.swym-wishlist-active) + .header-wishlist {
    display: none;
}
.swym-wishlist-bag {
    position: absolute;
    left: -4px;
    bottom: -4px;
    width: 16px;
    height: 16px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    background: var(--white);
    border-radius: 50%;
    font-size: 8px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    box-sizing: border-box;
    color: var(--black);
}
.main-header .accounts .swym-wishlist .g-wishlist-active {
    display: none;
}
.main-header .accounts .swym-wishlist.swym-wishlist-active .g-wishlist {
    display: none;
}
.main-header .accounts .swym-wishlist.swym-wishlist-active .g-wishlist-active {
    display: block;
}
.header-wishlist {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 480px;
    width: 100%;
    margin-top: -1px;
    z-index: 1;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 0;
    overflow: hidden;
}
.main-header .accounts ul li.active .header-wishlist {
    display: block;
}
.header-wishlist .swym-wishlist-grid {
    border-bottom: 1px solid var(--grey-6);
    border-top: 1px solid var(--grey-6);
    padding: 8px 43px 8px 24px;
    max-height: calc(var(--app-height) - var(--headerHeight) - var(--marqueeHeight) - var(--headerCartSummary));
    max-height: calc(100% - var(--headerHeight) - var(--marqueeHeight) - var(--headerCartSummary));
    overflow-y: auto;
    max-height: 400px;
    position: relative;
    z-index: 1;
    background: var(--headerBg, var(--bgColor));
}
predictive-search #predictive-search-results x-grid#predictive-search-results-groups-wrapper::-webkit-scrollbar,
.header-wishlist .swym-wishlist-grid::-webkit-scrollbar {
    width: 8px;
    background-color: var(--grey-7);
}
predictive-search #predictive-search-results x-grid#predictive-search-results-groups-wrapper::-webkit-scrollbar-track,
.header-wishlist .swym-wishlist-grid::-webkit-scrollbar-track {
    background-color: var(--grey-8);
}
predictive-search #predictive-search-results x-grid#predictive-search-results-groups-wrapper::-webkit-scrollbar-thumb,
.header-wishlist .swym-wishlist-grid::-webkit-scrollbar-thumb {
    background-color: var(--grey-6);
}
.header-wishlist-footer {
    text-align: center;
    background-color: var(--grey-10);
    padding: 23px 20px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-wishlist .productsInCart {
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 7.5px 0;
}
.header-wishlist .productsInCart:not(:first-child) {
    border-top: 1px solid var(--grey-5);
}
.header-wishlist .productsInCart x-cell.image {
    padding-left: 0;
    padding-right: 0;
    width: 80px;
}
.header-wishlist .productsInCart x-cell.image img {
    aspect-ratio: 1;
    object-fit: cover;
}
.header-wishlist .productsInCart > x-cell {
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-wishlist .productsInCart x-cell.name {
    width: calc(100% - 80px);
    padding-left: 16px;
    padding-right: 24px;
    display: block;
    padding-block: var(--margin);
    text-transform: capitalize;
}
.header-wishlist .productsInCart .name a,
.header-wishlist .productsInCart .name .name {
    font-size: 13px;
    line-height: 21px;
}
.header-wishlist .productsInCart .name .vendor {
    font-size: 13px;
    line-height: 21px;
}
.header-wishlist .productsInCart .name  .smaller {
    margin: 0;
}
.header-wishlist .productsInCart .price {
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
}
.header-wishlist .productsInCart #qtyremove {
    position: absolute;
    right: 0px;
    top: 8px;
}
.header-wishlist .productsInCart #qtyremove button.is-blank {
    padding: 0;
}
.header-wishlist .productsInCart .name .name {
    padding-top: 0;
    margin-top: -2px;
}
.header-wishlist .productsInCart .item-price {
    margin-bottom: -3px;
}
.header-wishlist .productsInCart .item-price .g-tag svg {
    width: 15px;
    height: 15px;
}
.header-wishlist .productsInCart .name a {
    margin: 1px 0px 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.header-wishlist .productsInCart x-cell.name .variant-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin: 12px 0 10px;
    display: block;
    color: var(--grey-3);
}
.header-wishlist .productsInCart button.swym-remove-productBtn {
    position: absolute;
    right: -3px;
    top: 14px;
    left: auto;
    width: auto;
    padding: 0;
}
.main-header .accounts .header-wishlist .productsInCart button.swym-remove-productBtn svg {
    color: var(--black);
}
.main-header .accounts .hamburger button.fire-menu .g-x {
    display: none;
}
@media (max-width: 1199px) {
    section.marquee {
        padding: 7.5px 5px;
    }    
    section.marquee .marquee-close {
        right: 24px;
    }
    section.marquee span {
        padding: 0 17px 0 0;
    }
    header #header-grid {
        padding: 15px 24px;
    }
    .main-header .accounts ul .small-only.hamburger {
        display: block !important;
    }
    .header-wishlist .swym-wishlist-grid {
        padding: 8px 24px;
    }
    .main-header .accounts ul {
        gap: 16px;
    }
    header .menulink {
        display: none !important;
    }
    body.hpsticky.open-menu #mobmenu {
        height: calc(var(--vh, 1vh)* 100);
    }
    body.open-menu #mobmenu, body.open-menu .mobnav, #mobmenu:target .mobnav {
        display: block;
        height: 100%;
        max-height: calc(var(--vh, 1vh)* 100);
    }
    .main-header .accounts ul .large-only {
        display: none;
    }  
    body.open-menu .main-header .accounts .hamburger button.fire-menu .g-x {
        display: block;
    }
    body.open-menu .main-header .accounts .hamburger button.fire-menu .g-menu {
        display: none;
    }
    body.open-menu .mobnav .bordi {
        display: grid;
    }
    .mobnav .bordi .menulink {
        display: block;
        padding-bottom: 35px;
    }
    .mobnav .large-only {
        display: block !important;
    }
    .mobnav .bordi .menulink nav > ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
    }
    .mobnav .header {
        padding: 12px 20px;
    }
    .mobnav .header .h3.headingTitle {
        padding: 0;
    }
    .mobnav .header button.shrink-menu {
        padding: 0;
    }
    .main-header .accounts button.fire-menu {
        display: flex;
    }
    .mobnav .bordi .menulink nav>ul>li button.is-blank,
    .mobnav .bordi .menulink nav > ul > li > a,
    .mobnav .bordi .menulink nav > ul > li  > section > label.nav-link {
        padding: 22.5px 25px;
        text-align: left;
        text-transform: capitalize;
        color: var(--linkColor);
        font-weight: normal;
        font-size: 12px;
        line-height: 17.77px;
        text-transform: uppercase;
    }
    .main-header header .menulink nav>ul>li>a.no-style, 
    .main-header .menulink section label {
        border: none;
    }
    .mobnav .bordi .menulink nav > ul > li {
        width: 100%;
        text-align: left;
        border-block-end: 1px solid;
        border-color: var(--grey-8);
    }
    .mobnav .bordi.quicks>x-cell:first-child {
        border-inline-end: 1px solid;
        border-color: var(--grey-8);
    }
    body.open-menu .mobnav .bordi {
        border-top: 1px solid;
        border-color: var(--grey-8);
    }
    .mobnav .bordi :where(a,label) {
        padding: 10px 20px;
    }
    section.dm>nav,.mobnav .bordi section:where(.lv1,.lv2,.lv3) nav {
        position: relative;
        top: 0;
        margin: 0;
    }
    body:not(.open-search):not(.open-cart) section.dm.lv1>nav {
        top: 0;
        border-top: 1px solid;
        border-color: var(--grey-8);
    }
    .main-header section.dm>nav:before {
        background: transparent;
        border: none
    }
    .mobnav section.dm>nav x-cell .item-inner a {
        padding: 0;
        text-align: left;
    }
    .main-header section.dm>nav x-cell .item-inner {
        margin: 0;
    }    
    .main-header section.dm>nav x-grid {
        gap: 68px 20px;
        --grid-tc: repeat(2, minmax(0, 1fr));
        padding: 8px 0px;
    }
    body.hpsticky.open-menu #mobmenu {
        height: calc(var(--app-height) - var(--headerHeight) - var(--marqueeHeight));
    }
    body #mobmenu {
        position: fixed;
        width: 100%;
        left: 0;
    }
    body.open-menu #mobmenu {
        top: calc(var(--headerHeight) + var(--marqueeHeight));
        bottom: 0;
    }
    .mobnav .bordi section[open]:where(.lv1,.lv2,.lv3)>label {
        font-weight: normal;
        color: var(--green);
    }
    .main-header section.dm>nav x-cell .item-inner ul li {
        width: 100%;
    }
    header img.logo {
        max-width: 136px;
    }    
    header .bogo {
        justify-content: center;
        padding-right: 0;
    }
    header .accounts {
        padding: 0;
        margin-right: 0;
        display: flex !important;
    }
    .t-page main {
        padding: 50px 0;
    }
    .main-header section.cart .entry {
        padding: 16px 20px 15px;
    }    
    .main-header section.cart .label {
        padding: 19px 20px 24px;
    }
    .main-header section.cart .productsInCart #qtyremove {
        right: -6px;
    }
    .main-header section.cart .productsInCart x-cell.name {
        padding-right: 22px;
    }
    .mobnav nav {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
    }    
    .main-header .mobnav .quicks {
        margin-top: auto;
    }
    .main-header .mobnav .quicks x-cell {
        display: flex;
        padding: 14px 24px 16px;
    }
    .main-header .mobnav .quicks x-cell a {
        padding: 14px 7.5px 10px;
        font-size: 12px;
        line-height: 17.77px;
        text-align: left;
        text-transform: uppercase;
    }    
    .main-header .mobnav .quicks x-cell .g-user {
        margin-right: 0px;
    }
    body.open-menu .main-header header {
        background: var(--headerBg, var(--bgColor));
    }
    .main-header .accounts ul li:hover svg, 
    .main-header .accounts ul li.active i svg,
    .main-header button:hover {
        /* color: var(--buttonColor); */
    }
    .main-header .menulink section label {
        display: flex;
        justify-content: flex-start;
        margin: 0;
    }
    .dropdown-caret::after {
        transform: rotate(-90deg);
    }
    .mobnav section {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }    
    section#mobmenu section.dm>nav {
        position: absolute;
        width: 100%;
        transform: translateX(100%);
        transition: all 0.45s;
        background: #ffffff;
        z-index: 2;
        max-height: 100%;
        overflow-y: auto;
        display: block;
        height: 100%;
    }
    section#mobmenu section.dm[open]>nav {
        transform: translateX(0);
    }
    .main-header .menulink section .dropdown-back {
        display: flex;
        justify-content: flex-start;
        font-size: 12px;
        line-height: 17.77px;
        text-transform: uppercase;
        padding: 31px 0 21px;
        align-items: center;
        border-block-end: 1px solid;
        border-color: var(--grey-8);
    }   
    .main-header .menulink section.dm-megamenu-content .dropdown-back {
        border-color: transparent;
    }
    .main-header .menulink section .dropdown-back svg {
        width: 16px;
        height: 16px;
        vertical-align: top;
    }    
    .main-header .menulink section .dropdown-back i {
        margin-right: 4px;
    }
    .main-header section.dm>nav x-cell .item-inner .item-image img {
        aspect-ratio: 1.3;
        object-fit: cover;
    }
    section#mobmenu section.dm.dm-megamenu-content>nav {
        padding-bottom: 72px;
    }
    .main-header section.dm>nav x-cell .item-inner .dropdown-content {
        position: absolute;
        width: 100%;
        transform: translateX(100%);
        transition: all 0.45s;
        background: #ffffff;
        z-index: 2;
        max-height: 100%;
        overflow-y: auto;
        display: block;
        height: 100%;
        top: 0;
        left: 0;
        padding-left: 24px;
        padding-right: 24px;
    }    
    .main-header section.dm>nav x-cell .item-inner.active .dropdown-content {
        transform: translateX(0);
    }
    .main-header section.dm.dm-megamenu-link>nav x-grid {
        gap: 0;
        padding: 0;
    }  
    .main-header section.dm>nav x-cell .item-inner .dropdown-heading {
        padding: 23.2px 0;
        font-size: 12px;
        line-height: 17.77px;
        text-transform: uppercase;
    }
    .main-header section.dm>nav x-cell .item-inner .item-image {
        margin-bottom: 15px;
    }
    .main-header .dropdown-heading:after {
        content: '';
        border: none;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: top;
        background-image: url(dropdown.svg);
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(-90deg);
    }
    .main-header section.dm>nav x-cell .item-inner .dropdown-content h6 {
        margin: 0;
        font-size: 28px;
        font-weight: 400;
        line-height: 39.2px;
        text-align: left;
        color: var(--grey-5);
        padding: 16px 0;
    }    
    .main-header section.dm>nav x-cell .item-inner .dropdown-content ul {
        margin: 0;
        list-style: none;
    }
    .main-header section.dm>nav x-cell .item-inner .dropdown-content ul li a {
        padding: 23px 0;
    }
    .main-header section.dm>nav x-cell .item-inner .dropdown-content ul li a.btn.link {
        padding: 8px 0;
        margin-bottom: 20px;
    }
    search-engine main-search {
        max-width: 100%;
        padding: 72px 24px 95px;
    }
    search-engine button.shrink-search {
        right: 10px;
    }
    search-engine main-search .search-section suggested-links.coverlayer {
        padding: 21px 0;
    }
    search-engine main-search .search-section suggested-links.coverlayer h6 {
        font-size: 22px;
        line-height: 30.8px;
        margin-bottom: 8px;
    }
    search-engine suggested-links .linkList li a.no-style {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }
    body.open-search {
        overflow: hidden;
    }
}
@media (max-width: 777px) {
    body:where(.open-menu,.open-cart,.open-search) .main-header {
        height: auto;
    }
    body:where(.open-menu,.open-cart,.open-search) #header {
        display: block;
    }
    .main-header section.cart .empty {
        padding: 20px;
    }
    section.marquee {
        font-size: 12px;
        line-height: 19px;
    }
}
@media (max-width: 599px) {
    .main-header section.dm>nav x-grid {
        --grid-tc: repeat(1, minmax(0, 1fr));
    }
    .main-header .accounts a.no-style, .main-header .accounts button.is-blank {
        padding-left: 0;
    }
}
@media (max-width: 374px) {
    }
}