/*
Theme Name: Orto101 WordPress
Theme URI: https://orto101.it/
Author: Orto101
Description: Tema WordPress professionale per Orto101, integrato con WooCommerce, pagine istituzionali, richieste clienti e disponibilità stagionali.
Version: 1.0.20
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: orto101
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* WordPress navigation */
.nav .nav-menu { display:flex; align-items:center; gap:5px; list-style:none; padding:0; margin:0; }
.nav .nav-menu > li { margin:0; }
.nav .nav-menu a { display:block; }
.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-ancestor > a { background:var(--cream-200); color:var(--green-950); }
.header-actions .cart-link { position:relative; display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border:1px solid rgba(23,61,42,.15); border-radius:50%; background:#fff; color:var(--green-900); }
.header-actions .cart-link:hover { transform:translateY(-2px); box-shadow:var(--shadow-sm); }
.cart-count { position:absolute; right:-4px; top:-5px; min-width:20px; height:20px; padding:0 5px; border-radius:999px; display:grid; place-items:center; background:var(--gold-500); color:var(--green-950); font-size:.68rem; line-height:1; font-weight:900; }

/* Generic WordPress content */
.content-page { padding:72px 0 96px; }
.content-shell { max-width:980px; margin:0 auto; }
.entry-header { margin-bottom:34px; }
.entry-title { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.4rem,5vw,4.8rem); line-height:1; letter-spacing:-.04em; font-weight:500; }
.entry-content { font-size:1.04rem; }
.entry-content > *:first-child { margin-top:0; }
.entry-content a:not(.btn):not(.button) { color:var(--green-700); text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:3px; }
.entry-content img { border-radius:var(--radius-md); }
.entry-content table { width:100%; border-collapse:collapse; }
.entry-content th,.entry-content td { padding:14px; border-bottom:1px solid rgba(23,61,42,.12); text-align:left; }
.alignwide { width:min(1180px,calc(100vw - 40px)); max-width:none; margin-left:50%; transform:translateX(-50%); }
.alignfull { width:100vw; max-width:none; margin-left:50%; transform:translateX(-50%); }
.wp-caption-text,.wp-block-image figcaption { color:var(--muted); font-size:.86rem; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.admin-bar .site-header { top:32px; }

/* Direct form submission */
.form-alert { margin:0 0 24px; padding:16px 18px; border-radius:14px; font-weight:700; }
.form-alert.success { background:#e8f3ea; color:#235635; border:1px solid #cce4d1; }
.form-alert.error { background:#f8e7e2; color:#813527; border:1px solid #eccbc1; }
.orto101-hp { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

/* Blog and archive */
.posts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.post-card { background:#fff; border:1px solid rgba(23,61,42,.09); border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow-sm); }
.post-card img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.post-card-body { padding:24px; }
.post-card h2 { font-family:Georgia,serif; font-weight:500; line-height:1.1; }
.post-meta { color:var(--gold-700); font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.navigation.pagination { margin-top:36px; }
.nav-links { display:flex; flex-wrap:wrap; gap:8px; }
.page-numbers { padding:9px 13px; border-radius:999px; background:#fff; border:1px solid rgba(23,61,42,.12); }
.page-numbers.current { background:var(--green-900); color:#fff; }

/* WooCommerce */
.woocommerce-main { min-height:55vh; }
.woo-section { padding:64px 0 96px; }
.woocommerce .woocommerce-breadcrumb { color:var(--muted); margin:0 0 26px; }
.woocommerce .woocommerce-breadcrumb a { color:var(--green-700); }
.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,
.woocommerce-account .entry-title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title { font-family:Georgia,"Times New Roman",serif; font-weight:500; letter-spacing:-.035em; color:var(--green-950); }
.woocommerce-products-header__title.page-title { font-size:clamp(2.5rem,5vw,4.5rem); }
.woocommerce ul.products { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:34px; }
.woocommerce ul.products::before,.woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product { width:auto!important; margin:0!important; padding:18px; border-radius:24px; background:#fff; border:1px solid rgba(23,61,42,.09); box-shadow:var(--shadow-sm); transition:.25s ease; }
.woocommerce ul.products li.product:hover { transform:translateY(-3px); box-shadow:var(--shadow-md); }
.woocommerce ul.products li.product a img { border-radius:18px; margin-bottom:18px; aspect-ratio:1/1; object-fit:cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family:Georgia,serif; font-size:1.35rem; font-weight:500; color:var(--green-950); }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price { color:var(--gold-700); font-weight:900; }
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,
.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt { min-height:46px; padding:12px 20px; border-radius:999px; background:var(--green-900); color:#fff; font-weight:800; line-height:1.2; }
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover { background:var(--green-800); color:#fff; }
.woocommerce a.added_to_cart { margin-left:10px; font-weight:800; color:var(--green-700); }
.woocommerce-message,.woocommerce-info,.woocommerce-error { border:0; border-radius:16px; padding:18px 20px 18px 54px; background:#fff; box-shadow:var(--shadow-sm); color:var(--ink); }
.woocommerce-message { border-left:5px solid var(--green-600); }
.woocommerce-info { border-left:5px solid var(--gold-500); }
.woocommerce-error { border-left:5px solid var(--danger); }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,
.select2-container--default .select2-selection--single { min-height:50px; border:1px solid rgba(23,61,42,.18); border-radius:14px; padding:12px 14px; background:#fffdf8; color:var(--ink); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height:24px; padding-left:0; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height:48px; right:8px; }
.woocommerce form .form-row label { color:var(--green-950); font-weight:800; }
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register { border:1px solid rgba(23,61,42,.1); border-radius:22px; background:#fff; }
.woocommerce table.shop_table { border:1px solid rgba(23,61,42,.12); border-collapse:separate; border-radius:18px; overflow:hidden; background:#fff; }
.woocommerce table.shop_table th,.woocommerce table.shop_table td { padding:16px; border-color:rgba(23,61,42,.09); }
.woocommerce-cart table.cart img { width:74px; border-radius:12px; }
.woocommerce .quantity .qty { min-height:44px; border:1px solid rgba(23,61,42,.16); border-radius:12px; }
.cart-collaterals .cart_totals { padding:26px; border-radius:24px; background:var(--cream-100); }
.woocommerce-checkout #customer_details { margin-bottom:34px; }
.woocommerce-checkout-review-order { border-radius:22px; overflow:hidden; }
.woocommerce-checkout #payment { background:var(--cream-100); border:1px solid rgba(23,61,42,.08); border-radius:22px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color:rgba(23,61,42,.1); }
.woocommerce-checkout #payment div.payment_box { background:#fff; color:var(--ink); border-radius:14px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color:#fff; }
.woocommerce-checkout .place-order { padding:24px!important; }
.woocommerce-checkout #place_order { font-size:1rem; padding:15px 24px; }
.woocommerce ul#shipping_method li { margin:8px 0; }
.woocommerce ul#shipping_method label { color:var(--green-950); font-weight:700; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style:none; padding:0; margin:0; display:grid; gap:7px; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display:block; padding:12px 15px; border-radius:12px; background:var(--cream-100); font-weight:800; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background:var(--green-900); color:#fff; }
.woocommerce-account .woocommerce-MyAccount-content { padding:28px; border-radius:22px; background:#fff; border:1px solid rgba(23,61,42,.09); }
.woocommerce div.product div.images img { border-radius:24px; }
.woocommerce div.product .summary { padding:20px 0; }
.woocommerce-tabs.wc-tabs-wrapper { margin-top:58px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding:0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius:12px 12px 0 0; }

/* Legal footer */
.footer-legal { display:block; margin-top:9px; color:rgba(255,255,255,.58); font-size:.78rem; line-height:1.5; }

@media (max-width: 980px) {
  .nav .nav-menu { display:block; }
  .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .posts-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 782px) { .admin-bar .site-header { top:46px; } }
@media (max-width: 620px) {
  .woocommerce ul.products { grid-template-columns:1fr; }
  .posts-grid { grid-template-columns:1fr; }
  .woo-section,.content-page { padding:44px 0 80px; }
  .woocommerce table.shop_table_responsive tr td::before { color:var(--green-950); }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom:22px; }
  .woocommerce-account .woocommerce-MyAccount-content { padding:20px; }
  .header-actions .cart-link { width:42px; height:42px; }
}


/* Carrello: il testo del pulsante checkout resta sempre bianco, anche dopo la visita. */
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:link,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:visited,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus,
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:active,
body.woocommerce-cart .entry-content .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .entry-content .wc-proceed-to-checkout a.checkout-button:visited,
body.woocommerce-cart .entry-content .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .entry-content .wc-proceed-to-checkout a.checkout-button:focus,
body.woocommerce-cart .entry-content .wc-proceed-to-checkout a.checkout-button:active,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button *,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button *:visited {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  fill:#fff!important;
  opacity:1!important;
}

/* Disponibilità sincronizzata con WooCommerce. */
.availability-product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.availability-product-card { min-height:0; padding:0; overflow:hidden; }
.availability-image { display:block; background:var(--cream-100); overflow:hidden; }
.availability-image img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .35s ease; }
.availability-product-card:hover .availability-image img { transform:scale(1.035); }
.availability-product-body { display:flex; flex-direction:column; flex:1; padding:22px; }
.availability-product-body .availability-top { margin-bottom:22px; }
.availability-product-body h3 a { color:inherit; }
.availability-product-body p { margin:0 0 20px; }
.availability-product-link { display:inline-flex; align-items:center; gap:8px; margin-top:auto; color:var(--green-800); font-weight:900; }
.availability-product-link .icon { width:18px; height:18px; }
.availability-empty { padding:42px; border:1px dashed rgba(23,61,42,.25); border-radius:26px; background:var(--cream-100); text-align:center; }
.availability-empty h3 { margin:10px 0; font-family:Georgia,serif; font-size:1.8rem; font-weight:500; color:var(--green-950); }
.availability-empty p { max-width:720px; margin:0 auto; color:var(--muted); }
@media (max-width:980px) { .availability-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:620px) { .availability-product-grid { grid-template-columns:1fr; } .availability-empty { padding:28px 20px; } }


/* WooCommerce Cart Block: testo checkout sempre bianco. */
.entry-content .wp-block-woocommerce-cart a.wc-block-cart__submit-button,
.entry-content .wp-block-woocommerce-cart a.wc-block-cart__submit-button:link,
.entry-content .wp-block-woocommerce-cart a.wc-block-cart__submit-button:visited,
.entry-content .wp-block-woocommerce-cart a.wc-block-cart__submit-button:hover,
.entry-content .wp-block-woocommerce-cart a.wc-block-cart__submit-button:focus,
.entry-content .wp-block-woocommerce-cart a.wc-block-cart__submit-button:active,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a:link,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a:visited,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a:focus,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a:active,
.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button:visited,
.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text,
.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text:visited {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  text-decoration-color:transparent!important;
  opacity:1!important;
}


/* Peso variabile Orto101 */
.orto101-variable-weight-note{margin:14px 0 4px;padding:14px 16px;border:1px solid #e8d19c;border-radius:16px;background:#fff8e7;color:#473d27;font-size:.92rem;line-height:1.5}
.orto101-variable-weight-note[hidden]{display:none!important}


/* Shop premium compatto */
.post-type-archive-product .entry-content,
.tax-product_cat .entry-content,
.tax-product_tag .entry-content { max-width:none; }
.woocommerce-products-header { max-width:780px; margin-bottom:24px; }
.woocommerce-products-header__title.page-title { font-size:clamp(2.35rem,4vw,3.75rem); margin-bottom:10px; }
.woocommerce .woocommerce-result-count { margin:10px 0 18px; color:var(--muted); font-size:.9rem; }
.woocommerce .woocommerce-ordering { margin:0 0 18px; }
.woocommerce .woocommerce-ordering select { min-height:44px; padding:0 42px 0 14px; border:1px solid rgba(23,61,42,.14); border-radius:14px; background:#fff; color:var(--green-950); font-weight:700; }
.woocommerce ul.products { grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:22px; }
.woocommerce ul.products li.product { padding:12px; border-radius:20px; display:flex; flex-direction:column; min-width:0; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display:flex; flex-direction:column; flex:1; }
.woocommerce ul.products li.product a img { aspect-ratio:1/1; margin-bottom:12px; border-radius:15px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size:1.08rem; line-height:1.25; margin:0 0 7px; }
.woocommerce ul.products li.product .price { font-size:.94rem; margin:0 0 11px; }
.woocommerce ul.products li.product .button { width:100%; min-height:42px; padding:10px 14px; margin-top:auto; font-size:.86rem; }
.woocommerce ul.products li.product .added_to_cart { display:block; text-align:center; margin-top:9px; font-size:.82rem; font-weight:800; color:var(--green-800); }

/* Conferma elegante dopo aggiunta al carrello */
.woocommerce-notices-wrapper .woocommerce-message { padding:0!important; border:0!important; background:transparent!important; color:inherit!important; }
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-message::after { display:none!important; }
.o101-cart-success { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; width:100%; margin:0 0 24px; padding:16px 18px; border:1px solid rgba(23,61,42,.13); border-left:4px solid var(--gold-500); border-radius:18px; background:linear-gradient(135deg,#fff,#fbf7ef); box-shadow:var(--shadow-sm); }
.o101-cart-success__icon { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--green-900); color:#fff; font-weight:900; }
.o101-cart-success strong { display:block; color:var(--green-950); font-size:.98rem; }
.o101-cart-success small { display:block; margin-top:2px; color:var(--muted); }
.o101-cart-success__link,
.o101-cart-success__link:visited { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:9px 15px; border-radius:999px; background:var(--green-900); color:#fff!important; -webkit-text-fill-color:#fff!important; text-decoration:none!important; font-weight:800; white-space:nowrap; }
.o101-cart-success__link:hover { background:var(--green-800); color:#fff!important; }

/* Account visibile nell'header */
.account-pill { display:inline-flex; align-items:center; gap:9px; min-height:44px; padding:5px 12px 5px 6px; border:1px solid rgba(23,61,42,.13); border-radius:999px; background:#fff; color:var(--green-950); box-shadow:0 7px 20px rgba(23,61,42,.06); transition:.2s ease; }
.account-pill:hover { transform:translateY(-1px); border-color:rgba(184,132,42,.45); box-shadow:var(--shadow-sm); }
.account-pill__avatar { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:linear-gradient(135deg,var(--green-900),var(--green-700)); color:#fff; font-weight:900; }
.account-pill__text { display:flex; flex-direction:column; line-height:1.05; max-width:120px; }
.account-pill__text small { color:var(--muted); font-size:.62rem; text-transform:uppercase; letter-spacing:.08em; }
.account-pill__text strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:.82rem; }

@media (max-width:1180px) {
  .woocommerce ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .account-pill__text { display:none; }
  .account-pill { padding-right:6px; }
}
@media (max-width:820px) {
  .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .account-pill { display:none; }
}
@media (max-width:520px) {
  .woocommerce ul.products { grid-template-columns:1fr; }
  .o101-cart-success { grid-template-columns:auto 1fr; }
  .o101-cart-success__link { grid-column:1 / -1; width:100%; }
}


/* Scheda prodotto singolo: immagine più compatta e non predominante */
body.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(300px,38%) minmax(0,1fr);gap:48px;align-items:start}
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary{float:none!important;width:100%!important;margin:0!important}
body.single-product .woocommerce div.product div.images{max-width:440px;justify-self:start}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{background:var(--cream-100);border:1px solid rgba(23,61,42,.09);border-radius:24px;overflow:hidden}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;min-height:360px;background:var(--cream-100)}
body.single-product .woocommerce div.product div.images img{width:100%!important;height:auto!important;max-height:440px;object-fit:contain;border-radius:0!important}
body.single-product .woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img{height:82px!important;object-fit:cover;border-radius:12px!important;border:1px solid rgba(23,61,42,.12)}
body.single-product .woocommerce div.product .summary{padding:8px 0 0}
body.single-product .woocommerce div.product .product_title{font-size:clamp(2.2rem,4vw,4rem);line-height:1.02;margin-bottom:16px}
body.single-product .woocommerce div.product .summary .price{font-size:1.45rem}
body.single-product .woocommerce-tabs.wc-tabs-wrapper,
body.single-product .related.products,
body.single-product .upsells.products{grid-column:1/-1;width:100%}
@media(max-width:900px){
 body.single-product .woocommerce div.product{grid-template-columns:1fr;gap:26px}
 body.single-product .woocommerce div.product div.images{max-width:520px;width:100%!important;justify-self:center}
 body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a{min-height:300px}
 body.single-product .woocommerce div.product div.images img{max-height:360px}
}
@media(max-width:620px){
 body.single-product .woocommerce div.product div.images{max-width:100%}
 body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a{min-height:240px}
 body.single-product .woocommerce div.product div.images img{max-height:290px}
 body.single-product .woocommerce div.product div.images .flex-control-thumbs img{height:64px!important}
 body.single-product .woocommerce div.product .product_title{font-size:2.15rem}
}


/* Scheda prodotto singolo v2: galleria realmente compatta */
body.single-product main.woocommerce-main{padding:46px 24px 78px}
body.single-product main.woocommerce-main > .product,
body.single-product main.woocommerce-main > div.product,
body.single-product .woocommerce-main div.product.type-product{display:grid!important;grid-template-columns:380px minmax(0,1fr)!important;column-gap:64px!important;row-gap:38px!important;align-items:start!important;width:min(1420px,100%)!important;max-width:1420px!important;margin:0 auto!important;padding:0!important}
body.single-product main.woocommerce-main .woocommerce-product-gallery,
body.single-product main.woocommerce-main div.product div.images,
body.single-product .woocommerce-main div.product .woocommerce-product-gallery{float:none!important;width:380px!important;max-width:380px!important;min-width:0!important;margin:0!important;justify-self:start!important}
body.single-product main.woocommerce-main div.product div.summary,
body.single-product .woocommerce-main div.product .summary{float:none!important;width:100%!important;max-width:none!important;margin:0!important;padding:8px 0 0!important}
body.single-product main.woocommerce-main .woocommerce-product-gallery__wrapper{width:100%!important;border-radius:24px!important;overflow:hidden!important;background:var(--cream-100)!important;border:1px solid rgba(23,61,42,.09)!important}
body.single-product main.woocommerce-main .woocommerce-product-gallery__image,
body.single-product main.woocommerce-main .woocommerce-product-gallery__image a{width:100%!important;height:380px!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--cream-100)!important;overflow:hidden!important}
body.single-product main.woocommerce-main .woocommerce-product-gallery__image img,
body.single-product main.woocommerce-main div.product div.images img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:380px!important;object-fit:cover!important;object-position:center!important;border-radius:0!important}
body.single-product main.woocommerce-main .flex-viewport{height:380px!important;max-height:380px!important;border-radius:24px!important;overflow:hidden!important}
body.single-product main.woocommerce-main .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}
body.single-product main.woocommerce-main .flex-control-thumbs img{height:58px!important;max-height:58px!important;object-fit:cover!important;border-radius:10px!important}
body.single-product main.woocommerce-main .woocommerce-tabs,
body.single-product main.woocommerce-main .related.products,
body.single-product main.woocommerce-main .upsells.products{grid-column:1/-1!important;width:100%!important}
@media(max-width:980px){
 body.single-product main.woocommerce-main > .product,
 body.single-product main.woocommerce-main > div.product,
 body.single-product .woocommerce-main div.product.type-product{grid-template-columns:320px minmax(0,1fr)!important;column-gap:36px!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery,
 body.single-product main.woocommerce-main div.product div.images,
 body.single-product .woocommerce-main div.product .woocommerce-product-gallery{width:320px!important;max-width:320px!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image,
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image a,
 body.single-product main.woocommerce-main .flex-viewport{height:320px!important;max-height:320px!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image img,
 body.single-product main.woocommerce-main div.product div.images img{max-height:320px!important}
}
@media(max-width:760px){
 body.single-product main.woocommerce-main{padding:28px 16px 60px}
 body.single-product main.woocommerce-main > .product,
 body.single-product main.woocommerce-main > div.product,
 body.single-product .woocommerce-main div.product.type-product{grid-template-columns:1fr!important;gap:26px!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery,
 body.single-product main.woocommerce-main div.product div.images,
 body.single-product .woocommerce-main div.product .woocommerce-product-gallery{width:min(100%,340px)!important;max-width:340px!important;justify-self:center!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image,
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image a,
 body.single-product main.woocommerce-main .flex-viewport{height:340px!important;max-height:340px!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image img,
 body.single-product main.woocommerce-main div.product div.images img{max-height:340px!important}
}
@media(max-width:420px){
 body.single-product main.woocommerce-main .woocommerce-product-gallery,
 body.single-product main.woocommerce-main div.product div.images,
 body.single-product .woocommerce-main div.product .woocommerce-product-gallery{width:min(100%,300px)!important;max-width:300px!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image,
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image a,
 body.single-product main.woocommerce-main .flex-viewport{height:300px!important;max-height:300px!important}
 body.single-product main.woocommerce-main .woocommerce-product-gallery__image img,
 body.single-product main.woocommerce-main div.product div.images img{max-height:300px!important}
}

/* Customer-facing facilitated shop search */
.o101-shop-search-panel{position:relative;margin:0 0 28px;padding:26px;border:1px solid rgba(23,61,42,.11);border-radius:28px;background:linear-gradient(135deg,#fff 0%,var(--cream-100) 100%);box-shadow:0 18px 46px rgba(23,61,42,.07);display:grid;grid-template-columns:minmax(250px,.72fr) minmax(420px,1.28fr);gap:26px;align-items:center;overflow:visible;z-index:12}
.o101-shop-search-panel__eyebrow{display:block;margin-bottom:7px;color:var(--gold-600);font-size:.73rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.o101-shop-search-panel h2{margin:0 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.7rem,2.5vw,2.35rem);font-weight:500;line-height:1.05;color:var(--green-950)}
.o101-shop-search-panel p{margin:0;color:var(--muted);font-size:.96rem}
.o101-customer-search{position:relative;z-index:14}
.o101-customer-search__bar{display:flex;align-items:center;min-height:60px;border:2px solid rgba(23,61,42,.15);border-radius:18px;background:#fff;box-shadow:0 12px 26px rgba(23,61,42,.07);transition:border-color .2s,box-shadow .2s}
.o101-customer-search__bar:focus-within{border-color:var(--gold-500);box-shadow:0 0 0 5px rgba(196,154,62,.13),0 14px 30px rgba(23,61,42,.09)}
.o101-customer-search__icon{padding-left:17px;color:var(--green-700);font-size:1.6rem;line-height:1}
.o101-customer-search__input{min-width:0;flex:1;height:58px;border:0!important;background:transparent!important;padding:0 10px!important;font-size:1.03rem!important;color:var(--green-950)!important;box-shadow:none!important;outline:0!important}
.o101-customer-search__input::placeholder{color:#7a867f}
.o101-customer-search__clear{width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#87918b;font-size:1.5rem;cursor:pointer}
.o101-customer-search__clear:hover{background:var(--cream-100);color:var(--green-900)}
.o101-customer-search__submit{align-self:stretch;margin:6px;padding:0 23px;border:0;border-radius:13px;background:var(--green-900);color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:900;cursor:pointer}
.o101-customer-search__category-label{display:flex;align-items:center;gap:10px;margin-top:11px;color:var(--green-900);font-size:.84rem;font-weight:800}
.o101-customer-search__category{min-height:40px;flex:1;padding:0 12px;border:1px solid rgba(23,61,42,.13);border-radius:12px;background:#fff;color:var(--green-900);font-weight:700}
.o101-customer-search__results{position:absolute;left:0;right:0;top:calc(100% + 10px);max-height:min(590px,67vh);overflow:auto;padding:10px;border:1px solid rgba(23,61,42,.13);border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(9,43,29,.2);z-index:999}
.o101-search-result{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:14px;align-items:center;padding:10px;border-radius:15px;text-decoration:none!important;color:var(--ink)!important;transition:background .18s,transform .18s}
.o101-search-result:hover{background:var(--cream-100);transform:translateX(2px)}
.o101-search-result+.o101-search-result{border-top:1px solid rgba(23,61,42,.08)}
.o101-search-result__image{width:68px;height:68px;overflow:hidden;border-radius:13px;background:var(--cream-100)}
.o101-search-result__image img{width:100%;height:100%;object-fit:cover}
.o101-search-result__content{display:flex;min-width:0;flex-direction:column;gap:2px}
.o101-search-result__content strong{overflow:hidden;color:var(--green-950);font-size:1rem;text-overflow:ellipsis;white-space:nowrap}
.o101-search-result__content small{color:var(--muted)}
.o101-search-result__price{color:var(--green-800);font-weight:900}
.o101-search-result__login{color:var(--gold-700);font-size:.78rem;font-weight:800}
.o101-search-result__action{color:var(--green-800);font-size:.84rem;font-weight:900;white-space:nowrap}
.o101-search-message{padding:22px;text-align:center;color:var(--muted)}
.o101-search-message.is-loading:before{content:"";display:inline-block;width:17px;height:17px;margin-right:9px;border:2px solid rgba(23,61,42,.2);border-top-color:var(--green-800);border-radius:50%;vertical-align:-3px;animation:o101SearchSpin .7s linear infinite}
.o101-search-message.is-empty{color:var(--green-900)}
.o101-search-message.is-error{color:#a43d35}
@keyframes o101SearchSpin{to{transform:rotate(360deg)}}
@media(max-width:900px){.o101-shop-search-panel{grid-template-columns:1fr;padding:22px;gap:18px}.o101-shop-search-panel__copy{text-align:center}.o101-search-result{grid-template-columns:58px minmax(0,1fr)}.o101-search-result__image{width:58px;height:58px}.o101-search-result__action{display:none}}
@media(max-width:560px){.o101-shop-search-panel{margin-left:-4px;margin-right:-4px;padding:18px 14px;border-radius:22px}.o101-customer-search__bar{min-height:56px}.o101-customer-search__submit{padding:0 15px}.o101-customer-search__input{font-size:.95rem!important}.o101-customer-search__category-label{align-items:stretch;flex-direction:column;gap:6px}.o101-customer-search__results{position:fixed;left:10px;right:10px;top:92px;max-height:calc(100vh - 112px);border-radius:20px}.o101-search-result{padding:9px}.o101-shop-search-panel h2{font-size:1.7rem}}


/* Product price enquiry controls */
.o101-product-contact{margin:18px 0 6px;padding:16px;border:1px solid rgba(179,135,54,.28);border-radius:16px;background:#fffaf1;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.o101-product-contact.is-compact{margin:12px 0 2px;padding:12px;display:block;text-align:center}
.o101-product-contact__title{color:#0c3b28;font-size:1rem;line-height:1.2}
.o101-product-contact.is-compact .o101-product-contact__title{display:block;margin-bottom:9px;font-size:.93rem}
.o101-product-contact__actions{display:flex;gap:8px;flex-wrap:wrap}
.o101-product-contact.is-compact .o101-product-contact__actions{justify-content:center}
.o101-contact-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 16px;border-radius:999px;font-weight:800;font-size:.88rem;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease}
.o101-contact-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(12,59,40,.14)}
.o101-contact-button.is-call{background:#0c3b28;color:#fff!important}
.o101-contact-button.is-whatsapp{background:#25d366;color:#083b22!important}
.o101-search-result-wrap{border-bottom:1px solid rgba(12,59,40,.09);padding:0}
.o101-search-result-wrap .o101-search-result{border-bottom:0}
.o101-search-result__contacts{display:flex;gap:8px;padding:0 14px 12px 88px}
.o101-search-result__contacts .o101-contact-button{min-height:34px;padding:6px 13px;font-size:.78rem}
@media(max-width:640px){.o101-product-contact{align-items:stretch}.o101-product-contact__actions,.o101-product-contact .o101-contact-button{width:100%}.o101-search-result__contacts{padding-left:14px}.o101-search-result__contacts .o101-contact-button{width:auto;flex:1}}

/* SEO locale v1.0.20 */
.o101-seo-shop-intro{max-width:900px;margin:0 0 26px;padding:18px 22px;border-left:4px solid var(--gold-700,#b98a2d);background:#fff;border-radius:0 16px 16px 0}.o101-seo-shop-intro p{margin:0;line-height:1.7}.seo-intent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}.seo-intent-card{display:flex;flex-direction:column;padding:26px;border:1px solid rgba(23,61,42,.10);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm)}.seo-intent-card h3{margin:0 0 10px;color:var(--green-950)}.seo-intent-card p{margin:0 0 18px;line-height:1.65}.seo-intent-card a{margin-top:auto;font-weight:900;color:var(--green-800)}.local-seo-copy{max-width:920px}.local-seo-copy p{line-height:1.8}.local-seo-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;padding:0;list-style:none}.local-seo-list li{padding:12px 0;border-bottom:1px solid rgba(23,61,42,.10)}@media(max-width:800px){.seo-intent-grid,.local-seo-list{grid-template-columns:1fr}}

/* Local landing pages and evergreen Torino section */
.local-seo-section{background:linear-gradient(180deg,#fff 0%,var(--cream-100,#f7f2e7) 100%)}
.seo-intent-card{color:inherit!important;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.seo-intent-card:hover{transform:translateY(-4px);border-color:rgba(185,138,45,.42);box-shadow:0 18px 44px rgba(23,61,42,.10)}
.seo-intent-card>span{margin-bottom:8px;color:var(--gold-700,#a87b27);font-size:.75rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.seo-intent-card>strong{margin-bottom:10px;color:var(--green-950,#173d2a);font-family:Georgia,"Times New Roman",serif;font-size:1.38rem;line-height:1.15}
.seo-intent-card>p{margin:0;color:var(--muted,#657168);line-height:1.65}
.local-seo-hero .display{max-width:950px}
.local-seo-panel{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);gap:38px;align-items:start;padding:34px;border:1px solid rgba(23,61,42,.10);border-radius:26px;background:#fff;box-shadow:0 14px 40px rgba(23,61,42,.06)}
.local-seo-contact{display:flex;flex-direction:column;gap:10px;padding:24px;border-radius:20px;background:var(--cream-100,#f7f2e7)}
.local-seo-contact strong{color:var(--green-950,#173d2a);font-size:1.15rem}
.local-seo-contact span,.local-seo-contact a{color:var(--green-900,#244b34);text-decoration:none}
.local-seo-contact a:not(.btn){font-weight:800}
.local-hours-panel{display:flex;min-height:280px;flex-direction:column;justify-content:center;align-items:flex-start}
.local-hours-big{display:block;margin:18px 0 12px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,6vw,5.8rem);font-weight:500;line-height:.9;letter-spacing:-.04em}
@media(max-width:820px){.local-seo-panel{grid-template-columns:1fr;padding:24px}.local-hours-panel{min-height:220px}.local-hours-big{font-size:clamp(3rem,12vw,4.6rem)}}
