/** Shopify CDN: Minification failed

Line 53:8 Expected identifier but found "url("
Line 88:54 Unexpected "{"
Line 88:63 Expected ":"
Line 111:54 Unexpected "{"
Line 111:63 Expected ":"
Line 124:54 Unexpected "{"
Line 124:63 Expected ":"
Line 128:54 Unexpected "{"
Line 128:63 Expected ":"
Line 132:54 Unexpected "{"
... and 3 more hidden warnings

**/
/* @font-face {
   font-family: 'Segoe UI';
    src: url('/cdn/shop/files/SegoeUI-Bold.eot?v=1722671320'),
        url('/cdn/shop/files/SegoeUI-Bold.woff2?v=1722671320') format('woff2'),
        url('/cdn/shop/files/SegoeUI-Bold.woff?v=1722671320') format('woff'),
        url('/cdn/shop/files/SegoeUI-Bold.ttf?v=1722671320') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
   font-family: 'Segoe UI';
    src: url('/cdn/shop/files/SegoeUI.eot?v=1722668338'),
        url('/cdn/shop/files/SegoeUI.woff2?v=1722668338') format('woff2'),
        url('/cdn/shop/files/SegoeUI.woff?v=1722668338') format('woff'),
        url('/cdn/shop/files/Segoe_UI.ttf?v=1722668458') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
<link rel="preload" href="Outfit-Bold.woff2" as="font" type="font/woff2" crossorigin>

h1,h2,h3,h4,h5,h6{
   font-family: 'Outfit';
  font-weight:700 !important;
}

p,a,span,button{
  font-family: 'Segoe UI' !important;
  font-weight:500 !important;
} */

@font-face {
    font-family: 'Outfit';
    src: url('/cdn/shop/files/Outfit-Bold.eot');
        url('/cdn/shop/files/Outfit-Bold.woff2?v=1725633067') format('woff2'),
        url('/cdn/shop/files/Outfit-Bold.woff?v=1725633068') format('woff'),
        url('/cdn/shop/files/Outfit-Bold.ttf?v=1725633068') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Outfit', sans-serif !important;
  font-weight:700 !important;
}
p,a,span,button{
  font-family: 'Outfit', sans-serif !important;
  font-weight: 400 !important;
}
/*---------------------------------
Custom Collection List CSS Start
-----------------------------------*/
#reels-root h2 {
    display: none;
}
section#shopify-section-template--17515574755385__1723880871b048cfe8 {
    background: #f3f5f6;
}
.collection-list-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.collection_image img {
    width: 100%;
    max-width: 300px;
}

.custom_collection .swiper.collection-list-block.id--{{ section.id }} button.arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 50px);
    border: none;
    visibility: visible;
    background: #0000005c;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.7);
    z-index: 1;
}
/* .custom_collection:hover button.arrow {
    opacity: 1;
}
.custom_collection button.arrow:hover {
    background: #000;
} */
.custom_collection button.arrow.swiper-button-disabled {
    display: none;
}
.custom_collection .swiper.collection-list-block.id--{{ section.id }} button.arrow svg {
    position: relative;
    width: 25px;
    height: 25px;
    fill: #fff;
    vertical-align: middle;
}
.custom_collection:hover button.arrow {
    opacity: 1;
}
.custom_collection button.arrow:hover {
    background: #000;
}
.custom_collection .swiper.collection-list-block.id--{{ section.id }} button.arrow-lefts {
  /* left: -25px; */
  right: -6px;
}
.custom_collection .swiper.collection-list-block.id--{{ section.id }} button.arrow-lefts svg {
  left: 1px;
}

.custom_collection .swiper.collection-list-block.id--{{ section.id }} button.arrow-rights {
  /* right: -25px; */
  left: -8px;
}
.custom_collection .swiper.collection-list-block.id--{{ section.id }} button.arrow-rights svg {
  left: -1px;
}
/* .collection-list-block .swiper-button-next,
.collection-list-block .swiper-button-prev{
        display: block;
} */
.custom_collection {
    background: #f3f5f6;
    padding-top: 45px;
}
.custom-collection-heading h2 {
    margin: 0 !important;
    padding-bottom: 30px;
    font-size: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
}
.collection_content span {
    color: #000;
    letter-spacing: 0;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 16px;
}
.collection-block a {
    text-decoration: none;
}
.swiper.collection-list-block.id--template--17515574755385__custom_collection_list_aYyfHU.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-backface-hidden{
    padding-bottom: 45px;
}
/*---------------------------------
Custom Collection List CSS End
-----------------------------------*/

/*------------------------
USPS Section Css Start
--------------------------*/

.usps-block {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.usps-svg svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.usps-second-wrapper p {
    max-width: 260px;
    font-size: 14px;
}
.usps-svg p {
    margin: 0;
}
.whole-usps {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 25%;
}
.usps-content-wrapper p {
    margin: 0;
}
.custom-usps {
    background: #f3f5f6;
    padding-top: 45px;
    padding-bottom: 45px;
}
.usps-content-wrapper p.usps_heading {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
/*------------------------
USPS Section Css End
--------------------------*/
.collection h2.title.inline-richtext {
    margin-bottom: 0;
}
.collection .custom_button a.button {
    background: #f3f5f6;
    border: 0;
    color: #000;
    --border-offset: 0;
}
.collection .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
}
.collection .product-grid li{
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    padding-bottom: 1px;
    border-color: #d4d6d8;
}
.collection .grid {
    column-gap: 0;
}
.collection .product-grid li:last-child {
    border-right: 1px solid #d4d6d8;
}
.collection .grid--6-col-desktop .grid__item {
    width: calc(17.66% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
    max-width: calc(17% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
}
.collection__title h2.title.inline-richtext.h2 {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px;
}
.image-with-text__text-item h2.image-with-text__heading.inline-richtext.h2 {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 600;
}
.video-section h2.title.inline-richtext.h2 {
    font-size: 30px;
    font-weight: 900;
}
.collection .card__information a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600 !important;
}
.footer-block__details-content.footer-block-image.center {
    display: none;
}

/* M+ code Start */

header.header.header--middle-left {
    background: #cdcdcd;
    max-width: 100%;
}
.header--middle-left {
    grid-template-columns: 1fr 3fr 1fr !important;
}
.custom_search .search-modal__content {
    padding: 0 !important;
}
.custom_search .predictive-search__loading-state {
    display: none;
}

/* M+ Code End */

.save-price-blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    vertical-align: middle;
    margin-top: 16px;
}
.save-price-blocks .image-ass {
    width: 50%;
    text-align: left;
    vertical-align: middle;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-top: 10px;
    display: none;
}
    
.custom_search .search-modal__form {
    max-width: 100%;
}
.custom_search select {
    width: 100%;
    max-width: 24%;
    height: 45px;
    position: absolute;
    right: 51px;
    top: 1px;
    padding: 0 12px;
    outline: none;
    outline-offset: unset;
    box-shadow: none;
    border-right: none;
    border-top: 0;
    border-bottom: 0;
    font-size: 16px;
    opacity: 0;
}

.custom_search .field:hover.field:after,
.custom-input-mobile-ushing .field:hover.field:after,
.custom_search .field:after,
.custom-input-mobile-ushing .field:after,
.custom_search .field__input:focus-visible,
.custom-input-mobile-ushing .field__input:focus-visible{
  box-shadow: none;
}
.custom-collection .search-bar__filter-label,
.custom-input-mobile-ushing .search-bar__filter-label{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 51px;
    top: 1px;
    height: 45px;
    max-width: 24%;
    width: 100%;
    gap: 10px;
    border-left: 1px solid #0000003d;
}
.custom_search .reset__button.field__button {
    display: none;
}
.header__icons summary.header__icon.header__icon--search.header__icon--summary,
.header__icons a.header__icon.header__icon--account.link svg{
    display: none;
}

.header__icons .header__icon, .header__icon--cart .icon {
    height: 24px;
    width: 27px;
    padding: 0;
}
.cart-inner__custom {
    position: relative;
    display: block;
}
.header__icons .cart-count-bubble {
    position: absolute;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    height: 22px;
    width: 23px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    top: -7px;
    right: 0px;
    line-height: calc(1 + .1 / var(--font-body-scale));
    font-size: 13px;
}
header.header a.header__icon.header__icon--account.link{
    width: 60% !important;
    text-decoration: none;
}
header.header a.header__icon.header__icon--cart.link{
    width: 40% !important;
    text-decoration: none;
}
header.header a.header__icon.header__icon--cart.link{
    justify-content: flex-end;
    gap: 2rem;
}
.main-content-account {
  text-align: center;
}
.header__action-itme-title-bold,
header.header a.header__icon.header__icon--cart.link span.hidden-pocket.hidden-lap{
    font-size: 16px;
    font-weight: bolder;
    line-height: 16px;
}
.header__action-item-title.hidden-pocket.hidden-lap {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    line-height: 26px;
}
header.header .header__icons {
    width: 100%;
    max-width: 100%;
}
/* .header__icons a.header__icon.header__icon--account:after {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 17px);
    background: #00000057;
    height: 40px;
    width: 1px;
} */
 .header__icons a.header__icon.header__icon--account {
    border-right: 1px solid #00000057;
}
.custom-collection .search-bar__filter-label svg.icon.icon--arrow-bottom {
    width: 10px;
    height: 10px;
}
.custom_search button.search__button.field__button {
    background: #000 !important;
    color: #fff;
    height: 4.5rem;
    width: 5rem;
}
.custom_footer {
    padding-top: 22px;
}
.footer_social_icon .list-social {
    flex-wrap: nowrap;
}
.custom_footer p {
    font-size: 14px;
    margin: 0;
    padding-left: 13px;
}
.custom-slider-set-main .slider-mobile-gutter .slider-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}
.custom-slider-set-main:hover .slider-mobile-gutter .slider-buttons .slider-button[disabled]{
  display: none;
}
.custom-slider-set-main .slider-mobile-gutter .slider-buttons .slider-button {
    background: #0000004f;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.7);
    width: 50px;
    height: 50px;
}
.custom-slider-set-main:hover .slider-mobile-gutter .slider-buttons .slider-button {
    opacity: 1;
}
.custom-slider-set-main .slider.slider--desktop .slider__slide {
  padding-top: 0;
  padding-bottom:0;
}
.custom-slider-set-main .slider-mobile-gutter .slider-buttons .slider-button:hover {
    background:#000;
}
.custom-slider-set-main .slider--desktop:after {
    padding-left: 0;
    margin-left: 0;
}
.custom-slider-set-main .slider-mobile-gutter button.slider-button.slider-button--prev {
  position: absolute;  
  left: 0;
}
.custom-slider-set-main .slider-mobile-gutter button.slider-button.slider-button--next {
    position: absolute;
    right: 95px;
}
.custom-slider-set-main .slider-mobile-gutter .slider-button:not([disabled]):hover {
    color: #fff;
}
.custom-slider-set-main .slider-mobile-gutter .slider-button[disabled] .icon {
    color: #ffffff85;
    cursor: not-allowed;
}
.custom-slider-set-main .slider-mobile-gutter button.slider-button svg {
    width: 28px;
    height: 28px;
}
.custom-slider-set-main .slider-mobile-gutter .slider-counter {
    display: flex;
    justify-content: center;
    min-width: 4.4rem;
}
.rearange-nav-main.page-width {
    background: #fff;
}
button#footer_subs_custom{
    margin-top: 12px;
}
.newsletter-form__button.field__button {
    display: none;
}
.card-information .price__container .price__sale span.price-item.price-item--sale.ff.price-item--last {
    color: red;
}
.custom-slider-set-main slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    max-width: 150rem;
    padding: 0 5rem;
    margin: 0 auto;
    overflow: hidden;
}
.custom-slider-set-main slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger .slider--desktop .slider__slide:first-child {
    margin-left: 0 !important;
    scroll-margin-left: 0 !important;
}
.custom-banner-image {
    background: #f3f5f6;
}
.banner-image img {
    width: 100%;
}
.multicolumn.background-primary .multicolumn-card {
    background: transparent !important;
    border: 1px solid;
}
.list-social__link {
    padding: 5px !important;
}
.list-social__item svg {
    width: 35px !important;
    height: 35px !important;
    padding: 5px;
}
.footer svg.icon.icon-facebook {
    background: #3b5998;
    border-radius: 50%;
}
.footer svg.icon.icon-instagram {
    background: #ee2a7b;
    border-radius: 50%;
}
.footer svg.icon.icon--linkedin {
    background: #0077b5;
    border-radius: 20px;
}
.footer svg.icon.icon-youtube {
    background: #cd201f;
    border-radius: 50%;
}
#ultimateTrustBadgeswidgetDiv {
    display: none;
}
.collection .quick-add__submit {
    background: #000;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600;
}
.image-with-text a.button.button--primary {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
}
.list-menu span {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000;
}
h1.collection-hero__title {
    display: none;
}
.facets-vertical form#FacetFiltersForm {
    background: #fff;
    padding: 18px;
    border: 1px solid #e1e3e4;
}
.facets-vertical ul#product-grid {
    row-gap: 0 !important;
}
.product__title h1 {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 33px;
}

.product.product--medium .grid__item.product__media-wrapper media-gallery {
   display: flex;
    background: #fff;
    padding: 52px;
}
.product.product--medium slider-component.thumbnail-slider.slider-mobile-gutter {
    width: 15%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    order: 1;
    align-items: start;
    text-align: start;
}
.product.product--medium slider-component.slider-mobile-gutter {
    width: 85%;
    float: right;
    order: 2;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(100% - .8rem) !important;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up {
        padding: 0 !important;
        flex: auto  !important;
}
.content-for-layout .page-width.page-width--narrow {
    max-width: 1400px;
}
.content-for-layout h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in,.shopify-policy__title h1 {
    text-align: center;
    font-size: 35px;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.footer-block__details-content a.link.link--text {
    text-transform: capitalize;
}
.content-for-layout .shopify-policy__container {
    max-width: 1400px;
}
.custom_search .loading__spinner.hidden {
    display: none !important;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0 !important;
    flex: auto !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
} 
.open-custom-div {
    background: #fff;
    padding: 44px;
    margin: 30px 0;
}
.open-custom-div .product__accordion.accordion {
    margin-top: 0;
}
.custom_save_price {
    background: #ee0000;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    justify-content: center;
    /* margin-top: 12px !important; */
    padding: 4px 12px;
}
/* span.badge.price__badge-sale.color-scheme-4 {
    display: none;
} */
.product-form__input legend.form__label {
    font-size: 15px;
    text-transform: capitalize;
    text-align: start;
}
.product-form__quantity .form__label {
    font-size: 15px;
    color: #000;
}
.product .quantity {
    background: #fff;
    --inputs-radius: 5px;
    min-height: 43px;
}
.product .product-form__input--pill input[type=radio]+label {
    border-radius: 10px;
    background: white;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.product__tax.caption.rte {
    display: none;
}
.product-form__input {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    gap: 2rem;
}
.product-form__buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.product button.product-form__submit {
    width: 48%;
}
.shopify-payment-button {
    width: 48%;
}
.product button.product-form__submit {
    width: 48%;
    background: #000;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    --border-offset: none;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
    text-transform: capitalize;
    font-size: 16px;
  letter-spacing: 0;
}
.product .product-form__buttons {
    max-width: 100%;
}
/* span.custom_product_vendor {
    color: #f98e50;
    letter-spacing: 0;
    position: relative;
} */
.custom_code_sku_vendor {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    margin-top: 16px;
}
.product .accordion__content h3 {
    font-size: 15px;
}
.product .product__accordion .accordion__content {
    font-size: 13px;
}
hr.return-rules__rule {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* .product span.custom_product_vendor {
    content: "";
    border-right: 1px solid;
    padding-right: 6px;
    border-color: #e1e3e4;
    margin-right: 8px;
} */
.product p.product__sku {
    margin: 0;
}
.custom-border hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.price__sale span.money {
    font-size: 15px;
    letter-spacing: 0;
}
.price-item.price-item--sale.ff.price-item--last {
    font-size: 15px;
    letter-spacing: 0;
}
button.quantity__button.disabled {
    border-right: 1px solid;
}
.quantity__button:last-child {
    border-left: 1px solid;
}
.summary__title h2.h4.accordion__title.inline-richtext {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
.accordion__content h1 {
    font-size: 16px;
}
.social-media-product {
    height: 0px;
    display: flex;
    gap: 5px;
    justify-content: right;
    align-items: center;
    width: 60%;
}
.social-media-product svg#Layer_1 {
    background: #7f7f7f;
    opacity: 1;
    width: 29px;
    height: 29px;
    fill: #fff;
    padding: 5px;
    border-radius: 20px;
}
.social-media-product svg#Layer_1 :hover {
    background: #40C351;
}
.main-image-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}
.image-ass img {
    width: 100%;
    max-width: 120px;
}
.image-ass {
    /* height: 75px; */
    width: 40%;
    text-align: left;
}
.social-media-product {
    height: 0px;
}
.social-media-product a {
    text-decoration: none;
}
.social-media-product svg {
    width: 28px;
    background: #fff;
    color: #000000;
    opacity: .5;
}
.custom-whatsapp svg#Layer_1 {
    background: #7f7f7f;
    opacity: 1;
    fill: #fff;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 16px;
}
.custom-whatsapp svg#Layer_1:hover {
  background:#40C351;
}
svg.icon.icon--facebook:hover {
    color: #3b5998;
    opacity: 1;
}
svg.icon.icon--pinterest:hover{
 color: #bd081c;
  opacity: 1;
}
svg.icon.icon--twitter:hover{
color: #1da1f2;
opacity: 1;
}
svg.icon.icon--email:hover{
color: #677279;
opacity:1;
}
.custom-collection select option {
    background: #f3f5f6;
    color: #677279;
}
.collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 1400px;
}
.popular-search {
    padding-top: 25px;
    background: #f3f5f6;
}
.popular-search h2 {
    font-size: 18px;
    font-weight: 600;
}
.custom-popular-code p {
    color: #000;
    font-size: 14px;
}
.custom-popular-code a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
  font-size: 14px;
}
.custom-popular-code hr {
    margin:0;
    border-color: #fff;
    border: 1px solid;
}
.custom-popular-code, .border-popular {
    padding-bottom: 15px;
}
/* .product__info-container .open-custom-div:nth-child(2) {
    display: none;
} */
.upsell_product_data .cst-drawer-main button {
    display: none;
}
#upsell-main-cst_id {
    background: #fff;
    padding: 44px;
    margin: 30px 0;
}
.contact {
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 10px #00000030;
    padding: 25px 25px;
    margin-bottom: 50px;
    border-radius: 10px;
       margin-top: 20px;
}
.contact form#ContactForm {
    width: 48%;
}
.contact-content {
    width: 48%;
}
/* Search Kewords Change Css Start */

@keyframes slideKeywords {
  0% { opacity: 0; }
  10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}

.keyword_slide_text::placeholder {
  opacity: 1;
  transition: opacity 0.3s;
}

.keyword_slide_text[data-placeholder]::placeholder {
  opacity: 1;
}

/*  Search Kewords Change Css End */


.social-media-product svg#Layer_1:hover {
    background: #4dcb5b;
}
.contact-content p {
    letter-spacing: 0;
    color: #000;
    font-size: 16px;
}
.contact__button button.button {
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    font-size: 18px;
}
.contact-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 0;
}
.contact-content a {
    text-decoration: none;
    color: #000;
    letter-spacing: 0;
    font-size: 16px;
}
/* .grid__item li.thumbnail-list__item {
    height: 18%;
} */
.custom-input-mobile-ushing {
    display: none;
}
.custom-input-mobile-ushing .predictive-search__loading-state {
    display: none;
}
.slider-buttons .slider-counter.caption {
    display: none;
}

@media screen and (max-width: 999px) {
 .header.header--middle-left {
    grid-template-areas: "left-icons heading navigation  icons";
}
  .header--middle-left {
    grid-template-columns: 0fr 1fr 3fr 0fr !important;
}
.header__icons a.header__icon.header__icon--account.link svg {
    display: block;
}
.header .header__icons .main-content-account,
.header .header__icons span.cst_click_drwer{
    display: none;
}
.header .custom-collection {
    display: none;
}
.menu-drawer-container .header__icon span {
    justify-content: flex-start;
}
header.header a.header__icon.header__icon--account.link,
header.header a.header__icon.header__icon--cart.link{
    width: unset !important;
}
 .header.header--middle-left .header__icons {  
    justify-content: end;
    gap: 20px !important;
}
  .header__icons a.header__icon.header__icon--account {
    border-right: none;
}
}

@media screen and (max-width: 641px) {
  .header--middle-left {
    grid-template-columns: 0fr 2fr 1fr 0fr !important;
}
  .custom-input-mobile-ushing {
    background: #cdcdcd;
}
  .custom_search.desktop {
    display: none;
}
.custom-input-mobile-ushing .custom-collection {
    display: none;
}
  .custom-input-mobile-ushing {
    display: block;
}
.custom-input-mobile-ushing .search-modal__content {
    padding: 0 10px;
    padding-bottom: 10px;
}
.custom-input-mobile-ushing button.search__button.field__button {
    background: #000 !important;
    color: #fff;
    height: 4.5rem;
    width: 5rem;
}
.header-wrapper--border-bottom{
  border-bottom: none;
}  
  .header__heading, .header__heading-link {
    justify-self: left;
}
  /* Product Grid Width */

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
    width: calc(65% - var(--grid-mobile-horizontal-spacing) - 0rem);
}
.collection .grid--6-col-desktop .grid__item{
    max-width: unset;
  }
.grid__item { 
  max-width: calc(60% - var(--grid-mobile-horizontal-spacing) / 1);
}
  .custom-slider-set-main slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    padding: 0 1rem;

}

}


.login a {
    width: 100% !important;
}
.customer button {
    margin-top: 15px !important;
    margin-bottom: 15px;
}
.product .product__title h2.h1 {
    font-size: 22px;
    letter-spacing: 0;
}
.product .product__info-wrapper {
    padding-top: 0 !important;
}
.collection-list .card .icon-wrap {
    display: none;
}
.collection-list h3.card__heading {
    text-align: center;
}

.custom-badges {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    color: #fff;
    font-size: 15px;
}
.custom-badges a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0;
}
.custom-badges p {
    font-size: 14px;
    margin: 0;
}
.custom-badges img {
    width: 15px;
    vertical-align: middle;
}
.quick-add-modal__content-info .open-custom-div:nth-child(1) {
    display: block;
}
.quick-add-modal__content-info .open-custom-div {
    display: none;
}
.card__content .quick-add .quick-add__submit.button {
    background: #000;
    color: #fff;
    font-size: 16px;
}
.slideshow__slide .slideshow__media.banner__media.media a {
    z-index: 3;
}
.badge-custom-media p.subdiv {   
    display: inline-block;
    padding: 0px 10px;
    margin: 0;
}
/* Search Keywords Start */
input.search__input.field__input.keyword_custom::placeholder {
  color: #000 !important; 
  font-size: 16px; 
  opacity: 1 !important;
}
.field__input:focus,
.field__input:not(:placeholder-shown){
    padding: 2.2rem 1.5rem 2.2rem 2rem;
}
/* Search Keywords End */

.quantity__button:focus, .quantity__input:focus {
     z-index: unset !important;
}
.quantity__button:first-child {
    border-right: 1px solid;
}
/* .contact.page-width {
    margin-top: 60px;
} */

.customer.login,
.customer.register{
    box-shadow: 0 0 10px #00000030;
    margin: 30px auto !important;
    border-radius: 20px;
}
body {
    overflow-x: hidden;
}
.jdgm-star {
font-family: 'JudgemeStar' !important;
}
.cart-item__quantity quantity-popover .cart-item__error svg {
    display: none;
}
header-menu ul.mega-menu__list .mega-menu__link.mega-menu__link--level-2 {
    font-weight: 600 !important;
    color: #000;
}