@charset "UTF-8";
html > body.tab-open {
    margin-right: unset !important;
}
html > body.tab-open .kele-tab-toggles {
    right: 382px;
}
@media screen and (max-width: 768px) {
    html > body.tab-open .kele-tab-toggles {
        right: 100%;
    }
}
html > body.tab-open > .site-container #keleTab,
html > body.tab-open > app-root > .site-container #keleTab {
    right: 0;
    box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
    html > body.tab-open > .site-container #keleTab,
    html > body.tab-open > app-root > .site-container #keleTab {
        width: 100%;
    }
}

html > body .site-container .kele-tab-toggles {
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    background: transparent;
}
html > body .site-container .kele-tab-toggles a {
    text-decoration: none;
}
html > body .site-container .kele-tab-toggles .kele-tab-toggle,
html > body .site-container .kele-tab-toggles .kele-tab-toggle#mpp-toggle,
html > body .site-container .kele-tab-toggles .kele-tab-toggle#chat-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 12px;
    border: none;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 2px 8px 4px rgba(0, 0, 0, 0.25);
    background-color: #007AB8;
    font-size: 12px;
    color: white;
}
html > body .site-container .kele-tab-toggles .kele-tab-toggle img,
html > body .site-container .kele-tab-toggles .kele-tab-toggle#mpp-toggle img,
html > body .site-container .kele-tab-toggles .kele-tab-toggle#chat-toggle img {
    width: 24px;
    height: 24px;
}
html > body .site-container .kele-tab-toggles .kele-tab-toggle:hover,
html > body .site-container .kele-tab-toggles .kele-tab-toggle#mpp-toggle:hover,
html > body .site-container .kele-tab-toggles .kele-tab-toggle#chat-toggle:hover {
    background-color: #002855;
}

html > body > .site-container #keleTab,
html > body > app-root > .site-container #keleTab {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -382px;
    width: 382px;
    height: 100%;
    padding: 24px 10px;
    border: 0;
}
@media screen and (max-width: 768px) {
    html > body > .site-container #keleTab,
    html > body > app-root > .site-container #keleTab {
        right: 1000px;
    }
}
html > body > .site-container #keleTab .close-kele-slideout,
html > body > app-root > .site-container #keleTab .close-kele-slideout {
    border: none;
    border-radius: inherit;
    height: 24px;
    width: 24px;
    top: 24px;
    font-weight: bold;
}
html > body > .site-container #keleTab .close-kele-slideout .fa, html > body > .site-container #keleTab .close-kele-slideout .fa-solid,
html > body > app-root > .site-container #keleTab .close-kele-slideout .fa,
html > body > app-root > .site-container #keleTab .close-kele-slideout .fa-solid {
    font-size: 24px;
    font-weight: 900;
}
html > body > .site-container #keleTab .close-kele-slideout.disable-hover:hover,
html > body > app-root > .site-container #keleTab .close-kele-slideout.disable-hover:hover {
    background-color: transparent;
    color: inherit;
}
html > body > .site-container #keleTab .cart-container,
html > body > app-root > .site-container #keleTab .cart-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 0;
}
html > body > .site-container #keleTab .cart-container.dials-expanded .cart-cta .discount-toggle-container,
html > body > app-root > .site-container #keleTab .cart-container.dials-expanded .cart-cta .discount-toggle-container {
    height: 0;
    margin: 0;
}
html > body > .site-container #keleTab .cart-container.dials-expanded .cart-cta .discount-toggle-container label,
html > body > app-root > .site-container #keleTab .cart-container.dials-expanded .cart-cta .discount-toggle-container label {
    font-size: 0;
    height: 0;
}
html > body > .site-container #keleTab .cart-container.dials-expanded .cart-cta .discount-toggle-container label:before,
html > body > app-root > .site-container #keleTab .cart-container.dials-expanded .cart-cta .discount-toggle-container label:before {
    top: 18px;
    content: "˅";
    font-size: 18px;
}
html > body > .site-container #keleTab .cart-container.dials-collapsed .cart-content,
html > body > app-root > .site-container #keleTab .cart-container.dials-collapsed .cart-content {
    bottom: 165px;
}
html > body > .site-container #keleTab .cart-container.dials-collapsed .cart-cta .dial-container,
html > body > app-root > .site-container #keleTab .cart-container.dials-collapsed .cart-cta .dial-container {
    display: none !important;
}
html > body > .site-container #keleTab .cart-container .tab-top,
html > body > app-root > .site-container #keleTab .cart-container .tab-top {
    flex: 0 0 auto;
    position: relative;
    background-color: transparent;
    padding: 0;
    height: auto;
}
html > body > .site-container #keleTab .cart-container .tab-top .shopping-cart-header,
html > body > app-root > .site-container #keleTab .cart-container .tab-top .shopping-cart-header {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 36.8px;
    color: #3F3F3F;
    margin: 0 16px;
}
html > body > .site-container #keleTab .cart-container .cart-content,
html > body > app-root > .site-container #keleTab .cart-container .cart-content {
    flex: 1 1 0;
    position: relative;
    height: unset;
    top: 0;
    bottom: unset;
    margin: 0;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item {
    border: 1px solid #3D3E3D;
    border-radius: 4px;
    padding: 8px 4px;
    margin: 16px 7.5px 16px 16px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item:first-child,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item:first-child {
    margin-top: 0;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left {
    width: 42%;
    min-height: 1px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right {
    width: 58%;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .indicators,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .indicators {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .indicators .cart-item-indicator,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .indicators .cart-item-indicator {
    margin-bottom: 0;
    max-height: 22px;
    width: auto;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .cart-img,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .cart-img {
    display: block;
    margin: 2.5px auto;
    width: auto;
    max-width: 50%;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information {
    margin-top: 12px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .how-many-available,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .how-many-available {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16.1px;
    color: #007A33;
    text-transform: uppercase;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .lead-time-long, html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .lead-time-short,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .lead-time-long,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .lead-time-short {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.1px;
    color: #757575;
    text-transform: uppercase;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-two-day-delivery,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-two-day-delivery {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #10814C;
    border-radius: 12px;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
    padding: 4px 8px;
    margin-top: 8px;
    white-space: nowrap;
    gap: 5px;
    flex-wrap: nowrap;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .update-remove,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .update-remove {
    display: none;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right {
    position: relative;
    padding-left: 8px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .remove-item-icon,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .remove-item-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .remove-item-icon i,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .remove-item-icon i {
    width: 16px;
    height: 16px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-number,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-number {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 12px 0 16px 0;
    color: #3D3E3D;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-ven,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-ven {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 13.8px;
    text-transform: uppercase;
    color: #3D3E3D;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-description,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-description {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #3D3E3D;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container {
    width: fit-content;
    display: flex;
    background-color: #007AB8;
    border: 2px solid #007AB8;
    border-radius: 25px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container span.up, html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container span.down,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container span.up,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container span.down {
    cursor: pointer;
    color: white !important;
    font-weight: bold !important;
    font-size: 20px !important;
    padding: 6px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container input[type],
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity-container input[type] {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.1px;
    width: auto;
    max-width: 32px;
    border: none;
    background-color: white;
    text-align: center;
    border-radius: 0;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation {
    margin-top: 4px;
    padding-right: 14px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each,
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price {
    height: 44px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price .item-price-calculated,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price .item-price-calculated {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.1px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each {
    margin-top: 4px;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each label.remove-item,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each label.remove-item {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13.8px;
    text-decoration: underline;
    color: #757575;
}
html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each .item-price-each,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each .item-price-each {
    text-transform: none;
}
html > body > .site-container #keleTab .cart-container .cart-cta,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta {
    flex: 0 0 auto;
    position: relative;
    top: unset;
    bottom: unset;
    border-top: 2px solid #000033;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
html > body > .site-container #keleTab .cart-container .cart-cta .cart-subtotal,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .cart-subtotal {
    background-color: white;
    border: none;
    padding: 8px 8px 0 8px;
    margin: 0;
}
html > body > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
}
html > body > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container label,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container label {
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.1px;
    color: black;
}
html > body > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container label:before,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container label:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "˄";
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 16px;
    color: black;
    cursor: pointer;
}
html > body > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container input[type=checkbox],
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .discount-toggle-container input[type=checkbox] {
    display: none;
    visibility: hidden;
}
html > body > .site-container #keleTab .cart-container .cart-cta .cart-checkout,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .cart-checkout {
    border: none;
}
html > body > .site-container #keleTab .cart-container .cart-cta .cart-checkout a,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .cart-checkout a {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.1px;
    background-color: #007A33;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 14px;
    text-decoration: none;
}
html > body > .site-container #keleTab .cart-container .cart-cta .cart-checkout a:hover,
html > body > app-root > .site-container #keleTab .cart-container .cart-cta .cart-checkout a:hover {
    background-color: #007A33;
    color: white;
}

.discount-container .discount-toggle-container label.discount-toggle-kele-slideout-cart-label:before {
    width: 14px;
    height: 7px;
    font-size: 28px !important;
    position: absolute;
    top: 0 !important;
    right: 0;
    margin: 0;
    padding: 12px 16px !important;
    z-index: 1000;
    cursor: pointer;
}
.discount-container .dial-container {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}
.discount-container .dial-container .dial-container-title {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.4px;
    width: 85%;
    color: black;
    text-align: center;
}
.discount-container .dial-container .dial-progress-text {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.1px;
    width: 75%;
    color: #007AB8;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.discount-container .dial-container .dial-subcontainer {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 6px 0 4px 0;
}
.discount-container .discount-total {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.1px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: black;
}

.cart-cta .cart-subtotal .cart-estimated-total,
.discount-container .discount-subtotal {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.dial-progress-disclaimer {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13.8px;
    width: 100%;
    color: #3D3E3D;
    text-align: center;
}

div#cart-toggle.item-added:before {
    content: "Product Added!";
    width: 126px;
    height: 52px;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0 14px 12px;
    border-radius: 8px 0 0 8px;
    box-shadow: -8px 2px 8px 4px rgba(0, 0, 0, 0.25);
}
div#cart-toggle.item-added.kele-tab-toggle {
    border-radius: 0;
}

/* Section */
html > body > .site-container #keleTab .cart-container .ship-pickup-section,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section {
    width: 100% !important;
    margin: auto !important;
    padding: 16px !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

/* Two options spread apart */
html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-radio-group,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-radio-group {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 16px !important;
}

/* Each option: force a 2-row grid (row1: radio+label, row2: value) */
html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option {
    display: grid !important;
    grid-template-columns: 20px auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 10px !important;
    row-gap: 4px !important;
    cursor: pointer !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option:first-child,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option:first-child,
html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option:last-child,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option:last-child {
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}

/* Radio on row 1, col 1 */
html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option input[type="radio"],
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option input[type="radio"] {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-right: 16px;
    margin-top: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    inline-size: 16px;
    block-size: 16px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
    border: 2.5px solid #000000;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: relative;
    outline: none;
}

html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option input[type="radio"]:checked,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option input[type="radio"]:checked {
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option input[type="radio"]:checked::after,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option input[type="radio"]:checked::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #757575;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option > label,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option > label {
    display: inline-flex !important;
}

/* Label on row 1, col 2 */
html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option .option-label,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option .option-label {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    font-family: Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* Value on row 2, col 2 (under label) */
html > body > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option .option-value,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .ship-pickup-option .option-value {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: block !important; /* critical to drop below */
    margin-left: 5px !important;
    font-family: Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #000 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    white-space: nowrap !important;
}

/* Optional store details */
html > body > .site-container #keleTab .cart-container .ship-pickup-section .store-details,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .store-details {
    margin-top: 16px !important;
    padding: 12px !important;
    background: #fff !important;
    border: 1px solid #D3D3D3 !important;
    border-radius: 4px !important;
}

html > body > .site-container #keleTab .cart-container .ship-pickup-section .store-details .store-address,
html > body > .site-container #keleTab .cart-container .ship-pickup-section .store-details .store-hours,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .store-details .store-address,
html > body > app-root > .site-container #keleTab .cart-container .ship-pickup-section .store-details .store-hours {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

/* ===== ZIP CODE MODAL (modelpopup) ===== */
.zip-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000000; /* above slideout */
}

.zip-modal-overlay.active {
    display: flex;
}

.zip-modal {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
    width: min(680px, 92vw);
    max-width: 680px;
    padding: 28px 24px 24px;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
}

.zip-modal .zip-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

.zip-modal .zip-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #000;
    text-align: center;
    margin: 8px 8px 18px;
}

.zip-modal .zip-subtitle {
    font-size: 18px;
    color: #2b2b2b;
    margin: 4px 0 10px;
}

.zip-modal .zip-form {
    margin-top: 8px;
}

.zip-modal .zip-input {
    width: 100%;
    height: 56px;
    font-size: 18px;
    padding: 0 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.zip-modal .zip-input:focus {
    border-color: #007AB8;
}

.zip-modal .zip-submit {
    display: inline-block;
    margin-top: 18px;
    height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    border: none;
    background: #007AB8;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.zip-modal .zip-submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* mobile tweaks */
@media (max-width: 480px) {
    .zip-modal {
        padding: 22px 18px 18px;
    }

    .zip-modal .zip-title {
        font-size: 24px;
    }
}


/* ===== TWO-DAY SHIPPING DIALOG STYLES ===== */
/* Matches Angular Material dialog styling from shopping cart */
/* Uses unique "slidecart-" prefix to avoid conflicts with Angular components */

/* Overlay - covers entire screen */
.slidecart-two-day-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000000; /* Above slidecart */
    animation: fadeIn 0.15s ease-in-out;
}

.slidecart-two-day-modal-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Modal Dialog Container - Material Design style matching shopping cart */
.slidecart-two-day-modal {
    background: #fff;
    border-radius: 16px; /* Matches --mdc-dialog-container-shape from shopping cart */
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    width: min(560px, 80vw); /* Matches --mat-dialog-container-max-width */
    max-width: 80vw;
    max-height: none; /* Matches --mat-dialog-container-max-height */
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: Helvetica, Arial, sans-serif; /* Matches shopping cart font */
    animation: slideIn 0.15s ease-out;
}

#shippingPolicy {
    color: #3F3F3F;
    text-transform: uppercase;
    padding: 0 1px;
    font-size: 14px;
    font-weight: 700;
}

@keyframes slideIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Close Button (X) - Top Right - Matches shopping cart close button */
.slidecart-two-day-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 16px; /* Matches shopping cart close button */
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black; /* Matches shopping cart close button */
    transition: background-color 0.2s;
    z-index: 1;
}

.slidecart-two-day-close:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.slidecart-two-day-close .close-icon {
    font-size: 24px;
    line-height: 1;
    font-weight: 700; /* Matches shopping cart close button */
}

/* Dialog Title - Matches shopping cart dialog title */
.slidecart-two-day-title {
    padding: 48px 16px 0; /* Matches --mat-dialog-headline-padding */
    margin: 0;
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 22px; /* Matches shopping cart title */
    line-height: normal;
    font-weight: 700; /* Matches shopping cart title */
    font-style: normal;
    color: #000000; /* Matches kele-font $black */
}

/* Dialog Content - Matches shopping cart dialog content */
.slidecart-two-day-content {
    padding: 16px 16px; /* Matches --mat-dialog-with-actions-content-padding */
    flex: 1;
    overflow-y: auto;
    color: #000000; /* Matches kele-font $black */
}

.slidecart-two-day-content p {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 24px; /* Matches shopping cart content p tags */
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #000000;
}

.slidecart-two-day-form {
    margin: 0;
}

.slidecart-two-day-form .form-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.slidecart-two-day-form .form-row {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.slidecart-two-day-form .form-group {
    flex: 1;
}

.slidecart-two-day-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 16px; /* Matches shopping cart form labels */
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #000000; /* Matches kele-font $black */
}

.slidecart-two-day-form .form-group .zip-input {
    width: 100%;
    padding: 11px 13px; /* Matches shopping cart form inputs */
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 16px;
    line-height: 1.5;
    color: #000000; /* Matches kele-font $black */
    border: 2px solid #757575; /* Matches $grey from shopping cart */
    border-radius: 4px;
    background-color: white;
    outline: none;
    transition: border-color 0.2s;
}

.slidecart-two-day-form .form-group .zip-input::placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.slidecart-two-day-form .form-group .zip-input:focus {
    border-color: #007AB8; /* Kele blue on focus */
    border-width: 2px;
}

.slidecart-two-day-form .form-group .zip-input:hover:not(:focus) {
    border-color: rgba(0, 0, 0, 0.87);
}

.slidecart-two-day-form .form-group .zip-input.ng-touched.ng-invalid {
    border: 2px solid #BB0404; /* Matches $red for invalid inputs */
}

/* Dialog Actions - Matches shopping cart dialog actions */
.slidecart-two-day-actions {
    padding: 0 16px 48px; /* Matches --mat-dialog-actions-padding */
    display: flex;
    justify-content: center; /* Matches --mat-dialog-actions-alignment */
    gap: 8px;
    min-height: 52px;
    align-items: center;
}

/* Submit Button - Uses Kele Blue */
.slidecart-two-day-btn-submit {
    min-width: 64px;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    background-color: #007AB8; /* Kele blue */
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.0892857143em;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.slidecart-two-day-btn-submit:hover:not(:disabled) {
    background-color: #006399; /* Darker blue on hover */
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.slidecart-two-day-btn-submit:active:not(:disabled) {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.slidecart-two-day-btn-submit:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
    opacity: 0.6;
}

.slidecart-two-day-btn-submit .fa-spinner {
    margin-left: 8px;
}

/* Close Button - Uses Kele Blue */
.slidecart-two-day-btn-close {
    min-width: 64px;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    background-color: #007AB8; /* Kele blue */
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.0892857143em;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.slidecart-two-day-btn-close:hover {
    background-color: #006399; /* Darker blue on hover */
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.slidecart-two-day-btn-close:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.slidecart-two-day-btn-close:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each,
    html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price,
    html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .remove-and-price-each,
    html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-right .cart-item-manipulation .quantity-price {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .slidecart-two-day-modal {
        width: 90vw;
        max-width: 100vw;
        max-height: 100vh;
        border-radius: 20px;
    }

    .slidecart-two-day-title {
        padding: 24px 16px 0;
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: normal;
        color: #000000;
    }

    .slidecart-two-day-content {
        padding: 12px 16px;
    }

    .slidecart-two-day-content p {
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: normal;
        color: #000000;
    }

    .slidecart-two-day-actions {
        padding: 0 12px 24px;
    }
}


/* ===== PICKUP LOCATION DIALOG STYLES ===== */
/* Matches Angular Material dialog styling from shopping cart */
/* Uses unique "slidecart-" prefix to avoid conflicts with Angular components */

/* Overlay - covers entire screen */
.slidecart-pickup-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000000; /* Above slidecart */
    animation: fadeIn 0.15s ease-in-out;
}

.slidecart-pickup-modal-overlay.active {
    display: flex;
}

/* Modal Dialog Container - Material Design style matching shopping cart */
.slidecart-pickup-modal {
    background: #fff;
    border-radius: 16px; /* Matches --mdc-dialog-container-shape from shopping cart */
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    width: min(600px, 80vw); /* Slightly wider for location list, matches shopping cart width */
    max-width: 80vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: Helvetica, Arial, sans-serif; /* Matches shopping cart font */
    animation: slideIn 0.15s ease-out;
}

/* Close Button (X) - Top Right - Matches shopping cart close button */
.slidecart-pickup-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 16px; /* Matches shopping cart close button */
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black; /* Matches shopping cart close button */
    transition: background-color 0.2s;
    z-index: 1;
}

.slidecart-pickup-close:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.slidecart-pickup-close .close-icon {
    font-size: 24px;
    line-height: 1;
    font-weight: 700; /* Matches shopping cart close button */
}

/* Dialog Title - Matches shopping cart pickup dialog title */
.slidecart-pickup-title {
    padding: 48px 16px 0; /* Matches --mat-dialog-headline-padding */
    margin: 0;
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 24px; /* Matches shopping cart pickup dialog title */
    line-height: 100%; /* Matches shopping cart */
    font-weight: 700; /* Matches shopping cart title */
    font-style: normal;
    color: #000000; /* Matches kele-font $black */
    text-align: left; /* Left aligned for pickup dialog */
    letter-spacing: 0;
}

/* Dialog Content - Matches shopping cart dialog content */
.slidecart-pickup-content {
    padding: 0 16px; /* Matches --mat-dialog-with-actions-content-padding */
    flex: 1;
    overflow-y: auto;
    color: #000000; /* Matches kele-font $black */
    max-height: 60vh;
}

.slidecart-pickup-content p {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #000000;
}

.slidecart-pickup-form {
    margin: 0;
}

.slidecart-pickup-form .form-container {
    width: 100%;
}

.slidecart-pickup-form .form-row {
    margin-bottom: 16px;
}

.slidecart-pickup-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Pickup Zip Section */
.slidecart-pickup-zip-section {
    margin-bottom: 16px;
}

/* Pickup Zip Form */
.slidecart-pickup-zip-form {
    width: 100%;
}

/* Split Button Layout - Matches shopping cart design */
.slidecart-pickup-zip-form .form-row.split-button {
    display: flex;
    gap: 0; /* No gap - input and button are connected */
    align-items: flex-end;
}

.slidecart-pickup-zip-form .form-row.split-button .form-group {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.slidecart-pickup-zip-form .form-row.split-button .form-group:last-child {
    flex: 0 1 auto;
    min-width: 100px;
}

.slidecart-pickup-zip-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 16px; /* Matches shopping cart form labels */
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #000000; /* Matches kele-font $black */
}

.slidecart-pickup-zip-form .form-group .zip-input {
    width: 100%;
    padding: 11px 13px; /* Matches shopping cart form inputs */
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 16px;
    line-height: 1.5;
    color: #000000; /* Matches kele-font $black */
    border: 2px solid #757575; /* Matches $grey from shopping cart */
    border-radius: 4px;
    background-color: white;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

/* Connected input style - rounded on left only */
.slidecart-pickup-zip-form .form-row.split-button .zip-input {
    border-radius: 4px 0 0 4px;
}

.slidecart-pickup-zip-form .form-group .zip-input::placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.slidecart-pickup-zip-form .form-group .zip-input:focus {
    border-color: #007AB8; /* Kele blue on focus */
    border-width: 2px;
}

.slidecart-pickup-zip-form .form-group .zip-input:hover:not(:focus) {
    border-color: rgba(0, 0, 0, 0.87);
}

.slidecart-pickup-zip-form .form-group .zip-input.ng-touched.ng-invalid {
    border: 2px solid #BB0404; /* Matches $red for invalid inputs */
}

/* Pickup Zip Submit Button - Connected to input on the right - Uses Kele Blue */
.slidecart-pickup-zip-form .slidecart-pickup-zip-submit-btn {
    width: 100%;
    min-height: 48px;
    padding: 11px 20px;
    border: none;
    border-radius: 8px;
    background-color: #007AB8; /* Kele blue */
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.0892857143em;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s, box-shadow 0.2s;
    white-space: nowrap;
    box-sizing: border-box;
}

/* Connected button style - rounded on right only */
.slidecart-pickup-zip-form .form-row.split-button .slidecart-pickup-zip-submit-btn {
    border-radius: 0 8px 8px 0;
}

.slidecart-pickup-zip-form .slidecart-pickup-zip-submit-btn:hover {
    background-color: #006399; /* Darker blue on hover */
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.slidecart-pickup-zip-form .slidecart-pickup-zip-submit-btn:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.slidecart-pickup-zip-form .slidecart-pickup-zip-submit-btn:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

/* Zip Display Button - Matches shopping cart tertiary button with darkgrey color */
.slidecart-zip-display-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 1px; /* Matches tertiary button horizontal padding */
    border: none;
    border-bottom: 1px solid #3F3F3F; /* Darkgrey border-bottom from shopping cart */
    border-radius: 0;
    background-color: transparent;
    color: #3F3F3F; /* Darkgrey text color */
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    min-width: unset;
    vertical-align: text-bottom;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.slidecart-zip-display-btn:hover {
    background-color: #3F3F3F; /* Darkgrey background on hover */
    color: #ffffff; /* White text on hover */
}

.slidecart-zip-display-btn:hover i {
    color: #ffffff; /* White icon on hover */
}

.slidecart-zip-display-btn i {
    color: #3F3F3F; /* Darkgrey icon color */
    transition: color 0.2s;
}

.slidecart-zip-display-btn .zip-value {
    font-weight: 400;
    color: inherit;
}

/* Location List */
.slidecart-location-list {
    margin-top: 8px;
}

/* Pickup Locations Container with Custom Scrollbar */
.slidecart-pickup-locations-container {
    position: relative;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #7A7A7A #FCFCFC;
}

/* Custom Mac-style Scrollbar for locations list */
.slidecart-pickup-locations-container::-webkit-scrollbar {
    width: 12px;
    background: #FCFCFC;
}

.slidecart-pickup-locations-container::-webkit-scrollbar-track {
    background: #FCFCFC;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}

.slidecart-pickup-locations-container::-webkit-scrollbar-thumb {
    background-color: #7A7A7A !important;
    background-clip: padding-box !important;
    border: 3px solid transparent !important;
    border-top: 2px solid transparent !important;
    border-radius: 100px !important;
    opacity: 1 !important;
    min-height: 25px !important;
}

.slidecart-pickup-locations-container::-webkit-scrollbar-thumb:hover {
    background-color: #5A5A5A !important;
    background-clip: padding-box !important;
}

.loading-locations,
.no-zip-message,
.no-locations-message,
.error-message {
    padding: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
}

.slidecart-location-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Location Item - Matches Angular Material mat-selection-list styling */
.slidecart-location-item {
    padding: 15px 26px; /* Matches Angular pickup dialog list items */
    border: 1px solid #757575; /* Matches mediumgrey (#757575) border */
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    min-height: 108px; /* Matches --mdc-list-list-item-one-line-container-height */
}

.slidecart-location-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.slidecart-location-item.selected {
    border: 2px solid #007A33; /* Matches green (#007A33) border from Angular */
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.25); /* Matches Angular shadow */
}

.slidecart-location-option {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "name name"
        "address link";
    gap: 8px;
    width: 100%;
    max-width: 528px;
}

.slidecart-option-name {
    grid-area: name;
    border-bottom: 1px solid #3F3F3F; /* Matches darkgrey (#3F3F3F) border */
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 22px; /* Matches Angular pickup dialog */
    font-weight: 700; /* Matches Angular pickup dialog */
    font-style: normal;
    color: #000000; /* Matches kele-font $black */
    line-height: 100%;
    letter-spacing: 0;
}

.slidecart-option-address {
    grid-area: address;
    font-family: Helvetica, Arial, sans-serif; /* Matches kele-font */
    font-size: 14px; /* Default kele-font size */
    font-weight: 700; /* Matches Angular pickup dialog */
    font-style: normal;
    color: #000000; /* Matches kele-font $black */
    line-height: 100%;
    letter-spacing: 0;
}

.slidecart-option-link {
    grid-area: link;
    text-align: right;
    align-self: end;
}

.slidecart-location-info-btn {
    padding: 1px; /* Matches tertiary button horizontal padding */
    border: none;
    border-bottom: 1px solid #007AB8; /* Blue border-bottom for tertiary button */
    border-radius: 0;
    background: transparent;
    color: #007AB8; /* Kele blue text color */
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0;
    min-width: unset;
    vertical-align: text-bottom;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.slidecart-location-info-btn:hover {
    background-color: #007AB8; /* Blue background on hover */
    color: #ffffff; /* White text on hover */
}

/* Dialog Actions - Matches shopping cart dialog actions */
.slidecart-pickup-actions {
    padding: 0 16px 48px; /* Matches --mat-dialog-actions-padding */
    margin-top: 16px; /* Vertical spacing between content and action buttons */
    display: flex;
    justify-content: center; /* Matches --mat-dialog-actions-alignment */
    gap: 8px;
    min-height: 52px;
    align-items: center;
}

.slidecart-pickup-btn-chat {
    min-width: 64px;
    height: 44px; /* Matches primary button container height */
    padding: 0 16px;
    border: none;
    border-radius: 8px; /* Matches primary button container shape */
    background-color: #007AB8; /* Kele blue */
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 44px; /* Match height */
    text-transform: none;
    letter-spacing: 0.0892857143em;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.slidecart-pickup-btn-chat:hover {
    background-color: rgba(0, 122, 184, 0.71); /* Blue with black overlay (opacity 0.29) */
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.slidecart-pickup-btn-chat:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.slidecart-pickup-btn-chat:disabled {
    background-color: #757575; /* Mediumgrey for disabled state */
    color: #ffffff;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .slidecart-pickup-modal {
        width: 100vw;
        max-width: 90vw;
        max-height: 100vh;
        border-radius: 0;
        border-radius: 20px;
    }

    .slidecart-pickup-title {
        padding: 24px 16px 0; /* Matches mobile padding from Angular */
        font-family: Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        line-height: 100%;
        letter-spacing: 0;
        color: #000000;
    }

    .slidecart-pickup-content {
        padding: 12px 12px; /* Matches mobile padding from Angular */
        max-height: 70vh;
    }

    .slidecart-pickup-content p {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        line-height: normal;
        color: #000000;
    }

    .slidecart-pickup-actions {
        padding: 0 12px 24px; /* Matches mobile padding from Angular */
    }

    .slidecart-location-item {
        padding: 12px 16px; /* Matches mobile padding from Angular */
        min-height: auto; /* Remove fixed height on mobile */
    }

    .slidecart-location-option {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 8px 12px;
    }

    .slidecart-option-name {
        padding-bottom: 8px;
    }

    /* Mobile: Keep connected button design but adjust sizing */
    .slidecart-pickup-zip-form .form-row.split-button .form-group:last-child {
        min-width: 90px;
    }

    .slidecart-pickup-zip-form .form-group .zip-input {
        font-size: 14px;
    }

    .slidecart-pickup-zip-form .slidecart-pickup-zip-submit-btn {
        min-height: 44px;
        padding: 10px 16px;
        font-size: 13px;
    }
}


/* ===== INLINE ERROR MESSAGES (matching Angular Material style) ===== */

/* Error message text styling */
.error-message {
    display: none;
    color: #BB0404;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 8px;
}

/* Show error message when has-error class is present */
.error-message.show {
    display: block;
}

/* Invalid input border (matching Angular reactive forms) */
input.invalid,
textarea.invalid,
select.invalid {
    border: 2px solid #BB0404 !important;
}

/* Two-Day Modal error messages */
.slidecart-two-day-modal .error-message {
    margin-top: 4px;
    padding-left: 2px;
}

/* Pickup Location Modal error messages */
.slidecart-pickup-modal .error-message {
    margin-top: 4px;
    padding-left: 2px;
}

/* General error container for list/content errors */
.error-container {
    padding: 16px;
    text-align: center;
}

.error-container .error-message {
    display: block;
    color: #BB0404;
    font-size: 14px;
    line-height: 1.4;
}

/*new style for chat*/
@media only screen and (min-width: 600px) {
    #livechat-compact-container {
        position: fixed;
        width: 50px !important;
        height: 50px !important;
        right: 0 !important;
        bottom: 50% !important;
        margin-bottom: -77px;
        background: #4EADDE url(//assets.kele.com/images/icons/chat_icon_1.png) no-repeat 50% 8px !important;
        background-size: 25px !important;
        box-shadow: -2px 1px 3px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.25s ease-in-out !important;
    }
    #livechat-compact-container:after {
        content: "chat";
        display: block;
        position: absolute;
        bottom: 2px;
        right: 0;
        left: 0;
        color: #FFF;
        text-align: center;
        font-size: 10px;
    }
    #livechat-compact-container:hover {
        background: #000033 url(//assets.kele.com/images/icons/chat_icon_1.png) no-repeat 50% 8px !important;
        background-size: 25px !important;
    }
    body.tab-open #livechat-compact-container {
        right: 400px !important;
    }
    #livechat-compact-view {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 50px !important;
        width: 50px !important;
        opacity: 0;
    }
}
/*slideout cart css*/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

* {
    box-sizing: border-box;
}

body {
    transition: all 0.25s ease-in-out !important;
}

/*body states*/
body.tab-open {
    margin-right: 400px !important;
}

body.tab-open #keleTab {
    right: 0;
}

body.cart-open #keleTab .cart-container, body.quote-open #keleTab .quote-container, body.chat-open #keleTab .chat-container {
    display: block;
}

#keleTab .close-kele-slideout {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999;
    background: #FFF;
    padding: 5px 0;
    width: 26px;
    text-align: center;
    color: #000033;
    border: 1px solid #000033;
    font-weight: bold;
    border-radius: 60px;
    cursor: pointer;
}

#keleTab .close-kele-slideout:hover {
    background: #000033;
    color: #FFF;
}

/* hide quote and chat tabs for now */
#chat-toggle,
#quote-toggle,
.quote-container,
.chat-container {
    display: none !important;
}

#cart-toggle.item-added {
    background-color: #008049;
}

#cart-toggle.item-added:before {
    content: "Item added!";
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    background: #008049;
    color: #FFF;
    padding: 18px;
    width: 90px;
    height: 16px;
    font-size: 12px;
    transition: all 0.25s ease-in-out;
}

#mpp-toggle {
    text-align: center;
}

#mpp-toggle span {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 0;
    margin: 2px 15px 2px -7px;
}

.kele-tab-toggles {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
    width: 50px;
    height: auto;
    box-shadow: -2px 1px 3px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
}

body.tab-open .kele-tab-toggles {
    right: 400px;
}

.kele-tab-toggle {
    width: 100%;
    height: auto;
    background-color: #4EADDE;
    border: 1px #999 solid;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    transition: all 0.25s ease-out;
}

.kele-tab-toggle:hover {
    background-color: #000033;
}

div#mpp-toggle.kele-tab-toggle:hover {
    background-color: #CC6600;
}

/*hide cart tab on cart page, checkout page and credit card payment page */
body.page-nav-viewcart .kele-tab-toggle,
body.page-nav-checkout .kele-tab-toggle,
body.page-nav-ccpayment .kele-tab-toggle {
    display: none !important;
}

/*.kele-tab-toggle.active {
  background-color: #000033;
}*/
.kele-tab-toggle img {
    width: 100%;
    height: auto;
}

.kele-tab-toggle h5 {
    color: #FFF;
    margin: 0;
    font-size: 12px;
    text-align: center;
}

#keleTab {
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 400px;
    z-index: 99999;
    background-color: #FFF;
    border-left: 1px solid #EEE;
    transition: all 0.25s ease-in-out;
}

#keleTab .cart-container, #keleTab .quote-container, #keleTab .chat-container {
    display: none;
    position: relative;
    height: 100%;
    width: 100%;
}

#keleTab .cart-container .tab-top, #keleTab .quote-container .tab-top, #keleTab .chat-container .tab-top {
    height: auto;
    width: 100%;
    background-color: #CCC;
    /*padding: 20px 0;
    height: 65px;*/
    padding: 10px 0;
    height: 50px;
}

#keleTab .cart-container .tab-top h1, #keleTab .quote-container .tab-top h1, #keleTab .chat-container .tab-top h1 {
    width: 90% !important;
    margin: 0 auto;
    color: #000033;
    font-size: 22px !important;
    font-weight: 300;
    line-height: normal !important;
    padding-right: 30px;
}

/*cart*/
#keleTab .cart-container .cart-content {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 118px;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    clear: both;
}

#keleTab .cart-container .empty-cart {
    cursor: pointer;
    z-index: 10000;
}

#keleTab .cart-container .empty-cart::before {
    content: "🗑";
    cursor: pointer;
    font-size: 0.8em;
    margin-left: 20px;
    z-index: 10000;
}

#keleTab .empty-msg {
    color: #BBB;
    text-align: center;
    padding: 30px;
}

#keleTab .cart-container .cart-content .cart-item {
    position: relative;
    height: auto;
    width: 93%;
    margin: 0 auto;
    clear: both;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #D3D3D3;
}

#keleTab .cart-container .cart-content .cart-item h1, #keleTab .cart-container .cart-content .cart-item span {
    font-size: 12px !important;
    color: #000 !important;
}

#keleTab .cart-container .cart-content .cart-item h1 {
    margin-bottom: 10px;
}

#keleTab .cart-container .cart-content .cart-item a {
    color: #4EADDE;
    font-size: 10px;
    text-decoration: none;
}

#keleTab .cart-container .cart-content .cart-item span.item-des {
    color: #999 !important;
    font-size: 10px !important;
}

#keleTab .cart-container .cart-content .cart-item span {
    text-transform: uppercase;
    font-weight: 500;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-left {
    float: left;
    width: 45%;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-left img {
    display: block;
    width: 65%;
    height: auto;
    margin-bottom: 10px;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-left .update-remove {
    display: block;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-left .update-remove span {
    display: inline-block;
    border-right: 1px solid #4EADDE;
    height: 10px;
    margin: 0 5px;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-left .update-remove h2 {
    display: inline-block;
    color: #4EADDE !important;
    font-size: 10px !important;
    cursor: pointer;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-left .update-remove h2:hover {
    color: #0A7FBE !important;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-left .update-remove h2.remove-item:hover {
    color: red !important;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-right {
    float: left;
    width: 55%;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity {
    width: 100%;
    height: auto;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity h1 {
    display: inline-block;
    margin-right: 15px;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity input {
    border: 1px solid #D3D3D3;
    display: inline-block;
    max-width: 50px;
    text-align: center;
    outline: none;
    width: 30%;
}

#keleTab .cart-container .cart-content .cart-item .cart-item-right .item-quantity input:focus {
    border-color: #4EADDE;
}

/* #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-price:before,
 #keleTab .cart-container .cart-content .cart-item .cart-item-right .item-price-total:before {
   content: '$';
   font-weight: 500;
 }*/
#keleTab .cart-container .cart-content .cart-item .cart-item-right .item-price:after {
    content: "/each";
    text-transform: lowercase;
    font-weight: 500;
}

#keleTab .cart-container .cart-cta {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: auto;
}

#keleTab .cart-container .cart-cta .cart-subtotal {
    width: 100%;
    margin: 0 auto;
    /*background-color: #FFF;*/
    background-color: #F5F5F5;
    /*border: 2px solid #000033;*/
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

#keleTab .cart-container .cart-cta .cart-subtotal p {
    font-weight: 700;
    color: #000033;
    text-decoration: none;
    /*padding: 7px 10px;*/
    margin: 0;
    text-align: center;
}

#keleTab .cart-container .cart-cta .cart-checkout {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #00824a;
}

#keleTab .cart-container .cart-cta .cart-checkout a {
    display: block;
    padding: 10px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #00824a;
}

#keleTab .cart-container .cart-cta .cart-checkout a:hover {
    background-color: #FFF;
    color: #00824a;
}

/*quote section*/
.quote-content {
    position: absolute;
    top: 225px;
    right: 45px;
    bottom: 133px;
    width: calc(100% - 45px);
    height: auto;
    overflow: auto;
    clear: both;
}

#keleTab .cart-container .cart-cta {
    bottom: 45px;
}

#keleTab .cart-container .cart-cta .cart-subtotal {
    margin-bottom: 10px;
}

/* mobile overrides */
@media only screen and (max-width: 600px) {
    #keleTab .cart-container .cart-cta {
        bottom: 58px;
    }
    #keleTab .cart-container .cart-cta .cart-subtotal {
        margin-bottom: 4px;
    }
    #keleTab .cart-container .cart-cta .cart-subtotal p {
        padding: 4px 10px;
    }
    body.tab-open .kele-tab-toggles {
        display: none !important;
    }
    #keleTab {
        width: 100%;
        right: -100%;
    }
    body.tab-open {
        margin-right: 0;
    }
}
/* BEGIN PROMO PROGRESS BAR CSS */
.progress-bar-container {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /*margin-top: 13px;*/
}

.progress-bar-box:not(:last-child) {
    border-right: 2px solid #FFF;
}

.progress-bar-container.one-filled .progress-bar-box:nth-child(-n+1) {
    background-color: #4396FC;
}

.progress-bar-container.two-filled .progress-bar-box:nth-child(-n+2) {
    background-color: #4396FC;
}

.progress-bar-container.three-filled .progress-bar-box:nth-child(-n+3) {
    background-color: #4396FC;
}

.progress-bar-container.four-filled .progress-bar-box:nth-child(-n+4) {
    background-color: #4396FC;
}

.progress-bar-container.five-filled .progress-bar-box:nth-child(-n+5) {
    background-color: #4396FC;
}

.progress-bar-box {
    display: inline-block;
    float: left;
    width: 20%;
    box-sizing: border-box;
    color: #FFF;
    font-size: 13px;
    padding: 4px 0;
    background-color: #CCCCCC;
    text-align: center;
    text-transform: uppercase;
}

.progress-bar-header {
    display: block;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
}

.yeti-picture-side {
    display: block;
    width: 60px;
    height: 100%;
    /*background-color: green;*/
    padding: 2px;
    box-sizing: border-box;
    float: left;
}

.progress-bar-text-side {
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    box-sizing: border-box;
    float: left;
}

.big-yeti-text {
    text-transform: uppercase;
    font-size: 24px;
    color: #209DDA;
    margin-top: 1em;
    display: inline-block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    font-weight: bold;
}

.next-threshold-marker.first-step {
    margin-left: 6%;
}

.next-threshold-marker.second-step {
    margin-left: 26%;
}

.next-threshold-marker.third-step {
    margin-left: 46%;
}

.next-threshold-marker.fourth-step {
    margin-left: 66%;
}

.next-threshold-marker.fifth-step {
    margin-left: 84%;
}

.next-threshold-marker.fifth-step .threshold-number {
    margin-right: 16%;
}

.next-threshold-marker.finished .threshold-arrow {
    display: none;
}

.next-threshold-marker.finished .threshold-number {
    margin-left: -100%;
}

.next-threshold-marker.finished {
    margin-left: 50%;
}

.next-threshold-marker {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /*margin-top: 40px;*/
    margin-top: 25px;
    width: 100px;
}

.threshold-arrow {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -6px;
    text-align: center;
    width: 12px;
    height: 12px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid black;
}

.threshold-number {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 14px;
}

.progress-bar-status-container {
    display: block;
    width: 100%;
    height: auto;
}

.progress-bar-status-text {
    color: #231B51;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

/* END PROMO PROGRESS BAR CSS */
/* DISCOUNT BAR CSS */
#discount-toggle {
    display: none;
    visibility: hidden;
}

label[for=discount-toggle] {
    text-align: center;
    color: #666;
    cursor: pointer;
}

label[for=discount-toggle]:hover {
    color: #008348;
}

label[for=discount-toggle]::before {
    position: absolute;
    top: 18px;
    right: 0;
    content: "⌄";
    text-align: center;
    font-weight: bold;
    vertical-align: text-top;
    font-size: 38px;
    width: 30px;
    height: 30px;
    /*background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);*/
}

#discount-toggle:checked ~ label[for=discount-toggle]::before {
    content: "⌃";
    font-size: 18px;
}

/* END DISCOUNT BAR CSS */

/*# sourceMappingURL=cart.css.map */

html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-two-day-delivery i,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-two-day-delivery i {
    /* Info icon styling within 2-day badge - bold white "i" without circle border */
    color: #FFFFFF !important;
    background-color: transparent;
    border: none;
    font-size: 16px !important;
    font-weight: 700;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    line-height: 16px !important;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    vertical-align: middle;
    flex-shrink: 0;
}

html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-ready-today,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-ready-today {
    /* Ready Today badge for pickup - same style as 2-day but potentially different color */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #10814C;
    border-radius: 12px;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 120%;
    padding: 4px 8px;
    margin-top: 8px;
    white-space: nowrap;
    gap: 5px;
}

html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-ready-today i,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .is-ready-today i {
    /* Info icon styling within Ready Today badge - bold white "i" without circle border */
    color: #FFFFFF !important;
    background-color: transparent;
    border: none;
    font-size: 16px !important;
    font-weight: 700;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    line-height: 16px !important;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    vertical-align: middle;
    flex-shrink: 0;
}

html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .pickup-store-button,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .pickup-store-button {
    /* Tertiary darkgrey button style matching shopping cart */
    display: inline-block;
    padding: 1px;
    margin-top: 4px;
    border: none;
    border-bottom: 1px solid #3F3F3F;
    border-radius: 0;
    background: transparent;
    color: #3F3F3F;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    text-decoration: none;
    white-space: nowrap;
}

html > body > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .pickup-store-button:hover,
html > body > app-root > .site-container #keleTab .cart-container .cart-content .cart-item .cart-item-left .stock-information .pickup-store-button:hover {
    color: #000000;
    border-bottom-color: #000000;
}
