/* =============================================================================
   Restivo Category Slider – WooCommerce Module (Advanced)
   ========================================================================== */

.restivo-cat-slider-wrapper {
  background: transparent;
  padding: 0 5px 5px;
  margin-bottom: 4px;
}
.restivo-cat-slider,
.restivo-cat-slider__container {
  background: transparent;
  padding: 0;
}
.restivo-cat-slider__slide {
  width: auto;
  margin-right: 8px;
}

/* Typography: Optima Nova LT Pro for category links */
.restivo-cat-slider__slide a {
  display: inline-block;
  font-family: 'Optima Nova LT Pro', Optima, 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #333;
  padding: 4px 12px;
  border: none;
  background: transparent;
  transition: color 0.3s, background 0.3s;
}
.restivo-cat-slider__slide a:hover,
.restivo-cat-slider__slide a.current-cat {
  color: #897358;
}
.restivo-cat-slider__nav {
  display: none;
}

/* ============================================================================
   Responsive layout
   ========================================================================== */

/* Tablet & Mobile */
@media (max-width: 768px) {
  .restivo-cat-slider-wrapper {
    padding: 0 5px 10px;
  }
  .restivo-cat-slider__slide a {
    font-size: 0.9rem;
    padding: 3px 8px;
    margin-top: 3px;
  }
}

/* Desktop: center slides */
@media (min-width: 768px) {
  .restivo-cat-slider .swiper {
    overflow: visible !important;
  }
  .restivo-cat-slider .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    transform: none !important;
    margin: 0 auto !important;
  }
  .restivo-cat-slider .swiper-slide {
    display: inline-flex !important;
    float: none !important;
    margin-right: 12px;
  }
  .restivo-cat-slider .swiper-wrapper,
  .restivo-cat-slider .swiper-slide {
    height: auto !important;
  }
}



/* WooCommerce Blocks Checkout – “Place Order” Button */
button.wc-block-components-checkout-place-order-button.contained {
  /* Default state */
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 12px 28px !important;
  font-family: 'Optima Nova LT Pro', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out !important;
}

/* Hover state */
button.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #897358 !important; /* oro elegante */
  color: #fff !important;
  border-color: #fff !important;
}


/* =============================================================================
   Product Page Typography Overrides
   ========================================================================== */

/* Tabs: Description & Additional Information */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-Tabs-panel {
  font-family: 'Optima Nova LT Pro', Georgia, serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

/* Add to Cart Button */
.woocommerce div.product form.cart .button,
.single_add_to_cart_button {
  font-family: 'Optima Nova LT Pro', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
}


/* Tabs Labels: Description & Additional Information */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: 'Optima Nova LT Pro', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
}






/* =============================================================================
   WooCommerce Breadcrumbs – solo tipografia
   ========================================================================== */
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  font-family: var(--ff-base) !important;   /* Optima Nova LT Pro */
  font-weight: var(--fw-light) !important;
  letter-spacing: var(--ls-wide) !important;
  line-height: var(--lh-base) !important;
}









/* Bottone "Proceed to Checkout" - pagina Cart */
.wc-block-cart__submit-button.contained {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 30px;
  font-family: 'Optima Nova LT Pro', Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wc-block-cart__submit-button.contained:hover {
  background-color: #897358;
  color: #fff;
  border-color: #fff;
}

