/** Shopify CDN: Minification failed

Line 1526:16 Unexpected "("

**/
/* LOCALICATION HEADER */
.localization-form__select::after {
	border: none !important;
	box-shadow: none !important;
    display: none;
}
.header__icons .localization-form:only-child .button, .header__icons .localization-form:only-child .localization-form__select {
    margin: 0;
    width: 20px;
    height: 20px;
    font-size: 0 !important;
    padding: 0 !important;
    border: none !important;
}
img.currency-flag {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}
.localization-form:only-child {
    margin: 0 !important;
    padding: 0 !important;
}
.header__icons .localization-form__select:before {
    display: none;
}
.header__icons .disclosure__button.localization-form__select[aria-expanded=true] {
    box-shadow: none;
}
.header__icons .localization-selector+.disclosure__list, .disclosure__list {
    min-width: 200px;
    min-height: 250px;
}
.header__icons .disclosure__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
}
.header__icons .localization-selector+.disclosure__list, .disclosure__list {
    margin-top: 0!important;
    bottom: auto!important;
    transform: none!important;
    top: calc(100% + 10px) !important;
    border-radius: 3px!important;
    border: none!important;
    min-width: 220px;
    min-height: 250px;
    padding: 15px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 10%) !important;
}
/* scrollbar */
.disclosure__list::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}

.disclosure__list::-webkit-scrollbar {
  width: 4px;
  background-color: #000;
}

.disclosure__list::-webkit-scrollbar-thumb {
  background-color: #000;
}

.disclosure__list, .disclosure__list * {
  scrollbar-color: #000 #F0F0F0;
  scrollbar-width: thin;
}

.header__icons .disclosure__link {
    padding: 0 0 0 10px !important;
    font-size: 13px !important;
}
.header__icons .localization-form:only-child .localization-form__select img.currency-flag {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
}
.header__icons localization-form .img_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    width: 1.375rem;
    height: 1.375rem;
}
.header__icons localization-form img {
    max-width: none;
}
/* END LOCALICATION HEADER */

.product-form__buttons .swym-button-bar {
    display: none;
}
.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}
.product.grid {
  position: relative;
}
span.stamped-product-reviews-badge.stamped-main-badge {
    position: absolute;
    top: 94px;
    right: 0;
}
span.stamped-badge-caption {
    font-size: 12px;
}
.stamped-badge {
    display: flex;
    align-items: center;
    gap: 5px;
}
#breadcrumb {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 10px;
  text-transform: uppercase;
}
#main-collection-filters {
  position: relative;
}
#main-collection-filters #breadcrumb, #main-collection-filters-custom #breadcrumb {
  padding: 0;
  top: auto;
  position: relative;
  margin-bottom: 20px;
}
.tw-text-\[32px\] {
  font-size: 32px;
}
.oreadmore .rm-btn {
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .lg\:tw-text-\[32px\] {
    font-size: 32px;
  }
}
.card-tag.lightning-icon {
  padding: 4px 5px 4px 3px;
  display: flex;
  align-items: center;
}
.btn.blog-button {
  background: #000;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
}
.btn.blog-button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.card-tag.green-circle,
.card-tag.red-circle,
.card-tag.blue-circle {
  padding: 4px 5px 4px 6px;
  display: flex;
  align-items: center;
}
.card-tag.green-circle::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #50e3c2;
  border-radius: 50%;
  margin-right: 5px;
}
.card-tag.red-circle::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e35050;
  border-radius: 50%;
  margin-right: 5px;
}
.card-tag.blue-circle::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #006fbb;
  border-radius: 50%;
  margin-right: 5px;
}
.card-tag {
  position: absolute;
  display: flex;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 4px 5px 4px 6px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.85);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400 !important;
}
.list-menu__item,
.summary.list-menu__item {
  font-size: 13px;
}
.template-page-easyeasyreturns .lg\:tw-text-\[64px\] {
  font-size: 48px;
}
div[id^="quick-view-"] .color input[type="radio"] + label.lab,
#quick-view .color input[type="radio"] + label.lab {
  margin-left: 3px;
}
div[id^="quick-view-"] .color input[type="radio"]:checked + label.lab,
#quick-view .color input[type="radio"]:checked + label.lab {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border: none !important;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000 !important;
}
.colorswatch {
  padding: 0 !important;
}
.template-product .product-form__input.opt-Color input[type="radio"] + label {
  width: 30px !important;
  height: 30px !important;
}
.template-product .color-groups a {
  align-items: center;
  margin-right: 10px;
}
.template-product .product-form__buttons button.minibutton {
  padding: 0 !important;
}
.template-product .color.mini_color {
  padding-left: 3px;
  padding-top: 10px;
  padding-top: 0;
}
.template-product .size.mini_size {
  margin-top: 10px;
}
.product-form__buttons button.minibutton {
  padding: 0 !important;
}
.template-product .colorswatch {
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
}
.template-product
  .color
  .first.color_elem
  .product-form__input
  input[type="radio"]:checked
  + label {
  margin-top: 13px !important;
  margin-left: 3px;
}
.template-product button.add_to_bag_button:hover {
  color: #969696 !important;
}
.template-product button.add_to_bag_button {
  font-weight: 300 !important;
}
body .template-product-gift .product__modal-opener .product__media-icon {
  opacity: 1 !important;
}
body .template-product-gift .stamped-summary-actions-clear,
body .template-product-gift .stamped-summary-actions-mobile-filter,
body .template-product-gift .stamped-summary-actions-newquestion,
body .template-product-gift .stamped-summary-actions-newreview,
body .template-product .stamped-summary-actions-clear,
body .template-product .stamped-summary-actions-mobile-filter,
body .template-product .stamped-summary-actions-newquestion,
body .template-product .stamped-summary-actions-newreview {
  border: none !important;
  box-shadow: none !important;
  border: 1px solid #000 !important;
}
body .template-product-gift .stamped-summary-actions-newquestion:hover,
body .template-product-gift .stamped-summary-actions-newreview:hover,
body .template-product .stamped-summary-actions-newquestion:hover,
body .template-product .stamped-summary-actions-newreview:hover {
  opacity: 1;
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.rte .shipping-info-page .international-order ul {
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.rte .shipping-info-page .ship-info-container .note {
  padding-bottom: 0px;
}
.international-right ul::after,
#processing-and-shipping:after,
.domestic-left ul::after,
.shipping-info-page .note:after,
.rte .shipping-info-page ul:after {
  display: none !important;
}
.template-page-newshippinginfo h1.page-title.my-120 {
  margin-top: 120px !important;
}
#shopify-section-template--14512203202647__main h1.main-page-title.page-title {
  padding-top: 120px;
  line-height: 30px;
  padding-bottom: 80px;
}
a.button.tw-mt-\[20px\][title="mail to contact"] {
  /*font-weight: 500!important;*/
  font-size: 14px;
  height: 60px;
}
.template-product
  .color.mini_color
  .product-form__input
  input[type="radio"]:checked
  + label {
  height: 15px !important;
  width: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
}
body
  .template-product
  .color.mini_color
  .first.color_elem
  .product-form__input
  input[type="radio"]:checked
  + label {
  margin-top: 5px !important;
  margin-left: 11px !important;
}
body
  .template-product
  .custom-field__pairs-with
  .color.mini_color
  .first.color_elem
  .product-form__input
  input[type="radio"]:checked
  + label {
  margin-top: 5px !important;
  margin-left: 8px !important;
}
custom-field body .template-product .mini_colorswatch.colorswatch {
  /*    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;*/
}
body #shopify-section-template--14512203104343__main h2.page-title {
  margin: 90px 0 !important;
  line-height: 30px;
}
.main-blog .el_wrap .card__inner.inner_c:after {
  /* background: linear-gradient(360deg,rgba(0,0,0,1),rgba(0,0,0,0)); */
  background: none;
  z-index: 1;
  height: 50%;
  top: auto;
  bottom: 0;
}
img,
video {
  width: 100%;
}
button.show-email-pop {
  border: 1px solid #000 !important;
  height: 45px;
  font-size: 12px;
  font-weight: 700 !important;
  padding: 0 25px;
}
button.show-email-pop:hover {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.template-page-ambassadorprogram .image-with-text__content {
  padding: 0rem 7rem 0rem 5rem !important;
}
.template-page-ambassadorprogram .image-with-text__content--top {
  justify-content: center !important;
}
.template-page-ambassadorprogram
  .color-background-1.gradient.tw-my-\[50px\].tw-py-\[40px\].pt-80 {
  margin-top: 80px;
}
.section-template--14512203399255__1654077906ffe63f58-padding {
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}
.heroPosts .el_wrap,
.heroPosts .el_wrap .article-card,
.heroPosts .el_wrap .article-card .card__inner {
  height: 100% !important;
}
body.overflow-hidden {
  overflow: hidden;
}
#currency-wrap-2 .input-box button:hover {
  background: none !important;
}
#currency-wrap-2 .input-box button:hover svg {
  fill: #969696;
}
#shopify-section-template--14512203268183__main .product__modal-opener {
  border: 1px solid #f0f0f0 !important;
}
.product__media-icon,
.thumbnail__badge {
  background-color: rgba(0, 0, 0, 0) !important;
}
#Banner-template--14512203694167__165460971460924264::after {
  opacity: 0.6 !important;
  height: 60%;
  background: linear-gradient(0deg, black, transparent);
  top: auto;
  bottom: 0;
  display: block !important;
}
.template-product .colorswatch {
  min-width: 30px;
}
/* #Banner-template--14512203399255__165407737417e284d2 .banner__media::before */
#Banner-template--14512203399255__165407737417e284d2 .banner__media::after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  ) !important;
  z-index: 1;
  width: 100%;
  height: 60%;
  display: block !important;
}
.listelement_wrapper .banner__text .bulletnumber {
  font-size: 14px !important;
}
body .header-wrapper--border-bottom {
  border-bottom: 1px solid #f0f0f0 !important;
}
.tab_button_wrapper .button[aria-selected="true"]:hover {
  background: #fff;
  box-shadow: 0 0 0 0px #000 inset;
  color: #000;
}
.template-page-ambassadorprogram .custom_image_text .image-with-text__heading {
  font-size: 36px;
}
.template-page-ambassadorprogram .rte p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}
.lg\:tw-text-\[64px\] {
  font-size: 48px;
}
a.button.tw-mt-\[20px\][title="mail to contact"] {
  /*font-weight: 500!important;*/
  font-size: 14px;
  height: 60px;
  padding: 0 3rem !important;
  min-width: 100px !important;
  width: auto !important;
  display: flex !important;
}
.needmore.tw-mx-auto.tw-inline-flex.tw-justify-center.tw-flex-col {
  align-items: center;
}
.terms-policies-block.product-care p {
  margin-bottom: 40px;
}
.template-product .lower-data-info .colorswatch {
  min-width: 20px;
  height: 20px !important;
  width: 20px !important;
}
.lower-data-info {
  /* position: relative; */
}
.card-wrapper .swym-icon.swym-heart, .swym-button.swym-add-to-wishlist-view-product {
	top: -6px;
	right: 0px;
}
#shopify-section-template--14512203202647__main
  .page-handle-reviews
  h1.main-page-title.page-title {
  padding-top: 80px;
  line-height: 30px;
  padding-bottom: 80px;
}
#stamped-reviews-widget[data-widget-type="full-page"] a {
  font-weight: 500 !important;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  > div {
  text-align: left;
  font-weight: 300 !important;
}
span.stamped-products-reviews-title-variant {
  font-size: 12px;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-products-reviews-title
  > a {
  font-weight: 300 !important;
  color: #000 !important;
}
.stamped-reviews-author.stamped-style-color-text {
  margin-bottom: 10px;
}
.stamped-products-reviews-title,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-reviews-author.stamped-style-color-text,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-message.stamped-style-color-text,
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-ratings-wrapper
  .stamped-reviews-message-image-block {
  margin-left: 140px !important;
}
body
  #stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-full-page-tabs
  li.active
  a {
  font-size: 12px !important;
}
span.stamped-products-reviews-title-variant {
  font-weight: 300 !important;
}
span.header__active-menu-item {
  /*color: #969696;*/
}
span.header__active-menu-item + svg {
  fill: #969696;
  opacity: 0.6;
}
ul#Slider-template--14512202776663__16490785526805e7f5 {
  padding-bottom: 40px !important;
}
.lg-max-550 {
  max-height: 550px;
  object-fit: cover;
  object-position: top center;
  height: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.contact-image {
  width: 100%;
}
.signup-button_lcButton__3PS4y {
  max-width: 180px !important;
}
body .image-with-text__content {
  padding: 0rem 7rem 0rem 5rem !important;
}
body product-form + button.button.wishlist-btn-container {
  margin: 10px auto 10px !important;
  background: #f8f8f8 !important;
  border: none !important;
}
body product-form + button.button.wishlist-btn-container:hover {
  background: #e8e8e8 !important;
  border: none !important;
  box-shadow: none !important;
  color: #000 !important;
}
.quick-view-button {
  min-width: 188px;
}
.fabrics_collection_grid
  .collection-list__item.grid__item
  .card--media
  .card__inner.custom_fabrics_card {
  max-height: none;
  height: 0;
  padding-bottom: 100%;
}
.fabrics_collection_grid
  .collection-list__item.grid__item
  .card--media
  .card__inner
  .card__content {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fabric-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 60px !important;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
.signup-button_lcButtonText__1Qqcl {
  margin-right: 0 !important;
  font-weight: 300 !important;
}
.product-form__submit.button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.product-form__buttons.disabled-container {
  cursor: not-allowed;
}
#thumbCarousel .thumb_slick_prev_arrow_normal {
  background: url(/cdn/shop/files/arrow-left.svg?v=1657900005)
    no-repeat center center;
}
#thumbCarousel .thumb_slick_next_arrow_normal {
  background: url(/cdn/shop/files/arrow-right.svg?v=1657900005)
    no-repeat center center;
}
#thumbCarousel .thumb_slick_prev_arrow_normal svg {
  display: none;
}
#thumbCarousel .thumb_slick_next_arrow_normal svg {
  display: none;
}
.insidedrawer .cart-item cart-remove-button {
  margin: 0 !important;
  height: unset !important;
  width: auto !important;
  align-self: flex-start !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
}
.insidedrawer
  .prod_options
  .cart-item__totals
  .cart-item__price-wrapper
  .price.price--end {
  line-height: 1;
  padding: 0 0 2px 0;
}
.insidedrawer .prod_options .product-option {
  font-size: 14px;
  line-height: 1;
}
/* home masks off */
.template-index .card_wrap:after {
  background: none !important	;
}
.template-index .mySwiper .swiper-slide:after {
  background: none;
}
.link_to_collection.pb_40 {
  line-height: 1 !important;
}
.nav_title {
  line-height: 1 !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-top: 0 !important;
}
.links_to_other_colors {
  margin-top: 7px;
}
.cart__empty-text {
  margin: 4.5rem 0 2rem !important;
  font-size: 14px !important;
  font-weight: 300;
}
.icon-close-sp {
  cursor: pointer;
  position: relative;
  z-index: 111;
}
footer .list-menu__item.link {
  text-transform: capitalize !important;
  font-size: 13px;
  line-height: 25px !important;
}
.footer-block_heading {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.footer-block__details-content p {
  font-size: 14px;
  font-weight: 300 !important;
}
.insidedrawer cart-items .custom_title-wrapper-with-link .title.sidecart_title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 18px;
}
/*
.background_submenu_holder::before {
    content: "";
    position: absolute;
    top: 100%;
    height: 100vh;
    width: 100%;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.6);
}
*/
svg.modal__toggle-open.icon.icon-search {
  height: 17px;
  width: 17px;
}
.collection #product-grid.grid {
  margin-bottom: -20px;
}
div.snize li.snize-page span.snize-title {
  font-weight: 300;
}
#ajaxinatepagination {
  padding-top: 0;
  margin-top: 0;
}
.rte a {
  text-decoration-thickness: 0.05rem;
}
.product__description.rte p {
  font-size: 14px !important;
  line-height: 25px !important;
  margin-bottom: 0 !important;
}
.product__description.rte *,
.product__description.rte p,
.product__description.rte p * {
  font-size: 14px !important;
  line-height: 25px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
.product__description.rte strong {
  font-weight: 700 !important;
  font-size: 12px !important;
}
.header__submenu.list-menu li:last-of-type {
  margin: 0;
}
.customer button {
  font-weight: 700 !important;
}
body button,
body .button,
body .customer button.tw-font-medium {
  font-weight: 700 !important;
}
.insta_review_separator {
  opacity: 0.1 !important;
}
.template-page-newrewards .button_wrapper {
  margin-top: 0 !important;
}
.product-recommendations__heading {
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 28px !important;
}
.legend_size .form_label {
  font-weight: 300 !important;
}
.color_elem .form_label {
  font-weight: 300 !important;
}
.product-count.light {
  opacity: 1;
}
.facet-filters__field .select__select,
.mobile-facets__sort .select__select {
  color: #000 !important;
}
button.show-size-pop {
  text-transform: uppercase;
}
.fabrics_collection_grid {
  gap: 10px !important;
}
body .page-w-custom.banner--medium:not(.banner--adapt) {
  min-height: 700px;
}
body .banner--medium:not(.banner--adapt) {
  min-height: 700px;
}
.stamped-review-header-title {
  font-weight: 500 !important;
}
.use_points_wrapper {
  gap: 30px !important;
}
div.snize-search-results {
  margin-bottom: 0px !important;
}
.snize-results-page footer.footer {
  margin-top: 40px !important;
}
.template-page-newrewards .lg\:tw-mx-\[1\.0416666666666667\%\] {
  margin-left: 0;
  margin-right: 0;
}
.template-page-easyeasyreturns .lg\:\!tw-min-h-\[800px\] {
  height: 700px !important;
  min-height: 700px !important;
}
.customer .contact__button button:hover {
  box-shadow: none !important;
}
.customer .contact__button button {
  width: 100% !important;
}
.custom_carusel
  .custom_tops_bottom_wrapper
  .custom_media
  .links.card.center.lower {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin-top: 15px !important;
  text-align: left !important;
}
.top_bottoms_card_subheading.small_subheading {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize !important;
  text-align: center !important;
}
.heroPosts .el_wrap .article-card .card__inner {
  height: 0 !important;
  padding-bottom: 100%;
  max-height: 45vw;
}
.heropost .el_wrap .card--media .card__inner.inner_c .card__content {
  position: absolute !important;
  padding-bottom: 0 !important;
  bottom: 0 !important;
  min-height: 10px !important;
}
.heropost .el_wrap .card__media .media img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  position: relative;
}
.heroPosts .el_wrap .card__inner.inner_c .card__information.inner_info {
  grid-row-start: 1;
  gap: 15px;
}
.article-template__content {
  margin-bottom: 40px !important;
}
article .main-blog .blog-articles.single_related {
  margin-top: 0 !important;
}
.main-blog h1.title--primary {
  margin: 0;
  padding: 40px 0 !important;
  font-size: 24px;
  font-weight: 300;
}
.right_side .mini_color_placement {
  /* display: none; */
}
.template-blog-resources + div > footer.footer {
  margin-top: 0 !important;
}
body .stamped-reviews-single .stamped-reviews-author {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.insta_carousel_home .rte.insta_carousel a,
.insta_carousel_home .rte.insta_carousel a:focus,
.insta_carousel_home .rte.insta_carousel a:hover {
  font-weight: 300;
  font-size: 14px;
}
.announcement-bar__message {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block_jumpto a.href {
  text-transform: uppercase;
  font-weight: 300;
}
.w-full.has_submenu {
  position: relative;
}
.header__menu-item img {
  display: none;
}
.header__submenu.list-menu {
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.header_nav_separator.separator {
  display: none !important;
}
.link_to_collection.pb_40 {
  line-height: 1 !important;
  padding-bottom: 0 !important;
}
.has_submenu .list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: auto;
  min-width: 250px;
  border: 0px solid rgba(var(--color-base-background-3), 1);
  background-color: rgb(var(--color-background));
  box-shadow: 0 20px 20px rgb(0 0 0 / 10%) !important;
  top: calc(100% + 37px);
  z-index: 200;
  padding: 30px;
  left: -20px;
}
.header__submenu.list-menu li {
  line-height: 1;
  margin-bottom: 20px;
}
.bottom_link_to_collection {
  margin-top: 30px;
}
.nav_title > span {
  display: none;
}
.nav_title {
  line-height: 1 !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  margin-top: 0 !important;
  padding-bottom: 0px;
}
.template-index .swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
  min-height: 700px;
}
.has_submenu .header__submenu.list-menu,
.has_submenu .header__submenu .header__menu-item {
  padding: 0;
  font-weight: 300;
  display: block;
}
.bottom_link_to_collection a,
.bottom_link_to_collection a svg {
  color: #969696;
  fill: #969696;
  font-size: 14px;
}
.bottom_link_to_collection a:hover,
.bottom_link_to_collection a:hover svg {
  color: #000;
  fill: #000;
}
body .mySwiper .swiper-slide .slideshow__text.banner__box {
  align-items: center !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  min-width: 30% !important;
  padding: 130px 50px;
  width: 100%;
}
body .mySwiper .keen_buttons {
  margin-top: 20px;
}
.template-page-faq .accordion {
  padding-top: 40px;
  padding-bottom: 34px;
  font-weight: 300 !important;
}
.lower-data-info.product_card_wrapper .carous-switcher {
  display: none !important;
}
.main-blog
  .article-card:hover
  .article-card__image-wrapper.card__media
  .article-card__image.media.media--hover-effect:after {
  font-weight: 300 !important;
}
#product-grid span.badge {
  font-weight: 300 !important;
}
.rte .shipping-info-page .international-right ul li,
.rte .shipping-info-page .domestic-left ul li {
  font-size: 14px;
}
.card__heading {
  margin-top: auto !important;
}
.blog_title {
  font-weight: 600 !important;
  /* font-size: 24px; */
}
.insta-page .fs-wrapper div.fs-text-container {
  background-color: rgba(0, 0, 0, 0.46);
  margin: 0px;
}
#ajaxinatepagination a {
  display: block;
  margin-bottom: 20px;
}
.heropost p.article-card__excerpt {
  font-size: 16px;
  line-height: 1.4;
}
.fabrics_collection_grid
  .collection-list__item.grid__item
  .card--media
  .card__inner
  .card__content {
  padding-bottom: 0;
}
.heropost .article-card__excerpt {
  margin-bottom: 20px;
}
body .fs-timeline-detail {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.heroPosts .btn {
  padding: 0px 30px !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700 !important;
}
.gift-accordion.accordion {
  margin-top: 30px;
}
.size-circle.disabled button:disabled:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  left: 0;
}
.size-circle.disabled button:disabled:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  left: 0;
}
.size-circle.disabled button:disabled {
  text-decoration: none !important;
  color: #bfbfbf !important;
}
.product-form__input input[type="radio"] + label.disabled:before {
  content: "";
  position: absolute;
  inset: unset !important;
  z-index: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #f0f0f0;
  width: 100%;
  height: 1px;
  transform: rotate(45deg);
}
.product-form__input input[type="radio"] + label.disabled:after {
  content: "";
  position: absolute;
  inset: unset !important;
  z-index: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #f0f0f0;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
}
div[id^="quick-view-"] input[type="radio"]:checked + label,
#quick-view input[type="radio"]:checked + label.size_picks_popup {
  width: 37px !important;
  height: 37px !important;
}
div[id^="quick-view-"] input[type="radio"] + label,
#quick-view input[type="radio"] + label.size_picks_popup {
  width: 35px !important;
  height: 35px !important;
}
figure.carousel-box .sizelist .size-circle {
  line-height: 1;
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-form__input input[type="radio"]:disabled + label {
  text-decoration: none !important;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-reviews-options
  ul
  li {
  margin: 5px 20px !important;
  list-style: none !important;
}
button.product-form__submit.button.buttonpairswith.tw-uppercase.button--primary.button--primary {
  width: 100% !important;
  font-size: 14px !important;
}
.icon.icon-lock {
  width: 20px;
  margin-right: 15px;
}
.insidedrawer .cart__ctas .cart__checkout-button.button:hover svg {
  fill: #000 !important;
}
.prod_options cart-remove-button .button {
  font-size: 12px !important;
  margin-top: 13px !important;
}
quantity-input .quantity__button svg {
  width: 10px !important;
}
.prod_options .prod_single_opt {
  color: #404040 !important;
}
.fabrics_card_heading {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.cta_or_form_btn.fabric-button {
  background: black !important;
  color: #fff !important;
  margin: -3px auto 10px !important;
}
.cta_or_form_btn.fabric-button:hover {
  background: white !important;
  border: 1px solid #000;
  color: #000 !important;
}
.card__information.tw-text-center {
  padding-top: 45px;
  padding-bottom: 28px;
}
.fabrics_collection_grid .collection-list__item.grid__item .card--card:after,
.fabrics_collection_grid
  .collection-list__item.grid__item
  .card--standard
  .card__inner:after {
  display: none !important;
}
.template-page-fabricspage + div > .footer {
  margin-top: 10px !important;
}
#BIS_trigger {
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
}
.product__accordion .custom-field--value {
  font-size: 14px;
  line-height: 25px;
}
.tw-w-\[25px\] {
  width: 25px;
}
.tw-h-\[25px\] {
  height: 25px;
}
body .product-form__input input[type="radio"] + label {
  border-color: #dadada !important;
}
body .product-form__input input[type="radio"]:checked + label {
  border-color: #000 !important;
}
.mobile_hero_image {
  display: none !important;
}
.keen-slider__slide
  .slideshow__text-wrapper
  .slideshow__text.banner__box
  .keen_buttons.banner__buttons {
  margin-top: 14px;
}
h2.keen_title.banner__heading.h1,
.keen_subtext.banner__text {
  line-height: 1;
}
.keen-slider__slide
  .slideshow__text-wrapper.banner__content.banner__content--top-center {
  display: flex;
  align-items: start;
}
.keen-slider__slide
  .slideshow__text-wrapper.banner__content.banner__content--middle-center {
  display: flex;
  align-items: center;
}
.keen-slider__slide
  .slideshow__text-wrapper.banner__content.banner__content--bottom-center {
  display: flex;
  align-items: flex-end;
}
.dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
body
  button.product-form__submit.button.buttonpairswith.tw-uppercase.button--primary.button--primary {
  padding: 0 10px !important;
  max-width: 140px !important;
}
body
  .custom-field__pairs-with
  .min_prod_form.product-form__input
  input[type="radio"]
  + label.mini_size_label {
  height: 33px !important;
  width: 33px !important;
    padding: 13px !important;
}
body
  .template-product
  .custom-field__pairs-with
  .color.mini_color
  .product-form__input
  input[type="radio"]:checked
  + label {
  height: 30px !important;
  width: 30px !important;
}
body .template-product .custom-field__pairs-with .mini_colorswatch.colorswatch {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
}
body
  .custom-field__pairs-with
  .color
  .color_elem
  .product-form__input
  input[type="radio"]:checked
  + label {
  box-shadow: none !important;
}
body
  .template-product
  .custom-field__pairs-with
  .mini_colorswatch.colorswatch[src*="color-white.png"] {
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px #f0f0f0 !important;
}
variant-radios {
  display: flex !important;
  flex-direction: column !important;
}
.product__info-wrapper .color {
  order: 3;
}
.product__info-wrapper .color-separator {
  order: 4;
}
.product__info-wrapper .size {
  order: 1;
}
.product__info-wrapper .size-separator {
  order: 2;
}
.mini_prod_form.product-form__input {
  margin-left: 0 !important;
}
body #stamped-reviews-widget .stamped-full-page-tabs li a {
  padding: 10px 8px !important;
  font-size: 12px !important;
}
body #stamped-reviews-widget .stamped-full-page-tabs ul li:last-child {
  margin-right: 0 !important;
}
.mobile-facets__checkbox:checked + .mobile-facets__highlight {
  border-radius: 50%;
}
.custom_ls {
  letter-spacing: 0.03rem;
}
.mobile-facets__footer {
  z-index: 22222 !important;
}
#stamped-reviews-widget .stamped-widget-text {
  font-weight: 300 !important;
  color: #000 !important;
}
.stamped-reviews-date {
  font-weight: 300 !important;
  color: #000 !important;
}
#stamped-reviews-widget[data-widget-type="full-page"]
  .stamped-reviews-message-image-block
  img {
  height: inherit !important;
  width: auto !important;
  object-fit: cover !important;
}
.shop_by_category {
  width: 100%;
  margin: 30px 0;
}
.shop_by_category {
  width: 100%;
  margin: 30px 0;
  max-width: 100%;
  transform: translateX(50%);
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.keen_buttons .keen_button.button--primary:hover {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
}
.keen_buttons .keen_button.button--primary {
  background: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.keen-slider.banner::after,
.keen-slider.banner__media::after {
  background: none !important;
}
.custom-field--value span {
  font-size: 14px !important;
  line-height: 12px !important;
  font-weight: 300 !important;
}
.pdp_review_trueToSize_left,
.pdp_review_trueToSize_center,
.pdp_review_trueToSize_right {
  font-size: 12px;
}
.custom-field__pairs-with h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}
.price--large {
  margin-bottom: 10px;
}
.tw-font-400 {
  font-weight: 400;
}
.pairs-with .custom-field--value span {
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}
.custom-field__pairs-with span.money {
  font-size: 14px !important;
}
span.mini-color-val-text {
  font-size: 12px !important;
}
.slick-initialized .slick-slide {
  position: relative;
}
.product-name-mobile {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-align: center !important;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: normal;
}
body .product__title.main_product_title {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-top: 0 !important;
}
body .ambs_rwd_card_wrap img {
  object-position: top center !important;
}
.ambassadorCarousel .swiper-pagination-bullet-active,
.ambassadorCarousel .swiper-pagination-bullet {
  background: #fff !important;
}
body
  .insta_carousel_home
  .stamped-reviews-single
  .stamped-reviews-message[data-full="false"] {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important !important;
}
body
  .card_bottom_content
  .stamped-reviews-single
  .stamped-reviews-message[data-full="false"],
.card_bottom_content
  .stamped-reviews-single
  .stamped-reviews-message[data-full="true"],
.card_bottom_content .stamped-reviews-single .stamped-reviews-author {
  font-family: "Montserrat", sans-serif !important;
}
.tw-text-xs {
  font-size: 12px;
  line-height: 1rem;
}
.tw-font-futurapt {
  font-family: Montserrat, sans-serif;
}
button.size-circle-link {
  font-weight: 400 !important;
}
.ambassador_faq_accordion .panel {
  font-size: 14px;
}
.color-images a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
}
.color-images a:hover {
  opacity: 0.75;
}
.color-images a img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.color-images {
  display: flex;
  height: 20px;
  opacity: 0;
  align-items: center;
  padding: 0 1px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.color_count {
  position: relative;
  font-size: 12px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.grid__item:hover .color-images {
  opacity: 1;
}
/* CSS FROM MAIL */
.insidedrawer cart-items .custom_title-wrapper-with-link .title.sidecart_title {
  font-weight: 400 !important;
  font-size: 16px;
}
.cart__empty-text {
  font-size: 14px !important;
}
.header__menu-item.link {
  font-size: 12px;
}
body .nav_title (dropdown) {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.product-form__submit.button {
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
body .bottom_link_to_collection a {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.image-with-text__heading.font_medium.uppercase h1 {
  font-size: 32px;
}
.hero_text_image_heading {
  font-weight: 400 !important;
}
.banner__heading {
  font-size: 48px;
  font-weight: 400 !important;
}
.banner__text.hero_text_image_suubtext.font_light {
  font-size: 16px !important;
  line-height: 25px !important;
}
body strong,
body bold {
  font-weight: 400 !important;
}
.template-page-faq .accordion {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.accordion + .panel p {
  font-size: 14px;
  line-height: 25px;
}
.tablinks.active h3 {
  font-weight: 500 !important;
}
footer .\!tw-mt-\[28px\] {
  margin-top: 20px !important;
}
.form_title_heading {
  font-weight: 400;
}
.form_title_subheading {
  font-size: 14px;
  line-height: 25px;
}
.field__label,
.customer .field label {
  font-size: 14px;
  color: #9d9d9d;
}
/* Collection page */
.facet-filters__sort {
  font-weight: 300 !important;
}
.product_card_title {
  font-size: 14px;
}
.lower-data-info p.carous-color {
  font-size: 12px;
}
/* Single product page */
.custom-field__pairs-with h4 {
  font-size: 22px;
  font-weight: 400;
}
body .product__title.main_product_title {
  font-size: 18px !important;
  line-height: 18px !important;
}
.custom-field__pairs-with span.money {
  font-weight: 500 !important;
}
button.product-form__submit.button.buttonpairswith.tw-uppercase.button--primary.button--primary {
  font-size: 12px !important;
}
/*NEW homepage additional css*/
body .keen_subtext.banner__text {
  line-height: 1.2;
}
body .keen_subtext {
  font-size: 20px;
  font-weight: 300;
}
body .keen_buttons .keen_button.button—primary {
  height: 50px !important;
  font-weight: 300;
}
body .mySwiper .keen_title {
  font-weight: 500;
}
.rte {
  font-size: 14px;
  line-height: 25px;
}
.ambs_faq_accordion + .panel,
.ambs_faq_accordion + .panel p {
  font-size: 14px !important;
}
#snize-search-results-grid-mode li.snize-product {
  border: none !important;
}
#snize-search-results-grid-mode span.snize-sku,
#snize-search-results-grid-mode span.snize-attribute {
  font-weight: 300 !important;
  margin: 0 0 10px 0 !important;
}
div.snize li.snize-product .snize-price-list .snize-price,
div.snize li.snize-product .snize-price-list .snize-discounted-price {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 0 0 10px 0 !important;
}
#snize-search-results-grid-mode li.snize-product span.snize-title {
  margin: 0 0 7px 0 !important;
}
.sizelist button {
  font-weight: 400 !important;
}
figure.carousel-box .grid-quickview .sizelist {
  margin-bottom: 0;
}
/* NEW MENU */
.header--middle-left {
  display: flex !important;
  grid-template-columns: unset !important;
}
.header__icons {
  margin-left: auto !important;
}
.with_caret svg.icon.icon-caret {
  width: 10px;
  right: -6px !important;
  position: relative;
}
.nav_element_parent {
  padding: 36px 0px 36px 0px !important;
  min-width: 3vw;
  margin-right: 3.1vw;
  position: relative;
}
li.nav_element_parent::before {
  content: "";
  position: absolute;
  z-index: 11;
  bottom: -1px;
  left: 0;
  width: 50%;
  opacity: 0;
  height: 3px;
  background: #000;
  transition: width 0.2s ease-in-out;
}
li.nav_element_parent:hover::before {
  opacity: 1;
  width: 100%;
}
.middle_menu ul.list-menu.list-menu--inline {
  margin-left: 40px !important;
}
.header__menu-item.link {
  font-size: 12px;
}
.new-submenu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  padding: 0 0 0 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-20px);
  transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}
.new-submenu.showw {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}
.two-banners {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: #f8f8f8;
}

ul.new-submenu-column {
  display: flex;
  width: auto;
  margin-left: 208px;
  margin-left: 150px;
  padding: 20px 0;
}
li.menu-link {
  min-width: 9vw;
  margin-bottom: 5px;
}
.new-submenu-column > .menu-link > a {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  transition: all 0.25s ease-in-out 0s;
}
.new-submenu-column .dropdown-child > .menu-link a:hover {
  color: #999;
}
.menu.dropdown-child a {
  font-weight: 400;
}
.new-submenu-column > .menu-link a {
  display: block;
  font-size: 12px;
}
.two-banners {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: #f8f8f8;
  margin-left: auto;
}
span.banners-title {
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  top: 10px;
  left: 10px;
}
.two-banners-item {
  position: relative;
}
span.banners-title {
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  top: 10px;
  left: 10px;
}
img.banners-img {
  max-width: 400px;
  max-height: 150px;
}
img.banners-img:hover {
  transition: all 0.25s ease-in-out 0s;
  opacity: 0.7;
}
.new-submenu-container {
  display: flex;
}
/* END NEW MENU */
#product-grid.grid {
  display: flex !important;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-wrap: wrap !important;
}
#product-grid.grid .grid__item {
  min-width: 1% !important;
  width: 100% !important;
}
#product-grid.grid .grid__item.list__item_banner {
  max-width: calc(
    50% - var(--grid-desktop-horizontal-spacing) * 3 / 4
  ) !important;
  width: 100% !important;
}
#product-grid.grid .grid__item {
  min-width: 1%;
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 6 / 4) !important;
}
.ambassadorprogram-header.banner:after,
.media:not(.keen-slider__slide) .banner__media:after {
  background: none !important;
  opacity: 0 !important;
}
.swiper-wrapper {
  transition: all 1s !important;
}
.underline-links-hover:hover .top_bottoms_card_subheading.small_subheading {
  font-weight: 700;
}
span.color-val-text {
  text-transform: none !important;
}
.product__info-container .price--on-sale .price-item--regular {
  font-size: 1rem !important;
}
.return_tabs .panel-text p a {
  color: blue;
  text-decoration: underline;
}
.return_tabs p strong {
  font-size: 14px;
  font-weight: 500 !important;
}
body {
  overflow-x: hidden;
}
[class^="number-slide"],
[class*=" number-slide"] {
  max-height: 150vh;
}
.price--on-sale .price-item--sale .money {
  color: red;
}
.price__sale + p.afterpay-paragraph {
  display: none;
}
body .swiper-container .swiper-android .swiper-slide,
body .swiper-container > .swiper-wrapper {
  transition: all 0.65s !important;
}
/*NEW BLOG CSS*/
.heroPosts .el_wrap .article-card .card__inner {
  height: auto !important;
  padding-bottom: 0;
  max-height: none;
  display: block;
}
.heropost .card .media,
.heropost .card .card__inner .card__media {
  position: relative;
  bottom: auto;
  top: auto;
}
.heropost .el_wrap .card--media .card__inner.inner_c .card__content {
  position: relative !important;
  bottom: auto !important;
  padding-left: 0;
  padding-right: 0;
}
.heroPosts .el_wrap .card__inner.inner_c .card__information.inner_info {
  align-items: flex-start !important;
}
.heropost p.article-card__excerpt {
  text-align: left;
}
.heropost .card__heading {
  font-weight: 600 !important;
}
.heropost .article-card__excerpt {
  margin-bottom: 0;
}
a.right-link {
  float: revert;
  color: #000;
  font-size: 12px;
  margin-left: 0;
}
.heropost .card__heading {
  font-weight: 400 !important;
  text-transform: uppercase;
}
/* SLIDER */
body .keen-slider__slide .media > img {
  position: relative !important;
  height: auto !important;
}
body .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative !important;
  max-height: none !important;
  display: block !important;
  background: #fff;
}
body .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 10px !important;
}
body
  .keen-slider__slide
  .slideshow__media.banner__media:not(
    .mobile_image
  ).tw-hidden.sm\:tw-hidden.lg\:block.media {
  position: relative !important;
}
body
  .keen-slider__slide
  .slideshow__text-wrapper.banner__content.banner__content--top-center {
  top: auto !important;
  bottom: 0% !important;
  height: 100% !important;
}
body
  .keen-slider__slide
  .slideshow__text-wrapper.banner__content.banner__content--middle-center {
  top: auto !important;
  bottom: 0% !important;
  height: 100% !important;
}
body
  .keen-slider__slide
  .slideshow__text-wrapper.banner__content.banner__content--bottom-center {
  top: auto !important;
  bottom: 0 !important;
  height: 100% !important;
}

body #Slider-template--14550883336279__1649078456239fd3ed .media::before {
  display: none !important;
}
/* INSTA HOMEPAGE POPUP */
.fs-desktop .fs-detail-content .fs-detail-right .fs-detail-title {
  font-family: Times New Roman, serif;
  font-style: italic;
  font-size: 13pt;
  line-height: 19.5pt;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}
.fs-desktop .fs-detail-right {
  max-width: 500px !important;
  width: 100%;
}
.fs-desktop .fs-detail-content .fs-detail-left {
  display: flex;
  flex-direction: column;
  max-width: 700px !important;
  position: relative;
}
.fs-desktop .fs-detail-container {
  padding: 0;
  max-width: 80vw !important;
  width: 100%;
}
.fs-desktop
  .fs-detail-content
  .fs-detail-left
  .fs-image-container
  .fs-detail-image {
  max-width: 700px !important;
}
/* SEARCH */
div.snize-ac-results li {
  font-size: 12px;
}
div.snize-ac-results li b {
  line-height: 16px;
  font-weight: 700 !important;
}
div.snize-ac-results span.snize-title {
  color: #000000;
  font-size: 12px !important;
  text-transform: none !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}
div.snize-ac-results div.snize-price-list {
  color: #000000;
  font-size: 14px !important;
  margin-top: 10px !important;
  font-weight: 700 !important;
}
div.snize-ac-results li a.snize-view-link {
  color: #000000;
  font-weight: 400;
}
.color-images a img[src*="color-white"] {
  border: 1px solid #000;
}
.mob-break-colors {
  display: none;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
  white-space: nowrap;
}
.header__icons {
  gap: 30px !important;
}
#Slide-template--15076053024855__1649078456239fd3ed-1::before,
#Slide-template--15076053024855__1649078456239fd3ed-1 .media::before,
#Slide-template--15076053024855__1649078456239fd3ed-1::before,
#Slide-template--15076053024855__1649078456239fd3ed-1 .media::before {
  min-height: 0 !important;
  padding: 0 !important;
}
.mob-hide {
}
#fs-detail-branding img {
  width: 0px !important;
  height: 0px !important;
}
div.fs-detail-container .fs-post-info {
  font-weight: 500 !important;
  font-size: 12px !important;
}
a.fs-share {
  min-width: 40px;
  font-size: 15px;
  color: #222222;
}
.home-insta-carousel-caption h3 {
  font-size: 18px;
  line-height: 1;
}
.home-insta-carousel-caption h4 {
  font-size: 16px;
  font-weight: 300 !important;
}
.home-insta-carousel-caption span {
  font-size: 14px;
}
.mb-2 {
  margin-bottom: 15px;
}
.globale_overlay {
  background-color: rgb(0 0 0 / 62%) !important;
}
.tw-white {
  color: #fff;
}
/*.top_bottoms_mobile-image {
  display: none !important;
}*/
.facets__summary .icon-caret {
  transition: transform 0.25s ease-in-out;
}
.facets__disclosure[open] .facets__summary .icon-caret {
  transform: rotate(180deg);
}
.focus-offset:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
a:hover,
.underlined-link:hover,
.customer a:hover,
.rte a:hover {
  text-decoration-thickness: 0.1rem !important;
  color: #969696;
}
.heroPosts .article-card .card__information {
  max-width: 850px;
  padding-left: 0 !important;
  right: 0 !important;
}
.size_tab_buttons .button:active,
.size_tab_buttons .button:focus,
.size_tab_buttons .button {
  box-shadow: 0 0 0 1px #969696 inset;
  border: none !important;
}
.size_tab_buttons .button:hover,
.size_tab_buttons .button[aria-selected="true"] {
  box-shadow: 0 0 0 1px #000 inset !important;
  border: none !important;
}
.size_tab_buttons #tops.button[aria-selected="false"] {
  box-shadow: none;
}
.size_tab_buttons #bottoms.button[aria-selected="false"]:active,
.size_tab_buttons #bottoms.button[aria-selected="false"]:focus,
.size_tab_buttons #bottoms.button[aria-selected="false"] {
  box-shadow: 0 0 0 1px #f8f8f8 inset;
  border: none !important;
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 1);
}
.image_of_prod:hover .href {
  text-decoration: underline;
}
#foursixty-container > .product-name-mobile {
  margin: 40px 0 !important;
}
.gift.product-form__input .select__select {
  box-shadow: none !important;
  border: none !important;
}
.slideshow__text-wrapper.banner__content {
  z-index: 11111;
}
body .quickview-box {
  bottom: -110px;
}
.ambassadorprogram-header.banner:after,
.banner__media:after {
  opacity: 0 !important;
}
.gridlock.row {
  width: 100%;
  padding: 2rem 5rem 0rem;
}
.oreadmore .rm-container.active {
  height: 22px;
}
.oreadmore .rm-container {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#shopify-section-header {
  z-index: 4 !important;
}
.oreadmore .rm-container .rm-content {
  overflow-x: hidden;
  margin-bottom: -5px;
  text-align: left;
}
.oreadmore .rm-content p:not(:last-child) {
  margin-bottom: 20px;
}
.oreadmore .rm-btn {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 5px;
  cursor: pointer;
  text-align: left;
  color: black;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  text-decoration: underline;
}
.oreadmore .rm-btn:not(.rm-btn-gradient) {
  margin-top: 8px;
}
.oreadmore .rm-btn.rm-btn-gradient:before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  margin-top: -25px;
  margin-bottom: 5px;
  background: #fff;
  pointer-events: none;
  background: -moz-linear-gradient(
    bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    left bottom left top,
    color-stop(0%, #fff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}
#FacetsWrapperDesktop > .product-count {
  width: auto;
  white-space: nowrap;
}
.product-form__input input[type="radio"]:disabled + label {
  background-color: #e6e6e6 !important;
  color: #c4c4c4 !important;
  border-color: #e6e6e6 !important;
}
.swiper-slide {
  z-index: 1111;
}
div#FacetsWrapperDesktop > div,
div#FacetsWrapperDesktop > details {
  margin-right: 2rem !important;
}
div#FacetsWrapperDesktop {
  gap: 0rem !important;
}
.vert.tw-w-\[1px\].tw-h-\[40px\].tw-bg-brand-gray-light-dark {
  display: none;
}
.card_wrap img.top_bottoms_desktop-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-desktop .fs-detail-content {
  display: flex;
}
.fs-desktop .fs-detail-right {
  max-width: 450px !important;
  width: 100%;
  padding: 30px;
}
.fs-desktop .fs-detail-content .fs-detail-left {
  width: 65%;
}
.fs-detail-outer-container {
  max-width: 90vh;
  max-height: 90vh;
}
#stamped-button-submit,
input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
  padding: 10px 20px !important;
}
button.carousel__button.fancybox__button--close {
  color: white !important;
}
a:not(.rewards-gray-button):focus-visible,
a:not(.rewards-gray-button):focus {
  border-radius: 0px !important;
}
a.desktop-banner-image {
  display: block !important;
}
a.mobile-banner-image {
  display: none !important;
}
.malomo-order-lookup {
  justify-content: center;
}
#ContactForm-body:not(:placeholder-shown) ~ .field__label,
#ContactForm-body:focus ~ .field__label {
  opacity: 0;
}
body a:not(.rewards-gray-button):focus {
  border-radius: 0px !important;
}
.miniimage {
  position: relative;
}
body .miniimage .swym-button.swym-add-to-wishlist-view-product {
  color: #000 !important;
  top: 12px !important;
}
/* AFTER GOING LIVE */
.card-wrapper .swym-icon.swym-heart, .swym-button.swym-add-to-wishlist-view-product {
    top: 5px;
    right: 5px;
}
.recommended_element .swym-button.swym-add-to-wishlist-view-product {
  top: 12px;
  right: 7px;
}
[data-filter-country] {
  /* display: none !important; */
}
.en-GB .glDefaultPopupContainer {
  width: 100%;
  flex-direction: column;
  display: flex;
}
#ajaxinatepagination li:not(.loading_button) a {
  color: black;
  border: 1px solid #000;
}
#ajaxinatepagination li a:hover {
  background: #000 !important;
  color: #fff !important;
}
#ajaxinatepagination li a.ajaxinate_button {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  border-radius: 40px !important;
}
a:not(.rewards-gray-button):focus-visible,
a:not(.rewards-gray-button):focus {
  border-radius: 40px !important;
}
.ge-flag {
  list-style: none;
  display: flex;
}
.ge-flag span {
  font-size: 13px;
}
.ge-flag::marker {
  display: none;
}
body div.announcementSlider1.slick-initialized.slick-slider {
  display: block !important;
  background: #f8f8f8;
  text-align: center;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
}
body div.announcementSlider2.slick-initialized.slick-slider {
  display: block !important;
  background: #f8f8f8;
  text-align: center;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
}
body #FreeShippingBanner {
  background-color: #f8f8f8 !important;
  color: #000 !important;
  text-align: center !important;
  direction: ltr;
  display: none !important;
  padding: 7px !important;
  height: 30px !important;
  font-size: 13px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}
body .insidedrawer cart-items .cart-item {
  gap: 0 !important;
}
#cart-drawer .cart-items .cart-item .cart-item__details {
  margin-right: 20px !important;
}
.template-product .color-groups a.current_product {
  margin: 0 13px 0 3px;
}
.template-product .color-groups a.current_product img {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000;
  border-radius: 50%;
}
body product-form + button.button.wishlist-btn-container {
  margin: 10px auto 10px !important;
  background: #f8f8f8 !important;
  border: none !important;
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: block;
  height: 60px;
}
body
  .wish-list-swym-container
  .swym-button.swym-add-to-wishlist-view-product.swym-added {
  opacity: 1 !important;
}
body
  .wish-list-swym-container
  .swym-button.swym-add-to-wishlist-view-product:after {
  content: "ADD TO WISHLIST" !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.1rem;
}
body
  .wish-list-swym-container
  .swym-button.swym-added.swym-add-to-wishlist-view-product:after {
  content: "REMOVE FROM WISHLIST" !important;
}
body .wish-list-swym-container button.swym-button.disabled:hover,
body .wish-list-swym-container button.swym-button:disabled:hover {
  opacity: 1 !important;
}
body
  .wish-list-swym-container
  .app_btn_wsh.swym-button.swym-add-to-wishlist-view-product {
  position: relative;
  width: 100%;
  font-family: Montserrat, sans-serif;
  background: #f8f8f8 !important;
  max-width: 1000px;
  margin: 5px 0 15px 0 !important;
  height: 60px;
  border-radius: 50px;
  top: auto;
  left: auto;
  right: auto;
}
.keen-slider > a {
  display: block;
  width: 100%;
}
body .swym-add-to-wishlist-view-product::after {
	color: #666 !important;
}

/* RESPONSIVE*/
@media screen and (max-width: 1366px) {
  /*
  .tw-grid-cols-\[170px\,1fr\] {
    grid-template-columns: 170px 1fr;
  	gap: 20px !imporrtant;
}
.mini_color_placement {
    display: none;
}
  */
}
@media screen and (max-width: 768px) {
    .roadmap-right-arrow {
      position: relative;
      bottom: -8px;
      left: calc(50% - 20px);
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: none;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      z-index: 1;
      transform-origin: bottom center;
      animation: hand-rotate 1.6s linear infinite;
      transform: rotate(-10deg);
      filter: invert(1);
    }
    .header__icons localization-form {
    	display: none;
    }
    @keyframes hand-rotate {
      0%{
          transform: rotate(-10deg);
      }
      50%{
          transform: rotate(10deg);
      }
      100%{
          transform: rotate(-10deg);
      }
  }
  
  a.desk_ico.swym-wishlist.wishlist-mob-icon {
    display: block !important;
    position: relative;
    top: 2px;
    left: 4px;
  }
  .color-groups.tw-flex {
	width: calc(100vw - 40px);
	overflow-x: hidden;
	padding: 8px 0 0px 4px;
	flex-wrap: wrap;
  }
  .template-product .color-groups a.current_product {
  	margin-left: 0px !important;
  }
  .color-groups.tw-flex::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 7px;
    height: 7px;
  }
  .color-groups.tw-flex::-webkit-scrollbar-thumb {
      background-color: #000000;
      border-radius: 10px;
  }

  #stamped-reviews-widget .stamped-widget-buttons {
    margin-bottom: 30px!important;
  }
  .template-product .color-groups a {
	width: 30px !important;
	height: 30px !important;
    min-width: 25px;
    margin-bottom: 12px;
  }
  .static_page_title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  span.stamped-product-reviews-badge.stamped-main-badge {
    top: 38px;
  }
  .card-wrapper .swym-icon.swym-heart, .swym-button.swym-add-to-wishlist-view-product {
    top: 3px;
    right: 3px;
  }
  .collection-custom-banner h3 {
    padding: 6px 10px 5px 10px;
    font-size: 10px;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    color: #000 !important;
    margin: 0;
  }
  .collection-custom-banner .card_bottom_content {
    bottom: 20px;
    right: 20px !important;
    width: auto;
  }
  .lower-data-info.product_card_wrapper {
    /* position: relative; */
  }
  .swym-add-to-wishlist-view-product:after {
    color: #444 !important;
  }
  .collection.page-width {
    padding-left: 6px !important;
    padding-right: 2px !important;
  }
  .product__info-container {
    position: relative;
  }
  .color-separator, .size.separator, .product__info-container .price_holder + .separator {
    display: none;
  }
  .variant_and_stars.onsingleproduct {
    justify-content: flex-end;
    position: absolute;
    top: 40px;
    right: 0;
  }
  .sku_variant {
    display: none;
  }
  .header__icons {
    grid-template-columns: repeat(3, 30px);
    gap: 10px !important;
  }
  .password.gradient .banner__media::before {
    display: none !important;
  }
  .password.gradient .banner__media {
    height: 100%;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .collection-hero__title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
   
  }
  .password.gradient .media > img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }

  a.desktop-banner-image {
    display: none !important;
  }
  a.mobile-banner-image {
    display: block !important;
  }
  .fs-desktop .fs-detail-content {
    display: flex;
    flex-direction: column;
  }
  .fs-desktop .fs-detail-right {
    width: 100%;
    padding: 20px;
  }
  .fs-desktop .fs-detail-content .fs-detail-left {
    width: 100%;
  }
  .fs-detail-outer-container {
    max-width: 96vh;
    max-height: 96vh;
  }

  /*img.top_bottoms_desktop-image,
  details-modal.header__search.mob-hide {
    display: none !important;
  }*/
  .gridlock.row {
    padding: 1rem 1rem 2rem;
  }
  .card_wrap img {
    position: relative !important;
  }
  [id^="GalleryViewer"] .slider-button,
  #product-grid.grid .grid__item .grid-quickview {
    display: none;
  }
  /*.top_bottoms_mobile-image {
    display: block !important;
  }*/
  .slider-wrapper {
    overflow-x: hidden;
  }
  .page-handle-reels-shop h1.static_page_title {
    text-align: center;
  }
  .fs-next-button {
    width: 30px !important;
    margin: auto !important;
  }
  #main-collection-filters {
    align-items: flex-start;
  }
  body
    .keen-slider__slide
    .slideshow__media.banner__media:not(
      .mobile_image
    ).tw-hidden.sm\:tw-hidden.lg\:block.media {
    display: none;
  }
  .insta_carousel [class*="swiper-pagination-"] {
    left: 0;
  }
  .mob-break-colors {
    display: inline-block;
    margin-left: 2px;
  }
  .mob-break-colors + a,
  .mob-break-colors + a + a,
  .mob-break-colors + a + a + a,
  .mob-break-colors + a + a + a + a,
  .mob-break-colors + a + a + a + a + a,
  .mob-break-colors + a + a + a + a + a + a,
  .mob-break-colors + a + a + a + a + a + a + a,
  .mob-break-colors + a + a + a + a + a + a + a + a,
  .mob-break-colors + a + a + a + a + a + a + a + a + a,
  .mob-break-colors + a + a + a + a + a + a + a + a + a + a {
    display: none;
  }
  #product-grid.grid .grid__item {
    max-width: 48.5% !important;
    width: 50% !important;
  }
  #product-grid.grid {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  #product-grid.grid .grid__item.list__item_banner {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  .media > *:not(.zoom):not(.deferred-media__poster-button),
  .media model-viewer {
    /* position: relative !important;*/
  }
  .article-card__image img {
    position: relative !important;
  }
  .body.password .banner__media {
    height: 87vh !important;
  }
  .heropost .card__media,
  .heropost .card .media {
    bottom: 0;
    position: relative !important;
    top: 0;
  }
  .ambassadorprogram-header.banner::after,
  .banner__media::after {
    background: none !important;
    opacity: 1 !important;
  }
  ul#Slider-template--14512202776663__16490785526805e7f5 {
    padding-bottom: 20px !important;
  }
  #mainCarousel .main_slick_prev_arrow,
  #mainCarousel .main_slick_next_arrow {
    width: 50px;
    height: 50px;
  }
  .Size.tw-items-center.mobile-facets__label.mobile-facets__label--disabled {
    background: #f5f5f5;
    opacity: 1;
  }
  .mobile-facets__checkbox:checked + .mobile-facets__highlight {
    background-color: #000 !important;
  }
  .mobile-facets__checkbox:checked
    + .mobile-facets__highlight
    + svg
    + svg
    + span {
    color: #fff !important;
    z-index: 11;
  }
  .arrow--left,
  .arrow--right {
    display: none;
  }
  .keen-slider__slide
    .slideshow__text-wrapper
    .slideshow__text.banner__box
    .keen_buttons.banner__buttons {
    margin-top: 14px !important;
  }
  .shop_by_category {
    width: 100%;
    margin: 30px 0;
    transform: translateX(0) !important;
  }
  .keen_buttons .keen_button.button--primary {
    padding: 13px 30px !important;
  }
}
.heading_element.custom_arrow_heading {
  padding-bottom: 56px;
}
@media screen and (max-width: 1200px) {
  ul.new-submenu-column {
    display: flex;
    width: 100%;
    margin-left: 08px;
    padding: 20px 0;
  }
  .two-banners {
    max-width: 320px;
  }
  li.menu-link {
    min-width: 11vw;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-drawer summary.menu-drawer__menu-item svg {
    height: 10px !important;
    width: 10px !important;
    margin-left: auto !important;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .header__icons {
    margin-left: 0 !important;
  }
  .header--middle-left {
    justify-content: space-between !important;
  }
  .menu-drawer summary.menu-drawer__menu-item svg + svg {
    display: none !important;
  }
  details[open].menu-opening > .menu-drawer__menu-item svg + svg {
    display: block !important;
  }
  details[open].menu-opening > .menu-drawer__menu-item svg {
    display: none !important;
  }
  .js .menu-drawer__menu .menu-drawer__inner-submenu li {
    border: none !important;
    padding-left: 10px;
  }
  .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 30px;
  }
  .js .menu-drawer__menu .menu-drawer__inner-submenu li a {
    font-weight: 300 !important;
  }
  .heading_element.custom_arrow_heading {
    padding-bottom: 40px;
  }
  .header__heading-logo {
    height: auto;
    width: 100%;
    max-width: 120px;
    position: relative;
    right: -11px;
  }
  .header__search.mobile-search {
    display: inline-flex;
    line-height: 0;
    position: relative;
    align-self: center;
    left: 10px;
    top: 5px;
  }
  .contact-image {
    width: 100%;
    margin-top: -40px !important;
  }
  .contact.page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.quick-view-button a {
  padding: 15px 30px !important;
}

@media (max-width: 1200px) {
  .image-with-text__content {
    padding: 0rem 3rem 0rem 3rem !important;
  }
}
@media (max-width: 768px) {
  .header--middle-left {
    justify-content: space-between !important;
    min-height: 59px;
  }
  header.header .header__heading-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  header.header .header__heading-link {
    margin-left: 0px !important;
    padding: 9px 0 !important;
  }
  .header__heading-logo {
    right: 0 !important;
  }
  .template-page-newshippinginfo h1.page-title.my-120 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    font-size: 24px !important;
  }
  .image-with-text:not(.collapse-corners, .image-with-text--overlap)
    .image-with-text__media-item {
    margin-bottom: 40px;
  }
  .header__search.mobile-search {
    /*top: 27px;*/
  }
  .search-modal {
    top: 91px;
  }
  .shopify-section-header-sticky .search-modal {
    top: 61px;
  }
  .hide-mobile {
    display: none;
  }
  #shopify-section-template--14512202776663__16490785526805e7f5
    .heading_element {
    margin-bottom: 40px;
  }
  .fs-mobile .fs-slider-prev-button svg,
  .fs-mobile .fs-slider-next-button svg {
    fill: #fff !important;
    background: #fff;
    box-shadow: 0 0 0 5px #fff;
  }
  .mobile-facets__header-inner {
    flex-grow: 1;
    position: relative;
    /* display: flex; */
    font-size: 14px !important;
    padding: 5px;
    text-align: left;
  }
  .mobile-facets__count {
    color: rgba(var(--color-foreground), 0.7);
    font-size: 14px !important;
    text-align: left;
  }
  .mobile-facets__heading {
    margin: 0;
    text-transform: uppercase;
  }
  .product__title.main_product_title {
    margin-top: 16px !important;
  }
  .mobile-facets__close {
    top: 1.3rem !important;
    right: 14px !important;
  }
  .template-index
    #Slider-template--14512202776663__1649078456239fd3ed
    .keen_title {
    font-size: 36px !important;
  }
  .mt-mob-23 {
    margin-top: 23px;
  }
  /* .product__accordion .accordion__title {
    font-size: 12px !important;
    font-weight: 400 !important;
  } */
  .legend_size {
    margin-bottom: 20px;
  }
  button.shopify-payment-button__button--unbranded {
    height: 50px;
  }
  body .template-product .product__title.main_product_title {
    color: #000 !important;
    opacity: 1 !important;
  }
  .right_side .product__title.main_product_title {
    margin-top: 0px !important;
  }
  .add_to_bag_button.product-form__submit {
    height: auto !important;
  }
  .template-product-gift .stamped-summary-actions-newquestion,
  .template-product-gift
    .stamped-summary-actions-newreview
    .product__page
    .stamped-summary-actions-newquestion,
  .product__page .stamped-summary-actions-newreview {
    display: flex;
    align-items: center;
  }
  .template-product .colorswatch {
    max-width: 20px !important;
  }
  body #shopify-section-template--14512203104343__main h2.page-title {
    margin: 0px 0 !important;
    line-height: 30px;
  }
  #the-facts-on-fakes h2 {
    font-size: 16px !important;
  }
  body #shopify-section-template--14512203104343__main h2.page-title {
    margin: 0px 0 !important;
    line-height: 30px;
    font-size: 24px !important;
  }
  .template-page-newrewards .banner__heading span {
    font-size: 36px !important;
    line-height: 1.2 !important;
    display: block;
  }
  .template-page-newrewards .button_wrapper {
    display: flex;
    align-self: center;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 0 20px;
  }
  .rewards_steps_page_wrap.page-width {
    width: 100% !important;
  }
  .pt-88 {
    padding-top: 40px !important;
  }
  .template-page-newrewards .collection-list-title {
    font-size: 24px !important;
  }
  .right_use_points {
    gap: 30px !important;
  }
  .template-page-newrewards .rwd_faq_accordion h3 {
    font-size: 14px !important;
  }
  .template-page-faq .page-width h1 {
    font-size: 24px !important;
    font-weight: 300;
  }
  .template-page-faq .accordion h3 {
    font-size: 14px;
  }
  .template-page-faq .accordion + .panel p {
    font-size: 14px !important;
    line-height: 26px;
  }
  .shipping-info-page .title {
    font-size: 18px;
  }
  .template-page-newshippinginfo
    .rte
    .shipping-info-page
    .international-right
    ul
    li,
  .template-page-newshippinginfo .rte .shipping-info-page .domestic-left ul li {
    height: auto;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
    padding: 15px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .template-page-newshippinginfo
    .rte
    .shipping-info-page
    .international-right
    ul
    li
    strong,
  .template-page-newshippinginfo
    .rte
    .shipping-info-page
    .domestic-left
    ul
    li
    strong {
    text-align: right;
    white-space: nowrap;
  }
  .template-page-newshippinginfo .international-right .title,
  .template-page-newshippinginfo .domestic-left .title {
    font-size: 16px;
  }
  .template-page-easyeasyreturns
    .banner--medium.banner--mobile-bottom:not(.banner--adapt)
    .banner__media,
  .template-page-about
    .banner--medium.banner--mobile-bottom:not(.banner--adapt)
    .banner__media {
    position: absolute !important;
    /*height: 40vh !important;*/
  }
  #Banner-template--14512202580055__1650449622b07e5cdc
    h2.banner__heading
    > span,
  #Banner-template--14512202580055__16504492496e5f991c
    h2.banner__heading
    > span {
    font-size: 24px !important;
    color: #fff !important;
  }
  .template-page-about .section.hero_image_section h2.banner__heading.h1 span,
  .template-page-about .section.hero_image_section .banner__text span {
    color: #fff !important;
  }
  body .template-page-about .image-with-text__content {
    padding: 0 !important;
  }
  .image-with-text:not(.collapse-corners, .image-with-text--overlap)
    .image-with-text__media-item {
    height: auto;
  }
  .template-page-easyeasyreturns
    .banner--mobile-bottom:not(.banner--stacked)
    .banner__content {
    /*height: 50vh;*/
  }
  .template-page-easyeasyreturns .banner--mobile-bottom .banner__media,
  .template-page-easyeasyreturns
    .banner--stacked:not(.banner--mobile-bottom)
    .banner__media {
    position: absolute;
    /*height: 50vh;*/
  }
 /* .template-page-easyeasyreturns .banner__text span {
    color: #fff !important;
  }

  .template-page-easyeasyreturns .listelement_wrapper .banner__text p,
  .template-page-easyeasyreturns
    .listelement_wrapper
    .banner__text
    .bulletnumber,
  .template-page-easyeasyreturns h2.banner__heading.h1 span,
  .banner__heading.h1 {
    color: #fff !important;
  }
  .template-page-easyeasyreturns
    .listelement_wrapper
    .banner__text
    .bulletnumber {
    border-color: #fff !important;
  }*/
  #Banner-template--14512203399255__165407737417e284d2 .banner__box,
  #Slider-template--14512202776663__1649078456239fd3ed .banner__box {
    padding: 1rem 1rem 1rem !important;
  }
  .ambassadorprogram-header.lg\:\!tw-h-\[600px\] {
    height: 100% !important;
    min-height: 40vh !important;
    position: relative;
  }
  .template-page-ambassadorprogram .banner--mobile-bottom .banner__media:after {
    display: none !important;
  }
  .keen-slider__slide
    .slideshow__text-wrapper.banner__content.banner__content--middle-center {
    padding-bottom: 120px;
  }
  .amb_hero_text h1 .lg\:tw-text-\[64px\] {
    font-size: 25px !important;
  }
  .amb_hero_text.banner__content .banner__text span {
    font-size: 16px !important;
  }
  .signup-button_lcButton__3PS4y {
    width: 160px !important;
    padding: 14px 5px !important;
  }
  .ambassador_faq_accordion .ambs_faq_accordion {
    height: 80px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  #Banner-template--14512203399255__165407737417e284d2::before,
  #Banner-template--14512203399255__165407737417e284d2 .banner__media::before,
  #Banner-template--14512203399255__165407737417e284d2:not(
      .banner--mobile-bottom
    )
    .banner__content::before {
    padding-bottom: 75vh !important;
    content: "";
    display: block;
  }
  .template-page-about
    .banner--medium.banner--mobile-bottom:not(.banner--adapt)
    .banner__media {
    position: absolute !important;
    /*height: 75vh!important;*/
  }
  #Banner-template--14512202580055__16504492496e5f991c,
  #Banner-template--14512202580055__1650449622b07e5cdc {
    /*min-height: 75vh!important;*/
  }
  #Banner-template--14512202580055__1650449622b07e5cdc
    h2.banner__heading
    > span,
  #Banner-template--14512202580055__16504492496e5f991c
    h2.banner__heading
    > span {
    font-size: 36px !important;
    color: #fff !important;
  }
  div#Banner-template--14512203694167__165460971460924264 {
    height: 75vh;
    display: flex;
    align-items: center;
  }
  .template-page-easyeasyreturns .banner--mobile-bottom .banner__media,
  .template-page-easyeasyreturns
    .banner--stacked:not(.banner--mobile-bottom)
    .banner__media {
    position: absolute;
    /*height: 75vh;*/
  }
  #shopify-section-template--14512203202647__main
    h1.main-page-title.page-title {
    padding-top: 60px;
    line-height: 30px;
    padding-bottom: 60px;
  }
  .product-care {
    margin-top: 0;
  }
  #shopify-section-template--14512203268183__main .product__modal-opener {
    border: none !important;
  }
  .rte .shipping-info-page .international-order ul {
    padding-bottom: 0px !important;
    margin-bottom: 40px !important;
  }
  .template-page-faq .accordion + .panel p {
    font-size: 14px !important;
    line-height: 28px;
  }
  .accordion {
    font-size: 14px !important;
  }
  .section-template--14512203399255__1654077906ffe63f58-padding {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .template-page-ambassadorprogram .image-with-text__content {
    padding: 0 !important;
  }
  h2.title_Tops,
  h2.title_Bottoms {
    font-size: 36px !important;
  }
  h2.title_Tops + p,
  h2.title_Bottoms + p {
    font-size: 24px;
  }
  #shopify-section-template--14512202776663__16490785526805e7f5 p.custom_ls {
    font-size: 18px;
  }
  .template-product ul#mainCarousel li:first-child .mob_carous_elem {
    left: 0 !important;
  }
  #mainCarousel li .mob_carous_elem:first-child {
    left: -23px;
  }
  div#GalleryViewer-template--14512203432023__main {
    position: relative;
  }
  .template-product .slider-buttons {
    padding: 0 !important;
  }
  .template-product .\!tw-hidden.slider-buttons.no-js-hidden {
    /*display: flex !important;*/
    /*pointer-events: auto !important;*/
  }
  .template-page-easyeasyreturns .banner__content .banner__box {
   /* padding-top: 0px !important;*/
  }
  .template-page-easyeasyreturns .lg\:tw-text-\[64px\] {
    font-size: 36px;
  }
  .terms-policies-block.product-care p {
    margin-bottom: 40px;
  }
  .fancybox__slide.has-image:not(.is-draggable) {
    padding: 0px;
  }
  .has-image:not(.is-draggable)[data-image-fit="contain"] {
  }
  .has-image:not(.is-draggable)[data-image-fit="contain"] .fancybox__content,
  .has-image:not(.is-draggable)[data-image-fit="contain"] .fancybox__image {
    /*  object-fit: cover!important; */
    /*  height: 100vh!important; */
    /*  height: 100vh!important; */
    /*  min-height: 100vh!important; */
    /*  max-height: 100vh !important; */
  }
  .has-image:not(.is-draggable)[data-image-fit="contain"] .fancybox__image {
    object-fit: cover !important;
    height: 100% !important;
  }
  .fancybox__viewport {
    width: 100% !important;
  }
  .fancybox__slide.has-image.is-selected.can-zoom_in {
    /*  min-height: 100vh !important; */
    min-height: 100% !important;
  }
  body .fancybox__viewport .has-image.fancybox__slide .fancybox__content {
    /* min-height: 100vh !important; */
    min-height: 100% !important;
  }
  body .fancybox__viewport .has-image.fancybox__slide .fancybox__content {
    transform: none !important;
    min-height: 100% !important;
    /*height: 100%!important;
      overflow: auto!important;
      width: 100%!important;*/
  }
  .stamped-full-page-tabs li.active {
    pointer-events: none;
  }
  #shopify-section-template--14512203202647__main
    .page-handle-reviews
    h1.main-page-title.page-title {
    padding-top: 40px;
    line-height: 30px;
    padding-bottom: 40px;
  }
  body
    #stamped-reviews-widget[data-widget-type="full-page"]
    .stamped-full-page-tabs
    li.active
    a,
  body
    #stamped-reviews-widget[data-widget-type="full-page-nps"]
    .stamped-full-page-tabs
    li.active
    a {
    padding: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .insta_section .heading_element {
    margin-bottom: 40px;
  }
  .footer-block {
    margin-top: 30px !important;
  }
  .footer-block__details-content {
    margin: 8px 0 0 0 !important;
  }
  body .fs-timeline {
    grid-template-columns: 2fr;
    gap: 20px;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body .fs-timeline .fs-entry-container {
    width: calc(50% - 10px) !important;
    padding-top: 50% !important;
  }
  body .template-collection #product-grid.grid .grid__item,
  body .template-collection-sale-bfcm #product-grid.grid .grid__item {
    min-width: 40%;
    width: calc(50% - 10px);
    max-width: 50%;
  }
  body .template-collection #product-grid.grid,
  body .template-collection-sale-bfcm #product-grid.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5px;
  }
  .banner__box {
    padding: 1rem 1rem 1rem !important;
  }
  #single-product-wrap {
    padding: 0 !important;
  }
  .product__info-wrapper,
  .fancybox__slide {
    padding: 10px !important;
  }
  body .collectioncard figure.carousel-box {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    text-align: left;
    box-shadow: none !important;
    width: 100%;
  }
  .horisontal_separator.tw-h-\[1px\].tw-w-full.tw-mb-\[40px\].lg\:tw-mb-\[30px\].tw-bg-brand-gray-light-dark {
    margin-top: 40px;
  }
  .badge {
    font-size: 12px;
    letter-spacing: 0.1rem;
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
  }
  ul#Slider-template--14512202776663__16490785526805e7f5 {
    padding-top: 15px !important;
  }
  .template-index + #shopify-section-footer > .footer {
    margin-top: 0px !important;
  }
  #thumbCarousel .carousel__slide:first-of-type {
    margin: 1rem 0.5rem 0 1rem !important;
  }
  #thumbCarousel .carousel__slide:last-of-type {
    margin: 1rem 1rem 0 0.5rem !important;
  }
  #thumbCarousel .carousel__slide {
    margin: 1rem 0.5rem 0 !important;
  }
  .customer.login + .image,
  .customer.register + .image {
    margin-bottom: 30px !important;
  }
  .mb_40 {
    margin-bottom: 30px;
  }
  .mt_40 {
    margin-top: 30px;
  }
  .disclosure__button.localization-form__select {
    padding: 0 15px !important;
    text-indent: 0 !important;
  }
  .popupwrap h6 {
    margin-bottom: 20px !important;
    line-height: 1;
  }
  .save-cancel {
    margin-top: 25px !important;
  }
  body .keen-slider:not([data-keen-slider-disabled]),
  .keen-slider__slide {
    min-height: 10px !important;
  }
  body
    .keen-slider__slide
    .slideshow__media.banner__media.tw-hidden.sm\:tw-hidden.lg\:block.media {
    height: auto !important;
  }
  [class^="number-slide"],
  [class*=" number-slide"] {
    height: auto !important;
  }
  .keen-slider__slide .slideshow__media.mobile_image.banner__media {
    height: auto !important;
    position: relative;
    bottom: auto;
    top: auto;
  }
  body [id*="VVSlide-"] .keen_subtext.banner__text {
    text-align: center;
    padding: 0 30px;
  }
  .tops_bottoms_list {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .product_card_title, body .lower-data-info p.carous-price {
    font-size: 13px !important;
  }
  .tops_bottoms.tab .swiper-button-next {
    right: 5px !important;
    margin-top: -30px;
  }
  .tops_bottoms.tab .swiper-button-prev {
    left: 5px !important;
    margin-top: -30px;
  }
  .footer_content-top {
    padding-bottom: 15px !important;
  }
  .hero_text_image_heading {
    font-size: 36px;
  }
  .banner__box .banner__heading + * {
    line-height: 24px !important;
    font-size: 16px;
  }
  .template-page-about .section.hero_image_section .banner__box {
    padding: 0px 30px 0px !important;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .template-page-about .hero_image_section:nth-of-type(2),
  .hero_image_section:last-child {
    margin-top: 40px;
  }
  .image_gallery_carusells {
    gap: 10px;
  }
  #thumbCarousel {
    overflow: hidden;
  }
  body .banner__box {
    padding: 0 !important;
  }
  body .signup-button_lcButtonContainer__1Ws4J {
    padding-bottom: 0 !important;
  }
  body
    .blog-articles__article
    .card--standard
    > .card__content
    .card__information {
    padding-top: 20px !important;
  }
  .fabrics_collection_grid {
    gap: 20px;
  }
  .fabric-button {
    font-weight: 300;
  }
  .content-for-layout .tw-grid {
    gap: 20px !important;
  }
  /*
  main.template-product #mainCarousel {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  */
  .image_gallery_carusells {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
 /* .template-page-easyeasyreturns .banner {
    min-height: 75vh;
  }*/
  .listelement_wrapper .banner__text p {
    font-size: 18px;
  }
  body .listelement_wrapper {
    margin-top: 8px !important;
  }
  .hero_text_image_heading {
    font-size: 32px;
  }
  #main-collection-filters .product-count.ee.light.medium-hide.large-up-hide {
    top: 36px !important;
  }
  .reg_tabs .tab .swiper-button-prev,
  .reg_tabs .tab .swiper-button-next {
    top: 28vw !important;
    margin-top: 0 !important;
  }
  .reg_tabs .tab .swiper-button-prev {
    left: -5px !important;
  }
  .reg_tabs .tab .swiper-button-next {
    right: -5px !important;
  }
  .tw-grid-cols-\[170px\,1fr\] {
    grid-template-columns: 140px 1fr;
  }
  .product-recommendations-wrap {
    margin: 0 !important;
  }
  .content-for-layout .tw-grid.mob-display-flex {
    gap: 10px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .centered-content.fs-slider-prev-button.fs-hidden,
  .centered-content.fs-slider-next-button.fs-hidden {
    opacity: 0;
    pointer-events: none;
  }
  li.recommended_element {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    flex: 0 0 calc(50% - 5px) !important;
  }
  .product-recommendations .carousel-box {
    width: 100%;
  }
  body .product-recommendations:not(.product-recommendations--loaded) {
    margin-top: 0px !important;
  }
  #thumbCarousel:not(.slick-vertical) .slick-slide {
    margin: 0px 5px !important;
  }
  #thumbCarousel:not(.slick-vertical) .slick-list {
    margin: 0 -10px !important;
  }
  .template-index .reg_tabs .tab {
    position: relative;
    margin-top: 60px;
  }
  .swiper-pagination-template--14550883336279__165210542692c4bb68 {
    top: -42px !important;
    width: 100% !important;
    line-height: 1 !important;
  }
  .swiper-pagination-template--14550883336279__165210542692c4bb68 {
    top: -42px;
    width: 100%;
    line-height: 1;
  }
  .menu-drawer__utility-links .utility-mob-menu li a svg {
    height: 15px !important;
  }
  .list-menu__item.link {
    text-transform: none !important;
    font-size: 14px !important;
  }
  #thumbCarousel .thumb_slick_prev_arrow_normal {
    left: 5px !important;
    display: none !important;
  }
  #thumbCarousel .thumb_slick_next_arrow_normal {
    right: 5px !important;
    display: none !important;
  }
  /* .insidedrawer cart-items {
    padding: 40px 30px !important;
  } */
  .cart-count-bubble,
  .cart-count-bubble-sp {
    left: 11px;
    bottom: 10px;
    height: 20px !important;
    width: 20px;
    font-size: 12px !important;
  }
  .cart-count-bubble span {
    align-items: center;
  }
  .insidedrawer .cart-item cart-remove-button {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 1;
  }
  .cart-item__name {
    font-size: 13px !important;
  }
  .insidedrawer cart-items .prod_options {
    padding-right: 23px !important;
  }
  .insidedrawer cart-items .cart-item {
    gap: 20px !important;
  }
  .cart__empty-text {
    margin: 0.5rem 0 2rem !important;
  }
  .legend_size {
    margin-bottom: 0px !important;
  }
  .template-collection .pagination-wrapper {
    margin-top: 1rem !important;
  }
  .rte .shipping-info-page .international-order ul,
  .rte .shipping-info-page ul,
  #processing-and-shipping {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .rte .shipping-info-page ul:after,
  #processing-and-shipping:after {
    display: none;
  }
  .template-page-newrewards .button_wrapper {
    margin-top: 40px !important;
  }
  .accordion__content .product__description.rte {
    margin-bottom: 0;
  }
  svg.modal__toggle-open.icon.icon-search {
    height: 21px;
    width: 21px;
    top: -3px;
  }
  .links.card {
    bottom: 34px;
  }
  .template-page-easyeasyreturns .lg\:\!tw-min-h-\[800px\] {
    height: 75vh !important;
    min-height: 75vh !important;
  }
  body svg.icon.icon-close-sp {
    height: 20px;
    width: 22px;
    margin-top: 1px;
  }
  body .page-w-custom.banner--medium:not(.banner--adapt) {
    min-height: 75vh;
  }
  body .banner--medium:not(.banner--adapt) {
    min-height: 75vh;
  }
  .template-page-easyeasyreturns .lg\:\!tw-min-h-\[800px\] {
    height: 75vh !important;
    min-height: 75vh !important;
  }
  .template-page-newrewards .banner {
    height: 75vh;
  }
  .top_bottoms_card_heading + p.custom_ls.top_bottoms_card_subheading {
    font-size: 18px;
  }
  .heropost .el_wrap .card--media .card__inner.inner_c .card__content {
    position: relative !important;
    bottom: auto !important;
    height: auto;
    display: block;
    top: auto;
    min-height: 10px !important;
  }
  .heropost p.article-card__excerpt {
    margin-bottom: 0;
  }
  .heroPosts .el_wrap .article-card .card__inner {
    height: 0 !important;
    padding-bottom: 0;
    max-height: none;
    display: block;
    height: auto !important;
  }
  .sharer_here {
    display: none;
  }
  .arrow,
  #mainCarousel .main_slick_prev_arrow,
  #mainCarousel .main_slick_next_arrow {
    width: 40px !important;
    height: 40px !important;
  }
  #thumbCarousel svg,
  #mainCarousel svg:not(.icon-plus) {
    width: 40px !important;
    height: 40px !important;
  }
  body #mainCarousel .main_slick_prev_arrow,
  body #mainCarousel .main_slick_next_arrow {
    width: 50px !important;
    height: 50px !important;
  }
  /* .swiper-button-next,
  .swiper-button-prev {
    height: 45px !important;
    width: 44px !important;
  } */
  .heroPosts .article-card .card__information {
    padding-bottom: 1rem !important;
  }
  .main-blog .blog-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 0px !important;
    margin: 0 -5px;
  }
  .blog-articles__article.article {
    margin-bottom: 10px !important;
    width: 50%;
    padding: 5px;
  }
  .blog-articles__article h3.card_heading a {
    font-size: 14px;
  }
  .template-blog-resources.content-for-layout .tw-grid {
    gap: 15px !important;
  }
  .template-article
    .article-template
    .article-template__content
    + .page-width.page-width--narrow {
    max-width: 100%;
    margin: 0 auto;
  }
  .blog-articles__article .tw-min-h-\[500px\] {
    min-height: 70vw;
  }
  .blog-articles__article.article .card.article-card {
    margin-bottom: 0;
  }
  .main-blog .pagination-wrapper {
    margin: 0;
  }
  .announcement-bar__message {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .template-index .swiper-pointer-events.swiper-vertical {
    min-height: 75vh;
  }
  body .links.card {
    left: 40px !important;
    transform: none !important;
    width: 80% !important;
    bottom: 40px !important;
  }
  body .mySwiper .swiper-wrapper {
    min-height: 55vh;
    max-height: 55vh;
  }
  body .mySwiper .swiper-slide .slideshow__text.banner__box {
    max-width: 100% !important;
  }
  body .mySwiper .keen_buttons {
    margin-top: 20px !important;
  }
  .article-template__title {
    font-size: 24px;
  }
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .article-template__content {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .blog_title {
    font-weight: 300;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .heroPosts .article-card .card__information {
    padding-bottom: 40px !important;
  }
  .heropost p.article-card__excerpt {
    font-size: 16px;
  }
  .fabrics_collection_grid
    .collection-list__item.grid__item
    .card--media
    .card__inner
    .card__content
    .card__information
    .card__caption {
    margin-bottom: 0 !important;
  }
  body
    .fabrics_collection_grid
    .collection-list__item.grid__item
    .card--media
    .card__inner
    .card__content
    .card__information {
    gap: 15px;
    padding-bottom: 40px !important;
  }
  .heroPosts .btn {
    padding: 20px 50px;
    height: 60px !important;
    line-height: 1.2;
  }
  .fabrics_collection_grid
    .collection-list__item.grid__item
    .card--media
    .card__inner
    .card__content
    .card__information
    .card__heading,
  .fabrics_collection_grid
    .collection-list__item.grid__item
    .card--media
    .card__inner
    .card__content
    .card__information
    .card__caption {
    margin-bottom: 0;
  }
  .product__info-wrapper {
    padding: 15px 20px !important;
  }
  .menu-drawer__navigation {
    padding: 0 20px !important;
    z-index: 3;
  }
  .menu-drawer__menu-item {
    padding: 1rem 0 !important;
  }
  .menu-drawer__inner-submenu .menu-drawer__menu-item {
    padding: 1rem 0 0 !important;
  }
  .js .menu-drawer__menu li:last-child {
    border: none !important;
  }
  .js .menu-drawer__menu li {
    margin-bottom: 0 !important;
  }
  body a.menu-drawer__menu-item.list-menu__item.link.link--text.all_cat_link {
    border-bottom: none;
    border-top: none !important;
    font-weight: 300 !important;
    color: #000 !important;
    padding-left: 10px !important;
    padding-bottom: 0 !important;
  }
  .menu-drawer__menu-item--active,
  .menu-drawer__menu-item:focus,
  .menu-drawer__close-button:focus,
  .menu-drawer__menu-item:hover,
  .menu-drawer__close-button:hover {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .menu-drawer__menu-item > .icon-arrow {
    right: 0 !important;
  }
  .menu-drawer summary.menu-drawer__menu-item svg {
    height: 10px !important;
    width: 10px !important;
    margin-left: auto !important;
  }
  button.mobile-facets__close-button {
    display: none;
  }
  .js .mobile-facets__submenu {
    position: relative !important;
    top: auto;
    width: 100%;
    bottom: auto;
    left: auto;
    background-color: #fff;
    z-index: 3;
    transform: translate(0%) !important;
    visibility: visible !important;
    display: flex;
    flex-direction: column;
  }
  .no-js-hidden.mobile-facets__footer {
    display: none !important;
  }
  .mobile-facets__summary svg {
    display: none !important;
  }
  #main-collection-filters .mobile-facets__main {
    padding-top: 12px !important;
  }
  .mobile-facets__summary span {
    font-size: 14px !important;
    font-weight: 300;
    text-transform: uppercase;
  }
  .mobile-facets__footer button {
    margin: 0 !important;
  }
  .mobile-facets__label {
    font-size: 14px;
  }
  #FacetFiltersFormMobile ul.mobile-facets__list.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    gap: 0px;
  }
  #FacetFiltersFormMobile
    ul.mobile-facets__list.list-unstyled
    li.mobile-facets__item.list-menu__item
    label {
    width: 68px;
    padding: 10px 10px !important;
  }
  #main-collection-filters .mobile-facets__label svg {
    display: none !important;
  }
  #FacetFiltersFormMobile
    ul.mobile-facets__list.list-unstyled
    li.mobile-facets__item.list-menu__item
    label {
    width: 100%;
    padding: 0 10px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #f5f5f5 !important;
    height: 40px;
    text-align: center;
    line-height: 1;
  }
  .menu-drawer summary.menu-drawer__menu-item svg + svg {
    display: none !important;
  }
  .size-circle.disabled button:disabled {
    position: relative !important;
  }
  .js .menu-drawer__menu .menu-drawer__inner-submenu li {
    border: none !important;
    padding-left: 10px;
  }
  .js .menu-drawer__menu .menu-drawer__inner-submenu li a {
    font-weight: 300 !important;
  }
  details[open].menu-opening > .menu-drawer__menu-item svg {
    display: none !important;
  }
  details[open].menu-opening > .menu-drawer__menu-item svg + svg {
    display: block !important;
  }
  #ajaxinatepagination {
    padding-top: 0;
    margin-top: 0;
  }
  #ajaxinatepagination li a {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
  }
  .menu-drawer__inner-submenu {
    padding-bottom: 15px;
  }
  body a.menu-drawer__menu-item.list-menu__item.link.link--text.all_cat_link,
  body .mobile_menu_short {
    color: #000 !important;
  }
  .menu-drawer details[open] summary.menu-drawer__menu-item {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  details:not(.menu-opening) > .header__icon--menu .icon-close-sp,
  details[open] > .header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
  }
  #snize_results.snize-mobile-design.snize-new-version
    #snize-search-results-grid-mode.snize-two-columns
    li.snize-product {
    width: 50%;
    border-left: none;
    width: calc(50vw - 15px) !important;
    margin: 5px;
    border: none !important;
  }
  #snize-search-results-grid-mode ul {
    padding: 0 5px !important;
  }
  #snize-search-results-grid-mode span.snize-overhidden {
    background: transparent !important;
    padding: 12px 0 0px !important;
  }
  #snize-search-results-grid-mode span.snize-sku,
  #snize-search-results-grid-mode span.snize-attribute {
    font-size: 12px !important;
    margin: 0 0 7px !important;
    color: #404040 !important;
  }
  #snize-modal-mobile-filters-dialog,
  #snize-modal-mobile-sortby-dialog {
    border-radius: 0;
  }
  #snize-search-results-grid-mode li.snize-product span.snize-title {
    font-size: 13px !important;
    margin-bottom: 6px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version
    #snize-search-results-grid-mode
    .snize-price-list {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000 !important;
  }
  .needmore.tw-mx-auto.tw-inline-flex.tw-justify-center.tw-flex-col {
    align-items: center;
    width: 100% !important;
  }
  .needmore a {
    padding: 13px !important;
    width: 100% !important;
  }
  .card__information.tw-text-center {
    padding-bottom: 30px;
  }
  .footer-block.footer-block--menu {
    max-height: 40px;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    margin: 0 !important;
    padding: 10px 0;
    position: relative;
  }
  .footer-block.footer-block--menu.opened {
    max-height: 440px;
  }
  .footer-block_heading {
    margin-bottom: 20px;
  }
  .footer-block:not(:last-child) .footer-block_heading {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
  }
  .footer-block.footer-block--menu::before {
    content: "+";
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 1;
  }
  .footer-block.footer-block--menu.opened:before {
    content: "-";
    top: 0px;
    font-size: 22px;
  }
  .mobile-facets__summary {
    padding: 0.8rem 15px !important;
  }
  .mobile-facets__header {
    padding: 1.2rem 15px !important;
  }
  #FacetFiltersFormMobile
    ul.mobile-facets__list.list-unstyled
    li.mobile-facets__item.list-menu__item
    label.Color {
    border: none !important;
    width: 100%;
    justify-content: flex-start;
  }
  .li_Color {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .li_Size {
    width: 55px;
    padding: 2px;
    height: 55px;
    margin: 0 3px 3px 0;
  }
  #FacetFiltersFormMobile
    ul.mobile-facets__list.list-unstyled
    li.mobile-facets__item.list-menu__item
    label.Size {
    height: 50px !important;
    border-radius: 50%;
    padding: 0 !important;
    min-width: 50px !important;
  }
  #SortBy-mobile {
    text-align: right;
    padding: 0;
    margin: 0;
  }
  .li_Color .mobile-facets__checkbox:checked + .mobile-facets__highlight {
    background: none !important;
  }
  .li_Color
    .mobile-facets__checkbox:checked
    + .mobile-facets__highlight
    + svg
    + svg
    + .color_of_pick {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000;
  }
  .mobile_hero_image {
    display: block !important;
  }
  #snize_results.snize-mobile-design.snize-new-version
    li.snize-product
    .snize-price-list
    .snize-price {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000 !important;
  }
  #snize_results.snize-mobile-design.snize-new-version
    #snize-search-results-grid-mode
    li.snize-product
    span.snize-title {
    min-height: 3px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version
    #snize-search-results-grid-mode
    ul {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: calc(100vw - 10px) !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: calc(100vw - 20px) !important;
    padding: 0 10px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version
    div.snize-main-panel-controls
    > ul {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  #snize_results.snize-mobile-design
    div.snize-main-panel-controls
    > ul
    > li:first-of-type {
    padding-right: 5px;
  }
  #snize_results.snize-mobile-design
    div.snize-main-panel-controls
    > ul
    > li:last-of-type {
    left: 5px;
  }
  #snize_results.snize-mobile-design.snize-new-version
    div.snize-main-panel-controls
    ul
    li
    a {
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    color: #000;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
  }
  #snize_results.snize-mobile-design.snize-new-version
    div.snize-main-panel-controls
    ul
    li
    a.active {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
  }
  #snize_results.snize-mobile-design div.snize-main-panel-controls > ul > li {
    margin: 0;
    width: 100%;
  }
  .banner:after,
  .banner__media:after {
    display: block !important;
  }
  div.snize div.snize-search-results-pages li.snize-page span.snize-title {
    letter-spacing: 0.01rem;
    color: #000;
    font-weight: 500;
  }
  #snize_results.snize-mobile-design.snize-new-version
    #snize-search-results-list-mode
    span.snize-thumbnail
    img {
    object-fit: cover;
    object-position: top center;
  }
  #BIS_trigger {
    font-size: 14px;
  }
  .product-recommendations__heading {
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .product__title.main_product_title {
    font-size: 20px !important;
  }
  .price__regular .price-item--regular {
    margin-right: 0;
    font-size: 14px;
  }
  .product .price__container {
    font-size: 14px !important;
    margin-bottom: 17px;
  }
  .shipping_box .text_or_link,
  .shipping_box .link {
    font-weight: 400 !important;
  }
  .custom-field__pairs-with .product__title.main_product_title {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: -7px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px !important;
  }
  .custom-field--value span {
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: 300 !important;
  }
  body
    button.product-form__submit.button.buttonpairswith.tw-uppercase.button--primary.button--primary {
    max-width: 270px !important;
  }
  .content-for-layout .tw-grid {
    gap: 10px !important;
  }
  .tw-grid-cols-\[170px\,1fr\] {
    grid-template-columns: 150px 1fr;
  }
  body .template-product .product__title.main_product_title {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
    margin-bottom: 3px !important;
  }
  .custom-field--value span.money {
    font-size: 14px !important;
  }
  .min_prod_form.product-form__input
    input[type="radio"]
    + label.mini_size_label {
    font-weight: 400 !important;
    font-size: 12px;
  }
  .mini_color_placement.tw-text-\[12px\].tw-text-brand-gray-mid-light.tw-font-normal.tw-mb-\[7px\]
    legend {
    font-weight: 400 !important;
  }
  .product-recommendations__heading {
    font-size: 22px !important;
  }
  .product__title.main_product_title {
    font-size: 14px !important;
  }
  .product__accordion .custom-field--value span {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .recommendedCarousel .swiper-button-next,
  .recommendedCarousel .swiper-button-prev {
    top: 29vw;
    width: 35px !important;
    height: 35px !important;
    background-size: contain;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .product-name-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
  }
  .reg_tabs .tab .swiper-button-prev,
  .reg_tabs .tab .swiper-button-next {
    background-size: 100% 24px !important;
  }
  .fs-shopify-options {
    margin: 0 0 15px 0px;
  }
  .fs-detail-product-container {
    text-align: center;
    padding: 0;
  }
  .fs-detail-product-image {
    max-height: 25vh;
  }
  #fs-detail-products {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .reg_tabs .tab .swiper-button-prev,
  .reg_tabs .tab .swiper-button-next {
    top: 27vw !important;
    margin-top: 0 !important;
  }
  #product-grid.grid .grid__item {
    max-width: 48.9% !important;
    width: 50% !important;
  }
}