@import"https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css";

.st-loader,
.st-loader body {
    overflow-x: hidden
}

.st-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.st-row>* {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.st-cols-1>* {
    max-width: 100%;
    flex: 0 0 100%
}

.st-cols-2>* {
    max-width: 50%;
    flex: 0 0 50%
}

.st-cols-3>* {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.st-cols-4>* {
    max-width: 25%;
    flex: 0 0 25%
}

.st-cols-5>* {
    max-width: 20%;
    flex: 0 0 20%
}

.st-cols-6>* {
    max-width: 16.6667%;
    flex: 0 0 16.6667%
}

.st-cols-7>* {
    max-width: 14.2857%;
    flex: 0 0 14.2857%
}

.st-cols-8>* {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

.st-col-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%
}

.st-col-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%
}

.st-col-3 {
    max-width: 25%;
    flex: 0 0 25%
}

.st-col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.st-col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%
}

.st-col-6 {
    max-width: 50%;
    flex: 0 0 50%
}

.st-col-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%
}

.st-col-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%
}

.st-col-9 {
    max-width: 75%;
    flex: 0 0 75%
}

.st-col-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%
}

.st-col-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%
}

.st-col-12 {
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width:480px) {
    .st-cols-xs-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-cols-xs-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-cols-xs-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-cols-xs-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-cols-xs-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .st-cols-xs-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-cols-xs-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .st-cols-xs-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .st-col-xs-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .st-col-xs-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-col-xs-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-col-xs-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-col-xs-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .st-col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-col-xs-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .st-col-xs-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .st-col-xs-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .st-col-xs-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .st-col-xs-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .st-col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:576px) {
    .st-cols-sm-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-cols-sm-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-cols-sm-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-cols-sm-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-cols-sm-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .st-cols-sm-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-cols-sm-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .st-cols-sm-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .st-col-sm-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .st-col-sm-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-col-sm-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-col-sm-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .st-col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-col-sm-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .st-col-sm-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .st-col-sm-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .st-col-sm-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .st-col-sm-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .st-col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:768px) {
    .st-cols-md-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-cols-md-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-cols-md-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-cols-md-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-cols-md-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .st-cols-md-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-cols-md-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .st-cols-md-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .st-col-md-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .st-col-md-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-col-md-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .st-col-md-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .st-col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .st-col-md-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .st-col-md-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .st-col-md-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .st-col-md-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:992px) {
    .st-cols-lg-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-cols-lg-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-cols-lg-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-cols-lg-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-cols-lg-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .st-cols-lg-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-cols-lg-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .st-cols-lg-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .st-col-lg-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .st-col-lg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-col-lg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .st-col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-col-lg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .st-col-lg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .st-col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .st-col-lg-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .st-col-lg-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .st-col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width:1200px) {
    .st-cols-xl-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-cols-xl-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-cols-xl-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-cols-xl-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-cols-xl-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .st-cols-xl-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-cols-xl-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .st-cols-xl-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .st-col-xl-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%
    }

    .st-col-xl-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-col-xl-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-col-xl-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%
    }

    .st-col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-col-xl-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%
    }

    .st-col-xl-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%
    }

    .st-col-xl-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .st-col-xl-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%
    }

    .st-col-xl-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%
    }

    .st-col-xl-12 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-col-xl-5col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 10px
    }

    .st-col-xl-5col2 {
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0 10px
    }

    .st-col-xl-5col4 {
        position: relative;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0 10px
    }

    .st-select-menu:not(:last-child):not(.st-toolbox-show) {
        margin: 0 2rem 0 0
    }
}

@media (min-width:1600px) {
    .st-cols-xxl-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-cols-xxl-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .st-cols-xxl-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .st-cols-xxl-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .st-cols-xxl-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .st-cols-xxl-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .st-cols-xxl-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .st-cols-xxl-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

    .st-col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .st-col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .st-col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%
    }
}

body.st-no-scroll .announcement-bar {
    display: none
}

body.searchtap .page-container {
    transform: none
}

body.st-no-scroll .st-filter-bar {
    display: none
}

body.searchtap div#corner-sticky-atc-outer-container,
body.st-no-scroll div#corner-sticky-atc-outer-container {
    display: none !important
}

body.searchtap #searchModalContainer #searchModal {
    margin-top: 50px !important
}

body.searchtap .medium-up--hide.category-bar--wrapper {
    display: none !important
}

body.searchtap main.main-content {
    opacity: 0 !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important
}

.st-loader .loading,
.st-no-scroll .loading,
body.searchtap .loading {
    background-image: unset;
    overflow-x: hidden;
    position: relative
}

div#searchModalContainer #searchModal {
    margin: 0 auto;
    max-width: 100%
}

.st-product-form .prod-card-custom-drop-value {
    display: block
}

.st-product-form-oos {
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    height: 44px;
    overflow: hidden;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    font-weight: 500;
    letter-spacing: .02em;
    font-size: 16px
}

div#searchModalContainer #searchModal .st-sidebar {
    overflow: auto;
    border-right: 0 solid silver
}

.st-sidebar-content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: 0;
    background-color: #fff0;
    line-height: 1.3
}

.st-filter-header {
    display: block
}

.st-filter-header,
.st-widget.st-head-item {
    border-bottom: 1px solid rgb(0 0 0 / .15)
}

.st-sidebar-content .st-filter-header h4.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0
}

.st-sidebar-content .st-filter-header h4.filter-title>span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.25rem;
    line-height: 1.15;
    letter-spacing: .01em
}

.st-widget-toggle {
    display: flex;
    align-items: center;
    gap: 5px
}

.st-widget-toggle i {
    font-size: 20px;
    color: #3a3a3a
}

#searchModalContainer .filter-clear {
    cursor: pointer;
    text-transform: capitalize;
    color: #1c1d1d;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 0;
    letter-spacing: normal
}

.st-sidebar-content .st-sort-desktop .st-filter-header h4.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin: 0;
    cursor: pointer
}

.st-sidebar-content .st-sort-desktop .st-filter-header h4.filter-title>span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 23.44px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

#searchModal .st-sort-desktop .st-widget.st-head-item.st-sort-open .st-filter-items {
    max-height: 235px;
    padding: 19px 16px 18px 0;
    border-bottom: 0 solid silver
}

.st-sort-desktop .outer-checkbox.desktop-sort-options .st-checkbox {
    height: 20px;
    width: 20px;
    border-radius: 50%
}

#searchModal .st-sort-desktop .st-widget.st-head-item.st-sort-open .st-filter-items li {
    padding: 0;
    font-size: 16px;
    color: #000;
    margin: 0 0 16px
}

#searchModal .st-sort-desktop .st-widget.st-head-item .st-filter-items .outer-checkbox,
#searchModal .st-sort-desktop .st-widget.st-head-item.st-sort-open .st-filter-items .outer-checkbox {
    position: relative;
    display: block;
    color: #000
}

.st-sidebar-content .st-head-item .st-widget-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px 0;
    margin: 0;
    align-items: center;
    line-height: 16.8px;
    font-size: 14px;
    letter-spacing: .01em;
    font-weight: 700;
    font-family: inherit;
    color: #3a3a3a;
    text-transform: uppercase
}

#searchModalContainer .st-filter-open ul.st-widget-body {
    max-height: 235px;
    padding: 0 0 15px;
    border-bottom: 0 solid silver
}

#searchModalContainer .st-filter-open ul.st-widget-body .outer-checkbox {
    padding: 0;
    margin-top: 0
}

#searchModalContainer ul.st-widget-body {
    max-height: 0;
    padding-bottom: 0;
    transition: none
}

ul.st-widget-body {
    overflow-y: auto !important;
    overflow-x: hidden
}

.st-filter-items,
.st-filter-items>ul,
.st-select-menu>ul,
li.st-trending-label {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.st-sidebar-content .outer-checkbox label {
    display: block;
    font-family: inherit;
    position: relative;
    padding-left: 0;
    margin: 0;
    cursor: pointer
}

.st-product.st-oos-product {
    opacity: .7
}

.st-sidebar-content .outer-checkbox .filter-label {
    float: left;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: normal;
    line-height: 16.8px;
    color: #000;
    max-width: calc(100% - 1.5rem);
    text-transform: capitalize
}

.st-sidebar-content .outer-checkbox .st-product-number {
    font-size: 14px;
    font-weight: 400
}

.st-product-number {
    opacity: .6
}

#searchModal .outer-checkbox label input[type=checkbox]:checked+.st-checkbox {
    background: #000;
    box-shadow: inset 0 0 0 30px #000;
    transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), border-color .1s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid #000
}

#searchModal .outer-checkbox .st-selected .st-checkbox {
    background: #f7d031;
    border: 1px solid #1c1d1d
}

#searchModalContainer .st-selected .st-checkbox:after {
    opacity: 1
}

#searchModalContainer .st-checkbox:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.264 7.9a.657.657 0 01-.48-.195L.799 4.72a.67.67 0 010-.96.67.67 0 01.96 0l2.52 2.505 5.985-5.97a.67.67 0 01.96 0c.27.27.27.69 0 .96l-6.465 6.45a.716.716 0 01-.495.195z' fill='%23fff'/%3E%3C/svg%3E");
    width: .7rem;
    height: .7rem;
    position: absolute;
    top: .13rem;
    left: 0;
    opacity: 0;
    transition: transform .2s ease-in;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scale(1)
}

.outer-checkbox .st-checkbox,
.st-filter-items a:before {
    border: 1px solid #ddd;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 2px
}

.outer-checkbox .st-checkbox {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    margin-left: 3px
}

.st-sidebar-content .outer-checkbox .st-selected .filter-label {
    font-style: normal;
    transition: color .2s cubic-bezier(.4, 0, .2, 1)
}

.outer-checkbox input {
    display: none
}

.st-filter-label-container {
    display: flex;
    justify-content: space-between
}

.st-main-content {
    margin-bottom: 60px
}

.st-product-wrapper {
    margin: 0 -10px
}

.st-main-content .st-toolbox {
    position: relative;
    justify-content: space-between;
    padding: 10px 0;
    transition: margin .4s;
    margin: 0
}

.st-show-result span {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 16px;
    color: #000;
    text-transform: capitalize
}

.st-product {
    position: relative;
    font-family: inherit;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: auto;
    background: #fff;
    border: 1px solid #eeeded;
    padding: 0;
    border-radius: 10px
}

.st-product a:hover {
    opacity: 1;
    color: #000
}

.st-product a:hover .st-product-image .st-product-media a {
    opacity: .7
}

.st-product-image {
    margin-bottom: 20px
}

.st-product-media {
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative
}

.st-product-media img.main-img {
    position: relative;
    opacity: 1
}

.st-product-media img,
.st-product-media img.main-img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    border-radius: 20px 20px 10px
}

.st-product-media img {
    display: block
}

.st-product-media img.hover-img {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    left: 0;
    display: none
}

.st-product:hover img.main-img {
    opacity: 0
}

.st-product:hover img.hover-img {
    opacity: 1;
    display: block
}

.st-product-details {
    padding: 0 1rem
}

.st-product-name {
    min-height: auto;
    padding: 0;
    border-top: none
}

.st-product-name a {
    word-break: break-word;
    color: #000;
    margin: 0;
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 13px;
    line-height: 1.22;
    padding-bottom: 0;
    font-family: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 30px
}

.st-reviews-concern {
    margin-top: .875em;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    height: 40px;
    overflow: hidden
}

#overlay .container,
.st-no-result-header {
    text-align: center;
    margin-top: 30px
}

.st-sort-desc {
    font-size: 12px;
    line-height: normal;
    min-height: 50px
}

p.st-sort-desc span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.st-product-desc-tag {
    display: flex;
    align-items: center;
    row-gap: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #121212;
    padding-right: 5px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize
}

#searchModal .st-swatches {
    display: block;
    width: 100%;
    border: 0 solid silver;
    border-top-width: 0;
    border-bottom-width: 1px;
    position: relative;
    padding: 10px 15px 24px
}

#searchModal .st-color-swatches {
    display: flex;
    align-items: center;
    gap: 12px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    max-width: 100%;
    flex-wrap: wrap
}

#searchModal span.st-swatch.st-active-swatch {
    position: relative
}

.st-color-swatches span.clr-swatches {
    width: 20px;
    height: 20px;
    display: block
}

#searchModal span.st-swatch img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 0 3px;
    cursor: pointer
}

#searchModal span.st-swatch.st-active-swatch:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.st-product-price {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 1em
}

.st-price,
.st-price-wrapper {
    width: 100%
}

.st-price {
    display: flex;
    align-items: baseline;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: baseline
}

.st-price span.old-price.money {
    font-size: 11px;
    letter-spacing: .01em;
    opacity: .5;
    font-weight: 400;
    color: #000;
    line-height: 12px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin: 0 .5em 0 0;
    display: block
}

.st-price span.new-price.money {
    font-style: normal;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    margin: 0 .5em 0 0;
    display: block
}

span.st-discount.money {
    margin-left: auto;
    line-height: 10px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .01em;
    color: #f1574b
}

.st-price span.st-discount.money span.st-discount-save {
    font-size: 8px;
    font-weight: 600;
    color: #999;
    letter-spacing: .01em
}

.st-product-form .product-form {
    padding-top: 0
}

.st-product-form .product-form .product-form__controls-group {
    width: 100%;
    flex-wrap: nowrap
}

.st-product-form .product-form .product-form__controls-group .product-form__item {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 0
}

.st-product-form .product-form .product-form__controls-group select {
    border-color: #eeeded !important;
    outline: none !important;
    border-bottom-left-radius: 10px;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    display: none
}

.st-product-form .product-form__controls-group--submit {
    width: 40% !important;
    margin-top: 0
}

.st-product-form .prod-card-single-valued.last.is-active,
.st-product-form .prod-card-single-valued.last:hover,
.st-product-form .prod-card-single-valued:last-child.is-active,
.st-product-form .prod-card-single-valued:last-child:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.st-product-form .prod-card-single-valued.single.is-active,
.st-product-form .prod-card-single-valued.single:hover {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 0 !important
}

.st-product-form .product-form .product-form__controls-group .product-form__item .product-form__cart-submit {
    margin-bottom: 0;
    border-radius: 0 0 10px;
    height: 44px;
    overflow: hidden
}

.st-product-form .product-form .product-form__controls-group .product-form__item .product-form__cart-submit span.gtm-atc-category {
    text-transform: none;
    font-weight: 500;
    letter-spacing: .02em;
    font-size: 16px
}

.st-hidden-sm {
    display: none
}

.hidden-desktop {
    display: inline-block
}

#searchModal #sortFilter {
    background-color: #000;
    position: fixed;
    border: none;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
    padding: 12px 16px;
    z-index: 999;
    box-shadow: 4px 4px 8px #ffffff40;
    transition: .35s ease-in
}

.sortFilterCon div {
    width: 49%;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

#sortFilter .filter-txt {
    text-align: center;
    color: #fff;
    font-weight: 600
}

.sortFilterCon div {
    text-align: center;
    color: #fff;
    font-weight: 500
}

#searchModal #sortFilter,
.sortFilterCon div {
    text-transform: capitalize;
    font-family: inherit
}

.sortFilterCon div.sort_h {
    border-left: 1px solid #fff
}

#searchModal #sortFilter.sortFilterCon div .st-filter-icon svg,
#searchModal #sortFilter.sortFilterCon div span.st-sort-icon svg {
    height: 11px;
    width: 12px;
    margin-right: 5px
}

#searchModal #sortFilter.sortFilterCon div span.st-sort-icon svg path {
    fill: #fff
}

.filter-applied-ellip {
    background-color: #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    margin-left: -10px
}

span.disInBlock {
    padding-left: 0
}

.mobilesearch {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    border: 0;
    background: #fff;
    overflow-x: hidden;
    margin: 0;
    overflow-y: scroll
}

.mobilesearch .filterHeader {
    background: #fff;
    display: flex;
    font-family: inherit;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px !important;
    letter-spacing: 0;
    color: #272727;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    position: fixed;
    z-index: 1;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 4px 10px #00000029
}

#searchModal #mobileHeader .mobile-filter-title {
    border-top: none;
    font-size: 14px;
    font-weight: 800
}

#searchModalContainer span.st-pull-right {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

#searchModalContainer #mobileHeader span.st-pull-right {
    position: absolute;
    right: 15px
}

#searchModalContainer #mobileHeader span.st-pull-right svg.st-cross {
    width: 20px;
    fill: #000
}

.mobilesearch .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    background-color: rgba(var(--color-foreground), .5);
    display: block;
    margin: 0
}

.mobilesearch .st-sidebar-content {
    padding: 0 15px 100px !important;
    top: 55px;
    background-color: #fff;
    z-index: 0
}

.mobilesearch .apply-all {
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    box-shadow: none;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71px;
    border-radius: 0;
    z-index: 9999;
    border-top: 1px solid silver;
    padding: 16px;
    gap: 8px
}

.mobilesearch .st-reset-all-mobile {
    font-size: 16px;
    background: #fff;
    max-width: 167px;
    width: 167px;
    padding: 10px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    border-radius: 100px
}

.mobilesearch .apply-all .apply-btn,
.mobilesearch .apply-all .apply-btn:hover {
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    max-width: 167px;
    width: 167px;
    transition: box-shadow var(--duration-short) ease;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #f1574b;
    border-radius: 100px;
    background-color: #f1574b
}

.st-sort-isOpen.st-overlay-active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    justify-content: center;
    background-color: #00000080;
    z-index: 1000;
    transition: opacity 225ms cubic-bezier(.4, 0, .2, 1) 0s
}

.st-sorting-wrapper {
    width: 100%;
    position: fixed;
    top: auto;
    height: auto;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    transform: translateY(100%);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
    border-top: 1px solid #ddd
}

.st-sort-isOpen .st-sorting-wrapper {
    visibility: visible;
    transform: translateY(0);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.st-sorting-inner {
    background-color: #fff;
    overflow-y: auto;
    bottom: 0;
    padding: 0 0 10px
}

#searchModal .st-sorting-inner .border_style {
    display: block !important;
    border-top: 3px solid rgb(0 0 0 / .3607843137254902);
    width: 16%;
    margin: 4% auto 0
}

#searchModal .st-sorting-inner span.closeFilter {
    display: block;
    font-size: 35px;
    cursor: pointer;
    top: 0;
    font-weight: 700;
    color: #000;
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 90%
}

#searchModal .st-sorting-inner label {
    line-height: 1.7;
    color: #a9a9a9;
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize
}

.st-sorting-wrapper .st-sorting-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Inherit
}

.st-sorting-wrapper .list li button {
    width: 100%;
    border: none;
    text-transform: none;
    text-align: left;
    display: block;
    padding: 10px 0;
    color: #232323;
    background-color: #fff0;
    font-weight: 400;
    font-size: 1rem
}

.st-sorting-wrapper .list li button.active-sort {
    font-weight: 700
}

#searchModal .ripple-container .active-sort span.st-active-sort {
    background-color: #f1574b;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline;
    right: 20px;
    position: absolute;
    opacity: 1
}

#searchModal .ripple-container .active-sort span.st-active-sort svg {
    width: 9px;
    height: 9px;
    margin-left: 3px;
    margin-bottom: 9px
}

.st-reviews-age {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-top: 0;
    font-size: 17px
}

.st-reviews-age .st-reviews {
    min-width: auto
}

.st-reviews-age .st-reviews svg {
    margin-right: 3px
}

.st-btn {
    display: inline-block;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    outline: 0;
    padding: 10px;
    margin: 25px 0;
    font-weight: 700;
    font-size: 13px;
    font-family: inherit;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: inherit;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
    white-space: nowrap;
    cursor: default;
    border-radius: 5px;
    box-shadow: 1px 1px 9px -5px #000
}

.st-notify-me {
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 44px;
    background: #fff;
    font-weight: 500;
    width: auto;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1.5px;
    padding: 10px 14px;
    display: inline-block
}

.st-notify-me a {
    color: #000
}

#searchModal .collection-upsale.backdrop {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #0006
}

#searchModal .st-color-swatch {
    min-width: 20px;
    max-width: 100%;
    cursor: pointer
}

.no-trending-search-text.no-trending-mobile {
    text-align: left;
    margin: 0 0 15px
}

.st-product-labels {
    position: absolute
}

.st-product-labels .product-head-title {
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: linear-gradient(270deg, #38ad881a, #fff0), #6f7ff51a;
    border-radius: 30px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 12px;
    box-sizing: content-box;
    margin-left: 24px;
    min-height: 25px;
    height: 25px
}

.st-product-labels p.trending {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #026946, #fff0), #1a31f4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin: 0
}

#overlay .st-atc {
    display: none
}

.st-scroll-top {
    position: fixed;
    text-align: center;
    bottom: 200px;
    left: auto;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 27px;
    transition: transform .3s, visibility .3s, opacity .3s;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    z-index: 2;
    line-height: 60px;
    background-color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 9px #00000075
}

.st-show-result,
.st-show-result span {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    text-transform: capitalize
}

#searchModalContainer .st-no-result-image {
    display: block;
    text-align: center;
    font-size: 50px;
    background-image: url(no-result-image.png);
    background-position-y: center;
    width: 400px;
    height: 320px;
    background-size: 100%;
    margin: 0 auto
}

#searchModalContainer #searchModal .st-pagination ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px 0
}

#searchModalContainer .st-pagination li.page-item {
    margin: 0 5px;
    font-size: 14px;
    color: #1c1d1d
}

#searchModalContainer .pagination li.active {
    font-weight: 700
}

#searchModalContainer .st-pagination li.page-item a {
    font-family: Harmonia Sans, sans-serif !important;
    text-underline-offset: 5px;
    padding: 8px 12px;
    font-size: 17px;
    color: #000
}

#searchModalContainer .st-pagination li.page-item.active a {
    opacity: .3;
    cursor: text
}

#searchModalContainer .st-pagination li.page-item.disabled.st-break-view a {
    cursor: text
}

#searchModalContainer .st-pagination li.page-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #000
}

.st-pagination .page-item svg.icon.icon-chevron-left,
.st-pagination .page-item svg.icon.icon-chevron-right {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    fill: currentColor
}

#searchModalContainer .st-pagination li.page-item.st-next a,
#searchModalContainer .st-pagination li.page-item.st-prev a {
    transition: transform .15s ease-out;
    padding: 14px 16px;
    border-radius: 50%;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-size: calc(var(--typeBaseSize) + 2px);
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
    background: #000
}

body.st-no-scroll {
    overflow-y: hidden
}

body.searchtap #shopify-section-template--16711686619387__main-collection {
    display: none
}

@media only screen and (min-width:1025px) {
    .hidden-desktop {
        display: none
    }

    .st-hidden-sm {
        display: inline-block
    }

    .st-show-result,
    .st-show-result span {
        font-size: 14px
    }

    .st-autocomplete-content {
        overflow-y: auto;
        max-height: 550px;
        overflow-x: hidden
    }

    .st-autocomplete-content::-webkit-scrollbar {
        width: 0
    }

    div#searchModalContainer #searchModal {
        margin: 0 auto;
        max-width: 100%
    }

    .st-main-content {
        margin-top: -15px
    }

    div#searchModalContainer #searchModal .st-sidebar {
        overflow: auto;
        border-right: 0 solid silver
    }

    .st-sidebar-content {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        bottom: 0;
        background-color: #fff0;
        line-height: 1.3
    }

    .st-filter-header {
        display: block;
        border-bottom: 1px solid rgb(0 0 0 / .15)
    }

    .st-sidebar-content .st-filter-header h4.filter-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 0
    }

    .st-sidebar-content .st-filter-header h4.filter-title>span {
        color: #3a3a3a;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 1.25rem;
        line-height: 1.15;
        letter-spacing: .01em;
        text-transform: uppercase
    }

    .st-sidebar-content .st-sort-desktop .st-filter-header h4.filter-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 32px;
        margin: 0;
        cursor: pointer
    }

    .st-sidebar-content .st-sort-desktop .st-filter-header h4.filter-title>span {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 23.44px
    }

    #searchModal .st-sort-desktop .st-widget.st-head-item.st-sort-open .st-filter-items {
        max-height: 235px;
        padding: 19px 16px 18px 32px;
        border-bottom: 0 solid silver
    }

    .st-sort-desktop .outer-checkbox.desktop-sort-options .st-checkbox {
        height: 20px;
        width: 20px;
        border-radius: 50%
    }

    #searchModal .st-sort-desktop .st-widget.st-head-item.st-sort-open .st-filter-items li {
        padding: 0;
        font-size: 16px;
        color: #000;
        margin: 0 0 16px
    }

    #searchModal .st-sort-desktop .st-widget.st-head-item .st-filter-items a,
    #searchModal .st-sort-desktop .st-widget.st-head-item.st-sort-open .st-filter-items a {
        position: relative;
        display: block;
        color: #000
    }

    .st-sidebar-content .st-head-item .st-widget-title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        cursor: pointer;
        padding: 15px 0;
        margin: 0;
        align-items: center;
        line-height: 16.8px;
        font-size: 14px;
        letter-spacing: .01em;
        font-weight: 700;
        font-family: inherit;
        color: #3a3a3a;
        text-transform: uppercase
    }

    #searchModalContainer .st-filter-open ul.st-widget-body {
        max-height: 235px;
        padding: 0 0 15px
    }

    #searchModalContainer ul.st-widget-body {
        max-height: 0;
        padding-bottom: 0;
        transition: none
    }

    ul.st-widget-body {
        overflow-y: auto !important;
        overflow-x: hidden
    }

    .st-filter-items,
    .st-filter-items>ul,
    .st-select-menu>ul,
    li.st-trending-label {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .st-sidebar-content .outer-checkbox label {
        display: block;
        font-family: inherit;
        position: relative;
        padding-left: 0;
        margin: 0;
        cursor: pointer
    }

    .st-sidebar-content .outer-checkbox .filter-label {
        float: left;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        letter-spacing: normal;
        line-height: 16.8px;
        color: #000;
        max-width: calc(100% - 1.5rem);
        text-transform: capitalize
    }

    .st-filter-items li:hover .filter-label {
        opacity: .7
    }

    #searchModal .outer-checkbox label input[type=checkbox]:checked+.st-checkbox {
        background: #000;
        box-shadow: inset 0 0 0 30px #000;
        transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), border-color .1s cubic-bezier(.4, 0, .2, 1);
        border: 1px solid #000
    }

    #searchModalContainer .st-selected .st-checkbox:after {
        opacity: 1
    }

    #searchModalContainer .st-checkbox:after {
        content: "";
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.264 7.9a.657.657 0 01-.48-.195L.799 4.72a.67.67 0 010-.96.67.67 0 01.96 0l2.52 2.505 5.985-5.97a.67.67 0 01.96 0c.27.27.27.69 0 .96l-6.465 6.45a.716.716 0 01-.495.195z' fill='%23fff'/%3E%3C/svg%3E");
        width: .7rem;
        height: .7rem;
        position: absolute;
        top: .13rem;
        left: 0;
        opacity: 0;
        transition: transform .2s ease-in;
        background-size: 100%;
        background-repeat: no-repeat;
        transform: scale(1)
    }

    .outer-checkbox .st-checkbox,
    .st-filter-items a:before {
        border: 1px solid #ddd;
        width: 14px;
        height: 14px;
        background-color: #fff;
        border-radius: 2px
    }

    .outer-checkbox .st-checkbox {
        position: relative;
        float: left;
        margin-right: 10px;
        margin-top: 1px;
        margin-left: 3px
    }

    .outer-checkbox input {
        display: none
    }

    .st-filter-label-container {
        display: flex;
        justify-content: space-between
    }

    .st-main-content .st-toolbox {
        position: relative;
        justify-content: space-between;
        line-height: 1.5;
        padding: 0 0 20px;
        transition: margin .4s;
        background-color: #fff0;
        margin: 0
    }

    .st-show-result {
        overflow: hidden;
        font-family: inherit;
        width: 100%;
        padding-left: 2px;
        margin: 0;
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
        color: #000;
        text-transform: capitalize
    }

    .st-product {
        position: relative;
        font-family: inherit;
        transition: .3s;
        display: flex;
        flex-direction: column;
        height: 100%;
        background: #fff0;
        padding: 0;
        border-radius: 20px 20px 10px
    }

    .st-product-image {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .st-product-media img.main-img {
        position: relative;
        opacity: 1
    }

    .st-product-media img,
    .st-product-media img.main-img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 100%
    }

    .st-product-media img {
        display: block
    }

    .st-product-details {
        width: 100%;
        padding: 0 1rem
    }

    .st-product-wrap {
        margin-bottom: 35px
    }

    .st-product-name a {
        font-size: 1.125em;
        height: 45px;
        letter-spacing: .01em
    }

    .st-reviews-concern {
        margin-top: .875em;
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        align-items: center;
        -webkit-box-align: center
    }

    .st-sort-desc {
        margin-top: 20px;
        font-size: 1em;
        line-height: 1.57142857;
        min-height: 50px
    }

    .st-product-desc-tag {
        display: flex;
        align-items: center;
        row-gap: 5px;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #121212;
        padding-right: 5px;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    #searchModal .st-swatches {
        display: block;
        width: 100%;
        border: 0 solid silver;
        border-top-width: 1px;
        border-bottom-width: 1px;
        position: relative;
        padding: 20px
    }

    #searchModal .st-color-swatches {
        display: flex;
        align-items: center;
        gap: 17px;
        width: -moz-max-content;
        width: max-content;
        position: relative;
        max-width: 100%
    }

    #searchModal span.st-swatch.st-active-swatch {
        position: relative
    }

    #searchModal span.st-swatch img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        cursor: pointer
    }

    #searchModal span.st-swatch.st-active-swatch:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .st-product-price {
        padding: 0;
        display: flex;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 24px
    }

    .st-price {
        gap: 0;
        -webkit-box-align: baseline
    }

    .st-price,
    .st-price-wrapper {
        display: flex;
        align-items: baseline;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%
    }

    .st-price-wrapper {
        margin-right: .625rem
    }

    .st-price span.old-price.money {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .01em;
        opacity: .5;
        line-height: 1.5;
        color: #000;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        white-space: nowrap;
        margin: 0 .5em 0 0;
        cursor: auto
    }

    .st-price span.new-price.money {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #000;
        margin: 0 .5em 0 0;
        cursor: auto
    }

    .st-price span.st-discount.money {
        margin-left: auto;
        line-height: 10px;
        color: #f1574b;
        font-size: 14px;
        font-weight: 600;
        display: unset
    }

    .st-price span.st-discount.money span.st-discount-save {
        font-size: 14px;
        font-weight: 600;
        color: #999;
        display: unset
    }

    .st-product-form .product-form {
        padding-top: 0
    }

    .st-product-form .product-form .product-form__controls-group {
        width: 60%;
        flex-wrap: nowrap
    }

    .st-product-form .product-form .product-form__controls-group .product-form__item {
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 0
    }

    .st-product-form .product-form .product-form__controls-group select {
        border-color: #eeeded !important;
        outline: none !important;
        border-bottom-left-radius: 10px;
        border-left: 0;
        border-bottom: 0;
        border-right: 0;
        display: none
    }

    .st-product-form .product-form__controls-group--submit {
        width: 40%;
        margin-top: 0
    }

    .st-product-form .product-form .product-form__controls-group .product-form__item .product-form__cart-submit {
        margin-bottom: 0;
        border-radius: 0 0 10px;
        height: 44px;
        overflow: hidden
    }

    .st-product-form .product-form .product-form__controls-group .product-form__item .product-form__cart-submit span.gtm-atc-category {
        text-transform: none;
        font-weight: 500;
        letter-spacing: .02em;
        font-size: 16px
    }

    #overlay .container,
    .st-no-result-header {
        text-align: center;
        margin-top: 70px
    }

    body.searchtap header.main-header.is-home-page {
        position: relative
    }

    .st-product-labels p.trending {
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        background: linear-gradient(270deg, #026946, #fff0), #1a31f4;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0;
        margin: 0
    }

    .st-notify-me {
        border: 1px solid #000;
        text-transform: uppercase;
        border-radius: 44px;
        background: #fff;
        font-weight: 500;
        width: 100%;
        color: #000;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 1px;
        padding: 10px 14px
    }

    .st-toolbox {
        position: relative;
        justify-content: space-between;
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 15px;
        transition: margin .4s;
        background-color: #fff0;
        margin: 7px 0 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .st-toolbox>:not(:last-child) {
        margin: 0 8px 0 0
    }

    .st-sidebar-fixed {
        transition: margin .4s
    }

    .st-sidebar-fixed .st-sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 2;
        width: auto;
        transform: none;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #fff0;
        line-height: 1.3;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .st-toolbox-item {
        flex-wrap: nowrap;
        border-right: 1px solid #edefed;
        background: #edefed;
        border-radius: 2px;
        display: flex;
        align-items: center
    }

    .st-select-menu:not(:last-child):not(.st-toolbox-show) {
        margin: 0 10px 0 0
    }

    .st-select-menu-toggle {
        position: relative;
        padding: 14px 20px 14px 18px;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 15px;
        letter-spacing: 0;
        margin-right: 0 !important;
        font-family: inherit;
        text-transform: capitalize;
        cursor: pointer;
        border-radius: 2px
    }

    .st-select-menu ul {
        position: absolute;
        border: 1px solid #eee;
        box-shadow: 0 0 3px #eee;
        max-height: 300px;
        overflow-y: auto;
        top: 100%;
        z-index: 1000;
        width: 16rem;
        padding: 1rem;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        list-style-type: none
    }

    ul.st-filter-items::-webkit-scrollbar-thumb {
        background-color: #888
    }

    ul.st-filter-items::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    ul.st-filter-items::-webkit-scrollbar {
        width: 2px !important
    }

    .st-toolbox-item.st-select-menu:hover ul.st-filter-items {
        opacity: 1;
        visibility: visible
    }

    .st-filter-items li {
        padding: 5px 0;
        font-size: 16px;
        color: #1c1d1d;
        list-style: none
    }

    .st-toolbox-right {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .st-form-group {
        position: relative;
        font-family: inherit;
        padding: 7px 20px 7px 14px;
        border-radius: 2px;
        float: right;
        font-weight: 400;
        cursor: pointer;
        display: block;
        border: 0 solid #edefed;
        background: #fff0
    }

    .st-sort-dropdown {
        width: 100%
    }

    span.st-sorting-btn {
        border: none;
        color: #72625c;
        background-color: #fff0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDM3IDQwNy40MzciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMTkxNzE3IiBmaWxsPSIjMTAwRjBGIiBkPSJNMzg2LjI1OCA5MS41NjdsLTE4Mi41NCAxODEuOTQ1TDIxLjE3OSA5MS41NjcgMCAxMTIuODE1IDIwMy43MTggMzE1Ljg3bDIwMy43MTktMjAzLjA1NXoiLz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position-y: center;
        background-position-x: right;
        min-width: 130px;
        font-size: 14px;
        display: block
    }

    .st-sorting-btn span {
        margin: 0 20px 0 0;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        letter-spacing: 0
    }

    .st-sorting {
        opacity: 0;
        position: absolute;
        list-style: none;
        top: 120%;
        right: 0;
        margin: 0;
        font-size: 12px;
        z-index: 3;
        margin-top: 0 !important;
        min-width: 200px;
        background-color: #fff;
        text-align: left;
        border-radius: 2px;
        max-height: 385px;
        padding: 10px 0 !important;
        box-shadow: 0 -2px 10px #36363633;
        transform-origin: top;
        animation-fill-mode: forwards;
        -webkit-transform: scaleY(0);
        transition: all .2s linear;
        -webkit-transition: all .2s linear
    }

    .st-sorting:before {
        content: "";
        position: absolute;
        right: 17px;
        width: 0;
        height: 2px;
        bottom: 100%;
        border-color: #fff0 #fff0 #fff;
        border-style: solid;
        border-width: 0 7px 7px;
        filter: drop-shadow(0 -2px 2px rgb(54 54 54 / .2))
    }

    .st-sorting li span {
        display: block;
        padding: 8px 20px;
        width: 100%;
        font-weight: 400;
        font-size: 13px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        color: #232323;
        text-align: left;
        line-height: 1.42857143;
        white-space: nowrap
    }

    .st-sorting li span.active-sort {
        text-decoration: underline;
        text-underline-offset: 2px
    }

    .st-toolbox-right.st-hidden-sm:hover .st-sorting {
        opacity: 1;
        -webkit-transform: scaleY(1)
    }

    #searchModal .st-selected-filters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0 0
    }

    #searchModal .st-filter-inner {
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 2px;
        column-gap: 2px;
        row-gap: 3px
    }

    #searchModal .tag-item {
        display: flex;
        flex-direction: row;
        gap: 4px;
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 2px 4px #ffffff80;
        border: 1px solid #ebebeb;
        border-radius: 50px;
        transition: background-color .1s;
        line-height: 12px !important;
        color: #545454;
        transition: height .3s ease .05s, line-height .3s ease .05s, color .3s ease;
        font-size: 12px;
        font-family: inherit;
        overflow: hidden;
        max-width: 200px;
        opacity: 1;
        padding: 6px 8px;
        margin: 1px 4px 1px 0;
        font-weight: 400
    }

    #searchModal .tag-close {
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        margin-top: 2px
    }

    #searchModal .tag-content {
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: bottom !important;
        letter-spacing: 0;
        max-width: 90%;
        font-weight: 400;
        color: #666;
        text-transform: capitalize;
        line-height: 1.2
    }

    #searchModal .tag-item.st-last-clear-tag {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #000;
        flex-shrink: 0;
        max-height: 30px
    }

    #searchModal .st-last-clear-tag .tag-content {
        text-overflow: unset;
        max-width: 100%;
        color: #fff;
        line-height: 1
    }

    #overlay .search-pform p {
        margin-bottom: 20px
    }
}

@media (max-width:1024px) {
    .st-reviews-age.st-hidden-sm {
        display: none
    }

    body.searchtap #searchModalContainer #searchModal {
        margin-top: 10px !important
    }

    .st-product-form .product-form .product-form__controls-group .product-form__item .product-form__cart-submit {
        border-radius: 0 0 10px 10px
    }

    .st-product-form .prod-card-single-valued.single.is-active,
    .st-product-form .prod-card-single-valued.single:hover {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .st-product-form .product-form__controls-group--submit {
        width: 100% !important
    }

    .st-reviews-age.hidden-desktop {
        display: flex;
        justify-content: flex-start;
        padding-bottom: 8px;
        margin-top: 8px;
        font-size: 16px
    }

    #searchModalContainer .st-no-result-image {
        width: 320px;
        height: 320px
    }

    .st-sidebar-content .outer-checkbox label {
        margin-bottom: 16px
    }
}

@media (max-width:1024px) and (min-width:768px) {
    #searchModal .st-sorting-inner span.closeFilter {
        display: block;
        font-size: 35px;
        cursor: pointer;
        top: 0;
        font-weight: 700;
        color: #000;
        width: 100%;
        position: absolute;
        z-index: 9;
        left: 95%
    }

    .st-product-labels p.trending {
        display: block
    }

    .st-product-wrap {
        margin-bottom: 35px;
        padding: 0 11px
    }

    .st-main-content {
        max-width: 100%;
        flex: 0 0 100%
    }

    .st-price span.new-price.money {
        font-style: normal;
        font-size: 18px;
        color: #000;
        font-weight: 500;
        line-height: 27px;
        margin: 0 .5em 0 0;
        display: block
    }

    .st-price span.old-price.money {
        font-size: 14px;
        letter-spacing: .01em;
        opacity: .5;
        font-weight: 400;
        color: #000;
        line-height: 12px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        margin: 0 .5em 0 0;
        display: block
    }

    span.st-discount.money {
        margin-left: auto;
        line-height: 10px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .01em;
        color: #f1574b
    }

    .st-price span.st-discount.money span.st-discount-save {
        font-size: 14px;
        font-weight: 600;
        color: #999;
        letter-spacing: .01em
    }

    body.searchtap .page-container {
        transform: none
    }
}

@media only screen and (max-width:768px) {
    .st-product-form .product-form {
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    body.searchtap .page-width {
        padding-left: 10px;
        padding-right: 10px
    }

    span.st-discount.money {
        display: block;
        margin-left: 0;
        line-height: 10px;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: .01em;
        color: #f1574b;
        padding-top: 5px
    }

    .st-price span.st-discount.money span.st-discount-save {
        font-size: 11px;
        font-weight: 400;
        color: #999;
        letter-spacing: .01em
    }

    .st-sort-desc {
        margin: 1em 0;
        overflow: hidden;
        height: 45px
    }

    .st-product-wrap {
        padding: 0 11px;
        margin-bottom: 35px
    }

    body.st-no-scroll div#wa-chat-btn-root {
        display: none !important;
        visibility: hidden;
        height: 0
    }

    #searchModalContainer .st-pagination li.page-item.st-next a,
    #searchModalContainer .st-pagination li.page-item.st-prev a {
        padding: 13px 16px 15px
    }
}

.st-mobile-searchbox .st-after-box {
    box-sizing: border-box;
    top: 0;
    display: block;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 100%;
    z-index: 99999999;
    border: 0;
    background: #fff;
    padding: 60px 10px;
    border-radius: 0
}

.st-after-box .loading {
    padding: 10px 0
}

.st-mobile-searchbox .st-after-box .st-autocomplete-component-header,
.st-mobile-searchbox .st-after-box .st-trending-header {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000
}

.st-mobile-searchbox .st-after-box .st-trending-list {
    flex-direction: column;
    margin: 0;
    padding: 0
}

.st-mobile-searchbox .st-after-box .st-trending-list .st-trending-label {
    padding: 7px 0 !important;
    margin: 0 !important;
    border: none
}

.st-trending-list .st-trending-label {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.st-after-box li {
    line-height: 20px;
    cursor: pointer
}

.st-trending-search li.st-trending-label>span {
    display: flex;
    height: 100%
}

.st-mobile-searchbox .st-trending-label svg.st-icon {
    fill: #000 !important;
    position: absolute;
    width: 20px;
    height: 17px;
    margin: 2px 0 0;
    opacity: 1
}

.st-mobile-searchbox .st-after-box span.st-label-text {
    padding: 0 0 0 25px !important;
    font-size: 14px;
    color: #000
}

.st-mobile-searchbox .st-after-box span.st-trending-right-arrow {
    display: none
}

.st-mobile-searchbox .st-after-box .st-trending-label svg.st-back-button {
    display: unset
}

.st-mobile-searchbox .st-after-box .st-trending-label svg.st-back-button path {
    fill: #000
}

.st-mobile-searchbox span.st-trending-right-arrow {
    margin-left: 15px;
    margin-right: 5px
}

.st-mobile-searchbox span.st-trending-right-arrow svg {
    margin-bottom: -4px
}

.st-mobile-searchbox .st-trending-label svg.st-back-button {
    position: absolute;
    right: 10px;
    transform: rotate(45deg)
}

.st-desktop-searchbox .st-trending-label svg.st-back-button,
.st-mobile-searchbox .st-trending-label svg.st-back-button {
    display: none
}

.st-trending-label svg.st-back-button {
    transform: rotate(45deg)
}

.st-mobile-searchbox .st-after-box .st-product-form,
.st-mobile-searchbox .st-after-box .st-reviews-concern,
.st-mobile-searchbox .st-after-box .st-sort-desc {
    display: none
}

.st-mobile-searchbox .st-after-box .st-product-wrapper {
    margin: 0 -10px
}

.st-mobile-searchbox .st-after-box .st-product-name a {
    word-break: break-word;
    color: #000;
    margin: 0 0 5px;
    display: -webkit-box;
    font-weight: 600;
    height: 30px;
    letter-spacing: .01em;
    font-size: 13px;
    line-height: 1.22em;
    padding-bottom: 0;
    font-family: inherit;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.st-mobile-searchbox .st-after-box .st-swatches {
    display: none;
    width: 100%;
    border: 0 solid silver;
    border-top-width: 0;
    border-bottom-width: 1px;
    position: relative;
    padding: 10px 15px 24px
}

.st-mobile-searchbox .st-after-box .st-color-swatches {
    display: flex;
    align-items: center;
    gap: 12px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    max-width: 100%
}

.st-mobile-searchbox .st-after-box span.st-swatch.st-active-swatch {
    position: relative
}

.st-mobile-searchbox .st-after-box span.st-swatch img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 0 5px;
    cursor: pointer
}

.st-mobile-searchbox .st-after-box span.st-swatch.st-active-swatch:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.st-mobile-searchbox .st-autocomplete-footer {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #000;
    border-radius: 8px;
    position: fixed;
    bottom: 0;
    width: 95%;
    margin: 0 0 10px;
    z-index: 3
}

.st-autocomplete-box-container .st-atc,
.st-mobile-searchbox .st-autocomplete-box-container .st-after-box .st-reviews-age {
    display: none
}

.st-mobile-searchbox .st-after-box .loading .hidden-desktop {
    display: block
}

.st-autocomplete-box-container .junip-product-summary-star {
    height: 14px;
    width: 14px
}

@media only screen and (min-width:1025px) {
    .st-desktop-searchbox .st-after-box {
        width: 100%;
        position: absolute;
        height: auto;
        top: 100%;
        margin: 0;
        padding: 0;
        background-color: #fff;
        z-index: 9999;
        border-radius: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        overflow-x: hidden;
        box-shadow: 0 5px 20px #8f959a99;
        min-width: 650px;
        left: 0
    }

    .st-after-box .loading {
        padding: 10px 0
    }

    .st-after-box .st-row {
        display: flex;
        margin: 0
    }

    .st-desktop-searchbox .st-after-box .st-left-col {
        border-right: 1px solid hsla(0, 0%, 82.4%, .4);
        background-color: #f6f7f7;
        max-width: 30% !important;
        flex: 0 0 30% !important;
        padding: 10px !important
    }

    .st-desktop-searchbox .st-after-box .st-left-col .st-left-col-header {
        line-height: 100%;
        display: block;
        padding: 5px 0 10px;
        margin: 0;
        background: #fff0;
        text-transform: capitalize;
        font-family: inherit;
        border-bottom: 1px solid #dedede
    }

    .st-desktop-searchbox .st-after-box .st-left-col .st-left-col-header h4 {
        margin: 10px 0 0;
        color: #000;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: left
    }

    .st-desktop-searchbox .st-after-box .st-left-col ul.st-trending-list {
        padding: 0;
        margin: 0
    }

    .st-desktop-searchbox .st-after-box li {
        list-style-type: none;
        padding: 0;
        margin: 10px 0;
        display: block;
        white-space: break-spaces;
        font-size: 14px;
        text-align: left
    }

    .st-desktop-searchbox .st-after-box .st-product-wrapper .st-product-image {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }

    .st-desktop-searchbox .st-after-box .st-product-media .product-card--flavour {
        padding: 5px 7px;
        font-size: 8px
    }

    .st-desktop-searchbox .st-after-box .st-left-col span.st-label-text {
        padding: 0;
        color: #000;
        font-weight: 400
    }

    .st-desktop-searchbox .st-after-box .st-left-col span.st-label-text:hover {
        color: #f1574b;
        font-weight: 500
    }

    .st-desktop-searchbox .st-after-box .st-right-col {
        padding: 10px;
        max-width: 70%;
        flex: 0 0 70%
    }

    .st-desktop-searchbox .st-after-box .st-product-media,
    .st-desktop-searchbox .st-after-box .st-product-wrap {
        margin: 0
    }

    .st-desktop-searchbox .st-after-box .st-product-wrap {
        margin-bottom: 10px;
        padding: 0 7px
    }

    .st-desktop-searchbox .st-after-box .st-product-wrap .st-product {
        border-radius: 20px 20px 10px
    }

    .st-desktop-searchbox .st-after-box .st-product-details {
        margin: 0;
        padding: 0 5px;
        text-align: left
    }

    .st-desktop-searchbox .st-after-box .st-product-details .st-reviews-concern,
    .st-desktop-searchbox .st-after-box .st-product-details .st-sort-desc,
    .st-desktop-searchbox .st-after-box .st-product-form {
        display: none
    }

    .st-desktop-searchbox .st-after-box .st-product-name {
        padding: 0
    }

    .st-desktop-searchbox .st-after-box .st-product-name a {
        margin: 0;
        font-size: 12px;
        color: #000;
        font-weight: 600;
        white-space: normal;
        text-overflow: ellipsis;
        letter-spacing: .16px;
        text-transform: capitalize;
        font-family: inherit !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 30px
    }

    .st-desktop-searchbox .st-after-box .st-product-desc-tag {
        display: flex;
        align-items: center;
        row-gap: 5px;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        color: #121212;
        padding-right: 5px;
        position: relative
    }

    .st-desktop-searchbox .st-after-box .st-product-price {
        display: flex;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .st-desktop-searchbox .st-after-box .st-product-price .new-price,
    .st-desktop-searchbox .st-after-box .st-product-price .old-price,
    .st-desktop-searchbox .st-after-box .st-product-price span.st-save {
        font-size: 13px;
        color: #000;
        font-weight: 500;
        display: block
    }

    .st-desktop-searchbox .st-after-box .st-product-price .old-price {
        text-decoration: line-through;
        margin-left: 0;
        opacity: .5;
        font-size: 11px
    }

    .st-desktop-searchbox .st-after-box .st-product-price .st-price span.st-discount.money {
        margin-left: 0;
        line-height: 10px;
        display: block;
        color: #f1574b;
        font-size: 11px;
        font-weight: 400
    }

    .st-desktop-searchbox .st-after-box .st-product-price .st-price span.st-discount.money span.st-discount-save {
        font-size: 11px;
        font-weight: 400;
        color: #999
    }

    .st-after-box .st-reviews-age {
        font-size: 10px;
        display: none
    }

    .st-autocomplete-box-container .st-reviews-age .st-reviews svg {
        margin-right: 3px;
        width: 10px;
        height: 10px
    }

    .st-desktop-searchbox .st-after-box .st-autocomplete-footer {
        border-top: 1px solid hsla(0, 0%, 82.4%, .4)
    }

    .st-desktop-searchbox .st-after-box .st-autocomplete-footer .st-right-col {
        padding: 10px
    }

    .st-desktop-searchbox .st-after-box .st-autocomplete-footer .st-goto-search {
        text-align: center
    }

    .st-desktop-searchbox .st-after-box .st-autocomplete-footer .st-goto-search .st-box-btn {
        cursor: pointer;
        font-size: 13px;
        text-transform: none;
        font-weight: 500;
        color: #292929
    }

    .st-desktop-searchbox .st-after-box .st-product-wrapper .st-swatches {
        display: none;
        width: 100%;
        border: 0 solid silver;
        border-top-width: 0;
        border-bottom-width: 1px;
        position: relative;
        padding: 10px 15px 24px
    }

    .st-desktop-searchbox .st-after-box .st-product-wrapper .st-atc.action,
    .st-desktop-searchbox .st-after-box .st-product-wrapper .st-product-price .st-price-wrapper .st-fomos-wrapper {
        display: none
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .st-mobile-searchbox .st-autocomplete-footer {
        text-align: center;
        padding: 15px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        background: #000;
        border-radius: 8px;
        position: fixed;
        bottom: 0;
        width: 97.2%;
        margin: 0 0 10px;
        z-index: 3
    }
}

body.st-no-scroll .WhatsAppButton__root {
    display: none
}

.loading .st-trending-search-skeleton .st-trending-container {
    padding: 10px 0 0
}

.st-trending-header-loader {
    width: 50%
}

.st-mobile-searchbox .st-searchpanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999999;
    width: 100%;
    padding: 0 15px;
    margin: 0 -15px 0 -5px;
    background: #fff
}

.st-mobile-searchbox .st-back svg.st-back-arrow {
    width: 26px;
    height: auto;
    margin-left: 0;
    margin-top: 5px
}

.st-mobile-searchbox .st-searchpanel .st-search-bar {
    position: relative;
    width: calc(100% - 35px);
    margin: 5px 0;
    padding: 7px 0
}

.st-mobile-searchbox .st-autocomplete-box-container .st-search-bar input {
    height: 40px !important;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--color-border-form);
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 100px;
    padding: 0 35px;
    box-shadow: none
}

.st-mobile-searchbox .st-autocomplete-box-container .st-search-bar input:focus-visible {
    outline: none
}

.st-mobile-searchbox .st-autocomplete-box-container .st-search-bar input:focus {
    border-color: var(--color-border-form-darker)
}

.st-mobile-searchbox .st-searchpanel .st-search-bar svg.st-searchicon {
    position: absolute;
    right: 13px;
    top: 3px;
    transform: translateY(55%);
    fill: #000;
    width: 18px
}

.st-mobile-searchbox .st-search-bar svg.st-autocomplete-cross-icon,
.st-mobile-searchbox .st-search-bar svg.st-cross {
    position: absolute;
    right: 15px;
    width: 20px;
    fill: #000;
    top: 18px
}

.st-mobile-searchbox .st-trending-box {
    box-sizing: border-box;
    top: 0;
    display: block;
    position: fixed;
    overflow-y: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    border: 0;
    background: #fff;
    padding: 60px 10px 65px;
    border-radius: 0
}

.st-mobile-searchbox .st-recent-search #st-before-search,
.st-mobile-searchbox .st-recomend,
.st-mobile-searchbox .st-trending-search #st-before-search {
    padding: 10px 0 0
}

.st-mobile-searchbox .st-trending-box .st-autocomplete-component-header,
.st-mobile-searchbox .st-trending-box .st-trending-header {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    justify-content: space-between
}

.st-trending-box span.st-heading-text {
    color: #000;
    font-family: inherit;
    margin-bottom: 10px;
    font-size: 15px
}

.st-clear-all-icon {
    cursor: pointer
}

.st-mobile-searchbox .st-after-box .st-trending-header span.st-heading-text {
    margin-bottom: 10px
}

.st-mobile-searchbox .st-after-box .st-trending-list {
    padding: 0 0 10px
}

.st-mobile-searchbox .st-trending-box .st-trending-list {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0
}

.st-mobile-searchbox .st-trending-box .st-trending-list .st-trending-label {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 400;
    color: #f1574b !important;
    font-family: inherit;
    position: relative;
    height: auto;
    list-style-type: none;
    width: auto;
    padding: 3px 15px !important;
    display: inline-block;
    margin: 5px 3px !important;
    border: 1px solid #f1574b;
    border-radius: 14px;
    cursor: pointer;
    background-color: #fff;
    transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    box-shadow: 1.2px 1px #fff
}

.st-trending-box .st-autocomplete-component-label,
.st-trending-box .st-trending-list .st-trending-label {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #5e5c5c;
    font-family: inherit
}

.st-recent-search li.st-trending-label {
    cursor: auto
}

.st-mobile-searchbox .st-trending-box .st-trending-label svg.st-icon {
    fill: #222;
    position: absolute;
    width: 14px;
    height: 14px;
    margin: 3px 0 0;
    opacity: .8;
    display: none
}

.st-no-result-header p {
    font-size: 18px;
    font-weight: 700
}

.st-mobile-searchbox span.st-label-text {
    padding: 0 !important;
    font-size: 14px;
    color: #f1574b;
    text-transform: capitalize
}

.st-mobile-searchbox .st-trending-label svg.st-cross-button {
    margin-bottom: -3px;
    margin-left: 10px
}

.st-recent-search li.st-trending-label>span,
.st-recent-search li.st-trending-label>svg {
    cursor: pointer
}

.st-mobile-searchbox .st-trending-box .st-reviews-age {
    display: none
}

.st-mobile-searchbox span.st-trending-right-arrow {
    margin-left: 10px;
    margin-right: 0;
    display: none
}

.st-mobile-searchbox span.st-trending-right-arrow svg {
    margin-bottom: -3px;
    width: 14px;
    height: 14px
}

.st-mobile-searchbox .st-trending-box .st-recomend .st-product-form,
.st-mobile-searchbox .st-trending-box .st-recomend .st-reviews-concern,
.st-mobile-searchbox .st-trending-box .st-recomend .st-sort-desc {
    display: none
}

.st-mobile-searchbox .st-trending-box .st-recomend .st-product-name a {
    word-break: break-word;
    color: #000;
    margin: 0 0 5px;
    display: -webkit-box;
    font-weight: 600;
    height: 30px;
    letter-spacing: .01em;
    font-size: 13px;
    line-height: 1.22em;
    padding-bottom: 0;
    font-family: inherit;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.st-mobile-searchbox .st-trending-box .st-swatches {
    display: none;
    width: 100%;
    border: 0 solid silver;
    border-top-width: 0;
    border-bottom-width: 1px;
    position: relative;
    padding: 10px 15px 24px
}

.st-mobile-searchbox .st-trending-box .st-color-swatches {
    display: flex;
    align-items: center;
    gap: 12px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    max-width: 100%
}

.st-mobile-searchbox .st-trending-box span.st-swatch.st-active-swatch {
    position: relative
}

.st-mobile-searchbox .st-trending-box span.st-swatch img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 0 5px;
    cursor: pointer
}

.st-mobile-searchbox .st-trending-box span.st-swatch.st-active-swatch:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.no-trending-search-text {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column
}

.no-trending-search-text span {
    color: #666;
    text-transform: capitalize;
    font-style: italic;
    cursor: text;
    font-size: 14px
}

.st-autocomplete-box-container .product-head-title.false {
    margin-left: 10px;
    padding: 2px 4px;
    min-height: 20px;
    height: 20px
}

.st-autocomplete-box-container .st-product-labels p.trending {
    font-size: 9px;
    letter-spacing: 1px
}

.st-autocomplete-box-container .st-product-labels {
    top: 5px;
    left: -5px
}

.st-trending-label span.trend-img {
    position: absolute
}

.st-mobile-searchbox .st-recent-search li.st-trending-label span.st-label-text {
    font-size: 13px !important
}

.st-mobile-searchbox .st-trending-box .st-recent-search .st-trending-label svg {
    width: 12px;
    height: 14px
}

@media only screen and (max-width:768px) {
    body.searchtap #searchModal {
        margin-top: 54px !important
    }
}

@media only screen and (min-width:1025px) {
    .st-desktop-searchbox .st-trending-box {
        width: 100%;
        position: absolute;
        height: unset;
        top: 100%;
        margin: 0;
        padding: 0 10px;
        background-color: #fff;
        z-index: 9999999;
        border-radius: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        overflow-x: hidden;
        box-shadow: 0 5px 20px #8f959a99;
        min-width: 650px;
        left: 0
    }

    .no-trending-search-text {
        padding-top: 10px
    }

    .st-desktop-searchbox .st-recent-search #st-before-search,
    .st-desktop-searchbox .st-recomend,
    .st-desktop-searchbox .st-trending-search #st-before-search {
        padding: 10px 0 0
    }

    .st-desktop-searchbox .st-trending-box .st-trending-header {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 0;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: .5px
    }

    .st-recent-header {
        justify-content: space-between
    }

    .st-desktop-searchbox .st-trending-box span.st-heading-text {
        margin-left: 0;
        color: #000;
        font-family: inherit;
        font-size: 14px
    }

    .st-clear-all-icon {
        cursor: pointer;
        max-width: 16px
    }

    .st-desktop-searchbox .st-trending-box .st-trending-list {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .st-desktop-searchbox .st-trending-box .st-trending-list .st-trending-label {
        font-size: 14px;
        text-align: left;
        font-weight: 500;
        color: #f1574b !important;
        font-family: inherit;
        position: relative;
        height: auto;
        list-style-type: none;
        width: auto;
        padding: 3px 15px !important;
        display: inline-block;
        margin: 5px 3px !important;
        border: 1px solid #f1574b;
        border-radius: 14px;
        cursor: pointer;
        background-color: #fff;
        transition: all .4s linear 0s;
        -moz-transition: all .4s linear 0s;
        -webkit-transition: all .4s linear 0s;
        -ms-transition: all .4s linear 0s;
        box-shadow: 1.2px 1px #fff
    }

    .st-desktop-searchbox .st-trending-box .st-trending-list .st-trending-label:hover {
        background: #f1574b
    }

    .st-desktop-searchbox .st-trending-box .st-trending-list .st-trending-label:hover span.st-label-text {
        color: #fff
    }

    .st-desktop-searchbox .st-trending-box .st-trending-list .st-trending-label:hover svg.st-cross-button path {
        fill: #fff
    }

    .st-trending-search li.st-trending-label>span {
        display: flex;
        height: auto
    }

    .st-desktop-searchbox .st-trending-label svg.st-icon {
        fill: #222 !important;
        height: 14px;
        width: 14px;
        position: absolute;
        margin: 3px 0 0;
        opacity: .8;
        display: none
    }

    .st-trending-label svg.st-cross-button {
        margin-bottom: -2px;
        margin-left: 10px;
        width: 13px;
        height: 14px
    }

    .st-trending-label span.trend-img {
        position: absolute
    }

    .st-trending-label img {
        border-radius: 5px
    }

    .st-recent-search li.st-trending-label>span {
        font-size: 13px
    }

    .st-desktop-searchbox span.st-label-text {
        padding: 0 !important;
        color: #f1574b;
        text-transform: capitalize
    }

    span.st-trending-right-arrow {
        margin-left: 10px;
        display: none
    }

    span.st-trending-right-arrow svg {
        margin-bottom: -2px;
        max-height: 22px;
        max-width: 14px
    }

    .st-desktop-searchbox .st-trending-label svg.st-back-button {
        position: absolute;
        right: 10px;
        transform: rotate(45deg)
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-wrap {
        padding: 0 10px;
        margin-bottom: 0
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-wrap .st-product {
        border-radius: 20px 20px 10px
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-image {
        position: relative;
        display: block;
        width: 100%;
        height: auto
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-details {
        margin: 0;
        padding: 0 1rem;
        text-align: left
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-details .st-reviews-concern,
    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-details .st-sort-desc,
    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-form {
        display: none
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-name a {
        margin: 0;
        font-size: 13px;
        color: #000;
        font-weight: 600;
        line-height: 17px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0;
        font-family: inherit;
        text-transform: capitalize;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 35px
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-details .st-price span.st-discount.money,
    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-details .st-price span.st-discount.money span.st-discount-save {
        font-size: 11px;
        font-weight: 500;
        margin-left: 0;
        padding-top: 4px
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-desc-tag {
        display: flex;
        align-items: center;
        row-gap: 5px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #121212;
        padding-right: 5px;
        position: relative
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-name {
        padding: 0
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-price .new-price,
    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-price .old-price,
    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-price span.st-save {
        font-size: 13px;
        font-weight: 500;
        line-height: normal
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-price .old-price {
        text-decoration: line-through !important;
        font-size: 11px
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-swatches {
        display: none;
        width: 100%;
        border: 0 solid silver;
        border-top-width: 0;
        border-bottom-width: 1px;
        position: relative;
        padding: 10px 15px 24px
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-color-swatches {
        display: flex;
        align-items: center;
        gap: 12px;
        width: -moz-max-content;
        width: max-content;
        position: relative;
        max-width: 100%
    }

    .st-desktop-searchbox .st-trending-box .st-recomend span.st-swatch.st-active-swatch {
        position: relative
    }

    .st-desktop-searchbox .st-trending-box .st-recomend span.st-swatch img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin: 0 0 5px;
        cursor: pointer
    }

    .st-desktop-searchbox .st-trending-box .st-recomend span.st-swatch.st-active-swatch:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-reviews-age {
        display: none
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-price {
        padding: 0;
        display: flex;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .st-desktop-searchbox .st-trending-box .st-recomend .st-atc.action,
    .st-desktop-searchbox .st-trending-box .st-recomend .st-product-price .st-price-wrapper .st-fomos-wrapper {
        display: none
    }

    .st-desktop-searchbox .st-trending-box .st-autocomplete-footer {
        border-top: 1px solid #fff0;
        margin-top: 5px
    }
}

[v-cloak][data-v-38e3843f] {
    display: none !important
}

.st-after-box .loading[data-v-38e3843f] {
    padding: 10px 0
}

.loading .st-trending-search-skeleton .st-trending-container[data-v-38e3843f] {
    padding: 10px 15px 0
}

.st-trending-header-loader[data-v-38e3843f] {
    width: 50%
}

.st-trending-list-skeleton[data-v-38e3843f] {
    padding: 0
}

.st-after-box .st-left-col .st-left-col-header h4[data-v-38e3843f],
.st-after-box li[data-v-38e3843f],
.st-trending-box .st-trending-label[data-v-38e3843f],
.st-trending-header-loader .st-heading-text[data-v-38e3843f] {
    margin: 10px 0 0;
    background: #ddd;
    width: 100%;
    height: 20px;
    display: block;
    border-radius: 5px
}

.st-trending-box .st-trending-list .st-trending-label[data-v-38e3843f] {
    width: 90%;
    border-radius: 5px;
    margin-left: 10px !important
}

.st-desktop-searchbox .st-after-box .st-row li[data-v-38e3843f] {
    list-style-type: none;
    height: 17px;
    margin-top: 13px;
    width: 90%
}

.loading .st-main-content-wrap[data-v-38e3843f] {
    margin-top: 50px
}

.loading .st-toolbox[data-v-38e3843f] {
    padding: 10px 0 7px;
    display: flex;
    justify-content: space-between
}

.st-product-media[data-v-38e3843f] {
    position: relative;
    margin: 0;
    transition: box-shadow .3s;
    padding-bottom: 132%
}

.st-product-media a[data-v-38e3843f] {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s;
    border-radius: 19px;
    background: #ddd
}

.st-product-details[data-v-38e3843f] {
    padding: 10px 0
}

.st-trending-box .st-product-details[data-v-38e3843f] {
    padding: 5px 0
}

.st-product-name a[data-v-38e3843f] {
    background: #ddd;
    margin: 0 0 2px;
    width: 100%;
    height: 17px;
    border-radius: 5px;
    display: block
}

.st-product-price[data-v-38e3843f] {
    background: #ddd;
    height: 15px;
    width: 40%;
    border-radius: 5px;
    margin-top: 3px;
    display: block
}

.st-desktop-searchbox .st-after-box .st-autocomplete-footer .st-right-col .st-goto-search .st-box-btn[data-v-38e3843f] {
    background: #ddd;
    width: 30%;
    height: 15px;
    display: inline-block;
    border-radius: 5px
}

.st-toolbox-left[data-v-38e3843f],
.st-toolbox-right[data-v-38e3843f] {
    background: #ddd;
    width: 35%;
    height: 20px;
    border-radius: 5px;
    display: block
}

.st-toolbox-right[data-v-38e3843f] {
    width: 20%
}

.st-filter-items li[data-v-38e3843f],
.st-sidebar-content .st-filter-header[data-v-38e3843f],
.st-sidebar-content h3.st-widget-title[data-v-38e3843f] {
    display: block;
    width: 100%;
    height: 25px;
    margin-bottom: 15px !important;
    background: #ddd !important;
    border-radius: 5px
}

.st-filter-items li[data-v-38e3843f] {
    height: 20px;
    width: 90%
}

.loading ul.st-widget-body[data-v-38e3843f] {
    max-height: 235px;
    background-color: unset
}

.loading[data-v-38e3843f]:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    animation: phAnimation-38e3843f .8s linear infinite;
    background: linear-gradient(90deg, #fff0 46%, #ffffff59, #fff0 54%) 50% 50%
}

@keyframes phAnimation-38e3843f {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}

@media only screen and (max-width:767px) {
    .st-hidden-mobile[data-v-38e3843f] {
        display: none
    }

    .loading .st-main-content-wrap[data-v-38e3843f] {
        margin-top: 0
    }

    .st-mobile-searchbox .st-searchpanel {
        padding-top: 30px !important
    }

    .st-mobile-searchbox .st-trending-box {
        padding: 90px 10px 65px !important
    }
}

@media only screen and (max-width:575px) {
    .st-product-media[data-v-38e3843f] {
        padding-bottom: 160%
    }
}

.st-error-page[data-v-4bfe5c6a] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 50px 100px;
    text-align: center
}

.st-next-page-loader[data-v-4bfe5c6a] {
    display: block;
    width: 30px;
    border-radius: 150px;
    border: 1px solid #1d242c;
    border-top-color: #fff;
    height: 30px;
    animation: st-loading-4bfe5c6a 1.2s linear infinite;
    -webkit-animation: st-loading-4bfe5c6a 1.2s linear infinite;
    margin: 0 auto;
    margin-top: 20px !important;
    margin-bottom: 10px !important
}

@keyframes st-loading-4bfe5c6a {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.st-no-result-msg.text-center[data-v-4bfe5c6a] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.st-link .st-label[data-v-5f940e05] {
    color: #9a9b9c;
    font-weight: 300;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 0 3px;
    text-transform: capitalize
}

.st-link .st-label[data-v-5f940e05],
.st-link .st-logo[data-v-5f940e05] {
    transition: all .1s ease-in;
    display: inline-block
}

.st-branding a[data-v-5f940e05] {
    float: right
}

.st-branding .st-label[data-v-5f940e05] {
    color: #666;
    margin-right: 3px;
    font-size: 10px;
    letter-spacing: .4px
}

.st-branding .st-logo[data-v-5f940e05] {
    width: 8px;
    height: 8px;
    position: relative;
    top: 1px;
    right: 1px;
    fill: #666
}

.st-branding a[data-v-5f940e05] {
    text-decoration: none;
    float: none
}

@media only screen and (max-width:834px) {
    .st-link .st-label[data-v-5f940e05] {
        font-size: 10px;
        letter-spacing: 0;
        float: none;
        margin: 0 0 0 50px
    }
}

.newCustomSection[data-v-fa67f54c] {
    margin-top: 30px
}

.custom-list-content[data-v-fa67f54c] {
    margin-top: 15px
}

.custom-list-content .heading.h3[data-v-fa67f54c] {
    font-size: 17px
}

.customs-list img[data-v-fa67f54c] {
    height: 130px !important;
    border: 1px solid hsla(0, 0%, 50.2%, .6196078431372549);
    padding: 10px;
    border-radius: 10px
}

.customs-list .list-collections__item[data-v-fa67f54c] {
    background: none
}

.customs-list .list-collections__item-image-wrapper[data-v-fa67f54c] {
    position: relative;
    height: auto
}

@media screen and (min-width:741px) {
    .customs-list[data-v-fa67f54c] {
        display: grid;
        align-items: baseline;
        grid-template-columns: repeat(auto-fit, calc(14.28571% - var(--container-gutter)*2/2));
        grid-gap: var(--container-gutter);
        justify-content: safe center
    }
}

@media only screen and (max-width:740px) {
    .customs-list[data-v-fa67f54c] {
        display: grid;
        align-items: baseline;
        grid-gap: 31px;
        gap: 8px;
        grid-template-columns: repeat(auto-fit, calc(25% - 8px))
    }

    .custom-list-content .heading.h3[data-v-fa67f54c] {
        font-size: 13px
    }

    .customs-list img[data-v-fa67f54c] {
        height: 100% !important;
        border: 1px solid hsla(0, 0%, 50.2%, .6196078431372549);
        padding: 10px;
        border-radius: 10px
    }

    .list-collections__item-image[data-v-fa67f54c] {
        min-height: 90px
    }
}

#shopify-section-template--16311364124897__1655369505f59a7d9f[data-v-fa67f54c] {
    --heading-color: 96, 96, 96;
    --text-color: 96, 96, 96;
    --prev-next-button-background: var(--text-color);
    --prev-next-button-color: var(--section-background);
    --section-background: 255, 255, 255
}

#block-template--16311364124897__1655369505f59a7d9f-2e2857c9-87f2-4d32-bbe6-42e7ea642522[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-4edf8c6e-f959-4d2d-9789-b4fb7ee56495[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-13c1e871-9ccd-4304-ba00-76d439bb2bef[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-0121de29-a299-49b4-a07d-dc18af5c2e79[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-204a623f-5fef-4d39-9ee4-015b856cb652[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-1655369505c80f3648-0[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-1655369505c80f3648-1[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-1655369505c80f3648-2[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-1655369505c80f3648-3[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-1655369505c80f3648-4[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-1655369505c80f3648-5[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-e66ddda8-67ce-4b9e-8eea-8014f44f7b30[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-fb4eb662-8ef4-4279-b64d-0163af490369[data-v-fa67f54c],
#block-template--16311364124897__1655369505f59a7d9f-fe226dca-efa6-4129-bd8d-f755f3e88fe3[data-v-fa67f54c] {
    --heading-color: 94, 92, 92;
    --text-color: 94, 92, 92;
    --section-block-overlay: 0, 0, 0;
    --section-block-overlay-opacity: 0
}

@media screen and (min-width:741px) {
    .list-collections__item-list[data-v-fa67f54c] {
        grid-template-columns: repeat(auto-fit, calc(14.28571% - var(--container-gutter)*2/2))
    }
}

#searchModalContainer .st-results-loader {
    display: block;
    text-align: center;
    font-size: 50px;
    background-image: url(loadMoreSpinner.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    margin: 0 auto
}

ul.st-trending-list[data-v-0ae1aeea] {
    padding: 0 0 0 10px
}

.st-mobile-searchbox .st-after-box span.st-label-text[data-v-0ae1aeea],
.st-trending-box span.st-label-text[data-v-0ae1aeea] {
    padding-left: 25px
}

/*# sourceMappingURL=/cdn/shop/t/195/assets/searchtap.css.map?v=92560777512907188421728455209 */