<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 3519:23 The "-" operator only works if there is whitespace on both sides

**/
@media (min-width: 1200px) {
  .main-content,
  .container {
    max-width: 1500px!important;
    margin: auto;
    float: none;
  }
}

@media (min-width: 1550px) {
  .main-content,.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-collection {
    padding: 0 !important;
  }

  .main-collection .facets-wrapper {
    width: 100%;
    padding-right: 0rem !important;
  }

  @media (min-width: 1024px) {
    .main-collection .facets-wrapper {
      width: 280px;
      padding-right: 2rem !important;
    }
  }
  /* haim remove
  .main-collection .facets-wrapper .facets__form-vertical {
    width: 100% !important;
  } end haim remove */

  .main-collection .facets__summary {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: #7d7d7d;
    padding: 12px 0 !important;
    line-height: 25px;
    position: relative;
    width: 100%;
    border-top: 1px solid #7d7d7d;
  }

  .main-collection .facets__summary svg, .main-search .facets__summary svg {
    width: 10px;
    height: 6px;
  }

  .main-collection .facets__header-vertical, .main-search .facets__header-vertical {
    padding: 10px 0;
    font-size: 12px;
  }

  .main-collection .facets__price .field, .main-search .facets__price .field {
    height: 40px;
    border: 1px solid #a9a9a9;
  }

  .main-collection .facets__price .field input, .main-search .facets__price .field input {
    height: 100%;
    padding: 10px !important;
    font-size: 14px;
    text-align: center;
  }

  .main-collection svg, .main-search svg {
    width: 16px;
    height: 16px;
    fill: unset;
  }

  .main-collection .facet-checkbox .icon-checkmark, .main-search .facet-checkbox .icon-checkmark {
    left: 2px;
    z-index: 5;
    top: 9px;
    width: 12px;
    height: 12px;
    fill: transparent;
  }

  .main-collection .facet-checkbox span, .main-search .facet-checkbox span {
    font-size: 14px;
    font-weight: 400;
  }

  .main-collection .facet-checkbox, .main-search .facet-checkbox {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 0;
    line-height: 1.5;
  }

  .main-collection .facets__item .facet-checkbox input, .main-search .facets__item .facet-checkbox input {
    width: 16px;
    height: 16px;
    left: 0;
    top: 10px;
  }

  .main-collection .facet-checkbox&gt;svg, .main-search .facet-checkbox&gt;svg {
    margin-right: 0.6rem;
  }

  .main-collection .facets__heading--vertical, .main-search .facets__heading--vertical {
    font-size: 14px;
  }

  .facets-filter__item .filter-content li {
    list-style: none;
  }

  .facets-filter__item .filter-button {
    cursor: pointer;
    padding: 12px 0!important;
    border-top: 1px solid #c5c5c5;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .facets-filter__item .filter-button svg {
    width: 10px;
    height: 6px;
    color: #7d7d7d;
  }

  .facets-filter__item li label {
    font-weight: 400;
  }

  .facets-filter__item .filter-button.active svg {
    transform: rotate(180deg);
  }

  .all-categories-list .dropdown-category-list {
    padding: 10px 5px 0px 10px;
  }

  .all-categories-list .dropdown-category-list li {
    margin-bottom: 0rem !important;
  }

  .all-categories-list .dropdown-category-list {
    display: block;
  }

  .all-categories-list li .navPages-action svg {
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
  }

  .all-categories-list li .navPages-action.active svg {
    transform: rotate(0deg);
  }

  .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
    color: #383e47 !important;
    font-size: 13px !important;
  }

  #Collection .halo-item .product-card {
      display: flex;
      flex-direction: column;
      height: 100%;
  }

  .facets-container .product-count, .mobile-facets__wrapper {
    display: block !important;
  }

  @media (min-width: 1200px) {
    .facets-container .product-count, .mobile-facets__wrapper {
        display: none !important;
    }
  }

  .quickSearchResultsWrap .title {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
  }

  @media (max-width: 1023px) {
    .halo-column .halo-item {
      width: 100%;
    }
  }

  @media (min-width: 1024px) {
    .slick-slide img {
      aspect-ratio: 1/1;
      object-fit: contain;
    }
  }

.product_shop .product_form_wrapper .size-chart-open-popup {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: auto;
  margin-right: 0;
  margin-bottom: 10px;
}

.product_shop .product-price .price-item.price-item--regular {
  font-size: 14px;
  text-decoration: none;
}

.product_shop .product-price .price-item.price-item--regular span {
  text-decoration: line-through;
}

.product_shop .product-price .price-item.price-item--sale {
  font-size: 35px;
}

.product_shop--mobile {
  display: block !important;
}

.product_shop--desktop {
  display: none !important;
}

.product-form__bottom {
  flex-direction: row;
}

@media (min-width: 768px) {
  .product_shop--mobile {
    display: none !important;
  }

  .product_shop--desktop {
    display: block !important;
  }
}

.collection-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  justify-content: flex-start;
  margin: 2rem 0;
  margin-bottom: 0;
  padding: 0;
}

.collection-categories .item {
  width: 100%;
}

@media (min-width: 768px) {
  .collection-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .collection-categories {
    grid-template-columns: repeat(var(--grid-count), 1fr);
  }
}

@media (min-width: 1024px) {
  .collection-categories {
    column-gap: 35px;
  }
}

.collection-categories .item a {
  display: flex;
  flex-direction: column;
}

.collection-categories .item p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.collection-categories .item img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.footer-info-list.vertical_info h1,
.footer-info-list.vertical_info h2,
.footer-info-list.vertical_info h3,
.footer-info-list.vertical_info h4
{
  font-size: 18px;
}

.footer-info-list.vertical_info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.footer-info-list.vertical_info ul li:last-of-type {
  margin-bottom: 0;
}

.footer-info-list.vertical_info.is-check-icon ul li a::before {
  display: inline-block;
  content: " ";
  background-image: url("checkmark-xxl.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  background-size: contain;
  background-position: right;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-info-list.vertical_info .customize-html {
  margin-top: 10px;
}

.footer-info-list.vertical_info * {
  color: #fff;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  line-height: 24px;
}

.footer-info-list.vertical_info .customize-html * {
  margin-bottom: 4px;
}

.footer-info-list.vertical_info .customize-html .newsletter-footer a {
  color: #f9f400 !important;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  font-weight: inherit;
}

.collection-top-banner {
  margin: 20px 0 0;
  width: 100%;
}

.collection-top-banner img {
  width: 100%;
}

.collection-top-banner .mobile-img {
  display: block;
}

.collection-top-banner .desktop-img {
  display: none;
}

@media (min-width: 1024px) {
  .collection-top-banner .mobile-img {
    display: none;
  }

  .collection-top-banner .desktop-img {
    display: block;
  }
}

.navPage-subMenu-item label::before {
  top: 8.5px !important;
}

.navPage-subMenu-item label::after {
  top: 11px !important;
}

.sidebarBlock-content.category {
  padding-top: 0;
}

.collection-template .collection-header {
  margin-bottom: 2rem;
}

.collection-template #ProductGridContainer {
  width: 100%;
}
/* haim remove
.main-collection .facet-filters {
  position: relative !important;
  top: 0 !important;
}
end haim remove */

.collection-template .product-collection.products-grid {
  margin-left: 0;
  margin-right: 0;
}

.collection-banner--image {
  background-image: url('bgr.jpg');
  width: 100%;
  background-position: center;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .collection-banner--image {
    max-height: 150px;
  }
}

.collection-banner--image img {
  margin: auto;
}

.is-desktop {
  display: none;
}

.is-mobile {
  display: block;
}

.collection-banner .breadcrumb-wrapper {
  padding-bottom: 0;
}

.collection-sortby {
  width: fit-content;
  margin: auto;
  margin-right: 0;
}

.collection-sortby .facet-filters__field.product-total-label {
  display: none;
}

@media (min-width: 1055px) {
  .is-desktop {
    display: block;
  }

  .is-mobile {
    display: none;
  }

  .collection-sortby .facet-filters__field.product-total-label {
    display: block;
  }
}

.section-main-collection-product-grid-padding {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1040px) {
  .collection-banner .breadcrumb-wrapper {
    /* //padding-top: 5px; */
    padding: 5px 0 12px;
  }

  .section-main-collection-product-grid-padding {
    padding-top: 0 !important;
  }

  .facets-container {
    padding-top: 0 !important;
    margin-bottom: 0.2rem !important;
  }

  .mobile-facets__open {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.product_top.product_layout_1 {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .product_top.product_layout_1 .product_shop,
  .product_top.product_layout_1 .product_photos,
  .product_top.product_layout_1 .product_shop
  {
    width: 100%;
  }

  .product_top.product_layout_1 .product_photos {
    margin-bottom: 16px;
  }

  .items.item--currency select {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 15px;
  }

  .items.item--currency button {
    display: none;
  }
}

/* Currency Wrapper */
.currency-wrapper {
  position: relative;
  padding-left: 0 !important;
}
.currency-wrapper select {
  display: none;
}
.currency-wrapper .drop.show .list {
  display: flex !important;
}
.currency-wrapper .drop .list {
  position: absolute;
  top: 100%;
  right: 5px;
  width: 200px;
  background: #fff;
  padding: 10px 0px 0 20px;
  display: none;
  flex-wrap: wrap;
  box-shadow: 0px 3px 10px 1px #ccc;
  margin-top: -3px;
  display: none;
  z-index: 999;
}
.currency-wrapper .drop .list &gt; * {
  width: 50%;
  color: #000;
  line-height: 22px;
  text-align: left;
}
.currency-wrapper .drop .selected {
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.currency-wrapper .drop .selected + svg {
  position: absolute;
  width: 9px;
  top: 29px;
  right: 5px;
  pointer-events: none;
}
.currency-wrapper .drop .selected [data-cur] {
  color: #fff;
}
.currency-wrapper [data-cur] {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.currency-wrapper .list [data-cur] {
  margin-bottom: 14px;
}
.currency-wrapper [data-cur]:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: auto 105%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.currency-wrapper [data-cur="AUD"]:before {
  background-image: url(flag-aud.svg);
}
.currency-wrapper [data-cur="BRL"]:before {
  background-image: url(flag-brl.svg);
}
.currency-wrapper [data-cur="CAD"]:before {
  background-image: url(flag-cad.svg);
}
.currency-wrapper [data-cur="CHF"]:before {
  background-image: url(flag-chf.svg);
}
.currency-wrapper [data-cur="DKK"]:before {
  background-image: url(flag-dkk.svg);
}
.currency-wrapper [data-cur="EUR"]:before {
  background-image: url(flag-eur.svg);
}
.currency-wrapper [data-cur="GBP"]:before {
  background-image: url(flag-gbp.svg);
}
.currency-wrapper [data-cur="HKD"]:before {
  background-image: url(flag-hkd.svg);
}
.currency-wrapper [data-cur="NOK"]:before {
  background-image: url(flag-nok.svg);
}
.currency-wrapper [data-cur="NZD"]:before {
  background-image: url(flag-nzd.svg);
}
.currency-wrapper [data-cur="SEK"]:before {
  background-image: url(flag-sek.svg);
}
.currency-wrapper [data-cur="USD"]:before {
  background-image: url(flag-usd.svg);
}
.currency-wrapper [data-cur="ZAR"]:before {
  background-image: url(flag-zar.svg);
}
.currency-wrapper [data-cur="YEN"]:before {
  background-image: url(flag-yen.svg);
  border: 1px solid #cccccc;
}

.is-desktop.currency-wrapper {
  display: none;
}

@media screen and (min-width: 1024px) {
  .is-desktop.currency-wrapper {
      display: block;
  }
}


.free-shipping-bar {
    background-color: var(--bg-color);
    color: var(--text-color);
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px 0;
    line-height: 3.125rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
}

@media (max-width: 767px) {
  .free-shipping-bar .shipping-success {
    padding: 0 1rem;
  }
}

.free-shipping-bar .continue_shopping_link {
    position: relative;
    top: 0;
    color: var(--text-color);

    font-weight: 600;
    text-decoration: underline;
    text-transform: capitalize;

    margin: auto;
    margin-right: 0;
}

.free-shipping-bar span {
  column-gap: 4px;
}

.header-promotion-text {
    font-size: 13px;
    font-weight: 700px;
    display: none;
}
[data-currency="USD"] .header-promotion-text
{
  display: block;
}

.header-promotion-other {
  font-size: 13px;
}

/* [data-currency="AUD"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Australia';
}
[data-currency="BRL"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Brazil';
}
[data-currency="CAD"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Canada';
}
[data-currency="CHF"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Switzerland';
}
[data-currency="DKK"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Denmark';
}
[data-currency="EUR"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to EU';
}
[data-currency="GBP"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to UK';
}
[data-currency="HKD"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Hong Kong';
}
[data-currency="NOK"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Norway';
}
[data-currency="NZD"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to New Zealand';
}
[data-currency="SEK"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Sweden';
}
[data-currency="ZAR"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to South Africa';
}
[data-currency="YEN"] .header-promotion-other::after{
  content: 'Fast Economical Shipping to Japan';
} */
.header-promotion-text i {
    color: #000;
    padding-left: 2px;
    font-style: normal;
}

.header-promotion-other {
  font-size: 13px;
  color: #fe0000;
}

.header-promotion-other i {
  color: #000;
  padding-left: 2px;
  font-style: normal;
}
.usd-label {
  display: flex;
}

.other-label {
  display: none;
}
html:not([data-currency="USD"]) .inside-us .header-promotion-text
{
  display: block;
}

html:not([data-currency="USD"]) .inside-us .header-promotion-other {
  display: none;
}

html[data-currency="USD"] .header-promotion-other {
  display: none;
}

html[data-currency="USD"] .outside-us .header-promotion-other {
  display: block;
}

html[data-currency="USD"] .outside-us .header-promotion-text {
  display: none;
}

.inside-us .usd-label,
.outside-us .other-label {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

.us-freeshipping-bar {
  display: none;
}

.outside-freeshipping-bar {
  display: none;
}

.us-freeshipping-bar svg,
.outside-freeshipping-bar svg {
  display: none;
}

.inside-us .us-freeshipping-bar {
  display: block;
}

.outside-us .outside-freeshipping-bar {
  display: block;
}

.inside-us .other-label {
  display: none;
}

.outside-us .usd-label {
  display: none;
}

.outside-us .other-label {
  display: flex;
}

.header-promotion-other.is-active {
  display: block;
}

.free-shipping-bar span {
    font-size: 12px;
}

@media (min-width: 360px) {
  .free-shipping-bar span {
    font-size: 14px;
  }
}

@media (min-width: 375px) {
  .free-shipping-bar span {
    font-size: 15px;
  }
}

@media (min-width: 500px) {
  .free-shipping-bar span {
    font-size: 16px;
  }
}

.free-shipping-bar svg {
  fill: var(--text-color);
  width: 40px;
  height: 40px;
}

@media (max-width: 517px) {
  .free-shipping-bar svg {
    width: 30px;
    height: 30px;
  }
}

.free-shipping-bar .continue_shopping_link {
  display: inline-block;
}

.free-shipping-bar .continue_shopping_link:hover {
    text-decoration: none;
}

.sub-menu-desktop {
  display: none;
}

@media screen and (min-width: 1025px) {
  .menu-lv-2 .sub-menu-desktop {
    display: none;
    opacity: 0;
    z-index: 10;
    min-width: 470px;
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    color: #383e47;
    background-color: #fff;
    transition: all .3s ease;
    transform: translate3d(0,50px,0);
    box-shadow: 0 0 2px 1px #0000001a;
    border-radius: 0;
    min-height: 100%;
    left: 100%;
  }

  .site-nav .site-nav-dropdown .menu-lv-2 &gt; .nav-action &gt; a {
    padding: 2px;
  }

  .site-nav .no-mega-menu .sub-menu-desktop .site-nav-dropdown&gt;li {
    border-bottom: none;
  }
  .site-nav-dropdown&gt;li:hover {
    background-color: #ebebeb;
  }
  .site-nav .no-mega-menu .sub-menu-desktop a {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-nav .no-mega-menu .sub-menu-desktop a span{
    font-weight: 700;
    line-height: 13px;
  }

  .menu-lv-2.dropdown {
    position: inherit;
  }

  .sub-menu-desktop .menu-lv-3 a {
    text-align: center;
  }

  .template-sfw .sub-menu-desktop .menu-lv-3 a img{
    display: none;
  }

  .sub-menu-desktop .menu-lv-3 a img {
    object-fit: cover;
    margin-bottom: 1px;
  }

  .template-sfw .site-nav .no-mega-menu .sub-menu-mobile .site-nav-dropdown&gt;li.menu-lv-3 {
    padding-bottom: 24px;
  }

  .sub-menu-desktop li.menu-lv-3 {
    background-color: #fff;
  }

  .menu-lv-2 .sub-menu-mobile {
    display: none;
  }

  .menu-lv-2.dropdown:hover .sub-menu-desktop {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateZ(0);
    display: block;
  }

  .sub-menu-desktop .site-nav-dropdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px 4px;
    padding: 16px 14px;
    overflow: auto;
  }

  .site-nav .no-mega-menu .sub-menu-mobile .nav-action {
    position: relative;
  }
}

.page-wrapper .rte ul {
  margin-left: 0;
}

.page-wrapper .rte ul li {
  list-style: disc;
}

.page-wrapper ul.snize-main-panel-dropdown-content li {
  list-style: none;
}

.page-wrapper .rte h2,
.page-wrapper .rte h3,
.page-wrapper .rte h4,
.page-wrapper .rte h5
{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.5em;
}

.page-wrapper .rte .section h3 {
  font-size: 18px;
}

.page-wrapper .rte div,
.page-wrapper .rte a {
  font-size: 16px;
}

.page .rte p {
  margin: 0 0 1em 0;
  padding: 0;
  color: #000;
  line-height: 1.5rem;
  font-size: 16px;
}

.page .rte a {
  color: #fe0000;
  text-decoration: underline;
  border: none;
}

.page-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.page-wrapper .title {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  color: #000;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: fit-content;
}

.page-wrapper .page-wrapper__sidebar {
  order: 1;
}

.page-wrapper .rte .large_res {
  margin-bottom: 1rem;
}

.page-wrapper .rte .large_res img {
  margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .page-wrapper {
    flex-direction: row;
  }

  .page-wrapper .page-wrapper__sidebar {
    width: 240px;
    padding-right: 40px;
    border-right: 1px solid #eee;
  }

  .page-wrapper .rte {
    width: calc(100% - 280px);
    padding: 0 40px;
  }

  .page-wrapper .page-wrapper__sidebar {
    order: 0;
  }
}

/* Custom navigation */
.custom-navigation__item h3 {
  font-size: 16.5px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1rem;
}

.custom-navigation__item ul {
  margin-bottom: 1rem;
}

.custom-navigation__item ul li {
  margin: 0;
  margin-bottom: 6px;
}

.custom-navigation__item ul a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  line-height: 1.9;
}

.custom-navigation__item ul li a:hover {
  text-decoration: underline;
  color: #fe0000;
}
/* Custom navigation */

.page-product-guide {
  padding: 0;
}

.page-banner {
  margin-bottom: 0;
}

.page-banner__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.page-banner__image img {
  width: 100%;
  height: auto;
}

.page-banner__content {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
  text-align: center;
  color: #000;
}

.logo-image.square {
  aspect-ratio: 1/1;
}

.logo-image.landscape {
  aspect-ratio: 1.4/1;
}

.logo-image.portrait {
  aspect-ratio: 0.7/1;
}

.logoList .logo-image img,
.logoList .logo-image svg
{
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.logoList {
  text-align: left;
}

.logoList .logo-image.border-image {
  border: 1px solid #fe0000;
}

.hidden-desktop {
  display: block;
}

.hidden-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }
}

.logoList {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.logoList .title {
  width: 100%;
}

.logoList .logo-item {
  min-width: 100% !important;
  width: 100 !important;
}

@media (min-width: 640px) {
  .logoList {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .logoList {
    grid-template-columns: repeat(var(--grid-count), 1fr);
    gap: 20px;
  }
}

.custom_html {
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0;
  color: #000;
}

.custom_html a {
  color: #fe0000;
  text-decoration: underline;
}

.custom_html a:hover {
  text-decoration: none;
}

.logoList .title:hover::before {
  width: auto;
}

.section-bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  margin: 32px auto;
}

.product-wishlist #widget-fave-html .ssw-fave-btn-content {
  font-size: 0px;
}

.product-wishlist #widget-fave-html .ssw-fave-btn-content i {
  font-size: 16px;
  margin: 0;
}

.product-wishlist #widget-fave-html .ssw-fave-btn-content {
  box-shadow: none;
  padding: 0;
  padding-right: 15px;
}

.product-wishlist #widget-fave-html .ssw-fave-btn-content:hover {
  background-color: transparent;
}

#ssw-fave-side-button-wrapper i.ssw-icon-heart {
  background-color: #d81f26;
}

@media (min-width: 1024px) {
  .breadcrumb-wrapper {
    padding: 10px 0 15px;
  }
}

.product_stock {
  font-size: 16px;
  margin: 16px 0;
  font-weight: 400;
}

.group_item.product-price-content {
  justify-content: flex-start;
}

.group_item.product-price-content .product_review-widget {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #cccfd6;
}

.product-desc {
  width: 50%;
  float: left;
}

.product-video {
  width: 50%;
  float: right;
  padding: 0 20px;
}

.product-desc__full {
  width: 100%;
}

@media (max-width: 1023px) {
  .product-desc {
    width: 100%;
  }

  .product-video {
    width: 100%;
    padding: 16px 0;
    order: -1;
  }

  .productView-description .tab-content .toggle-content {
    display: flex !important;
    flex-direction: column;
  }
}

.product-video iframe {
  width: 100%;
  height: 100%;
}

.yotpo-sr-bottom-line-summary {
  flex-direction: column !important;
  row-gap: 8px;
}

.yotpo-sr-bottom-line-text {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.yotpo-widget-clear {
  cursor: pointer;
}

/* .slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
} */

.product_services .services {
  grid-template-columns: repeat(1, 1fr);
}

.product_services .services .service-item .icons {
  width: 50px;
}

.product_services .services .service-item {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  padding: 0 16px;
}

.product_services .services .service-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: calc(100% - 50px);
}

.product_services .services .service-item a:hover .title,
.product_services .services .service-item a:hover .description {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .product_services .services {
    grid-template-columns: repeat(2, 1fr);
  }

  .product_services .services .service-item .icons {
    width: 55px;
  }

  .product_services .services .service-item {
    justify-content: flex-start;
    padding: 0 20px;
  }
}

.service-item.cursor-pointer {
  cursor: pointer;
}

.service-item__popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.service-item__popup.active {
  display: flex;
}

.service-item__popup .content {
  width: 90%;
  max-width: 500px;
  background: #000;
  padding: 10px 15px;
  border: 4px solid #fe0000;
  z-index: 1;
  position: relative;
}

.service-item__popup .content * {
  font-size: 14px;
  color: #fff !important;
}

.service-item__popup .bg_close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
}

.service-item__popup .content [js-popup-closebtn] {
  background: #fe0000;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 8px;
  position: absolute;
  right: -15px;
  text-decoration: none;
  top: -15px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

.page-collections__bottom {
  width: 100%;
}

@media (min-width: 1024px) {
  .page-collections__bottom {
    width: calc(100% - 246px);
    margin: auto;
    margin-right: 0;
  }
}

.product-card__reviews .yotpo-stars {
  margin-right: 10px;
}

.product-card__reviews .yotpo-stars .yotpo-icon.yotpo-icon-star {
  color: #d81f26 !important;
}

.product-card__reviews .yotpo .text-m {
  color: #000 !important;
}

.loox-rating-content .loox-rating-label {
  width: 100%;
}

.product-reviews .loox-rating-content .loox-rating-label,
.product-card__reviews .loox-rating-content .loox-rating-label
{
  width: auto;
}

.product-reviews .loox-rating-content,
.product-card__reviews .loox-rating-content
{
  justify-content: center;
}

.collection-description {
  font-size: 15px;
  line-height: 1.7;
}

.collection-description.no-banner-image * {
  margin: 0 !important;
}

.collection-description a {
  text-decoration: underline;
  color: #d81f26;
}

.collection-description.is-bottom{
  padding-block: 16px;
}

.page-collections__bottom {
  font-size: 15px;
  margin-bottom: 20px;
}

.page-collections__bottom * {
  color: #000;
  line-height: 1.5;
}

.page-collections__bottom a {
  color: #d81f26;
  text-decoration: underline;
}

.page-collections__bottom a * {
  color: #d81f26;
}

.product_badges .badge {
  line-height: 1.5;
}

.product-card-special {
  box-shadow: none;
}

.carousel-container .slick-track
{
    display: flex !important;
}

.carousel-container .slick-slide
{
    height: inherit !important;
}

.carousel-container .slick-slide&gt;div,
.carousel-container .slick-slide .halo-item,
.carousel-container .slick-slide .halo-item .product-card
{
  height: 100%;
}

.halo-item .product-card {
  display: block;
  flex-direction: column;
  height: 100%;
}

.product-card .product-content {
  display: flex;
  flex-direction: column;
}

.product-reviews .loox-rating,
.product-card__reviews .loox-rating
{
  font-size: 13px;
}

.loox-float-toggler.loox-floating-widget-btn {
  display: none !important;
}

.product-card .product-detail {
  text-align: center;
}


.dropdown_bottom-btn a {
  padding: 0;
}

.dropdown_bottom-btn a img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .page-container.sticky-header {
    padding-top: 89px;
  }

  header.sticky-header {
    position: fixed !important;
    top: 0;
  }

  .header-bottom .container .site-nav {
    border: none;
    display: flex;
    align-items: center;
  }

  header .header-bottom {
    border-bottom: none;
    padding-bottom: 0;
  }

  header .site-nav .menu-lv-1&gt;.nav-action {
    padding: 8px 12px;
  }

  header .site-nav .site-nav-dropdown .menu-lv-2&gt;.nav-action&gt;a {
    padding: 0px 12px;
    color: #000;
  }

  .site-nav .no-mega-menu .sub-menu-mobile .nav-action .icon-dropdown {
    opacity: 1;
    visibility: visible;
  }

  .site-nav .no-mega-menu .sub-menu-mobile .nav-action {
    display: flex;
    align-items: center;
  }

  .site-nav .no-mega-menu .sub-menu-mobile .nav-action .icon-dropdown {
    opacity: 1;
    visibility: visible;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: translateX(0);
    margin-right: 5px;
  }

  .sub-menu-desktop__content {
    height: 100%;
    overflow: auto;
  }

  .sub-menu-desktop__content .site-nav-dropdown {
    height: auto;
  }

  .dropdown_bottom-btn {
    padding: 0 21px;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .template-sfw .dropdown_bottom-btn {
    display: none;
  }

  .site-nav .no-mega-menu .sub-menu-desktop a span {
    width: 100px;
    padding-top: 0px;
    text-align: left;
    color: #000;
    font-weight: bold;
  }
}

@media (min-width: 1055px) {
  .page-container.sticky-header {
    padding-top: 126px;
  }
}


.shopify-payment-button {
  display: none !important;
}

.upsell-action {
  display: flex;
  align-items: center;
  gap: 12px;
}

.upsell-action .product-reviews {
  margin-bottom: 0;
}

.site-nav .no-mega-menu .menu-lv-2.dropdown:hover&gt;.nav-action a, .site-nav .no-mega-menu .menu-lv-3.dropdown:hover&gt;.nav-action a {
  padding-left: 12px;
}

header .site-nav .site-nav-dropdown .menu-lv-2&gt;.nav-action&gt;a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.site-nav .no-mega-menu .sub-menu-mobile .site-nav-dropdown&gt;li {
  border-color: transparent;
}

@media (max-width: 1023px) {
  .collection-sortby {
    margin-left: 0;
  }

  .main-collection .facet-filters {
    left: 0;
    right: auto;
    padding-left: 0;
  }
}

.product-collection.products-grid.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
  margin-bottom: 15rem;
}

.quickSearchResultsWrap .product-card .product-image {
  width: 100%;
}

.loox-rating-content .loox-rating-label {
  color: #000;
}

.quickSearchResultsWrap .halo-column.column-4 .halo-item {
  width: 33%;
}

@media (max-width: 767px) {
  .quickSearchResultsWrap .halo-column.column-4 .halo-item {
    width: 50%;
  }
}

.quickSearchResultsWrap .header-search__results-wrapper .padding .toolbar-bottom {
  display: none;
}

.halo-column .halo-item {
  padding: 0;
}

#MainSearchContainer .halo-column-product {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
  gap: 24px;
  padding: 0;
  margin-top: 1.5rem;
}

#MainSearchContainer .halo-column-product .halo-item {
  width: 100%;
}

@media (min-width: 1024px) {
  #MainSearchContainer .halo-column-product {
    grid-template-columns: repeat(4,1fr);
  }
}

.swatch .soldout {
  pointer-events: visible !important;
  opacity: 1;
}

.swatch .swatch-element.soldout label {
  cursor: pointer;
}

.breadcrumb-wrapper .breadcrumb {
  display: block;
  margin-top: 0;
}

@media (max-width: 1023px) {
  .product_top .product_shop {
    padding-top: 0;
  }

  .breadcrumb-wrapper .breadcrumb {
    margin-top: 0px;
  }
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collection-toolbar.is-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .collection-toolbar .collection-sortby .facet-filters {
    margin-top: 0;
  }

  .facets-container {
    margin: 0px 0 10px;
    position: relative;
    padding-bottom: 0px;
  }

  .facets__form-vertical .facet-filters.sorting select {
    padding: 5px;
  }

  .facets-container .product-count {
    text-align: left;
    margin-top: 10px;
    width: 100%;

    position: absolute;
    right: 10px;
    top: 0;
    text-align: right;
  }

  .collection-toolbar.is-mobile {
    display: flex;
    justify-content: flex-end;
  }
}

.cart-template .total {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.cart-template .total .total-discount,
.cart-template .total .sub-total {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-single__photos_container .slider-for .slick-dots {
  display: block !important;
}

@media (min-width: 1024px) {
  .product-single__photos_container .slider-for .slick-dots {
    display: none !important;
  }
}

.header-middle {
  padding: 2px 0 13px;
}

.header-middle .header-middle-logo {
  max-width: 350px;
  margin-right: 100px;
}

.header-middle-text {
  justify-content: flex-start !important;
  position: relative !important;
}

.header-top {
  border: none;
  padding-bottom: 4px;
}

.item--rightContent {
  position: absolute;
  right: 0;
  display: flex;
}

.halo-header-01 .header-middle .container .item:last-child:before {
  background-color: #ffffff;
}

.header-middle .header-middle-text .navUser-action {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}

.header-middle .header-middle-text .navUser-action .red-color {
  color: #fe0000;
}

@media (max-width: 500px) {
  .product-form__bottom button {
    font-size: 14px;
    padding: 6px;
  }

  .product_services .services .service-item .content .title {
    line-height: 18.5px;
  }

  .product_services .services .service-item .content .description {
    line-height: 1.5
  }
}

.product_services .services .service-item .icons img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

@media (max-width: 1054px) {
  .site-nav-mobile .menu-lv-1&gt;.nav-action a {
    pointer-events: none;
    width: 100%;
  }

  .halo_mobileNavigation .close_menu {
    display: block;
  }

  .site-nav-mobile.two {
    display: grid;
  }
}


.search-bar .btn-search {
  top: 10px;
  right: 15px;
}

.search-bar .btn-search i {
  color: #fff;
}

.search-bar .input-group-field {
  font-size: 14px;
  padding: 0 16px;
}

@media (max-width: 1054px) {
  .site-nav-mobile .sub-menu-mobile {
    position: relative;
    right: 0;
    display: none;
  }

  .site-nav-mobile .is-open&gt;.sub-menu-mobile {
    position: relative;
    right: 0;
    display: block;
  }

  .site-nav-mobile .is-open&gt;.nav-action {
    display: block !important;
  }

  .site-nav-mobile .icon-dropdown {
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
  }

  .site-nav-mobile .is-open .icon-dropdown {
    transform: rotate(90deg);
    transition: all 0.2s ease-in;
  }
}

@media (max-width: 1054px) {
  .site-nave-mobile.checkout-icon {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5px;
    padding: 8px 20px;
    background: #1e1e1e;
  }

  .site-nave-mobile.checkout-icon a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 5px 0;
  }

  .site-nave-mobile.checkout-icon a:last-of-type {
    background: #b0241f;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    justify-content: center;
  }

  .site-nave-mobile.checkout-icon a:last-of-type i {
    margin-right: 5px;
  }

  .site-nav-mobile .menu-lv-1&gt;.nav-action:hover,
  .site-nav-mobile .menu-lv-2&gt;.nav-action:hover,
  .site-nav-mobile .menu-lv-3&gt;.nav-action:hover {
    background-color: #fe0000;
  }

  .site-nav-mobile .menu-lv-1:hover {
    background-color:#fe0000;
  }
}

.ssw-socialconnect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.ssw-socialconnect .ssw-social-btn {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .ssw-socialconnect {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}


@media (max-width: 990px) {
  .nav-action.menu__moblie_end a {
    pointer-events: none;
  }
}

.product_photos .o-img {
  object-fit: contain !important;
}

#smartwishlist .tooltip {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .product_top.product_layout_1 .product_shop,
  .product_top.product_layout_1 .product_photos {
    width: 50%;
  }

  .product_top.product_layout_1 .product_shop {
    padding: 0 20px 0 50px;
  }
}

.account-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.account-wrapper .account-tabs,
.account-wrapper .account-body {
  width: 100%;
}

.account-tabs ul li {
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 42px;
}

.account-tabs ul li.active {
  font-weight: 600;
}

.account-tabs ul li:last-of-type {
  border-bottom: 1px solid #eee;
}

.account-tabs ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media(min-width: 1024px) {
  .account-wrapper {
    flex-direction: row;
    gap: 50px;
  }

  .account-wrapper::before {
    display: none;
  }

  .account-wrapper .account-tabs {
    width: 400px;
  }

  .account-wrapper .account-body {
    width: calc(100% - 500px);
  }
}

@media (max-width: 767px) {
  .main-collection .facets-wrapper .facets-container {
    padding-bottom: 0;
  }

  .main-collection .facets-wrapper .facets-container .collection-toolbar.is-mobile {
    margin-top: 12px;
    justify-content: flex-end;
    padding-left: 6px;
  }

  .facets-container .product-count {
    display:none!important;
  }

  .facets-container #FacetFiltersForm .facet-filters.sorting.caption {
    gap: 30px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin: 0;
  }

  .page-collections__bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-search__results-wrapper .halo-column {
    display: flex;
    width: initial;
    overflow-x: scroll;
    gap: 20px;
    margin: 0;
  }

  .quickSearchResultsWrap .halo-column.column-4 .halo-item {
    width: 100%;
  }

  .search-template #FacetFiltersForm .facet-filters__field .facet-filters__label,
  .search-template #FacetFiltersForm .facet-filters__field .select
   {
    width: 100%;
  }
}

.video_envelope {
  padding: 1rem 0;
}

@media (max-width: 1023px) {
.video_envelope {
  padding: 0!important;
}
.product-desc {
  width: 100%;
}
}

@media (min-width: 1024px) {
  .productView-description .toggle-content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .productView-description .toggle-content__full {
    grid-template-columns: repeat(1, 1fr);
  }

  .productView-description .toggle-content .product-desc,
  .productView-description .toggle-content .product-video
  {
    width: 100%;
    padding: 0;
  }
/* haim remove
  .facets-container #FacetFiltersForm .facet-filters.sorting.caption {
    padding: 8px 0 !important;
  } */
}

.productView-description .toggle-content .product-desc * {
  font-size: 16px;
}

.productView-description .toggle-content .product-desc li {
  list-style: disc;
}

.productView-description .toggle-content .product-desc h2, h3 {
  font-size: 20px !important;
  color: #fe0000;
  margin: 12px 0;
}



.site-nav .menu-lv-1&gt;.nav-action a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.site-nav .menu-lv-1&gt;.nav-action a svg {
  width: 15px;
  height: 15px;
  fill: #fe0000;
}

/* halo-section */
.halo-section .halo-column {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
  margin: 0 -15px;
}

@media (min-width: 1024px) {
  .halo-section .halo-column {
    display: grid;
    grid-template-columns: repeat(var(--grid-count),1fr);
    gap: 20px;
  }
}
/* halo-section */

.halo-section__customize .product-card {
  background-color: transparent;
}

.halo-section__customize .halo-row {
  padding: 0 15px;
}

@media (max-width: 990px) {
  .featured-product-list, .featured-banner-columns {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .halo-section__customize .halo-row {

  }


  .featured-product-list .section-header .wrapper-link-description a {
    width: fit-content;
    text-decoration: underline;
    text-transform: uppercase;
    margin: auto;
    margin-top: 10px;
  }
}

.product-card .product-detail {
  padding-bottom: 0.5rem;
  text-align: left;
}

.halo-item .product-content .product-title {
  margin-bottom: 0;
}

.halo-item .product-content .product-title a {
  font-size: 14px;
}

.halo-item .product-content .product-price {
  justify-content: center;
  margin-bottom: 1rem;
}

.product-collection .halo-item .product-content .product-price {
  justify-content: flex-start;
}

.halo-item .product-price .price-item+.price-item {
  margin: 0;
}

.halo-item .product-content .product-price .price-item--sale {
  font-weight: 600;
}

.halo-item .product-content .product-price.price--on-sale .price-item--sale {
  color: #fe0000;
}

.halo-item .product-content .product-price .price-item--regular {
  font-weight: 400;
}

.halo-item .product-content .product-price .price-item--regular.reserved {
  color: #ff0000;
}

.halo-item .product-content .product-price .price-item--sale.reserved {
  color: #fff;
}

.halo-item .product-content .product-price .price-item--sale.reserved {
  color: #fff;
}

.collection-template .halo-item .product-content .product-price .price-item--sale.reserved {
  color: #000;
}

@media (max-width: 400px) {
  .collection-template .product-collection.products-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .collection-template .product-collection.products-grid .halo-item {
    width: 45%;
  }

  .loox-rating .loox-rating-content {
    font-size: 12px;
  }
}

@media (min-width: 1024px) and (max-width: 1050px) {
  .header-middle .header-middle-text .item--quickSearch {
    min-width: 300px;
  }
}

.cart_item-total-price.is-desktop, .cart_item-action.is-desktop {
  display: table-cell;
}

@media (max-width: 1023px) {
  .cart_items .cart_item-total-price {
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }

  .cart_item-total-price.is-desktop, .cart_item-action.is-desktop {
    display: none !important;
  }

  .cart_item-total-price.is-mobile a {
    border: none;
    box-shadow: none;
  }

  .cart_items tbody tr td.cart_item-qty {
    padding-bottom: 0;
  }
}

.cart-page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
}

.cart-page-heading .page-heading__checkout {
  display: flex;
}

@media (min-width: 768px) {
  .free-shipping-bar {
    padding: 0 16px;
  }
}

@media (min-width: 1024px) {
  .cart-page-heading .page-heading__checkout {
    display: none;
  }
}

.cart-page-heading .page-heading__checkout .btn {
  border-radius: 5px;
  font-size: 14px;
  background-color: #fe0000;
  width: 190px;
}

@media (max-width: 767px) {
  .free-shipping-bar {
    display: block;
  }

  .free-shipping-bar .continue_shopping_link {
    display: block;
    margin: 10px 10px 10px auto;
    line-height: 1;
    width: fit-content;
    font-size: 12px;
    text-decoration: underline;
  }
}

@media (max-width: 641px) {
  .cart-bottom_content {
    display: none;
  }
}

.custom_html {
  padding-left: 15px;
  padding-right: 15px;
}

.cart .header-promotion-other {
  color: #929292;
}

@media (max-width: 767px) {
  .cart_items tbody tr td .product-info--right {
    padding-top: 0;
  }

  .cart_items .product-info {
    padding-top: 4px;
  }
}

.cart-template__actions {
  text-align: center;
  clear: both;
  width: 100%;
  background-color: #eee;
}

.cart-template__actions .wrapper {
  padding: 37px 20px 16px;
}

.cart-template__actions .wrapper .sub-total {
  color: #777;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cart-template__actions .wrapper .btn-actions {
  display: grid;
  justify-content: center;
}

.cart-template__actions .wrapper .btn-actions .cart__submit {
  width: auto;
  border-radius: 5px;
  background-color: #fe0000;
  margin-bottom: 10px;
  min-width: 190px;
}

.cart-template__actions .wrapper .btn-actions span {
  font-size: 15px;
  color: #777;
  text-transform: uppercase;
  font-weight: 700;
}

.additional-checkout-buttons {
  margin-top: 5px !important;
}

@media (min-width: 518px) {
  .product-card:hover .product-image .image-swap .image-one {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .halo-item .product-content .product-price .price-item--sale {
    font-size: 20px;
  }

  .halo-item .product-content .product-price .price-item--regular {
    font-size: 11px;
  }

  .halo-section .btn-arrow.btn-arrow-next,
  .halo-section .btn-arrow.btn-arrow-prev
  {
    display: none;
  }
}

.site-header .halo-header-PC {
  display: none;
}

.site-header .halo-header-mobile {
  display: block;
}

@media (min-width: 1055px) {
  .site-header .halo-header-PC {
    display: block;
  }

  .site-header .halo-header-mobile {
    display: none;
  }
}

/* @media (min-width: 1024px) {
  .halo-item img {
    max-width: 200px;
  }
} */

@media (max-width: 1024px) {
  .slider-nav.product-single__thumbnails {
    padding-right: 0 !important;
  }
}

@media (min-width: 1024px) {
  .product_top.product_layout_1 .product-slider .slider-nav:not(.slick-slide), .product_top.product_layout_1 .product-slider .slider-nav {
    height: 100%;
  }

  .product_top.product_layout_1 .product-slider .slider-for:before {
    display: none;
  }

  .product_top.product_layout_1 .product-slider .slider-nav:not(.slick-slide) .item, .product_top.product_layout_1 .product-slider .slider-nav .item {
    width: 100%;
    height: 90px !important;
    padding: 0;
  }

  .product_photos .product-single__photos {
    height: 100%;
  }

  .product_photos .product-single__photos .product-single__photos_container {
    height: fit-content;
  }

  .product-single__photos_container {
    width: calc(100% - 120px)!important;
  }

  .product_top.product_layout_1 .product-slider .slider-for {
    display: flex;
    overflow: visible;
  }

  .slider-nav.product-single__thumbnails {
    width: 100px!important;
  }

  .product_top.product_layout_1 .product-slider .slider-nav:not(.slick-slide), .product_top.product_layout_1 .product-slider .slider-nav {
    max-height: 545px;
    margin-bottom: 0;
    padding: 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .slider-nav.thumbs-swiper.product-single__thumbnails .swiper-wrapper {
    padding-top: 0;
  }
}

.product-single__photos.product-slider {
  overflow: hidden;
  display: flex;
}

.product_photos .product-slider .slider-nav .item .text-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product_photos .product-slider .slider-nav .item .text-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

/* @media (max-width: 1100px) {
  .product_top.product_layout_1 .product-slider .slider-nav:not(.slick-slide) .item, .product_top.product_layout_1 .product-slider .slider-nav .item {
    height: 90px !important;
  }

  .product-single__photos_container {
    width: calc(100% - 120px) !important;
  }
} */

@media (max-width: 1023px) {
  .product_top.product_layout_1 .product-slider .slider-for {
    max-width: 100%;
  }

  .product-single__photos_container {
    width: 100% !important;
  }

  .product_top.product_layout_1 .product_photos {
    position: relative;
    padding-bottom: 32px;
    margin: 0;
  }

  .product-single__photos.product-slider {
    position: static;
  }

  .product-single__photos_container {
    position: static !important;
  }

  .product_photos .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #8f8f8f;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product-single__photos_container {
    max-width: 600px;
    margin: auto;
    overflow: hidden;
  }
}

@media (min-width: 1055px) {
  .site-nav-mobile .is-open&gt;.nav-action {
    display: block !important;
  }
}

.product_top.product_layout_1 {
  flex-direction: column;
}

.product-single__photos_container .swiper-pagination {
  top: auto;
  bottom: 0;
}

.breadcrumb-wrapper {
  width: 94%;
  margin: auto;
}

.page.page-product-detail {
  width: 94%;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 0;
}

@media (min-width: 641px) {
  .swiper-tablet-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product_top.product_layout_1 .product-slider .slider-nav {
    display: block;
    position: relative;
    padding: 0;
    max-width: 420px;
    margin: auto;
    margin-top: 20px;
  }

  .product-single__photos.product-slider {
    display: block;
  }

  .slider-nav.thumbs-swiper.product-single__thumbnails .swiper-button-next {
    position: absolute;
    right: 0;
  }

  .slider-nav.thumbs-swiper.product-single__thumbnails .swiper-button-prev {
    position: absolute;
    left: 0;
  }

  .slider-nav.thumbs-swiper.product-single__thumbnails .swiper-button-next::after,
  .slider-nav.thumbs-swiper.product-single__thumbnails .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
}

@media (min-width: 768px) {
  .header-search__results-wrapper .halo-column .halo-item:nth-child(-n+4) {
    margin-top: 30px;
  }

  .header-search__results-wrapper .halo-column {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb-wrapper {
    padding: 10px 0 5px !important;
    width: 100%;
    padding-left: 0 !important;
  }

  .page.page-product-detail {
    width: 100%;
    margin: 0;
  }

  .product-single__photos_container .swiper-pagination {
    display: none;
  }

  .product_top.product_layout_1 {
    flex-direction: row;
  }

  .product_top.product_layout_1 .product_photos {
    width: 50%;
  }

  .product_top.product_layout_1 .product_shop {
    width: 50%;
  }

  .product-single__photos.product-slider {
    flex-direction: column;
  }

  .product_photos .product-slider .slider-nav {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .swiper-tablet-center {
    justify-content: flex-start;
  }

  .product_top.product_layout_1 .product-slider .slider-nav {
    position: absolute;
  }

  .product-single__photos.product-slider {
    flex-direction: row;
  }

  .product_photos .product-slider .slider-nav {
    padding: 0 35px;
  }

  .product-single__thumbnails .swiper-button-next,
  .product-single__thumbnails .swiper-button-prev {
    display: flex;
  }

  .slider-nav.thumbs-swiper.product-single__thumbnails .swiper-button-next {
    position: absolute;
    transform: rotate(90deg);
    left: 35px;
    top: auto;
    bottom: -10px;
  }

  .slider-nav.thumbs-swiper.product-single__thumbnails .swiper-button-prev {
    position: absolute;
    top: 10px;
    left: 35px;
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .header-search__results-wrapper .halo-column .halo-item {
    min-width: 150px;
  }
}

@media (min-width: 1055px) {
  @media (max-width: 1300px) {
    .quickSearchResultsWrap {
      display: block;
      position: fixed;
      width: 100%;
      max-width: 500px;
      top: 78px;
      left: 35%;
    }
  }
}

.recently-viewed-products .slick-prev {
  left: 20px;
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
}

.recently-viewed-products .slick-next {
  right: 20px;
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
}

.recently-viewed-products .slick-prev .svg {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 4px;
}

.recently-viewed-products .slick-next .svg {
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-left: 4px;
}

#recently-viewed-products-grid .halo-item .product-content .product-title a {
  color: var(--title-color);
}

#recently-viewed-products-grid .halo-item .product-content .product-price.price--on-sale .price-item--sale {
  color: var(--price-color);
}

#recently-viewed-products-grid .halo-item .product-content .price-item--regular {
  color: var(--title-color);
}

@media (min-width: 768px) {
  #recently-viewed-products-grid .price-item--regular {
    font-size: 21px;
  }
}

#recently-viewed-products-grid .halo-item {
  position: relative;
}

.recently-viewed-badge {
  position: absolute;
  top: -5px;
  left: 10px;
  background: #fe0000;
  z-index: 10;
  font-size: 16px;
  padding: 4px 8px 3px 7px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
  height: 24px;
}

.recently-viewed-products {
  padding: 10px;
}

#shopify-section-recently_viewed_products_aQnKdm {
  padding-bottom: 0;
}

@media (min-width: 750px) {
  @media (max-width: 870px) {
    .product_shop .product_form_wrapper .product-form__cart-submit {
      padding: 0;
    }

    .product_services .services .service-item .content .title {
      font-size: 10px;
    }

    .product_shop .quantity .qty-group {
      max-width: 135px;
    }
  }
}

.recently-viewed-products .halo-item .product-title {
  margin-bottom: 0;
}

.main-collection .is-desktop,
.search-template .is-desktop,
.template-cart .is-desktop
{
  display: none;
}

.main-collection .is-mobile,
.search-template .is-mobile,
.template-cart .is-mobile
{
  display: block;
}

.cart_item-total-price.is-mobile {
  display: table-cell;
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .main-collection .is-desktop,
  .search-template .is-desktop,
  .template-cart .is-desktop
  {
    display: block;
  }

  .template-cart .is-desktop.cart_item-total-price {
    display: table-cell;
  }

  .template-cart .is-desktop.cart_item-action {
    display: table-cell;
  }

  .main-collection .is-mobile,
  .search-template .is-mobile,
  .template-cart .is-mobile
  {
    display: none;
  }
}

/* recently viewed section */
.recently-viewed-section {
  padding: 20px 16px;
  display: block;
}

.recently-viewed-section.hidden {
  display: none;
}

.recently-viewed-section .title {
  margin: 0;
  color: inherit;
  line-height: 1.3;
  text-transform: capitalize;
  position: relative;
  font-size: 30px !important;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.recently-viewed-section__content {
  overflow: hidden;
  position: relative;
}

.recently-viewed-section__content .halo-item .product-title a {
  color: var(--title-color);
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0;
}

.recently-viewed-section__content .halo-item .product-price .price-item {
  font-size: 21px;
  color: var(--compare-price-color);
}

.recently-viewed-section__content .halo-item .product-price.price--on-sale .price-item--regular {
  color: var(--compare-price-color);
}

.recently-viewed-section__content .halo-item .product-price.price--on-sale .price-item--sale {
  color: var(--price-color);
}

.recently-viewed-section__content .swiper-pagination {
  bottom: -5px;
}

.carousel-container .swiper-pagination {
  bottom: -5px;
}

.recently-viewed-section__content .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.recently-viewed-section__content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe0000;
}

.recently-viewed-section__content .swiper-button-next::after,
.recently-viewed-section__content .swiper-button-prev::after {
  display: none;
}

.recently-viewed-section__content .swiper-button-next {
  right: 0;
}

.recently-viewed-section__content .swiper-button-prev {
  left: 0;
}

.recently-viewed-section__content .swiper-button-next,
.recently-viewed-section__content .swiper-button-prev
{
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.recently-viewed-section__content .swiper-button-next svg,
.recently-viewed-section__content .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .recently-viewed-section__content .swiper-button-next,
  .recently-viewed-section__content .swiper-button-prev
  {
    display: none;
  }

}
/* recently viewed section */

.snize-product-filters-list {
  margin-bottom: 20px !important;
}

.snize-product-filters-list li {
  margin: 0px 0px 8px !important;
  overflow: hidden !important;
}

.snize-product {
  margin-bottom: 12px !important;
}

#snize-search-results-grid-mode span.snize-overhidden {
  align-items: flex-start;
  justify-content: space-between;
}

#snize-search-results-grid-mode span.snize-overhidden .snize-price-list {
  order: -1;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
}

#snize-search-results-grid-mode span.snize-overhidden .snize-price-list span {
  font-size: 14.5px;
}

#snize-search-results-grid-mode span.snize-overhidden .snize-price-list .snize-discounted-price {
  font-size: 11px !important;
  color: #777;
  font-weight: 700;
  min-height: 24px;
}

#snize-search-results-grid-mode span.snize-overhidden .snize-price-list .snize-price-with-discount {
  color: #fe0000;
  order: 1;
  font-size: 20px;
  font-weight: 600;
}

#snize-search-results-grid-mode span.snize-overhidden .snize-title {
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #222;
  margin: 10px 0;
  margin-bottom: 0 !important;
}

div.snize #snize-search-results-grid-mode .snize-reviews {
  margin-top: 0px !important;
}

#snize-search-results-grid-mode span.snize-overhidden .snize-price-list .snize-discounted-price {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
}

#snize-search-results-grid-mode span.snize-overhidden .snize-price-list .snize-discounted-price::before {
  color: #777;
  font-size: 11px;
  font-weight: 700;
  display:inline-block;
  text-decoration: none;
}

#snize-search-results-grid-mode span.snize-overhidden {
  height: 100%;
  justify-content: space-between;
}

#snize-search-results-grid-mode li.snize-product .snize-view-link, #snize-search-results-grid-mode li.snize-product .snize-item {
  height: 100%;
}

div.snize #snize-search-results-grid-mode .snize-reviews .stars-container {
  font-size: 18px !important;
}

div.snize #snize-search-results-grid-mode .snize-reviews .stars-container::after {
  color: #d81f26 !important;
}

div.snize #snize-search-results-grid-mode .snize-reviews .total-reviews {
  font-size: 13px !important;
}
.quickSearchResultsWrap {
  display: none !important;
}

.rte--search {
  width: 100% !important;
  padding: 0 !important;
}

.snize-main-panel .snize-main-panel-view-mode,
.snize-main-panel-view-mode
{
  display: none !important;
}

.snize-mobile-design #snize-search-results-grid-mode ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .snize-mobile-design #snize-search-results-grid-mode ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.snize-mobile-design #snize-search-results-grid-mode ul::before {
  display: none;
}

.snize-mobile-design #snize-search-results-grid-mode ul li {
  width: 100% !important;
}

.snize-main-panel-collection-results-found, .snize-main-panel-controls {
  display: none !important;
}

#snize_results.snize-mobile-design.snize-new-version span.snize-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
}

#snize_results.snize-mobile-design.snize-new-version li.snize-product .snize-price-list .snize-discounted-price {
  min-height: 24px;
}

@media (max-width: 500px) {
  #snize_results.snize-mobile-design.snize-new-version li.snize-product .snize-price-list .snize-discounted-price {
    margin-left: 0;
  }
}

@media (min-width: 991px) {
  #snize-search-results-grid-mode span.snize-overhidden .snize-price-list {
    font-weight: 400;
    gap: 8px;
  }

  #snize-search-results-grid-mode span.snize-overhidden .snize-price-list .snize-price-with-discount {
    font-size: 24px;
    font-weight: 600;
  }

  #snize-search-results-grid-mode span.snize-overhidden .snize-price-list span {
    font-size: 24px;
    font-weight: 600;
  }

  .snize-product a {
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px !important;
    padding: 10px !important;
    height: 100%;
  }

  #snize-search-results-grid-mode span.snize-overhidden .snize-title {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 16.8px;
  }

  div.snize .snize-horizontal-wrapper {
    margin: 12px 0 16px !important;
  }

  #snize-search-results-grid-mode span.snize-overhidden .snize-price-list .snize-discounted-price {
    font-size: 12px !important;
    min-height: 29px;
  }

  #snize-search-results-grid-mode span.snize-overhidden .snize-price-list .snize-discounted-price p {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 12px !important;
  }

  .snize-main-panel {
    display: none !important;
  }

  .snize-search-results.snize-new-version.snize-collection-mode {
    margin-top: 24px;
  }

  .product_services .services .service-item .content .title {
    font-size: 14px;
  }
}

.snize-main-panel-dropdown-content {
  list-style: none !important;
}

div.snize .snize-product-filters-block {
  border-bottom: 0;
  margin-bottom: 5px;
}

div.snize .snize-product-filters-block .snize-product-filters-title {
  border-bottom: 0;
  background-color: #eee;
  color: #000;
  padding: 5px 10px 5px 10px;
  padding-left: 10px !important;
  font-family: "Lato",sans-serif;
  font-size: 1rem !important;
  font-weight: 700;
}

@media (max-width: 990px) {
  .snize-main-panel {
    margin-top: 10px !important;
  }

  .snize-main-panel .snize-main-panel-collection-results-found {
    display: none !important;
  }

  .snize-main-panel-mobile-filters {
    float: left !important;
    margin-left: -10px !important;
  }

  .snize-search-results-header {
    font-size: 14px !important;
    margin-top: 0 !important;
  }
}

.snize-ac-results-multicolumn-list .snize-product a {
  display: flex !important;
  flex-direction: column !important;
}

.snize-ac-results-multicolumn-list .snize-product a .snize-thumbnail {
  order: 0 !important;
}

.snize-ac-results-multicolumn-list .snize-product a .snize-title {
  order: 2 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

.snize-ac-results-multicolumn-list .snize-product a .snize-price-list {
  order: 1 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
  text-align: center;
}

.snize-ac-results-multicolumn-list .snize-product a .snize-reviews {
  order: 3 !important;
  text-align: center;
}

.snize-ac-results-multicolumn-list .snize-product a .snize-reviews .stars-container {
  font-size: 16px !important;
}

.snize-ac-results-multicolumn-list .snize-product a .snize-reviews .stars-container::after {
  color: #D2354F !important;
}

.snize-ac-results .snize-product-label {
  position: absolute !important;
  right: 0;
  top: 0;
}

@media (max-width: 990px) {
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel {
    float: left;
  }

  #snize_results.snize-mobile-design.snize-new-version div.snize-header {
    width: 100%;
    float: right;
    margin-top: 14px;
    text-align: right;
  }

  div.snize.snize-search-results.snize-mobile-design#snize_results {
    margin-top: 16px;
  }
}

.snize-search-results-main-content {
  margin-top: 24px;
}

@media (min-width: 821px) and (max-width: 1058px) {
  #snize-search-results-grid-mode li.snize-product {
    width: 31.3% !important;
    min-width: 160px !important;
  }
}

.productView-description .tab-horizontal {
  margin-bottom: 16px;
}

@media (max-width: 820px) {
  #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li&gt;label {
    height: 28px;
  }
}

.snize-main-panel .snize-main-panel-dropdown {
  display: none;
}

.snize-horizontal-right .snize-main-panel-dropdown {
  display: none;
}

@media (min-width: 821px) {
  .snize-horizontal-right .snize-main-panel-dropdown {
    display: flex;
  }
}

@media (min-width: 991px) {
  .snize-horizontal-right .snize-main-panel-dropdown {
    display: flex;
  }
}

.section-header .text-link {
  font-size: 15px;
  font-weight: 900;
}

.section-header {
  margin-bottom: 16px;
}

.account-dropdown {
  display: none;
  position: absolute;
  background-color: #eee;
  z-index: 9999;
  width: 120px;
  right: 0;
}

.account-dropdown__item {
  padding: 8px;
  text-align: center;
  font-size: 14px;
}

.account-dropdown__item:last-of-type {
  border-bottom: none;
}

.navUser-action {
  cursor: pointer;
}

.account-dropdown.active {
  display: block;
}

.cart-line-update {
  display: none;
  border: 0;
  margin-top: 4px;
  width: 60px;
}

.cart-line-update.is-active {
  display: block;
}

.secure-payment-icon {
  background-position: 0 -582px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 58px;
  width: 191px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.footer-payment {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .footer-payment {
    margin-top: -100px;
  }
}

.subtitle-white.secure-payment {
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Lato";
}

.swiper-button-next-upsell,
.swiper-button-prev-upsell {
  width: 15px;
  height: 20px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.swiper-button-prev-upsell.swiper-button-lock,
.swiper-button-next-upsell.swiper-button-lock {
  display: none;
}

.product-single__photos_container.main-swiper {
  overflow: hidden;
}

.swiper-button-prev-upsell {
  left: 10px;
}

.swiper-button-prev-upsell.swiper-button-disabled,
.swiper-button-next-upsell.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next-upsell::after {
  content: "next";
}

.swiper-button-prev-upsell::after {
  content: "prev";
}

.swiper-button-next-upsell::after,
.swiper-button-prev-upsell::after {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  font-family: "swiper-icons";
}

.footer-trust-badge {
  margin-top: 8px;
}
.snize-main-panel-dropdown {
  display: flex;
  align-items: center;
}
.snize-main-panel-dropdown::before {
  content: "Sort By: ";
  display: block;
  margin-right: 8px;
}
div.snize div.snize-main-panel-dropdown&gt;a span::before {
  content: none !important;
}
div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content {
  top: 30px;
}

.snize-reviews .stars-0 {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}

.snize-reviews .stars-0 + .total-reviews {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}

#snize_results.snize-mobile-design.snize-new-version div.snize-pagination {
  margin: 0 !important;
}

#snize_results.snize-mobile-design.snize-new-version.snize-collection-mode div.snize-main-panel {
  min-height: fit-content !important;
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel {
  min-height: fit-content !important;
}

.d-none {
  display: none !important;
}

.related-products .card .card-information&gt;.price {
  color: #adadad;
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display:none!important;
  }
  .d-lg-block {
    display: block !important;
  }
}

#remove_modal #modal_remove_button {
  color: #fff;
}

.account-description__rte {
  font-size: 16px;
  margin-bottom: 24px;
  color: #d81f26;
}

.snize-pagination.snize-top-pagination {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.halo-item .product-card-special .product-title {
  min-height: 56px;
  margin-bottom: 0;
}
.product-recommendation-container .product-recommendations__inner{
  background-color: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.product-recommendation-container .product-recommendations__inner .product-card {
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
.product-recommendations__inner .product-card .product-image+.product-content {
  gap: 1rem;
  text-align: left;
}

.product-recommendation-container .product-recommendations__inner .swiper-slide {
  height: auto;
}

.product-recommendation-container .product-title {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  min-height: 44px;
  margin-bottom: 0px;
}
.product-recommendation-container .product-price .price-item {
  font-size: 11px;
}
.product-recommendation-container .product-price.price--on-sale .price-item--sale {
  font-size: 24px;
  color: #fe0000;
}

.product-recommendation-container .product-price .price-item.only-one-price {
  font-size: 24px;
}

.product-recommendation-container .product-price.price--on-sale .price-item--regular {
  text-decoration: none;
}
.product-price.price--on-sale .price-item--regular span[data-money] {
  text-decoration: line-through;
}

.coupon-info {
  color: #777;
  font-size: 16px;
  margin-bottom: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.coupon-info &gt; span {
  width: 50%;
}

.coupon-info .coupon-info-code {
  text-align: right;
}
.coupon-info .coupon-info-amount {
  text-align: left;
}
.coupon-info.is-active {
  display: flex;
}

.cart-sub-total {
  color: #777;
  font-size: 16px;
  margin-bottom: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cart-sub-total.is-active {
  display: flex;
}

.cart-sub-total &gt; span {
  width: 50%;
}

.cart-sub-total &gt; span:first-child {
  text-align: right;
}

.cart-sub-total &gt; span:last-child {
  text-align: left;
}

.sub-total &gt; span {
  width: 50%;
}

.sub-total &gt; span:first-child {
  text-align: right;
}

.sub-total &gt; span:last-child {
  text-align: left;
}

.btn-klaviyo {
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}

.product_form_wrapper {
  padding-top: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}

.product-upsell-title {
  padding-top: 12px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
 pointer-events: unset;
}

.form-message {
  font-size: 16px;
  font-weight: 600;
}

.form-message a {
  text-decoration: underline;
  text-transform: uppercase;
}

.custom-html {
  --font-heading-scale: 1;
}

video {
  width: 100%;
}

.product_photos .product-single__photos .product-single__photos_container .swiper-wrapper {
  align-items: center;
}

.product-single__thumbnail {
  cursor: pointer;
}

.product-single-video-icon {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}

.product-single-video-icon svg {
  height: 1.5rem;
  vertical-align: middle;
  width: 1.5rem;
}

@media (max-width: 767px) {
  .product-slider-video {
    align-items: center;
    display: flex;
    height: 100%;
  }
}

/* Styles for DKK currency */

.products-grid,
.product-card{
  .product-content{
    .product-price:not(:has([data-basec="USD"])) {
      @media (max-width: 480px){
        flex-wrap: wrap;
      }
    }
  }
}


/* template-search.css */
#main-collection-filters.updating,
#MainSearchContainer.updating {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
  .search-sort-m {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 20px;
  }

  .search-minion .facets-toolbar__top {
    margin-top: 30px;
  }

  .search-minion .mobile-filter-sort {
    display: block!important;
    min-width: 104% !important; 
  }

  .search-minion .facet-filters__field {
    display: block!important;
  }
  .search-minion select,
  .search-sort-m .main-collection .facet-filters .facet-filters__field .select select {
    margin-left: -5px!important;
  }

.search-sort-m label {
  font-size: 16px!important;
  font-weight: 500!important;
  color: #333!important;
}
}</pre></body></html>