/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap");

/*** Boostrap override ***/
.nav-link {
  color: inherit;
}

.nav-link:focus,
.nav-link:hover {
  color: #c99121;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  font-size: 58%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

html,
body {
  min-height: 100%;
  scroll-behavior: auto;
}

body.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #222222;
  background-color: #ffffff;
  font-weight: 400;
}

a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: #c99121;
}

a,
a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
strong,
b {
  font-weight: 600;
}

h5,
.h5,
h6,
.h6 {
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

.external-pad,
.topbar [class*="container"],
.header [class*="container"],
.footer>[class*="container"],
.bottombar [class*="container"],
main>[class*="container"],
main>.section>[class*="container"],
.cookieagree [class*="container"] {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {

  .external-pad,
  .topbar [class*="container"],
  .header [class*="container"],
  .footer>[class*="container"],
  .bottombar [class*="container"],
  main>[class*="container"],
  main>.section>[class*="container"],
  .cookieagree [class*="container"] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.small-text {
  font-size: 1.4rem;
}

.highlight {
  color: #c99121;
}

.ws-nowrap {
  white-space: nowrap;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/

.grid-layout {
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  gap: 1rem;
}

.grid-layout>* {
  min-height: 0;
  min-width: 0;
}

@media (min-width: 992px) {
  .grid-layout {
    display: grid;
    grid-template-columns: 0.8fr 4fr;
    grid-template-areas: "header header" "sidebar content" ". footer";
    grid-gap: 1.5rem;
  }

  .grid-layout.no-sidebar {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "content" "footer";
  }
}

@media (min-width: 992px) {
  .grid-layout .grid-layout {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-layout .grid-layout header {
    grid-column-end: 3;
    grid-column-start: 1;
  }
}

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

  .grid-layout .grid-layout header {
    grid-column-end: 4;
  }
}

@media (min-width: 1440px) {
  .grid-layout .grid-layout {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-layout .grid-layout header {
    grid-column-end: 5;
  }
}

.grid-layout .single-column {
  display: flex;
}

@media (min-width: 992px) {
  .grid-checkout {
    grid-template-columns: 1.3fr 4fr;
  }
}

.grid-content {
  grid-area: content;
}

.grid-sidebar {
  grid-area: sidebar;
}

.grid-header {
  grid-area: header;
}

.grid-footer {
  grid-area: footer;
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/

.topbar {
  background-color: #1f1e1d;
  color: #ffffff;
  font-size: 1.4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}

@media (max-width: 1199px) {
  .topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.topbar .nav {
  flex-wrap: nowrap;
}

.topbar .nav .nav-item {
  white-space: nowrap;
}

.topbar .promo-box {
  text-align: center;
  color: #c99121;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .topbar .promo-box {
    font-size: 1.4rem;
    max-width: 45%;
  }
}

.flag {
  width: 32px;
  height: 18px;
}

.currency {
  font-size: 1.3em;
}

.extra-info {
  display: flex;
  align-items: center;
}

.extra-info-link {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
  margin: 0;
}

.extra-info-item {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 0.8rem;
  line-height: 1;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

.header {
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
  max-height: none;
  position: relative;
  z-index: 5;
}

.header [class*="container"] {
  flex: 1 1 auto;
  justify-content: space-between;
}

.header [class*="container"]>.navbar {
  padding: 1rem 0;
  width: 100%;
}

.header .navbar-brand {
  display: inline-block;
  flex: 0 0 20%;
  margin: 0 42%;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

@media (min-width: 1200px) {
  .header .navbar-brand {
    flex: 0 0 10%;
    margin: 0 2vmax 0 0;
    max-width: 110px;
  }
}

@media (min-width: 1200px) {
  .header .navbar-brand {
    margin: 0 0.2rem 0 0;
  }
}

@media (min-width: 1440px) {
  .header .navbar-brand {
    margin: 0 4rem 0 0;
  }
}

.header .navbar-brand img {
  /*width: 100%;*/
  max-height: 88px;
}

.header.menu-open .navbar-brand {
  margin: 0;
}

.header.menu-open .main-menu>* {
  width: 100%;
}

.header.menu-open .site-search {
  width: 80%;
  margin-bottom: 1.5rem;
}

.header .right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column;
  order: 1;
  margin: 0;
}

@media (min-width: 1200px) {
  .header .right-content {
    flex-flow: row nowrap;
    order: 2;
    flex: 1 1 30%;
  }
}

.header .right-content .dropdown-toggle::after {
  content: none;
}

.header .right-content .nav-item {
  margin-left: .5rem;
}

@media (min-width: 1440px) {
  .header .right-content .nav-item {
    margin-left: 1rem;
  }
}

@media (min-width: 1600px) {
  .header .right-content .nav-item {
    margin-left: 2rem;
  }
}

.header .right-content .nav-item [class^="fa"] {
  font-size: 2rem;
}

.header .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 3;
}

@media (min-width: 1200px) {
  .header .bottom-content {
    display: none;
  }
}

.header .bottom-content,
.header .bottom-content .navbar-nav,
.header .bottom-content .extra-info {
  flex-flow: column wrap;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.header .bottom-content .extra-info-item {
  margin-top: 0.8rem;
}

.header .site-search {
  position: relative;
  justify-content: flex-end;
  display: flex;
  flex: 1;
}

.header .site-search .form-control {
  border-radius: 2rem;
  padding: 0.8rem 3rem 0.8rem 1rem;
  font-size: 1.6rem;
  border-color: #cbcbcb;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .header .site-search .form-control {
    max-width: 13rem;
    justify-self: flex-end;
  }

  .header .site-search .form-control:focus {
    max-width: 100%;
  }
}

.header .site-search .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  height: 100%;
  font-size: 1.6rem;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.header .cart i {
  position: relative;
}

.header .cart i .badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1rem;
  margin-right: -1rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
}

.header .navbar-toggler {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 35px;
  height: 22px;
  z-index: 7;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .header .navbar-toggler {
    display: none;
  }
}

.header .navbar-toggler,
.header .navbar-toggler:hover,
.header .navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.header .navbar-toggler span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background-color: #c99121;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

.header .navbar-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 4px 4px 0;
}

.header .navbar-toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 4px 0 0 4px;
}

.header .navbar-toggler span:nth-child(1),
.header .navbar-toggler span:nth-child(2) {
  top: 0px;
}

.header .navbar-toggler span:nth-child(3),
.header .navbar-toggler span:nth-child(4) {
  top: 8px;
}

.header .navbar-toggler span:nth-child(5),
.header .navbar-toggler span:nth-child(6) {
  top: 16px;
}

.header .navbar-toggler.open span:nth-child(1),
.header .navbar-toggler.open span:nth-child(6) {
  transform: rotate(45deg);
}

.header .navbar-toggler.open span:nth-child(2),
.header .navbar-toggler.open span:nth-child(5) {
  transform: rotate(-45deg);
}

.header .navbar-toggler.open span:nth-child(1) {
  left: 5px;
  top: 6px;
}

.header .navbar-toggler.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 6px;
}

.header .navbar-toggler.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.header .navbar-toggler.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.header .navbar-toggler.open span:nth-child(5) {
  left: 5px;
  top: 60%;
}

.header .navbar-toggler.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 60%;
}

.header .main-menu {
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: -75%;
  height: 100vh;
  background-color: #ffffff;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  width: 75%;

  padding-top: 75px;
  padding-bottom: 80px;
}

.header .main-menu.open {
  right: 0;
  padding-top: 75px;
  padding-bottom: 80px;
  z-index: 6;
  overflow: auto;
}

@media (min-width: 1200px) {
  .header .main-menu {
    position: static;
    flex-flow: row nowrap;
    justify-content: space-between;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
    background-color: transparent;
    box-shadow: none;

    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.header .main-menu>.navbar-nav {
  margin: 1.5rem auto;
  order: 2;
}

@media (min-width: 1200px) {
  .header .main-menu>.navbar-nav {
    margin: 0;
    order: 2;
    flex: 1 1 auto;
  }
}

.header .main-menu>[class*="navbar"] {
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .header .main-menu>[class*="navbar"] {
    flex-direction: row;
  }
}

.header .main-menu>.navbar-nav .nav-item {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header .main-menu>.navbar-nav .nav-item {
    margin-bottom: 0;
    font-size: clamp(1.1rem, calc(0.6357rem + 0.6696vw), 1.6rem);
  }

  .header .main-menu>.navbar-nav .nav-item:not(:first-child) {
    margin-left: .5vmax;
  }
}

@media (min-width: 1440px) {
  .header .main-menu>.navbar-nav .nav-item:not(:first-child) {
    margin-left: .75vmax;
  }
}

@media (min-width: 1600px) {
  .header .main-menu>.navbar-nav .nav-item:not(:first-child) {
    margin-left: 1.5vmax;
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.footer {
  font-size: 0.75em;
  background-color: #1f1e1d;
  color: #cbcbcb;
}

.footer>[class*="container"] {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

@media (min-width: 768px) {
  .footer>[class*="container"] {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .footer>[class*="container"] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer .footer-title {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer .footer-subtitle {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  flex-basis: 100%;
}

.footer .flex-column {
  flex-basis: 88%;
}

.footer ul {
  list-style: none;
  margin: 0 0 1.5rem;
  flex-wrap: nowrap;
  padding: 0;
}

.footer ul ul {
  margin-top: 1.5rem;
}

.footer ul li {
  margin-bottom: 1rem;
}

.footer ul [class*="fa-"] {
  flex: 0 0 15px;
  display: inline-flex;
  padding-top: 0.4rem;
}

.footer ul.social {
  flex-wrap: wrap;
}

.footer ul.social li {
  display: inline-block;
  margin-right: 1rem;
}

.footer ul.payments {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  /* flex-flow: row wrap; */
}

.footer ul.payments li {
  display: flex;
  margin-right: 5px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.footer .nav-link {
  padding: 0;
  display: inline-flex;
}

.footer a {
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

/*--------------------------------------------------------------
  # Bottom Bar
  --------------------------------------------------------------*/

.bottombar {
  background-color: #121111;
  color: #ffffff;
  font-size: 1.4rem;
  padding-top: 1.5rem;
  padding-bottom: calc(80px + 1.5rem);
}

@media (min-width: 992px) {
  .bottombar {
    padding-bottom: 1.5rem;
  }
}

/*--------------------------------------------------------------
  # Overlay
  --------------------------------------------------------------*/

.overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  background-color: rgba(31, 30, 29, 0.7);
  transition: all 0.5s ease-in-out;
}

.overlay.open,
.overlay.is-open {
  display: block;
  opacity: 1;
  touch-action: none;
}

@media (min-width: 1200px) {

  .overlay.open,
  .overlay.is-open {
    display: none;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
  # Navbar
  --------------------------------------------------------------*/

[class*="navbar"] {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

[class*="navbar"] .nav-item {
  white-space: nowrap;
  line-height: 1;
}

[class*="navbar"] .nav-item.active .nav-link {
  color: #c99121;
}

[class*="navbar"] .dropdown-menu {
  position: absolute;
}

/*--------------------------------------------------------------
  # Nav
  --------------------------------------------------------------*/

.nav-pills .nav-item {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .nav-pills .nav-item:not(:first-child) {
    margin-left: 1.5rem;
  }
}

.nav-pills .nav-link.active {
  background-color: #c99121;
}

/*--------------------------------------------------------------
  # Badges
  --------------------------------------------------------------*/

.badge-primary {
  background-color: #c99121;
}

.new:after,
.promo:after {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem;
  color: #ffffff;
  font-size: 0.75em;
  text-transform: uppercase;
  width: 60px;
  height: auto;
  padding: 6px 0px;
  z-index: 2;
}

.new:after {
  content: "New";
  background-color: #c99121;
}

.promo:after,
.promo.new:after {
  content: "Promo";
  background-color: #688d6c;
}

.promo.new::before {
  content: "New";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem;
  color: #ffffff;
  background-color: #c99121;
  font-size: 0.75em;
  text-transform: uppercase;
  width: 60px;
  height: auto;
  padding: 6px 0px;
  z-index: 2;
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/

.breadcrumb {
  padding: 1rem 2rem;
  background-color: #f2efe7;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 992px) {
  .breadcrumb {
    padding: 1rem 4rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.accordion {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.accordion-button {
  font-size: 1.6rem;
  color: #222222;
  background-color: #f2efe7;
  border: 1px solid #cbcbcb;
}

.accordion-button.collapsed {
  border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #c99121;
}

.accordion-button::after {
  background-image: none;
  content: "";
}

.accordion-button:not(.collapsed):focus,
.accordion-button.collapsed:focus {
  border-color: #cbcbcb;
  box-shadow: none;
}

/*--------------------------------------------------------------
  # Form
  --------------------------------------------------------------*/

::placeholder {
  color: #878787;
}

input {
  border-color: #cbcbcb;
}

.form-control {
  padding: 1rem 2rem;
  font-size: 0.9em;
}

.form-control.small {
  padding: 0.4rem 1rem;
}

.form-control:focus {
  color: #1f1e1d;
  border-color: rgba(201, 145, 33, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(201, 145, 33, 0.25);
}

.form-control-inline {
  display: inline-block;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form-control {
  padding-right: calc(12px + 1.5rem);
}

.subscribe-form .form-control,
.subscribe-form .form-control+.btn-submit {
  color: #cbcbcb;
}

.subscribe-form .form-control:hover,
.subscribe-form .form-control:hover+[class^="btn-"],
.subscribe-form .form-control:focus,
.subscribe-form .form-control:focus+[class^="btn-"] {
  color: #1f1e1d;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  margin-left: 0.8rem;
  cursor: pointer;
}

.invalid-feedback {
  display: block;
}

label a {
  color: #c99121;
}

.has-error input,
.has-error select,
.has-error textarea {
  box-shadow: 0 0 10px -2px rgba(201, 28, 0, 0.35);
  border-color: rgba(201, 28, 0, 0.35);
}

.input-group .btn {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

/*--------------------------------------------------------------
  # Lists
  --------------------------------------------------------------*/

.list {
  list-style: none;
}

.list-horiz {
  display: flex;
}

.list-horiz>li {
  margin-right: 1.5rem;
  align-items: center;
}

.list:not(.list-horiz):not(.list-group) li [class*="fa"] {
  margin-right: 0.8rem;
}

.list-group-item {
  padding-left: 2.3rem;
}

.list-group-item [class*="fa"] {
  margin-left: -2.3rem;
  margin-right: 0;
  width: 1.5rem;
}

.list-group-item,
.list-group-item.active {
  border: none;
  background-color: transparent;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: transparent;
  background-color: transparent;
}

.list-group-item.active {
  color: #c99121;
}

/*--------------------------------------------------------------
  # Dropdown
  --------------------------------------------------------------*/

.dropdown-toggle::after {
  content: none;
}

.dropdown-item {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .dropdown-item {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
  # Overlay
  --------------------------------------------------------------*/

main.no-breadcrumbs .section-header {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

main.no-breadcrumbs aside {
  margin-top: 3rem;
  order: 2;
}

main.no-breadcrumbs aside+* {
  order: 1;
}

@media (min-width: 992px) {
  main.no-breadcrumbs aside {
    margin-top: 0;
    order: 1;
  }

  main.no-breadcrumbs aside+* {
    order: 2;
  }
}

main>[class*="container"],
main>.section>[class*="container"] {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {

  main>[class*="container"],
  main>.section>[class*="container"] {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

main .section {
  background-color: #ffffff;
}

main .section:nth-child(2n) {
  background-color: #f2efe7;
}

main .section>[class*="container"] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  main .section>[class*="container"] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

main .section-header,
main .section-footer {
  text-align: center;
}

main .section-footer {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

main .section-title {
  font-size: 3rem;
}

main .section-title::after {
  content: "";
  display: block;
  max-width: 55px;
  margin: 1.5rem auto;
  border-top: 1px solid #1f1e1d;
}

main .section-subtitle {
  display: block;
  margin-bottom: 2rem;
  color: #878787;
}

/*--------------------------------------------------------------
  # Categories
  --------------------------------------------------------------*/

.categories {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .categories {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.categories>[class*="col"] {
  padding: 1rem;
}

@media (min-width: 768px) {
  .categories>[class*="col"] {
    padding: 2rem;
  }
}

.categories .category {
  position: relative;
  padding-top: 58.06%;
  overflow: hidden;
}

.categories .category-image,
.categories .category-title,
.categories .category-link {
  position: absolute;
}

.categories .category-image {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  width: 100%;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

.categories .category-title {
  bottom: 0;
  padding: 1.5rem;
  margin-bottom: 3rem;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 600;
}

.categories .category-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-transform: uppercase;
  font-size: 1.4rem;
  z-index: 1;
}

.categories .category-link,
.categories .category-link:hover,
.categories .category-link:focus {
  color: #ffffff;
}

.categories .category-link:hover+.category-image {
  transform: scale(1.09) translate(-50%, -50%);
}

.categories .category-link [class*="fa-"] {
  font-size: 0.8em;
}

.btn {
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 1rem 2rem;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 2.3rem;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  min-width: 155px;
}

.btn-small,
.btn-filter,
.btn-link,
.btn-cart {
  min-width: 0;
}

.btn:not(:disabled).btn-primary {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #1f1e1d;
}

.btn:not(:disabled).btn-primary:hover,
.btn:not(:disabled).btn-primary:focus,
.btn:not(:disabled).btn-primary.focus,
.btn:not(:disabled).btn-primary:active,
.btn:not(:disabled).btn-primary.active {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #c99121;
}

.btn:not(:disabled).btn-secondary {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #c99121;
}

.btn:not(:disabled).btn-secondary:hover,
.btn:not(:disabled).btn-secondary:focus,
.btn:not(:disabled).btn-secondary.focus,
.btn:not(:disabled).btn-secondary:active,
.btn:not(:disabled).btn-secondary.active {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #1f1e1d;
}

.btn,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
}

.btn-small,
.btn-filter {
  padding: 0.4rem 1rem;
  line-height: 0.5em;
}

.btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0 0.8rem;
  margin: 0;
  color: #cbcbcb;
  z-index: 4;
}

.btn-submit:hover,
.btn-submit:focus {
  outline: none;
  color: #1f1e1d;
}

.btn-submit span {
  display: none;
}

.btn-submit svg {
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.btn-link {
  padding: 0;
  margin: 0;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: #c99121;
}

.btn-link:hover,
.btn-link:focus {
  color: #222222;
}

.input-group-btn .btn {
  min-width: 0;
}

/*--------------------------------------------------------------
  # Cards
  --------------------------------------------------------------*/

.card {
  border: none;
  background-color: transparent;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
}

.card:not(.blog-post) [class*="card-"] {
  text-align: center;
}

@media (min-width: 1200px) {
  .card {
    margin-bottom: 0;
  }
}

.card:hover .card-img-top {
  box-shadow: 0 0 10px #1f1e1d;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-img-top {
  margin-bottom: 1.5rem;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.card-img-top::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.card-img-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  /*   min-width: 101%;
  max-width: 110%; */
  min-width: 99%;
  max-width: 101%;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background-color: #f3f3f3;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 3;
}

.card-link,
.card-link:hover,
.card-link:focus {
  color: #ffffff;
}

.card-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
}

.card-subtitle {
  font-size: 0.875em;
  margin: 0.8rem 0 1.5rem 0;
  font-weight: 400;
}

.card-description {
  color: #878787;
  margin-bottom: 0;
  max-height: 6.9rem;
  overflow: hidden;
}

.card .old-price,
.card .new-price {
  display: inline-block;
  margin: 0 0.4rem;
}

.card .old-price {
  text-decoration: line-through;
}

.card .new-price {
  color: #c91c00;
}

/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/

.media {
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 992px) {
  .media {
    margin-bottom: 0;
  }
}

.media-icon {
  font-size: 4.8rem;
  color: #1f1e1d;
  max-width: 120px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #f2efe7;
  overflow: hidden;
  position: relative;
  padding: 1.25em;
}

.media-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.media-icon>* {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media-title {
  color: #1f1e1d;
  font-size: 1.7rem;
}

.media-body {
  flex: 0 0 100%;
  padding-top: 2rem;
  text-align: center;
  color: #878787;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/

.sidebar {
  padding: 1.5rem 2rem 1.5rem 0.6rem;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  opacity: 0;
}

@media (min-width: 992px) {
  .sidebar {
    box-shadow: 10px 0 10px -10px rgba(31, 30, 29, 0.15);
  }
}

.sidebar.show {
  opacity: 1;
}

.sidebar-title {
  color: #1f1e1d;
  font-size: 1.7rem;
}

.sidebar-title:not(:first-of-type) {
  margin-top: 2.5rem;
}

.sidebar-title::after {
  content: "";
  display: block;
  width: 20%;
  margin: 0.8rem 0.8rem 0.8rem 0;
  border-bottom: 2px solid #1f1e1d;
}

/*--------------------------------------------------------------
  # Filters
  --------------------------------------------------------------*/

.filters {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
}

#materiali-e-formato {
  position: relative;
}

.materials-atucomplete-result {
  position: absolute;
  width: auto;
  bottom: 10px;
  right: 2rem;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  background: #fff;
  color: #9e130c;
}

.filters .filters {
  padding-left: 1.5rem;
}

.filters .filter {
  font-size: 1.4rem;
  color: #1f1e1d;
}

.filters .filter:first-letter {
  text-transform: capitalize;
}

.filters .filter>a::before {
  display: inline-block;
  margin-right: 0.4rem;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

.filters .filter>a[aria-expanded="false"]::before {
  content: none;
}

.filters .filter>a[aria-expanded="true"]::before {
  content: none;
}

.filters .filter.active>a {
  color: #c99121;
  font-weight: 500;
}

.filters .filter .filter.active {
  font-weight: 400;
}

.remove-all {
  margin-top: 3rem;
  display: inline-block;
  color: #c99121;
  text-transform: none;
  font-weight: 400;
  font-size: 1.4rem;
}

.remove-all .icon {
  margin: 0 1rem;
}

/*--------------------------------------------------------------
  # Slider
  --------------------------------------------------------------*/

.slider {
  width: 100%;
  margin: 1.5rem 0 0 0;
  max-width: 300px;
}

.output {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0px;
  width: 100%;
  color: #c99121;
}

.ui-slider .ui-widget-content {
  border-color: #878787;
}

.ui-slider .ui-widget-header {
  background: #c99121;
}

.ui-slider-horizontal {
  height: 3px;
}

.ui-slider .ui-slider-handle {
  top: -0.5em;
  margin-left: -0.6em;
  width: 1em;
  height: 1em;
  border: none;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.ui-slider .ui-state-default {
  background: #c99121;
  font-weight: normal;
  color: #878787;
  border-radius: 24px;
}

/*--------------------------------------------------------------
  # Product list
  --------------------------------------------------------------*/

.product-list {
  padding: 1.5rem 0;
}

.product-list header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.product-list header>*:not(.short-description) {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

.product-list header .sort {
  white-space: nowrap;
  margin-left: 2rem;
}

.product-list header .sort .sort-link {
  margin: 0 0.4rem;
}

.product-list header .sort .sort-link.active {
  color: #c99121;
}

.product-list article {
  margin: 0 0 1.5rem 0;
}

.short-description {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.short-description .collapse {
  display: block;
}

.short-description .collapse:not(.show) {
  height: 5rem;
}

.short-description .collapse.show {
  height: auto;
}

#module #collapseDescription.collapsing {
  height: 5rem;
}

.short-description .more-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2rem;
  background-image: linear-gradient(to top,
      white 20%,
      rgba(255, 255, 255, 0) 100%);
}

.short-description .more-info::after {
  /*content: "";*/
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

.short-description .collapse.show+.more-info {
  background-image: linear-gradient(to top,
      white 30%,
      rgba(255, 255, 255, 0) 100%);
}

.short-description .collapse.show+.more-info::after {
  transform: rotate(180deg);
}

.short-description .more-info i {
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
}

.short-description .collapse.show+.more-info i {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .product-list {
    padding: 1.5rem;
  }

  .short-description {
    overflow: none;
  }

  .short-description .collapse:not(.show) {
    height: auto;
  }

  .short-description .more-info {
    display: none;
  }
}

/* #module {
  line-height: 1.5;
}

#module #collapseDescription.collapse:not(.show) {
  display: block;
  height: 6rem;
  overflow: hidden;
}

#module #collapseDescription.collapsing {
  height: 6rem;
} */

/*--------------------------------------------------------------
  # Product Slider
  --------------------------------------------------------------*/

.img-container {
  overflow: hidden;
}

.thumbs-container {
  padding: 2rem 0;
}

.thumbs-container .splide__slide::before {
  content: "";
  display: block;
  padding-top: 77%;
}

.thumbs-container .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 -2rem;
}

.thumbs-container .splide__arrow {
  margin: 0 -2rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
}

.splide__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splide__arrow[disabled] {
  display: none;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border: 2px solid #c99121;
}

.slick-list {
  border: 1px solid #cbcbcb;
}

.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.slick-arrow.arrow-right {
  right: 0;
}

/*--------------------------------------------------------------
  # Product detail
  --------------------------------------------------------------*/

.product-name {
  position: relative;
  padding-right: 4rem;
  margin-top: 5rem;
}

@media (min-width: 992px) {
  .product-name {
    margin-top: 0;
  }
}

.product-name h1,
.product-name .h1 {
  font-size: 3rem;
  position: relative;
}

.product-name h1 .promo-new,
.product-name .h1 .promo-new {
  font-size: 1rem;
  transform: translateY(-1.5rem) rotate(-15deg);
  order: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-name h1 .promo-new .promo,
.product-name .h1 .promo-new .promo {
  color: #c99121;
}

.product-name h1 .promo-new .new,
.product-name .h1 .promo-new .new {
  color: #c91c00;
}

.product-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3rem;
}

.product-short-description {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 400;
}

.product-section {
  margin: 5rem 0;
}

.product-section-title {
  padding: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.product-cart-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.product-cart-actions>.label {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 1rem;
}

.product-add-to-cart {
  margin: 1rem 0 4rem;
}

.product-quantity {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .product-quantity {
    flex-flow: row wrap;
    align-items: center;
  }
}

.product-quantity>* {
  margin-bottom: 1rem;
}

.product-quantity .input-group {
  align-items: center;
  flex: 1 1;
  width: auto;
}

.product-quantity .input-group>[class*="form-"] {
  flex: 0 0 15%;
  width: 15%;
  text-align: center;
  min-width: 5rem;
}

.product-price {
  padding: 0 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222222;
}

@media (min-width: 992px) {
  .product-price {
    padding: 0 1.5rem;
    font-size: 2.5rem;
  }
}

.product-price p {
  margin-bottom: 0;
}

.product-price .old-price,
.product-price .new-price {
  display: inline-block;
  margin: 0 0.4rem;
  line-height: 1;
}

.product-price .old-price {
  text-decoration: line-through;
  color: #878787;
  font-size: 0.8em;
  font-weight: 400;
}

.product-detail-img {
  position: relative;
}

/*--------------------------------------------------------------
  # Related Product
  --------------------------------------------------------------*/

.related-product-slider .item .card-body {
  background-color: #ffffff;
}

.related-product-slider .owl-item {
  padding: 1rem;
}

.related-product-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: calc(-3rem * 2) -3rem 0 -3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.related-product-slider .owl-nav .owl-next,
.related-product-slider .owl-nav .owl-prev {
  cursor: pointer;
  pointer-events: all;
}

.related-product-slider .owl-nav .owl-next i,
.related-product-slider .owl-nav .owl-prev i {
  font-size: 2rem;
}

/*--------------------------------------------------------------
  # Pagination
  --------------------------------------------------------------*/

.pagination {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.page-link {
  color: #222222;
  background-color: transparent;
  border: none;
}

.page-link:hover {
  color: #c99121;
  background-color: transparent;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  font-size: 0.8em;
}

.page-item.active .page-link {
  color: #c99121;
  background-color: transparent;
}

.page-item.disabled .page-link {
  color: #878787;
  background-color: transparent;
}

/*--------------------------------------------------------------
  # Toolbar
  --------------------------------------------------------------*/

.toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: #1f1e1d;
  color: #ffffff;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
  height: 80px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.8rem;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}

.toolbar .navbar-nav .nav-item {
  margin: 0 1rem;
}

.toolbar .navbar-nav .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.toolbar .navbar-nav .nav-item .nav-link i {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .toolbar {
    display: none;
  }
}

.toolbar .cart i {
  position: relative;
}

.toolbar .cart i .badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1rem;
  margin-right: -1rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
  # Cookie bar
  --------------------------------------------------------------*/

.cookieagree {
  position: fixed;
  background-color: rgba(31, 30, 29, 0.98);
  color: #ffffff;
  font-size: 1.4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.cookieagree [class*="container"] {
  text-align: center;
}

/*--------------------------------------------------------------
  # Modal
  --------------------------------------------------------------*/

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

.modal-dialog {
  max-width: 600px;
}

.modal .btn {
  flex: 0 0 auto;
}

.modal .btn:first-child:not(:last-child) {
  margin-right: auto;
}

.modal .btn:last-child:not(:first-child) {
  margin-left: auto;
}

/*--------------------------------------------------------------
  # Cart
  --------------------------------------------------------------*/

table {
  width: 100%;
  font-size: 0.95em;
}

table .btn,
table .form-control {
  padding: 0.8rem;
}

table th,
table td {
  padding: 0.4rem 1rem;
}

table thead th:not(.description) {
  text-align: center;
}

table tbody tr td.subtotal {
  text-align: right;
}

table tbody tr td.delete,
table tbody tr td.delete input,
table tbody tr td.quantity,
table tbody tr td.quantity input {
  text-align: center;
}

table tbody tr td .product-quantity,
table tbody tr td .product-price {
  margin: 0 auto;
}

table tbody tr td .product-price {
  font-size: 2rem;
}

table tbody tr td .product-quantity {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

table tbody tr td .product-quantity .btn {
  min-width: 0;
}

table tbody tr td .product-quantity .input-group {
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
}

table tbody tr td .product-quantity .input-group>[class*="form-"] {
  flex: 0 0 auto;
  max-width: 15%;
  min-width: 0;
}

table tbody tr:nth-child(even) td {
  background-color: rgba(242, 239, 231, 0.35);
}

table thead {
  background-color: #f2efe7;
  color: #222222;
  padding: 1rem 4rem;
}

table .amount {
  display: none;
}

@media (min-width: 768px) {
  table .amount {
    display: table-cell;
  }
}

.order-summary {
  margin-top: 2rem;
}

.order-summary .product-image-thumb {
  max-width: 80px;
  float: left;
  margin: 0 1rem 1rem 0;
}

.order-summary .check-qty {
  max-width: 4ch;
}

.order-summary .input-group .form-control,
.order-summary .input-group .btn {
  line-height: 1.7rem;
}

.modal table {
  font-size: 0.75em;
}

.modal table .form-control {
  padding: 0.4rem;
}

.modal table th,
.modal table td {
  padding: 0.2rem 0.8rem;
}

.useful-links-wrp {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.useful-links-wrp li {
  margin: 1.5rem 0;
}

.box-payment-method .panel-body .checkbox-enlargement {
  min-height: 140px;
  padding: 2rem 1.5rem;
}

.box-payment-method label {
  border: 1px solid #878787;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  margin: 0 0 1.5rem;
  padding: 1rem;
  cursor: pointer;
  display: block;
}

.box-payment-method label input {
  display: none;
}

.box-payment-method label strong {
  font-size: 1.7rem;
  font-style: italic;
}

.box-payment-method label:hover,
.box-payment-method label:focus,
.box-payment-method label.selected {
  background-color: #f2efe7;
}

.box-payment-method h3,
.box-payment-method .h3 {
  text-align: center;
  margin: 0;
}

.box-payment-method .panel-body {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.box-payment-method .payment-method #form_pagamento {
  margin-top: 2rem;
}

.order-filter {
  white-space: nowrap;
}

.order-filter,
.order-filter:first-child {
  flex-direction: column;
  display: flex;
}

@media (min-width: 992px) {

  .order-filter,
  .order-filter:first-child {
    flex-direction: row;
    align-items: center;
  }
}

.orders-list {
  overflow-x: auto;
}

.order-summary td,
.sidebar table td {
  padding: 0.4rem 0;
}

/* LM */

.datepicker .new:after {
  content: "";
  width: 0px;
  height: 0px;
  background-color: transparent;
}

main>[class*="container"].home-promo-box {
  margin-top: 1rem;
  padding-bottom: 0;
}

.home-promo-box .promo-box {
  display: block;
  padding: 1rem;
  border: 1px dashed #c99121;
  text-align: center;
}

.home-promo-box .promo-box a {
  display: inline;
  font-size: 13px;
  text-align: center;
  color: #c99121;
}

.footer .privacy-nl {
  padding-top: 1rem;
}

.footer .privacy-nl p {
  font-size: 11px;
  line-height: normal;
}

.footer .privacy-nl p a {
  text-decoration: underline;
}

#ui-id-1 .ui-widget {
  font-size: 14px;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 1rem 2rem 0rem 2rem;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */

/* #module {
  line-height: 1.5;
}

#module #collapseDescription.collapse:not(.show) {
  display: block;
  height: 6rem;
  overflow: hidden;
}

#module #collapseDescription.collapsing {
  height: 6rem;
} */

/* .product-detail-img,
#preview-slider,
.splide__slide {
    max-width: 200px !important;
    max-height: 400px !important;
} */

/*** 
Catanai 2023 

topbar testo: #E8DBC5
top bg brown: #725E54
testo menù: #1F1E1D
hover menù: #688D6C 

titoli color: #443627
testo color: #725E54
btn bg color: #231B14

section bg: #AD9D8D

***/

body {
  color: #1f1e1d;
}

.media-body,
main .section-subtitle,
.card-description,
p {
  color: #725e54;
}

.header .site-search .form-control {
  border-color: #725e54;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active,
.ui-widget.ui-widget-content {
  border-color: #688d6c;
}

.badge-primary,
.ui-slider .ui-widget-header,
.ui-slider .ui-state-default,
.header .navbar-toggler span {
  background-color: #688d6c;
}

.highlight,
.page-link:hover,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.remove-all,
.output,
.filters .filter.active>a,
[class*="navbar"] .nav-item.active .nav-link,
.home-promo-box .promo-box a,
a:hover,
a:focus,
a:active,
.nav-link:focus,
.nav-link:hover {
  color: #688d6c;
}

.home-promo-box .promo-box {
  border-color: #688d6c;
}

.home-promo-box .promo-box p {
  color: #688d6c;
  margin-bottom: 0;
}

.btn {
  border-radius: 50px;
  padding: 1rem 3.5rem;
}

.btn:not(:disabled).btn-primary:hover,
.btn:not(:disabled).btn-primary:focus,
.btn:not(:disabled).btn-primary.focus,
.btn:not(:disabled).btn-primary:active,
.btn:not(:disabled).btn-primary.active {
  background-color: #9e130c !important;
}

.form-control:focus {
  border-color: rgba(104, 141, 108, 0.45);
  box-shadow: 0 0 0 0.25rem rgb(104 141 108 / 25%);
}

.topbar {
  background-color: #725e54;
}

.topbar .promo-box {
  color: #e8dbc5;
  font-style: italic;
}

.new:after,
table thead,
.header .site-search .form-control,
.header {
  background-color: #e8dbc5;
}

.splide--nav>.splide__track>.splide__list>.splide__slide,
.splide__slide img,
.card-img-top,
.categories .category,
.card.promo .card-img-top {
  border-radius: 10px;
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
  border: 0;
}

.sidebar-title::after,
main .section-title::after {
  background-image: url(../img/catanai-cornice.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  height: 10px;
}

.sidebar-title {
  color: #725e54;
  margin-bottom: 2rem;
}

main .section:nth-child(2n) {
  background-color: transparent;
}

main .section.promos {
  /*background-color: rgba(173, 157, 141, 0.2);*/
  background-color: #e8dbc5;
}

.page-title {
  font-weight: 800;
}

/*.product-list .short-description,*/
#categories>.filter {
  font-weight: 600;
}

.product-list .short-description {
  color: #725e54;
}

.product-name .list-horiz li {
  font-size: 20px;
}

.product-detail-img #preview-slider {
  border-radius: 10px;
  overflow: hidden;
}

#categories>.filter .filter {
  font-weight: 400;
}

.media-icon {
  color: #fff;
  background-color: #ad9d8d;
}

.footer {
  background-color: #231b14;
}

.header .main-menu {
  background-color: #e8dbc5;
}

.new:after,
.promo:after,
.promo.new:after {
  background-color: #688d6c;
  color: #fff;
}

.product-short-description p {
  color: #1f1e1d;
}

.breadcrumb {
  background-color: transparent;
}

.product-list header .sort .sort-link .fal,
.breadcrumb-item:not(.active) {
  font-weight: 600;
}

.product-list header .sort .sort-link.active,
.footer .footer-title {
  color: #e8dbc5;
}

.thumbs-container .splide__slide::before {
  padding-top: 100%;
}

.footer .row>div:first-child .footer-title {
  color: #688d6c;
}

.footer .privacy-nl p,
.footer ul li {
  color: #fff;
}

.footer ul.payments li {
  width: calc(20% - 5px);
  height: 30px;
}

.footer-bottom {
  background-color: #fff;
  color: #000;
}

@media (min-width: 768px) {
  .footer-bottom>[class*="container"] {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .categories .category-title {
    font-size: 3rem;
  }

  .footer-bottom .footer-bottom__inner ul li:after {
    content: "|";
    margin-right: 5px;
  }
}

.footer-bottom .footer-bottom__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.footer-bottom .footer-bottom__inner ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.footer-bottom .footer-bottom__inner ul li {
  text-align: center;
}

.footer-bottom .footer-bottom__inner ul,
.footer-bottom .footer-bottom__inner p {
  font-size: 12px;
  margin-bottom: 0;
}

.footer-bottom .footer-bottom__inner ul li:last-child:after {
  display: none;
}

.new:after,
.promo:after {
  border-bottom-left-radius: 10px;
  font-weight: 600;
  margin: 0;
}

main .section-footer {
  margin-bottom: 1rem;
}

main .container.shipping {
  padding-bottom: 6rem;
}

.shipping-card {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  flex-direction: column;
  box-shadow: 0px 0px 30px -3px rgba(0, 0, 0, 0.1);
}

.shipping-card .shipping-card__img img {
  max-height: 40px;
  min-width: 55px;
}

.shipping-card .shipping-card__text h5 {
  font-size: 18px;
}

.product-name li a {
  color: #688d6c;
}

.product-quantity,
.product-cart-actions {
  display: block;
}

.product-quantity input[name="quantity"] {
  font-weight: 600;
  max-width: 50px;
  text-align: center;
}

.product-price {
  padding: 20px 0;
}

.product-price .old-price {
  color: #ad9d8d;
}

.product-shipping-info p,
.product-price .small-text {
  color: #1f1e1d;
  font-weight: 400;
}

.product-shipping-info p i {
  color: #1f1e1d;
  margin-right: 5px;
}

.text-info {
  color: #688d6c !important;
}

.list-group-item.active,
.product-download a {
  color: #688d6c;
}

.product-quantity .input-group {
  /*align-items: flex-start;
  display: flex;
  flex-direction: column;*/
}

.contact label,
.product-info-request label {
  color: #725e54;
}

#form_dati_utente input[type="email"],
#form_dati_utente input[type="text"],
#form_dati_utente input[type="password"],
#form_dati_utente select,
.grid-checkout input[type="email"],
.grid-checkout input[type="text"],
.grid-checkout input[type="password"],
.grid-checkout select,
#form_login input[type="email"],
#form_login input[type="text"],
#form_login input[type="password"],
.contact input[type="email"],
.contact input[type="text"],
.product-info-request input[type="email"],
.product-info-request input[type="text"] {
  border: 2px solid #725e54;
  border-radius: 4px;
}

#form_login a {
  font-weight: 600;
  text-decoration: underline;
}

#form_dati_utente textarea,
.grid-checkout textarea,
.contact textarea,
.product-info-request textarea {
  border: 2px solid #725e54;
  border-radius: 4px;

  min-height: 125px;
}

.product-info-request .btn[type="submit"] {
  background-color: #725e54;
  color: #fff;
}

.product-detail .splide--fade>.splide__track>.splide__list {
  position: relative;
}

.overlay-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.prodotti_spazio_home .card-img-top {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.shipping-page .media-body {
  text-align: left;
}

.shipping-price-label {
  color: #725e54;
  font-weight: 600;
}

.product-shipping-info img {
  max-height: 30px;
  max-width: 30px;
  margin-right: 10px;
}

.modal .btn:first-child:not(:last-child) {
  font-size: 1.2rem;
  padding-left: 0;
}

.nav-pills .nav-link.active {
  background-color: #725e54;
}

label a,
.checkbox label a {
  color: #688d6c;
}

#promotional_code {
  margin-right: 30px;
}

.ui-datepicker-header.ui-widget-header .ui-datepicker-prev .ui-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right: 10px solid #688d6c;

  margin-right: 0px;
}

.ui-datepicker-header.ui-widget-header .ui-datepicker-next .ui-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-left: 10px solid #688d6c;

  margin-left: 0px;
}

#overlay-errors li {
  color: #9e130c;
}

/*
.qty-wrapper {
  display: flex;
}

.qty-wrapper .input-group-btn .btn {
  border: 0;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.qty-wrapper .form-control {
  border: 0;
  font-size: 24px;
  font-weight: 600;
  max-width: 55px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
*/

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

@media (max-width: 767px) {
  #overlay-cart .modal-footer {
    justify-content: center;
  }

  #overlay-cart .btn:first-child:not(:last-child) {
    margin-right: 0;
    padding-left: 3.5rem;
  }

  #overlay-cart .btn:last-child:not(:first-child) {
    margin-left: 0;
  }

  table tbody tr td .product-price {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  .shipping-card .shipping-card__text h5 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .promo-box p {
    color: #fff;
  }

  .product-info-request,
  .product-short-description {
    max-width: 80%;
  }

  .product-info-row {
    display: flex;
    max-width: 75%;
  }

  .product-info-row>div {
    /*width: 50%;*/
  }
}

@media (min-width: 1200px) {
  .shipping-card {
    flex-direction: row;
  }
}

@media (min-width: 1900px) {
  .shipping-card .shipping-card__text h5 {
    font-size: 25px;
  }
}

/*** Accordion Fix ***/
.accordion-button::after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button {
  background-color: rgba(232, 219, 197, 0.3);
  border-color: transparent;
  border-top-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #1f1e1d;
  background-color: rgba(104, 141, 108, 0.3);
}

@media (max-width: 767px) {
  .footer-bottom>[class*="container"] {
    padding-bottom: 8rem;
  }

  .footer-bottom .footer-bottom__inner ul,
  .footer-bottom .footer-bottom__inner {
    flex-direction: column;
  }
}

/*** Product Image fix ***/
.product-detail-img .splide--fade>.splide__track>.splide__list>.splide__slide.is-active,
.product-list .card-img-top {
  background-color: #f3f3f3;
}

.product-detail-img .splide--fade>.splide__track>.splide__list>.splide__slide.is-active a {
  height: 100%;
  display: flex;
}

.product-detail-img .splide--fade>.splide__track>.splide__list>.splide__slide.is-active img {
  border-radius: 0;
  display: block;
  left: inherit;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
  top: inherit;
  transform: none;
}

.product-list .card-img-top img {
  max-height: 100%;
  min-width: 1px;
}

/** Proposta **/
.btn:not(:disabled).btn-primary.btn-proposta {
  background-color: #725e54;
  font-size: 11px;
}

.btn:not(:disabled).btn-primary.btn-proposta:hover {
  background-color: #e8dbc5;
}

.formGroupPropostaValuta {
  font-size: 2.5rem;
  margin-top: 3.75rem;
}

.product-info-request input[type="number"] {
  border: 2px solid #725e54;
  border-radius: 4px;
  text-align: right;
}

.product-info-request input[type="number"]::-webkit-outer-spin-button,
.product-info-request input[type="number"]::-webkit-inner-spin-button {
  margin-left: 10px;
}

.product-info-request .privacy-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
}

/*** Prods sort ***/
.page-title-with-sort {
  align-items: flex-start !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.product-list header .sort {
  margin-left: 0;
}

.sort-type__item {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .page-title-with-sort {
    flex-direction: row;
  }

  .page-title-with-sort .sort {
    align-items: center;
    display: flex;
    gap: 2rem;
    margin-top: 0.5rem;
  }

  .product-list header .sort {
    margin-left: 2rem;
  }
}

/**** 20240209 ****/

.sold-out-img.sold-out-img {
  left: 50%;
  max-width: 70% !important;
  opacity: 0.35;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.badge-offerta {
  background-color: #725e54;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 1rem auto 0;
  padding: 0.15rem 1.25rem;
}

.grid-footer .pagination {
  flex-wrap: wrap;
}


.sold-out-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  text-transform: uppercase;
  height: auto;
  z-index: 2;
  border-top-left-radius: 10px;
  background-color: #ffffff;
}

.sold-out-badge p {
  font-weight: 600;
  color: #688d6c;
  margin: 6px;
}





/** New Header **/

.new-header {
  background-color: #725E54;
  position: relative;
  z-index: 5;
}

.new-header__container {
  background-color: #E8DBC5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 1rem;
  min-height: 100px;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .new-header__container {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}

.new-header__logo img {
  max-width: 90px;
}

.new-header__right-content {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.new-header__icon-navbar-nav {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 0 2.5rem 0 0;
}

.new-header__icon-navbar-nav li {
  list-style: none;
}

.new-header__icon-navbar-nav li a {
  padding: 0.5rem;
}

.new-header__icon-navbar-nav li a i {
  font-size: 2rem;
}

.new-header .site-search {
  position: relative;
  justify-content: flex-end;
  display: flex;
  flex: 1;
}

.new-header .site-search .form-control {
  border-radius: 2rem;
  padding: 0.8rem 3rem 0.8rem 1rem;
  font-size: 1.6rem;
  border-color: #725E54;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
  min-width: 200px;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  max-width: 13rem;
}

.new-header .site-search .form-control:focus {
  max-width: 100%;
}

.new-header .site-search .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  height: 100%;
  font-size: 1.6rem;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.new-header__menu-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.new-header__nav {
  width: fit-content;
  margin: 0 auto;
}

.new-header__nav-list {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 0;
}

.new-header__nav-list li {
  list-style: none;
}

.new-header__nav-list li a {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  color: #725E54;
  text-decoration: none;
  font-weight: 600;
}

.shop-header-btn {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.new-header__nav-list li a:hover {
  color: #688d6c;
}

/* ---- Shop Megamenu ---- */

.shop-megamenu {
  position: fixed;
  top: 0;
  /* verrà sovrascritta via JS con l'altezza dell'header */
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.shop-megamenu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.shop-megamenu__inner {
  padding: 3rem 4rem 4rem 4rem;
}

.shop-megamenu__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.5rem;
}

.shop-megamenu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #725E54;
  text-decoration: none;
  border: 2px solid #688d6c;
  border-radius: 6px;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shop-megamenu__item:hover,
.shop-megamenu__item:focus {
  background-color: #725E54;
  color: #fff;
  border-color: #725E54;
}

/* Overlay che chiude il megamenu al click esterno */
.shop-megamenu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3;
  background: transparent;
}

.shop-megamenu-overlay.is-open {
  display: block;
}

/* Indicatore visivo sul trigger quando il menu è aperto */
#shop-megamenu-trigger.is-active {
  color: #688d6c;
}

.shop-header-btn__chevron {
  display: inline-block;
  transition: transform 0.25s ease;
}

#shop-megamenu-trigger.is-active .shop-header-btn__chevron {
  transform: rotate(180deg);
}

/* ============================================================
   New Header — Mobile (<1200px)
   ============================================================ */

/* Sul desktop il menu-content è sempre visibile */
@media (min-width: 1200px) {
  .new-header__burger {
    display: none;
  }

  .new-header__mobile-menu {
    display: none !important;
  }
}

/* Sotto 1200px: nascondi il menu desktop, mostra il burger */
@media (max-width: 1199px) {
  .new-header__menu-content {
    display: none;
  }

  /* L'header resta sopra l'overlay e sopra il pannello mobile */
  .new-header {
    position: relative;
    z-index: 7;
  }

  /* ---- Burger button ---- */
  .new-header__burger {
    display: block;
    position: relative;
    width: 35px;
    height: 22px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    margin-right: 3rem;
    flex-shrink: 0;
    transform: rotate(0deg);
    transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  }

  .new-header__burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background-color: #725E54;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.35s cubic-bezier(0, 0, 0.44, 1.18);
  }

  .new-header__burger span:nth-child(even) {
    left: 50%;
    border-radius: 0 4px 4px 0;
  }

  .new-header__burger span:nth-child(odd) {
    left: 0;
    border-radius: 4px 0 0 4px;
  }

  .new-header__burger span:nth-child(1),
  .new-header__burger span:nth-child(2) {
    top: 0;
  }

  .new-header__burger span:nth-child(3),
  .new-header__burger span:nth-child(4) {
    top: 8px;
  }

  .new-header__burger span:nth-child(5),
  .new-header__burger span:nth-child(6) {
    top: 16px;
  }

  /* Stato aperto → X */
  .new-header__burger.is-open span:nth-child(1),
  .new-header__burger.is-open span:nth-child(6) {
    transform: rotate(45deg);
  }

  .new-header__burger.is-open span:nth-child(2),
  .new-header__burger.is-open span:nth-child(5) {
    transform: rotate(-45deg);
  }

  .new-header__burger.is-open span:nth-child(1) {
    left: 5px;
    top: 6px;
  }

  .new-header__burger.is-open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 6px;
  }

  .new-header__burger.is-open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  .new-header__burger.is-open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .new-header__burger.is-open span:nth-child(5) {
    left: 5px;
    top: 60%;
  }

  .new-header__burger.is-open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 60%;
  }

  /* ---- Mobile menu panel (slide-in da destra) ---- */
  .new-header__mobile-menu {
    position: fixed;
    top: 49px;
    right: -80%;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #E8DBC5;
    z-index: 6;
    overflow-y: auto;
    padding: 100px 2rem 100px 2rem;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  .new-header__mobile-menu.is-open {
    right: 0;
  }

  /* ---- Nav list ---- */
  .new-header__mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .new-header__mobile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.7rem;
    font-weight: 600;
    color: #725E54;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
  }

  .new-header__mobile-link:hover {
    color: #688d6c;
  }

  /* ---- Shop accordion sub-list ---- */
  .new-header__mobile-chevron {
    display: inline-block;
    transition: transform 0.25s ease;
    font-size: 1.3rem;
  }

  .new-header__mobile-link--trigger.is-open .new-header__mobile-chevron {
    transform: rotate(180deg);
  }

  .new-header__mobile-sub {
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .new-header__mobile-sub.is-open {
    padding: 0 0 1.5rem 0;
    max-height: 280px;
    /* spazio per ~7 voci; se più voci fa scroll */
    overflow-y: auto;
  }

  .new-header__mobile-sub-link {
    display: block;
    padding: 0.9rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #688d6c;
    text-decoration: none;
    text-align: center;
  }

  .new-header__mobile-sub-link:hover {
    color: #725E54;
  }

  /* ---- Barra di ricerca mobile ---- */
  .new-header__mobile-search {
    position: relative;
    display: flex;
  }

  .new-header__mobile-search .form-control {
    border-radius: 2rem;
    padding: 0.8rem 3rem 0.8rem 1rem;
    font-size: 1.6rem;
    border-color: #725E54;
    background-color: transparent;
    width: 100%;
  }

  .new-header__mobile-search .btn {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    border: none;
    color: #725E54;
  }

  /* ---- Icone mobile ---- */
  .new-header__mobile-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .new-header__mobile-icon-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #725E54;
    text-decoration: none;
  }

  .new-header__mobile-icon-link i {
    font-size: 2rem;
    width: 2.5rem;
  }

  .new-header__mobile-icon-link:hover {
    color: #688d6c;
  }

  /* Il megamenu desktop non deve mai aprirsi su mobile */
  .shop-megamenu {
    display: none !important;
  }

  .new-header__container {
    position: fixed;
    top: 40px;
    z-index: 1000;
    width: 100%;
    height: 100px;
  }

  main {
    margin-top: 140px;
  }

  @media (min-width: 1200px) {
    main {
      margin-top: 0;
    }
  }

  .new-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: left 0.3s ease, transform 0.3s ease;
  }

  /* Quando il menu è aperto: logo si sposta a sinistra */
  .new-header.is-menu-open .new-header__logo {
    left: 1rem;
    transform: translateX(0);
  }

  /* ---- Footer mobile (social + contatti + lingua) ---- */
  .new-header__mobile-footer {
    padding-top: 2rem;
    padding-bottom: 88px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .new-header__mobile-footer__social {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .new-header__mobile-footer__social a {
    font-size: 2.4rem;
    color: #725E54;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .new-header__mobile-footer__social a:hover {
    color: #688d6c;
  }

  .new-header__mobile-footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .new-header__mobile-footer__contacts a {
    font-size: 1.4rem;
    color: #725E54;
    text-decoration: none;
  }

  .new-header__mobile-footer__contacts a:hover {
    color: #688d6c;
  }

  .new-header__mobile-footer__lang {
    font-size: 1.4rem;
  }
}


.form-newsletter-input {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 1rem;
  font-size: 1.6rem;
  border: 1px solid #688d6c;
  background-color: #ffffff;
  border-radius: 4px;
}

.form-newsletter-submit {
  padding: 0.8rem 3rem 0.8rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #725E54;
  background-color: #ffffff;
  border-radius: 100rem;
  border: none;
  transition: all 0.3s ease;
  height: fit-content;
  width: fit-content;
}

.form-newsletter-submit:hover {
  background-color: #688d6c;
  color: #ffffff;
}

.form-newsletter-page-submit {
  padding: 0.8rem 3rem 0.8rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #725E54;
  border-radius: 100rem;
  border: none;
  transition: all 0.3s ease;
  height: fit-content;
  width: fit-content;
}

.form-newsletter-page-submit:hover {
  background-color: #688d6c;
}

.privacy-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.form-check-input-footer {
  width: 1.6rem;
  height: 1.6rem;
}

.form-check-label-footer {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.2;
}

.form-check-label {
  font-size: 1.2rem;
  color: #725E54;
  line-height: 1.2;
}

/* ---- Teaser Slider ---- */
.teaser-slider {
  position: relative;
  overflow: hidden;
}

.teaser-slide {
  position: relative;
  aspect-ratio: 1920 / 720;
  overflow: hidden;
}

@media (max-width: 768px) {
  .teaser-slide {
    aspect-ratio: 390 / 450;
  }
}

.teaser-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser-slide__img--mobile {
  display: block !important;
}

.teaser-slide__img--desktop {
  display: none !important;
}

@media (min-width: 768px) {
  .teaser-slide__img--desktop {
    display: block !important;
  }

  .teaser-slide__img--mobile {
    display: none !important;
  }
}

.teaser-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 30%, transparent 70%);
  pointer-events: none;
}

.teaser-slide__content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  color: #ffffff;
  z-index: 2;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.teaser-slide__title {
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
}

.teaser-slide__subtitle {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 400;
  opacity: 0.9;
  color: #fff;
}

.teaser-slide__btn {
  padding: 1.2rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 999px;
  background-color: #fff;
  color: #725E54;
  transition: all 0.3s ease;
  width: fit-content;
}

.teaser-slide__btn:hover {
  background-color: #688d6c;
  color: #fff;
}

/* Slick Arrows & Dots Customization */
.teaser-slider .slick-prev,
.teaser-slider .slick-next {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
  font-size: 0;
  color: transparent;
  border: none;
  outline: none;
}

.teaser-slider .slick-prev {
  left: 20px;
  background-image: url('/img/arrow-left.png');
}

.teaser-slider .slick-next {
  right: 20px;
  background-image: url('/img/arrow-right.png');
}

.teaser-slider .slick-prev:hover,
.teaser-slider .slick-next:hover {
  background-color: #688d6c;
}

.teaser-slider .slick-prev:before,
.teaser-slider .slick-next:before {
  content: "" !important;
}

.teaser-slider .slick-dots {
  bottom: 20px;
}

.teaser-slider .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}

.teaser-slider .slick-dots li.slick-active button:before {
  color: #c99121;
  opacity: 1;
}

@media (max-width: 768px) {

  .teaser-slider .slick-prev,
  .teaser-slider .slick-next {
    display: none !important;
  }

  .teaser-slide__content {
    bottom: 15%;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-active button {
  outline: none;
  background: #688d6c !important;
}


.newsletter-section {
  background-color: #725E54;
  color: #fff;
}

.privacy-wrapper-home {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}

.newsletter-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .newsletter-section-wrapper {
    flex-direction: row;
    align-items: start;
  }
}

.home-newsletter-btn {
  margin-top: 11px;
}

.home-blog-section {
  background-color: #E8DBC5;
}


/* News */

.grid-news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

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

@media (min-width: 1200px) {
  .grid-news {
    grid-template-columns: repeat(4, 1fr);
  }
}

.news-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
}

.news-card:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.news-card-img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-card-img {
  position: relative;
  display: block;
}

.news-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 20%, transparent 70%);
  pointer-events: none;
}

.news-card-date {
  position: absolute;
  bottom: 12px;
  left: 16px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  z-index: 1;
}

.news-card-category {
  position: absolute;
  bottom: 12px;
  right: 16px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  z-index: 1;
}

.news-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
}

.news-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #725E54;
  margin: 0;
  text-align: center;
}

.news-card-description {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-card-link {
  width: fit-content;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #725E54;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  margin-top: auto;
}

.news-card-link:hover {
  background-color: #688d6c;
  color: #fff;
}

.aside-label-text {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.page-title-product-list-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.page-title-product-list-wrapper h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #725E54;
  font-style: italic;
}

.subcategory-list-page-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: start;
  padding: 1rem 0;
  flex-wrap: wrap;
}

.subcategory-list-page-wrapper.news-subcategory-list {
  justify-content: center;
  padding: 0;
}

.subcategory-list-page-wrapper li {
  list-style: none;
  padding-bottom: 2rem;
}

.subcategory-btn {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #1f1e1d;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 1rem 1.4rem;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #688d6c;
}

.subcategory-btn.active {
  background-color: #688d6c;
  color: #fff;
  font-weight: 600;
}

.subcategory-btn:hover {
  background-color: #688d6c;
  color: #fff;
}

.news-detail-category-link {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  color: #688d6c;
  transition: all 0.2s ease;
  text-decoration: underline;
}

.news-detail-category-link:hover {
  color: #725E54;
  text-decoration: none;
}

.news-detail-date {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #1f1e1d;
}




.news-detail-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.news-detail-container h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
  color: #725E54;
}

.news-detail-container h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0;
}

.news-detail-container h3,
.news-detail-container h4,
.news-detail-container h5,
.news-detail-container h6 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {
  .news-detail-container h1 {
    font-size: 5rem;
  }

  .news-detail-container h2 {
    font-size: 3rem;
  }

  .news-detail-container h3,
  .news-detail-container h4,
  .news-detail-container h5,
  .news-detail-container h6 {
    font-size: 2.4rem;
  }
}

.news-detail-container p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.news-detail-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 1rem 0;
  border-radius: 8px;
}

.news-detail-container a {
  color: #688d6c;
  transition: all 0.2s ease;
  text-decoration: underline;
}

.news-detail-container a:hover {
  color: #725E54;
  text-decoration: none;
}

.news-detail-container ul,
.news-detail-container ol {
  margin: 1rem 0;
}

.news-detail-container li {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0.5rem 0;
  color: #725E54;
}

.news-detail-container li::marker {
  color: #688d6c;
}

.news-detail-container blockquote {
  margin: 1rem 0;
  padding: 1rem;
  border-left: 4px solid #688d6c;
  background-color: #f9f9f9;
}

.news-detail-container blockquote p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}

.news-detail-container blockquote p::before {
  content: "\201C";
  font-size: 2rem;
  font-weight: 700;
  color: #688d6c;
  margin-right: 0.5rem;
}

.news-detail-container blockquote p::after {
  content: "\201D";
  font-size: 2rem;
  font-weight: 700;
  color: #688d6c;
  margin-left: 0.5rem;
}

.news-detail-container strong {
  font-weight: 700;
}

/* Active states for navbar */

/* Desktop: parent nav item active */
.new-header__nav-list li.was-active a {
  color: #688d6c;
}

/* Mobile: parent nav item active */
.was-active .new-header__mobile-link {
  color: #688d6c;
}

/* Mobile: shop sub-link active */
.was-active.new-header__mobile-sub-link {
  font-weight: 700;
  color: #725E54;
}

/* Desktop: megamenu item active */
.was-active.shop-megamenu__item {
  background-color: #688d6c;
  color: white;
}

.was-active.shop-megamenu__item:hover {
  background-color: #725E54;
  color: white;
}

.bg-brown {
  background-color: #725E54;
}