@media (max-width: 768px) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header #open_shop_menu,
.site-header .account {
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
}
.site-header .logo-intro-home {
  height: auto;
  width: auto;
}
@media (min-width: 1024px) {
  .site-header .logo-intro-home {
    height: 70px;
  }
}
.site-header .xoo-wsc-sc-cont {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .xoo-wsc-sc-cont {
    display: flex;
  }
}
.site-header .search {
  width: 25px;
  float: left;
  margin-right: 50px;
  margin-top: 10px;
  cursor: pointer;
}
.site-header .site-nav {
  justify-content: end;
}
.site-header .site-branding a {
  margin: 0;
  justify-content: center;
  width: auto;
}

.modal-search {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #f9ede2;
  padding: 4rem;
  border-radius: 4px;
  box-shadow: 1px 2px 20px 3px #ccc;
  opacity: 0;
  transition: 0.6s opacity ease-in-out;
}
.modal-search.active {
  opacity: 1;
  z-index: 100;
}
.modal-search .close {
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}
.modal-search input {
  background: transparent !important;
  border: 1px solid #1d1d1b !important;
  padding: 20px 20px 20px 30px;
  border-radius: 0;
  color: #1d1d1b;
  font-size: 24px;
  font-weight: 500;
}
.modal-search input::placeholder {
  color: #1d1d1b;
}
.modal-search button[type=submit] {
  width: fit-content;
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all linear 0.3s;
  height: 70px;
}
@media (min-width: 1024px) {
  .modal-search button[type=submit] {
    background: transparent;
    color: #1d1d1b;
  }
}
.modal-search button[type=submit]:hover {
  background: #9a8580;
  border-color: #9a8580;
  color: #fff;
}

html.modal-open {
  overflow: hidden;
}

.menu-modal {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 500px;
  max-width: 80vw;
  padding: 32px;
  padding-top: 110px;
  background: #e2dacc;
  box-shadow: 1px 0px 12px #cdcdcd;
  transition: 0.6s;
  overflow: scroll;
  z-index: 90;
}
@media (min-width: 1024px) {
  .menu-modal {
    padding-top: 140px;
  }
}
.menu-modal.active {
  left: 0;
}
.menu-modal .mobile-only {
  display: none;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.menu-modal .mobile-only img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .menu-modal .mobile-only {
    display: flex;
  }
}
.menu-modal .mobile-only .single-link {
  position: relative;
}
.menu-modal .mobile-only .single-link span {
  position: absolute;
  right: -8px;
  top: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 8px;
  padding: 5px;
  border-radius: 50%;
  background: #9a8580;
  color: #fff;
}

.darkizer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: 0.6s;
  z-index: 80;
  pointer-events: none;
}
.darkizer.active {
  opacity: 1;
  pointer-events: all;
}

#shop_menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#shop_menu > ul > li {
  margin-bottom: 12px;
}
#shop_menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.375rem;
}
#shop_menu > ul > li > a:hover, #shop_menu > ul > li > a.current_page_parent {
  text-decoration: underline;
}
#shop_menu > ul > li:has(ul.children) > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
#shop_menu > ul > li:has(ul.children) > a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/giuliacampolo/svg/right-chevron-bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s;
}
#shop_menu > ul > li:has(ul.children) .children {
  max-height: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  transition: 0.6s;
}
#shop_menu > ul > li:has(ul.children) .children > li {
  font-size: 1.175rem;
  line-height: 1.675rem;
}
#shop_menu > ul > li:has(ul.children) .children > li a:hover, #shop_menu > ul > li:has(ul.children) .children > li a.current_page_parent {
  text-decoration: underline;
}
#shop_menu > ul > li:has(ul.children).active a::after, #shop_menu > ul > li:has(ul.children):hover a::after {
  transform: rotate(90deg);
}
#shop_menu > ul > li:has(ul.children).active .children, #shop_menu > ul > li:has(ul.children):hover .children {
  max-height: 450px;
  padding: 10px;
}

#global-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(8px);
  z-index: 9999;
  text-align: center;
  padding-top: 20%;
}

#czc-global-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #38c172;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
#czc-global-message.error {
  background: #e3342f;
}

.lazy-video {
  transition: opacity 0.3s ease;
}

.woocommerce-shop .page-description {
  margin-bottom: 60px;
  margin-left: -30px;
  margin-right: -30px;
}
.woocommerce-shop .page-description .video-shop {
  max-height: 40vh;
  overflow: hidden;
  position: relative;
}
.woocommerce-shop .page-description .video-shop figcaption {
  position: absolute;
  color: #fff;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-shadow: 1px 2px 7px #ccc;
}
@media (min-width: 1024px) {
  .woocommerce-shop .page-description .video-shop figcaption {
    font-size: 3rem;
    line-height: 2.6rem;
  }
}

.woocommerce .page-title,
.woocommerce-page .page-title,
.home .page-title {
  text-transform: uppercase;
}
.woocommerce .blockUI,
.woocommerce .blockOverlay,
.woocommerce-page .blockUI,
.woocommerce-page .blockOverlay,
.home .blockUI,
.home .blockOverlay {
  display: none !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.home .woocommerce-message,
.home .woocommerce-error,
.home .woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: transparent;
  color: #515151;
  border-top: 3px solid #720eec;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.home .woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce .woocommerce-success,
.woocommerce-page .woocommerce-success,
.home .woocommerce-success {
  border-top-color: #38c172;
}
.woocommerce .page-woocommerce,
.woocommerce-page .page-woocommerce,
.home .page-woocommerce {
  padding: 30px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.home .woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.home a.button,
.home button.button,
.home input.button,
.home #respond input#submit {
  display: block;
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  transition: all linear 0.3s;
  font-size: 1rem;
  background-color: #000;
  color: #fff;
}
@media (min-width: 1024px) {
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce-page a.button,
  .woocommerce-page button.button,
  .woocommerce-page input.button,
  .woocommerce-page #respond input#submit,
  .home a.button,
  .home button.button,
  .home input.button,
  .home #respond input#submit {
    background: transparent;
    color: #1d1d1b;
  }
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.home a.button:hover,
.home button.button:hover,
.home input.button:hover,
.home #respond input#submit:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.woocommerce input,
.woocommerce textarea,
.woocommerce-page input,
.woocommerce-page textarea,
.home input,
.home textarea {
  background: transparent !important;
  border: 1px solid #1d1d1b !important;
  border-radius: 0 !important;
}
.woocommerce select,
.woocommerce-page select,
.home select {
  color: #000 !important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
}
.woocommerce .select2-container .select2-selection,
.woocommerce-page .select2-container .select2-selection,
.home .select2-container .select2-selection {
  border-radius: 0 !important;
  background: transparent !important;
}
.woocommerce .select2-container .select2-dropdown,
.woocommerce-page .select2-container .select2-dropdown,
.home .select2-container .select2-dropdown {
  background: #faf6f1 !important;
}
.woocommerce .input-text.qty,
.woocommerce-page .input-text.qty,
.home .input-text.qty {
  height: 39px;
}
.woocommerce h1,
.woocommerce h2,
.woocommerce-page h1,
.woocommerce-page h2,
.home h1,
.home h2 {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce h1,
  .woocommerce h2,
  .woocommerce-page h1,
  .woocommerce-page h2,
  .home h1,
  .home h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.woocommerce h1,
.woocommerce-page h1,
.home h1 {
  text-align: start;
}
@media (max-width: 768px) {
  .woocommerce h1,
  .woocommerce-page h1,
  .home h1 {
    text-align: center;
  }
}
.woocommerce h2,
.woocommerce-page h2,
.home h2 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .woocommerce h2,
  .woocommerce-page h2,
  .home h2 {
    font-size: 1.25rem;
  }
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.home .woocommerce-info {
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  color: #1d1d1b;
  width: 80%;
  margin: 2rem 10%;
  padding: 1rem;
}
.woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce-info::before,
.home .woocommerce-info::before {
  display: none;
}
.woocommerce .woocommerce-info a.showlogin,
.woocommerce-page .woocommerce-info a.showlogin,
.home .woocommerce-info a.showlogin {
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-weight: 500;
  text-align: center;
  margin-left: 20px;
  text-transform: uppercase;
  transition: all linear 0.3s;
  font-size: 1rem;
  background-color: #000;
  color: #fff;
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-info a.showlogin,
  .woocommerce-page .woocommerce-info a.showlogin,
  .home .woocommerce-info a.showlogin {
    background: transparent;
    color: #1d1d1b;
  }
}
.woocommerce .woocommerce-info a.showlogin:hover,
.woocommerce-page .woocommerce-info a.showlogin:hover,
.home .woocommerce-info a.showlogin:hover {
  background-color: #000 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info,
  .home .woocommerce-info {
    padding: 20px;
    font-size: 1rem;
  }
}
.woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce-info::before,
.home .woocommerce-info::before {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-info::before,
  .woocommerce-page .woocommerce-info::before,
  .home .woocommerce-info::before {
    display: none;
  }
}
.woocommerce .woocommerce-info .woocommerce-Button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info button,
.woocommerce-page .woocommerce-info .woocommerce-Button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-info button,
.home .woocommerce-info .woocommerce-Button,
.home .woocommerce-info .button,
.home .woocommerce-info button {
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-transform: uppercase;
  background: transparent;
  transition: all linear 0.3s;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-info .woocommerce-Button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-info button,
  .woocommerce-page .woocommerce-info .woocommerce-Button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-info button,
  .home .woocommerce-info .woocommerce-Button,
  .home .woocommerce-info .button,
  .home .woocommerce-info button {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    float: unset;
  }
}
.woocommerce .woocommerce-info .woocommerce-Button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info button:hover,
.woocommerce-page .woocommerce-info .woocommerce-Button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-info button:hover,
.home .woocommerce-info .woocommerce-Button:hover,
.home .woocommerce-info .button:hover,
.home .woocommerce-info button:hover {
  background: #9a8580;
  border-color: #9a8580;
  color: #fff;
}
.woocommerce .woocommerce-form-login,
.woocommerce-page .woocommerce-form-login,
.home .woocommerce-form-login {
  width: 100%;
  margin: 2rem 0;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ccc !important;
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-form-login,
  .woocommerce-page .woocommerce-form-login,
  .home .woocommerce-form-login {
    width: 80%;
    margin: 2rem 10% !important;
  }
}
.woocommerce .woocommerce-order-details,
.woocommerce-page .woocommerce-order-details,
.home .woocommerce-order-details {
  width: 100%;
  margin: 2rem 0;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ccc !important;
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-order-details,
  .woocommerce-page .woocommerce-order-details,
  .home .woocommerce-order-details {
    width: 80%;
    margin: 2rem 10% !important;
  }
}
.woocommerce .woocommerce-order-details table.shop_table,
.woocommerce-page .woocommerce-order-details table.shop_table,
.home .woocommerce-order-details table.shop_table {
  border: none !important;
}
.woocommerce .woocommerce-customer-details,
.woocommerce-page .woocommerce-customer-details,
.home .woocommerce-customer-details {
  width: 100%;
  margin: 2rem 0;
  border: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-customer-details,
  .woocommerce-page .woocommerce-customer-details,
  .home .woocommerce-customer-details {
    width: 80%;
    margin: 2rem 10% !important;
  }
}
.woocommerce .archive-product-toolbar,
.woocommerce-page .archive-product-toolbar,
.home .archive-product-toolbar {
  padding: 10px 20px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.home .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.home .woocommerce-ordering {
  position: relative;
  width: fit-content !important;
  margin: 0 !important;
  margin-bottom: 70px !important;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering,
  .home .woocommerce-ordering {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.woocommerce .woocommerce-ordering::after,
.woocommerce-page .woocommerce-ordering::after,
.home .woocommerce-ordering::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #1d1d1b;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.home .woocommerce-ordering select {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-Price-amount,
.woocommerce-page .woocommerce-Price-amount,
.home .woocommerce-Price-amount {
  color: #000 !important;
}
.woocommerce ul.products,
.woocommerce-page ul.products,
.home ul.products {
  gap: 1px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -30px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.home ul.products li.product {
  flex: 0 0 49.8%;
  margin: 0;
}
@media (min-width: 1024px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .home ul.products li.product {
    flex: 0 0 24.9%;
  }
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.home ul.products li.product .onsale {
  top: -15px;
  right: -15px;
  left: unset;
  min-width: 60px;
  min-height: unset;
  margin: 0;
  padding: 16px 12px;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  background: transparent;
  color: #1d1d1b;
  font-family: "Noto Serif Display", serif;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.home ul.products li.product img {
  margin-bottom: 12px;
  border: 1px solid transparent;
  transition: all linear 0.3s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.home ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 4px;
  padding: 0 10px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
}
.woocommerce ul.products li.product .woocommerce-product-details__short-description,
.woocommerce-page ul.products li.product .woocommerce-product-details__short-description,
.home ul.products li.product .woocommerce-product-details__short-description {
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 0.7rem;
  line-height: 1.2;
  height: auto;
}
@media (min-width: 1024px) {
  .woocommerce ul.products li.product .woocommerce-product-details__short-description,
  .woocommerce-page ul.products li.product .woocommerce-product-details__short-description,
  .home ul.products li.product .woocommerce-product-details__short-description {
    height: 30px;
  }
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.home ul.products li.product .price {
  padding: 0 10px;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 0.875rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail,
.woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail,
.home ul.products li.product .woocommerce-loop-product__thumbnail {
  position: relative;
}
.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail .add_to_cart_button,
.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail .button,
.woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail .add_to_cart_button,
.woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail .button,
.home ul.products li.product .woocommerce-loop-product__thumbnail .add_to_cart_button,
.home ul.products li.product .woocommerce-loop-product__thumbnail .button {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -39px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail .add_to_cart_button:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail .button:hover,
.woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail .button:hover,
.home ul.products li.product .woocommerce-loop-product__thumbnail .add_to_cart_button:hover,
.home ul.products li.product .woocommerce-loop-product__thumbnail .button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart,
.home ul.products li.product .added_to_cart {
  display: none !important;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.home ul.products::before,
.home ul.products::after {
  display: none !important;
}
.woocommerce .woocommerce-pagination .page-numbers,
.woocommerce-page .woocommerce-pagination .page-numbers,
.home .woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: 0;
}
.woocommerce .woocommerce-pagination .page-numbers::before, .woocommerce .woocommerce-pagination .page-numbers::after,
.woocommerce-page .woocommerce-pagination .page-numbers::before,
.woocommerce-page .woocommerce-pagination .page-numbers::after,
.home .woocommerce-pagination .page-numbers::before,
.home .woocommerce-pagination .page-numbers::after {
  display: none !important;
}
.woocommerce .woocommerce-pagination .page-numbers li,
.woocommerce-page .woocommerce-pagination .page-numbers li,
.home .woocommerce-pagination .page-numbers li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border: 1px solid #1d1d1b;
  transition: all linear 0.3s;
  border-left: none;
  border-right: none;
}
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce-page .woocommerce-pagination .page-numbers li a,
.woocommerce-page .woocommerce-pagination .page-numbers li span,
.home .woocommerce-pagination .page-numbers li a,
.home .woocommerce-pagination .page-numbers li span {
  margin-top: -2px;
  padding: 0px;
  background: transparent !important;
  color: #1d1d1b !important;
  line-height: 1;
  transition: all linear 0.3s;
}
.woocommerce .woocommerce-pagination .page-numbers li a.current,
.woocommerce .woocommerce-pagination .page-numbers li span.current,
.woocommerce-page .woocommerce-pagination .page-numbers li a.current,
.woocommerce-page .woocommerce-pagination .page-numbers li span.current,
.home .woocommerce-pagination .page-numbers li a.current,
.home .woocommerce-pagination .page-numbers li span.current {
  font-weight: bold;
}
.woocommerce .woocommerce-pagination .page-numbers li a.next,
.woocommerce .woocommerce-pagination .page-numbers li span.next,
.woocommerce-page .woocommerce-pagination .page-numbers li a.next,
.woocommerce-page .woocommerce-pagination .page-numbers li span.next,
.home .woocommerce-pagination .page-numbers li a.next,
.home .woocommerce-pagination .page-numbers li span.next {
  margin-top: 0;
}
.woocommerce .woocommerce-pagination .page-numbers li:hover,
.woocommerce-page .woocommerce-pagination .page-numbers li:hover,
.home .woocommerce-pagination .page-numbers li:hover {
  border-color: #9a8580;
  background: #9a8580;
  color: #fff;
}
.woocommerce .woocommerce-tabs,
.woocommerce-page .woocommerce-tabs,
.home .woocommerce-tabs {
  margin: 50px 0;
}
.woocommerce .woocommerce-tabs .tabs,
.woocommerce-page .woocommerce-tabs .tabs,
.home .woocommerce-tabs .tabs {
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-tabs .tabs::before, .woocommerce .woocommerce-tabs .tabs::after,
.woocommerce-page .woocommerce-tabs .tabs::before,
.woocommerce-page .woocommerce-tabs .tabs::after,
.home .woocommerce-tabs .tabs::before,
.home .woocommerce-tabs .tabs::after {
  display: none;
}
.woocommerce .woocommerce-tabs .tabs > li,
.woocommerce-page .woocommerce-tabs .tabs > li,
.home .woocommerce-tabs .tabs > li {
  height: fit-content;
  margin: 0;
  padding: 0;
  border: 1px solid #1d1d1b !important;
  border-left: none;
  border-right: none;
  border-radius: 0;
  line-height: 1;
  background: transparent !important;
}
.woocommerce .woocommerce-tabs .tabs > li::before, .woocommerce .woocommerce-tabs .tabs > li::after,
.woocommerce-page .woocommerce-tabs .tabs > li::before,
.woocommerce-page .woocommerce-tabs .tabs > li::after,
.home .woocommerce-tabs .tabs > li::before,
.home .woocommerce-tabs .tabs > li::after {
  display: none;
}
.woocommerce .woocommerce-tabs .tabs > li:hover,
.woocommerce-page .woocommerce-tabs .tabs > li:hover,
.home .woocommerce-tabs .tabs > li:hover {
  background: #9a8580;
  border-color: #9a8580;
  color: #fff;
}
.woocommerce .woocommerce-tabs .tabs > li a,
.woocommerce-page .woocommerce-tabs .tabs > li a,
.home .woocommerce-tabs .tabs > li a {
  padding: 8px 16px;
  color: #1d1d1b !important;
  font-weight: 500;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce-page .woocommerce-tabs .woocommerce-Tabs-panel,
.home .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: 32px !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2,
.woocommerce-page .woocommerce-tabs .woocommerce-Tabs-panel h2,
.home .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  margin-top: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p,
.woocommerce-page .woocommerce-tabs .woocommerce-Tabs-panel p,
.home .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin: 0;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p:last-of-type,
.woocommerce-page .woocommerce-tabs .woocommerce-Tabs-panel p:last-of-type,
.home .woocommerce-tabs .woocommerce-Tabs-panel p:last-of-type {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout #payment,
.woocommerce-page .woocommerce-checkout #payment,
.home .woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce .woocommerce-checkout #payment div.payment_box,
.woocommerce-page .woocommerce-checkout #payment div.payment_box,
.home .woocommerce-checkout #payment div.payment_box {
  background-color: #f9ede2;
}
.woocommerce .woocommerce-checkout #payment div.payment_box::before,
.woocommerce-page .woocommerce-checkout #payment div.payment_box::before,
.home .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #f9ede2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce .woocommerce-column--billing-address,
.woocommerce .woocommerce-column--shipping-address,
.woocommerce-page .woocommerce-column--billing-address,
.woocommerce-page .woocommerce-column--shipping-address,
.home .woocommerce-column--billing-address,
.home .woocommerce-column--shipping-address {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-column--billing-address address,
.woocommerce .woocommerce-column--shipping-address address,
.woocommerce-page .woocommerce-column--billing-address address,
.woocommerce-page .woocommerce-column--shipping-address address,
.home .woocommerce-column--billing-address address,
.home .woocommerce-column--shipping-address address {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
}

.woocommerce-store-notice {
  background-color: #f9ede2 !important;
  color: #000 !important;
  font-weight: bold;
  text-align: center;
  bottom: 0 !important;
  top: auto !important;
  position: fixed !important;
}
.woocommerce-store-notice a {
  color: #000;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-nav {
  position: absolute;
  top: calc(50% - 33px);
  left: 30px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 60px);
  color: #000;
  pointer-events: none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-nav .owl-next,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-nav .owl-prev {
  font-size: 64px;
  pointer-events: all;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-nav .owl-next.disabled,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-nav .owl-prev.disabled {
  opacity: 0.2;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-dots .owl-dot {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #000;
  transition: 0.6s;
  opacity: 0.25;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-dots .owl-dot:hover, .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .owl-dots .owl-dot.active {
  opacity: 1;
}

.product-title {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  font-family: "Noto Serif Display", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

div.product {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px 30px -30px;
}
@media (min-width: 1024px) {
  div.product {
    margin: auto;
  }
}
div.product .onsale {
  top: -15px;
  left: -15px;
  min-width: 60px;
  min-height: unset;
  margin: 0;
  padding: 16px 12px;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  background: transparent;
  color: #1d1d1b;
  font-family: "Noto Serif Display", serif;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
div.product .woocommerce-product-gallery {
  margin-bottom: 0;
}
div.product .woocommerce-product-gallery img {
  margin-bottom: 0;
  transition: all linear 0.3s;
}
div.product .woocommerce-product-gallery video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
div.product .summary {
  position: sticky;
  top: 20px;
  padding: 20px;
}
div.product .summary .price {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 2rem;
  color: #1d1d1b;
}
div.product .summary .product-add-to-card .quantity {
  float: left;
  margin-right: 10px;
}
div.product .summary .product-add-to-card .quantity .input-text {
  height: 38px;
  background: transparent;
  color: #1d1d1b;
  border-color: #1d1d1b;
  border-radius: 0;
}
@media (max-width: 768px) {
  div.product .summary .product-add-to-card .quantity .input-text {
    height: 38px;
  }
}
div.product .summary .single_add_to_cart_button {
  display: block;
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: transparent !important;
  color: #1d1d1b !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  transition: all linear 0.3s;
  font-size: 1rem;
}
div.product .summary .single_add_to_cart_button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
div.product .summary .product_meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
div.product .product-info .product-name {
  margin-bottom: 12px;
  font-size: 1.75rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  div.product .product-info .product-name {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
div.product .product-info .product-short-description {
  display: block;
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  div.product .product-info .product-short-description {
    margin-bottom: 16px;
  }
}
div.product .product-info .product-price {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  div.product .product-info .product-price {
    margin-bottom: 6px;
  }
}
div.product .product-info .product-price .price {
  font-size: 1.25rem;
  line-height: 1.25;
}
div.product .product-info .product-price .price .discounted-from {
  text-decoration: line-through;
  opacity: 0.3;
}
div.product .product-info .product-size {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  div.product .product-info .product-size {
    margin-bottom: 8px;
  }
}
div.product .product-info .product-tags {
  margin-bottom: 40px;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  div.product .product-info .product-tags {
    margin-bottom: 32px;
  }
}
div.product .product-info .variations {
  padding: 0 3em 0 1rem;
  border: none;
  border-bottom: 1px solid;
}
div.product .product-info .stock {
  color: #000 !important;
}
div.product .product-info .product-general-info {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  div.product .product-info .product-general-info {
    margin-bottom: 60px;
  }
}
div.product .product-info .product-general-info .pdi-list {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 0.625rem;
  line-height: 1.5;
  text-transform: uppercase;
}
div.product .product-info .product-general-info .pdi-list .pdi-single.product-stock.in-stock {
  color: #73a524;
}
div.product .product-info .product-general-info .pdi-list .pdi-single.product-stock.not-available {
  color: #9c3e16;
}
div.product .czc-accordion .czc-accordion-item .czc-accordion-header {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 0;
  border: none;
  border-top: 1px solid #000;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: #000;
  text-align: left;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.6s;
  cursor: pointer;
}
div.product .czc-accordion .czc-accordion-item .czc-accordion-header img {
  width: 20px;
  transform: rotate(45deg);
  transition: 0.6s;
}
div.product .czc-accordion .czc-accordion-item .czc-accordion-header.active img {
  transform: rotate(0);
}
div.product .czc-accordion .czc-accordion-item:last-of-type .accordion {
  border-bottom: 1px solid #000;
}
div.product .czc-accordion .czc-accordion-item .czc-accordion-content {
  display: none;
  padding-top: 12px;
  padding-bottom: 24px;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  overflow: hidden;
}
div.product .woocommerce-tabs {
  margin: 50px 0;
}
div.product .woocommerce-tabs .tabs {
  padding: 0;
  margin: 0;
}
div.product .woocommerce-tabs .tabs::before, div.product .woocommerce-tabs .tabs::after {
  display: none;
}
div.product .woocommerce-tabs .tabs > li {
  height: fit-content;
  margin: 0;
  padding: 0;
  border: 1px solid #1d1d1b !important;
  border-left: none;
  border-right: none;
  border-radius: 0;
  line-height: 1;
  background: transparent !important;
}
div.product .woocommerce-tabs .tabs > li::before, div.product .woocommerce-tabs .tabs > li::after {
  display: none;
}
div.product .woocommerce-tabs .tabs > li:hover {
  background: #9a8580;
  border-color: #9a8580;
  color: #fff;
}
div.product .woocommerce-tabs .tabs > li a {
  padding: 8px 16px;
  color: #1d1d1b !important;
  font-weight: 500;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: 32px !important;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  margin-top: 0 !important;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin: 0;
  margin-bottom: 10px;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-of-type {
  margin-bottom: 0;
}

.product-extra-wrapper {
  clear: both;
  width: calc(100% + 60px);
  margin: 0 -30px 120px -30px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .product-extra-wrapper {
    padding: 30px;
  }
}
.product-extra-wrapper .product-mdu {
  margin: 0;
  padding-left: 20px;
}
.product-extra-wrapper .product-mdu .single-mdu {
  margin-bottom: 8px;
}
.product-extra-wrapper .product-mdu .single-mdu h4 {
  font-size: 3rem;
  font-weight: bold;
}
.product-extra-wrapper .product-mdu .single-mdu:nth-child(even) h4, .product-extra-wrapper .product-mdu .single-mdu:nth-child(even) p {
  text-align: right;
}
.product-extra-wrapper .product-risultato {
  margin: 0;
  padding-left: 20px;
}
.product-extra-wrapper .product-risultato .single-risultato {
  margin-bottom: 8px;
}
.product-extra-wrapper .product-risultato .single-risultato:nth-child(odd) {
  font-size: 2rem;
  font-weight: bold;
}
.product-extra-wrapper .czc-tabs {
  margin: 50px auto;
  padding: 0 10px;
}
.product-extra-wrapper .czc-tabs .tabs-nav {
  width: 100%;
  position: sticky;
  top: 75px;
  background: #f0ece5;
  border-bottom: 1px solid;
  font-size: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .product-extra-wrapper .czc-tabs .tabs-nav {
    top: 86px;
    font-size: 1rem;
  }
}
.product-extra-wrapper .czc-tabs .tabs-nav .tab-button {
  padding: 0;
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.6s;
  cursor: pointer;
}
.product-extra-wrapper .czc-tabs .tabs-nav .tab-button:hover, .product-extra-wrapper .czc-tabs .tabs-nav .tab-button.active {
  color: #000;
}
.product-extra-wrapper .czc-tabs .tabs-content {
  margin-top: 40px;
  padding: 0;
}
@media (max-width: 1024px) {
  .product-extra-wrapper .czc-tabs .tabs-content {
    margin-top: 32px;
  }
}
.product-extra-wrapper .czc-tabs .tabs-content .tab-content {
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  animation: fadeIn 0.6s ease-in;
}
.product-extra-wrapper .czc-tabs .tabs-content .tab-content.active {
  display: block;
}
.product-extra-wrapper .czc-tabs .tabs-content .tab-content .col-text {
  padding: 0 7%;
}
.product-extra-wrapper .czc-tabs .tabs-content .tab-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.product-extra-wrapper .czc-tabs .tabs-content .tab-content img {
  max-height: 90vh;
  width: 100%;
  object-fit: cover;
}
.product-extra-wrapper .czc-tabs .tabs-content .tab-content video {
  height: 90vh;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 2s opacity ease-in-out;
}
.product-extra-wrapper .czc-tabs .tabs-content .tab-content video.active {
  opacity: 1;
}
.product-extra-wrapper .product-cross-sells {
  margin-bottom: 50px auto;
  width: 100%;
}
.product-extra-wrapper .product-cross-sells h2 {
  margin-bottom: 16px !important;
  text-transform: uppercase;
}
.product-extra-wrapper .product-cross-sells .step-navigation {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.product-extra-wrapper .product-cross-sells .step-navigation .step-button {
  height: fit-content;
  padding: 4px 16px;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: none;
  transition: all 0.2s;
  cursor: pointer;
}
.product-extra-wrapper .product-cross-sells .step-navigation .step-button.active,
.product-extra-wrapper .product-cross-sells .step-navigation .step-button :hover {
  background-color: #000 !important;
  color: #fff !important;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper {
  padding: 10px;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content > h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-image img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info small {
  display: block;
  margin-bottom: 12px;
  line-height: 1.5;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info .price {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #222;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info .stock {
  color: #000;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info .quantity {
  float: left;
  margin-right: 10px;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info .quantity .input-text {
  height: 38px;
  background: transparent;
  color: #1d1d1b;
  border-color: #1d1d1b;
  border-radius: 0;
}
@media (max-width: 768px) {
  .product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info .quantity .input-text {
    height: 38px;
  }
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info .button {
  display: block;
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: transparent !important;
  color: #1d1d1b !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  transition: all linear 0.3s;
  font-size: 1rem;
}
.product-extra-wrapper .product-cross-sells .step-content-wrapper .step-content .cross-product .cross-info .button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.product-extra-wrapper .product-up-sells {
  margin: 50px auto;
}
.product-extra-wrapper .product-up-sells h2 {
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .product-extra-wrapper .product-up-sells h2 {
    text-align: left;
  }
}
.product-extra-wrapper .product-up-sells ul.products {
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 45px;
  float: unset;
}
@media (max-width: 768px) {
  .woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation ul {
    gap: 8px;
  }
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: all linear 0.3s;
}
@media (max-width: 768px) {
  .woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 1rem;
  }
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: #9a8580;
  border-color: #9a8580;
  color: #fff;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #9a8580;
  border-color: #9a8580;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  float: unset;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form .select2-selection {
  padding: 20px 20px 20px 30px;
  border: 0;
  border-radius: 0;
  color: #1d1d1b;
  background-color: #e2dacc;
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-weight: 500;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form .select2-selection .select2-selection__rendered {
  padding: 0;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form .select2-selection .select2-selection__placeholder {
  color: #1d1d1b;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form label {
  display: none;
  font-family: "Noto Serif Display", serif;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 16px;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=text],
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=number],
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=email],
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=password],
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=tel],
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form select,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form textarea {
  padding: 20px 20px 20px 30px;
  border: 0;
  border-radius: 0;
  color: #1d1d1b;
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-weight: 500;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=text]::placeholder,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=number]::placeholder,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=email]::placeholder,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=password]::placeholder,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form input[type=tel]::placeholder,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form select::placeholder,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form textarea::placeholder {
  color: #1d1d1b;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #account_first_name,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_first_name,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_first_name {
  background-color: #c2baae;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #account_last_name,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_last_name,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_last_name {
  background-color: #e2dacc;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #account_display_name,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_address_1,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_address_1 {
  background-color: #c7bcb1;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_address_2,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_address_2 {
  background-color: #c7bcb1;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_postcode,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_postcode {
  background-color: #dfdbd8;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_city,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_city {
  background-color: #c2baae;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_phone,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_phone {
  background-color: #e8e8de;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #account_email,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #billing_email,
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form #shipping_email {
  background-color: #aaa29b;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form button[type=submit] {
  display: block;
  width: fit-content;
  margin-top: 30px;
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: transparent;
  color: #1d1d1b;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all linear 0.3s;
}
@media (max-width: 768px) {
  .woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form button[type=submit] {
    margin: auto;
  }
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content form button[type=submit]:hover {
  background: #9a8580;
  border-color: #9a8580;
  color: #fff;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content #add_payment_method label {
  opacity: 1;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentBox {
  border: 1px solid #1d1d1b;
  background: transparent;
}
.woocommerce-page .page-woocommerce .woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentBox::before {
  display: none;
}
.woocommerce-page .page-woocommerce .woocommerce-Addresses .woocommerce-Address {
  padding: 20px;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
}
.woocommerce-page .page-woocommerce .woocommerce-Addresses .woocommerce-Address a {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 12px;
  border: 1px solid #1d1d1b;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: all linear 0.3s;
  float: unset;
}
.woocommerce-page .page-woocommerce .woocommerce-Addresses .woocommerce-Address a:hover {
  background: #9a8580;
  border-color: #9a8580;
  color: #fff;
}
@media (max-width: 768px) {
  .woocommerce-page .page-woocommerce .woocommerce-Addresses .woocommerce-Address.col-1 {
    margin-bottom: 20px;
  }
}

.czc-checkout-container {
  position: relative;
}
.czc-checkout-container .czc-checkout-form form label {
  font-size: 0.8rem;
}
.czc-checkout-container .czc-checkout-form form input,
.czc-checkout-container .czc-checkout-form form select {
  border-radius: 0 !important;
}
.czc-checkout-container .czc-checkout-summary {
  z-index: 10;
  border: 1px solid #ccc;
  padding: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .czc-checkout-container .czc-checkout-summary {
    border: none;
    border-left: 1px solid #ccc;
    padding: 0 25px;
  }
}
.czc-checkout-container .czc-checkout-summary .sticky-top {
  top: 20px;
  overflow-x: auto;
}
.czc-checkout-container .czc-checkout-summary .mini_cart_item {
  padding: 10px;
}
.czc-checkout-container .czc-checkout-summary .mini_cart_item.is-freebie {
  opacity: 0.85;
  border-top: 1px solid #ccc;
}
.czc-checkout-container .czc-checkout-summary .mini_cart_item.is-freebie .remove_from_cart_button {
  display: none;
}
.czc-checkout-container .czc-checkout-summary .mini_cart_item .mini-cart-thumb {
  position: relative;
}
.czc-checkout-container .czc-checkout-summary .mini_cart_item .mini-cart-thumb .qty {
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50% !important;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}
.czc-checkout-container .czc-checkout-summary .mini_cart_item .mini-cart-thumb img {
  width: 70px;
}
.czc-checkout-container .czc-checkout-summary .mini_cart_item .mini-cart-title {
  font-weight: bold;
  font-size: 0.8rem;
}
.czc-checkout-container .czc-checkout-summary form.checkout_coupon {
  display: block !important;
}
.czc-checkout-container .czc-checkout-summary #order_review .woocommerce-message {
  display: none;
}
.czc-checkout-container .czc-checkout-summary #order_review .woocommerce-message::before {
  display: none;
}
.czc-checkout-container .czc-checkout-summary #order_review form.checkout_coupon.woocommerce-form-coupon {
  margin-top: 0;
  border: none;
  border-radius: 0;
}
.czc-checkout-container .czc-checkout-summary #order_review form.checkout_coupon.woocommerce-form-coupon input {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.czc-checkout-container .czc-checkout-summary #order_review form.checkout_coupon.woocommerce-form-coupon button {
  margin-bottom: 0;
  border-left: 1px solid;
}
.czc-checkout-container .czc-checkout-summary table.shop_table {
  border: none;
}
.czc-checkout-container .czc-checkout-summary table.shop_table th {
  font-size: 1rem;
}
.czc-checkout-container .czc-checkout-summary table.shop_table td {
  text-align: right;
}
.czc-checkout-container .czc-checkout-summary table.shop_table .cart-discount td a {
  font-size: 1rem;
}

#primary {
  padding-top: 40px;
}

.site {
  padding: 0 20x;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.czc-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.czc-row .column-50 {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .czc-row .column-50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .czc-row .column-50.col-text {
    order: 1;
  }
}
@media (max-width: 767px) {
  .czc-row .column-50.col-img {
    order: 2;
  }
}

input:focus,
textarea:focus,
select:focus {
  outline: #000 !important;
}

.home-products {
  padding: 1rem;
  font-size: 1rem;
}

.home .button.add_to_cart_button {
  bottom: -28px !important;
}

#poweredby {
  font-size: 0.7rem;
  padding: 2px 20px;
  color: #989898;
  text-align: right;
  background: #000;
  border-top: 1px solid #fff;
}
#poweredby a {
  color: #989898;
  text-decoration: none;
}
#poweredby a span {
  transition: all 1s;
}
#poweredby a:hover .made {
  color: #009246;
}
#poweredby a:hover .in {
  color: #fff;
}
#poweredby a:hover .italy {
  color: #ce2b37;
}

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