
@font-face {
  font-family: "themify-local";
  src: url("fonts/themify.woff") format("woff"),
       url("fonts/themify.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify-local" !important;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome-local";
  src: url("fonts/fontawesome-webfont.woff2") format("woff2"),
       url("fonts/fontawesome-webfont.woff") format("woff"),
       url("fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "fontawesome-local" !important;
  font-style: normal;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.page-wrapper { min-height: 100vh; }
.shell { width: min(1360px, calc(100% - 28px)); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid #ececec; }
.site-header .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 82px;
  padding: 12px 0;
}
.header-top {
  position: relative;
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.brand img { width: auto; height: 56px; max-height: 56px; }
.brand-center { flex: 0 0 auto; }
.menu-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.menu-toggle .bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.menu-toggle .bars i {
  display: block;
  width: 18px;
  height: 2px;
  background: #1a1a1a;
}
.menu-toggle .label { margin-left: 8px; margin-bottom: 0; font-size: 0.9rem; }
.left-side-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: min(320px, 86vw);
  background: #fff;
  border-right: 1px solid #ececec;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  transform: translateX(-110%);
  transition: transform 0.25s ease;
  z-index: 1001;
  padding: 20px 18px;
}
.left-side-menu.open { transform: translateX(0); }
.menu-close {
  position: absolute;
  top: 14px;
  right: 12px;
  border: 1px solid #ddd;
  background: #fff;
  min-height: 36px;
  min-width: 36px;
  cursor: pointer;
  line-height: 1;
}
.menu-close span {
  position: absolute;
  left: 9px;
  top: 16px;
  width: 16px;
  height: 2px;
  background: #1a1a1a;
}
.menu-close span:first-child { transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }
.menu-brand {
  display: inline-flex;
  margin: 28px 0 18px;
  text-decoration: none;
}
.menu-brand img { width: auto; height: 56px; max-height: 56px; }
.left-side-menu nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.left-side-menu nav > a,
.left-side-menu nav .menu-sub a {
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.3;
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
}
.left-side-menu nav .menu-sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 0 6px 12px;
}
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1000;
}
.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.hero { padding: 24px 0; }
.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  background: #fff;
  border: 1px solid #ececec;
}
.hero-copy { padding: 30px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.eyebrow { margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; color: #777; }
.hero h1, .page-title h1, .detail-copy h1 { margin: 0 0 14px; line-height: 1.1; font-weight: 400; }
.hero h1 { font-size: clamp(2rem, 4.2vw, 4rem); }
.page-title { margin-bottom: 18px; }
.page-title h1 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.detail-copy h1 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 10px;
  text-decoration: none;
}
.btn.btn-primary,
a.btn.btn-primary.shop-now:hover {
  padding: 14px;
}
.btn u { text-decoration: none; }
.section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding: 8px 0 40px; }
.section-card { overflow: hidden; background: #fff; border: 1px solid #ececec; }
.section-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.section-card .copy { padding: 22px; }
.section-card h2 { margin: 0 0 8px; font-weight: 400; font-size: 1.8rem; }
.catalog-layout .columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 26px;
}
.catalog-layout .column.sidebar {
  width: 260px;
  min-width: 260px;
  flex: 0 0 260px;
}
.catalog-layout .column.main {
  min-width: 0;
  flex: 1 1 auto;
}
.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 18px;
  padding-top: 14px;
}
.category-header {
  margin: 4px 0 16px;
}
.category-header h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  line-height: 1.15;
  font-weight: 400;
}
.search { width: min(360px, 100%); }
.search input { width: 100%; min-height: 42px; background: #fff; padding: 0 14px; border: 1px solid #ddd; }
.filter-content .container,
.filter-title .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.filter-options-content .items { list-style: none; margin: 0; padding: 0; }
.filter-options-content .item { display: flex; align-items: center; gap: 10px; padding: 8px 0; }
.filter-options-title {
  position: relative;
  padding-right: 22px;
  cursor: default;
  pointer-events: none;
}
.filter-options-title::before {
  content: none !important;
}
.filter-options-title::after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "fontawesome-local";
  font-size: 14px;
  line-height: 1;
}
.filter-options-title.active::after { content: "\f107"; }
.mgs-layered-checkbox { width: 16px; height: 16px; }
.mgs-ajax-layer-item { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.filter-reset { margin-top: 14px; }
.catalog-grid .products.items.row.row-wrapper.product-items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-grid .item.product.product-item.col {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  background: #fff;
  border: 1px solid #ececec;
}
.product-item-image { background: #fafafa; overflow: hidden; }
.product-item-photo {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 16px;
}
.product-image-photo {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center;
  opacity: 1 !important;
  visibility: visible !important;
}
.product-item-details { display: flex; flex-direction: column; gap: 10px; padding: 14px 4px 2px; }
.product-item-name {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.32;
  min-height: 3.96em;
  max-height: 3.96em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-item-link { text-decoration: none; }
.product-item-details p { margin: 0; font-size: 0.92rem; color: #666; min-height: 3.9em; }
.sku, .cat { color: #777; font-size: 0.84rem; }
.price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.1;
  min-height: 40px;
  margin: 4px 0 2px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 8px 10px;
}
.price-final { font-size: 1.12rem; font-weight: 600; color: #111; text-align: center; }
.price-old { font-size: 0.9rem; color: #888; text-decoration: line-through; }
.price-missing { font-size: 0.9rem; color: #666; }
.product-item-actions { margin-top: auto; }
.catalog-grid .product-item-info:hover .product-item-name,
.catalog-grid .product-item-info:hover .product-item-link {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.action.tocart.primary.static-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  text-decoration: none;
}
.detail { padding: 32px 0 58px; }
.detail-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 26px;
  padding: 24px;
  border: 1px solid #ececec;
  background: #fff;
}
.detail-visual {
  min-height: 360px;
  max-height: 520px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-visual img {
  width: 100%;
  height: auto;
  max-height: 472px;
  object-fit: contain;
  padding: 24px;
}
.detail-copy { display: flex; flex-direction: column; }
.detail-copy .price-wrap {
  margin: 14px 0 18px;
  min-height: 2em;
}
.detail-copy .price-final { font-size: 1.45rem; }
.detail-copy .price-old { font-size: 1rem; }
.detail-copy .desc { font-size: 1rem; white-space: pre-line; color: #666; margin-top: 2px; }
.cta-panel, .contact-card, .cms-wrap {
  border: 1px solid #ececec;
  background: #fff;
}
.cta-panel { margin-top: 24px; padding: 20px; background: #fafafa; }
.page-main { width: min(1360px, calc(100% - 28px)); margin: 0 auto; }
.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 22px;
  padding: 24px;
}
.contact-list { list-style: none; margin: 18px 0 0; padding: 0; }
.contact-list li { padding: 10px 0; border-bottom: 1px solid #eee; }
.contact-side { background: #fafafa; padding: 22px; }
.cms-wrap { padding: 28px; }
.cms-content img { max-width: 100%; height: auto; }
.cms-content table { width: 100%; border-collapse: collapse; }
.cms-content table td, .cms-content table th { border: 1px solid #ddd; padding: 10px; }
.cms-content a.btn, .cms-content .btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 15px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: #111;
}
.site-footer { margin-top: 24px; background: #fff; }
[data-hidden="true"] { display: none !important; }
.home-page .page-wrapper { background: #fff; }
.home-page .site-footer { margin-top: 0; }
.panel-video {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 420px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2)), url('https://www.cereriasalessandro.it/pub/media/wysiwyg/panel/articoli-religiosi.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.panel-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25));
}
.panel-video video {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}
.slider_text_v2 {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding-top: 28px;
}
.slider_text_v2 .title-top,
.slider_text_v2 .title-center-left {
  color: #fff;
}
.slider_text_v2 .title-top {
  margin: 0 0 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.slider_text_v2 .title-center-left {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 4.2vw, 3.8rem);
  line-height: 1;
}
.slider_container {
  margin-top: 14px;
}
.slider_container .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 15px;
  border: 1px solid transparent;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.92rem;
}
.slider_container .btn:hover,
.slider_container .btn:focus {
  padding: 15px;
  border-width: 1px;
  box-shadow: none;
  transform: none;
}
.candele img,
.art-reli img,
.art-casa img {
  width: 100%;
}
.apos {
  display: block;
  font-size: 1rem;
  line-height: 1.58;
}
.apos-col {
  display: block;
  font-style: italic;
  font-size: 1.03rem;
  letter-spacing: 0.01em;
}
.text-prod {
  font-size: 0.97rem;
  line-height: 1.72;
}
.articoli .panel-block-row {
  position: relative;
  overflow: hidden;
}
.section-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.section-link:hover,
.section-link:focus {
  color: inherit;
  text-decoration: none;
}
.section-link img {
  transition: transform 0.35s ease;
}
.section-link:hover img,
.section-link:focus img {
  transform: scale(1.03);
}
.divpa {
  inset: auto 0 0 0;
  padding: 26px;
}
.titolo-art {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
}
.bg-img_rosa {
  padding: 56px 0;
  background: linear-gradient(180deg, #efd0cf 0%, #e8c0bf 100%);
}
.rettangolo_black {
  padding: 42px 20px;
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.92);
}
.rettangolo_black .btn.btn-primary {
  color: #111;
  background: #fff;
  border-color: #fff;
  padding: 15px;
}
.rettangolo_black .btn.btn-primary:hover,
.rettangolo_black .btn.btn-primary:focus {
  color: #111;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.rettangolo_black img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.rettangolo_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.rettangolo_center > .col-12 {
  float: none;
}
.rettangolo_center > .col-md-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  float: none;
  padding: 0 18px 18px;
}
.rettangolo_center > .col-btn {
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
}
.rettangolo_center p {
  margin-top: 8px;
  font-size: 0.94rem;
  line-height: 1.45;
}
.col-btn {
  margin-top: 22px;
  text-align: center;
}
.col-btn .btn {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.92rem;
}
@media (max-width: 1100px) {
  .catalog-grid .products.items.row.row-wrapper.product-items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero-card, .detail-card, .section-grid, .contact-card { grid-template-columns: 1fr; }
  .catalog-layout .columns {
    flex-wrap: wrap;
  }
  .catalog-layout .column.sidebar,
  .catalog-layout .column.main {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }
  .catalog-grid .products.items.row.row-wrapper.product-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slider_text_v2 {
    justify-content: flex-end;
    padding: 0 0 32px;
  }
  .divpa {
    padding: 24px;
  }
}
@media (max-width: 620px) {
  .site-header .shell { align-items: stretch; }
  .menu-toggle .label { display: none; }
  .hero-copy, .detail-card, .contact-card, .cms-wrap { padding: 18px; }
  .catalog-grid .products.items.row.row-wrapper.product-items { grid-template-columns: 1fr; }
  .panel-video video {
    min-height: 500px;
  }
  .slider_text_v2 .title-top {
    font-size: 0.72rem;
  }
  .slider_text_v2 .title-center-left {
    font-size: 1.72rem;
  }
}
