@charset "UTF-8";
/* Order matters: variables → base → layout → components */
/* @use "mixins"; */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #092832;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  flex: 1;
  padding-top: 62px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #092832;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

p + p {
  margin-top: 12px;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #092832 !important;
}

.text-light-yellow {
  color: rgba(242, 218, 45, 0.3) !important;
}

.text-muted-custom {
  color: #6b7280;
}

@media (min-width: 992px) {
  main {
    flex: 1;
    padding-top: 108px;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 0;
  padding-right: 0;
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}

[class*=col-],
.col,
.col-auto {
  padding-left: 0;
  padding-right: 0;
}

.row-gutter {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.bg-white-custom {
  background-color: #ffffff !important;
}

.bg-yellow {
  background-color: #f2da2d !important;
}

.bg-light-yellow {
  background-color: rgba(242, 218, 45, 0.2) !important;
}

.page-wrapper {
  padding: 2em 0 4em 0;
  max-width: 75em;
  margin: auto;
}

#producttop {
  padding: 15px 0 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

h2.merge-title {
  font-size: 48px;
  text-align: center;
  padding: 40px 0;
  color: #F2DA2D;
  opacity: 30%;
  font-weight: 700;
}

.parallax-text {
  display: inline-flex;
}
.parallax-text.left {
  animation: slide-left linear;
  animation-timeline: view(60% 0);
}
.parallax-text.right {
  animation: slide-right linear;
  animation-timeline: view(60% 0);
}

@keyframes slide-left {
  from {
    opacity: 0;
    transform: translateX(-100vh);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-right {
  from {
    opacity: 0;
    transform: translateX(100vh);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  h2.merge-title {
    font-size: 76px;
  }
}
@media (min-width: 1200px) {
  h2.merge-title {
    font-size: 100px;
  }
}
#carousel-testimonials,
#carousel-featured-products {
  background: rgba(242, 218, 45, 0.2);
  padding-bottom: 52px;
}

.parralax-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-wrapper {
  padding-bottom: 40px;
}

.carousel-wrapper button {
  position: relative;
}

#carouselTestimonials .carousel-inner,
#carouselBrix .carousel-inner {
  overflow: hidden;
}
#carouselTestimonials .carousel-inner .carousel-item,
#carouselBrix .carousel-inner .carousel-item {
  will-change: transform;
  backface-visibility: hidden;
  height: 564px;
}
#carouselTestimonials .carousel-inner .carousel-item.active, #carouselTestimonials .carousel-inner .carousel-item.carousel-item-next, #carouselTestimonials .carousel-inner .carousel-item.carousel-item-prev,
#carouselBrix .carousel-inner .carousel-item.active,
#carouselBrix .carousel-inner .carousel-item.carousel-item-next,
#carouselBrix .carousel-inner .carousel-item.carousel-item-prev {
  display: flex;
}
#carouselTestimonials .carousel-inner .carousel-item .carousel-col,
#carouselBrix .carousel-inner .carousel-item .carousel-col {
  padding: 0 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#carouselTestimonials .carousel-inner .carousel-item .card,
#carouselBrix .carousel-inner .carousel-item .card {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  max-width: 320px;
}

/* BOUTONS */
#btn-carousel-prev,
#btn-carousel-next {
  height: auto;
  width: auto;
}
#btn-carousel-prev:focus,
#btn-carousel-next:focus {
  opacity: 0.5 !important;
}
#btn-carousel-prev > div,
#btn-carousel-next > div {
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 10px;
  padding: 5px;
}
#btn-carousel-prev > div svg,
#btn-carousel-next > div svg {
  width: 30px;
  height: 30px;
  color: #000000;
}

#btn-carousel-prev {
  margin-left: auto;
}

#btn-carousel-next {
  margin-right: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  margin: auto;
}

/* ====== Multi-item : 3 cartes à partir de 992px ====== */
@media (min-width: 768px) {
  #carousel-testimonials {
    padding-bottom: 80px;
  }
  #carouselTestimonials .carousel-inner .carousel-item-end.active,
  #carouselTestimonials .carousel-inner .carousel-item-next,
  #carouselBrix .carousel-inner .carousel-item-end.active,
  #carouselBrix .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  #carouselTestimonials .carousel-inner .carousel-item-start.active,
  #carouselTestimonials .carousel-inner .carousel-item-prev,
  #carouselBrix .carousel-inner .carousel-item-start.active,
  #carouselBrix .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
  #carouselTestimonials .carousel-inner .carousel-item-end,
  #carouselTestimonials .carousel-inner .carousel-item-start,
  #carouselBrix .carousel-inner .carousel-item-end,
  #carouselBrix .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
}
/* ====== Multi-item : 3 cartes à partir de 992px ====== */
@media (min-width: 992px) {
  #carousel-featured-products {
    padding-bottom: 80px;
  }
  .carousel-wrapper {
    padding-bottom: 50px;
  }
  #carouselBrix .carousel-inner .carousel-item-end.active,
  #carouselBrix .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  #carouselBrix .carousel-inner .carousel-item-start.active,
  #carouselBrix .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
  #carouselBrix .carousel-inner .carousel-item-end,
  #carouselBrix .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
}
/* ====== 4 cartes à partir de 1200px ====== */
@media (min-width: 1200px) {
  #carouselBrix .carousel-inner .carousel-item-end.active,
  #carouselBrix .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  #carouselBrix .carousel-inner .carousel-item-start.active,
  #carouselBrix .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
  #carouselBrix .carousel-inner .carousel-item-end,
  #carouselBrix .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
}
.btn-base, .btn-single, .btn-funart-home, .btn-miniatures-home, .btn-banner-home,
.btn-goodies-home {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  background-color: #f2da2d;
  color: #000;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-base:hover, .btn-single:hover, .btn-funart-home:hover, .btn-miniatures-home:hover, .btn-banner-home:hover,
.btn-goodies-home:hover {
  color: #f2da2d;
  background-color: #000;
}

.btn-banner-home,
.btn-goodies-home {
  clip-path: polygon(3.125% 10.526%, 100% 0%, 96.528% 89.474%, 0% 99.342%, 3.125% 10.526%);
}

.btn-miniatures-home {
  clip-path: polygon(2.015% 4.459%, 100% 0%, 95.29% 100%, 0% 100%, 2.015% 4.459%);
}

.btn-goodies-home {
  clip-path: polygon(95.506% 0%, 0% 0%, 4.71% 100%, 100% 100%, 95.506% 0%);
}

.btn-funart-home {
  clip-path: polygon(2.121% 5.115%, 100% 0%, 95.29% 100%, 0% 100%, 2.121% 5.115%);
}

.btn-single {
  clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%, 1.873% 8.475%);
  padding: 10px 20px;
}

.btn-poly-transparent, .btn-store, .btn-poly-border-white {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  background: transparent;
  transition: all 0.3s ease;
}
.btn-poly-transparent .btn-poly__label, .btn-store .btn-poly__label, .btn-poly-border-white .btn-poly__label {
  position: relative;
  z-index: 1;
}
.btn-poly-transparent .btn-poly__border, .btn-store .btn-poly__border, .btn-poly-border-white .btn-poly__border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.btn-poly-transparent .btn-poly__border polygon, .btn-store .btn-poly__border polygon, .btn-poly-border-white .btn-poly__border polygon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1;
  transition: fill 0.3s ease;
}
.btn-poly-transparent:hover, .btn-store:hover, .btn-poly-border-white:hover {
  color: #FCF8D5;
}
.btn-poly-transparent:hover .btn-poly__border polygon, .btn-store:hover .btn-poly__border polygon, .btn-poly-border-white:hover .btn-poly__border polygon {
  fill: black;
}

.btn-poly-border-white {
  color: white;
}
.btn-poly-border-white:hover {
  color: #0184BC;
}
.btn-poly-border-white:hover .btn-poly__border polygon {
  fill: #FFFFFF;
}

.btn-store {
  clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
  padding: 10px 20px;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

button.button.out-of-stock {
  background-color: #ccc;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px;
  cursor: default;
  clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%);
  Text-Decoration: None !important;
  white-space: nowrap;
  width: fit-content;
}

@media (min-width: 992px) {
  #header-caroussel {
    background-color: #f2da2d;
    padding: 12px 0;
    height: 46px;
  }
  .carouselNews-wrapper {
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }
  .carouselNews-wrapper .carousel-item {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 500;
    color: #092832;
  }
  .carouselNews-wrapper .carousel-item b {
    font-weight: 700;
  }
  .carouselNews-wrapper button {
    position: relative !important;
    background-color: transparent;
    cursor: pointer;
    z-index: 10;
    width: 24px;
    height: 24px;
    padding: 6px;
  }
  #header-caroussel .icon-chevron-left,
  #header-caroussel .icon-chevron-right {
    width: 12px;
    height: 12px;
    max-width: none;
    flex-shrink: 0;
    color: #092832;
  }
  .carouselNews-wrapper button.carousel-control-prev {
    margin-right: auto;
  }
  .carouselNews-wrapper button.carousel-control-next {
    margin-left: auto;
  }
  .carouselNews-wrapper .carousel-inner .carousel-item-end.active,
  .carouselNews-wrapper .carousel-inner .carousel-item-next {
    transform: translateX(100%) !important;
  }
  .carouselNews-wrapper .carousel-inner .carousel-item-start.active,
  .carouselNews-wrapper .carousel-inner .carousel-item-prev {
    transform: translateX(-100%) !important;
  }
  /* correction carousel */
  .carouselNews-wrapper .carousel-inner .carousel-item-end,
  .carouselNews-wrapper .carousel-inner .carousel-item-start {
    transform: translateX(0) !important;
  }
}
#nav-brixcool {
  background-color: #ffffff;
  height: 62px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 70em;
}

.navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.custom-logo {
  max-height: 62px;
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}

.menu-nav-header {
  display: none;
}

#sidebar-left-toggle {
  width: 36px;
  height: 36px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}

#sidebar-left-toggle:focus {
  box-shadow: none;
}

#sidebar-left-toggle .icon-cross {
  display: none;
}

#sidebar-left-toggle.is-open .icon-burger {
  display: none;
}

#sidebar-left-toggle.is-open .icon-cross {
  display: block;
}

.cart-contents {
  display: flex;
  align-items: center;
  gap: 6px;
}

#mini-cart-count,
.icon-shopping-bag,
.icon-burger,
.icon-cross {
  height: 24px;
  width: 24px;
}

.icon-user {
  height: 20px;
  width: 20px;
}

#mini-cart-count {
  background-color: #f2da2d;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border-radius: 24px;
}

.brix-languages-desktop {
  display: none;
}

@media (min-width: 992px) {
  #sidebar-left-toggle {
    display: none;
  }
  .menu-nav-header {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .menu-nav-header > li {
    padding: 0 12px;
    height: 100%;
    display: flex;
  }
  .cart-panier-wrapper,
  .menu-nav-header > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    white-space: nowrap;
  }
  .cart-panier-wrapper {
    height: 40px;
    background-color: #f2da2d;
    clip-path: polygon(3.546% 10%, 100% 0%, 96.454% 90%, 0% 100%, 3.546% 10%);
    padding: 0 12px;
    margin: 0 12px;
  }
  .cart-panier-wrapper:hover {
    background-color: black;
    color: #f2da2d;
  }
  .cart-panier-wrapper:hover .cart-contents-count {
    color: black;
  }
  .menu-nav-header li.menu-item-has-children {
    position: relative;
  }
  .menu-nav-header li.menu-item-has-children a {
    display: flex;
    align-items: center;
  }
  .menu-nav-header li.menu-item-has-children a .menu-desktop-chevron {
    padding-left: 8px;
  }
  .menu-nav-header li.menu-item-has-children a svg {
    width: 12px;
    height: 12px;
  }
  .menu-nav-header li.menu-item-has-children a img {
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
  }
  .menu-nav-header li.menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    background-color: #ffffff;
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .menu-nav-header li.menu-item-has-children:hover .sub-menu {
    max-height: 1000px;
  }
  .menu-nav-header li.menu-item-has-children .sub-menu li {
    padding: 12px;
  }
  #mini-cart-count {
    background-color: #ffffff;
  }
  .brix-languages-desktop {
    display: block;
    position: relative;
    height: 100%;
  }
  .brix-languages-desktop a {
    display: flex;
    align-items: center;
    padding: 0 0 0 12px;
    height: 100%;
  }
  .brix-languages-desktop a img {
    border-radius: 12px;
    width: 18px;
    height: 18px;
    object-fit: cover;
  }
  .brix-languages-desktop a span {
    padding-left: 8px;
  }
  .brix-languages-desktop a svg {
    width: 12px;
    height: 12px;
  }
  .brix-languages-desktop .brix-lang-submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    background-color: #ffffff;
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: white;
    width: max-content;
  }
  .brix-languages-desktop .brix-lang-submenu .brix-lang-item a {
    padding: 12px;
  }
  .brix-languages-desktop .brix-lang-submenu .brix-lang-item a img {
    margin-right: 8px;
  }
  .brix-languages-desktop:hover .brix-lang-submenu {
    max-height: 1000px;
  }
}
#mobile-menu {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 62px);
  background: #f2da2d;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
}

#mobile-menu.is-open {
  transform: translateX(0);
}

#mobile-menu .mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 12px 25px 0 24px;
}

#mobile-menu .mobile-menu-list > li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(9, 40, 50, 0.1);
  padding: 0;
}

#mobile-menu .mobile-menu-list > li a {
  flex: 1 1 auto;
}

#mobile-menu .mobile-menu-list > li .menu-row > a,
#mobile-menu .mobile-menu-list > li > a {
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  height: 64px;
  display: flex;
}

#mobile-menu .mobile-menu-list > li .menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

#mobile-menu .mobile-menu-list > li .menu-row span {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

#mobile-menu .mobile-menu-list > li.menu-item-has-children .menu-row .menu-chevron svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

/* Account icon spacing (last item) */
#mobile-menu .menu-account-label {
  padding-left: 11px;
}

/* Submenus hidden by default */
#mobile-menu .mobile-menu-list .sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 3s ease;
}

#mobile-menu .mobile-menu-list .sub-menu a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

#mobile-menu .mobile-menu-list .sub-menu a:last-of-type {
  padding-bottom: 20px;
}

#mobile-menu .mobile-menu-list > li.menu-item-has-children.is-open > .sub-menu {
  max-height: 1000px;
}

#mobile-menu .mobile-menu-list > li.menu-item-has-children.is-open .menu-row .menu-chevron svg {
  transform: rotate(180deg);
}

#mobile-menu .mobile-menu-list .brix-languages span {
  padding-left: 12px !important;
}

#mobile-menu .mobile-menu-list .brix-languages .brix-lang-link {
  display: flex;
  align-items: center;
}

.brix-languages a img {
  border-radius: 12px;
  width: 18px;
  height: 18px;
  object-fit: cover;
}

footer {
  background-color: #f2da2d;
}

.footer-menus-wrapper {
  padding: 40px 24px 0;
}

.footer-menus-wrapper .footer-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 13px;
}

.footer-menus-wrapper .footer-text {
  font-size: 12px;
  line-height: 22px;
}

.footer-menus-wrapper .footer-text a {
  text-decoration: underline;
}

.menu-reseaux-sociaux {
  display: flex;
  gap: 8px;
  padding: 24px 0 20px;
}

.menu-reseaux-sociaux li {
  display: flex;
}

.menu-reseaux-sociaux li a {
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}

.menu-reseaux-sociaux li a svg {
  height: 12px;
  width: 12px;
}

.horizontal-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 12px 0;
}

.footer-title {
  padding-bottom: 7px;
}

.footer-menus li {
  padding-top: 8px;
}

.footer-menus li:first-of-type {
  padding-top: 0;
}

.footer-menus a {
  font-size: 14px;
  line-height: 22px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

.footer-logo .custom-logo-link {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 50px;
}

.footer-menu-legal {
  display: flex;
  padding: 12px 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu-legal > li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
}

.footer-menu-legal > li:not(:first-child)::before {
  content: "";
  width: 1px;
  background-color: currentColor;
  height: 12px;
  margin: 0 10px;
  display: inline-block;
}

.form-newsletter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 16px;
  max-width: 450px;
}

.newsletter-success {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.form-newsletter form {
  width: 100%;
}

.form-newsletter form .input-wrapper {
  background: #ffffff;
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 14px 0 18px;
}

.form-newsletter form .input-wrapper input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}

.form-newsletter form .input-wrapper input::placeholder {
  color: #000000;
  opacity: 1;
  line-height: 22px;
}

.form-newsletter form .icon-left svg {
  display: block;
  margin-right: 12px;
}

.form-newsletter form .icon-right {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.form-newsletter form .icon-right svg {
  display: block;
}

.footer-menu-legal {
  position: relative;
}

.footer-menu-legal .brix-footer-languages {
  position: relative;
}

.footer-menu-legal .footer-lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-menu-legal .footer-lang-submenu {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  background-color: #ffffff;
  padding: 0 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: 6px;
  z-index: 20;
}

.footer-menu-legal .brix-footer-languages:hover .footer-lang-submenu {
  max-height: 500px;
}

.footer-menu-legal .footer-lang-submenu a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
  white-space: nowrap;
}

.brix-footer-languages img {
  border-radius: 12px;
  width: 18px;
  height: 18px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .footer-menus-top,
  .footer-logo,
  .footer-legal {
    max-width: 70em;
    margin: 0 auto;
  }
  .footer-logo {
    padding: 32px 24px 0;
  }
  .footer-logo .custom-logo-link {
    margin-left: auto;
    padding: 20px 0;
    background-color: transparent;
  }
  .footer-menu-legal {
    justify-content: flex-end;
    padding: 12px 24px;
  }
}
#breadcrumb span {
  font-size: 18px;
  text-decoration: none;
  color: #363127;
}

#banner-home {
  position: relative;
}
#banner-home img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#banner-home .hero-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  align-items: center;
}
#banner-home .hero-content h1 {
  font-size: 36px;
  color: #ffffff;
  line-height: 44px;
  font-weight: 700;
  padding-bottom: 12px;
}
#banner-home .hero-content p {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 32px;
}
#banner-home .hero-content a {
  width: fit-content;
}

@media (min-width: 576px) {
  #banner-home img {
    content: url("../../images/banner-hp-mobile-hori.jpg");
  }
  #banner-home .hero-content {
    top: 10%;
  }
}
@media (min-width: 768px) {
  #banner-home img {
    content: url("../../images/banner-hp.jpg");
  }
  #banner-home .hero-content {
    left: 0;
    transform: none;
    text-align: left;
    top: 30%;
    transform: translateY(-30%);
    padding: 0;
  }
  #banner-home .hero-content h1 {
    font-size: 50px;
    line-height: 55px;
    width: 70%;
    padding-bottom: 18px;
  }
  #banner-home .hero-content p {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 45px;
  }
  #banner-home .hero-content-wrp {
    max-width: 70em;
    width: 100%;
    padding: 0 24px;
    display: block;
  }
}
@media (min-width: 1200px) {
  #banner-home .hero-content {
    left: 0;
    transform: none;
    text-align: left;
    top: 30%;
    transform: translateY(-30%);
    padding: 0;
  }
  #banner-home .hero-content h1 {
    font-size: 80px;
    line-height: 85px;
    width: 80%;
  }
  #banner-home .hero-content p {
    font-size: 48px;
    line-height: auto;
    font-weight: 600;
  }
}
.parralax-collection {
  background-color: white;
  position: relative;
}
.parralax-collection h2 {
  padding-top: 0;
}

.collection-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.collections-item {
  max-width: 425px;
  margin: auto;
}
.collections-item .image.featured {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: rgba(242, 218, 45, 0.1);
}
.collections-item .overlay {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collections-item .overlay h3 {
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 700;
}
.collections-item .overlay .overlay-text {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
}
.collections-item .overlay a {
  margin: 16px 0;
}

@media (min-width: 768px) {
  #collection {
    padding-bottom: 80px;
    background: white;
  }
  .collection-wrapper {
    flex-direction: row;
    padding: 0 2vw;
    gap: 12px;
  }
  .collection-wrapper .collections-item {
    flex: 1;
    max-width: 100%;
  }
  .collection-wrapper .collections-item .overlay h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .collection-wrapper .collections-item .overlay .overlay-text {
    font-size: 18px;
    line-height: 24px;
  }
  .collection-wrapper .collections-item .overlay a {
    margin: 8px 0;
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .collection-wrapper {
    padding: 0 8.33vw;
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .collection-wrapper .collections-item .overlay h3 {
    font-size: 48px;
    line-height: unset;
  }
  .collection-wrapper .collections-item .overlay .overlay-text {
    font-size: 24px;
    line-height: 32px;
  }
  .collection-wrapper .collections-item .overlay a {
    font-size: 18px;
    margin: 16px 0;
    padding: 20px 40px;
  }
}
.parralax-brand {
  background-color: white;
  position: relative;
}

#brand .brand-wrapper {
  display: grid;
  gap: 100px;
  justify-content: center;
  margin: 80px auto 0;
  grid-template-columns: 1fr;
}
#brand .brand-wrapper .brand-item .background-clip {
  position: relative;
  max-width: 425px;
  min-width: 330px;
  width: 100%;
  aspect-ratio: 1/1;
  margin: auto;
}
#brand .brand-wrapper .brand-item .background-clip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0184BC;
  z-index: 0;
}
#brand .brand-wrapper .brand-item .background-clip.bg-brand-1::before {
  clip-path: polygon(2% 7%, 100% 3%, 98% 95%, 0% 100%);
}
#brand .brand-wrapper .brand-item .background-clip.bg-brand-2::before {
  clip-path: polygon(0% 0%, 97% 5%, 100% 98%, 2% 94%);
}
#brand .brand-wrapper .brand-item .background-clip.bg-brand-3::before {
  clip-path: polygon(3% 2%, 99% 7%, 100% 100%, 0 97%);
}
#brand .brand-wrapper .brand-item .background-clip .foreground {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #4DA9D0;
  width: 84%;
  height: 70%;
  z-index: 25;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}
#brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  padding: 8% 10%;
  flex: 1 1 auto;
}
#brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
  color: #FFF;
  white-space: nowrap;
}
#brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
#brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text a {
  text-align: center;
  margin: auto 0 0;
  padding: 10px 20px;
  align-self: center;
  white-space: nowrap;
}
#brand .brand-wrapper .brand-item .background-clip img.img-sursaut {
  display: block;
  margin: auto;
  width: 84%;
  transition: all 0.5s ease;
  z-index: 5;
  position: relative;
}
#brand .brand-wrapper .brand-item .background-clip:hover img.img-sursaut {
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  #brand .brand-wrapper {
    padding: 0 2vw;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 auto 80px;
  }
  #brand .brand-wrapper .brand-item .background-clip {
    min-width: auto;
    max-width: 100%;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text a {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  #brand .brand-wrapper {
    gap: 32px;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text h3 {
    line-height: 35px;
    margin-bottom: 6px;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text p {
    line-height: 24px;
    font-weight: 600;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text a {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  #brand .brand-wrapper {
    padding: 0 8.33vw;
  }
}
@media (min-width: 1400px) {
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text {
    padding: 7%;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
  #brand .brand-wrapper .brand-item .background-clip .foreground .foreground-text a {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 40px;
  }
}
#carousel-featured-products .carousel-item .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  max-width: 320px;
}
#carousel-featured-products .carousel-item .card > .card-link {
  display: flex !important;
  /* override .d-block */
  flex-direction: column;
  flex: 1 1 auto;
}
#carousel-featured-products .carousel-item .card > .card-link .car-img-top {
  position: relative;
}
#carousel-featured-products .carousel-item .card > .card-link .car-img-top img {
  border-radius: 0;
  background-color: rgba(242, 218, 45, 0.1);
  transition: all 0.3s ease;
}
#carousel-featured-products .carousel-item .card > .card-link .car-img-top .pastille {
  position: absolute;
  top: 12px;
  right: 12px;
}
#carousel-featured-products .carousel-item .card > .card-link .car-img-top .pastille span {
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  background-color: #FFFFFF;
  padding: 2px 5px;
  white-space: nowrap;
  margin-left: 10px;
}
#carousel-featured-products .carousel-item .card > .card-link .car-img-top .pastille span:first-of-type {
  margin: 0;
}
#carousel-featured-products .carousel-item .card > .card-link .car-img-top .pastille span.best-seller {
  color: #FFFFFF;
  background-color: #C59A6D;
}
#carousel-featured-products .carousel-item .card > .card-link .car-img-top .pastille span.promotion {
  color: #FFFFFF;
  background-color: #0184BC;
}
#carousel-featured-products .carousel-item .card > .card-link:hover .car-img-top img {
  transform: scale(1.1);
}
#carousel-featured-products .carousel-item .card > .card-link .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px 20px 0 20px;
}
#carousel-featured-products .carousel-item .card > .card-link .card-body .carousel-card-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 8px;
}
#carousel-featured-products .carousel-item .card > .card-link .card-body .carousel-card-text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  flex: 0 1 auto;
}
#carousel-featured-products .carousel-item .card > .card-link .card-body .carousel-card-prix {
  margin-top: auto;
}
#carousel-featured-products .carousel-item .card > .card-link .card-body .carousel-card-prix .regular-price,
#carousel-featured-products .carousel-item .card > .card-link .card-body .carousel-card-prix .sale-price {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
#carousel-featured-products .carousel-item .card > .card-link .card-body .carousel-card-prix .sale-price {
  color: #0184BC;
}
#carousel-featured-products .carousel-item .card > .card-link .card-body .carousel-card-prix .regular-price.promotion {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: line-through;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.5);
}
#carousel-featured-products .carousel-item .card > .bottom-block {
  flex: 0 0 auto;
  margin: 10px auto 24px;
}
#carousel-featured-products .carousel-item .card > .bottom-block a {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px;
  background-color: #f2da2d;
  clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%, 1.873% 8.475%);
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}
#carousel-featured-products .carousel-item .card > .bottom-block a span.text-btn-panier {
  white-space: nowrap;
}
#carousel-featured-products .carousel-item .card > .bottom-block a:hover {
  color: #f2da2d;
  background-color: #000000;
}
#carousel-featured-products .carousel-item:nth-child(odd) .carousel-col:nth-child(even) .card > .bottom-block a {
  clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
}
#carousel-featured-products .carousel-item:nth-child(odd) .carousel-col:nth-child(even) .card > .bottom-block button.button.out-of-stock {
  clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
}
#carousel-featured-products .carousel-item:nth-child(even) .carousel-col:nth-child(odd) .card > .bottom-block a {
  clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
}
#carousel-featured-products .carousel-item:nth-child(even) .carousel-col:nth-child(odd) .card > .bottom-block button.button.out-of-stock {
  clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
}

#carouselTestimonials .testimonial-item {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  max-width: 320px;
  width: 100%;
  height: 564px;
}
#carouselTestimonials .testimonial-item > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  flex-shrink: 0;
}
#carouselTestimonials .testimonial-item .testimonial-txt {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
#carouselTestimonials .testimonial-item .testimonial-comment {
  margin-bottom: 12px;
  overflow-y: auto;
}
#carouselTestimonials .testimonial-item .testimonial-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 12px 0;
  margin-top: auto;
}
#carouselTestimonials .testimonial-item .testimonial-text-top {
  display: flex;
  align-items: center;
}
#carouselTestimonials .rating-stars {
  display: flex;
  gap: 4px;
}
#carouselTestimonials .rating-stars .star {
  display: inline-flex;
  width: 14px;
  height: 14px;
}
#carouselTestimonials .rating-stars .star.full {
  color: #F2DA2D;
}
#carouselTestimonials .rating-stars .star.empty {
  color: #E0E0E0;
}
#carouselTestimonials .testimonial-traduction {
  margin-left: auto;
  background: rgba(242, 218, 45, 0.4);
  color: #000000;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
}
@media (min-width: 992px) {
  #carouselTestimonials .carousel-item {
    height: auto;
    justify-content: stretch;
    align-items: stretch;
    height: 100% !important;
  }
  #carouselTestimonials .carousel-col {
    align-items: stretch;
  }
  #carouselTestimonials .testimonial-item {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
  #carouselTestimonials .testimonial-item > img {
    width: 150px;
    height: 300px;
    object-fit: cover;
  }
  #carouselTestimonials .testimonial-item .testimonial-txt {
    flex: 1;
    overflow: hidden;
  }
}

.communityHighlight {
  display: flex;
  flex-wrap: wrap;
}
.communityHighlight img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.banner-list {
  position: relative;
}
.banner-list .banner-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.banner-list .banner-text {
  width: 70%;
  position: absolute;
  background: white;
  clip-path: polygon(4% 9%, 100% 5%, 97% 99%, 2% 93%);
  border: 30px solid #FCDC12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 1.5em 1em;
  text-align: center;
}
.banner-list .banner-text h1 {
  font-weight: 900;
  font-size: 1.75em;
  letter-spacing: -0.035em;
  line-height: 1;
  padding: 10px 0;
  color: #363127;
}
.banner-list .banner-text p {
  font-size: 1.2em;
  display: block;
}

@media (min-width: 768px) {
  .banner-list .banner-text {
    width: max-content;
    padding: 1.5em 3em;
  }
  .banner-list .banner-text h1 {
    font-size: 2em;
  }
  .banner-list .banner-text p {
    font-size: 1.3em;
  }
}
#filters {
  margin: 30px 0 !important;
  padding: 40px 50px;
  background: #F6F6F6;
  clip-path: polygon(8% 5%, 98% 4%, 96% 100%, 5% 98%);
}
#filters .filter-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#filters .filter-form select {
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: 300;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #363127;
  background: #fff;
  cursor: pointer;
  appearance: none;
}
#filters .filter-form input {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #c51349;
  background: #c51349;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2em;
  outline: 0;
  padding: 10px 20px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#filters .filter-form input:first-of-type {
  margin: 15px 0 20px;
}
#filters .filter-form input#confirm:hover {
  background: #363127;
  border-color: #363127;
  color: #FFF;
}
#filters .filter-form input#reset {
  background: #ccc;
  border-color: #ccc;
}

@media (min-width: 768px) {
  #filters {
    clip-path: polygon(1% 10%, 100% 12%, 98% 91%, 2% 93%);
  }
  #filters .filter-form {
    flex-wrap: nowrap;
  }
  #filters .filter-form select {
    margin: 0 10px 0 0;
  }
  #filters .filter-form input:first-of-type {
    margin: 0 10px 0 0;
  }
}
#categoryinfo {
  text-align: center;
  margin: 2em 0;
  background: #F6F6F6;
  clip-path: polygon(2% 7%, 100% 4%, 97% 100%, 0% 98%);
}
#categoryinfo section {
  padding: 30px 0;
}
#categoryinfo section a {
  font-size: 1.3em;
  color: #363127;
}
#categoryinfo section a img {
  margin: auto;
}
#categoryinfo section a div {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  #categoryinfo {
    clip-path: polygon(1% 11%, 100% 6%, 99% 98%, 0% 96%);
  }
  #categoryinfo section {
    padding: 30px 120px;
  }
}
#product-list .product-list-item {
  padding: 25px 15px 20px 15px;
  display: flex;
  flex-direction: column;
}
#product-list .product-list-item a img {
  transition: all 0.3s ease;
}
#product-list .product-list-item a:hover img {
  transform: scale(1.1);
}
#product-list .product-list-item a .overlaylisting {
  text-align: center;
  padding-top: 10px;
}
#product-list .product-list-item a .overlaylisting h4 {
  font-size: 1.25em;
  font-weight: bold;
  color: #363127;
  line-height: 1.75em;
}
#product-list .product-list-item a .overlaylisting h5 {
  font-size: 1.2em !important;
  font-weight: normal !important;
  color: #363127;
  line-height: 1.75em;
}
#product-list .product-list-item .brix-products-price {
  text-align: center;
  margin-top: auto;
}
#product-list .product-list-item .brix-products-price a {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px;
  background-color: #f2da2d;
  clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%, 1.873% 8.475%);
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#product-list .product-list-item .brix-products-price a:hover {
  color: #f2da2d;
  background-color: #000000;
}
#product-list .product-list-item:nth-child(even) .brix-products-price a {
  clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
}
#product-list .product-list-item:nth-child(even) .brix-products-price button.button.out-of-stock {
  clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
}

@media (min-width: 768px) {
  #product-list .product-list-item a .overlaylisting h4 {
    font-size: 1.3em;
  }
  #product-list .product-list-item:nth-child(4n) .brix-products-price a, #product-list .product-list-item:nth-child(4n+1) .brix-products-price a {
    clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%, 1.873% 8.475%);
  }
  #product-list .product-list-item:nth-child(4n) .brix-products-price button.button.out-of-stock, #product-list .product-list-item:nth-child(4n+1) .brix-products-price button.button.out-of-stock {
    clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%, 1.873% 8.475%);
  }
  #product-list .product-list-item:nth-child(4n+2) .brix-products-price a, #product-list .product-list-item:nth-child(4n+3) .brix-products-price a {
    clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
  }
  #product-list .product-list-item:nth-child(4n+2) .brix-products-price button.button.out-of-stock, #product-list .product-list-item:nth-child(4n+3) .brix-products-price button.button.out-of-stock {
    clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
  }
}
@media (min-width: 992px) {
  #product-list .product-list-item:nth-child(odd) .brix-products-price a {
    clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%, 1.873% 8.475%);
  }
  #product-list .product-list-item:nth-child(odd) .brix-products-price button.button.out-of-stock {
    clip-path: polygon(1.873% 8.475%, 100% 0%, 98.127% 91.525%, 0% 100%, 1.873% 8.475%);
  }
  #product-list .product-list-item:nth-child(even) .brix-products-price a {
    clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
  }
  #product-list .product-list-item:nth-child(even) .brix-products-price button.button.out-of-stock {
    clip-path: polygon(98.127% 8.475%, 0% 0%, 1.873% 91.525%, 100% 100%, 98.127% 8.475%);
  }
}
#producttop-left .thumbnail {
  max-width: 100px;
  cursor: pointer;
}
#producttop-left #main-image-container {
  position: relative;
}
#producttop-left .pastille {
  position: absolute;
  top: 12px;
  right: 12px;
}
#producttop-left .pastille span {
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  background-color: #FFFFFF;
  padding: 2px 5px;
  white-space: nowrap;
  margin-left: 10px;
}
#producttop-left .pastille span:first-of-type {
  margin: 0;
}
#producttop-left .pastille span.best-seller {
  color: #FFFFFF;
  background-color: #C59A6D;
}
#producttop-left .pastille span.promotion {
  color: #FFFFFF;
  background-color: #0184BC;
}

@media (min-width: 992px) {
  #producttop-left {
    max-width: 40% !important;
    margin: 0 auto;
  }
  #producttop-left #thumbnail-container {
    padding-top: 20px;
  }
}
#producttop-right #product-details h1 {
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 40px;
  margin-top: 20px;
  padding-bottom: 20px;
}
#producttop-right #product-details .product-description {
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
}
#producttop-right #product-details .product-price {
  margin: 12px 0;
}
#producttop-right #product-details .product-price .regular-price,
#producttop-right #product-details .product-price .sale-price {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
#producttop-right #product-details .product-price .sale-price {
  color: #0184BC;
}
#producttop-right #product-details .product-price .regular-price.promotion {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: line-through;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.5);
}
#producttop-right #product-details .product-btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#producttop-right #product-details .product-btn a {
  display: flex;
  align-items: center;
  width: 220px;
  font-size: 18px;
  text-align: center;
  justify-content: center;
}
#producttop-right #product-details .product-btn a .icon-shopping-bag {
  display: none;
}
#producttop-right #product-details .product-info-payment {
  margin: 12px 0 16px;
}
#producttop-right #product-details .product-info-payment span {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
#producttop-right #product-details .product-info-payment span svg {
  height: 13px;
  width: 13px;
  margin-right: 5px;
}
#producttop-right #product-details .productinfos > div {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#producttop-right #product-details .productinfos > div h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: uppercase;
}
#producttop-right #product-details .productinfos > div p,
#producttop-right #product-details .productinfos > div .product-info-item {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
#producttop-right #product-details .productinfos > div:last-of-type {
  border-bottom: none;
}

.see-store:not([aria-expanded]) .see-more,
.see-store[aria-expanded=false] .see-more {
  display: block;
}

.see-store:not([aria-expanded]) .see-less,
.see-store[aria-expanded=false] .see-less {
  display: none;
}

.see-store[aria-expanded=true] .see-more {
  display: none;
}

.see-store[aria-expanded=true] .see-less {
  display: block;
}

.product-stores .product-store-list li {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
}
.product-stores .product-store-list li a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #producttop-right {
    max-width: 40% !important;
    margin: auto;
  }
}
#gallery-single .product-gallery .gallery-item {
  min-width: 270px;
  position: relative;
}
#gallery-single .product-gallery .gallery-item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#gallery-single .product-gallery .gallery-item img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 5px;
}

#damier .byo-txt {
  position: relative;
}
#damier .byo-txt .byo-txt-container {
  display: flex;
  height: 100%;
}
#damier .byo-txt .byo-txt-container .byo-rank {
  position: absolute;
  font-size: 80px;
  font-weight: 700;
  color: F2DA2D;
  opacity: 20%;
  bottom: 50%;
  transform: translateY(50%);
}
#damier .byo-txt .byo-txt-container .byo-title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0 0 12px 15%;
}
#damier .byo-txt .byo-txt-container .byo-title h3 {
  font-size: 30px;
  font-weight: 700;
}
#damier .byo-txt .byo-txt-container .byo-title .byo-desc {
  font-size: 18px;
  font-weight: 600;
}
#damier .byo-img {
  margin-bottom: 40px;
}
#damier .byo-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.byo-1 {
  align-items: center;
}
.byo-1 .byo-img img {
  clip-path: polygon(0% 0%, 100% 2%, 98% 98%, 2% 100%);
}

.byo-2 {
  align-items: center;
}
.byo-2 .byo-rank {
  right: 0;
}
.byo-2 .byo-title {
  padding: 0 15% 12px 0;
}
.byo-2 .byo-img img {
  clip-path: polygon(5% 5%, 97% 2%, 100% 100%, 5% 100%);
}

.byo-3 {
  align-items: center;
}
.byo-3 .byo-img img {
  clip-path: polygon(5% 2%, 98% 0%, 100% 99%, 0% 98%);
}

@media (min-width: 768px) {
  #damier .byo .byo-txt .byo-txt-container .byo-rank {
    font-size: 100px;
  }
  #damier .byo .byo-txt .byo-txt-container .byo-title h3 {
    font-size: 35px;
  }
  #damier .byo .byo-txt .byo-txt-container .byo-title .byo-desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #damier .byo {
    padding: 0 100px;
  }
  #damier .byo .byo-txt .byo-txt-container .byo-rank {
    font-size: 150px;
  }
}
#page {
  text-align: left;
  padding: 25px 15px 20px 15px;
}
#page h1 {
  font-size: 2.2em;
  letter-spacing: -0.015em;
  line-height: 40px;
  color: #363127;
  font-weight: 700;
}
#page h2 {
  font-size: 2em;
  letter-spacing: -0.015em;
  margin: 40px 0;
  margin-top: 40px;
  color: #363127;
  font-weight: 700;
}
#page h2:first-of-type {
  margin-top: 40px;
}
#page p {
  font-size: 1.1em;
  font-weight: 500;
  margin: 20px 0 !important;
}
#page .card-brand-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#page .card-brand-container .card-brand {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 180px;
  text-align: center;
}
#page .card-brand-container .card-brand h3 {
  font-size: 1.35em;
  color: #363127;
  font-weight: 700;
  padding: 0.75em 1em;
  background-color: #FCDC12;
  clip-path: polygon(4% 7%, 95% 2%, 93% 91%, 1% 98%);
}
#page .card-brand-container .card-brand:nth-child(even) h3 {
  clip-path: polygon(5% 2%, 96% 7%, 99% 98%, 7% 91%);
}
#page .brand-community {
  margin-bottom: 0;
}

#wpsl-wrap form {
  font-size: 1rem;
  color: #363127;
  font-weight: 300;
}

#wpsl-wrap .wpsl-input input {
  background: white;
}

#wpsl-wrap .wpsl-select-wrap label {
  white-space: nowrap;
}

#wpsl-wrap .wpsl-select-wrap select {
  text-align: center;
  padding: 7px 12px;
}

#building-instruction {
  background-color: #777;
  text-align: center;
}

#building-instruction h1 {
  margin: 30px 0 20px 0;
  font-size: 1.8em;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 992px) {
  #page {
    text-align: left;
    padding: 1.75em;
  }
}
#faq h1 {
  font-size: 2.2em;
  letter-spacing: -0.015em;
  line-height: 40px;
  color: #363127;
  font-weight: 700;
}
#faq .faq-container {
  margin: 0 auto;
  padding: 20px 0;
}
#faq .faq-container .faq {
  background-color: #FFF;
  border: solid 1px #9fa4a8;
  padding: 15px 20px 0 20px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#faq .faq-container .faq.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
#faq .faq-container .faq.active .faq-text {
  display: block;
}
#faq .faq-container .faq .faq-text {
  display: none;
  margin: 0;
  text-align: left;
  font-size: 1.2em;
  font-weight: 300;
}
#faq .faq-container .faq .faq-title {
  font-size: 1.35em;
  color: #363127;
  font-weight: 700;
  margin: 0 35px 15px 0;
}
.faq-toggle {
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 15px;
  height: 30px;
  width: 30px;
}

.faq-toggle .fa-times {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  display: block;
  color: #fff;
}

.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle {
  background: #999;
}

.wpforms-submit {
  background-color: #055489 !important;
  color: #FFFFFF;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  padding: 0.65em 1em 0.65em 1em !important;
}

.wpforms-submit {
  background-color: #055489 !important;
  color: #FFFFFF;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  padding: 0.65em 1em 0.65em 1em !important;
}

.wpforms-submit:hover {
  background-color: #363127 !important;
}

.wpforms-submit {
  padding: 0 25px !important;
}

label.wpforms-field-label-inline {
  font-size: 1.1em !important;
}

main#brix-404 {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
}

main#brix-404 img {
  width: 100%;
  object-fit: cover;
  opacity: 0.1;
}

main#brix-404 .brix-404-text {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3em;
  line-height: 1.2;
  font-weight: bold;
}

main header {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
}
