/** Shopify CDN: Minification failed

Line 54:24 Expected identifier but found whitespace
Line 54:26 Unexpected "{"
Line 54:46 Expected ":"
Line 57:24 Expected identifier but found whitespace
Line 57:26 Unexpected "{"
Line 57:46 Expected ":"
Line 61:24 Expected identifier but found whitespace
Line 61:26 Unexpected "{"
Line 61:46 Expected ":"
Line 65:24 Expected identifier but found whitespace
... and 28 more hidden warnings

**/
#HeaderMenu-shop-all a, #HeaderMenu-amazon a{
  color: #000 !important;
  text-decoration: none;
}
ul#HeaderMenu-MenuList-4 {
    max-height: 340px;
    overflow-y: scroll;
    min-width: 260px;
}
 summary#HeaderMenu-shop-all:hover ul#HeaderMenu-MenuList-4{
animation: animateMenuOpen var(--duration-default) ease;
    animation-fill-mode: forwards;
    z-index: 1;
}
  .product .slick-track li.thumbnail-list__item.slider__slide img {
    object-fit: contain;
}
.product slider-component.thumbnail-slider.slider-mobile-gutter.quick-add-hidden.small-hide li img {
    object-fit: contain;
}

/* gallery section css : not compress it */


  /* Overlays over slider and ad on homepage */
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
}
.overlay-text .overlay-text__rte a, .overlay-text .overlay-text__rte a:hover {
  color: inherit;
  text-decoration-color: {{ image_overlay_text | color_modify: "alpha", 0.4 }};
}
.overlay-text .overlay-text__rte a:hover {
  text-decoration-color: {{ image_overlay_text }};
}
.overlay-text .small-feature-link {
  color: inherit;
  text-decoration-color: {{ image_overlay_text | color_modify: "alpha", 0.4 }};
}
.overlay-text .small-feature-link:hover {
  color: inherit;
  text-decoration-color: {{ image_overlay_text }};
}

.overlay-text--inline {
  position: relative;
}

.overlay--h-left {
  text-align: left;
}

.overlay--h-right {
  text-align: right;
}

.overlay--v-top {
  align-items: flex-start;
}

.overlay--v-bottom {
  align-items: flex-end;
}

.overlay-text__rte {
  max-width: 65ch;
}
.overlay--h-right .overlay-text__rte {
  margin-left: auto;
}
.overlay--h-center .overlay-text__rte {
  margin-left: auto;
  margin-right: auto;
}

.overlay-text__button-row {
  margin: calc(2rem - 10px) -0.5em 0;
}
.overlay-text__button-row .overlay-text__button {
  margin: 10px 0.5em 0;
}

.slideshow--navigation-arrows .overlay-text {
  left: 40px;
  right: 40px;
  width: auto;
}

.product-card-wrapper .card__heading {
    font-size: 14px !important;
}
.ts-collection-slider {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 50px;
}
.ts-collection-slider .collection__title {
    padding: 0 15px !important;
}
.card__badge .badge {
    right: 0;
    position: absolute;
    top: 0px;
    border-radius: 0 !important;
    background: red;
}
.card__badge  .color-scheme-3 {
    background: black !important;
    color: white !important;
}
.slideshow__controls {
    background: transparent;
    position: relative;
    top: -46px;
    border: none !important;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background: #fff !important;
    border: 2px solid #fff;
}
.slider-counter__link span {
    border-color: #fff !important;
}
.slideshow__controls button.slider-button {
    display: none;
}

.ts-collection-slider-sections .collection-list-title:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.ts-collection-slider-sections .collection-list-title {
    font-size: 38px !important;
    text-align: center;
    margin: 0 auto;
}

.policies-pages .page-width {
    max-width: 140rem;
}
.policies-pages  h1.main-page-title.page-title {
    text-align: center;
}

.ts-right-menus {
    display: none;
}
/* .header__inline-menu .list-menu li:nth-child(6):not(.header__submenu .list-menu li:nth-child(6)), 
.header__inline-menu .list-menu li:nth-child(7):not(.header__submenu .list-menu li:nth-child(7)) {
    display: none;
} */

header__submenu
@media screen and (min-width: 990px){
.collection-list__item:only-child {
    width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5) !important;
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5) !important;
}

.ts-collection-slider-sections .grid--5-col-desktop .grid__item {
	width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
	max-width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
}

.collection-list__item:only-child {
    max-width: 20%;
    width: 100%;
}
.ts-right-menus {
    list-style-type: none !important;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
}
@media (max-width: 767px) {
  .slideshow--navigation-arrows .overlay-text {
    left: 10px;
    right: 10px;
  }
  .header__inline-menu .list-menu li:nth-child(6), .header__inline-menu .list-menu li:nth-child(7) {
    display: block;
}
}

@media (min-width: 1100px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 40px 60px;
  }
}
.overlay-text__inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 30px 45px;
  }
  .overlay-text--for-banner .overlay-text__inner {
    padding: 50px;
  }
  .overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.btn {
    border: none !important;
  }
}
@media (min-width: 1100px) {
  .overlay-text--for-banner .overlay-text__inner {
    padding: 70px;
  }
}

.overlay-text .overlay-text__title {
  line-height: 1.1em;
  color: inherit;
  margin-bottom: 1.25rem;
}
.overlay-text .overlay-text__title:last-child {
  margin-bottom: 0;
}
.overlay-text .overlay-text__title + .overlay-text__button-row--link {
  margin-top: -0.1em;
}

.overlay-text--with-reveal .overlay-text__title:last-child {
  margin-bottom: 1.25rem;
}
.overlay-text--with-reveal .overlay-text__reveal:last-child .overlay-text__title {
  margin-bottom: 0;
}

.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn {
  border: none !important;
}


.overlay-text__button-row--primary,
.overlay-text__button-row--secondary {
  margin-top: 1em;
}

  
 /* Responsive images */
.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.rimage-wrapper {
  position: relative;
  transition: background 150ms;
}
.rimage-wrapper.lazyload--placeholder {
  background: #f0f0f0;
}
.rimage-wrapper .rimage__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.rimage-wrapper .rimage__image.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.rimage-wrapper .rimage__image.cover {
  object-fit: cover;
}

.rimage-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rimage-wrapper .rimage-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rimage-background[data-parent-fit=contain] {
  background-size: contain;
}
.rimage-background.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-background.fade-in.lazyloaded {
  opacity: 1;
}

.rimage-background-wrapper {
  transition: background 150ms;
}
.rimage-background-wrapper.lazyload--placeholder {
  background: #f0f0f0;
}
  
 .image-overlay {
  position: relative;
  overflow: hidden;
  color: {{ image_overlay_text }};
}
.image-overlay .rte a {
  color: inherit;
}

.image-overlay--bg-shadow .overlay-text .overlay-text__inner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -200px;
  right: -100px;
  bottom: -200px;
  left: -100px;
  z-index: -1;
  background: radial-gradient(rgba(0, 0, 0, {{ image_overlay_shadow_opacity }}) 0%, transparent 70%);
}

.image-overlay--bg-shadow .overlay--h-left .overlay-text__inner::before {
  left: -85%;
  right: 0;
}

.image-overlay--bg-shadow .overlay--h-right .overlay-text__inner::before {
  left: 15%;
  right: -50%;
}

.image-overlay--bg-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: {{ image_overlay_bg | color_modify: "alpha", image_overlay_opacity }};
  z-index: 1;
  pointer-events: none;
  transition: opacity 350ms;
}

.image-overlay--bg-box .overlay-text .overlay-text__text {
  background: {{ bg_col | color_modify: "alpha", image_overlay_box_opacity }};
  color: {{ font_col_base }};
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  min-width: 50%;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__title {
  color: {{ font_col_heads }};
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a,
.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link {
  color: {{ font_col_link }};
  text-decoration-color: {{ font_col_link | color_modify: "alpha", 0.4 }};
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a:hover,
.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link:hover {
  text-decoration-color: {{ font_col_link }};
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__button-row--link {
  margin-bottom: -5px;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play {
  color: currentColor;
}
.image-overlay--bg-box.image-overlay--edge-boxes .overlay-text__inner {
  padding: 0;
}

.image-overlay__over {
  position: relative;
  z-index: 2;
}

.image-overlay__image-link {
  display: block;
  height: 100%;
}
.image-overlay__image-link, .image-overlay__image-link:hover {
  color: inherit;
} 
  
  .gallery .subheading--over {
  margin-bottom: 1.25rem;
}
.gallery .overlay-text__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.gallery__item {
  position: relative;
  flex: 1 1 320px;
  width: 100%;
  transition: background-color 150ms;
}
.gallery__item .gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.gallery__item.lazyload--placeholder {
  background-color: #f0f0f0;
}

.gallery__item--shape-fixed .gallery__image {
  position: relative;
  padding-top: 80%;
}

@media (min-width: 768px) {
  .gallery__item--shape-l-21 .gallery__image {
    padding-top: 50%;
  }

  .gallery__item--shape-l-64 .gallery__image {
    padding-top: 66.7%;
  }

  .gallery__item--shape-l-5x4 .gallery__image {
    padding-top: 80%;
  }

  .gallery__item--shape-sq .gallery__image {
    padding-top: 100%;
  }

  .gallery__item--shape-p-4x5 .gallery__image {
    padding-top: 125%;
  }
}
.gallery--with-margins {
  padding: 20px;
}
.gallery--with-margins .gallery__item:not(:first-child),
.gallery--with-margins .gallery__row:not(:first-child) {
  margin-top: 20px;
}
.gallery--with-margins.slick-slider.slick-slider-overlay-dots .slick-dots {
  bottom: 20px;
}

.gallery.slick-slider .gallery__item,
.gallery.slick-slider.gallery--with-margins .gallery__item {
  margin-top: 0;
}
  .gallery {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery--with-vertical-outer-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery--with-margins {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .container > .gallery--with-margins {
    margin-left: -20px;
    margin-right: 0;
  }
  .gallery--with-margins .gallery__row:not(:first-child) {
    margin-top: 0;
  }
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -20px;
  }
  .gallery--with-margins .gallery__item {
    margin: 0 0 20px 20px;
  }
  .gallery--with-margins .gallery__item:not(:first-child) {
    margin-top: 0;
  }

  .gallery__row {
    display: flex;
    flex-wrap: wrap;
  }

  .gallery--grid-2 .gallery__item.gallery__item--enlarged {
    flex-grow: 2;
  }

  .gallery--grid-3 .gallery__item.gallery__item--enlarged {
    flex-grow: 3;
  }

  .gallery--grid-4 .gallery__item {
    flex-basis: 40%;
  }
  .gallery--grid-4 .gallery__item.gallery__item--enlarged {
    flex-grow: 4;
  }
}
@media (min-width: 1200px) {
  .gallery--grid-4 .gallery__item {
    flex-basis: 20%;
  }
}
@media (min-width: 1301px) {
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -30px;
  }

  .gallery--with-vertical-outer-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery--with-margins {
    margin-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container > .gallery--with-margins {
    margin-left: -30px;
  }
  .gallery--with-margins .gallery__item {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

/* gallery section css : not compress it */


/* old css */

.footer-block--newsletter.scroll-trigger.animate--slide-in{display:inline-block}
.footer__follow-on-shop{margin-top:20px}
/* .collection-list-wrapper .title-wrapper-with-link{text-align:center;display:block} */
/* .collection-list-wrapper .collection-list-title{font-weight:600;text-align:center} */
/* .ts-homepage-featured-products .collection__title .title{font-weight:600;text-align:center;font-size:4rem} */
.card .card__information .card__heading.h5 {font-size: 16px;text-transform: capitalize;letter-spacing: 1px;font-weight:400;font-family:"Harmonia Sans", sans-serif;}
.ts-spacial-hm-banner.banner:after{background:#16688f}
.ts-home-icons-section .media.media--transparent.media--adapt{padding:0!important;justify-content:center;display:flex}
.ts-home-icons-section.multicolumn.background-primary .multicolumn-card{background:0 0;text-align:center}
.ts-home-icons-section img.multicolumn-card__image{height:70px!important;position:unset!important}
.ts-home-icons-section .multicolumn-card__info{padding:1.5rem}
.ts-about-us-section img{object-fit:contain}
.image-with-text__media{border:none}
.ts-contact-heading .rich-text__text h5{font-weight:600;font-size:18px}
.ts-contact-heading .rich-text__heading{margin:0;font-weight:600}
.contact.page-width{box-shadow:0 15px 30px -10px rgba(91,97,97,.3);padding:30px;margin-bottom:70px}
.shopify-policy__container{max-width:560px;max-width:140rem;margin:0 auto;padding-left:20px;padding-right:20px;padding:50px 5rem}
.ts-list-coll.collection-list{margin-bottom:65px!important}
.contact .title.title-wrapper--no-top-margin strong{display:block;font-size:35px}
h2.title.title-wrapper--no-top-margin.inline-richtext.h1.scroll-trigger.animate--slide-in{font-size:18px}
@media screen and (max-width:749px){
.footer__follow-on-shop{justify-content:flex-start!important}
.collection-list-wrapper .collection-list-title{font-size:25px}
.ts-homepage-featured-products .collection__title .title{font-size:calc(var(--font-heading-scale) * 2rem)}
.ts-homepage-featured-products.collection{padding-top:0!important}
.card-information .price{font-size:14px}
.card .card__information .card__heading.h5{font-size:14px}
h2.banner__heading.inline-richtext.h0{font-size:38px}
.ts-spacial-hm-banner h2.banner__heading.inline-richtext.h1{font-size:25px}
.contact h2.title.title-wrapper--no-top-margin.inline-richtext{font-size:25px}
.ts-contact-heading .rich-text__heading{font-size:25px}
.ts-contact-heading .rich-text.content-container{padding-bottom:0}
.ts-about-us-section .image-with-text__content{padding-left:8px!important}
/* .footer-block__brand-info .rte p{font-size:21px!important} */
.shopify-policy__container{padding:20px 3rem}
.product__info-wrapper .product__info-container h1{font-size:25px}
/* .footer-block__brand-info .rte p{font-size:18px!important} */
.footer-block--newsletter{align-items:flex-start!important}
h2.footer-block__heading.inline-richtext{text-align:left}
  
.ts-collection-slider {
    padding: 0 !important;
}
.slideshow__controls {
    top: -30px;
}
section#shopify-section-template--23338183491867__featured_collection_6CijTh {
    margin-top: 0;
}

.ts-collection .collection__title {
    margin-bottom: 0 !important;
}
.section-template--23338183491867__collage_7WQbzp-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
div#collection-template--23338183491867__featured_collection {
    padding-top: 0;
}
.ts-gallery {
    padding: 20px 0 40px !important;
}
  
}
@media screen and (max-width:991px){
.collection-list-wrapper .collection-list-title,.ts-homepage-featured-products .collection__title .title{font-size:calc(var(--font-heading-scale) * 2rem)!important}
.ts-homepage-featured-products.collection{padding-top:0!important}
.contact h2.title.title-wrapper--no-top-margin.inline-richtext,.ts-spacial-hm-banner h2.banner__heading.inline-richtext.h1{font-size:25px}
/* .footer-block__brand-info .rte p{font-size:21px!important} */
/* .grid--1-col .grid__item{max-width:fit-content!important} */
}

/* old css */

/* NEW CSS START */

.header--top-center .header__inline-menu>.list-menu--inline{justify-content:space-between;width:100%;max-width:100%}
.header--top-center .header__inline-menu>.list-menu--inline .list-menu__item,.header--top-center .header__inline-menu>.list-menu--inline .list-menu__item *{text-decoration:none!important;font-size:15px;font-weight:500}
.header--top-center .header__inline-menu{justify-content:space-between;max-width:100%;width:100%;border-top:1px solid #cccccc7a}
.header__icon .icon{width:25px;height:25px}
.header__icon--cart .icon{height:25px}
.announcement-bar__message{text-transform:uppercase;letter-spacing:2px}
.newsletter-form__button .icon{display:none}
.newsletter-form__button .ts-newsletter-label{text-transform:uppercase}
button#Subscribe{width:120px;height:75%;border:1px solid #000;top:5px;right:5px;background:#000;color:#fff;letter-spacing:2px}
.newsletter-form__field-wrapper .field__input{padding-right:125px !important}
.ts-main-banner .banner__text.rte.subtitle p{font-size:29px;}
/* .ts-main-banner .banner__text.rte.subtitle p{font-size:29px;font-family:'Bauer Bodoni';color:rgb(255 255 255)} */
/* .ts-main-banner .banner__box.content-container {
    background: #ffffff5e;
    backdrop-filter: blur(1px);
} */
.ts-gallery {
    padding: 50px 0;
}
.ts-collection .collection__view-all{max-width:fit-content}
.ts-collection .collection__title{position:relative;margin:0 auto;min-height:70px;display:flex;align-items:center;justify-content:space-between}
.ts-collection .collection__title h2.title{margin:0}
.ts-collection .slider-buttons{position:absolute;top:35%;width:100%;display:flex;justify-content:space-between}
.ts-collection .slider-buttons .slider-counter.caption{display:none}
.ts-collection .slider-buttons button.slider-button{background:#fff;box-shadow:-1px 13px 40px #bdbdbd85}
.card__information .card__heading.h5{font-weight:500}
body a{text-decoration:none!important}
.ts-collection .collection__view-all:after{content:'';width:18px;display:inline-block;height:15px;position:absolute;right:-10px;top:50%;background:url(/cdn/shop/files/right-ar.svg?v=1720522148);background-repeat:no-repeat;background-size:contain;background-position:center;transform:translate(-50%,-50%)}
.ts-collection .collection__view-all{width:100px;max-width:100px}

.ts-collage-link a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 35px;
    position: relative;
    z-index: 99;
    backdrop-filter: blur(1px);
    background: #0000001c;
}
.ts-main-banner .button {
    backdrop-filter: blur(1px);
    background: #0000001c;
}
.ts-collage-link:after {
    content: '';
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.ts-collage-link{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(#00000040 0,transparent 35%);display:flex;justify-content:center;align-items:center}
.collection-list-wrapper .collection-list-title{font-size:2.4rem}
.collection-list .card__content{background:0 0;padding:0}
.collection-list .card__content .card__information{background:#fff}
.card--card .card__inner .card__media{border:1px solid #cccccc0d}
.card-wrapper:hover .card--card .card__inner .card__media{border-color:#fff}
.container{max-width:var(--page-width);margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}
.multicolumn-card-spacing{padding-top:1.5rem}
.ts-home-icons-section.multicolumn.background-primary li:not(:last-child) .multicolumn-card{border-right:2px dashed #ebebeb}
.ts-home-icons-section .multicolumn-card__info h3{font-weight:400!important;font-family:"Harmonia Sans",sans-serif;text-transform:uppercase;font-size:16px;letter-spacing:5px}
.footer h2.footer-block__heading{font-weight:400!important}
.footer__content-bottom-wrapper{width:50%}
.footer__content-bottom{display:flex;flex-direction:row-reverse}
.footer__content-bottom-wrapper:last-child{justify-content:flex-start}
.footer .footer__content-bottom-wrapper:first-child,.footer .footer__localization:empty+.footer__column--info{align-items:flex-end!important}
.footer .newsletter-form,.footer .newsletter-form__field-wrapper{max-width:360px!important;min-width:360px}
.footer .footer__content-bottom-wrapper .copyright__content{font-size:14px}
/* .card .card__information .card__heading.h5{font-size:19px} */
.ts-collage-section-homecolor-scheme-3 {
    background: #f8f8f8;
}
.contact.page-width {
    box-shadow: none;
}

.contact .contact__fields {
    flex-direction: column ;
    display: flex;
}

.ts-contact-heading .rich-text__heading {
    font-weight: 400;
}

.ts-contact-heading .rich-text__text h5 {
    font-weight: 400;
    font-family: 'Harmonia Sans';
}


.product-form__input--pill input[type=radio]+label{border-radius:0 !important}
.product-form__buttons .product-form__submit, .product-form__buttons .shopify-payment-button{width:50%}
.product-form__buttons .shopify-payment-button__more-options{display:none}
.product-form__buttons{max-width:100%!important;display:flex;align-items:flex-start;gap:30px }
.product-form__buttons .shopify-payment-button .shopify-cleanslate .DnvZqPMEvBFbBre5UuP9,.product-form__buttons .shopify-payment-button .shopify-cleanslate .DnvZqPMEvBFbBre5UuP9:hover:not(.LVeInvZ5HcNOW1Zsn7NH),.product-form__buttons .shopify-payment-button .shopify-cleanslate:hover .DnvZqPMEvBFbBre5UuP9{background:#000!important;border-color:#000!important;box-shadow:none;outline:#000}
.product-form__buttons .product-form__submit {min-width: 208px; transition:.25s linear}
.quantity .quantity__input {min-width: 118px;}
quantity-input.quantity {min-width: 208px;}
.product-form__buttons{flex-direction:column;align-items:flex-end;margin-top:-73px;gap:15px}
.product-form__buttons .shopify-payment-button{width:100%}
.product-form__buttons .product-form__submit{min-width:300px;border:1px solid #000;transform:rotate(0)!important}
.product-form__buttons .product-form__submit:hover{box-shadow:none!important;background:#000;color:#fff}
.product-form__buttons .product-form__submit::before{display:none}
.product-form__buttons .product-form__submit::after{display:none}
.product__info-container variant-selects{margin:30px 0 40px}
.product-form__input--pill input[type=radio]+label{min-width:125px;height:47px;line-height:25px !important}
.shopify-payment-button *:hover {transform: none !important;}
.product__info-container>:first-child{background:#222;color:#fff;padding:6px 30px;width:fit-content}
.product__info-wrapper .price .price-item{font-size:23px}
.product__info-wrapper .price{margin-top:-13px}
.product__info-wrapper .product__tax.caption.rte{margin-bottom:0!important}
.product__info-wrapper .product__tax.caption.rte+div{margin-top:5px}
.product__info-wrapper .product-form__input .form__label{font-size:18px}


.ts-product-details .multicolumn-card__info h3{font-size:23px;padding-bottom:12px;margin-bottom:30px;border-bottom:4px double #6c6c6c}
.ts-product-details .multicolumn-card__info .variant-option h4{font-size:21px;font-family:'Harmonia Sans';border-bottom:1px dashed #222;padding-bottom:10px;margin-bottom:14px}
.ts-product-details .multicolumn-card__info .variant-option ul{padding-left:20px}
.ts-product-details .multicolumn-card__info .variant-option ul li{padding-bottom:10px}
.ts-product-details.multicolumn .page-width {border-bottom: 1px solid #e5e5e5;}
.card-wrapper .card__inner .card__media {border: 1px solid #f2f2f2;box-shadow: none !important;}
.facets-wrapper .facet-filters__sort:focus-visible{outline:0;box-shadow:none !important}
.facets-wrapper .facet-filters__sort{padding-left:10px}
.facets-wrapper .facet-filters__label{margin-right:1px}

.ts-product-details.empty .multicolumn-list__item {
    width: 100%;
    max-width: 100%;
}

.ts-product-details.empty .multicolumn-list__item:last-child {
    display: none;
}
.drawer__inner {
    width: fit-content !important;
}
.footer-block__brand-info p {
    font-size: 15px !important;
    font-weight: 300 !important;
}

.ts-amazon-cstm-btn {
    background-color: #f90;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial,sans-serif;
    border-radius: 5px;
    box-shadow: 0 2px 5px #00000026;
    display: inline-block;
    border: 1px solid #e47911;
    transition: background-color .2s ease;
    width: 100%;
    cursor: pointer;
}

.ts-amazon-cstm-btn:hover {
  background-color: #e68a00;
  border-color: #d17600;
}
.amazon-products .installment.caption-large, .amazon-products .product__tax.caption.rte {
    display: none;
}

/* .ts-collection-slider-sections {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: unset !important;
    background-image: url(//www.trendyhavenhome.com/cdn/shop/files/90631_Converted.png?v=1728301959);
}
 */
.ts-collection-slider-sections .collection-list {
    justify-content: center;
}
/* MEDIA QUERIES MOVED TO BOTTOM */

@media (min-width:750px){
.header--top-center .header__inline-menu>.list-menu--inline{gap:20px;justify-content:space-between}
  .contact .field {
    margin-bottom: 30px;
}
  .product-media-modal__dialog .global-media-settings--no-shadow {
    width: auto;
    height: 100vh;
}
}

@media screen and (min-width:990px){
.ts-footer .footer-block .newsletter-form__field-wrapper, .ts-footer .footer-block .newsletter-form__form{max-width:360px!important; max-width:360px!important;display:flex;justify-content:space-between}
  .ts-collection-slider-sections .grid--5-col-desktop .grid__item {
    width: calc(33% - 40px) !important;
    max-width: calc(33% - 40px) !important;
}

}

/* max width start */
@media(max-width:1366px){
  .product-form__buttons .product-form__submit {
    min-width: 50%;
}

.quantity .quantity__input {
    min-width: auto;
}

quantity-input.quantity {
    min-width: 45%;
}

.section-template--23023395733787__main-padding {
    padding-top: 70px !important;
}
}

@media(max-width:1200px){
  .card .card__information .card__heading.h5{font-size:14px}
  .ts-home-icons-section .multicolumn-card__info h3 {
    font-size: 13px;
}
  .ts-home-icons-section.multicolumn ul.multicolumn-list.grid--1-col-tablet-down .grid__item {
    width: inherit;
    max-width: 100%;
}
  .product__info-wrapper {
    padding-left: 20px !important;
}
  .product__info-container>:first-child {
    margin-bottom: 10px;
}
}

@media(max-width:989px){
  .product.grid {
    flex-direction: column;
}

.product.grid .grid__item {
    width: 100%;
}

.product.grid .grid__item.product__info-wrapper {
    padding-left: 0 !important;
    margin-top: 80px;
}

.product__info-container variant-selects {
    margin: 10px 0;
}
  quantity-input.quantity {
    min-width: 50%;
}
  .section-template--23023395733787__main-padding{
    padding: 50px 0 30px !important;
  }
  .ts-product-details.multicolumn .page-width {
    padding-top: 0;
}

.ts-product-details.multicolumn .multicolumn-card__info {
    padding: 0;
}
  quantity-input.quantity {
    min-width: 290px;
}
}

@media(max-width:749px){
  .banner__content.banner__content--bottom-left.page-width.scroll-trigger.animate--slide-in {
    background: #00000030;
}

.ts-main-banner .banner__text.rte.subtitle p {
    font-size: 20px;
}

.gallery--with-margins {
    padding: 0;
}

.ts-gallery .container {
    padding-left: 20px;
    padding-right: 20px;
}

.ts-home-icons-section.multicolumn.background-primary li:nth-child(even) .multicolumn-card {
    border: 0;
}

.ts-home-icons-section.multicolumn ul.multicolumn-list.grid--1-col-tablet-down .grid__item {
    width: 50% !important;
    max-width: 49%;
}

.ts-home-icons-section.multicolumn.background-primary ul {
    row-gap: 40px;
}
  .footer__content-bottom-wrapper:last-child {
    justify-content: center;
}
  .product__info-wrapper .price .price-item {
    font-size: 18px;
}
  .mobile-facets__sort .select__select:focus-visible {outline: 0 !important;box-shadow: none !important;}
.mobile-facets__sort .select__select {max-height: 36px;}
}

@media screen and (max-width:640px){
.newsletter-form__button .ts-newsletter-label {
    letter-spacing: 1px;
}

button#Subscribe {
    width: 110px;
}
  quantity-input.quantity {
    min-width: 200px;
}
}

@media screen and (max-width:479px){
.ts-footer .footer-block .newsletter-form__field-wrapper{display:block}
  .newsletter-form__button .ts-newsletter-label {
    letter-spacing: 1px;
}

button#Subscribe {
    width: 95px;
}
.newsletter-form__field-wrapper .field__input{padding-right:110px !important}
  
.newsletter-form__button .ts-newsletter-label {
    font-size: 12px;
}

.newsletter-form label.field__label {
    font-size: 12px;
}
.footer .newsletter-form, .footer .newsletter-form__field-wrapper {
    max-width: 285px !important;
    min-width: 285px;
}
  
  h2.banner__heading.inline-richtext.h0 {
    font-size: 29px;
    margin: 0;
}

.button, .button-label, .shopify-challenge__button, .customer button {
    padding: 0 1.2rem;
    min-width: 110px;
    min-height: 40px;
}
  

.banner__box>*+.banner__buttons {
}

.ts-collage-link a {
    padding: 5px 15px;
    font-size: 13px;
}

.ts-home-icons-section.multicolumn ul.multicolumn-list.grid--1-col-tablet-down .grid__item {
    width: 48%;
    max-width: 48%;
}

.ts-home-icons-section.multicolumn ul.multicolumn-list.grid--1-col-tablet-down .grid__item img.multicolumn-card__image {
    /* width: 30px; */
    object-fit: contain;
    /* height: 30px; */
}

.ts-home-icons-section.multicolumn ul.multicolumn-list.grid--1-col-tablet-down .grid__item .media {
    /* width: 30px; */
    /* height: 30px; */
}

.ts-home-icons-section.multicolumn ul.multicolumn-list.grid--1-col-tablet-down .grid__item .multicolumn-card__image-wrapper {
    width: 50px;
    margin: 0 auto;
    height: 63px;
    padding-top: 0;
}

.ts-home-icons-section.multicolumn.background-primary ul {
    row-gap: 20px;
}

.ts-home-icons-section .multicolumn-card__info {
    padding: 10px;
}

.footer__content-bottom-wrapper:last-child {
}

.header__icon .icon {
    width: 18px;
    height: 20px;
}

.header__icon, .header__icon--cart .icon {
    width: 32px;
}

.header__heading-logo {
    width: 110px;
}

.ts-collection .slider-buttons button.slider-button {
    width: 30px;
    height: 30px;
}
  .footer__content-bottom {
    flex-direction: column-reverse;
}

.footer__content-bottom ul.list.list-payment {
    justify-content: center;
}

.list-payment__item svg {
    width: 35px;
}

quantity-input.quantity {
    min-width: 150px;
}

.product-form__buttons {
    margin-top: 20px;
    align-items: center;
    gap: 10px;
}

.product-form__buttons .product-form__submit {
    min-width: 100%;
}

.product__info-container share-button {
    margin: 0;
}

.product.grid .grid__item.product__info-wrapper {
    margin-top: 20px;
}

.section-template--23023395733787__main-padding {
    padding: 30px 0 !important;
}
  .mobile-facets__open-label.button-label {
    min-height: auto;
}
}

@media(max-width:420px){
  .ts-main-banner .banner__box h2 {}

.ts-main-banner .banner__box h2 {
    font-size: !important; 
}

.ts-main-banner .banner__box h2.banner__heading.inline-richtext.h0 {
    font-size: 25px;
}

.ts-main-banner .banner__text.rte.subtitle p {
    font-size: 18px;
}
  .footer .newsletter-form, .footer .newsletter-form__field-wrapper {
    max-width: 250px !important;
    min-width: 250px;
}
}







