/*
Generated time: February 25, 2026 13:53
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.drawer {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(var(--color-foreground), .5);
    transition: visibility var(--duration-default) ease
}

.cart-overflow-auto {
    overflow: auto;
    scrollbar-width: none;
    height: 100vh;
    background: #f0ede8
}

.drawer.active {
    visibility: visible
}

.drawer__inner {
    height: 100%;
    width: 58rem;
    max-width: calc(100vw - 3rem);
    padding: 0 0;
    border-right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform var(--duration-default) ease
}

.product-tag-quick {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 20px;
    height: 20px
}

.drawer__inner-empty {
    height: 100vh;
    padding: 0 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative
}

.cart-drawer__warnings {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center
}

cart-drawer.is-empty .drawer__inner {
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 0
}

cart-drawer.is-empty .drawer__header {
    display: none
}

cart-drawer:not(.is-empty) .cart-drawer__collection,
cart-drawer:not(.is-empty) .cart-drawer__warnings {
    display: none
}

.cart-drawer__warnings--has-collection .cart__login-title {
    margin-top: 2.5rem
}

.drawer.active .drawer__inner {
    transform: translateX(0)
}

.drawer__inner-empty .drawer__close {
    position: absolute;
    top: 20px;
    right: 20px
}

cart-drawer-items.is-empty .block__cart-drawer-progress-block {
    display: none
}

cart-drawer-items.is-empty .block_cart-drawer-collection {
    display: none
}

.drawer__inner-empty .drawer__close {
    position: absolute;
    top: 20px !important;
    right: 20px !important
}

.cart-drawer__empty-content>a {
    display: inline-flex;
    background: #a2412b;
    padding: 15.5px 24.5px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1
}

.cart-drawer__empty-content .button {
    color: #fff;
    background: #a2412b;
    text-transform: uppercase;
    border: 1px solid #a2412b;
    transition: .3s
}

.cart-drawer__empty-content .button:hover {
    color: #a2412b;
    background: #fff
}

.block-price-variant-wrapper {
    display: flex;
    gap: 10px;
    align-items: center
}

.cart-drawer__empty-content>a:after,
.cart-drawer__empty-content>a:before {
    display: none
}

.cart__empty-text {
    font-weight: 600;
    font-size: 26px
}

.cart__login-title {
    font-weight: 500
}

.drawer__header {
    position: relative;
    padding: 17.5px 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0000001a;
    background: #d8d1bd;
    align-items: center
}

.drawer__inner * {
    letter-spacing: 0
}

.drawer__heading {
    margin: 0;
    color: #3a3a35;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: center;
    text-transform: capitalize;
    font-family: Georgia;
    font-size: 28px
}

.drawer__close {
    display: block;
    padding: 0;
    width: 15px;
    height: 15px;
    color: rgb(var(--color-foreground));
    background-color: transparent;
    border: none;
    cursor: pointer
}

.cart-drawer .drawer__cart-items-wrapper thead {
    display: none
}

.cart-drawer__warnings .drawer__close {
    right: 5px
}

.drawer__close svg {
    height: 100%;
    width: 100%
}

.drawer__contents {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.block__cart-item-subscribe {
    font-family: Overpass;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    text-align: left;
    color: #2b2829b2
}

.cart-drawer-icon-group {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 30px
}

.cart-drawer-icon-group:hover svg {
    cursor: pointer
}

.cart-drawer-next-icon:hover svg rect,
.cart-drawer-prev-icon:hover svg rect {
    fill: #1a1313
}

.cart-drawer-next-icon:hover svg path,
.cart-drawer-prev-icon:hover svg path {
    fill: #ffffff
}

.cart-drawer-next-icon,
.cart-drawer-prev-icon {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.drawer__footer {
    padding: 34px 30px;
    border-top: 2px solid #e3e2e2;
    background: #f0ede8
}

cart-drawer-items.is-empty+.drawer__footer {
    display: none
}

.drawer__footer>details {
    margin-top: -1.5rem;
    border-bottom: .1rem solid rgba(var(--color-foreground), .2)
}

.drawer__footer>details[open] {
    padding-bottom: 1.5rem
}

.drawer__footer summary {
    display: flex;
    position: relative;
    line-height: 1;
    padding: 1.5rem 2.8rem 1.5rem 0
}

.drawer__footer>details+.cart-drawer__footer {
    padding-top: 1.5rem
}

cart-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%
}

.cart-drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cart-drawer__overlay:empty {
    display: block
}

.cart-drawer__form {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap
}

.cart-drawer__collection {
    margin: 0 2.5rem 1.5rem
}

.cart-drawer .drawer__cart-items-wrapper {
    flex-grow: 1
}

.cart-drawer .cart-items,
.cart-drawer tbody {
    display: block;
    width: 100%
}

.cart-overflow-auto {
    overflow: auto;
    scrollbar-width: none
}

.cart-drawer thead {
    display: inline-table;
    width: 100%
}

cart-drawer-items {
    flex: 1
}
.cart-drawer .totals {
    align-items: center;
}

@media screen and (max-height:650px) {
    cart-drawer-items {
        overflow: visible
    }

    .drawer__inner {
        overflow: scroll;
        scrollbar-width: none
    }
}

.cart-drawer .cart-item__media {
    grid-row: 1/3
}

.cart-drawer .cart-item__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0
}

.cart-drawer .cart-items thead {
    margin-bottom: .5rem
}

.cart-drawer .cart-items thead th:first-child,
.cart-drawer .cart-items thead th:last-child {
    width: 0;
    padding: 0
}

.cart-drawer .cart-items thead th:nth-child(2) {
    width: 50%;
    padding-left: 0
}

.cart-drawer .cart-items thead tr {
    display: table-row;
    margin-bottom: 0
}

.cart-drawer .cart-items th {
    border-bottom: .1rem solid rgba(var(--color-foreground), .08)
}

.cart-drawer .cart-item .loading__spinner {
    right: 5px;
    padding-top: 2.5rem
}

.cart-drawer .cart-items td {
    padding-top: 0
}

.cart-drawer .cart-item>td+td {
    padding-left: 1rem
}

.cart-drawer .cart-item__details {
    width: auto;
    grid-column: 2/4
}

.cart-drawer .cart-item__totals {
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.cart-drawer.cart-drawer .cart-item__price-wrapper>:only-child {
    margin-top: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #3a3a35;
    display: flex
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.cart-drawer .unit-price {
    margin-top: .6rem
}

.cart-drawer .cart-items .cart-item__quantity {
    padding-top: 0;
    grid-column: 2/5
}

@media screen and (max-width:749px) {
    .cart-drawer .cart-item cart-remove-button {
        margin-left: 0
    }
}

.cart-drawer__footer>*+* {
    margin-top: 1rem
}

.cart-drawer .totals {
    justify-content: space-between
}

.cart-drawer .price {
    line-height: 1
}

.cart-drawer .tax-note {
    margin: 1.2rem 0 2rem auto;
    text-align: left
}

.cart-drawer .product-option dd {
    word-break: break-word;
    text-transform: capitalize
}

.cart-drawer details[open]>summary .icon-caret {
    transform: rotate(180deg)
}

.cart-drawer .cart__checkout-button {
    max-width: none
}

.drawer__footer .cart__dynamic-checkout-buttons {
    max-width: 100%
}

.drawer__footer #dynamic-checkout-cart ul {
    flex-wrap: wrap !important;
    flex-direction: row !important;
    margin: .5rem -.5rem 0 0 !important;
    gap: .5rem
}

.drawer__footer [data-shopify-buttoncontainer] {
    justify-content: flex-start
}

.drawer__footer #dynamic-checkout-cart ul>li {
    flex-basis: calc(50% - 0.5rem) !important;
    margin: 0 !important
}

.drawer__footer #dynamic-checkout-cart ul>li:only-child {
    flex-basis: 100% !important;
    margin-right: .5rem !important
}

@media screen and (min-width:750px) {
    .drawer__footer #dynamic-checkout-cart ul>li {
        flex-basis: calc(100% / 3 - 0.5rem) !important;
        margin: 0 !important
    }

    .drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),
    .drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,
    .drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),
    .drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li {
        flex-basis: calc(50% - 0.5rem) !important
    }
}

cart-drawer-items::-webkit-scrollbar {
    width: 3px
}

cart-drawer-items::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), .7);
    border-radius: 100px
}

cart-drawer-items::-webkit-scrollbar-track-piece {
    margin-top: 31px
}

.cart-drawer .quantity-popover-container {
    padding: 0
}

.cart-drawer .quantity-popover__info.global-settings-popup {
    transform: translateY(0);
    top: 100%
}

.cart-drawer .cart-item__error {
    margin-top: .8rem
}

.cart-drawer .quantity-popover__info+.cart-item__error {
    margin-top: .2rem
}

@media screen and (min-width:750px) {
    .cart-drawer .cart-item__quantity--info quantity-popover>* {
        padding-left: 0
    }

    .cart-drawer .cart-item__error {
        margin-left: 0
    }
}

.drawer__cart-items-wrapper {
    padding: 0 30px;
    margin-bottom: 36px
}

.drawer__cart-items-wrapper .cart-items {
    background: #fff;
    padding: 16px
}

.drawer__cart-items-wrapper .cart-items tbody .cart-item:not(:last-child) {
    margin-bottom: 8px;
    position: relative
}

.cart-drawer .cart-item::after {
    content: "";
    position: absolute;
    bottom: -4px;
    background: #d8d8d7;
    height: 1px;
    left: 0;
    right: 0;
    z-index: 1;
    top: auto
}

.cart-drawer .cart-item {
    display: flex;
    margin-bottom: 0;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    align-items: center
}

.cart-drawer .cart-item .cart-item__media {
    width: 90px;
    height: 90px
}

.cart-drawer .cart-item .cart-item__media {
    display: grid
}

.cart-drawer .cart-item .cart-item__details {
    width: calc(100% - 90px);
    padding-left: 16px
}

.block__cart-drawer-title .cart-item__name {
    color: #040707;
    font-family: Georgia;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

cart-drawer-items .cart-item .variant-color {
    margin: 0;
    color: #747173;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: capitalize
}

.cart-items-variant b {
    color: #121212;
    font-weight: 500
}

.block__cart-drawer-total {
    position: relative;
    width: 100%;
    max-width: fit-content
}

.cart-drawer .block__cart-drawer-total .loading__spinner {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0
}

.block_cart-drawer-qty-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: unset;
    margin: 12px 0 0
}

.cart-drawer .cart-item__error {
    display: none
}

.block_cart-drawer-qty-box .cart-quantity {
    width: 88px;
    min-height: 32px;
    border-radius: 4px;
    overflow: hidden;
    background: 0 0;
    border: 1px solid #e3e2e2
}

.block_cart-drawer-qty-box .cart-quantity:after,
.block_cart-drawer-qty-box .cart-quantity:before {
    display: none
}

.block__cart-item-subscribe {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: 0 0;
    border-radius: 6px;
    cursor: pointer
}

.block_cart-drawer-qty-box .cart-quantity button {
    width: 33.33%;
    margin: 0;
    color: #000;
    box-shadow: none;
    outline: 0
}

.cart-drawer .cart-item .cart-item__details {
    width: calc(100% - 90px);
    padding-left: 16px
}

.block__cart-drawer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: unset;
    gap: .5rem;
    margin: 0 0 4px
}

.block__cart-drawer-total {
    position: relative
}

.cart-drawer .block__cart-drawer-total .loading__spinner {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0
}

.cart-item__price-wrapper .price {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #3a3a35;
    font-family: "Century Gothic"
}

.block_cart-drawer-qty-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.block_cart-drawer-qty-box .cart-quantity:after,
.block_cart-drawer-qty-box .cart-quantity:before {
    display: none
}

.block_cart-drawer-qty-box .cart-quantity button {
    width: 33.33%;
    margin: 0;
    color: #000;
    box-shadow: none;
    outline: 0
}

.block_cart-drawer-qty-box .cart-quantity input {
    width: 33.33%;
    font-family: "Century Gothic";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #464244
}



.cart-drawer__footer .docapp-cart-with-coupon-summary {
    margin: 0
}

.cart-drawer__footer .docapp-cart-item.docapp-cart-subtotal .docapp-left,
.cart-drawer__footer .totals__total {
    margin: 0;
    font-family: Georgia !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    color: #3a3a35 !important
}

.cart-drawer__footer .docapp-coupon-input--input-container {
    margin-bottom: 5px !important
}

.cart-drawer__footer .docapp-cart-item.docapp-cart-subtotal .money.geolizr-currency.buckscc-money,
.cart-drawer__footer .totals__total-value {
    margin: 0;
    font-weight: 700;
    font-size: 26px !important;
    line-height: 100%;
    letter-spacing: 0;
    color: #3a3a35 !important;
    width: 100%;
    max-width: fit-content
}

.cart-drawer__footer .docapp-cart-with-coupon-summary--summary .docapp-cart-item.docapp-summary-note {
    margin: 0
}

.cart-drawer-title-block {
    text-align: left
}

.cart-drawer__footer .tax-note {
    margin: 14px 0 0 !important;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #747173;
    margin: 0
}

.drawer__footer .cart__ctas {
    gap: 12px
}

.drawer__footer .cart__ctas>* {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 18px;
    line-height: 21.33px;
    text-align: left;
    padding: 19px;
    cursor: pointer;
    transition: all .4s ease;
    width: 100%;
    border-radius: 4px;
    border: 1px solid transparent
}

.drawer__footer .cart__ctas .cart__checkout-button::after,
.drawer__footer .cart__ctas .cart__checkout-button::before {
    display: none
}

.drawer__footer .cart__ctas .cart__checkout-button {
    text-align: center;
    background: #a2412b;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    min-height: 48px;
    padding: 10px;
    margin-top: 28px
}

.drawer__footer .cart__ctas .view-cart-btn {
    font-weight: 500;
    color: #000
}

.drawer__footer .cart__ctas .view-cart-btn:hover {
    background: #1b1f23;
    color: #fff
}

.cart-item__quantity-wrapper cart-remove-button {
    margin: 0
}

.cart-item__quantity-wrapper cart-remove-button button {
    min-width: 3rem;
    min-height: 3rem
}

.cart-item__quantity-wrapper {
    display: flex;
    gap: 10px
}

.block_cart-drawer-collection {
    padding-left: 30px;
    padding-bottom: 36px
}

.block_cart-drawer-collection-title {
    margin-bottom: 16px;
    padding-right: 30px
}

.block_cart-drawer-collection-title h2 {
    font-family: Georgia;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #3a3a35;
    margin: 0
}

.cart-slider-btns {
    gap: 1rem
}

.block_cart-drawer-collection-item-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%
}

.block_cart-drawer-collection-img {
    display: block;
    position: relative;
    height: 100%;
    border-radius: 0;
    padding-bottom: 100%
}

.block_cart-drawer-collection-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    border-radius: 0;
    box-sizing: border-box
}

.block_cart-drawer-collection-card-title {
    text-decoration: none;
    margin: 0;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Century Gothic" !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #3a3a35;
    text-transform: uppercase
}

.block_cart-drawer-collection-btn-block {
    padding: 16px 14px 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.block_cart-drawer-collection-btn-block .quick-cart-btn {
    padding: 12px 17px;
    background: #a2412b;
    border-radius: 0;
    align-items: center;
    border: none;
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    font-family: "Century Gothic" !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-top: 13px;
    cursor: pointer
}

.block_cart-drawer-collection-card-rating .yotpo .text-m {
    color: #3a3a35 !important;
    font-size: 12px;
    letter-spacing: .3px;
    padding-left: 8px;
    font-family: "Century Gothic" !important
}

.block_cart-drawer-collection-price {
    margin: 0;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0;
    color: #202327
}

.cart-dropdown {
    position: absolute;
    right: 12px
}

.variant-select-box {
    position: relative;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.variant-select-box select:focus-visible {
    box-shadow: none;
    outline: 0
}

.variant-select-box select {
    border: none;
    padding: 12px 12px;
    cursor: pointer;
    background: 0 0;
    appearance: none;
    width: 100%;
    height: 100%;
    color: #000000b2;
    font-family: Barlow;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0
}

.block_cart-drawer-collection-button {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.block_cart-drawer-collection-button button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    transform: unset;
    border: 1px solid #1b1f231a;
    background: #f5f5f5;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
    transition: all .6s ease
}

.block_cart-drawer-collection-button button:hover {
    background: #000;
    transition: all .6s ease
}

.block_cart-drawer-collection-button button:hover svg path {
    fill: #ffffff;
    transition: all .6s ease
}

.block_cart-drawer-collection-button button:before {
    display: none
}

.block_cart-drawer-collection-btn {
    text-align: center;
    width: 100%;
    background: #252c44;
    color: #fff;
    padding: 5px 13px 5px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #0d3550;
    transition: all .4s ease
}

.block_cart-drawer-collection-btn:hover {
    color: #0d3550;
    background: 0 0
}

.block_cart-drawer-collection-slider .slick-list {
    padding-left: 0 !important
}

.block__cart-drawer-progress-block {
    padding: 32px 30px 22px
}

.block__cart-drawer-progress-text {
    margin: 0 0 14px;
    color: #3a3a35;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    opacity: 1;
    background: #d8d1bd;
    padding: 10px
}

.block__cart-drawer-progress-text span {
    font-weight: 600
}

.block__cart-drawer-progress-box {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-block: 40px
}

.block__cart-drawer-progress-box span {
    display: block;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #3a3a35;
    text-wrap: nowrap
}

.block_milestone.block_first_minestone {
    position: absolute;
    top: 10px;
    transform: translate(55%, -50%);
    right: 0;
    text-align: center;
    width: auto
}

.block_milestone.block_secound_minestone {
    position: absolute;
    top: 10px;
    transform: translate(0, -50%);
    right: 0;
    text-align: center;
    left: auto;
    width: fit-content
}

.block__cart-drawer-progress {
    width: 100%;
    background: #fff;
    position: relative;
    height: 3px
}

.block__cart-drawer-progress span {
    position: absolute;
    top: 0;
    background: #3a3a35;
    left: 0;
    z-index: 1;
    height: 100%
}

.block__cart-drawer-progress-value {
    font-weight: 600
}

cart-drawer-items.is-empty .block__cart-drawer-progress-block {
    display: none
}

cart-drawer-items.is-empty .block_cart-drawer-collection {
    display: none
}

.block_cart-drawer-collection-slider .slick-track {
    display: flex;
    padding: 0 0 0 49%
}

.block_cart-drawer-collection-slider .slick-slide {
    height: inherit
}

.block_cart-drawer-collection-slider .slick-slide .block_cart-drawer-collection-item,
.block_cart-drawer-collection-slider .slick-slide .block_cart-drawer-collection-item-block,
.block_cart-drawer-collection-slider .slick-slide>div {
    height: 100%
}

.block__cart-item-subscribe {
    font-family: League Spartan;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #2b2829b2;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex
}

.quantity__button svg {
    pointer-events: none
}

.block_cart-drawer-collection-btn-block .quick-cart-btn svg {
    margin: 0 8px 0 0
}

.block_cart-drawer-collection-btn-block .quick-cart-btn span {
    display: flex;
    align-items: center
}

.cart-items-variant:first-child span {
    display: none
}

.product-option dt {
    font-family: Manrope;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    color: #717171
}

.product-option dd {
    font-family: Manrope;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000
}

.product-option {
    line-height: 1 !important
}

.block_cart-drawer-collection-slider .yotpo-widget-instance {
    margin: 0 !important
}

.block_cart-drawer-collection-slider .yotpo-bottom-line-scroll-panel .yotpo-sr-bottom-line-button {
    gap: 0 !important
}

.block_cart-drawer-collection-slider .yotpo-sr-bottom-line-button .yotpo-sr-bottom-line-score,
.block_cart-drawer-collection-slider .yotpo-sr-vertical-border {
    display: none !important
}

.block_cart-drawer-collection-slider .yotpo-sr-bottom-line-text {
    font-size: 12px !important;
    line-height: 15px !important
}

.block_cart-drawer-collection-slider .yotpo-reviews-star-ratings-widget {
    margin: 0 !important
}

.block_cart-drawer-collection-slider .yotpo-reviews-star-ratings-widget span {
    height: 11px !important
}

.block_cart-drawer-collection-slider .yotpo-reviews-star-ratings-widget span svg.star-container {
    width: 11px;
    height: 11px
}

.block__cart-drawer-progress-bar {
    position: relative;
    width: 100%
}

.block__cart-drawer-progress-box .block__cart-drawer-progress-content {
    font-size: 12px;
    line-height: 16px;
    margin-top: 11px
}

.block__cart-drawer-progress-box .block__cart-drawer-progress-value {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.block_milestone {
    display: flex;
    flex-direction: column
}

.block__cart-drawer-progress-gift {
    height: 18px;
    width: 18px;
    margin-inline: auto;
    margin-bottom: 5px
}

.block_secound_minestone .block__cart-drawer-progress span::after {
    content: '';
    right: 0;
    background: #3a3a35;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transform: translate(10px, -50%);
    top: 50%
}

.block_first_minestone .block__cart-drawer-progress span::after {
    content: '';
    right: 0;
    background: #3a3a35;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transform: translate(10px, -50%);
    top: 50%
}

.block_first_minestone .block__cart-drawer-progress .secound_phase_start::after {
    display: none
}

.block_first_minestone,
.block_secound_minestone {
    position: relative
}

.block_minstones-wrapper {
    display: flex;
    width: 100%;
    align-items: center
}

.block_first_minestone {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.block_secound_minestone {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.product-option.selling_plan_product_option {
    font-size: 16px;
    margin-top: 5px
}

.variant-size.block__bold-text {
    margin-bottom: 0
}

.block_minstones-wrapper--without-thresholds>.block_first_minestone,
.block_minstones-wrapper--without-thresholds>.block_secound_minestone {
    width: 100%
}

.block_minstones-wrapper--without-thresholds .block_milestone {
    transform: translateY(-50%)
}

cart-drawer-items .cart__contents.cart-drawer__form:first-child {
    padding-top: 32px
}

@media screen and (max-width:990px) {
    .drawer__inner {
        width: 90rem
    }
}

@media screen and (max-width:749px) {
    .drawer__inner {
        width: 100rem;
        max-width: 100vw
    }

    .drawer__header {
        padding: 18px 24px
    }

    .block__cart-drawer-progress-block {
        padding: 20px
    }

    .block__cart-drawer-progress-text {
        font-size: 11px
    }

    .drawer__heading {
        font-size: 20px
    }

    .drawer__cart-items-wrapper {
        padding: 0 20px;
        margin-bottom: 20px
    }

    .cart-drawer .cart-item .cart-item__media {
        width: 60px;
        height: 60px
    }

    .cart-drawer .cart-item .cart-item__details {
        width: calc(100% - 60px)
    }

    .block__cart-drawer-title .cart-item__name {
        font-size: 14px
    }

    .cart-drawer.cart-drawer .cart-item__price-wrapper>:only-child {
        font-size: 10px;
        line-height: 12px
    }

    .block_cart-drawer-qty-box .cart-quantity input {
        font-size: 12px
    }

    .block__cart-drawer-total .item-compare_at_price {
        padding-left: 6px
    }

    cart-drawer-items .cart-item .cart-item__variant {
        font-size: 11px
    }

    .cart-drawer-next-icon,
    .cart-drawer-prev-icon {
        width: 32px;
        height: 32px
    }

    .block_cart-drawer-collection-title h2 {
        font-size: 20px
    }

    .block_cart-drawer-collection-title {
        margin-bottom: 14px;
        padding-right: 20px
    }

    .block_cart-drawer-collection {
        padding-left: 20px;
        padding-bottom: 20px
    }

    .block_cart-drawer-collection-btn-block {
        padding: 10px 9px
    }

    .block_cart-drawer-collection-card-title {
        font-size: 11px
    }

    .block_cart-drawer-collection-btn-block .quick-cart-btn {
        margin-top: 8px;
        font-size: 8px;
        padding: 4px 10px
    }

    .block_cart-drawer-collection-slider .yotpo-sr-bottom-line-text {
        font-size: 10px !important;
        line-height: 12px !important
    }

    .drawer__footer {
        padding: 20px
    }

    .cart-drawer__footer .docapp-cart-item.docapp-cart-subtotal .docapp-left,
    .cart-drawer__footer .totals__total {
        font-size: 16px !important
    }

    .cart-drawer__footer .docapp-cart-with-coupon-summary--summary .docapp-cart-item.docapp-summary-note,
    .cart-drawer__footer .tax-note {
        font-size: 12px !important
    }

    .cart-drawer__footer .docapp-cart-item.docapp-cart-subtotal .money.geolizr-currency.buckscc-money,
    .cart-drawer__footer .totals__total-value {
        font-size: 22px !important
    }

    .drawer__footer .cart__ctas .cart__checkout-button {
        font-size: 14px;
        margin-top: 24px
    }

    .block__cart-drawer-progress-box {
        margin-block: 30px;
    }

    .product-option.selling_plan_product_option {
        font-size: 11px
    }

    cart-drawer-items .cart__contents.cart-drawer__form:first-child {
        padding-top: 20px
    }
}