/* Custom CSS */

body.page-category #category-description .uc-seo-category {
  max-width: 980px;
  margin: 0 0 24px;
  color: #4f4b47;
  font-size: 15px;
  line-height: 1.55;
}

body.page-category #category-description .uc-seo-category p {
  margin: 0 0 10px;
}

body.page-category #category-description .uc-seo-category:not(.uc-seo-category--enhanced) > h2,
body.page-category #category-description .uc-seo-category:not(.uc-seo-category--enhanced) > h3,
body.page-category #category-description .uc-seo-category:not(.uc-seo-category--enhanced) > ul,
body.page-category #category-description .uc-seo-category:not(.uc-seo-category--enhanced) > p:not(:first-child) {
  display: none;
}

body.page-category #category-description .uc-seo-category .uc-seo-intro {
  max-width: 860px;
  margin-bottom: 12px;
  color: #3d3935;
  font-size: 15.5px;
}

body.page-category #category-description .uc-seo-category h2,
body.page-category #category-description .uc-seo-category h3 {
  margin: 0 0 8px;
  color: #2a2826;
  font-size: 15px;
  line-height: 1.35;
}

body.page-category #category-description .uc-seo-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

body.page-category #category-description .uc-seo-related a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #e2ded7;
  border-radius: 999px;
  color: #3b3835;
  background: #fff;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
}

body.page-category #category-description .uc-seo-related a:hover,
body.page-category #category-description .uc-seo-related a:focus {
  border-color: #e89487;
  color: #e89487;
}

body.page-category #category-description .uc-seo-details {
  max-width: 860px;
  margin-top: 12px;
  border-top: 1px solid #e9e4de;
}

body.page-category #category-description .uc-seo-details summary {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 0;
  color: #e89487;
  font-weight: 700;
  cursor: pointer;
}

body.page-category #category-description .uc-seo-details summary:hover,
body.page-category #category-description .uc-seo-details summary:focus {
  color: #222;
}

body.page-category #category-description .uc-seo-details summary::-webkit-details-marker {
  display: none;
}

body.page-category #category-description .uc-seo-details summary::after {
  content: "+";
  margin-left: 8px;
  font-weight: 700;
}

body.page-category #category-description .uc-seo-details[open] summary::after {
  content: "−";
}

body.page-category #category-description .uc-seo-details-content {
  padding-bottom: 8px;
}

body.page-category #category-description .uc-seo-details-content p,
body.page-category #category-description .uc-seo-details-content li {
  font-size: 14px;
}

.uc-category-seo-footer {
  max-width: 980px;
  margin: 46px 0 18px;
  padding-top: 24px;
  border-top: 1px solid #e8e2dc;
  color: #4f4b47;
  font-size: 15px;
  line-height: 1.6;
}

.uc-category-seo-footer h2 {
  margin: 0 0 10px;
  color: #2a2826;
  font-size: 20px;
  line-height: 1.3;
}

.uc-category-seo-footer h3 {
  margin: 18px 0 6px;
  color: #2f2b28;
  font-size: 16px;
  line-height: 1.35;
}

.uc-category-seo-footer p {
  margin: 0 0 12px;
}

.uc-category-seo-footer__faq {
  margin-top: 22px;
}

.uc-category-seo-details {
  max-width: 980px;
  margin: 12px 0 20px;
  color: #4f4b47;
}

.uc-category-seo-details details {
  border-top: 1px solid #e8e2dc;
  border-bottom: 1px solid #e8e2dc;
}

.uc-category-seo-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 0;
  color: #e89487;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
}

.uc-category-seo-details summary::-webkit-details-marker {
  display: none;
}

.uc-category-seo-details summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 12px;
  color: #2a2826;
  font-size: 20px;
  line-height: 1;
}

.uc-category-seo-details details[open] summary::after {
  content: "−";
}

.uc-category-seo-details .uc-category-seo-footer__content {
  padding: 4px 0 18px;
  font-size: 15px;
  line-height: 1.6;
}

.uc-category-seo-details h2 {
  margin: 0 0 10px;
  color: #2a2826;
  font-size: 18px;
  line-height: 1.3;
}

.uc-category-seo-details h3 {
  margin: 18px 0 6px;
  color: #2f2b28;
  font-size: 15px;
  line-height: 1.35;
}

.uc-category-seo-details p {
  margin: 0 0 12px;
}

@media (max-width: 767px) {
  body.page-category #category-description .uc-seo-category {
    margin-bottom: 18px;
    font-size: 14px;
  }

  body.page-category #category-description .uc-seo-category .uc-seo-intro {
    font-size: 14.5px;
  }

  body.page-category #category-description .uc-seo-related {
    gap: 6px;
  }

  .uc-category-seo-footer {
    margin-top: 32px;
    font-size: 14px;
  }

  .uc-category-seo-footer h2 {
    font-size: 18px;
  }

  .uc-category-seo-details {
    margin-bottom: 16px;
  }

  .uc-category-seo-details summary {
    min-height: 40px;
    font-size: 14px;
  }

  .uc-category-seo-details .uc-category-seo-footer__content {
    font-size: 14px;
  }
}

.product-miniature .product-thumbnail.uc-product-rollover {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-miniature .product-thumbnail.uc-product-rollover picture,
.product-miniature .product-thumbnail.uc-product-rollover img {
  display: block;
}

.product-miniature .product-thumbnail.uc-product-rollover .uc-product-hover-picture {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  pointer-events: none;
  transition: all 320ms ease 0s;
}

.product-miniature .product-thumbnail.uc-product-rollover .uc-product-hover-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.product-miniature .product-thumbnail.uc-product-rollover:hover .uc-product-hover-picture,
.product-miniature .product-thumbnail.uc-product-rollover:focus .uc-product-hover-picture {
  opacity: 1 !important;
  transform: scaleX(1) !important;
  transition-delay: 220ms;
}

.product-miniature .thumbnail-top {
  position: relative;
}

.product-miniature .thumbnail-top .product-flags {
  position: absolute;
  z-index: 30 !important;
  pointer-events: none;
}

.product-miniature .thumbnail-top .product-flags .product-flag {
  position: relative;
  z-index: 31 !important;
}

.product-miniature .thumbnail-top .product-flags .product-flag.new {
  opacity: 1 !important;
  visibility: visible !important;
}

body#product .product-cover-container > .layer,
body.page-product .product-cover-container > .layer {
  display: none !important;
}

.product-miniature .thumbnail-top .mini-actions .product-add-to-cart,
.product-miniature .product-description > .product-add-to-cart {
  display: none !important;
}

.modal-backdrop,
.cart_overlay {
  z-index: 8000 !important;
}

.modal,
.quickview,
.ava-modal,
.elementor-lightbox,
.elementor-cart__container {
  z-index: 8010 !important;
}

body.page-category #left-column {
  display: flex;
  flex-direction: column;
}

body.page-category #left-column #search_filters_wrapper {
  order: 1;
}

body.page-category #left-column .block-categories {
  order: 2;
}

#search_filters .uc-facet-choice-hidden {
  display: none !important;
}

#search_filters .uc-facet-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 8px 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e89487;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

#search_filters .uc-facet-toggle:hover,
#search_filters .uc-facet-toggle:focus {
  color: #222;
  text-decoration: underline;
}

#search_filters section.facet li {
  max-width: 100%;
}

#search_filters .facet-label {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal !important;
  line-height: 1.35;
}

#search_filters .facet-label .custom-checkbox {
  width: 22px;
  margin-top: 2px;
}

#search_filters .facet-label .search-link {
  display: block !important;
  width: auto !important;
  min-width: 0;
  max-width: 100% !important;
  margin-top: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#search_filters .facet-label .magnitude {
  white-space: nowrap;
}

#header,
#header .header-nav,
#header .header-top,
#header-normal,
.elementor-location-header,
.main-header,
.header-sticky {
  position: relative;
  z-index: 3000;
}

#header,
#header-normal,
#header .elementor-element-70fc25fe,
#header .elementor-element-70fc25fe > .elementor-container,
#header .sticky-header,
#header.fixed .sticky-header,
#_desktop_megamenu,
#_desktop_megamenu .avaorg-menu-horizontal {
  background: #fff !important;
  background-color: #fff !important;
}

#header .elementor-element-70fc25fe {
  box-shadow: 0 1px 0 rgba(34, 34, 34, 0.08);
}

body.page-index #wrapper {
  padding-top: 90px;
}

body.page-index .elementor-element-7e1ede8a {
  margin-bottom: 28px !important;
}

#wrapper,
#main,
.elementor,
.elementor-section {
  position: relative;
  z-index: 1;
}

#header img.logo,
#header .logo img,
#header .site-logo img,
.elementor-widget-ava-site-logo img {
  width: auto;
  max-height: 74px;
}

#header .elementor-element-78825626 img,
#header .elementor-widget-ava-site-logo img {
  width: 230px !important;
  max-width: 230px !important;
  max-height: 74px !important;
  object-fit: contain;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content > .menu-item > a {
  white-space: nowrap;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-dropdown,
#mobile-megamenu .avaorg-menu-horizontal .menu-content .menu-dropdown {
  z-index: 5000;
  max-height: calc(100vh - 128px);
  overflow-y: auto !important;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .uc-mega-menu,
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .uc-menu-carrelage > .menu-dropdown {
  position: fixed !important;
  top: 131px !important;
  left: 50%;
  width: min(1320px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 146px);
  padding: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain;
  transform: translateX(-50%);
  border: 1px solid #e2ded7;
  background: #fff;
  box-shadow: 0 26px 70px rgba(31, 28, 24, 0.18);
}

#_desktop_megamenu .uc-mega-menu .avaorg-sub-inner,
#_desktop_megamenu .uc-mega-menu .avaorg-menu-row,
#_desktop_megamenu .uc-mega-menu .uc-mega-column-shell,
#_desktop_megamenu .uc-mega-menu .ul-column,
#_desktop_megamenu .uc-mega-menu .submenu-item,
#_desktop_megamenu .uc-mega-menu .html-block,
#_desktop_megamenu .uc-menu-carrelage > .menu-dropdown .avaorg-sub-inner,
#_desktop_megamenu .uc-menu-carrelage > .menu-dropdown .avaorg-menu-row,
#_desktop_megamenu .uc-menu-carrelage > .menu-dropdown .uc-mega-column-shell,
#_desktop_megamenu .uc-menu-carrelage > .menu-dropdown .ul-column,
#_desktop_megamenu .uc-menu-carrelage > .menu-dropdown .submenu-item,
#_desktop_megamenu .uc-menu-carrelage > .menu-dropdown .html-block {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-mega {
  padding: 28px 30px 24px;
  color: #242322;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.uc-mega h3 {
  margin: 0 0 16px;
  color: #242322;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.uc-mega-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 28px 42px;
}

.uc-mega-feature {
  order: 2;
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid #e6e1da;
}

.uc-mega-list,
.uc-mega-formats {
  order: 1;
}

.uc-mega-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.uc-mega-card {
  display: grid;
  gap: 12px;
  color: #242322;
  font-size: 15px;
  line-height: 1.25;
}

.uc-mega-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  background: #ece8e2;
}

.uc-mega-collection-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-mega-collection-list a {
  display: block;
  color: #33312f;
  font-size: 13px;
  line-height: 1.22;
}

.uc-mega-card:hover,
.uc-mega-format-card:hover,
.uc-mega-see-all:hover,
.uc-mega-collection-list a:hover,
.uc-mega-list a:hover,
.uc-mega-links a:hover {
  color: #9a4f35;
}

.uc-mega-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 14px;
}

.uc-mega-format-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-mega-format-list a {
  display: block;
  color: #33312f;
  font-size: 15px;
  line-height: 1.35;
}

.uc-mega-format-list a:hover {
  color: #9a4f35;
}

.uc-mega-format-card {
  display: grid;
  gap: 12px;
  color: #242322;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.uc-mega-format-card img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1.35;
  padding: 8px;
  object-fit: contain;
  background: #f3f0eb;
}

.uc-mega-card span,
.uc-mega-format-card span {
  display: block;
  margin-top: 2px;
}

.uc-mega-see-all {
  display: inline-flex;
  margin-top: 18px;
  color: #242322;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.uc-mega-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-mega-list a {
  color: #33312f;
  font-size: 15px;
  line-height: 1.3;
}

.uc-mega-color-list ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.uc-mega-color-list a {
  font-size: 14px;
}

.uc-mega-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e1da;
}

.uc-mega-links a {
  color: #242322;
  font-size: 16px;
  font-weight: 500;
}

.elementor-element-79d2fd40 .swiper-slide {
  height: min(720px, calc(100vh - 118px)) !important;
  min-height: 430px;
}

.elementor-element-79d2fd40 {
  --uc-slider-edge: clamp(42px, 3.8vw, 76px);
}

.elementor-element-79d2fd40 .swiper-slide-bg {
  position: absolute;
  inset: 0;
}

.elementor-element-79d2fd40 .swiper-slide-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(19, 17, 15, 0.62), rgba(19, 17, 15, 0.22) 52%, rgba(19, 17, 15, 0.08)),
    linear-gradient(0deg, rgba(19, 17, 15, 0.22), rgba(19, 17, 15, 0.04));
  pointer-events: none;
}

.elementor-element-79d2fd40 .swiper-slide-inner {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  padding: clamp(116px, 18vh, 166px) 0 0 var(--uc-slider-edge) !important;
  text-align: left !important;
}

.elementor-element-79d2fd40 .swiper-slide-contents {
  max-width: 560px !important;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.elementor-element-79d2fd40 .elementor-slide-heading,
.elementor-element-79d2fd40 .elementor-slide-sub-title,
.elementor-element-79d2fd40 .elementor-slide-description,
.elementor-element-79d2fd40 .elementor-slide-button {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.elementor-element-79d2fd40 .elementor-slide-heading {
  order: 1;
  margin-bottom: 18px !important;
  font-size: clamp(44px, 3.7vw, 62px) !important;
  font-weight: 300 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  max-width: 18ch;
}

.elementor-element-79d2fd40 .elementor-slide-sub-title {
  order: 2;
  margin-bottom: 0 !important;
  font-size: clamp(14px, 1.1vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.elementor-element-79d2fd40 .elementor-slide-button {
  order: 0;
  display: inline-flex !important;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 0 16px !important;
  margin: 0 0 34px !important;
  overflow-wrap: anywhere;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.elementor-element-79d2fd40 .elementor-slide-button::after {
  margin-left: 12px;
  content: "\2192";
  font-size: 1.2em;
  line-height: 1;
}

.elementor-element-79d2fd40 .elementor-slide-button:hover,
.elementor-element-79d2fd40 .elementor-slide-button:focus {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff !important;
}

.elementor-element-79d2fd40 .elementor-swiper-button {
  top: auto !important;
  bottom: 28px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.elementor-element-79d2fd40 .elementor-swiper-button-prev {
  left: clamp(24px, 2.8vw, 42px) !important;
}

.elementor-element-79d2fd40 .elementor-swiper-button-next {
  right: clamp(24px, 2.8vw, 42px) !important;
}

.elementor-element-79d2fd40 .elementor-swiper-button:hover,
.elementor-element-79d2fd40 .elementor-swiper-button:focus {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff !important;
}

.elementor-element-79d2fd40 .elementor-swiper-button i,
.elementor-element-79d2fd40 .elementor-swiper-button svg {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

.elementor-element-79d2fd40 .elementor-swiper-button i::before {
  display: block;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.elementor-element-79d2fd40 .elementor-swiper-button-prev i::before {
  content: "\2190" !important;
}

.elementor-element-79d2fd40 .elementor-swiper-button-next i::before {
  content: "\2192" !important;
}

.uc-home-collections-section {
  padding-top: 30px !important;
}

.uc-home-collections-section > .elementor-container {
  display: block;
}

.uc-home-collections-section > .elementor-container::before {
  display: block;
  width: min(1430px, calc(100vw - 30px));
  margin: 0 auto 26px;
  color: #242322;
  content: "Nos Collections";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.uc-home-collections-section .elementor-row {
  width: 100%;
}

.uc-home-collections-section .ava-swiper-slider {
  padding-bottom: 0;
}

.uc-home-collections-section .elementor-element-6589ae9a .image {
  width: 100%;
  aspect-ratio: 1.45;
  overflow: hidden;
  background: #f2eee8;
  line-height: 0;
}

.uc-home-collections-section .elementor-element-6589ae9a .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.uc-home-collections-section .elementor-element-6589ae9a .image img,
.uc-home-collections-section .ava-image-wrapper img,
.uc-home-collections-section .item-image img {
  width: 100% !important;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.uc-home-collections-section .btn {
  max-width: calc(100% - 24px);
  white-space: normal;
}

.uc-home-collections-section .swiper-arrows {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 42px !important;
  min-height: 42px;
  margin: 22px 0 0 !important;
  transform: none !important;
}

.uc-home-collections-section .ava-swiper-arrow {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #d88983 !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

.uc-home-collections-section .ava-swiper-arrow i {
  color: #fff !important;
  font-size: 20px;
  line-height: 1;
}

body.page-index .elementor-element-81aead1,
body.page-index .elementor-element-48e99396,
body.page-index .elementor-element-351e3d99 {
  display: none !important;
}

@media (max-width: 1199px) {
  .uc-mega-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uc-mega-feature {
    grid-column: 1 / -1;
  }

  .uc-mega-collection-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .uc-mega-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uc-mega-format-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #_desktop_megamenu .avaorg-menu-horizontal .menu-content .uc-mega-menu,
  #mobile-megamenu .avaorg-menu-horizontal .menu-content .uc-mega-menu {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 92px);
    transform: none;
  }

  .uc-mega {
    padding: 20px 18px;
  }

  .uc-mega-main,
  .uc-mega-cards,
  .uc-mega-collection-list,
  .uc-mega-format-grid,
  .uc-mega-format-list,
  .uc-mega-color-list ul {
    grid-template-columns: 1fr;
  }

  .elementor-element-79d2fd40 .swiper-slide {
    height: 520px !important;
  }

  body.page-index #wrapper {
    padding-top: 72px;
  }

  .uc-home-collections-section {
    padding-top: 22px !important;
  }

  .uc-home-collections-section > .elementor-container::before {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .elementor-element-79d2fd40 .swiper-slide-contents {
    max-width: calc(100vw - 48px) !important;
    padding: 0 !important;
  }

  .elementor-element-79d2fd40 .swiper-slide-inner {
    padding: 86px 24px 0 !important;
  }

  .elementor-element-79d2fd40 .elementor-slide-heading {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  .elementor-element-79d2fd40 .elementor-slide-sub-title {
    font-size: 13px !important;
  }

  .elementor-element-79d2fd40 .elementor-slide-button {
    min-height: 42px;
    margin-bottom: 22px !important;
    font-size: 14px !important;
  }

  .elementor-element-79d2fd40 .elementor-swiper-button {
    bottom: 16px !important;
    width: 48px !important;
    height: 48px !important;
  }

  #header .elementor-element-78825626 img,
  #header .elementor-widget-ava-site-logo img {
    width: 180px !important;
    max-width: 180px !important;
  }
}

.elementor-2 .elementor-element.elementor-element-6589ae9a .widget-image-button-text {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  min-height: 60px;
  padding: 0 18px;
  color: #222222 !important;
  background-color: #ffffff8f !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  text-align: center;
  white-space: normal;
  box-sizing: border-box;
  transition: color 180ms ease, background-color 180ms ease;
}

.elementor-2 .elementor-element.elementor-element-6589ae9a .item-inner .button {
  position: absolute;
  right: 12px;
  bottom: 20px;
  left: 12px;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.elementor-2 .elementor-element.elementor-element-6589ae9a .item-inner .button a {
  display: block;
  width: 100%;
}

.elementor-2 .elementor-element.elementor-element-6589ae9a .item-inner:hover .widget-image-button-text,
.elementor-2 .elementor-element.elementor-element-6589ae9a a:hover .widget-image-button-text {
  color: #000000 !important;
  background-color: #ffffff !important;
}

@media (max-width: 767px) {
  .elementor-2 .elementor-element.elementor-element-6589ae9a .item-inner .button {
    right: 10px;
    bottom: 15px;
    left: 10px;
  }

  .elementor-2 .elementor-element.elementor-element-6589ae9a .widget-image-button-text {
    min-height: 44px;
    padding: 0 12px;
  }
}

/* Simple sticky header: keep the full header in flow and remove the scroll
   state jump that left a gap between the menu item and its dropdown. */
#header,
#header-normal {
  position: sticky !important;
  top: 0 !important;
  z-index: 7000 !important;
  width: 100%;
  background: #fff !important;
}

#header .sticky-header,
#header.fixed .sticky-header,
#header .main-header.sticky-header,
#header .elementor-element-70fc25fe,
#header .elementor-element-4b7a8282 {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

body.page-index #wrapper {
  padding-top: 0 !important;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .uc-mega-menu,
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .uc-menu-carrelage > .menu-dropdown {
  top: 131px !important;
  max-height: calc(100vh - 131px) !important;
}

/* Quickview: prevent product gallery slides from flashing stacked before Swiper
   finishes initializing inside the modal. */
@keyframes uc-qv-spin {
  to {
    transform: rotate(360deg);
  }
}

body.uc-qv-loading {
  cursor: progress;
}

body.uc-qv-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9020;
  background: rgba(255, 255, 255, 0.38);
}

body.uc-qv-loading::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9021;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  border: 3px solid rgba(34, 34, 34, 0.18);
  border-top-color: #df8f7f;
  border-radius: 50%;
  animation: uc-qv-spin 650ms linear infinite;
}

.modal.quickview .swiper_large_preview {
  height: clamp(300px, 32vw, 430px) !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.modal.quickview .ga-images,
.modal.quickview .images-container {
  min-height: calc(clamp(300px, 32vw, 430px) + 96px);
}

.modal.quickview .swiper_large_preview .swiper-wrapper {
  height: 100% !important;
}

.modal.quickview .swiper_large_preview .swiper-slide {
  height: 100% !important;
}

.modal.quickview .swiper_large_preview .swiper-slide picture {
  display: block;
  height: 100% !important;
}

.modal.quickview .swiper_large_preview .swiper-slide img {
  display: block;
  height: 100% !important;
  object-fit: contain;
}

.modal.quickview.uc-qv-priming .swiper_large_preview .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
}

.modal.quickview.uc-qv-priming .swiper_large_preview .swiper-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.modal.quickview.uc-qv-priming .swiper_large_preview .swiper-slide:not(:first-child),
.modal.quickview.uc-qv-priming .swiper_large_preview .swiper-button-next,
.modal.quickview.uc-qv-priming .swiper_large_preview .swiper-button-prev,
.modal.quickview.uc-qv-priming .swiper_large_preview .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}

.modal.quickview .images-container .thumb-images {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  margin: 14px auto 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.modal.quickview .images-container .thumb-images .swiper_thumb,
.modal.quickview .images-container .thumb-images .product-images {
  height: 80px !important;
  max-height: 80px !important;
  overflow: hidden !important;
}

.modal.quickview .images-container .thumb-images .swiper_thumb {
  padding: 0 40px !important;
}

.modal.quickview .images-container .thumb-images .product-images {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.modal.quickview .images-container .thumb-images .thumb-container {
  box-sizing: border-box !important;
  flex: 0 0 80px !important;
  height: 80px !important;
  min-height: 80px !important;
  width: 80px !important;
  min-width: 80px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}

.modal.quickview .images-container .thumb-images picture {
  display: block !important;
  height: 80px !important;
  width: 80px !important;
}

.modal.quickview .images-container .thumb-images img.thumb {
  box-sizing: border-box !important;
  display: block !important;
  height: 80px !important;
  width: 80px !important;
  max-height: 80px !important;
  max-width: 80px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.modal.quickview.uc-qv-priming .thumb-images {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.modal.quickview.uc-qv-ready .thumb-images {
  opacity: 1;
  visibility: visible;
  transition: opacity 140ms ease;
}

@media (max-width: 767px) {
  .modal.quickview .swiper_large_preview {
    height: clamp(240px, 72vw, 360px) !important;
  }

  .modal.quickview .ga-images,
  .modal.quickview .images-container {
    min-height: calc(clamp(240px, 72vw, 360px) + 96px);
  }
}


/* UC_DISABLE_PRODUCT_ZOOM_START */
body.page-product .zoomContainer,
body.page-product .zoomWindowContainer,
body.page-product .zoomWindow,
body.page-product .zoomLens,
body.page-product .zoomTint,
body.page-product .zoomPup,
body.page-product .zoomPreload,
body.page-product .zoomOverlay,
body.page-product .easyzoom-flyout,
body.page-product .easyzoom-notice,
body.page-product .cloud-zoom-lens,
body.page-product .cloud-zoom-big,
body.page-product .cloud-zoom-loading,
body.page-product .drift-zoom-pane,
body.page-product .drift-bounding-box,
body.page-product .mz-zoom-window,
body.page-product .mz-lens,
body.page-product .mz-hint,
body.page-product .MagicZoomBigImageCont,
body.page-product .MagicZoomPup,
body#product .zoomContainer,
body#product .zoomWindowContainer,
body#product .zoomWindow,
body#product .zoomLens,
body#product .zoomTint,
body#product .zoomPup,
body#product .zoomPreload,
body#product .zoomOverlay,
body#product .easyzoom-flyout,
body#product .easyzoom-notice,
body#product .cloud-zoom-lens,
body#product .cloud-zoom-big,
body#product .cloud-zoom-loading,
body#product .drift-zoom-pane,
body#product .drift-bounding-box,
body#product .mz-zoom-window,
body#product .mz-lens,
body#product .mz-hint,
body#product .MagicZoomBigImageCont,
body#product .MagicZoomPup {
  display: none !important;
  pointer-events: none !important;
}

body.page-product .zoomPad,
body#product .zoomPad,
body.page-product .product-cover img,
body.page-product .product__carousel img,
body.page-product .images-container img,
body#product .product-cover img,
body#product .product__carousel img,
body#product .images-container img {
  cursor: default !important;
  transform: none !important;
}
/* UC_DISABLE_PRODUCT_ZOOM_END */

/* UC_DISABLE_THEME_PRODUCT_ZOOM_START */
body.page-product .product-zoom-container,
body.page-product .product-zoom-img,
body#product .product-zoom-container,
body#product .product-zoom-img {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.page-product .product-cover .swiper-slide,
body#product .product-cover .swiper-slide {
  cursor: default !important;
}
/* UC_DISABLE_THEME_PRODUCT_ZOOM_END */

/* UC_PRODUCT_PAGE_STEP1_START */
body.page-product .uc-product-layout,
body#product .uc-product-layout {
  align-items: flex-start;
}

body.page-product .uc-product-summary .brand-title,
body#product .uc-product-summary .brand-title {
  margin-bottom: 8px;
  color: #e89487;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.page-product .uc-product-summary .product-title,
body#product .uc-product-summary .product-title {
  margin-bottom: 12px;
  color: #242322;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}

body.page-product .uc-product-price-summary,
body#product .uc-product-price-summary {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e1da;
}

body.page-product .uc-price-main,
body#product .uc-price-main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}

body.page-product .uc-price-value,
body#product .uc-price-value {
  color: #242322;
  font-size: clamp(28px, 2.1vw, 32px);
  font-weight: 700;
  line-height: 1;
}

body.page-product .uc-price-unit,
body#product .uc-price-unit {
  color: #242322;
  font-size: 17px;
  font-weight: 700;
}

body.page-product .uc-price-tax,
body#product .uc-price-tax {
  color: #827c75;
  font-size: 12px;
  font-weight: 500;
}

body.page-product .uc-price-box,
body#product .uc-price-box {
  margin: 8px 0 0;
  color: #68645f;
  font-size: 15px;
  line-height: 1.35;
}

body.page-product .uc-price-box strong,
body#product .uc-price-box strong {
  color: #242322;
  font-weight: 700;
}

body.page-product .uc-price-pack,
body#product .uc-price-pack {
  margin-top: 6px;
  color: #68645f;
  font-size: 13px;
  line-height: 1.35;
}

body.page-product .uc-price-pack span,
body#product .uc-price-pack span {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #8b5a52;
  background: #f5eae9;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-product .uc-product-review-row,
body#product .uc-product-review-row {
  min-height: 0;
  margin: 0;
}

body.page-product .uc-product-summary .product-description,
body#product .uc-product-summary .product-description {
  margin: 0 0 20px;
  color: #68645f;
  font-size: 16px;
  line-height: 1.65;
}

body.page-product .uc-product-summary .product-actions,
body#product .uc-product-summary .product-actions {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid #e6e1da;
}

body.page-product .uc-product-summary .product-quantity,
body#product .uc-product-summary .product-quantity {
  gap: 10px;
}

body.page-product .uc-product-summary .product-quantity .qty,
body#product .uc-product-summary .product-quantity .qty {
  flex: 0 0 72px;
}

body.page-product .uc-product-summary .product-quantity .add,
body#product .uc-product-summary .product-quantity .add {
  flex: 1 1 auto;
}

body.page-product .uc-product-summary .product-quantity .add-to-cart,
body.page-product .uc-product-summary .product-quantity .js-buy-now,
body#product .uc-product-summary .product-quantity .add-to-cart,
body#product .uc-product-summary .product-quantity .js-buy-now {
  min-height: 52px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.page-product .uc-product-summary .product-quantity .js-buy-now,
body#product .uc-product-summary .product-quantity .js-buy-now {
  margin-top: 0;
  background: #495266;
  border-color: #495266;
}

body.page-product .uc-product-summary #product-availability,
body#product .uc-product-summary #product-availability {
  margin-top: 18px;
}

body.page-product .uc-product-summary .action-button,
body#product .uc-product-summary .action-button {
  margin-top: 12px;
}

body.page-product .uc-product-family,
body.page-product .uc-tile-calculator,
body#product .uc-product-family,
body#product .uc-tile-calculator {
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #ece6df;
  border-radius: 4px;
  background: #fbfaf8;
}

body.page-product .uc-product-tools-title,
body#product .uc-product-tools-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: #242322;
}

body.page-product .uc-product-tools-title span,
body#product .uc-product-tools-title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

body.page-product .uc-product-tools-title strong,
body#product .uc-product-tools-title strong {
  color: #68645f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

body.page-product .uc-family-group,
body#product .uc-family-group {
  margin-top: 14px;
}

body.page-product .uc-family-group-heading,
body#product .uc-family-group-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

body.page-product .uc-family-group-heading span,
body#product .uc-family-group-heading span {
  color: #242322;
  font-size: 13px;
  font-weight: 700;
}

body.page-product .uc-family-group-heading strong,
body#product .uc-family-group-heading strong {
  color: #68645f;
  font-size: 12px;
  font-weight: 600;
}

body.page-product .uc-family-options,
body#product .uc-family-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.page-product .uc-family-options-colors,
body#product .uc-family-options-colors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-product .uc-family-option,
body#product .uc-family-option {
  min-width: 0;
  min-height: 40px;
  border: 1px solid #e3ddd6;
  border-radius: 4px;
  color: #242322;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
}

body.page-product .uc-family-option-color,
body#product .uc-family-option-color {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 46px;
  padding: 9px 10px;
  border-color: rgba(34, 34, 34, 0.14);
  color: var(--uc-family-text, #242322);
  background: var(--uc-family-color, #fff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

body.page-product .uc-family-option-color.is-muted,
body#product .uc-family-option-color.is-muted {
  border-color: rgba(34, 34, 34, 0.2);
  color: var(--uc-family-text, #242322);
  background: var(--uc-family-color, #fff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.page-product .uc-family-option-format,
body#product .uc-family-option-format {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
}

body.page-product .uc-family-option:hover,
body.page-product .uc-family-option.is-active,
body#product .uc-family-option:hover,
body#product .uc-family-option.is-active {
  border-color: #e89487;
}

body.page-product .uc-family-option-color:hover,
body.page-product .uc-family-option-color.is-active,
body#product .uc-family-option-color:hover,
body#product .uc-family-option-color.is-active {
  border-color: rgba(34, 34, 34, 0.18);
}

body.page-product .uc-family-option:not(.uc-family-option-color):hover,
body.page-product .uc-family-option:not(.uc-family-option-color).is-active,
body#product .uc-family-option:not(.uc-family-option-color):hover,
body#product .uc-family-option:not(.uc-family-option-color).is-active {
  background: #fff7f5;
}

body.page-product .uc-family-option-color:hover,
body.page-product .uc-family-option-color.is-active,
body#product .uc-family-option-color:hover,
body#product .uc-family-option-color.is-active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px rgba(34, 34, 34, 0.08);
}

body.page-product .uc-family-option-color.is-active::before,
body#product .uc-family-option-color.is-active::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(34, 34, 34, 0.22), inset 0 0 0 1px rgba(34, 34, 34, 0.06);
}

body.page-product .uc-family-option-color.is-active::after,
body#product .uc-family-option-color.is-active::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--uc-family-color, #fff);
  border-bottom: 2px solid var(--uc-family-color, #fff);
  border-color: color-mix(in srgb, var(--uc-family-color, #242322) 70%, #242322);
  transform: rotate(42deg);
}

body.page-product .uc-family-dot,
body#product .uc-family-dot {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(34, 34, 34, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

body.page-product .uc-family-name,
body#product .uc-family-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-product .uc-family-name-wrap,
body#product .uc-family-name-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  min-width: 0;
}

body.page-product .uc-family-finish-badge,
body#product .uc-family-finish-badge {
  flex: 0 0 auto;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  color: #5a5550;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.05);
}

body.page-product .uc-family-facts,
body#product .uc-family-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ebe4dc;
}

body.page-product .uc-family-fact,
body#product .uc-family-fact {
  min-width: 0;
}

body.page-product .uc-family-fact span,
body#product .uc-family-fact span {
  display: block;
  margin-bottom: 3px;
  color: #827c75;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-product .uc-family-fact strong,
body#product .uc-family-fact strong {
  display: block;
  color: #242322;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.page-product .uc-calculator-grid,
body#product .uc-calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.page-product .uc-calculator-field,
body#product .uc-calculator-field {
  display: grid;
  gap: 6px;
  margin: 0;
}

body.page-product .uc-calculator-field span,
body.page-product .uc-calculator-margin span,
body#product .uc-calculator-field span,
body#product .uc-calculator-margin span {
  color: #68645f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

body.page-product .uc-calculator-field input,
body#product .uc-calculator-field input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d9d2ca;
  border-radius: 4px;
  color: #242322;
  font-size: 15px;
  font-weight: 600;
}

body.page-product .uc-calculator-margin,
body#product .uc-calculator-margin {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 0;
}

body.page-product .uc-calculator-margin input,
body#product .uc-calculator-margin input {
  width: 16px;
  height: 16px;
}

body.page-product .uc-calculator-results,
body#product .uc-calculator-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

body.page-product .uc-calculator-results div,
body#product .uc-calculator-results div {
  padding: 11px 12px;
  border-radius: 4px;
  background: #f6f2ee;
}

body.page-product .uc-calculator-results span,
body#product .uc-calculator-results span {
  display: block;
  margin-bottom: 3px;
  color: #827c75;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-product .uc-calculator-results strong,
body#product .uc-calculator-results strong {
  color: #242322;
  font-size: 15px;
  font-weight: 700;
}

body.page-product .uc-calculator-note,
body#product .uc-calculator-note {
  margin: 12px 0 0;
  color: #68645f;
  font-size: 12px;
  line-height: 1.45;
}

@media (min-width: 992px) {
  body.page-product .uc-product-layout,
  body#product .uc-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
    gap: 38px;
  }

  body.page-product .uc-product-layout > .images,
  body.page-product .uc-product-layout > .summary,
  body#product .uc-product-layout > .images,
  body#product .uc-product-layout > .summary {
    float: none;
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  body.page-product .uc-product-summary,
  body#product .uc-product-summary {
    position: sticky;
    top: 104px;
    padding: 6px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.page-product .images-container .product-cover.swiper_large_preview,
  body#product .images-container .product-cover.swiper_large_preview {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    transition: none !important;
    animation: none !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-wrapper,
  body#product .images-container .product-cover.swiper_large_preview .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: auto !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
    animation: none !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
    animation: none !important;
    backface-visibility: hidden;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide picture,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide picture {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #eee9e4;
    background: #f7f5f2;
    visibility: visible !important;
    transition: none !important;
    animation: none !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide img,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: contain;
    visibility: visible !important;
    transition: none !important;
    animation: none !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide::before,
  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide::after,
  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide picture::before,
  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide picture::after,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide::before,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide::after,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide picture::before,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide picture::after {
    display: none !important;
    content: none !important;
  }

  body.page-product .images-container .thumb-images,
  body.page-product .images-container .swiper-pagination,
  body.page-product .images-container .swiper-button-next,
  body.page-product .images-container .swiper-button-prev,
  body.page-product .scroll-box-arrows,
  body#product .images-container .thumb-images,
  body#product .images-container .swiper-pagination,
  body#product .images-container .swiper-button-next,
  body#product .images-container .swiper-button-prev,
  body#product .scroll-box-arrows {
    display: none !important;
  }
}

@media (max-width: 991px) {
  body.page-product .images-container .product-cover.swiper_large_preview,
  body#product .images-container .product-cover.swiper_large_preview {
    height: clamp(280px, 76vw, 340px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-wrapper,
  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide,
  body#product .images-container .product-cover.swiper_large_preview .swiper-wrapper,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide {
    height: 100% !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide picture,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide picture {
    display: block;
    height: 100% !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide img,
  body#product .images-container .product-cover.swiper_large_preview .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }

  body.page-product .uc-product-summary,
  body#product .uc-product-summary {
    padding-top: 22px;
  }

  body.page-product .uc-product-summary .product-information,
  body#product .uc-product-summary .product-information {
    display: flex;
    flex-direction: column;
  }

  body.page-product .uc-product-summary .product-information > *,
  body#product .uc-product-summary .product-information > * {
    order: 10;
  }

  body.page-product .uc-product-summary .product-description,
  body#product .uc-product-summary .product-description {
    order: 1;
  }

  body.page-product .uc-product-summary .product-actions,
  body#product .uc-product-summary .product-actions {
    order: 4;
  }

  body.page-product .uc-product-summary .uc-product-family,
  body#product .uc-product-summary .uc-product-family {
    order: 2;
  }

  body.page-product .uc-product-summary .uc-tile-calculator,
  body#product .uc-product-summary .uc-tile-calculator {
    order: 3;
  }

  body.page-product .uc-family-options-colors,
  body#product .uc-family-options-colors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-product .uc-family-facts,
  body#product .uc-family-facts {
    grid-template-columns: 1fr;
  }

  body.page-product .uc-calculator-grid,
  body.page-product .uc-calculator-results,
  body#product .uc-calculator-grid,
  body#product .uc-calculator-results {
    grid-template-columns: 1fr;
  }

  body.page-product .uc-product-summary .product-title,
  body#product .uc-product-summary .product-title {
    font-size: 24px;
  }
}
/* UC_PRODUCT_PAGE_STEP1_END */

/* UC_MEGA_TEXT_COLUMNS_RESTORE_START */
.uc-mega-main {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 24px 26px;
}

.uc-mega-collections {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e6e1da;
}

.uc-mega-collections .uc-mega-list ul {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 18px;
}

@media (max-width: 1199px) {
  .uc-mega-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uc-mega-collections .uc-mega-list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .uc-mega-main,
  .uc-mega-collections .uc-mega-list ul {
    grid-template-columns: 1fr;
  }
}
/* UC_MEGA_TEXT_COLUMNS_RESTORE_END */

/* UC_PRODUCT_360_START */
.uc-product-360 {
  height: 0;
  margin: 0;
  overflow: visible;
}

.uc-product-360__button {
  display: none;
}

.uc-360-gallery-slide {
  position: relative;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #eee9e4;
  background: #fff;
  cursor: pointer !important;
}

.uc-360-gallery-slide picture {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.uc-360-gallery-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  transform-origin: center;
}

.uc-360-gallery-image--product {
  object-fit: cover;
  transform: none;
}

.uc-360-gallery-image--frame {
  transform: scale(1.6);
}

.uc-360-gallery-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .56), 0 0 4px rgba(0, 0, 0, .48);
}

.uc-360-gallery-slide:hover .uc-360-gallery-badge,
.uc-360-gallery-slide:focus .uc-360-gallery-badge {
  background: transparent;
}

.uc-360-modal[hidden] {
  display: none !important;
}

.uc-360-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(18, 17, 16, .76);
}

.uc-360-dialog {
  position: relative;
  width: min(920px, calc(100vw - 40px));
  aspect-ratio: 16 / 9;
  background: transparent;
}

.uc-360-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  background: #050505;
  box-shadow: 0 18px 56px rgba(0, 0, 0, .32);
  cursor: grab;
  touch-action: none;
}

.uc-360-stage:active {
  cursor: grabbing;
}

.uc-360-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}

.uc-360-frame {
  display: none;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  box-shadow: 0 18px 56px rgba(0, 0, 0, .32);
}

.uc-360-use-frame .uc-360-stage {
  display: none;
}

.uc-360-use-frame .uc-360-frame {
  display: block;
}

.uc-360-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(36, 35, 34, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: #242322;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.uc-360-nav--prev {
  left: 16px;
}

.uc-360-nav--next {
  right: 16px;
}

.uc-360-nav:hover,
.uc-360-nav:focus {
  border-color: #e29486;
  background: #e29486;
  color: #fff;
}

.uc-360-close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #242322;
  border-radius: 50%;
  background: #fff;
  color: #242322;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
  cursor: pointer;
}

.uc-360-close:hover,
.uc-360-close:focus {
  border-color: #e29486;
  background: #e29486;
  color: #fff;
}

html.uc-360-is-open,
html.uc-360-is-open body {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.page-product .images-container .product-cover.swiper_large_preview .uc-360-gallery-slide,
  body#product .images-container .product-cover.swiper_large_preview .uc-360-gallery-slide {
    flex: 0 0 100%;
    width: 100% !important;
    height: 100% !important;
  }

  body.page-product .images-container .product-cover.swiper_large_preview .uc-360-gallery-slide picture,
  body#product .images-container .product-cover.swiper_large_preview .uc-360-gallery-slide picture {
    height: 100% !important;
  }

  .uc-360-modal {
    padding: 14px;
  }

  .uc-360-dialog {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 68px);
  }

  .uc-360-close {
    top: 8px;
    right: 8px;
  }

  .uc-360-nav {
    width: 38px;
    height: 38px;
  }

  .uc-360-nav--prev {
    left: 8px;
  }

  .uc-360-nav--next {
    right: 8px;
  }
}
/* UC_PRODUCT_360_END */
