/** Shopify CDN: Minification failed

Line 8:25 Unexpected "-"
Line 486:0 Unexpected "}"
Line 785:32 Unexpected "-"

**/
<!-- CUSTOM CONCRETE CSS - INIZIO -->

/* Concrete - Pioggia di ciliegie */
#pioggia-di-ciliegie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}

.ciliegia {
  position: absolute;
  display: inline-block;
  font-size: 3rem;
  width: 32px;
  height: 32px;
  pointer-events: none;
  z-index: 10000;
}

/* Concrete - Box dell'Avvento */
/* Stile per il titolo */
.cs_avvento_h1 {
    text-align: center;
    color: #333;
    margin-top: 10%;
    font-size: 2.5rem;
}

/* Contenitore generale del calendario */
.calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 0px;
}

/* Ogni giorno */
.day {
    flex: 1 0 calc(33.33% - 20px); /* 3 giorni per riga */
    box-sizing: border-box;
    display: flex;
    flex-direction: column; /* Immagine sopra e spazio sotto */
    align-items: center; /* Centra l'immagine orizzontalmente */
}

/* Immagini */
.cover-image {
    width: 100%; /* La larghezza dell'immagine si adatta al contenitore */
    height: auto; /* Mantiene il rapporto di aspetto originale dell'immagine */
    border-radius: 10px;
    transition: transform 0.3s, opacity 0.3s, filter 0.3s;
}

/* Giorni futuri: immagine grigia */
.cover-image.grayscale {
    filter: grayscale(100%);
    pointer-events: none; /* Disabilita clic */
    cursor: default;
}

/* Effetto hover sui giorni attivi */
.cover-image:hover:not(.grayscale) {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Layout per dispositivi mobili */
@media (max-width: 600px) {
    .day {
        flex: 0 0 100%; /* Colonna singola su schermi piccoli */
    }
}


/* Rimuovi margine immagini celle calendario */
#calendario-dell-39-avvento-2024 .Rte img {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

#calendario-dell-39-avvento-2024 .Rte h1 {
    margin: 1.2em 0 .8em;
}

/* Forza colore di sfondo */
body#calendario-dell-39-avvento-2024 {
    background-color: #eeeeee; /* Grigio chiaro */
}


/* Concrete - 20230213 - Applica classe a pagine specifiche */
/* Non mostrare breadcrumb in pagina wholesale */
#wholesale .breadcrumb nav {
  display: none !important;
}

/* TYPEFORM SLIDING FORM */

/* Concrete - POSIZIONA DRAWING CART E BANNER IUBENDA SOPRA CHAT TIDIO */
#sidebar-cart, .iubenda-cs-content {
  z-index: 99999999999 !important;
}

/* ALLINEAMENTO */

.vertical_align_middle {
	vertical-align: middle !important;
}


.left_align {
	text-align: left;
}


/* IMMAGINE REFERENZE INTRO */

.img-press-intro-desk {
	width: 95%;
  	text-align: center;
}

.img-press-intro-mob {
	width: 100%;
  	text-align: center;
}



/* FLOATING CONTACT BUTTON */

.float{
	position:fixed;
	font-family: 'Barlow Condensed', sans-serif;
  	font-size: 16px;
  	font-weight: 700;
  	letter-spacing: 4px;
  	text-align:center;
 	text-decoration: none !important;
  	color:#FFFFFF !important;
  	padding: 10px 40px;
  	background-color: #000000;
	bottom:40px;
	right:40px;
	
}

.float_button{
	position:fixed;
	bottom:40px;
	right:30px;
	
}

.my-float{
	margin-top:22px;
}


/* SEZIONE COLLECTION LIST HOMEPAGE SOTTO VIDEO */

#section-16030082829a1ecc76 {
	margin-top: 0%;
}

@media screen and (max-width: 600px) {
    text-size-adjust: 80% !important;
  }

/* NASCONDI AUTORE TEMA */

.Footer__ThemeAuthor {
  display: none;
}

/*  PULSANTE CHIUSURA POPUP SCAPP A SINISTRA */ 

.scappfancybox-close {
	left: 0px !important;
}

/* LOCKSMITH CUSTOM BACKGROUND */

#locksmith-content {
  	padding-top: 10%;
  	padding-bottom: 10%;
  	padding-left: 5%;
  	padding-right: 5%;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-image: url("https://concrete-studio.it/img/Bugan/BC-Wholesale_login.jpg") !important;
 	background-color: #cccccc;
  	text-align: center !important;
}

#locksmith-passcode-form {
  	padding-top: 0px;
}


.locksmith-img-intro {
  	width: 750px;
  	text-align: center;
}


.locksmith-testo-descrittivo-titolo {
	font-family: 'Barlow Condensed', sans-serif; 
  	color: #ffffff;
  	text-align: center;
  	font-size: 40px;
  	font-weight: 800;
  	text-transform: uppercase;
  	line-height: 1.2;
  	margin-top: 20px;
  	text-shadow: 0px 0px 0px trasparent;
}

.locksmith-testo-descrittivo {
  	font-family: 'Barlow', sans-serif;
	color: #ffffff !important;
  	text-align: center;
  	font-size: 20px !important;
  	font-weight: 400 !important;
  	line-height: 1.2 !important;
  	margin-top: 20px;
  	margin-bottom: 40px;
  	text-shadow: 0px 0px 0px trasparent;
}

/* LOCKSMITH CUSTOM BUTTON */

#locksmith_passcode_submit {
	text-align: center !important;
  	color: #ffffff; 
	text-decoration: none;
  	text-transform: uppercase;
	background-color: #000000; 
	padding: 10px 50px; 
	border-radius: 0px;
	letter-spacing: 2px;
	white-space: nowrap;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition: .4s;
  	width: 300px;
}

#locksmith_passcode_submit:hover {
	text-align: center !important;
  	color: #ffffff; 
	text-decoration: none; 
  	text-transform: uppercase;
	background-color: #000000; 
	padding: 10px 50px; 
	border-radius: 0px;
	letter-spacing: 2px;
	white-space: nowrap;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition: .4s;
  	width: 300px;
}

input#locksmith_passcode.locksmith-passcode.form-control.field  {
  	display: inline !important;
  	text-align: center;	
  	color: #ffffff !important;
  	line-height: 2.5 !important;
  	background: transparent !important;
  	border: 2px solid #ffffff !important;
  	padding-left: 0px;
  	margin-bottom: 20px;
  	width: 300px;
}


.space_top_social {
	margin-top: 40px;
}

.space_right_social_icon {
	margin-right: 15px;
}


/* Collezioni > Agenti (LockSmith > Accessibile solo se utente ha associato tag "Agente") > Login */
._c_container_agenti {
  margin: 4% 2% 0 2%;
  padding: 2% 2% 0 2%;
  text-align: center;
}

._c_container_agenti h1
{
    font-size: 45px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
}

#account .PageContent.PageContent--fitScreen.PageContent--extraNarrow {
  margin-top: 0px !important;
}

#account .PageContent--fitScreen {
  align-items: flex-start;
}


/* PRODOTTO CUSTOM */

._c_messaggio_avviso_prodotto {
    border: 1px solid #000000;
    margin: 2vw 0;
    padding: 1vw;
}

._c_messaggio_avviso_prodotto_bbf {
    border: 0px solid #D5FF00;
	background:  #D5FF00;
	color: #000000;
	font-family: 'Barlow semi condensed', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin: 2vw 0;
    padding: 1vw;
}

._c_testo_freschezza {
	color: black !important;
}

.cs_product_section {
	font-family: 'Barlow condensed', sans-serif;
	color: #ffffff;
  	background-color: #000;
  	padding-left: 5px;
  	padding-right: 30px;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.1;
  	letter-spacing: 5px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

.cs_product_section_rosa {
	font-family: 'Barlow condensed', sans-serif;
	color: #ffffff;
  	background-color: #d293a3 !important;
  	padding-left: 5px;
  	padding-right: 30px;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.1;
  	letter-spacing: 5px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

.cs_product_section_azzurro {
	font-family: 'Barlow condensed', sans-serif;
	color: #ffffff;
  	background-color: #6d98c2 !important;
  	padding-left: 5px;
  	padding-right: 30px;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.1;
  	letter-spacing: 5px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

.cs_product_notice {
	font-family: 'Barlow condensed', sans-serif;
	color: #ffffff;
  	background-color: #5fa030;
  	padding-left: 5px;
  	padding-right: 30px;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.1;
  	letter-spacing: 5px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

.cs_product_intro {
	font-family: 'Barlow semi condensed', sans-serif;
	color: #000000;
  	text-align: ;
  	text-transform: none;
  	font-size: 20px;
  	font-weight: 300;
  	line-height: 1.1;
  	margin-top: 0px;
  	margin-bottom: 30px;
}

.cs_product_description {
	font-family: 'Barlow semi condensed', sans-serif;
	background-color: #ffffff;
  	padding: 0px;
  	color: #000000;
  	text-align: ;
  	font-size: 20px;
  	font-weight: 300;
  	line-height: 1.3;
  	margin-top: 20px;
  	margin-bottom: 30px;
}

.cs_product_shipping {
  	display: none;
	font-family: 'Barlow', sans-serif;
	background-color: #ceeeb6;
  	padding: 20px;
  	color: #528130;
  	text-align: center;
  	font-size: 16px;
  	font-weight: 600;
  	line-height: 1.4;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

.cs_emoji_big {
	font-size: 25px;
  	vertical-align: middle;
}

/* Concrete - TextYess Whatsapp ChatBot*/
.powered-by {
	display: none !important;
}

/* FOOTER CONTENT */

.Footer__Content.Rte {
	line-height: 1.2 !important;
}

.Footer__Title.Heading.u-h6 {
	font-family: 'Barlow condensed', sans-serif !important;
	color: #000000;
  	text-align: ;
  	text-transform: uppercase;
  	font-size: 24px;
  	font-weight: 700;
  	line-height: 1.2;
  	margin-top: 0px;
  	margin-bottom: 0px;
}
}


/* PRODUCT ACCORDION */

.accordion {
  	background-color: #000000;
  	color: #ffffff;
	font-family: 'Barlow condensed', sans-serif;
  	padding-left: 5px;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.1;
  	letter-spacing: 5px;
  	transition: 1s;
}

.active {
  	background-color: #000000;
  	color: #ffffff;
	font-family: 'Barlow condensed', sans-serif;
  	padding-left: 5px;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.1;
  	letter-spacing: 5px;
  	width: 100%;
  	
}

.accordion:hover {
  	background-color: #000000;
  	color: #ffffff;
	font-family: 'Barlow condensed', sans-serif;
  	padding-left: 5px;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.1;
  	letter-spacing: 5px;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* MAILCHIMP POPUP */

.strictContent h4 {
    font-family: 'Barlow condensed', sans-serif !important;
    font-weight: inherit;
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 12px;
}

.strictContent p {
    font-family: 'Barlow condensed', sans-serif !important;
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 0;
}

.strictContent p:empty::after {
    content: "\00a0";
}

.strictContent p.small-text, .strictContent .helpText {
    font-family: 'Barlow condensed', sans-serif !important;
    font-size: 1em;
    line-height: 1.2;
}

.strictContent label {
  	font-family: 'Barlow condensed', sans-serif !important;
    font-size: 1em;
}

.strictContent .button {
  	font-family: 'Barlow condensed', sans-serif !important;
    font-size: 1em;
}

.strictContent ul.radioCheckboxContainer li label {
    font-weight: normal;
}

/* BREADCRUMBS */

@media screen and (max-width: 640px) {
  
.breadcrumb {
  	font-family: 'Barlow condensed', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00000010; 	
}
  
}

@media screen and (min-width: 641px) {
  
.breadcrumb {
  	font-family: 'Barlow condensed', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00000010;	
}
  
}

/* 	HIDE HEADINGS COLLECTIONS */

.PageHeader {
	display: none;
}

/* 	HIDE HEADINGS LOGIN */
h1.Form__Title.Heading.u-h1 {
	display: none;
}


/* COOKIE BANNER */

#shopify-privacy-banner-div p {
	font-size: 14px;
  	margin-right: 20px;
  	margin-left: 20px;
}

#shopify-privacy-banner-div button.accept {
	border: 1px solid #ffffff;
  	border-radius: 0px;
  	letter-spacing: 0.2em;
    font-family: 'Barlow Semi Condensed', sans-serif;
  	font-size: 12px;
    font-weight: 700;
  	text-transform: uppercase;
}

#shopify-privacy-banner-div button.decline {
	border: 1px solid #ffffff;
  	border-radius: 0px;
  	letter-spacing: 0.2em;
    font-family: 'Barlow Semi Condensed', sans-serif;
  	font-size: 12px;
    font-weight: 700;
  	text-transform: uppercase;
  	margin-right: 25px;
  	
}

/* HAMBURGER LEFT MENU */

.Drawer__Container {
  line-height: 1 !important;
}

/* ADJUST MARGIN-TOP OF CUSTOM TYPEFORM MENU FIELD */
.typeform-menu {
	margin-top: -34px !important;
}

.SidebarMenu__Nav .SidebarMenu__Nav--primary {
	margin-top: ;
}


/* DICONO DI NOI */

.cs_about_text {
	font-size: 30px;
  	line-height: 1.2 !important;
	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 50px;
  	padding-right: 50px;
  	text-align: center;
}

.cs_about_link {
  	color: #000000;
	font-size: 15px;
  	line-height: 1.2 !important;
  	padding-left: 50px;
  	padding-right: 50px;
  	text-align: center;
}

.cs_about_link:hover {
  	color: #000000;
	font-size: 15px;
  	line-height: 1.2 !important;
  	padding-left: 50px;
  	padding-right: 50px;
  	text-align: center;
}

.cs_about_img {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%); 
}

.cs_min_height {
	min-height: 200px;
}

.cs_padding {
  	padding-bottom: 50px;
}

.cs_margin_top_50 {
	margin-top: 50px;
}


/* RESPONSIVE DESIGN */

@media screen and (max-width: 849px) {
.responsive_desk {
    display:none !important;
  	background-image:none !important;
}
.responsive_mob {
    display: block;
}
}


@media screen and (min-width: 849px) {
.responsive_mob {
    display:none !important;
  	background-image:none !important;
}
.responsive_desk {
    display: block;
}
} 

/* CHANGE LABEL TEXT COLOR */

.ProductItem__Label.ProductItem__Label--onSale.Heading.Text--subdued {
	color: #ffffff !important;
  	font-family: 'Barlow Semi Condensed', sans-serif !important;
  	font-weight: 700 !important;
  	font-style: italic !important;
}

/* COLLECTION CAROUSEL IN HOME */

button.Heading.u-h1.TabList__Item.is-active {
	font-size: 26px !important;
  	text-decoration-color: #e71f7c !important;
}

button.Heading.u-h1.TabList__Item {
	font-size: 26px !important;
}

/* CS SESAMI */

button.sesami-calendar {
  background-color: #ff6600 !important; /* colore sfondo: arancione */
  color: #ffffff !important;            /* colore testo: bianco */
  font-weight: bold !important;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;        /* effetto morbido */
}


.sesami-calendar:hover {
  background-color: #000000 !important; /* sfondo al passaggio mouse */
  color: #ffcc00 !important;            /* testo al passaggio mouse */
}
.sesami-calendar:before {
  background-color: #ff6600 !important; /* o qualsiasi colore tu voglia */
}
<!-- CUSTOM CONCRETE STUDIO CSS - FINE -->