/* =========================================================
   TESSUTI CREATIVI - Focus Pannelli Decorativi
   Layer leggero sopra il tema stabilizzato.
   ========================================================= */
:root{
  --tc-panel-bordeaux:#67263a;
  --tc-panel-gold:#c2a165;
  --tc-panel-cream:#fdf8ef;
  --tc-panel-paper:#fffaf2;
}

body.tc-site .tc-topbar span:first-child{
  font-weight:600;
}

body.tc-site .tc-shop-intro{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(194,161,101,.16), transparent 34%),
    linear-gradient(135deg, #fffaf2 0%, #f7efe4 100%);
  border:1px solid rgba(103,38,58,.08);
}

body.tc-site .tc-shop-kicker{
  color:var(--tc-panel-bordeaux);
  letter-spacing:.18em;
  text-transform:uppercase;
}

body.tc-site .tc-shop-intro h1{
  color:var(--tc-panel-bordeaux);
}

body.tc-site .tc-shop-text p{
  max-width:760px;
}

body.tc-site .tc-shop-intro__help{
  border-color:rgba(194,161,101,.32);
  background:rgba(255,255,255,.72);
}

body.tc-site .tc-shop-rail a:not(.is-active){
  display:none;
}

body.tc-site .tc-shop-rail a.is-active,
body.tc-site .tc-shop-rail a:first-child{
  display:inline-flex;
}

body.tc-site .tc-product-card{
  background:#fffdf8;
}

body.tc-site .tc-product-card__image{
  background:linear-gradient(180deg,#fffaf2,#f4eadc);
}

body.tc-site .tc-product-card__cat a,
body.tc-site .tc-product-card__cat span{
  color:var(--tc-panel-gold);
}

body.tc-site .tc-product-card__title a{
  color:var(--tc-panel-bordeaux);
}

body.tc-site .tc-product-card__desc{
  min-height:42px;
}

body.tc-site .tc-product-card__action .button,
body.tc-site .tc-product-purchase .single_add_to_cart_button{
  background:var(--tc-panel-bordeaux) !important;
  color:#fff !important;
}

body.tc-site .tc-product-card__action .button:hover,
body.tc-site .tc-product-purchase .single_add_to_cart_button:hover{
  background:#4a1a28 !important;
  color:#f5e4bd !important;
}

body.tc-site .tc-product-detail{
  background:#f8f1e8;
}

body.tc-site .tc-product-buy-panel{
  border-color:rgba(103,38,58,.10);
  background:rgba(255,253,248,.94);
}

body.tc-site .tc-product-category{
  background:rgba(194,161,101,.12);
  color:var(--tc-panel-bordeaux);
  border-color:rgba(194,161,101,.28);
}

body.tc-site .tc-product-title{
  color:var(--tc-panel-bordeaux);
}

body.tc-site .tc-product-editorial-note{
  background:linear-gradient(135deg,#67263a,#4a1a28);
  color:#fff;
}

body.tc-site .tc-product-editorial-note span,
body.tc-site .tc-product-editorial-note p{
  color:#fff;
}

@media(max-width:768px){
  body.tc-site .tc-shop-rail{
    justify-content:flex-start;
  }

  body.tc-site .tc-shop-intro{
    margin-top:10px;
  }
}
