.elementor-kit-6{--e-global-color-primary:#1A3360;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F25F5F;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */mark{
  background: transparent;
  color: #F25F5F;
}


/* =========================
   CORNICE TITOLI - ROSSO
========================= */

.cornice-titoli {
    position: relative;
    overflow: visible;
}

/* SINISTRA */
.cornice-titoli::before {
    content: "";
    position: absolute;

    top: 50%;
    left: clamp(-35px, -2vw, -10px);
    transform: translateY(-50%);

    width: clamp(20px, 6vw, 40px);
    height: clamp(20px, 6vw, 40px);

    background: url("https://www.sicilybags.com/wp-content/uploads/2026/04/Vector-red-left.svg") no-repeat center / contain;

    pointer-events: none;
}

/* DESTRA */
.cornice-titoli::after {
    content: "";
    position: absolute;

    top: 50%;
    right: clamp(-35px, -2vw, -10px);
    transform: translateY(-50%);

    width: clamp(20px, 6vw, 40px);
    height: clamp(20px, 6vw, 40px);

    background: url("https://www.sicilybags.com/wp-content/uploads/2026/04/Vector-red-right.svg") no-repeat center / contain;

    pointer-events: none;
}


/* =========================
   CORNICE TITOLI - BIANCO
========================= */

.cornice-titoli2 {
    position: relative;
    overflow: visible;
}

/* SINISTRA */
.cornice-titoli2::before {
    content: "";
    position: absolute;

    top: 50%;
    left: clamp(-35px, -2vw, -10px);
    transform: translateY(-50%);

    width: clamp(20px, 6vw, 40px);
    height: clamp(20px, 6vw, 40px);

    background: url("https://www.sicilybags.com/wp-content/uploads/2026/04/Vector-white-left.svg") no-repeat center / contain;

    pointer-events: none;
}

/* DESTRA */
.cornice-titoli2::after {
    content: "";
    position: absolute;

    top: 50%;
    right: clamp(-35px, -2vw, -10px);
    transform: translateY(-50%);

    width: clamp(20px, 6vw, 40px);
    height: clamp(20px, 6vw, 40px);

    background: url("https://www.sicilybags.com/wp-content/uploads/2026/04/Vector-white-right.svg") no-repeat center / contain;

    pointer-events: none;
}


/* =========================
   TABLET (768px - 1024px)
========================= */

@media (max-width: 1024px) {

    .cornice-titoli::before,
    .cornice-titoli::after,
    .cornice-titoli2::before,
    .cornice-titoli2::after {
        width: 32px;
        height: 32px;
    }

    .cornice-titoli::before,
    .cornice-titoli2::before {
        left: -2em;
    }

    .cornice-titoli::after,
    .cornice-titoli2::after {
        right: -2em;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .cornice-titoli::before,
    .cornice-titoli::after,
    .cornice-titoli2::before,
    .cornice-titoli2::after {
        width: 35px;
        height: 35px;
    }

    .cornice-titoli::before,
    .cornice-titoli2::before {
        left: -22px;
    }

    .cornice-titoli::after,
    .cornice-titoli2::after {
        right: -22px;
    }
}/* End custom CSS */