/* Veeta 6.0 — canonical responsive design system.
 * Breakpoint mapping is explicit: desktop -> desktop mockups, tablet -> tablet mockups,
 * mobile -> mobile mockups. No desktop reuse of the tablet canvas. */
:root{
  --veeta-bg:#fcfcfc;--veeta-white:#fff;--veeta-ink:#0f0c0c;--veeta-body:#151515;
  --veeta-burgundy:#3f1d2a;--veeta-burgundy-2:#492d38;--veeta-mauve:#8e677b;
  --veeta-orange:#e3a165;--veeta-orange-dark:#c57e44;--veeta-brown:#914d1f;
  --veeta-aqua:#7fc9ca;--veeta-aqua-light:#a1d6da;--veeta-gray:#888;--veeta-line:#dedede;
  --veeta-container:1140px;--veeta-reading:920px;--veeta-gutter:30px;
  --veeta-radius-card:24px;--veeta-radius-media:24px;--veeta-radius-pill:999px;
  --veeta-mobile-dock-h:72px;--veeta-mobile-toc-h:50px;
  --veeta-shadow-card:0 3px 10px rgba(15,12,12,.12);--veeta-shadow-soft:0 4px 18px rgba(15,12,12,.08);
  color-scheme:light;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--veeta-bg);scroll-padding-top:210px}
body.veeta-theme{margin:0;background:var(--veeta-bg);color:var(--veeta-ink);font-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body.veeta-theme.is-locked{overflow:hidden}
body.veeta-theme img{display:block;max-width:100%;height:auto}body.veeta-theme svg{max-width:100%}
body.veeta-theme a{color:inherit;text-decoration:none}body.veeta-theme button,body.veeta-theme input,body.veeta-theme textarea,body.veeta-theme select{font:inherit;color:inherit}body.veeta-theme button{cursor:pointer}
body.veeta-theme h1,body.veeta-theme h2,body.veeta-theme h3,body.veeta-theme h4,body.veeta-theme p{margin-top:0}body.veeta-theme h1,body.veeta-theme h2,body.veeta-theme h3,body.veeta-theme h4{color:var(--veeta-ink);font-weight:600}body.veeta-theme [hidden]{display:none!important}
.container{width:min(calc(100% - 60px),var(--veeta-container));margin-inline:auto}.container--narrow,.veeta-editorial-container,.container--reference-copy{width:min(calc(100% - 60px),var(--veeta-reading));margin-inline:auto}.container--live,.container--catalogue{max-width:var(--veeta-container)}
.site-main{display:block;min-height:1px}.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}.skip-link:focus{clip:auto;width:auto;height:auto;margin:8px;padding:10px 14px;z-index:99999;background:#fff}
.prose{color:var(--veeta-body);font-family:"Poppins",sans-serif;font-size:15px;font-weight:300;line-height:1.7}.prose>*:last-child{margin-bottom:0}.prose p{margin:0 0 18px}.prose ul,.prose ol{margin:0 0 18px;padding-left:22px}.prose h2{font-size:28px;line-height:1.25;margin:42px 0 18px}.prose h3{font-size:22px;line-height:1.3;margin:32px 0 14px}.prose h4{font-size:18px;margin:24px 0 10px}.prose a{color:var(--veeta-orange-dark)}
.button,.reference-outline-button,.live-home-faq__link{appearance:none;min-height:46px;padding:10px 28px;border:1.5px solid var(--veeta-brown);border-radius:var(--veeta-radius-pill);background:transparent;color:var(--veeta-ink);display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;line-height:1.2;text-align:center}
.veeta-visible-breadcrumb{margin-top:42px;margin-bottom:62px}.veeta-visible-breadcrumb ol{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:7px;color:#999;font-size:14px;line-height:20px}.veeta-visible-breadcrumb li{display:inline-flex;align-items:center;gap:7px}.veeta-visible-breadcrumb li:not(:last-child)::after{content:"/"}.veeta-visible-breadcrumb li:last-child{color:var(--veeta-orange-dark)}
/* Product cards: desktop Figma = 4 cards in the 1140px content canvas. */
.veeta-product-card,.veeta-home-product-card{position:relative;display:flex;flex-direction:column;flex:0 0 270px;width:270px;min-width:270px;height:405px;margin:0;padding:0;border:2px solid var(--card-accent,var(--veeta-orange));border-radius:24px;background:#fff;box-shadow:var(--veeta-shadow-card);overflow:hidden;color:var(--veeta-ink);scroll-snap-align:start}
.veeta-product-card__media,.veeta-home-product-card__image{position:relative;width:100%;height:205px;min-height:205px;margin:0;padding:0;background:#fff;overflow:hidden}.veeta-product-card__media>a,.veeta-home-product-card__image{display:block;width:100%;height:100%}.veeta-product-card__media img,.veeta-home-product-card__image img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:14px 16px 2px!important}
.veeta-product-card__body{display:flex;flex:1;min-height:0;flex-direction:column;padding:10px 16px 14px}.veeta-home-product-card{padding:0 16px 14px}.veeta-home-product-card__image{margin-inline:-16px;width:calc(100% + 32px)}.veeta-product-card__head,.veeta-home-product-card__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.veeta-product-card h2,.veeta-home-product-card h3{margin:0;font-size:17px;line-height:1.25;font-weight:600;text-transform:uppercase}.veeta-product-card__price,.veeta-home-product-card__price{font-size:14px;line-height:22px;font-weight:500;white-space:nowrap}.veeta-product-card__format,.veeta-home-product-card__format{margin:3px 0 6px;font-size:14px;line-height:19px;font-weight:500}.veeta-product-card__excerpt,.veeta-home-product-card__excerpt{margin:0;color:#252525;font-size:12px;line-height:17px;font-weight:300;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.veeta-product-card__rating,.veeta-home-product-card__rating{display:flex;align-items:center;gap:6px;font-size:12px;line-height:16px;margin:4px 0;color:var(--veeta-ink)}.veeta-product-card__rating img,.veeta-home-product-card__rating img{width:96px!important;height:auto!important;padding:0!important}.veeta-product-card__labels,.veeta-home-product-card__labels{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;padding-top:8px}.veeta-product-card__labels span,.veeta-home-product-card__labels span{padding:4px 13px;border-radius:999px;background:var(--card-accent,var(--veeta-orange));color:#fff;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}
.veeta-wishlist-control{position:absolute;z-index:7;top:14px;left:14px;width:30px;height:30px;min-width:30px;display:grid;place-items:center;line-height:0;color:var(--veeta-ink)}.veeta-wishlist-control .yith-wcwl-add-to-wishlist,.veeta-wishlist-control .yith-wcwl-add-button,.veeta-wishlist-control .yith-wcwl-wishlistexistsbrowse,.veeta-wishlist-control .yith-wcwl-wishlistaddedbrowse{width:30px!important;height:30px!important;margin:0!important;padding:0!important;display:grid!important;place-items:center!important}.veeta-wishlist-control a,.veeta-wishlist-control button{position:relative!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;display:grid!important;place-items:center!important;font-size:0!important;line-height:0!important;text-indent:-9999px!important;overflow:hidden!important;box-shadow:none!important}.veeta-wishlist-control a::before,.veeta-wishlist-control button::before{content:"♡";position:absolute;inset:0;display:grid;place-items:center;text-indent:0;color:var(--veeta-ink);font-family:Arial,sans-serif;font-size:28px;font-weight:400;line-height:1}.veeta-wishlist-control .feedback,.veeta-wishlist-control .yith-wcwl-icon,.veeta-wishlist-control i,.veeta-wishlist-control img{display:none!important}.veeta-wishlist-control.is-active a::before,.veeta-wishlist-control.is-active button::before{content:"♥";font-weight:700}.veeta-wishlist-control.is-loading{pointer-events:none;opacity:.55}.veeta-wishlist-control .veeta-wishlist-toggle[disabled]{cursor:wait}
/* FAQ cards stay intrinsic-height so opening one never stretches its neighbours. */
.reference-faq-section{padding:72px 0 80px;text-align:center}.reference-faq-section>h2{margin:0 0 36px;font-size:30px;line-height:1.2}.reference-faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 26px;align-items:start;grid-auto-rows:max-content;text-align:left}.reference-faq-grid>details{align-self:start}.reference-accordion--pill{align-self:start;border:1px solid rgba(15,12,12,.13);border-radius:999px;background:#fff;box-shadow:0 1px 4px rgba(15,12,12,.04);overflow:hidden}.reference-accordion--pill[open]{border-radius:24px}.reference-accordion--pill summary{list-style:none;min-height:54px;padding:14px 48px 14px 20px;display:flex;align-items:center;position:relative;font-size:13px;line-height:18px;font-weight:500;cursor:pointer}.reference-accordion--pill summary::-webkit-details-marker{display:none}.reference-accordion--pill summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:400}.reference-accordion--pill[open] summary::after{content:"−"}.reference-accordion--pill .reference-accordion__content{padding:0 20px 18px;font-size:13px;line-height:19px}.reference-faq-section>.reference-outline-button{margin-top:34px}
.woocommerce ul.products::before,.woocommerce ul.products::after{content:none!important;display:none!important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;margin:0!important;width:auto!important}.woocommerce ul.products li.product a img{margin:0!important;box-shadow:none!important}.woocommerce ul.products li.product .price{color:inherit;margin:0;font:inherit}
.custom-author-box,.author-bio{width:min(100%,760px);margin:52px auto;padding:24px;border:1px solid rgba(15,12,12,.14);border-radius:18px;background:#fff;display:grid;grid-template-columns:86px 1fr;gap:22px;align-items:center}.author-image img{width:86px;height:86px;border-radius:50%;object-fit:cover}.author-label{margin:0 0 4px;color:var(--veeta-gray);font-size:11px;text-transform:uppercase}.author-name{margin:0 0 4px;font-size:18px}.author-role{margin:0;color:var(--veeta-gray);font-size:13px}
@media (min-width:600px) and (max-width:1199px){
  :root{--veeta-container:720px;--veeta-reading:640px;--veeta-gutter:24px;--veeta-radius-card:16px;--veeta-radius-media:16px}
  html{scroll-padding-top:285px}.container,.container--narrow,.container--reference-copy,.veeta-editorial-container{width:min(calc(100% - 48px),var(--veeta-container))}.container--narrow,.container--reference-copy,.veeta-editorial-container{max-width:var(--veeta-reading)}
  body.veeta-theme{font-size:13px;padding-bottom:calc(var(--veeta-mobile-dock-h) + env(safe-area-inset-bottom,0px))}.prose{font-size:12px;line-height:1.62}.prose h2{font-size:22px}.prose h3{font-size:18px}
  .veeta-visible-breadcrumb{margin-top:28px;margin-bottom:42px}.veeta-visible-breadcrumb ol{font-size:10.5px}
  .button,.reference-outline-button,.live-home-faq__link{min-height:36px;padding:7px 20px;font-size:11px}
  .veeta-product-card,.veeta-home-product-card{flex-basis:190px;width:190px;min-width:190px;height:320px;border-width:1.5px;border-radius:16px}.veeta-product-card__media,.veeta-home-product-card__image{height:145px;min-height:145px}.veeta-product-card__body{padding:7px 10px 9px}.veeta-home-product-card{padding:0 10px 9px}.veeta-home-product-card__image{margin-inline:-10px;width:calc(100% + 20px)}.veeta-product-card h2,.veeta-home-product-card h3{font-size:11px}.veeta-product-card__price,.veeta-home-product-card__price{font-size:10.5px;line-height:15px}.veeta-product-card__format,.veeta-home-product-card__format{font-size:10.5px;line-height:13px}.veeta-product-card__excerpt,.veeta-home-product-card__excerpt{font-size:10.5px;line-height:13.7px;-webkit-line-clamp:3}.veeta-product-card__rating,.veeta-home-product-card__rating{font-size:10.5px}.veeta-product-card__rating img,.veeta-home-product-card__rating img{width:72px!important}.veeta-product-card__labels span,.veeta-home-product-card__labels span{font-size:10.5px;line-height:13.7px;padding:2px 8px}.veeta-wishlist-control{top:9px;left:9px;width:23px;height:23px;min-width:23px}.veeta-wishlist-control a,.veeta-wishlist-control button,.veeta-wishlist-control .yith-wcwl-add-to-wishlist,.veeta-wishlist-control .yith-wcwl-add-button,.veeta-wishlist-control .yith-wcwl-wishlistexistsbrowse,.veeta-wishlist-control .yith-wcwl-wishlistaddedbrowse{width:23px!important;height:23px!important;min-width:23px!important;min-height:23px!important}.veeta-wishlist-control a::before,.veeta-wishlist-control button::before{font-size:21px}
  .reference-faq-section{padding:48px 0 58px}.reference-faq-section>h2{font-size:20px}.reference-faq-grid{gap:10px 18px}.reference-accordion--pill summary{min-height:40px;padding:10px 36px 10px 13px;font-size:10.5px;line-height:13px}.reference-accordion--pill summary::after{right:14px;font-size:14px}.reference-accordion--pill .reference-accordion__content{padding:0 13px 13px;font-size:10.5px;line-height:13.7px}
}
@media(max-width:599px){
  :root{--veeta-container:345px;--veeta-reading:345px;--veeta-gutter:24px;--veeta-radius-card:14px;--veeta-radius-media:14px;--veeta-mobile-dock-h:72px}
  html{scroll-padding-top:122px}.container,.container--narrow,.container--reference-copy,.veeta-editorial-container{width:min(calc(100% - 48px),345px);max-width:345px}
  body.veeta-theme{font-size:13px;padding-bottom:calc(var(--veeta-mobile-dock-h) + env(safe-area-inset-bottom,0px))}.prose{font-size:12px;line-height:1.6}.prose h2{font-size:19px;margin-top:30px}.prose h3{font-size:16px}.prose p{margin-bottom:14px}
  .button,.reference-outline-button,.live-home-faq__link{min-height:34px;padding:6px 18px;font-size:10px}
  .veeta-visible-breadcrumb{margin:18px auto 28px}.veeta-visible-breadcrumb ol{justify-content:flex-start;font-size:9.5px;white-space:nowrap;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.veeta-visible-breadcrumb ol::-webkit-scrollbar{display:none}
  .veeta-product-card,.veeta-home-product-card{flex:0 0 170px;width:170px;min-width:170px;height:292px;border-width:1.5px;border-radius:14px}.veeta-product-card__media,.veeta-home-product-card__image{height:128px;min-height:128px}.veeta-product-card__body{padding:6px 9px 8px}.veeta-home-product-card{padding:0 9px 8px}.veeta-home-product-card__image{margin-inline:-9px;width:calc(100% + 18px)}.veeta-product-card h2,.veeta-home-product-card h3{font-size:9.5px;line-height:12px}.veeta-product-card__price,.veeta-home-product-card__price{font-size:9.5px;line-height:12px}.veeta-product-card__format,.veeta-home-product-card__format{font-size:9.5px;line-height:11px}.veeta-product-card__excerpt,.veeta-home-product-card__excerpt{font-size:9.5px;line-height:12.3px;-webkit-line-clamp:3}.veeta-product-card__rating,.veeta-home-product-card__rating{font-size:9.5px;gap:3px}.veeta-product-card__rating img,.veeta-home-product-card__rating img{width:65px!important}.veeta-product-card__labels,.veeta-home-product-card__labels{gap:4px;padding-top:5px}.veeta-product-card__labels span,.veeta-home-product-card__labels span{font-size:9.5px;line-height:12.3px;padding:2px 7px}.veeta-wishlist-control{top:8px;left:8px;width:22px;height:22px;min-width:22px}.veeta-wishlist-control a,.veeta-wishlist-control button,.veeta-wishlist-control .yith-wcwl-add-to-wishlist,.veeta-wishlist-control .yith-wcwl-add-button,.veeta-wishlist-control .yith-wcwl-wishlistexistsbrowse,.veeta-wishlist-control .yith-wcwl-wishlistaddedbrowse{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important}.veeta-wishlist-control a::before,.veeta-wishlist-control button::before{font-size:20px}
  .reference-faq-section{padding:38px 0 46px}.reference-faq-section>h2{font-size:17px;margin-bottom:22px}.reference-faq-grid{grid-template-columns:1fr;gap:8px}.reference-accordion--pill{border-radius:20px}.reference-accordion--pill summary{min-height:40px;padding:10px 34px 10px 13px;font-size:9.5px;line-height:11px}.reference-accordion--pill summary::after{right:13px;font-size:14px}.reference-accordion--pill .reference-accordion__content{padding:0 13px 12px;font-size:9.5px;line-height:11px}.reference-faq-section>.reference-outline-button{margin-top:20px}
  .custom-author-box,.author-bio{grid-template-columns:56px 1fr;gap:12px;padding:14px;margin:30px auto}.author-image img{width:56px;height:56px}.author-label{font-size:9.5px}.author-name{font-size:11px}.author-role{font-size:9.5px}
}

/* Veeta 6.1 — mobile readability. */
@media(max-width:599px){
 body.veeta-theme{font-size:14px}.prose{font-size:13px;line-height:1.65}.button,.reference-outline-button,.live-home-faq__link{font-size:11px}.veeta-visible-breadcrumb ol{font-size:10.5px}
 .veeta-product-card h2,.veeta-home-product-card h3{font-size:10.5px;line-height:1.25}.veeta-product-card__price,.veeta-home-product-card__price,.veeta-product-card__format,.veeta-home-product-card__format{font-size:10.5px;line-height:1.3}.veeta-product-card__excerpt,.veeta-home-product-card__excerpt{font-size:10.5px;line-height:1.35}.veeta-product-card__rating,.veeta-home-product-card__rating{font-size:10.5px}.veeta-product-card__labels span,.veeta-home-product-card__labels span{font-size:10px;line-height:1.25}.reference-accordion--pill summary{font-size:11px;line-height:1.35}.reference-accordion--pill .reference-accordion__content{font-size:11px;line-height:1.45}.author-label,.author-role{font-size:10.5px}.author-name{font-size:12px}
}


/* Veeta 6.2 — box autore editabile da profilo utente */
.custom-author-box{
  width:min(100%,820px);
  margin:56px auto;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.custom-author-box .author-image{padding-top:4px}
.custom-author-box .author-image img{display:block;width:70px;height:70px;border-radius:50%;object-fit:cover}
.custom-author-box .author-content{min-width:0}
.custom-author-box .author-heading{margin:0 0 12px;padding:8px 16px;background:#e3a165;color:#0f0c0c}
.custom-author-box .author-label{display:block;margin:0 0 2px;color:#0f0c0c;font-size:11px;font-weight:500;text-transform:none;line-height:1.2}
.custom-author-box .author-name{margin:0;color:#0f0c0c;font-size:17px;font-weight:700;line-height:1.2}
.custom-author-box .author-role{margin:0 0 12px;color:#0f0c0c;font-size:13px;font-weight:500}
.custom-author-box .author-description{margin:0 0 12px;color:#2b2728;font-size:13px;line-height:1.55}
.custom-author-box .author-social{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#c57e44}
.custom-author-box .author-social__link{display:inline-grid;place-items:center;width:24px;height:24px;color:#c57e44}
.custom-author-box .author-social__link svg,.custom-author-box .author-website svg{width:17px;height:17px}
.custom-author-box .author-website{display:inline-flex;align-items:center;gap:7px;color:#c57e44;font-size:12px;font-weight:500}
@media(max-width:599px){
 .custom-author-box{grid-template-columns:58px minmax(0,1fr);gap:12px;margin:36px auto}
 .custom-author-box .author-image img{width:54px;height:54px}
 .custom-author-box .author-heading{padding:7px 10px;margin-bottom:9px}
 .custom-author-box .author-label{font-size:11px}
 .custom-author-box .author-name{font-size:15px}
 .custom-author-box .author-role,.custom-author-box .author-description{font-size:12.5px}
 .custom-author-box .author-website{max-width:100%;font-size:11.5px;overflow-wrap:anywhere}
}
