.pt-45 {
    padding-top: 35px
}

.ongoing-payment-alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 9999;
    width: 280px;
    font-family: sans-serif;
    animation: slideUp 0.3s ease-in-out;
}

.ongoing-payment-alert .header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ongoing-payment-alert .dot {
    width: 10px;
    height: 10px;
    background: #facc15;
    border-radius: 50%;
    margin-right: 8px;
}

.ongoing-payment-alert .title {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.ongoing-payment-alert .meta {
    font-size: 13px;
    color: #6b7280;
    margin: 4px 0 6px 0;
}

.ongoing-payment-alert .amount {
    font-size: 14px;
    color: #111827;
    margin-bottom: 12px;
}

.ongoing-payment-alert .continue-btn {
    display: inline-block;
    text-align: center;
    background: #2563eb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.ongoing-payment-alert .cancel-btn {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    background: #c92727;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.ongoing-payment-alert .continue-btn:hover {
    background: #1d4ed8;
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


.bc-sf-filter-clear {
    margin-right: 20px !important
}

.ProductItem__LabelList .Sale,
.ProductItem__LabelList .Sold.Out {
    background: red;
    color: #fff;
    width: 100px
}

.brand-promise {
    width: 100%;
    max-width: 480px;
    display: block;
    margin: auto
}

.img-paymentlist-custom {
    max-width: 420px;
    display: block;
    width: 100%
}

#maptab #powered_by {
    display: none !important
}

.Image--contrast:after {
    background-image: unset !important
}

.Header__CartDot {
    background-color: #00b5ff;
    color: #efefef;
    width: 20px;
    height: 20px;
    left: 15px;
    right: unset;
    top: -9px;
    padding-top: 1px;
    padding-left: 5px
}

#bc-sf-filter-bottom-pagination ul.pagination-custom {
    text-align: center
}

#bc-sf-filter-bottom-pagination ul.pagination-custom li {
    display: inline-block !important;
    margin: 15px 5px
}

.banner-custom .\31\/2--phone {
    margin-top: 24px
}

.text-center {
    text-align: center
}

#sidebar-cart.Drawer--fromRight {
    padding-top: 30px
}

.SizeSwatch.sold-out:after {
    content: "(Sold Out)"
}

@media (max-width: 560px) {
    .pt-45 {
        padding-top: 45px
    }

    #collection-filter-drawer.Drawer--fromRight,
    #sidebar-menu.Drawer--fromLeft {
        padding-top: 25px
    }
}

.table tr {
    border-top: none !important;
}

.pt-45 {
    padding-top: 0;
}

.CollectionToolbar {
    /*position: -webkit-sticky;*/
    position: unset;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: white;
    box-shadow: 1px 1px #e7e7e7, -1px -1px #e7e7e7;
    z-index: 2;
}

.shopify-section--header {
    position: fixed !important;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 5;
}

#shopify-section-announcement {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

#main {
    margin-top: 135px;
}

#section-slideshow .Heading,
#section-slideshow .flickity-page-dots {
    color: #d0cfcf;
}

#section-slideshow .Button {
    color: #363636;
    border-color: #ffffff;
}

#section-slideshow .Button::before {
    background-color: #000000;
}

@media (-moz-touch-enabled: 0),
(hover: hover) {
    #section-slideshow .Button:hover {
        color: #ffffff;
    }
}

@media only screen and (max-width: 1007px) {
    .Slideshow__ImageContainer {
        --aspect-ratio: 1 !important;
    }

    .CollectionToolbar {
        display: block !important;
    }

    .Search__SearchBar {
        height: 50px;
        margin-left: unset !important;
        padding: 5px;
        border-top: outset;
    }
}

.Drawer__Main {
    padding-right: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
}

.CollectionInner__Sidebar {
    width: 300px !important;
}

.CollectionToolbar {
    /* position: -webkit-sticky;
    position: sticky;*/
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: white;
    box-shadow: 1px 1px #e7e7e7, -1px -1px #e7e7e7;
    z-index: 2;
}

#filter_button {
    display: none !important;
}

@media only screen and (max-width: 1007px) {
    #filter_button {
        display: block !important;
    }
}

.bc-sf-search-suggestion li {
    list-style: unset !important;
}

.bc-sf-search-suggestion-product-title {
    margin-top: 30px !important;
}

@media screen and (max-width: 640px) {
    /*
        ** MOBILE MODE
    */

}

@media screen and (max-width: 1007px) and (min-width: 640px){
    /*
        ** TAB MODE
    */

}
