/** Shopify CDN: Minification failed

Line 1621:0 Unexpected "<"
Line 1622:21 Unexpected "{"
Line 1622:30 Expected ":"
Line 1622:37 Unexpected "{"
Line 1626:15 Expected identifier but found whitespace
Line 1626:17 Unexpected "{"
Line 1626:26 Expected ":"
Line 1627:10 Expected identifier but found whitespace
Line 1627:12 Unexpected "{"
Line 1627:21 Expected ":"
... and 11 more hidden warnings

**/
/* Base styles for the skeleton */
.sq-skeleton-loader.sq-skeleton-loader .skeleton {
    background-color: #e0e0e0; /* Light gray color to resemble a loading state */
    border-radius: 4px;
    display: block;
    animation: pulse 1.5s infinite ease-in-out;
}
main#MainContent {
    min-height: 800px;
}
/* Large skeleton block */
.sq-skeleton-loader.sq-skeleton-loader .skeleton-text {
    height: 220px;
    width: 100%;
    margin-bottom: 10px;
}
.sq-skeleton-loader.sq-skeleton-loader .sq-results-item {
    width: 100% !important;
    height: auto !important;
}
/* Small skeleton block */
.sq-skeleton-loader.sq-skeleton-loader .skeleton-small-text {
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
}

/* Keyframe for the pulsing animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.sq-skeleton-loader {
    grid-template-columns: repeat(3, 1fr) !important;
}

.sq-skeleton-loader.sq-skeleton-loader .sq-product-price {
    flex-wrap: wrap;
}
/* SKELETON LOADER END */

label.sq-filter-value.sq-pill.sq-active {
    background-color: #003dff;
    color: #fff;
    border-color: #003dff;
}
.sq-sy-pager {
    margin: 0 auto;
}
label.sq-filter-value.sq-pill {
    overflow: hidden;
    align-content: center;
    border: 1px solid #000;
    color: #141414;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 11px;
    height: 50px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.sq-searchbox {
    padding: 1rem 0 0 0;
    width: 100%;
}

.sq-searchbox input[type="text"] {
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
    font-size: 15px;
    border: 1px solid;
    height: 30px;
}

.sq-filter-value.sq-multi-select .sq-cb.sq-active:before, .sq-rating-value.sq-rating-select .sq-cb.sq-active:before {
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: " ";
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sq-accordion .sq-rating-value.sq-rating-select .sq-cb.sq-active {
    background-color: #003dff;
    border-color: #003dff;
}

label.sq-rating-value.sq-rating-select span.sq-cb {
    margin-left: 0px;
}

label.sq-rating-value.sq-rating-select {
    display: flex;
    align-items: center;
    position: relative;
}

.sq-filter-item.sq-block .sq-review {
    display: flex;
    border: unset !important;
    margin-left: 22px;
    padding-top: 0px;
}

.sq-toggle-slider {
    border: 1px solid #ccc;
    width: 37px;
    height: 19px;
}

.sq-toggle-slider .sq-slider-on:before {
    transform: translate(18px);
}

.sq-slider-availability:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}

span.sq-filter-value.sq-label.sq-out-of-stock {
    font-size: 13px;
}

.sq-price-slider .vue-slider-dot-handle {
    visibility: hidden;
}

.sq-price-slider {
    width: 100% !important;
}

.sq-price-slider .vue-slider-dot {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #8c8c8c;
}

.sq-price-slider .vue-slider.vue-slider-ltr {
    margin: 0 10px;
    height: 5px;
}

.sq-field ::-webkit-inner-spin-button {
    display: none;
}

span.sq-sort-icon {
    padding-bottom: 6px;
}

.sq-filter-item.sq-block:has(.sq-pill) {
    width: 33.33%;
    padding-right: 10px;
}

.sq-filter:has(.sq-pill) {
    display: flex;
    flex-wrap: wrap;
}

.sq-filter-value {
    cursor: pointer;
}

.sq-filter-value.sq-multi-select .sq-cb.sq-active:before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: " ";
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.sq-accordion .sq-filter-value.sq-multi-select .sq-cb.sq-active {
    background-color: #003dff;
    border-color: #003dff;
}

.sq-filter-value.sq-single-select {
    padding-left: 25px;
    position: relative;
}

.sq-filter-value.sq-single-select .sq-cb.sq-active:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
    content: "";
}

.sq-filter-color-list-item {
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    margin-left: 2px;
    margin-right: 7px;
}

.sq-color-list svg {
    height: 10px;
}

.sq-filter-value.sq-single-select .sq-cb {
    border-radius: 50%;
}

.sq-app ul.sq-dropdown-menu, .sq-sort {
    border: 1px solid #000;
    min-width: 176px;
    background-color: #efefef;
}

.sparq-container, .sq-filter-main {
    visibility: visible !important;
}

.sq-navigation a.sq-page.sq-active {
    color: #003dff;
    border-color: #003dff;
    cursor: not-allowed;
}

.mobile--filter, .sort-container-mobile, .sparq-container.--list-view .flex-container, .sparq-container.--list-view .grid-view, .sparq-container.--list-view .sq-label-soldout.grid-view, .sparq-container.--list-view .sq-tag-container, .sparq-mobile-filter, .sq-app .list-view, .sq-app .sparq-product-title a.view-full-details, .sq-color-swatch .sq-color-label, .sq-desktop-filter-header-title, .sq-filter-header, label.sq-filter-value.sq-pill span.sq-cb, label.sq-filter-value.sq-pill span.sq-filter-value-count {
    display: none;
}

.sq-app input:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}

.sq-price-slider {
    margin-bottom: 9px;
}

.sq-app ul.sq-dropdown-menu {
    border-radius: 3px;
    font-size: 15px;
    padding: 0;
    top: 100%;
    margin: 0;
    z-index: 2;
    color: #000;
}

.sq-sort {
    border-radius: 3px;
    box-shadow: unset;
    padding: 2px;
    line-height: 29px;
}

.sq-color-list, span.sq-sort-icon {
    display: flex;
    align-items: center;
}

span.sq-sort-label {
    font-size: 16px;
    color: #000;
}

label.sq-filter-value.sq-multi-select, label.sq-filter-value.sq-multi-select .sq-filter {
    overflow: hidden;
    padding-left: 25px;
    position: relative;
    display: flex;
}

.sq-app li.sq-option {
    padding: 0 6px;
}

.sq-accordion-body {
    overflow-x: hidden;
}

.sq-accordion-body .sq-filter:has(.sq-color-swatch) {
    display: flex;
    flex-wrap: wrap;
}

.sq-accordion-body .sq-filter-item:has(.sq-color-swatch) {
    margin-left: 5px;
    display: inline-block;
}

span.sq-filter-color-swatch-item {
    margin-left: 4px;
    border: 1px solid #d3d3d3;
}

.sq-filter-item.sq-block.sq-active .sq-color-list span.sq-filter-color-list-item {
    border: 1px solid #000;
}

.sq-color-list span.sq-color-label {
    width: 80%;
}

.sparq-container.--list-view .sq-cart-btn.sq-cart-loading:hover {
    cursor: pointer;
}

.sq-loader, a.button.btn-blue {
    width: 100%;
}

.sq-product-price span.sq-compare-price {
    padding-left: 5px;
    text-decoration: line-through;
}

.sq-no-results {
    font-size: 15px;
    padding-top: 135px;
}

.sq-dropdown-body .sq-no-results {
    text-align: center;
}

.sq-dropdown-body {
    transition: unset !important;
    background-color: #fff;
    border-radius: 0 0 3px 3px !important;
    height: 100%;
    max-height: 300px;
    max-width: 400px;
    min-width: 400px;
    overflow-y: hidden !important;
    position: fixed !important;
    top: 112.203px !important;
    z-index: 100;
}

.customer button:hover:after, .shopify-challenge__button:hover:after, .shopify-payment-button__button--unbranded:hover:after, .sq-dropdown-body .button:not([disabled]):hover:after, a.button.btn-blue:hover {
    box-shadow: none !important;
}

.sq-dropdown.search-product-card .sq-dropdown-body .row:first-child {
    box-sizing: content-box;
    height: calc(100% - 45px);
    overflow-y: hidden;
}

.sq-dropdown-body .sq-sy-image {
    padding-top: 0;
}

.sq-dropdown-body .result-img {
    height: 60px;
    width: 60px;
}

.predictive-search.predictive-search--header {
    display: none !important;
}

.sq-dropdown-body .sq-results {
    flex-direction: column;
}

.search-product-card .sq-results-item {
    border-bottom: 1px solid #d3d3d3;
    line-height: normal;
    padding: 7px;
    width: calc(100% - 14px);
}

.sq-dropdown-body .column.column-20.float-left.pl0.mb0.pr0 {
    align-items: center;
    display: flex;
}

.sq-dropdown-body img.primary.item-image {
    border-radius: 3px;
}

.sq-dropdown-body .sq-head {
    color: #8f8f8f;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}

.sq-dropdown-body .sq-results-item:hover {
    background-color: #d3d3d3;
}

.sq-dropdown-body .search-result {
    height: 71px;
}

.sq-dropdown-body .column.column-80.float-left.pl0.mb0, .sq-dropdown-body .result-content {
    flex: 1;
    padding-left: 7px;
    text-align: left;
}

.sq-dropdown-body h3.sq-dropdown-title {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 0;
}

.sq-dropdown-body p.sq-dropdown-vendor {
    color: #8f8f8f;
    font-size: 90%;
    line-height: 120%;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 3px 0 0;
}

.sq-dropdown-body a.search-bar__result-item {
    text-decoration: none;
}

.sq-dropdown-body span.sq-price {
    color: #e52548;
    font-weight: 600;
    padding: 2px 0;
}

.sq-app a:empty, .sq-app article:empty, .sq-app div:empty, .sq-app dl:empty, .sq-app h1:empty, .sq-app h2:empty, .sq-app h3:empty, .sq-app h4:empty, .sq-app h5:empty, .sq-app h6:empty, .sq-app p:empty, .sq-app section:empty, .sq-app ul:empty {
    display: unset;
}

.sq-loader {
    background-image: url(https://i.ibb.co/nQgdnwp/download.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    justify-content: center;
    height: 1000px;
    background-size: 100%;
    display: block;
}

.sq-app {
    margin: 0 auto;
    max-width: var(--page-width);
    font-family: inherit;
    padding: 5rem 0;
    max-width: 140rem;
}

.sparq-row-base, .sq-app, .sq-grid-view-container, .sq-right-elements {
    display: flex;
    flex-wrap: wrap;
}

.sparq-row-base {
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.sparq-container {
    -webkit-box-flex: 1;
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex: 1 1 calc(75% - 30px);
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    margin-left: 30px;
    width: 75%;
}

.sparq-product-number {
    color: #23263b;
    padding-left: 15px;
}

.sq-navigation a, .sq-sy-price {
    color: #121212;
}

.sparq-bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    order: 2;
}

nav.sq-navigation a.sq-first, nav.sq-navigation a.sq-last, nav.sq-navigation a.sq-next, nav.sq-navigation a.sq-previous {
    font-size: 0;
    position: relative;
}

nav.sq-navigation a.sq-next:before, nav.sq-navigation a.sq-previous:before {
    background-image: url(https://i.ibb.co/FhYqsk2/chevron-left-light.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 6px;
    content: "";
    height: 22px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 22px;
}

nav.sq-navigation a.sq-next:before {
    background-image: url(https://i.ibb.co/q15ynhW/chevron-right-light.png);
}

nav.sq-navigation {
    display: flex;
    justify-content: center;
}

nav.sq-navigation a.sq-first:before, nav.sq-navigation a.sq-last:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://i.ibb.co/Yj7npN5/angles-left-light.png");
}

nav.sq-navigation a.sq-last:before {
    background-image: url("https://i.ibb.co/2tDy8T3/angles-right-light.png");
}

a.sq-first, a.sq-last, a.sq-next, a.sq-page.max-sm\:sq-hidden, a.sq-previous {
    align-items: center;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    line-height: 17px;
    margin: 5px;
    position: relative;
    text-decoration: none;
    width: 40px;
    border: 1px solid #ddd;
    color: #959595;
}

.sq-app .sq-pager-load-more {
    align-items: center;
    background: #003dff;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    line-height: 24px;
    margin-top: 5px;
    max-height: 40px;
    max-width: fit-content;
    padding: 0 15px;
    text-transform: uppercase;
}

.sparq-card .sq-sy-price, .sq-size-list .sq-size-items {
    color: #23263b;
    font-family: inherit;
}

.sq-pager-infinite, .sq-pager-load-more, .sq-pagination {

    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.sq-filter-main {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex: 1 1 20%;
    max-width: 23%;
    width: 25%;
}

.sq-results-item {
    width: 25%;
}

.sparq-product-title a {
    color: #121212;
    display: block;
    text-decoration: none;
}

.sq-results-item:hover .sparq-product-title a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.sparq-card .sq-sy-price {
    display: flex;
    font-size: 14px;
    line-height: 140%;
    margin-block: 10px;
}

.sq-results img {
    height: auto;
    max-width: 100%;
}

.sparq-thumbnail-wrap {
    order: 1;
    position: relative;
}

.sparq-bottom-items {
    order: 2;
    padding-top: 5px;
}

.sparq-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    width: 100%;
}

.sq-filter-searchbox, .sq-skeleton-image, .sq-sy-image {
    margin-bottom: 10px;
}

.sq-sy-image {
    padding-top: 100%;
    position: relative;
    height: 100%;
    width: 100%;
}

img.alternative.item-image, img.primary.item-image {
    bottom: 0;
    display: block;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s linear;
    width: 100%;
    object-fit: contain;
}

.sq-filter-searchbox input.sq-filter-input {
    background-color: #f4f4f5;
    border: none;
    font-family: inherit;
    height: 36px;
    padding: 15px;
    text-transform: capitalize;
    width: 98%;
}

.discount-label {
    font-size: 12px;
    line-height: 140%;
    width: fit-content;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 1;
    background-color: #003dff;
    padding: 2px 6px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    margin-top: 10px;
    margin-left: 10px;
}

.sq-filter-item {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
    text-transform: capitalize;
    line-height: 18px;
    padding: 4px 0;
}

.outofstock-label {
    background-color: #ffffff;
    color: #000000;
}

.sq-results {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.sparq-bottom {
    margin-bottom: 20px;
}

a.sparq-loop-product.sq-class {
    display: block;
    position: relative;
}

.sq-accordion .sq-accordion-header {
    color: #23263b;
    font-size: 18px;
    padding: 7px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.sq-accordion .sq-cb {
    background-color: #fff;
    border: 1px solid #23263b;
    border-radius: 2px;
    display: flex;
    height: 16px;
    justify-content: center;
    margin-left: -25px;
    margin-top: 1px;
    position: absolute;
    width: 16px;
    top: 0;
}

.sq-accordion {
    display: flex;
    flex-direction: column;
}

.sq-accordion-body::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sq-accordion-body::-webkit-scrollbar {
    background-color: #ddd;
    width: 2px;
}

.sq-accordion-body::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 0;
}

.sq-applied {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 8px 6px 0;
}

span.sq-applied-filter-item {
    position: relative;
    text-transform: capitalize;
    color: #3e4152;
    cursor: default;
    font-size: 12px;
    padding: 4px 8px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border: 1px solid #ccc;
    border-radius: 2px;
    align-items: center;
    background-color: #f4f4f5;
    justify-content: space-between;
    margin-right: 10px;
    margin-bottom: 10px;
}

span.sq-filter-value-count {
    float: right;
    margin-right: 5px;
}

span.sq-applied-filter-item .sq-icon {
    margin-left: 5px;
}

.sq-accordion.sq-close .sq-accordion-header:after, .sq-accordion.sq-open .sq-accordion-header:after {
    background-image: url(https://i.ibb.co/QD4FzYJ/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 8px;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    width: 16px;
}

.sq-accordion.sq-close .sq-accordion-header:after {
    background-image: url(https://i.ibb.co/QFsZShC/arrow-up.png);
}

.sq-app .collection-filter__sort-container {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    gap: 0 3.5rem;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
}

.sq-sy-price.sq-sy-price-has-discount {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.sq-sy-price.sq-sy-price-has-discount .sq-compare-price {
    text-decoration: line-through;
}

.sq-sy-image img {
    transition: 0.3s;
}

.sq-wrapper {
    width: 98%;
}

.sq-price-input-group {
    justify-content: space-between;
}

.sq-price-slider input.sq-input-min, input.sq-input-max {
    margin-bottom: 10px;
    padding: 9px;
    width: unset;
}

.sq-slider {
    left: 2px;
}

.sq-slider .sq-progress {
    background-color: #2b71cf;
}

.sq-grid-view, .sq-list-view {
    width: 36px;
    height: 36px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.6;
}

.sq-grid-view {
    margin-left: 10px;
}

.sparq-container.--grid-view .sq-grid-view-container .sq-grid-view, .sparq-container.--list-view .sq-grid-view-container .sq-list-view {
    opacity: 1;
}

.sparq-container.--list-view .sq-results-item {
    width: 100%;
    margin-left: 0;
}

.sparq-container.--list-view .sparq-card {
    flex-direction: row;
    padding: 1.5rem;
    position: relative;
}

.sparq-container.--list-view .sparq-card:hover {
    position: relative;
    height: 100%;
}

.sparq-container.--list-view .sparq-thumbnail-wrap {
    width: 200px;
}

.sparq-container.--list-view .sparq-product-title {
    width: 66%;
}

.sparq-container.--list-view .sq-product-description {
    color: #000;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sparq-container.--list-view .sparq-bottom-items {
    flex-direction: row;
    justify-content: space-between;
}

.sparq-container.--list-view .sparq-card .sparq-bottom-action {
    position: relative;
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    flex-basis: 100%;
    align-items: self-end;
    padding: 0;
    max-width: 200px;
    justify-content: flex-start;
}

.sparq-container.--list-view .sparq-card .sparq-bottom-action button, .sq-wrapper .sq-field input {
    width: 100%;
}

.sparq-container.--list-view .list-view-product-price {
    display: block;
    text-align: right;
}

.sparq-container.--list-view .sparq-product-title a.view-full-details {
    display: block;
    color: var(--active-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.sparq-container.--list-view .sparq-bottom {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 10px;
}

.sparq-container.--list-view .sparq-bottom .sparq-bottom-items {
    flex: 0 0 calc(100% - 200px);
}

.sparq-container.--list-view .sparq-bottom .sq-cart-btn {
    background: #000;
    color: #fff;
    padding: 10px;
    width: 200px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.sparq-container.--list-view .list-view {
    display: block;
}

.sq-add-to-cart {
    font-weight: 500;
    font-size: 12px;
    height: 38px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    line-height: 140%;
    text-transform: uppercase;
    color: #23263b;
    background-color: #fff;
    box-shadow: 0 0 15px #f0eeee;
    position: absolute;
    bottom: 9%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.sparq-card:hover .sq-add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sparq-vendor {
    font-size: smaller;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #91929d;
    margin-bottom: 10px;
}

.sq-clear-button-desktop, .sq-filter-header button.sq-clear-button {
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #003dff;
    border: none;
    background-color: transparent;
    text-align: end;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

@media only screen and (max-width: 820px) {
    .sq-results-item {
        width: 33.3333%;
    }

    .sparq-container.--list-view .sparq-bottom .sparq-bottom-items {
        flex: 0 0 calc(100% - 120px);
    }

    .sparq-container.--list-view .sparq-bottom .sq-cart-btn {
        width: 120px;
    }
}

@media only screen and (max-width: 767px) {

    .sq-skeleton-loader.sq-skeleton-loader .sq-results-item {
        width: 100% !important;
        height: auto !important;
    }

    .sq-skeleton-loader {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .sq-dropdown-wrapper {
        flex: 0 0 48%;
    }

    span.sq-sort-icon {
        padding-bottom: 10px;
    }

    span.sq-sort-label {
        font-size: 14px;
    }

    .sq-sort {
        line-height: 31px;
        width: 100%;
        min-width: 100%;
        padding: 6px;
    }

    .sq-clear-btn-desktop, .sq-clear-button-desktop, .sq-desktop-filter-title, .sq-filter-main, .sq-right-elements .sq-sort {
        display: none;
    }

    .sq-app ul.sq-dropdown-menu {
        top: 47px;
    }

    .sq-filter-bottom, .sq-filter-header-title {
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
    }

    label.sq-filter-value.sq-pill {
        overflow: hidden;
        align-content: center;
        border: 1px solid #23263b;
        color: #141414;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 11px;
        height: 50px;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        width: 62px;
    }

    .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in:has( .sq-app ) {
        animation: unset;
        opacity: 1;
        transform: unset;
    }

    .sq-color-list span.sq-filter-color-list-item {
        width: 7.5%;
    }

    .sq-wrapper {
        width: 96%;
    }

    .sort-container-mobile {
        display: flex;
        justify-content: space-between;
    }

    .collection-filter__sort-container, span.sq-page-mobile.sm\:sq-hidden {
        display: none !important;
    }

    .mobile--filter, .sq-app .collection-filter__item.collection-filter__item--sort {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-facets__open svg {
        height: 20px;
    }

    .mobile-facets__open, .sparq-mobile-filterby span, .sparq-mobile-sort-filter span {
        align-items: center;
        display: flex;
    }

    .sq-pager-infinite {
        align-items: center;
        display: none;
        flex-direction: column;
        justify-content: center;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .sq-app .sq-filter-main, .sq-filter-bottom {
        bottom: 0;
        position: fixed;
        right: 0;
        width: 85%;
    }

    .sq-accordion .sq-accordion-header {
        font-size: 16px;
    }

    .sq-filter-bottom {
        background-color: #003dff;
        color: #fff;
        font-size: 14px;
        padding: 15px 10px;
        text-align: center;
        z-index: 999999 !important;
    }

    .sq-pagination {
        display: block !important;
        width: 100% !important;
    }

    .sq-app .sq-filter-main {
        background-color: #fff;
        max-width: 100%;
        overflow-y: auto;
        padding: 2rem 2rem 60px;
        top: 0;
        z-index: 9999;
    }

    .sq-filter-header {
        align-items: center;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .sq-filter-header-title {
        color: #23263b;
        font-size: 16px;
    }

    .sparq-mobile-filterby .filterby-number, .sq-filter-header-clear {
        display: flex;
        font-family: inherit;
        line-height: 140%;
    }

    .sq-filter-header-clear {
        align-items: center;
        color: rgba(var(--color-link), var(--alpha-link)) !important;
        font-size: 14px;
    }

    .sq-filter-header span.sq-cross {
        height: 22px;
        margin-left: 10px;
        position: relative;
        width: 20px;
    }

    .sparq-mobile-sort-filter span.sq-sort-icon, span.sq-filterby-icon {
        background-size: 100%;
        display: block;
        height: 14px;
        margin-right: 10px;
        width: 14px;
    }

    .sparq-product-number {
        padding-left: 0;
        flex: 0 0 calc(100% - 82px);
    }

    .sq-app {
        padding: 0;
    }

    .sq-results {
        padding-left: 15px;
    }

    .sparq-card {
        padding-left: 0;
        padding-right: 15px;
    }

    .sq-applied {
        margin-left: 0;
    }

    .sparq-container {
        flex: auto;
        margin-left: 0;
        width: 100%;
    }

    .sq-results-item {
        width: 50%;
    }

    .sparq-row-base {
        margin-bottom: 15px;
        padding: 0 1.5rem;
    }

    .sparq-mobile-filter {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 2;
        padding: 0 0px;
    }

    .sparq-mobile-filterby, .sparq-mobile-sort-filter {
        align-items: center;
        box-shadow: 0 4px 8px #23263b40;
        color: #23263b;
        display: flex;
        font-family: inherit;
        font-size: 12px;
        font-weight: 600;
        height: 45px;
        justify-content: center;
        line-height: 18px;
        text-transform: uppercase;
        width: 48%;
    }

    .sparq-mobile-filterby {
        flex: 0 0 48%;
        background-color: #003dff;
        color: #fff;
    }

    .sparq-mobile-filterby .filterby-number {
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
        color: #23263b;
        font-size: 10px;
        font-weight: 700;
        height: 20px;
        justify-content: center;
        margin-left: 5px;
        text-align: center;
        width: 20px;
    }

    span.sq-filterby-icon {
        background-image: url(https://i.ibb.co/XkbdRcJ/filter-icon.png);
        background-repeat: no-repeat;
    }

    .sparq-mobile-sort-filter span.sq-sort-icon {
        background-image: url(https://i.ibb.co/KVLCj0w/sort-icon.png);
    }

    .sq-app .sq-pager-load-more {
        height: 45px;
        margin: 0 auto;
    }

    .sq-filter-main.opening {
        display: block;
    }

    .sq-app #overlay {
        background-color: #00000080 !important;
        bottom: 0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
        width: 15%;
        z-index: 2;
    }

    .sq-dropdown-body {
        height: calc(100% - 100px) !important;
        right: 1%;
        top: 100.203px !important;
        width: 98% !important;
        z-index: 999;
        left: 1% !important;
        min-width: 98% !important;
    }

    .sq-dropdown-body .sq-results {
        width: 360px;
    }

    .sq-right-elements {
        justify-content: space-between;
    }

    .sparq-container.--list-view .sparq-bottom {
        flex-direction: column-reverse;
    }

    .sparq-container.--list-view .sparq-bottom .sq-cart-btn, .sparq-container.--list-view .sparq-product-title {
        width: 100%;
    }
}

.two-line-ellipses {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sq-wrapper .sq-field {
    width: 47%;
}

.sq-dropdown-loader {
    padding: 60px 20px 0;
    width: 100%;
}

.sq-skeleton-line {
    height: 10px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}

.sq-app .sq-skeleton-line.sq-skeleton-shimmer {
    display: block !important;
}

.sq-img-loading {
    height: 100% !important;
    width: 100% !important;
}
.product-2x2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .product-2x2-grid {
    grid-template-columns: 1fr;
  }
}
/* MV new code */
.filter-sort-bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-grow: 1;
}

.filter-sort-bar .option {
  flex: 1 1 auto;
  min-width: 0;
}

.filter-sort-bar .sort-dropdown {
  flex: 0 0 auto;
  min-width: 180px;
  margin-left: auto;
}

.filter-sort-bar select,
.filter-sort-bar label {
  width: 100%;
  display: block;
}

.scrolling-announcement {
  position: sticky;
  white-space: nowrap;
  box-sizing: border-box;
  top: 0;
  z-index: 9999;
}

.scrolling-announcement p {
  position: sticky;
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
  font-weight: bold;
  font-size: 16px;
  
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.price-area {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; /* optional for mobile responsiveness */
}
.price-discount-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* space between price and badge */
}

.product-price {
  font-size: 1.2rem;
  font-weight: bold;
}

.discount-badge {
  background-color: #ffffff;
  color: #C11010;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}
.discount-badge-label {
  display: flex;
  justify-content: center;  /* center horizontally */
  align-items: center;      /* center vertically */
  width: 70px;              /* fixed width */
  height: 30px;             /* fixed height (adjust as needed) */
  background-color: #FFC300;
  color: #000000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}


.extra-offer-text {
  display: block;
  font-size: 10px;
  color: #ff5722;
  margin-top: 4px;
}

h2, h2 a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important; /* Some themes use this for underline */
}

.btn--add-to-cart {
  display: block;
  margin-top: 10px;
  background-color: #ffffff;
  color: #000000;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn--add-to-cart:hover {
  background-color: #444;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center horizontally */
  gap: 0.5rem;
  margin: 1rem 0;
}

.filter-button {
  padding: 8px 8px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
  text-decoration: none;
  color: #000000;
  font-size: 10px;
  align-content: center;
}

.filter-button.active {
  background-color: #333;
  color: white;
  border-color: #333;
}

.filter-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

<style>
  #scrolling-banner-{{ section.id }} {
    position: relative;
    overflow: hidden;
    height: 50px; /* Adjust as needed */
    background: {{ section.settings.color_bg | default: '#000' }};
    color: {{ section.settings.color_text | default: '#fff' }};
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #scrolling-banner-{{ section.id }} .marquee-text-item {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
    font-size: {{ section.settings.text_size | default: 24 }}px;
    padding-left: 100%;
  }

 
.scrolling-banner-wrapper {
  position: relative;
  overflow: hidden;
  height: 2.5em;
}

.scrolling-banner-text {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(100%) translateX(-50%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  font-size: {{ section.settings.text_size | default: 24 }}px;
  color: inherit;
}

 
.scrolling-banner-text.active {
  opacity: 1;
  transform: translateX(0%) translateX(-50%);
  z-index: 2;
}

.scrolling-banner-text.exiting {
  opacity: 0;
  transform: translateX(-100%) translateX(-50%);
  z-index: 1;
}                

</style>

.variant-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
   margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.variant-buttons input[type="radio"] {
  display: none;
}

.variant-buttons label {
  display: inline-block;
  width: 50px; /* Set your desired fixed width */
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  margin-bottom: 0 !important;
  line-height: 1; /* Optional: tightens vertical spacing */
}

.variant-buttons input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.video-click-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.video-click-link .video-container {
  pointer-events: none; /* prevent interaction inside unless needed */
  position: relative;
  z-index: 1;
}

.video-click-link::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.estimated-delivery {
  font-size: 14px;
  color: #444;
}
.estimated-delivery strong {
  color: #222;
}

.cc-rating-stars__svg path {
  fill: black;
}

.filter-carousel {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch; /* for smooth scrolling on mobile */
}

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }

  .whatsapp-button {
    display: flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
  }

  .whatsapp-button img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
  }

  .whatsapp-text {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }
/* div#section-id-template--17934083522617__image_with_text_overlay_pyWt4M .rimage-outer-wrapper.rimage-background.fade-in.cc-zoom-out.cc-animate-init.-in.cc-animate-complete.lazyloaded {
    width: 50% !important;
} */
#shopify-section-template--17934083719225__main .clickyboxes li a {
    width: 56px !important;
}
.half-gutter .column, .half-gutter #order_payment, .half-gutter #order_shipping, .half-gutter .grid li, .grid .half-gutter li, .half-gutter header, .half-gutter footer, .half-gutter #main {
    padding-left: 5px !important; 
    padding-right: 5px !important;
}
    .section-gallery .cc-gallery.gallery--with-margins .gallery__item {
        margin: 2px !important;
    }
div#shopify-section-template--17934083522617__scrolling_banner_gVHVin {
    background: black !important;
}
.wide-container {
    padding-left:20px !important;
    padding-right: 20px !important;
}
.product-list .product-block, .product-list .collection-block {
        margin-top: 20px !important;
    }
    #section-id-template--17934083555385__rich_text_GbybAQ .feature-header {
        font-size: 19px !important;
    }
    #section-id-template--17934083555385__rich_text_6bzHPt .feature-header {
        font-size: 30px !important;
    }
div#section-id-template--17934083555385__rich_text_6bzHPt p {
    margin: 0px !important;
}
h2.feature-header.align-center.cc-fade-in-up.cc-animate-init.feature-header--visible.-in.cc-animate-complete {
    font-size: 20px !important;
}
.wide-container.half-gutter.section-spacing.cc-animate-init.-in.cc-animate-complete h2 {
    margin: 0px !important;
    padding: 0px !important;
}
div#shopify-section-template--17934083489849__17538706012c40a333 .section-spacing {
    margin: 0px !important;
    padding: 0px !important;
}
    .section-spacing {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .product-area {
        margin-bottom: 0px !important;
        display: flex;
    }
    .product-slider .swiper-container .swiper-wrapper {
        margin-top: 0px !important;
    }
    #section-id-template--17934083522617__gallery_4LyDAG .gallery__item {
        height: 100% !important;
    }
.section-heading.cc-animate-init.-in.cc-animate-complete h2 {
    font-weight: bold !important;
}
.product-label--new {
    color: #c5a791 !important;
    font-weight: normal !important;
    padding: 9px !important;
}
.section-gallery .cc-gallery .gallery__item .gallery__image {
    position: relative!important;
}
div#section-id-template--17934083522617__rich_text_efJrV6 h2 {
    width: 100% !important;
    max-width: 100% !important;
    color:white;
}
div#section-id-template--17934083522617__rich_text_efJrV6 .section-spacing {
    padding: 10px 0px !important;
    background: red;
}
/* button#sca-fg-today-offer-widget {
    display: none !important;
} */
 div#section-id-template--17934083522617__image_with_text_overlay_pyWt4M .height--natural.image-overlay {
    width: 50%;
        padding-top: 50px;
    margin: 0 auto;
}



div#section-id-template--17934083522617__rich_text_efJrV6 .button-row {
    color: white !important;
    padding: 0px !important;
    margin: 0px !important;
}
div#section-id-template--17934083522617__rich_text_efJrV6 a {
    color: white;
    border: none;
    font-size: 20px;
}
span.bogos-badge-title {
    color: white !important;
}
.bogos-slider-offer .bogos-slider-offer-badge-container {
    left: 37% !important;
}
div#section-id-template--17934083522617__rich_text_efJrV6 .section-spacing {
    padding: 10px 0 !important;
    background: red;
    position: fixed !important;
    top: 86px;
    left: 0;
    right: 0;
    z-index: 9999;
}
div#section-id-template--19192078598201__rich_text_cn6bDa h1 {
    text-align: center !important;
    margin: 0 auto;
}

div#section-id-template--19192078598201__rich_text_cn6bDa p {
    text-align: center !important; 
    margin: 0 auto;
}
div#section-id-template--19192078598201__rich_text_h4WgMz h1 {
    text-align: center !important;
    margin: 0 auto;
}
div#section-id-template--19192078598201__rich_text_h4WgMz p {
    text-align: center !important;
    margin: 0 auto;
}

div#section-id-template--19192078598201__rich_text_YC4wQc h1 {
    text-align: center !important;
    margin: 0 auto;
}
div#section-id-template--19192078598201__rich_text_YC4wQc  p {
    text-align: center !important;
    margin: 0 auto;
}
div#section-id-template--19192078598201__rich_text_ExYnQm h1 {
    text-align: center !important;
    margin: 0 auto;
}
div#section-id-template--19192078598201__rich_text_ExYnQm  p {
    text-align: center !important;
    margin: 0 auto;
}
div#section-id-template--17934083522617__image_with_text_kg9bhk {
    border: 4px solid;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}
div#shopify-section-template--17934083522617__image_with_text_kg9bhk .button-custom {
    background: black;
    color: white;
}
.rimage-outer-wrapper {
    margin-left: 0px !important;
    width: 100%;
    margin-right: 0px !important;
        max-width: 100% !important;
}

span.belong {
    font-size: 52px;
    font-weight: 900;
}
div#section-id-template--18692539252793__rich_text_r8wVnU h2 {
    font-size: 50px !important;
}
div#section-id-template--17934083522617__image_with_text_kg9bhk img {
    width: 50%;
}
.three-linked-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.three-linked-box {
  transition: 0.3s ease;
  color: inherit;
}
.three-linked-box:hover {
  opacity: 0.85;
}
.three-linked-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
     color: white;
}
h2.four-slider-title {
    text-align: left;
    font-weight: 900;
}
div#section-id-template--19192078598201__rich_text_gC9UJY h2 {
    font-size: 58px !important;
    font-weight: 800;
}
form._formFieldset_cit2d_82 {
    padding: 10px 2px !important;
}

@media (max-width: 749px) {
  .three-linked-grid {
    grid-template-columns: 1fr;
  }
}
div#shopify-section-template--19192078598201__custom_liquid_fyGRf9 {
    background: black;
    padding-top: 10px;
}
#shopify-section-template--19192078598201__custom_liquid_fyGRf9 .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
div#shopify-section-template--19192078598201__custom_liquid_fyGRf9 a {
    padding-right: 20px;
}
.swiper-scrollbar {
    display: none;
}
.scrolling-banner-wrapper {
    display: flex;
    align-items: center;
}


@media only screen and (max-width:767px)
{
    #section-id-template--17934083522617__background_video_VQW6iy .video-container {
    height: 100% !important;
}
div#section-id-template--17934083522617__image_with_text_overlay_pyWt4M .rimage-outer-wrapper.rimage-background.fade-in.cc-zoom-out.cc-animate-init.-in.cc-animate-complete.lazyloaded {
    width: 100% !important;
}
    .wide-container .product-list.mob-two-col:not(.jiggly-split) {
        margin: 0px !important;
    }
.product-area {
    display: block;
}
    #shopify-section-template--17934083489849__main .wide-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 0px !important;
    }

a.button.alt.cc-quick-buy-btn {
    padding: 11px !important;
}
    .bogos-slider-offer .bogos-slider-offer-badge-container {
        left: 26% !important;
    }

div#section-id-template--17934083522617__rich_text_efJrV6 .section-spacing {
   
    top: 78px;
}
#shopify-section-template--17934083522617__collection_list_6jGyFh .section-spacing {
    padding-bottom: 0px !important;
}
    div#section-id-template--17934083522617__image_with_text_overlay_pyWt4M .height--natural.image-overlay {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
div#section-id-template--19192078598201__rich_text_gC9UJY h2 {
    font-size: 48px !important;
    font-weight: 800;
}


}