/*! farmaciacoscia.it — unified pharmacy theme | wine + mint */

/* HIDE legacy PrestaShop header/footer/menu so our wrapper is the only one visible */
body>#header,body>header#header,#header.header-top,body>#wrapper>#header,
body>#footer,body>footer#footer,body>#wrapper>#footer,
.header-top,.header-nav,.header-top + #footer,
.top-menu,#_desktop_top_menu,#_mobile_top_menu,#mobile_top_menu,
.menu-content,.dropdown-menu.menu-content,
#_desktop_logo,#_mobile_logo,#_desktop_user_info,#_desktop_cart,
#_mobile_user_info,#_mobile_cart,
.l-header,.header,.page-footer,
.user-info,.shopping-cart,.blockcart,
#search_widget,.search-widget,
.navbar-toggler,.navbar-toggleable,
.collapse-icons,.menu-toggler,
.fa-bars{display:none!important}
/* override: but keep our own search/actions inside fc-mainbar */
.fc-site-header .fc-search,.fc-site-header .fc-actions,.fc-site-header #search_widget{display:flex!important}

*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:'Inter','Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fbf6f9;color:#1f1827;line-height:1.55;font-size:15px;-webkit-font-smoothing:antialiased}
img,svg,video{max-width:100%;height:auto;display:block;vertical-align:middle}
a{color:#8b3a62;text-decoration:none;transition:color .18s}
a:hover{color:#22c55e}
p{margin:0 0 .85em}
h1,h2,h3,h4,h5{font-family:'Poppins',inherit;margin:0 0 .5em;color:#3d2f44;line-height:1.25;font-weight:700;letter-spacing:-.005em}
h1{font-size:clamp(1.7rem,3vw,2.4rem)}
h2{font-size:clamp(1.35rem,2.4vw,1.85rem)}
h3{font-size:1.2rem}
h4{font-size:1.05rem}
ul,ol{margin:0 0 1em;padding-left:1.2em}
input,select,textarea,button{font:inherit;color:inherit}
button{cursor:pointer}

.fc-site-shell{min-height:100vh;display:flex;flex-direction:column;background:#fbf6f9}
.fc-container{max-width:1280px;margin:0 auto;padding:0 18px;width:100%}

/* HEADER */
.fc-site-header{background:#fff;box-shadow:0 1px 0 #f0e3eb;position:sticky;top:0;z-index:80}
.fc-topbar{background:linear-gradient(135deg,#6b2a4a 0%,#3d2f44 100%);color:#f0d6e1;font-size:.82rem}
.fc-topbar .fc-container{display:flex;justify-content:space-between;align-items:center;padding:8px 18px;flex-wrap:wrap;gap:12px}
.fc-topbar__left,.fc-topbar__right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.fc-topbar a{color:#fff;opacity:.92}
.fc-topbar a:hover{opacity:1;color:#4ade80}
.fc-topbar i{margin-right:6px;color:#4ade80}

.fc-mainbar{padding:14px 0;border-bottom:1px solid #f0e3eb;background:#fff}
.fc-mainbar__inner{display:flex;align-items:center;gap:20px;flex-wrap:nowrap}
.fc-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto;color:#3d2f44}
.fc-logo__icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8b3a62 0%,#22c55e 100%);color:#fff;border-radius:14px;font-size:22px;box-shadow:0 4px 16px rgba(139,58,98,.28);flex:0 0 auto}
.fc-logo__text strong{display:block;color:#3d2f44;font-family:'Poppins';font-size:1.18rem;font-weight:800;line-height:1.1;letter-spacing:-.01em}
.fc-logo__text small{display:block;color:#6b6373;font-size:.78rem;margin-top:2px}

.fc-search{flex:1 1 auto;max-width:560px;display:flex;align-items:stretch;background:#fbf0f6;border:1.5px solid transparent;border-radius:30px;overflow:hidden;transition:all .18s}
.fc-search:focus-within{border-color:#8b3a62;background:#fff;box-shadow:0 0 0 4px rgba(139,58,98,.10)}
.fc-search input{flex:1;border:none;background:transparent;padding:11px 18px;font-size:.94rem;color:#1f1827;outline:none}
.fc-search button{border:none;background:#8b3a62;color:#fff;padding:0 22px;font-size:1rem;cursor:pointer;transition:background .18s}
.fc-search button:hover{background:#22c55e}

.fc-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.fc-action{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 12px;color:#1f1827;border-radius:10px;font-size:.74rem;line-height:1.1;font-weight:500;text-align:center;min-width:60px;transition:background .18s,color .18s;text-decoration:none}
.fc-action i{font-size:1.15rem;color:#8b3a62;transition:color .18s}
.fc-action:hover{background:#fbf0f6;color:#8b3a62}
.fc-action:hover i{color:#22c55e}
.fc-action--cart{position:relative}
.fc-cart-count{position:absolute;top:2px;right:6px;background:#22c55e;color:#fff;font-style:normal;font-size:.66rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}

.fc-burger{display:none;border:none;background:transparent;width:42px;height:42px;flex-direction:column;justify-content:center;gap:5px;align-items:center;border-radius:10px;border:1.5px solid #e8d8e2}
.fc-burger span{display:block;width:22px;height:2px;background:#8b3a62;border-radius:2px;transition:all .25s}
.fc-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.fc-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.fc-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.fc-nav{background:#fff;border-bottom:1px solid #f0e3eb}
.fc-nav__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0;overflow-x:auto}
.fc-nav__list>li{flex:0 0 auto}
.fc-nav__list a{display:inline-flex;align-items:center;gap:8px;padding:13px 16px;color:#1f1827;font-size:.88rem;font-weight:600;letter-spacing:.01em;border-bottom:3px solid transparent;transition:all .18s;white-space:nowrap}
.fc-nav__list a i{color:#22c55e;font-size:.95rem}
.fc-nav__list a:hover{color:#8b3a62;border-bottom-color:#22c55e;background:#fbf0f6}
.fc-nav__list a.is-promo{color:#dc2626}
.fc-nav__list a.is-promo i{color:#dc2626}

/* MAIN */
.fc-site-main{flex:1;padding:24px 0;background:#fbf6f9}
.fc-site-main>*{max-width:1280px;margin:0 auto;padding:0 18px}
.fc-site-main>section{padding:54px 0;max-width:none;padding-left:0;padding-right:0}
.fc-site-main>section>.fc-container{padding:0 18px}

/* PRODUCT PAGE legacy PrestaShop bits — re-skin */
.fc-site-main #content,.fc-site-main #wrapper{background:#fff;border-radius:18px;padding:24px;margin:0 auto 24px;max-width:1280px;box-shadow:0 4px 20px rgba(61,47,68,.06)}
.product-detail,.product-information{padding:8px 0}
.product-detail h1,.product-information h1{color:#3d2f44;font-size:1.5rem;font-weight:700;margin:0 0 14px}
.breadcrumb,.breadcrumb ol{font-size:.86rem;color:#6b6373;list-style:none;padding:0;margin:0 0 14px;display:flex;flex-wrap:wrap;gap:6px}
.breadcrumb a{color:#6b6373}
.breadcrumb a:hover{color:#8b3a62}
.breadcrumb-item.active,.breadcrumb-item:last-child{color:#3d2f44;font-weight:600}
.product-prices,.current-price,.product-price{font-size:1.6rem;font-weight:800;color:#3d2f44;margin:14px 0}
.regular-price{color:#9aa6b8;text-decoration:line-through;font-size:1rem;margin-right:8px}
.discount,.discount-percentage{background:#22c55e;color:#fff;padding:4px 10px;border-radius:6px;font-size:.86rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.add-to-cart,button.add-to-cart,.btn-primary,button.btn-primary{background:#8b3a62!important;color:#fff!important;border:none!important;border-radius:30px!important;padding:13px 28px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-size:.92rem!important;cursor:pointer;transition:all .22s!important;text-decoration:none}
.add-to-cart:hover,.btn-primary:hover{background:#6b2a4a!important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,58,98,.32)}
.btn{padding:11px 22px;border-radius:30px;font-weight:600;letter-spacing:.02em;border:1.5px solid #8b3a62;color:#8b3a62;background:#fff;cursor:pointer;transition:all .22s;text-decoration:none;display:inline-block;text-align:center}
.btn:hover{background:#8b3a62;color:#fff}

/* CATEGORY PAGE blocks */
.fc-bc{font-size:.86rem;color:#6b6373;padding:0 0 14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.fc-bc a{color:#6b6373}
.fc-bc a:hover{color:#8b3a62}
.fc-bc strong{color:#3d2f44;font-weight:600}
.fc-bc span{color:#cdc1d3}
.fc-page-head{background:linear-gradient(135deg,#8b3a62 0%,#22c55e 100%);color:#fff;padding:32px 36px;border-radius:18px;margin-bottom:30px;box-shadow:0 12px 30px rgba(139,58,98,.18)}
.fc-page-head h1{color:#fff;margin:0 0 10px;font-size:clamp(1.6rem,2.6vw,2.2rem)}
.fc-page-head .fc-lead{color:#f3e0eb;font-size:1rem;margin:0;line-height:1.65;max-width:780px}
.fc-page-body{margin-top:30px;background:#fff;border:1px solid #f0e3eb;border-radius:16px;padding:28px 32px;line-height:1.7}
.fc-page-body h2{color:#3d2f44;margin:0 0 12px;font-size:1.4rem}
.fc-page-body h3{color:#8b3a62;margin:18px 0 8px;font-size:1.1rem}
.fc-page-body p{color:#1f1827;margin:0 0 .85em}
.fc-page-body ul,.fc-page-body ol{padding-left:1.4em;margin:8px 0 14px}
.fc-page-body li{margin:6px 0;color:#1f1827}
.fc-page-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}

/* HOME-PAGE blocks */
.fc-hero{background:linear-gradient(135deg,#8b3a62 0%,#3d2f44 100%);color:#fff;padding:70px 0;position:relative;overflow:hidden}
.fc-hero::before{content:"";position:absolute;inset:auto -10% -50% auto;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(74,222,128,.32) 0%,transparent 70%);pointer-events:none}
.fc-hero__inner{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center;position:relative;z-index:2}
.fc-hero__copy h1{color:#fff;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin:0 0 16px;font-weight:800}
.fc-hero__copy h1 span{color:#4ade80;display:block}
.fc-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:30px;background:rgba(74,222,128,.18);color:#4ade80;font-size:.84rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px}
.fc-hero__lead{color:#f3e0eb;font-size:1.05rem;line-height:1.65;max-width:540px;margin-bottom:24px}
.fc-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.fc-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:30px;font-weight:700;font-size:.92rem;letter-spacing:.02em;text-decoration:none;transition:all .22s;line-height:1.2;border:2px solid transparent;cursor:pointer}
.fc-cta--primary{background:#22c55e;color:#fff;border-color:#22c55e}
.fc-cta--primary:hover{background:#16a34a;border-color:#16a34a;color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(34,197,94,.34)}
.fc-cta--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.fc-cta--ghost:hover{background:rgba(255,255,255,.12);color:#fff;border-color:#fff}
.fc-hero__perks{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:18px;color:#f3e0eb;font-size:.86rem}
.fc-hero__perks li{display:inline-flex;align-items:center;gap:8px}
.fc-hero__perks i{color:#4ade80}
.fc-hero__visual{display:grid;grid-template-columns:1fr;gap:14px;align-self:stretch}
.fc-hero__card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:20px 22px;color:#fff;backdrop-filter:blur(6px);transition:all .25s}
.fc-hero__card:hover{transform:translateY(-3px);background:rgba(255,255,255,.13)}
.fc-hero__card-icon{width:50px;height:50px;border-radius:14px;background:#22c55e;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:10px}
.fc-hero__card-icon--alt{background:#dc2626}
.fc-hero__card strong{display:block;font-size:1.05rem;margin-bottom:4px}
.fc-hero__card span{display:block;color:#f3e0eb;font-size:.85rem;margin-bottom:10px}
.fc-hero__card a{color:#4ade80;font-weight:600;font-size:.88rem}
.fc-hero__card a:hover{color:#fff}

.fc-section{padding:54px 0}
.fc-section--tinted{background:linear-gradient(180deg,#fbf6f9 0%,#fff 100%)}
.fc-section__head{text-align:center;margin-bottom:32px}
.fc-section__head h2{font-size:clamp(1.6rem,2.6vw,2.2rem);color:#3d2f44;margin:0 0 10px;font-weight:700}
.fc-section__head p{color:#6b6373;font-size:1rem;margin:0}

.fc-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.fc-cat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px 18px;background:#fff;border:1px solid #f0e3eb;border-radius:18px;color:#3d2f44;text-decoration:none;transition:all .25s;position:relative;overflow:hidden}
.fc-cat-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--c,#8b3a62);opacity:0;transition:opacity .25s}
.fc-cat-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(61,47,68,.10);border-color:transparent;color:var(--c,#8b3a62)}
.fc-cat-card:hover::before{opacity:1}
.fc-cat-card__icon{width:64px;height:64px;border-radius:18px;background:color-mix(in srgb, var(--c,#8b3a62) 14%, white);color:var(--c,#8b3a62);display:inline-flex;align-items:center;justify-content:center;font-size:1.7rem;margin-bottom:14px;transition:all .25s}
.fc-cat-card:hover .fc-cat-card__icon{background:var(--c,#8b3a62);color:#fff}
.fc-cat-card strong{font-size:1rem;color:#3d2f44;font-weight:700;margin-bottom:4px}
.fc-cat-card small{color:#6b6373;font-size:.82rem;line-height:1.4}

.fc-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fc-svc{display:flex;flex-direction:column;align-items:flex-start;padding:24px;background:#fff;border:1px solid #f0e3eb;border-left:4px solid #22c55e;border-radius:14px;text-decoration:none;color:#1f1827;transition:all .25s}
.fc-svc:hover{transform:translateX(4px);box-shadow:0 14px 28px rgba(139,58,98,.10);color:#8b3a62}
.fc-svc i{font-size:1.6rem;color:#22c55e;margin-bottom:12px}
.fc-svc strong{font-size:1.05rem;color:#3d2f44;font-weight:700;margin-bottom:4px}
.fc-svc span{color:#6b6373;font-size:.88rem}

.fc-brands{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:24px 0}
.fc-brand{padding:16px 14px;background:#fff;border:1px solid #f0e3eb;border-radius:12px;text-align:center;font-weight:700;color:#3d2f44;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase;transition:all .22s}
.fc-brand:hover{border-color:#22c55e;color:#22c55e;transform:translateY(-2px);box-shadow:0 8px 20px rgba(34,197,94,.16)}

.fc-about{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:center;background:#fff;border:1px solid #f0e3eb;border-radius:24px;padding:40px;box-shadow:0 4px 20px rgba(61,47,68,.04)}
.fc-about__media{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#8b3a62 0%,#22c55e 100%);color:#fff;border-radius:20px;padding:36px 24px;text-align:center;height:100%;min-height:230px}
.fc-about__badge{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:14px}
.fc-about__media strong{display:block;font-size:1.6rem;font-weight:800;margin-bottom:4px}
.fc-about__media span{color:#f3e0eb;font-size:.92rem}
.fc-about__copy h2{color:#3d2f44;font-size:1.8rem;margin:0 0 14px}
.fc-about__copy p{font-size:1rem;color:#1f1827;line-height:1.7;margin:0 0 14px}
.fc-about__copy .fc-cta{margin-top:6px;background:transparent;color:#8b3a62;border-color:#8b3a62}
.fc-about__copy .fc-cta:hover{background:#8b3a62;color:#fff}

/* FOOTER */
.fc-site-footer{background:#3d2f44;color:#bcafc6;margin-top:48px}
.fc-footer__hero{background:linear-gradient(135deg,#8b3a62 0%,#22c55e 100%);color:#fff;padding:32px 0}
.fc-footer__hero-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.fc-footer__hero h3{color:#fff;font-size:1.4rem;margin:0 0 4px}
.fc-footer__hero p{color:#f3e0eb;margin:0}
.fc-newsletter{display:flex;align-items:stretch;gap:0;background:#fff;border-radius:30px;overflow:hidden;min-width:340px;max-width:480px;flex:1;box-shadow:0 6px 18px rgba(61,47,68,.18)}
.fc-newsletter input{flex:1;border:none;padding:13px 20px;font-size:.92rem;color:#1f1827;outline:none}
.fc-newsletter button{border:none;background:#3d2f44;color:#fff;padding:0 28px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background .18s}
.fc-newsletter button:hover{background:#22c55e}

.fc-footer__main{padding:48px 0 24px}
.fc-footer__cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px}
.fc-footer__col h4{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid #22c55e;text-transform:uppercase;letter-spacing:.04em}
.fc-footer__col ul{list-style:none;padding:0;margin:0}
.fc-footer__col li{padding:5px 0;font-size:.9rem;line-height:1.5}
.fc-footer__col li i{color:#22c55e;margin-right:8px;width:14px;text-align:center}
.fc-footer__col a{color:#bcafc6}
.fc-footer__col a:hover{color:#4ade80}
.fc-footer__col p{color:#bcafc6;font-size:.9rem;line-height:1.55}
.fc-logo--footer .fc-logo__text strong{color:#fff}
.fc-logo--footer .fc-logo__text small{color:#bcafc6}
.fc-logo--footer{display:inline-flex;margin-bottom:16px}
.fc-socials{display:flex;gap:8px;margin:14px 0 0}
.fc-socials a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:1rem;transition:all .2s}
.fc-socials a:hover{background:#22c55e;color:#fff;transform:translateY(-2px)}
.fc-contact li{display:flex;align-items:flex-start;gap:8px}

.fc-footer__bottom{background:rgba(0,0,0,.18);padding:16px 0;font-size:.82rem}
.fc-footer__bottom .fc-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}

.fc-mobile-overlay{display:none;position:fixed;inset:0;background:rgba(61,47,68,.5);z-index:90;backdrop-filter:blur(2px)}
.fc-mobile-overlay.is-open{display:block}

/* RESPONSIVE */
@media(max-width:1100px){
  .fc-cat-grid{grid-template-columns:repeat(3,1fr)}
  .fc-svc-grid{grid-template-columns:repeat(2,1fr)}
  .fc-brands{grid-template-columns:repeat(4,1fr)}
  .fc-footer__cols{grid-template-columns:1fr 1fr}
}
@media(max-width:920px){
  .fc-hero{padding:46px 0}
  .fc-hero__inner{grid-template-columns:1fr;gap:24px}
  .fc-hero__visual{grid-template-columns:1fr 1fr;gap:12px}
  .fc-mainbar__inner{flex-wrap:wrap;gap:10px}
  .fc-search{order:5;flex:1 1 100%;max-width:100%}
  .fc-burger{display:flex}
  .fc-actions .fc-action span{display:none}
  .fc-action{min-width:44px;padding:6px}
  .fc-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 12px 30px rgba(61,47,68,.18);border-radius:0 0 14px 14px;max-height:calc(100vh - 120px);overflow-y:auto;z-index:100}
  .fc-nav.is-open{display:block}
  .fc-nav__list{flex-direction:column;align-items:stretch}
  .fc-nav__list a{padding:14px 22px;border-bottom:1px solid #fbf0f6;width:100%}
  .fc-nav__list a:hover{background:#fbf0f6;border-bottom-color:#fbf0f6}
  .fc-topbar .fc-container{justify-content:center;font-size:.78rem;gap:8px}
  .fc-topbar__left,.fc-topbar__right{justify-content:center;gap:12px;flex-wrap:wrap}
  .fc-cat-grid{grid-template-columns:repeat(2,1fr)}
  .fc-svc-grid{grid-template-columns:1fr}
  .fc-brands{grid-template-columns:repeat(3,1fr)}
  .fc-footer__hero-inner{flex-direction:column;align-items:stretch;text-align:center}
  .fc-newsletter{min-width:auto;width:100%;max-width:100%}
  .fc-about{grid-template-columns:1fr;padding:24px}
}
@media(max-width:560px){
  body{font-size:14px}
  .fc-section{padding:34px 0}
  .fc-hero{padding:32px 0}
  .fc-hero__cta{flex-direction:column;width:100%}
  .fc-cta{width:100%;justify-content:center}
  .fc-hero__visual{grid-template-columns:1fr}
  .fc-cat-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .fc-cat-card{padding:18px 10px}
  .fc-brands{grid-template-columns:repeat(2,1fr)}
  .fc-footer__cols{grid-template-columns:1fr;gap:24px}
  .fc-footer__bottom .fc-container{flex-direction:column;text-align:center}
  .fc-page-head{padding:24px 20px}
  .fc-page-body{padding:20px 22px}
  .fc-site-main #content,.fc-site-main #wrapper{padding:14px}
}

img:not([src]),img[src=""]{display:none}
