/** Shopify CDN: Minification failed

Line 1120:3 Unexpected "/"

**/
html {
    scroll-behavior: smooth;
}

/* # Top Bar
================================================== */

.text__slider-container.flickity-enabled .flickity-button {
    background: transparent;
    width: 36px;
    height: 16px;
    border-radius: 0;
}

.text__slider-container.flickity-enabled .flickity-button svg {
    display: none;
}

.text__slider-container.flickity-enabled .flickity-button:after {
    content: '';
    background: url('arrow_left.svg');
    width: 24px;
    height: 14px;
    background-repeat: no-repeat;
}

.text__slider-container.flickity-enabled .flickity-prev-next-button.next::after {
    transform: scale(-1);
    -webkit-transform: scale(-1);
}

.text__slider-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;    
    font-weight: bold;
    line-height: 27px;
}

.text__slider-slide-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.top-bar__item.top-bar__item-convertors.is-justify-right .selectors-form__wrap {
    justify-content: flex-end;
}

.top-bar__item.top-bar__item-convertors .selectors-form__wrap button.disclosure__toggle {
    max-height: 24px;
    padding: 0;
    background: transparent;
    color: #FFFFFF;
    font-size: 18px;    
    border: 0;
    min-width: 85px;
}

.top-bar__item.top-bar__item-convertors .selectors-form__wrap button.disclosure__toggle .icon {
    width: 18px;
    height: 10px;
}

.top-bar__item.top-bar__item-social_media .social-icons li a {
    display: flex;
}

.top-bar__item.top-bar__item-social_media .social-icons li .icon {
    width: 30px;
    height: 26px;
}

.top-bar__item.top-bar__item-social_media .social-icons li {
    padding-right: 16px;
}

/* # Header
================================================== */

#shopify-section-header-search-focus .header__search .field {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}

#shopify-section-header-search-focus .header__search .field .control:last-child {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

#shopify-section-header-search-focus .header__search .field .control:not(:last-child) input {
    height: 44px;
    border-radius: 8px;
    border-width: 1px;
}

#shopify-section-header-search-focus .header__search .field .control .button.header__search-button {
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 6px;
    border-radius: 4px;
    background-color: #00C2CB;
    border: 1px solid #00C2CB;
    box-shadow: none !important;
    outline: none !important;
}

#shopify-section-header-search-focus .header__search .field .control .button.header__search-button .icon {
    fill: #FFFFFF;
}

#shopify-section-header-search-focus .header__search .field .control .button.header__search-button:hover .icon {
    fill: #00c2cb;
}

#shopify-section-header-search-focus .header__search .field .control .button.header__search-button:hover {
    background: transparent;
    border-color: #00c2cb;
}

.action-area__link {
    flex-direction: row;
}

.header-cart.action-area__link .header__link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon.header__icon {
    height: 20px;
    width: 20px;    
}

.header__icon-style-icons-text .icon-caption {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 19px;
    padding-top: 0;
    margin-left: 8px;
}

.header-cart__count--badge-inactive {
    display: none;
}

.payment__images-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    margin-top: 16px;
}

.payment__image img {
    width: 78px;
    height: 30px;
    object-fit: contain;
}

.payment_accept-wrapper {
    align-items: center;    
}

.payment__image {
    height: auto;
    max-height: 30px;
    margin-left: 8px;
    margin-right: 8px;
}

.payment__image:last-child {
    margin-right: 0;
}

.payment_accept-title {
    line-height: 24px;
    margin-top: 16px;
}

.navbar-link:not(.is-arrowless) {
    padding-right: 19px;
}

.navbar-link:not(.is-arrowless):after {
    right: 0;
}

.navbar-item.has-mega-menu a:after {
    font-size: 12px;
    font-weight: 600;
}

.navbar-link {
    margin: 0 8px;
    line-height: 19px;
}

#shopify-section-header-search-focus .header .header__inner-content {
    padding-top: 6px;
    padding-bottom: 16px;
}

/* # Button
================================================== */

.button {
  padding: 16px 45px;
  border-style: solid;
  font-weight: bold;

}

/* # Slideshow Classic
================================================== */

.slideshow-classic__heading.banner__heading.title {
    line-height: 77px;
    margin-bottom: 12px;
}

.slideshow-classic__subheading.banner__subheading.subtitle {
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 796px;
    margin-left: auto;
    margin-right: auto;
}

.slideshow-classic__subheading.banner__subheading.subtitle.is-h5 { 
    line-height: 36px;
    font-size: 24px;
}

.slideshow-classic__buttons.buttons .button {
    padding: 17px 52px;
}
.slideshow-classic .flickity-page-dots li {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    opacity: 30%;
}
.button {
    font-family: 'Figtree Bold';
}
body .cart__row.cart__additional {
    margin-top: 24px;
}

@media screen and (min-width:799px) {
.slideshow-classic .flickity-page-dots li {
    display: block;
    margin: 16px 0;
}
.slideshow-classic .flickity-page-dots {
    width: auto;
    height: 100%;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slideshow-classic .flickity-page-dots li:first-child {
    margin-top: 0;
}

.slideshow-classic .flickity-page-dots li:last-child {
    margin-bottom: 0;
}
}




/* # Logo List
================================================== */

.logo-list__link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.logo-list__link h5 {
    width: 100%;
    margin-left: 16px;
    color: #FFFFFF;
}

.logo-list__link .image-element__wrap {
    max-width: 40px!important;
    width: 100%!important;
}

.logo-list__link img {
    height: 40px;
    width: 40px!important;
}

/* # List Collection
================================================== */

.list-collection__thumbnail .product-wrap.col__shape-rounded {
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    border: 1.33px solid #F2F2F2;
    border-radius: 125.33px;
    background-color: #FEFEFE;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.04);
}

.collection-info__caption--below-image {
    padding-top: 16px;
    padding-bottom: 16px;
}

.collection-info__caption-wrapper .title {
    line-height: 29px;
}

/* # Featured Collection
================================================== */

.featured-collection__title.title.is-h2 {
    line-height: 48px;
}

.heading-wrapper--featured-collection.heading-wrapper {
    margin-bottom: 48px;
}

.product-thumbnail__price.price {
    color: #CB6CE5;
    padding-top: 8px;
    line-height: 24px;
}

.product-thumbnail {
    padding-top: 5px;
}

.product-thumbnail__title {
    line-height: 24px;
}

.featured__nav-wrapper {
    justify-content: center;
    margin-top: 24px;
}

.featured__nav-wrapper .featured__nav {
    cursor: pointer;
    margin: 0 12px;
}

.featured__nav-wrapper .featured__nav:first-child {
    margin-left: 0;
}

.featured__nav-wrapper .featured__nav:last-child {
    margin-right: 0;
}

.featured__nav.featured__nav--prev .icon[data-icon=left-arrow-background] {
    transform: scale(-1);
}

.featured__nav-wrapper .featured__nav .icon {
    width: 40px;
    height: 40px;
}

.featured-collection-section .buttons {
    margin-top: 8px;
}



/* # Homepage Image-with-text
================================================== */

#shopify-section-template--16684975685879__b53931a6-fe0d-4290-82af-dbe1f1f8381a-1675447922b1997254-0 {
    width: calc(33.3333333333% - var(--gutter));
}

#shopify-section-template--16684975685879__b53931a6-fe0d-4290-82af-dbe1f1f8381a-1675447922b1997254-1 {
    position: absolute;
    right: 20%;
    top: 80px;
}

#shopify-section-830a0450-9ee7-4212-86a1-3ab487c934f2 {
    z-index: 8;
    width: calc(33.3333333333% - var(--gutter));
}

#shopify-section-template--16684975685879__b53931a6-fe0d-4290-82af-dbe1f1f8381a-1675447922b1997254-2 {
    width: calc(33.3333333333% - var(--gutter));
    padding-left: 0;
}
h3.surface-pick-up-embed__location-availability {
    font-size: 20px !important;
}
#gf-tree .noUi-handle.noUi-handle-lower {
    right: 0 !important;
    left: 16px !important;
}

#gf-tree .noUi-handle {
    right: 0;
    left: 0;
}

#gf-tree .noUi-connects {
    margin: 0 !important;
}

/* .ajax-cart__overlay,
#theme-ajax-cart{
  display: none !important;
} */


.product___custom-options .swatch .swatch__option {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product___custom-options .swatch .swatch__option .swatch-element.color{
    width: max-content;
    justify-content: center;
}

.product___custom-options variant-selection options-selection {
    /* display: flex; */
    /* flex-direction: column; */
}

.product___custom-options options-selection fieldset.swatch{
    /* margin-bottom: 15px; */
    /* order: -1; */
}

span.colors_new__label {
    font-size: 12px;
    display: block;
    text-align: center;
    max-width: 58px;
    word-break: break-word;
    width: max-content;
}

[data-variant-option-available="false"] ~ .colors_new__label, [data-variant-option-available="false"] ~ .swatch-element {
    /* display: none; */
    opacity: 0.4;
}

.password-auth-popup-section {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-auth-popup-section section{
    background: #fff;
    padding: 40px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-auth-popup-section .password_auth_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.password-auth-popup-section button.password_auth_btn {
    margin-top: 19px;
}

.close__popup_auth {
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.password-auth-popup-section .password_error {
    margin-top: 12px;
    color: red;
}



/* Landing Page */

.page-landing {
    .top-bar, .header-section, .footer {
        display: none;
    }    
}

.page-landing {
    p,
    .rte {
        font-size: 20px;
    }

    h1, .h1 {
        font-size: 56px;
        font-weight: 800;
    }
    
    h2, .h2 {
        font-size: 44px;
        font-weight: 800;
    }
    
    h3, .h3 {
        font-size: 36px;
        font-weight: 800;
    }
    
    h4, .h4 {
        font-size: 24px;
        font-weight: 800;
    }
    
    h5, .h5 {
        font-size: 20px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    @media (max-width: 798px) {
        p,
        .rte {
            font-size: 16px;
        }

        h1, .h1 {
            font-size: 44px;
        }

        h2, .h2 {
            font-size: 32px;
        }

        h3, .h3 {
            font-size: 24px;
        }

        h4, .h4 {
            font-size: 20px;
        }

        h5, .h5 {
            font-size: 16px;
        }

        h6, .h6 {
            font-size: 14px;
        }
    }
}


/* New Cart Drawer Styling */

.theme-ajax-cart.shopify-section.is-drawer{
    max-width: 440px;
    width: 100%;
    overflow-y: hidden;
}
.ajax-cart.ajax-cart--drawer #ajax-cart__content{
    padding: 0;
}
.ajax-cart__form{
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
#theme-ajax-cart .ajax-cart__form  .ajax-cart__list{
    /* padding: 0 30px; */
    overflow-y: hidden;
    height: auto;
}
.ajax-cart__form  .ajax-cart__details-wrapper{
    padding: 10px 30px;
    position: sticky;
    bottom: 64px;
    box-shadow: 0 0 10px #82828233;
    background: #f1f1f1;
    border-top-color: #00000026;
    z-index: 99;
}
.ajax-cart__product-title a{
    text-decoration: none;
    color: #545454;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Figtree Bold';
    letter-spacing: normal;
    opacity: 1;
    display: block;
    width: 100%;
    line-height: normal;
    padding-right: 10px;
}
.ajax-cart__product-title a:hover{
    color: #545454;
    text-decoration: underline;
}
.cart-count-with-icon{
    display: flex;
    align-items: center;
    width: fit-content;
}
.cart-count-with-icon svg{
    height: 26px;
    width: 26px;
    stroke: #000;
}
.ajax-cart__cart-count{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom-color: #00000026;
}
.ajax-cart__cart-count .ajax-cart__close-icon-wrap{
    position: relative;
    top: 0;
    right: 0 !important;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000026;
}
.ajax-cart__cart-count .ajax-cart__close-icon-wrap:hover{
    background-color: #0000001a;
}
.ajax-cart__close-icon-wrap .icon{
    height: 10px;
    width: 10px;
}
.ajax-cart__close-icon-wrap .icon svg{
    stroke: #000;
    stroke-width: 6px;
}
.cart-count-with-icon .cart__count--text{
    background: #ff5fd2;
    width: 1.5em;
    height: 1.5em;
    font-size: .9em;
    color: #fff;
    border-radius: 100%;
    font-weight: 600;
    margin-left:  5px;
}
.cart-count-with-icon .cart__count--text:before,
.cart-count-with-icon .cart__count--text:after{
    display: none;
}
.ajax-cart__product-content .ajax-cart__delete .icon{
    height: 18px;
    width: 18px;
    opacity: 0.5;
    margin-left: 0;
}
.ajax-cart__delete .icon:hover{
    opacity: 1;
    transition: 0.2s ease-in;
}
.ajax-cart__quantity-box .quantity-wrapper{
    border: none;
    background: #eee;
    max-width: 75px;
    width: 100%;
    border-radius: 0;
}
.ajax-cart__quantity-box .quantity-wrapper .quantity-element{
    min-width: 25px;
    max-width: 25px;
    width: 100%;
    min-height: 30px;
    height: 100%;
}
.ajax-cart__quantity-box-wrap .quantity-input.quantity-element{
    padding: 0 0px;
    font-size: 14px;
    font-weight: 600;
}
.ajax-cart__product-image{
    max-width: 100px;
    width: 100%;
    height: 100px;
    margin-right: 15px;
}
.ajax-cart__list .ajax-cart__product{
    padding: 15px 30px;
    align-items: stretch;
}
.ajax-cart__product-content.media-content{
    position: relative;
    height: auto;
}
.ajax-cart__right-content{
    width: fit-content;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: -15px;
}
.ajax-cart__details-wrapper .ajax-cart__subtotal{
    padding: 0;
    margin: 10px 0;
}
.ajax-cart__details-wrapper .ajax-cart__subtotal span{
    font-size: 18px;
    line-height: normal;
}
.cart-note-main{
    padding: 15px 30px ;
    border-top: 1px solid;
    border-top-color: #00000026;
}
.cart-note-toggle-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
}
.cart-note-toggle{
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}
.cart-note-toggle-icon svg{
    height: 100%;
    width: 100%;
}
.cart-note-toggle-text{
    text-decoration: underline;
    margin-left: 10px;
}
.cart-note-main .ajax-cart__note{
    display: none;
}
.cart-note-main.active .ajax-cart__note{
    display: block;
}
.tos .tos_agree{
    cursor: pointer;
}
.ajax-cart__tos-checkbox .tos{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tos_label{
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    font-family: 'Figtree SemiBold';
}
#theme-ajax-cart .ajax-cart__button-wrapper .ajax-cart__cart-link{
    margin-top: 0;
    border: none;
    font-size: 14px !important;
    opacity: .8;
    text-decoration: none;
    line-height: normal !important;
    font-family: Montserrat !important;
    border: 1px solid #000;
    margin: 10px 8px;
    color: #000;
    font-weight: 700;
    padding: 12px !important;
}
#theme-ajax-cart .ajax-cart__button-wrapper .ajax-cart__cart-link:hover{
    background: none;
    opacity: 1;
}
#theme-ajax-cart #nvd-without-checkout-btn{
    padding-bottom: 0 !important;
}
.tos-bottom-text{
    font-size: 12px;
    opacity: 0.8;
    color: #545454;
    margin-top: 10px;
    display: block;
}

/* .ajax-cart__details-wrapper .ajax-cart__button-wrapper #nvd-with-checkout-btn,
.cart__footer .cart__checkout #nvd-with-checkout-btn{
    opacity: 0.6 !important;
    pointer-events: none !important;
}
.ajax-cart__details-wrapper.active .ajax-cart__button-wrapper #nvd-with-checkout-btn,
.cart__footer.active .cart__checkout #nvd-with-checkout-btn{
    opacity: 1 !important;
    pointer-events: auto !important;
} */

/* new css */
.cart-drawer-continue-shopping{
    padding: 0 30px 20px;
    position: sticky;
    bottom: 0;
    background: #f1f1f1;
    border-top-color: #00000026;
    z-index: 99;
}
.cart-drawer-continue-shopping .ajax-cart__cart-link{
    font-size: 14px !important;
    opacity: 0.8 !important;
    text-decoration: none;
    line-height: normal !important;
    font-family: Montserrat !important;
    border: 1px solid #000 !important;
    margin: 0;
    color: #000 !important;
    font-weight: 700;
    padding: 12px !important;
    margin: 0 8px;
}
.cart-drawer-continue-shopping .ajax-cart__cart-link:hover{
    background-color: initial !important;
    opacity: 1 !important;
}
.ajax-cart__details-wrapper{
    padding-bottom: 0;
}
.cart-continue-shopping,
.cart__item-list .cart__row.cart__checkout{
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}
.cart-continue-shopping .cart__row.cart__additional{
    margin-top: 0;
}
.cart__row.cart__checkout .button.add_to_cart.checkout{
    display: none !important;
}

/* end new css */

.ajax-cart__details-wrapper .ajax-cart__button-wrapper,
.cart__item-list .cart__row.cart__checkout{
    opacity: 0.6;
    pointer-events: none;
}

.ajax-cart__details-wrapper.active .ajax-cart__button-wrapper,
.cart__item-list.active .cart__row.cart__checkout{
    opacity: 1;
    pointer-events: auto;
}
.cart-list-and-note{
    margin-bottom: auto;
}
.media+.media{
    border-top-color: #00000026;
}
.ajax-cart__price.price .money{
    color: #00c2cb;
    font-size: 16px;
    font-family: 'Figtree Bold';
}
.ajax-cart__price.price .money.compare-at-price{
    display: none;
}
.per-item-price{
    font-size: 14px;
    font-family: 'Montserrat';
}
.per-item-price.per-item-price-sale{
    text-decoration: line-through;
    margin-left: 5px;
    opacity: 0.6;
}
.per-item-price-main{
    margin-top: 5px;
    line-height: normal;
}
.ajax-cart__price-qty{
    margin-top: 12px;
}
.ajax-cart__empty-cart-message{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}
.empty-cart-links-main{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.empty-cart-shipping-link{
    background: #00c2cb;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Figtree Semibold';
    border: 1px solid #00c2cb;
}
.empty-cart-shipping-link:hover{
    background: #fff;
    color: #00c2cb !important;
}

.nvd-mini.w-nvd-100 {
    min-width: 100%;
}

div#nvd-standard-widget-container {
    min-width: 100%;
}

button#nvd-with-checkout-btn,
.nvd-mini #nvd-standard-widget-container .nvd-main-content-area+button {
    background: #00c2cb !important;
    padding: 12px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 1px solid #00c2cb !important;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
}

button#nvd-with-checkout-btn:hover,
.nvd-mini #nvd-standard-widget-container .nvd-main-content-area+button:hover {
    background-color: #ffffff !important;
    border-color: #00c2cb !important;
    color: #00c2cb !important;
}

button#nvd-with-checkout-btn:hover span#nvd-subtotal {
    color: #00c2cb !important;
}

#nvd-without-checkout-btn,
.nvd-mini #nvd-standard-widget-container #nvd-with-checkout-btn+button { 
    background: transparent !important; 
    border:0px !important;
    color: #00070B !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    padding: 12px;
}

.qsc2-drawer-footer__summary:has(.nvd-mini div) button.qsc2-basic.qsc2-btn.qsc2-checkout-button{
    display: none;
}

div#nvd-reminder-modal {
    z-index: 999999999999999999 !important;
}

.product__thumbnail .gw-add-to-wishlist-product-card-placeholder{
    z-index: 9 !important;
    right: 5px !important;
    top: 45px !important;
}
body{
    overflow: hidden !important;
}
.top-bar.top-bar-space-between{
    justify-content: space-between;
}

.top-bar.top-bar-space-between .top-bar__item.top-bar__item-text{
    display: none;
}

/* .featured-collection .flickity-viewport{
    height: auto !important;
} */

@media(max-width: 450px){
    .ajax-cart__form .ajax-cart__details-wrapper{
        padding: 10px 20px 0;
    }
    .ajax-cart__list .ajax-cart__product{
        padding: 15px 20px;
    }
    .ajax-cart__right-content{
        right: -10px;
    }
    .ajax-cart__cart-count{
        padding: 15px;
    }
}




/* 

.ajax-cart__protection-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.protected-checkout-btn,
.checkout-no-protection-btn {
  width: 100%;
}
.protected-checkout-btn:disabled,
.checkout-no-protection-btn:disabled,
.protected-checkout-btn.disabled,
.checkout-no-protection-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ajax-cart__protection-info {
  padding: 0;
  color: #555;
  font-size: 0.9em;
}
/* .protection-toggle-price {
  font-weight: 600;
  color: #2eb8b8;
} */
#theme-ajax-cart .ajax-cart__button-wrapper .ajax-cart__cart-link.checkout-no-protection-btn {
    border: none;
    background: transparent !important;
    border: 0px !important;
    color: #00070b !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    padding: 0 !important;
}
.protection-line-info {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    margin: 10px 0 0;
}
.ajax-cart__tos-checkbox.text-align-center, #ajax-cart__content button.ajax-cart__button.button--add-to-cart.button, #ajax-cart__content a.ajax-cart__cart-link.button.button--secondary { margin-top: 10px; }
.protection-icon svg.widget-logo { vertical-align: middle; }
span.protection-toggle-sub {
    font-size: 12px;
    opacity: .8;
    color: #545454;
    display: block;
}
.cart-drawer-continue-shopping a.ajax-cart__cart-link.button.button--secondary {
    color: #00070b!important;
    font-size: 14px!important;
    cursor: pointer!important;
    text-decoration: underline!important;
    font-weight: 400!important;
    padding: 0!important;
    border: none!important;
    margin-top: 0 !important;
} */