/** Shopify CDN: Minification failed

Line 402:54 Unexpected "{"
Line 402:63 Expected ":"
Line 426:54 Unexpected "{"
Line 426:63 Expected ":"
Line 445:54 Unexpected "{"
Line 445:63 Expected ":"
Line 449:54 Unexpected "{"
Line 449:63 Expected ":"
Line 453:54 Unexpected "{"
Line 453:63 Expected ":"
... and 2 more hidden warnings

**/
.facets-wrapper:has(+ .product-grid-container .collection--empty) {
    display: none;
}
div#wizard-validation-form {
    margin: 40px 0;
}
.quinn-slider .svelte-y7vkdd {
    border: 1px solid #ababab;
    border-radius: 10px;
}
.quinn-slider .svelte-nq3wdf {
    border: unset !important;
}
.quinn_cards .quinn-cards-desktop>div:not(:last-child) {
    margin-right: 8px;
}
.instafeed-new-layout-wrapper .instafeed-new-layout-item.image-loaded {
    border-radius: 10px !important;
    overflow: hidden;
}
.field__input:-webkit-autofill~.field__button .icon-email path {
    stroke: #1e1e1e;
    stroke-width: 3px;
    fill: #e8f0fe;
}
predictive-search .field button.search__button.field__button {
    background-color: #000;
    border-radius: 0px 10px 10px 0px;
}
.template-search__header h1.h2 {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
}
predictive-search .field:hover.field:after{
    border-radius:10px;
}
.template-search .collection .grid {
    column-gap: 8px;
    row-gap: 14px;
}
predictive-search .field:after{
    border-radius: 10px;
}
predictive-search .field__input:not(:placeholder-shown){
    padding: 2.2rem 1.5rem 0.8rem 2rem;
    margin: 0;
}
.field__input:-webkit-autofill~.field__button, .field__input:-webkit-autofill~.field__label, .customer .field input:-webkit-autofill~label {
    color: #000;
}
.drawer__contents .cart-items .cart-item__details .cart-item__name:hover {
    text-decoration: unset;
}
.desktop_banner_tmd{
    display:block;
}
.mobile_banner_tmd {
    display: none;
}
/*--------------------------------
Anauncement bar css 
---------------------------------*/
.announcement-bar span.svg-wrapper {
    display: none;
}

.announcement-bar p.announcement-bar__message.h5 {
    font-size: 13px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    letter-spacing: 0.6px;
}
/*---------------------------------
 Anauncement bar css End 
----------------------------------*/
/*---------------------------------
header CSS Start
-----------------------------------*/
/* header icon css */

.header .svg-wrapper svg.icon-acc {
    width: 25px;
    height: 25px;
    color: #000;
}
.header .header__icons {
    justify-content: end;
    gap: 14px;
}
.header .svg-wrapper .header__icons .header__icon, .header__icon--cart .icon {
    height: 25px;
    width: 22px !important;
    padding: 0;
}
.header__icons span.svg-wrapper svg.icon {
    color: #000;
}
.custom_search_desktop .header__icons .svg-wrapper span.svg-wrapper svg.icon {
    color: #000000 !important;
}
.search__button svg.icon.icon-search {
    color: #fff;
}
.custom-collection svg.icon.icon--arrow-bottom {
    color: #000;
}
/*----------------------
 header logo css start 
 -------------------------*/

.header.header--middle-left {
    background: #fff;
    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;
}
sticky-header .header__heading .header__heading-logo-wrapper {
    justify-content: center;
    display: flex;
    align-items: center;
}
.custom_search predictive-search.search-modal__form {
    max-width: 94%;
}
/*--------------------------
 header search css start
 --------------------------- */

.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: 25%;
    height: 40px;
    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{
    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--cart.link{
    justify-content: flex-start;
    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: #000;
    height: 4rem;
    width: 4rem;
    border-radius: 0px 10px 10px 0px;
}
.custom_search input.search__input.field__input.keyword_custom {
    height: 4rem !important;
    padding: 1rem 0.5rem 0.8rem 1rem;
    border-radius: 10px;
    box-shadow: 0px 0px 5px -5px #000;
    border: 0.5px solid #0000003d;
}
.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: 40px;
    max-width: 24%;
    width: 100%;
    gap: 10px;
    border-left: 1px solid #0000003d;
    font-weight: 700;
}

.rearange-nav-sub {
    text-align: center;
    padding-bottom: 20px;
    line-height: 0;
}
.rearange-nav-sub .header__inline-menu .header__menu-item {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .6px;
    font-family: 'Montserrat';
}
.mega-menu__list a.mega-menu__link {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .6px;
    font-weight: 600;
}
.mega-menu__list ul.list-unstyled a.link {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
/*------------------------------------------
slide show css start
-------------------------------------------*/

.slideshow__controls .slider-button.slider-button--prev, .slideshow__controls .slider-button.slider-button--next{
    display: none;
}
.slideshow__controls.slider-buttons.slideshow__controls--border-radius-mobile {
    position: absolute;
    bottom: 0;
    right: 0;
}
slideshow-component .slider-counter__link--dots .dot {
    width: 14px;
    height: 14px;
    border: 2px Solid #fff;
} 
slideshow-component .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #fff;
}
button.slideshow__autoplay.slider-button {
    display: none;
}
slideshow-component .slideshow__controls {
    border: unset;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #fff !important;
}
.slideshow__controls .slider-button .svg-wrapper svg.icon.icon-caret {
    color: #fff;
}
.slideshow__controls button.slider-button.slider-button--next:hover {
    background: #fff;
    color: #fff;
    cursor:pointer;
}
/*-----------------------------------------
slide show css end
-----------------------------------------*/
/*---------------------------------
Custom Collection List CSS Start
-----------------------------------*/
/*
section#shopify-section-template--17515574755385__1723880871b048cfe8 {
    background: #FFF;
}
*/
.shopify-section {
    background: #fff;
}
.collection-list-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.collection_image img {
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 10px;
}

.custom_collection .swiper.collection-list-block.id--{{ section.id }} button.arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    border: none;
    visibility: visible;
    background: #00000029;;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.7);
    z-index: 1;
    cursor: pointer;
}
/* .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 .swiper.collection-list-block {
    padding: 8px 4px;
}
.collection-block {
    width: 100%;
}
.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: #fff;
    padding-top: 36px;
}
.custom-collection-heading h2 {
    margin: 0 !important;
    font-size: 23px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
    padding: 20px 0px;
    text-align: center;
}
.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;
}
.collection__title .collection__view-all {
    position: absolute;
    top: -2px;
    right: 30px;
}
/*---------------------------------
Custom Collection List CSS End
-----------------------------------*/

/*----------------------------------
 image with text section css start 
 ----------------------------------*/
.image-with-text__text.rte.body p {
    font-size: 13px;
    letter-spacing: 0.6px;
    color: black;
    font-weight: 400;
}
.image-with-text a.button.button--primary {
    background: black;
    opacity: 1;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}
/*------------------------------- 
image with text section css end 
--------------------------------*/

/*-------------------------------
 acordian section start 
 -------------------------------*/

.collapsible-content .collapsible-content__wrapper .collapsible-content-wrapper-narrow {
    width: 100%;
    margin: 0 auto;
    max-width: var(--page-width);
    padding: 0 5rem;
}
.accordion h3.accordion__title.inline-richtext.h4 {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 23px;
    font-weight: 700;
    color: #000000de;
}

.product__info-container .accordion summary {
    padding: 1rem 10px;
    border: 1px solid #5b5b5b6e;
    border-radius: 10px;
}
.product .product__accordion .accordion__content {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    padding: 8px;
    margin: 10px 0;
}
.accordion .accordion__content p {
    border: 1px solid #5b5b5b6e;
    padding: 12px 12px;
    background: #fff;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 14px;
}
/*-------------------------------------
 Acordian custom css End
---------------------------------------*/
.sub-buttton {
    padding: 5px;
    background: #ffff;
    color: #000;
    margin-top: 10px;
    width: 100px;
    text-align: center;
}
.sub-buttton a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}
/*---------------------------------------
 feature product card css start 
 ----------------------------------------*/

slider-component.slider-mobile-gutter.page-width.slider-component-desktop.scroll-trigger.animate--slide-in {
    overflow: hidden;
    height: 100%;
    padding: 0px 5rem;
    max-width: var(--page-width);
    
}
.collection slider-component .grid li.grid__item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding-bottom: 1px;
    border-color: #0000003d;
    background: #fff;
  
}
.card__content .card__information {
    padding: 10px ;
}
.card-wrapper .card.card--standard.card--media:hover .full-unstyled-link {
    text-decoration: none;
}
.collection slider-component .grid {
    gap: 0;
}
.card__content .card__information a.full-unstyled-link {
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.slider-button-main button.slider-button.slider-button--prev {
    position: absolute;
    top: 40%;
    left: 0%;
    background: #4241417d;
    border-radius: 30px;
    transform: translate(50px, 10px);
}
.slider-button-main button.slider-button.slider-button--next {
    position: absolute;
    top: 40%;
    right: 0%;
    background: #4241417d;
    border-radius: 30px;
    transform: translate(-50px, 10px);
}
.slider--desktop.grid--4-col-desktop .grid__item{
    width:19% !important;
}
.collection slider-component.slider-mobile-gutter.slider-component-desktop {
    width: 100%;
    margin: 0 auto;
    max-width: var(--page-width);
    padding: 0 5rem;
}
.collection .collection__title.title-wrapper {
    margin-bottom: 2rem;
}
.slider-component-desktop .slider--desktop .slider__slide:first-child {
    margin-left: 0;
}
.slider-button-main .slider-button .svg-wrapper svg.icon.icon-caret {
    color: #fff;
}
.collection__title h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.collection .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.collection__title--desktop-slider {
    position: relative;
    text-align: center;
}

.collection .collection__title .center.collection__view-all.scroll-trigger.animate--slide-in .button:after {
    box-shadow: unset;
}
.collection .collection__title a.full-unstyled-link {
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
}
.collection__title .center a.button {
    background: none;
    color: #000;
    align-items: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.collection__title .collection__view-all a.button {
    box-shadow: unset !important;
    transform: unset !important;
    margin: 0;
}
.collection slider-component ul.product-grid {
    gap: 15px;
}
.quick-add.no-js-hidden {
    margin: 0;
}
.collection .grid li {
    box-shadow: 0 0 5px #00000030;
    border-radius: 10px;
    padding: 10px !important;
}
.collection .quick-add .button::after {
    border-radius: 10px;
}
.collection .card-information .price__container {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    letter-spacing: 0.6px;
}
.collection .grid--4-col-desktop .grid__item {
    width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.collection .grid {
    column-gap: 14px;
    row-gap: 14px;
}
slider-component .slider-button-main .slider-button[disabled] .icon {
    cursor: pointer !important;
}

button.slider-button.slider-button--next:hover, button.slider-button.slider-button--prev:hover {
    background: #000;
    color: #fff;
}
/*--------------------------------------
Featurd collection css end
---------------------------------------*/
.collapsible-content-wrapper-narrow .accordion summary {
    border: 1px solid #5b5b5b6e;
    padding: 12px 12px;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.collapsible-content-wrapper-narrow .accordion__content {
    margin-bottom: 1rem;
    padding: 0 0;
}
/*-------------------------------------
 custom css video
---------------------------------------*/
.deferred-media__poster-button svg.icon.icon-play {
    color: #000;
}
.title-wrapper h2.title.inline-richtext.h2 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-family: 'Montserrat';
    text-align: center;
}
/*-------------------------------------
 custom css video End
---------------------------------------*/
/*---------------------------------------
image With Text Section css
----------------------------------------*/
.image-with-text__content h2.image-with-text__heading.inline-richtext.h2 {
    font-size: 23px;
    letter-spacing: 0.6px;
    font-weight: 400;
}
.image-with-text__content .image-with-text__text.rte.body p {
    font-size: 15px;
    letter-spacing: 0.6px;
    font-weight: 400;
}
/*--------------------------------------------------------
Shop By Reel section css
--------------------------------------------------------*/
.rich-text .rich-text__wrapper h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-size: 23px;
    font-weight: 700;
}
.quinn-branding {
    display: none;
}
.video-section__media button.video-section__poster {
    width: 100%;
    height: 100%;
    --ratio-percent: 35.66% !important;
}
.image-with-text .grid__item .image-with-text__content {
    padding: 1rem 7rem 7rem;
}
/*-------------------------------------------------------------
Product page css
--------------------------------------------------------------*/
/* .product--medium .grid__item.product__media-wrapper media-gallery {
    display: flex;
}
.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;
    flex: 1 0 15%;
}
.thumbnail-list.slider.active {
    visibility: visible!important;
}
.product--medium slider-component.slider-mobile-gutter {
    width: 85%;
    float: right;
    order: 2;
    flex: 1 0 85%;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
       width: calc(100% - .8rem) !important;
}
.product .product__media.media.media--transparent, .product .product__media-wrapper .thumbnail {
    border-radius: 10px;
}
.product .thumbnail[aria-current] {
    border-color: #00000017;
}
.product .product-media-container.constrain-height.media-fit-contain {
    width: 100%;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    flex: auto !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    /* padding: 0 !important; 
    flex: auto  !important;
}

.thumbnail-list__item {
    position: relative !important;
} */
 .product.product--medium .grid__item.product__media-wrapper media-gallery {
    display: flex !important;
}
.product.product--medium slider-component.slider-mobile-gutter {
    width: 85%;
    float: right;
    order: 2;
    flex: 1 0 85%;
}
.product.product--medium slider-component.thumbnail-slider.slider-mobile-gutter {
    flex: 1 0 15%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    order: 1;
    align-items: start;
    text-align: start;
}
/* .product .grid__item media-gallery .thumbnail-slider{
  width: 15%;
} */
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    flex: auto !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(100% - .8rem) !important;
}
/* .product .grid__item .thumbnail-slider .thumbnail-list {
    grid-template-columns: 1fr;
} */
.product .product__media.media.media--transparent {
    border-radius: 10px;
}
.product .product__media-wrapper .thumbnail {
    border-radius: 10px;
}
.product .thumbnail[aria-current] {
    border-color: #00000017;
}
.product__media-list .product-media-container.constrain-height.media-fit-contain {
    width: 100%;
}
.product__info-wrapper section.product__info-container {
    padding: 35px;
     box-shadow: 0px 0px 5px -2px #000000de;
    border-radius: 10px;
}
.grid__item section .product__title h1 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 700;
}
.product .price .price__container .price__sale {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    line-height: 23px;
    color: #000000d6;
}
.product .product-form__input quantity-input input.quantity__input {
    border-left: 1px solid #0000008c;
    border-right: 1px solid#0000008c;
}
.product__info-wrapper .product-form__input--pill input[type=radio]+label, .price-per-item__container .quantity:after {
    border-radius: 10px;
}
.product-form__input .price-per-item__container quantity-input.quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 3.5rem);
}
.product .grid__item .product-form__input {
    display: flex;
    gap: 20px;
    align-items: center;
}
.product .grid__item  .quantity__label span {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: .6px;
}
.grid__item .product-form .product-form__buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.grid__item .product-form button.product-form__submit {
    width: 48%;
    background: #000;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin: 0;
}
.button span, button.button {
    text-transform: uppercase;
    border-radius: 10px;
}
button.button {
    border: 1px solid #0000006b;
}
.button:before, .button:after, .shopify-payment-button__button--unbranded:after, .shopify-payment-button__button--unbranded:before{
    content:unset;
} 
.grid__item .product-form .shopify-payment-button {
    background: #000000;
    width: 48%;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    border-radius: 10px;
}
.main-image-social {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: center;
    padding-top: 0px;
}
.image-ass {
    /* height: 75px; */
    width: 40%;
    text-align: left;
    display: flex;
    align-items: end;
}
.product .social-media-product {
    width: 60%;
    height: 40px !important;
    text-align: right;
    align-items: center;
}
.social-media-product svg#Layer_1 {
    background: #7f7f7f;
    opacity: 1;
    width: 29px;
    height: 29px;
    fill: #fff;
    padding: 5px;
    border-radius: 20px;
}
.image-ass img {
    width: 100%;
    max-width: 110px;
}
.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;
}
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-border hr {
    border: none;
    height: .1rem;
    background-color: rgba(var(--color-foreground),.2);
    display: block;
    margin: 1rem 0;
}
.product .grid__item .accordion .accordion__content p {
    font-size: 13px;
    font-family: 'Nunito Sans';
    padding: 1px;
    margin: 0;
    border: none;
    line-height: 23px;
    letter-spacing: 0.6px;
}
.product .grid__item ul.grid.product-grid.grid--6-col-desktop.grid--2-col-tablet-down {
    display: flex;
    flex-wrap: nowrap !important;
}

.related-products .card-wrapper {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 3px -1px #000000de;
}
.related-products .card-wrapper .card.card--standard.card--media {
    padding: 10px;
}
.product variant-selects legend.form__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    font-family: 'Montserrat';
}
.product-form__buttons button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #000;
    border-radius: 10px;
    text-transform: uppercase;
}
h2.related-products__heading.inline-richtext.h2, .jdgm-rev-widg__header .jdgm-rev-widg__title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.jdgm-row-stars .jdgm-write-rev-link {
    border-radius: 10px;
    text-transform: uppercase;
}
.cart-drawer__empty-content p.cart__login-title, .cart-drawer__empty-content p.cart__login-paragraph {
    display:none;
}
.rich-text__wrapper h2.rich-text__heading {
    font-size: 23px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    font-weight: 600;
}
#customer_login button, .register button {
    text-transform: uppercase;
    border-radius: 10px;
}
.customer.login button:after, .register button:after {
    box-shadow:unset; 
}
.customer .field:hover.field:after{
    border-radius: 10px;
}
.customer .field input:focus {
    border-radius: 10px;
}
.customer .field:after {
    border-radius: 10px;
}
.customer button:hover:after{
    box-shadow:unset;
}
.collapsible-content__wrapper h2.collapsible-content__heading.inline-richtext.h2 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-family: 'Montserrat';
    text-align: center;
}
.cstm__view-all {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cstm__view-all a.button.button.button--secondary {
    text-underline-offset: 4px;
    font-size: 13px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border-radius: 10px;
}
.rich-text__blocks h2 a {
    color: #000;
}
.rich-text__blocks h2 {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
/*------------------------------------------
cart css start
--------------------------------------------*/
.custom-cart-drawer-icon .footer__column--info {
    align-items: center;
}
.custom-cart-drawer-icon .footer__payment {
    margin-top: 0.5rem;
}
.drawer .cart-drawer__empty-content a.button:after {
    box-shadow: none !important;
}
.drawer .cart-drawer .cart-item:last-child {
    margin-bottom: 0;
}
.cart-drawer__empty-content a.button {
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
}
.cart-drawer__empty-content h2.cart__empty-text {
    font-size: 23px;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 39px;
    margin: 0px 0px 10px 0px;
    text-transform: capitalize;
}
.footer .footer__content-bottom {
    border-top: unset;
    padding-top: 2rem;
}

.drawer__inner-empty span.start-shoping {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    line-height: 23px;
}
.drawer__header h2.drawer__heading {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 31px;
    letter-spacing: 0.6px;
}
cart-drawer-items .drawer__cart-items-wrapper .caption-with-letter-spacing {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.cart-item .cart-item__details a.cart-item__name.h4.break {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart-item .cart-item__details .product-option {
 font-size: 13px;
    font-weight: 600 !important;
    line-height: 20px;
    color: #000;
}
.cart-item__quantity-wrapper .quantity:after {
    border-radius: 6px;
}
.cart-item__price-wrapper span.price.price--end {
    font-size: 14px;
    font-weight: 600;
}
.cart-item .cart-item__quantity-wrapper quantity-input.quantity {
    min-height: calc((var(--inputs-border-width) * 5) + 2rem);
    width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * -50);
}
.cart-item .cart-item__quantity-wrapper quantity-input.quantity .quantity__button {
    width: 30px;
}
.cart-item .cart-item__quantity-wrapper .quantity__input {
    border-left: 1px solid #0000008c;
    border-right: 1px solid#0000008c;
}
.cart-item .cart-item__quantity-wrapper.quantity-popover-wrapper {
    justify-content: space-between;
}
.drawer__footer .cart-drawer__footer .totals__total-value {
    font-size: 16px;
    font-weight: 700;
}
small.tax-note.caption-large.rte {
    text-transform: capitalize;
}
.drawer__footer .cart-drawer__footer h2.totals__total {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
.cart-item .drawer__footer {
    box-shadow: 0px 0px 3px -5px #000;
    padding: 0 1rem;
}
.secure-payment, .secure-payment img {
    width: 100%;
    padding-top: 1px;
}

.cart-drawer .drawer__header {
    padding: 1.5rem 20px;
    padding-bottom: 0;
}
.cart-drawer .cart-drawer__form, .cart-drawer .upsell_products_wrapper {
    padding: 20px!important;
    margin-top: 5px;
}
.cart-drawer .drawer__footer {
    padding: 8px 20px 6px;
    background-color: #f2f2f2;
}
.drawer__inner {
    overflow: hidden !important;
}
.drawer .cart-drawer .tax-note {
    margin: 1.2rem 0 1rem auto;
}
.cart-drawer__form .cart-items tbody {
    box-shadow: 0px 0px 3px 0px #00000059;
    padding: 10px;
    border-radius: 10px;
}
/*---------------------------------
collection page css start  
-------------------------------*/
.active-facets-vertical-filter .facets__heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    font-family: 'Nunito Sans';
}
.parent-display span.facet-checkbox__text-label {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.product-grid-container .collection {
    margin-left: 20px;
}
.collection-hero .collection-hero__inner .collection-hero__text-wrapper h1.collection-hero__title {
    margin: 15px 0px 0px 0px;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    line-height: 31px;
    letter-spacing: 0.6px;
}

/*----------------------------------------------------
  Account cart css start 
  ---------------------------------------------------*/
.customer {
    box-shadow: 0 0 10px #00000030;
    border-radius: 10px;
    padding: 30px !important;
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}
.customer.login #login {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
}
.customer h1 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
}
.footer-block grid__item .footer-block__details-content p a{
    text-decoration:none;
}
/*------------------------------------
App css start
-------------------------------------*/
.h_buttons .h_facebook_button {
    box-shadow: 0px 0px 2px -1px #000 !important;
}
.h_buttons .h_google_button {
    box-shadow: 0px 0px 2px -1px #000 !important;
}
/*---------------------------------------
 feature Collection css start 
 ----------------------------------------*/
.product-card-wrapper:hover .card__inner {
    box-shadow:none !important;
}

 /*---------------------------------------
 feature Collection css End 
 ----------------------------------------*/
  /*---------------------------------------
 Inner Page css Start 
 ----------------------------------------*/
 .page-width.page-width--narrow {
    max-width: 88%;
}
.page-width--narrow h1.main-page-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}
h1.title {
    font-size: 23px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.6px;
}
.rte h3 {
    font-weight: 600;
}
.collection-list .card__content .card__information a.full-unstyled-link {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}
.collection-list span.icon-wrap {
    display: none;
}
ul.collection-list.grid.grid--2-col-tablet-down {
    padding-bottom: 30px;
    column-gap: 18px;
}
.collection-list.grid--5-col-desktop .grid__item {
    width: calc(19% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    box-shadow: 0px 0px 3px 0px #00000059;
    padding: 10px;
    border-radius: 10px;
}
.grid--5-col-desktop .collection-list__item .card-wrapper:hover .card--standard .card__inner{
    transform: unset;
    box-shadow:unset;
}
  /*---------------------------------------
 Inner Page css end 
 ----------------------------------------*/
/*---------------------------------------
 Footer css \Start 
 ----------------------------------------*/
footer.footer .newsletter-form__button svg{
    width: 24px;
    height: 24px;
}
.footer .footer__content-top {
    padding-bottom: 0rem;
}
 .newsletter-form__button svg path{
    fill: none;
    stroke-width: 2px;
    stroke: #ffffffc7;
}
footer.footer .newsletter-form__field-wrapper .field:hover svg.icon path {
    stroke-width: 4px;
}
.footer-block .newsletter-form__field-wrapper.scroll-trigger.animate--slide-in {
    padding: 10px 0;
}
.footer .footer-block .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.footer .footer-block button.button {
    min-height: 40px !important;
    padding: 0px !important;
    text-align: center;
}
p.custom-badge {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    align-items: center;
    margin:0;
}
p.custom-badge img {
    width: 15px;
    height: 15px;
}
p.custom-badge a {
    color: #ffffffc7;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}
.footer-block h2.inline-richtext {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.footer-block__details-content.rte p {
    font-size: 14px;
    font-family: 'Nunito Sans';
    line-height: 23px;
    letter-spacing: 0.6px;
}
.footer .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    display: flex;
    gap: 25px;
}
.footer__blocks-wrapper .footer-block .newsletter-form__field-wrapper {
    max-width: 82%;
}
.footer .footer-block.grid__item.footer-block--menu {
    flex: 1 0 15%;
}
.footer .footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.footer .grid li {
    padding: 0px !important;
}
footer.footer .footer__content-bottom .footer__copyright.caption {
    margin-top: 0;
}
footer.footer .footer__content-bottom-wrapper .footer__column.footer__column--info {
    width: unset;
}
footer.footer .footer__content-bottom-wrapper .footer__column.footer__column--info .footer__payment{
    margin-top:0;
}
footer.footer .footer__content-top .footer-block h2.inline-richtext {
    margin-top: 0;
}
footer.footer .footer-block ul.list-unstyled.list-social.footer__list-social {
    justify-content: flex-start;
}
.footer-block .list-social__item .svg-wrapper {
    width: 28px;
    height: 28px;
}
.footer-block .list-social__item .svg-wrapper .icon.icon-instagram path {
    fill: #fff;
}
.footer-block .list-social__item .icon {
    height: 100%;
    width: 100%;
}
.footer-block .newsletter-form {
    margin: 10px auto;
    max-width: 100%;
}
/*---------------------------------------
 Footer css end 
 ----------------------------------------*/
 /* Contact page css start*/

.custom-contact .svg-wrapper svg.icon-arrow path {
    fill: none;
    stroke-width: 3px;
    stroke: #000;
}
h1.main-page-title {
    font-size: 23px;
    margin: 4rem 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.rich-text__wrapper .rich-text__blocks {
    max-width: 92%;
} 
.contact.page-width {
    border-radius: 10px;
    padding: 24px!important;
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 0 10px #00000030;
}
.custom_contact_main {
    width: 50%;
}
.custom-contact {
    width: 50%;
    padding-left: 50px;
}
.custom-contact h3 p {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.custom-contact p {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}
.social-contact-icons{
  display:flex; 
  gap:10px;
}
.social-contact-icons button{
  padding: 8px 14px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  cursor:pointer;
}
.custom_heading{
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #000;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.main-page-title{
  font-weight: 600;
  font-size: 40px;
}
.contact.page-width.page-width--narrow {
    max-width: 80%!important;
    background-color: #fff;
}
.svg-wrapper:has(svg.location_tmd) {
    width: 35px;
}
.custom_contact_main .contact__button button.button {
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
}
.custom_contact_main .contact__button .button:after{
  box-shadow: unset;
}
.contact .icon.icon-email path {
    fill: none;
    stroke-width: 3px;
    stroke: #000;
}
.icon.icon-instagram path {
    fill: #000;
}
.contact .custom-contact a {
    color: #000;
    text-decoration: none;
}
.contact .custom_contact_main .field:after{
  border-radius: 10px;
}
.contact .custom_contact_main .field .field__input:focus{
  border-radius: 10px;
}
.contact .custom_contact_main .field .field__input {
    background-color: #fff;
}
.custom-contact .svg-wrapper, .custom-contact span.svg-wrapper.cstm-timing {
    width: 28px;
    height: 28px;
}

.custom-contact span.svg-wrapper.cstm-address {
    width: 36px;
    height: 36px;
}
 .custom-contact span.svg-wrapper.cstm-phone {
    width: 25px;
    height: 25px;
}
/* Contact page css end*/