/** Shopify CDN: Minification failed

Line 152:6 Unexpected "/"

**/
.theme-drawer__header{
    padding: 16px !important;
}

.cart-drawer__content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cart-drawer__content::-webkit-scrollbar {
  display: none;
}

.theme-drawer__close-button{
    border: none !important;
    box-shadow: none;
}

.theme-drawer__title {
    font-family: var(--font-paragraph--family) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.theme-drawer__badge{
    background: transparent !important;
    height: fit-content !important;
    min-height: fit-content !important;
    max-height: fit-content !important;
    width: fit-content !important;
    min-width: fit-content !important;
    max-width: fit-content !important;
    padding: 0px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.theme-drawer__close-button {
    height: fit-content !important;
    min-height: fit-content !important;
    max-height: fit-content !important;
    width: fit-content !important;
    min-width: fit-content !important;
    max-width: fit-content !important;
    padding: 0px !important;
}

.cart-items__price.cart-secondary-typography {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.cart-items__price.cart-secondary-typography text-component {
    color: #7D5449;
}

.cart-items__price-saving {
    display: flex;
    gap: 2px;
}

.cart-items__table-row--full-width-variants .cart-items__details{
    display: unset;
}

.cart-item-saving-icon svg {
    height: 20px;
    width: 20px;
    fill: #616161;
}

.cart-items__quantity {
    display: flex;
    /* justify-content: flex-end; */
    width: auto;
    margin-top: 0px !important;
}

/* .cart-items__quantity-controls{
    flex-direction: row-reverse;
} */

.cart-items .quantity-selector button {
    width: 28px;
    height: 28px;
}

cart-quantity-selector-component.quantity-selector.cart-primary-typography{
    background: #F1F1F1;
    height: auto;
    width: fit-content;
    max-width: fit-content;
}

.cart-items .quantity-selector input{
    max-width: 30px;
}

.cart-drawer__summary {
    gap: 0px;
}

.cart__ctas{
    padding-top: 7px;
    padding-bottom: 9px;
}



.compare-at-price {
    color: rgb(125 125 125) !important;
  
}

.badgesContainer {
    margin-top: -10px;
    margin-bottom: -20px;
}
tr#CartItem-55923699220865\:174d3b316c39d30bf6db19a7bd3543ee {
    display: none !important;
}

/* .cart-drawer__summary {
    
    margin-top: 0px !important;
     padding-top: 0px !important;
}
 .cart-drawer__summary .cart-totals:not(:has(.cart-totals__original-container:empty)) {
    border-block-start: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    /* padding-block-start: var(--padding-2xl); */
    /* padding-top: 9px !important;
}
.cart-protection__container {
    
    margin-bottom: 12px;
}
.cart-totals {
    padding-bottom: -20px !important;
    margin-bottom: -34px !important;
}

.cart-protection__container {
  
    margin-bottom: -12px !important;
} */ */