@media screen and (max-width: 600px){

.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
  }
  
.box-ultimo {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
  }

.box-grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
  }
  
.box-grid3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  }

}

@media screen and (min-width: 601px) {

.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
  padding-right: 15px;
  padding-left: 15px;
  text-align:center;
  
}

.wrapper img {
  max-width: 100%;
}

.box-ultimo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  padding-left: 15px;
  padding-right: 15px;

}

.box-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
  }
  
.box-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  }

}

@media screen and (max-width: 600px){

.wrapper2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  row-gap: 1em;
  padding-left: 15px;
  padding-right: 15px;
  text-align:center;
}
.wrapper2 img {max-width: 200px !important;}

.Box1 .titolone {
	font-size: 22px!Important;
	font-family: ZillaSlab_SemiBold!Important;
	line-height: 23px!Important;
	padding-top:10px;
	margin:auto;
}

.Box1 .testone {
	font-size: 15px!Important;
	font-family: ZillaSlab_Medium!Important;
	padding-top:20px;
}
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
.wrapper2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 1em;
  padding-left: 15px;
  padding-right: 15px;
  text-align:center;
  padding-bottom: 50px;
}

.wrapper2 img {max-width: 200px !important;}


.Box1 .titolone {
	font-size: 23px!Important;
	font-family: ZillaSlab_SemiBold!Important;
	line-height: 23px!Important;
	margin-bottom: 20px!Important;
	margin-top: 20px!Important;
}

.Box1 .testone {
	font-size: 15px!Important;
	font-family: ZillaSlab_Medium!Important;
}
}


@media screen and (min-width: 1000px) and (max-width: 5000px) {
.wrapper2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 1em;
  padding-left: 15px;
  padding-right: 15px;
  text-align:center;
  padding-bottom: 50px;
}

.wrapper2 img {max-width: 200px !important;}


.Box1 .titolone {
	font-size: 23px!Important;
	font-family: ZillaSlab_SemiBold!Important;
	line-height: 23px!Important;
	margin-bottom: 20px!Important;
	margin-top: 20px!Important;
}

.Box1 .testone {
	font-size: 15px!Important;
	font-family: ZillaSlab_Medium!Important;
}
}

.homepage-box {
	position: relative;
}
.box-image img {
   vertical-align: middle;
}

.box-overlay {
	position: absolute;
	background: rgb(70 70 70 / 70%);
	bottom: 0;
	padding: 2px 0px;
	width: 100%;
}

.box-text {
   color: white;
   text-align: center;
   font-family: 'ZillaSlab_Bold';
   padding: 3px 10px;
   font-size: 20px;
}

@media screen and (max-width: 1145px) {
.box-text {
font-size: 18px;
}
}
@media screen and (max-width: 1042px) {
.box-text {
font-size: 16px;
}
}
@media screen and (max-width: 940px) {
.box-text {
font-size: 14px;
}
}
@media screen and (max-width: 840px) {
#box-text-too-long {
font-size: 12px;
padding: 4px 5px;
}
}

@media screen and (max-width: 772px) {
#box-text-too-long {
    font-size: 11px;
    padding: 5px 5px;
}
}

@media screen and (max-width: 652px) {
#box-text-too-long {
    font-size: 10px;
    padding: 6px 5px;
}
}

@media screen and (max-width: 600px) {
#box-text-too-long {
    font-size: 14px;
    padding: 3px 5px;
}
}

@media screen and (max-width: 545px) {
#box-text-too-long {
    font-size: 12px;
    padding: 3px 5px;
}
.box-text {
font-size: 12px;
}
}

@media screen and (max-width: 470px) {
#box-text-too-long {
    font-size: 11px;
    padding: 4px 5px;
}
}

@media screen and (max-width: 440px) {
#box-text-too-long {
    font-size: 10px;
    padding: 3px 5px;
}
.box-text {
font-size: 10px;
}
}

@media screen and (max-width: 400px) {
#box-text-too-long {
    font-size: 8px;
    padding: 4px 5px;
}
}

@media screen and (max-width: 350px) {
#box-text-too-long {
    font-size: 7.6px;
    padding: 5px 5px;
}
}

.grid-box-offerte {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 50% 50%;
	max-width: 1170px;
}

.item-grid-1 {
	grid-row: 1 / span 2;
	position: relative;
	border-right: solid 5px white;
}

.item-grid-2 {
    border-left: solid 5px white;
    border-bottom: solid 5px white;
}
#item-grid-2-mobile {
	display: none;
}
.item-grid-3 {
    border-left: solid 5px white;
    border-top: solid 5px white;
}

.img-item img {
	vertical-align: middle;
	width: 100%;
}

.content-item-2 {
	display: grid;
	grid-template-columns: 50% 50%;
}

.text-item-1 {
    position: absolute;
    bottom: 4%;
    left: 0;
    background: #ec6707;
    padding: 10px 15px;
    color: white;
    font-size: 15px;
    font-family: 'ZillaSlab_Bold';
    border-radius: 0px 20px 20px 0px;
}

@media screen and (max-width: 950px) {
.text-item-1 {
	font-size: 15px;
	padding: 7px 15px;
}
}

@media screen and (max-width: 840px) {
.text-item-1 {
	font-size: 14px;
	padding: 7px 10px;
}
}

@media screen and (max-width: 740px) {
.text-item-1 {
	bottom: 4%;
	font-size: 13px;
	padding: 6px 10px;
}
}

@media screen and (max-width: 600px) {
.text-item-1 {
	bottom: 5%;
	font-size: 16px;
	padding: 7px 15px;
}
}

@media screen and (max-width: 430px) {
.text-item-1 {
    font-size: 16px;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    bottom: unset;
}
}

.item-2 {
    display: grid;
    grid-template-columns: 50% 50%;
}
.flex-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ec6707;
    justify-content: space-evenly;
}
.main-title-item-2 {
    font-size: 22px;
    text-align: center;
    color: white;
    margin-bottom: -10px;
    text-shadow: -1px -1px 6px #00000091;
}
.title-item-2 {
    color: white;
    font-size: 28px;
    margin-top: -10px;
    text-shadow: -1px -1px 6px #00000091;
    text-align: center;
    margin-bottom: -10px;
}
.description-item-2 {
    display: flex;
    color: white;
    gap: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    text-shadow: -1px -1px 6px #00000091;
    padding: 0px 10px;
    flex-direction: column;
}
.text-item-2 {
    color: #2a2a2a;
    background-color: white;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
}
.item-3 {
    display: grid;
    grid-template-columns: 45% 55%;
}

.flex-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #545454;
    justify-content: space-evenly;
}
.main-title-item-3 {
    font-size: 22px;
    text-align: center;
    color: white;
    padding: 0px 15px;
    text-shadow: -1px -1px 6px #00000091;
}
.title-item-3 {
    color: white;
    font-size: 21px;
    text-shadow: -1px -1px 6px #00000091;
    margin-bottom: -10px;
    text-align: center;
    padding: 0px 10px;
}
.description-item-3 {
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    text-shadow: -1px -1px 6px #00000091;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.text-item-3 {
    color: #2a2a2a;
    background-color: white;
    text-align: center;
    font-size: 16px;
    padding: 5px 12px;
    font-weight: 600;
}

.showroom {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#showroom-img {
    width: 25px !important;
    margin-right: 5px;
}
.showroom-description {
    font-size: 15px;
}
.showroom span {
    margin-left: 10px;
    color: #ec6707;
    font-family: 'DancingScript-Regular';
    font-size: 30px;
    text-shadow: none;
    margin-bottom: 5px;
}
@media screen and (max-width: 1140px) {
.main-title-item-3 {
    font-size: 20px;
    padding: 0px 10px;
}
}
@media screen and (max-width: 1055px) {
.main-title-item-2 {
    font-size: 21px;
}
.description-item-2 {
    font-size: 16px;
    line-height: 24px;
}
.text-item-2 {
    font-size: 13px;
}
}
@media screen and (max-width: 1000px) {
.main-title-item-3 {
    font-size: 18px;
}
.description-item-3 {
    font-size: 17px;
    line-height: 24px;
}
.text-item-3 {
    font-size: 14px;
	padding: 4px 10px;
}
.showroom span {
    font-size: 27px;
}
.main-title-item-2 {
    font-size: 19px;
}
.description-item-2 {
    font-size: 15px;
    line-height: 21px;
}
}
@media screen and (max-width: 945px) {
.main-title-item-3 {
    font-size: 17px;
    padding: 0px 10px;
}
.text-item-2 {
    font-size: 12px;
    padding: 3px 8px;
}
}
@media screen and (max-width: 900px) {
.main-title-item-2 {
    font-size: 18px;
}
.description-item-2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 5px;
}
.text-item-3 {
    font-size: 13px;
    padding: 4px 8px;
}
.main-title-item-3 {
    font-size: 16px;
}
.description-item-3 {
    font-size: 16px;
    line-height: 20px;
}
#showroom-img {
    width: 20px !important;
}
.showroom span {
    font-size: 25px;
}
}
@media screen and (max-width: 840px) {
.main-title-item-3 {
    font-size: 15px;
}
}
@media screen and (max-width: 820px) {
.description-item-2 {
    font-size: 13px;
    line-height: 19px;
}	
.main-title-item-2 {
    font-size: 16px;
}
.text-item-2 {
    font-size: 11px;
}
}
@media screen and (max-width: 800px) {
.main-title-item-3 {
    font-size: 16px;
    line-height: 21px;
}
.description-item-3 {
    font-size: 15px;
    line-height: 18px;
}
#showroom-img {
    width: 18px !important;
}
.showroom-description {
    font-size: 13px;
}
.text-item-3 {
    font-size: 11px;
}
.showroom span {
    font-size: 22px;
}
}
@media screen and (max-width: 750px) {
.main-title-item-2 {
    font-size: 15px;
    margin-bottom: 0px;
}
.description-item-2 {
    font-size: 11px;
    line-height: 17px;
}
.text-item-2 {
    padding: 2px 5px;
	font-size: 10px;
}
}
@media screen and (max-width: 720px) {
.main-title-item-3 {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 17px;
}
.description-item-3 {
    font-size: 14px;
    line-height: 17px;
}
#showroom-img {
    width: 16px !important;
}
.showroom-description {
    font-size: 12px;
}
.text-item-3 {
    font-size: 10px;
    padding: 3px 7px;
}
.main-title-item-2 {
    font-size: 14px;
}
.showroom span {
    margin-left: 8px;
    font-size: 20px;
}
}
@media screen and (max-width: 665px) {
.main-title-item-3 {
    font-size: 11px;
}
.description-item-3 {
    font-size: 12px;
    line-height: 16px;
}
.description-item-3 {
    font-size: 12px;
    line-height: 15px;
}
.text-item-3 {
    font-size: 9px;
    padding: 2px 6px;
}
.text-item-2 {
    font-size: 9px;
}
.main-title-item-2 {
    font-size: 13px;
}
.showroom span {
    font-size: 18px;
}
}

@media screen and (max-width: 600px) {
.main-title-item-3 {
    font-size: 20px;
    line-height: unset;
}
.description-item-3 {
    font-size: 20px;
    line-height: 24px;
}
.text-item-3 {
    font-size: 16px;
    padding: 4px 10px;
}
#showroom-img {
    width: 23px !important;
}
.main-title-item-2 {
    font-size: 22px;
    line-height: 28px;
}
.description-item-2 {
    font-size: 18px;
    line-height: 26px;
    padding: 0px 10px;
}
.text-item-2 {
    font-size: 14px;
    padding: 5px 10px;
}
#item-grid-2-mobile {
	display: inherit;
}
#item-grid-2-desktop {
	display: none;
}
.showroom span {
    margin-left: 10px;
    font-size: 28px;
}
}
@media screen and (max-width: 525px) {
.main-title-item-2 {
    font-size: 20px;
    line-height: 26px;
}
.description-item-2 {
    font-size: 16px;
    line-height: 24px;
}
.text-item-2 {
    font-size: 12px;
    padding: 3px 8px;
}
}
@media screen and (max-width: 500px) {
.main-title-item-3 {
    font-size: 17px;
}	
.description-item-3 {
    font-size: 17px;
    line-height: 22px;
}
.text-item-3 {
    font-size: 13px;
    padding: 3px 7px;
}
.showroom span {
    font-size: 25px;
}
}
@media screen and (max-width: 450px) {
.main-title-item-2 {
    font-size: 18px;
    line-height: 24px;
}
.description-item-2 {
    font-size: 14px;
    line-height: 20px;
}
.text-item-2 {
    font-size: 11px;
}
}
@media screen and (max-width: 435px) {
.main-title-item-3 {
    font-size: 15px;
    padding: 0px 10px;
}
.description-item-3 {
    font-size: 16px;
    line-height: 20px;
}
.text-item-3 {
    font-size: 13px;
}
#showroom-img {
    width: 20px !important;
}	
.showroom span {
    margin-left: 8px;
    font-size: 24px;
}
}
@media screen and (max-width: 400px) {
.main-title-item-2 {
    font-size: 16px;
    line-height: 22px;
}
.description-item-2 {
    font-size: 12px;
    line-height: 18px;
}
.text-item-2 {
    font-size: 10px;
    padding: 3px 7px;
}
}
@media screen and (max-width: 389px) {
.main-title-item-3 {
    font-size: 14px;
	padding: 0px 5px;
}
.description-item-3 {
    font-size: 14px;
    line-height: 18px;
}
#showroom-img {
    width: 15px !important;
}	
.text-item-3 {
    font-size: 10px;
}
.showroom-description {
    font-size: 13px;
}
.showroom span {
    font-size: 21px;
}
}
@media screen and (max-width: 360px) {
.main-title-item-2 {
    font-size: 14px;
    line-height: 20px;
}
.description-item-2 {
    font-size: 11px;
    line-height: 17px;
}
}
@media screen and (max-width: 345px) {
.main-title-item-2 {
    font-size: 13px;
    line-height: 19px;
}
.text-item-2 {
    padding: 2px 5px;
}
.main-title-item-3 {
    font-size: 13px;
}
.description-item-3 {
    font-size: 13px;
    line-height: 17px;
}
.showroom-description {
    font-size: 12px;
}
.text-item-3 {
    font-size: 10px;
    padding: 2px 7px;
}
.showroom span {
    font-size: 19px;
}
}
.title-banner-homepage {
    /*font-family: 'DancingScript-Regular';*/
	font-family: 'ZillaSlab_SemiBold';
    font-size: 35px;
    text-align: center;
    padding-bottom: 25px;
}
@media screen and (max-width: 900px) {
.title-banner-homepage {
	font-size: 30px;
}
}
@media screen and (max-width: 780px) {
.title-banner-homepage {
	font-size: 25px;
}
}
@media screen and (max-width: 650px) {
.title-banner-homepage {
	font-size: 23px;
}
}
@media screen and (max-width: 600px) {
.grid-box-offerte {
    grid-template-rows: auto auto auto;
    grid-template-columns: unset;
	row-gap: 10px;
}

.item-grid-1 {
    border-right: unset;
}

.item-grid-2 {
    border-left: unset;
    border-bottom: unset;
}

.item-grid-3 {
    border-left: unset;
    border-top: unset;
}

.text-item-1 {
    font-size: 14px;
}
.title-banner-homepage {
    font-size: 25px;
    padding: 0px 25px 25px 25px;
    line-height: 35px;
}
}
@media screen and (max-width: 530px) {
.text-item-1 {
    font-size: 14px;
}
}
@media screen and (max-width: 500px) {
.text-item-1 {
    font-size: 13px;
}
}
@media screen and (max-width: 470px) {
.text-item-1 {
    font-size: 12px;
}
}
@media screen and (max-width: 430px) {

.item-grid-1 {
    margin-bottom: 32px;
}

.text-item-1 {
    font-size: 16px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    bottom: unset;
}
}
@media screen and (max-width: 400px) {
.title-banner-homepage {
    font-size: 20px;
    line-height: 30px;
}
}

.grid-tag {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
	row-gap: 15px;
	margin: 0px 15px;
}

.tag {
    padding: 10px;
    width: 150px;
    color: #545454;
    background-color: #eaeaea;
    margin: auto;
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    font-family: 'ZillaSlab_SemiBold';
}

.tag:hover {
    background-color: #9a9a9a;
    color: #ffffff;
}

@media screen and (max-width: 1120px) {
.tag {
	width: 14vw;
	font-size: 12px;
	padding: 10px 5px;
}
}

@media screen and (max-width: 940px) {
.grid-tag {
    grid-template-columns: repeat(3, 1fr);
}

.tag {
    width: 29vw;
    font-size: 14px;
}
}

@media screen and (max-width: 600px) {
.grid-tag {
    grid-template-columns: repeat(2, 1fr);
}

.tag {
	width: 42vw;
}
}

@media screen and (max-width: 360px) {
.tag {
	font-size: 12px;
	width: 40vw;
}
}


.divider {
    border-top: 3px solid #e7e7e7;
    width: 50%;
    min-width: 250px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#.topband-3d {
	display: none;
}

#.topbar-info-offerte {
	display: none;
}
.item-3-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 20px;
    background-color: #ececec;
    margin-right: 10px;
}

#button-link {
	padding: 8px;
	max-width: 190px;
	color: #5e5d62;
	font-weight: bold;
	border: 3px solid #5e5d62;
	text-align: center;
	font-size: 18px;
}

#button-link:hover	{
	background-color: #5e5d62;
	color: white;
}
.title-info-negozio {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-negozio {
    font-size: 26px;
    font-family: 'ZillaSlab_SemiBold';
}
.info-negozio {
    font-size: 22px;
}
#timer {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1080px) {
.title-negozio {
    font-size: 24px;
}
.info-negozio {
    font-size: 20px;
}
#button-link {
    padding: 6px;
    font-size: 16px;
}
#timer-img {
    width: 90% !important;
}
.item-3-timer {
    margin-right: 0px;
}
}
@media screen and (max-width: 970px) {
.title-negozio {
    font-size: 22px;
}
.info-negozio {
    font-size: 18px;
}
}
@media screen and (max-width: 900px) {
#timer-img {
    width: 75% !important;
}
.item-3-timer {
    gap: 15px;
}
}
@media screen and (max-width: 825px) {
.title-negozio {
    font-size: 20px;
}
.info-negozio {
    font-size: 16px;
}
#button-link {
    padding: 4px 6px;
    font-size: 14px;
}
#timer-img {
    width: 70% !important;
}
}
@media screen and (max-width: 740px) {
.item-3-timer {
    gap: 10px;
}
.title-negozio {
    font-size: 18px;
}
.info-negozio {
    font-size: 14px;
}
}
@media screen and (max-width: 650px) {
#button-link {
    padding: 3px 5px;
    font-size: 12px;
}
.title-negozio {
    font-size: 16px;
}
.info-negozio {
    font-size: 12px;
}
}
@media screen and (max-width: 600px) {
#button-link {
    padding: 6px 8px;
    font-size: 16px;
}
.title-negozio {
    font-size: 24px;
}
.info-negozio {
    font-size: 20px;
}
#timer-img {
    width: 80% !important;
}
.item-3-timer {
    gap: 20px;
    height: 250px;
}
}
@media screen and (max-width: 500px) {
#button-link {
    padding: 5px 7px;
    font-size: 14px;
}
#timer-img {
    width: 70% !important;
}
.info-negozio {
    font-size: 18px;
}
.title-negozio {
    font-size: 22px;
}
.item-3-timer {
    gap: 15px;
    height: 200px;
}
}
@media screen and (max-width: 420px) {
.info-negozio {
    font-size: 16px;
}
.title-negozio {
    font-size: 20px;
}
}
@media screen and (max-width: 370px) {
.info-negozio {
    font-size: 14px;
}
.title-negozio {
    font-size: 18px;
}
#timer-img {
    width: 65% !important;
}
}
.banner-3d-home {
    height: 230px;
    background-image: url(https://iperceramica.it/asset/images/home/box-home/fr/fr-render-home.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner-3d-home-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(70 70 70 / 50%);
    gap: 15px;
}
.title-banner-3d {
    font-size: 42px;
    color: white;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
}
.subtitle-banner-3d {
    font-size: 24px;
    color: white;
    text-shadow: -1px -1px 5px #545454;
    font-family: 'ZillaSlab_SemiBold';
}
.button-banner-3d {
    background-color: #ec6707;
    padding: 8px 15px;
    color: white;
    font-size: 20px;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
    margin-top: 10px;
}
@media screen and (max-width: 900px) {
.title-banner-3d {
    font-size: 38px;
}
.subtitle-banner-3d {
    font-size: 22px;
}
.button-banner-3d {
    padding: 6px 12px;
    font-size: 17px;
}
}
@media screen and (max-width: 750px) {
.title-banner-3d {
    font-size: 35px;
}
.subtitle-banner-3d {
    font-size: 20px;
}
.button-banner-3d {
    padding: 5px 12px;
    font-size: 15px;
}
}
@media screen and (max-width: 680px) {
.title-banner-3d {
    font-size: 32px;
}
}
@media screen and (max-width: 600px) {
.title-banner-3d {
    font-size: 28px;
}
.subtitle-banner-3d {
    font-size: 18px;
}
}
@media screen and (max-width: 540px) {
.title-banner-3d {
    font-size: 26px;
}
.subtitle-banner-3d {
    font-size: 16px;
}
.button-banner-3d {
    padding: 4px 10px;
    font-size: 14px;
}
}
@media screen and (max-width: 500px) {
.banner-3d-home {
    height: 350px;
}
.title-banner-3d {
    font-size: 32px;
    padding: 0px 50px;
    text-align: center;
}
.subtitle-banner-3d {
    font-size: 20px;
    text-align: center;
    padding: 0px 80px;
}
.button-banner-3d {
    padding: 5px 12px;
    font-size: 15px;
}
.banner-3d-home-text {
    gap: 25px;
}
}
@media screen and (max-width: 440px) {
.title-banner-3d {
    font-size: 30px;
    padding: 0px 30px;
}
.subtitle-banner-3d {
    font-size: 18px;
    padding: 0px 55px;
}
}
@media screen and (max-width: 390px) {
.banner-3d-home {
    height: 320px;
}
.title-banner-3d {
    font-size: 27px;
}
.subtitle-banner-3d {
    padding: 0px 40px;
}
}
@media screen and (max-width: 345px) {
.banner-3d-home {
    height: 280px;
}
.title-banner-3d {
    font-size: 25px;
    padding: 0px 20px;
}
.subtitle-banner-3d {
    font-size: 17px;
    padding: 0px 30px;
}
}
.banner-mega-offerte-home {
    height: 270px;
    background-image: url(https://iperceramica.it/wcsstore/bayker/catalogo/20790-topsy-bianco-amb-2-zoom.jpg);
    background-position: 50% 70%;
    background-size: cover;
}
.banner-mega-offerte-home-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(70 70 70 / 50%);
    gap: 20px;
}
.title-banner-mega-offerte {
    font-size: 38px;
    color: white;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
}
.subtitle-banner-mega-offerte {
    font-size: 22px;
    color: white;
    text-shadow: -1px -1px 5px #545454;
    font-family: 'ZillaSlab_SemiBold';
}
.button-banner-mega-offerte {
    background-color: #ec6707;
    padding: 5px 13px;
    color: white;
    font-size: 18px;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
    margin-top: 10px;
}
#banner-mobile {
	display: none;
}
.banner-novita-home {
    height: 270px;
    background-image: url(https://iperceramica.it/wcsstore/bayker/catalogo/wallart-arabesque-white-amb-zoom.jpg);
    background-position: 50% 70%;
    background-size: cover;
}
.banner-novita-home-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(70 70 70 / 50%);
    gap: 20px;
}
.title-banner-novita {
    font-size: 38px;
    color: white;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
}
.subtitle-banner-novita {
    font-size: 22px;
    color: white;
    text-shadow: -1px -1px 5px #545454;
    font-family: 'ZillaSlab_SemiBold';
}
.button-banner-novita {
    background-color: #ec6707;
    padding: 5px 13px;
    color: white;
    font-size: 18px;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
    margin-top: 10px;
}
.banner-payback-home {
    height: 100%;
    background-image: url(/images/home/box-home/de/box-home-payback.png);
    background-position: 50% 70%;
    background-size: cover;
}
.banner-payback-home-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(36 36 36 / 50%);
    gap: 20px;
}
.title-banner-payback {
    font-size: 32px;
    color: white;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
}
.subtitle-banner-payback {
    font-size: 22px;
    color: white;
    text-shadow: -1px -1px 5px #545454;
    font-family: 'ZillaSlab_SemiBold';
	text-align: center;
	padding: 0px 60px;
}
.button-banner-payback {
    background-color: #ec6707;
    padding: 5px 13px;
    color: white;
    font-size: 18px;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
    margin-top: 10px;
}
.banner-rs-bagno-home {
    height: 100%;
    background-image: url(/images/home/box-home/de/box-home-render-bathroom-service.png);
    background-position: 50% 70%;
    background-size: cover;
}
.banner-rs-bagno-home-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(36 36 36 / 50%);
    gap: 20px;
}
.title-banner-rs-bagno {
    font-size: 34px;
    color: white;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
}
.subtitle-banner-rs-bagno {
    font-size: 24px;
    color: white;
    text-shadow: -1px -1px 5px #545454;
    font-family: 'ZillaSlab_SemiBold';
    text-align: center;
    padding: 0px 110px;
}
.button-banner-rs-bagno {
    background-color: #ec6707;
    padding: 5px 13px;
    color: white;
    font-size: 18px;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
    margin-top: 10px;
}
@media screen and (max-width: 1070px) {
.subtitle-banner-rs-bagno {
    padding: 0px 45px;
}
.title-banner-payback {font-size: 32px;
    padding: 0px 25px;
    text-align: center;
    line-height: 36px;
}
.subtitle-banner-payback {
    padding: 0px 20px;
}
}
@media screen and (max-width: 930px) {
.title-banner-mega-offerte {
    font-size: 34px;
}
.title-banner-novita {
    font-size: 35px;
}
.subtitle-banner-mega-offerte {
    font-size: 20px;
}
.subtitle-banner-novita {
    font-size: 20px;
}
.title-banner-payback {
    font-size: 34px;
}
.subtitle-banner-payback {
    font-size: 20px;
}
}
@media screen and (max-width: 870px) {
.title-banner-rs-bagno {
    font-size: 32px;
    padding: 0px 30px;
    text-align: center;
    line-height: 36px;
}
}
@media screen and (max-width: 820px) {
.title-banner-mega-offerte {
    font-size: 30px;
}
.subtitle-banner-mega-offerte {
    font-size: 18px;
}
.subtitle-banner-rs-bagno {
    font-size: 22px;
    padding: 0px 20px;
}
.subtitle-banner-payback {
    font-size: 19px;
}
.button-banner-mega-offerte {
    padding: 4px 11px;
    font-size: 16px;
}
.title-banner-novita {
    font-size: 32px;
}
.subtitle-banner-novita {
    font-size: 18px;
}
}
@media screen and (max-width: 730px) {
.banner-novita-home-text {
    gap: 30px;
}
.title-banner-novita {
    font-size: 30px;
}
.subtitle-banner-novita {
    font-size: 20px;
    padding: 0px 110px;
    text-align: center;
}
.title-banner-mega-offerte {
    font-size: 30px;
    padding: 0px 25px;
    line-height: 36px;
    text-align: center;
}
.subtitle-banner-mega-offerte {
    font-size: 17px;
}
.title-banner-payback {
    font-size: 30px;
}
.subtitle-banner-payback {
    font-size: 17px;
    line-height: 22px;
}
.title-banner-rs-bagno {
    font-size: 30px;
}
.subtitle-banner-rs-bagno {
    font-size: 20px;
    padding: 0px 25px;
}
.banner-rs-bagno-home-text {
    gap: 25px;
}
.banner-payback-home-text {
    gap: 25px;
}
}
@media screen and (max-width: 650px) {
.title-banner-novita {
    font-size: 28px;
}	
.subtitle-banner-novita {
    padding: 0px 75px;
}
.subtitle-banner-rs-bagno {
    padding: 0px 5px;
}
}
@media screen and (max-width: 600px) {
#banner-mobile {
	display: inherit;
}
.title-banner-mega-offerte {
    font-size: 28px;
    line-height: 34px;
}
.subtitle-banner-mega-offerte {
    font-size: 17px;
    padding: 0px 110px;
    text-align: center;
}
.button-banner-mega-offerte {
    padding: 4px 11px;
    font-size: 15px;
    margin-top: 0px;
}
.banner-mega-offerte-home-text {
    gap: 25px;
}
.title-banner-novita {
    font-size: 32px;
    text-align: center;
    line-height: 36px;
}
.subtitle-banner-novita {
    font-size: 20px;
    text-align: center;
    padding: 0px 55px;
    line-height: 26px;
}
.button-banner-novita {
    padding: 4px 12px;
    font-size: 16px;
}
.banner-payback-home {
    height: 250px;
}
.banner-rs-bagno-home {
    height: 250px;
}
.subtitle-banner-payback {
    font-size: 18px;
    padding: 0px 20px;
}
.button-banner-payback {
    padding: 3px 10px;
    font-size: 16px;
}
.button-banner-rs-bagno {
    padding: 3px 10px;
    font-size: 16px;
}
}
@media screen and (max-width: 530px) {
.banner-mega-offerte-home {
    height: 300px;
}
.subtitle-banner-mega-offerte {
    padding: 0px 70px;
}
.title-banner-payback {
    font-size: 28px;
    padding: 0px 100px;
    text-align: center;
    line-height: 32px;
}
.subtitle-banner-payback {
    font-size: 17px;
    padding: 0px 15px;
}
}
@media screen and (max-width: 510px) {
.title-banner-novita {
    font-size: 28px;
    line-height: 34px;
}
.subtitle-banner-novita {
    font-size: 18px;
    padding: 0px 30px;
    line-height: 24px;
}
}
@media screen and (max-width: 450px) {
.subtitle-banner-mega-offerte {
    padding: 0px 30px;
}
.banner-novita-home {
    height: 300px;
}
.banner-novita-home-text {
    gap: 30px;
}
.title-banner-novita {
    font-size: 26px;
}
.subtitle-banner-novita {
    font-size: 16px;
    padding: 0px 25px;
    line-height: 22px;
}
.button-banner-novita {
    padding: 4px 10px;
    font-size: 14px;
}
.title-banner-payback {
    font-size: 26px;
    padding: 0px 30px;
}
.title-banner-rs-bagno {
    font-size: 26px;
    line-height: 31px;
}
.subtitle-banner-payback {
    font-size: 16px;
    padding: 0px 10px;
    line-height: 22px;
}
.subtitle-banner-rs-bagno {
    padding: 0px 25px;
    font-size: 18px;
}
.button-banner-payback {
    padding: 3px 10px;
    font-size: 15px;
}
.button-banner-rs-home {
    padding: 3px 10px;
    font-size: 15px;
}
}
@media screen and (max-width: 390px) {
.banner-payback-home-text {
    gap: 15px;
}
.banner-rs-bagno-home-text {
    gap: 15px;
}
.title-banner-mega-offerte {
    font-size: 25px;
    padding: 0px 10px;
    line-height: 30px;
}
.subtitle-banner-mega-offerte {
    font-size: 16px;
    padding: 0px 15px;
}
.button-banner-mega-offerte {
    padding: 3px 10px;
    font-size: 14px;
}
.banner-mega-offerte-home-text {
    gap: 30px;
}
}
@media screen and (max-width: 345px) {
.title-banner-mega-offerte {
    font-size: 22px;
    line-height: 28px;
}
.subtitle-banner-mega-offerte {
    font-size: 15px;
    line-height: 20px;
}
.title-banner-novita {
    font-size: 24px;
    line-height: 32px;
}
}
.double-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 15px;
    gap: 15px;
    height: 300px;
}
.box-novita {
    height: 100%;
    background-position: 50% 100%;
    background-size: cover;
}
.box-paint {
    height: 100%;
    background-position: 50% 100%;
    background-size: cover;
}
.box-mega-offerte {
    height: 100%;
    background-position: 50% 100%;
    background-size: cover;
}
.box-campioni {
    height: 100%;
    background-image: url(https://www.iperceramica.it/images/echantillon.png);
    background-position: 50% 80%;
    background-size: cover;
}
.double-box-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(70 70 70 / 50%);
    gap: 25px;
}
.double-box-title {
	color: white;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
    text-align: center;
}
#box-title-novita {
    font-size: 28px;
    line-height: 36px;
    padding: 0px 20px;
}
#box-title-paint {
    font-size: 28px;
    line-height: 36px;
    padding: 0px 20px;
}
#box-title-mega-offerte {
    font-size: 28px;
    line-height: 36px;
    padding: 0px 20px;
}
#box-title-campioni {
    font-size: 28px;
    line-height: 36px;
    padding: 0px 50px;
}
.double-box-subtitle {
	color: white;
    text-shadow: -1px -1px 5px #545454;
    font-family: 'ZillaSlab_SemiBold';
    text-align: center;
}
#box-subtitle-novita {
    font-size: 21px;
    padding: 0px 40px;
    line-height: 27px;
}
#box-subtitle-paint {
    font-size: 21px;
    padding: 0px 40px;
    line-height: 27px;
}
#box-subtitle-mega-offerte {
    font-size: 21px;
    padding: 0px 40px;
    line-height: 27px;
}
#box-subtitle-campioni {
    font-size: 21px;
    line-height: 28px;
    padding: 0px 55px;
}
.double-box-button {
	background-color: #ec6707;
	color: white;
	font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
}
#box-button-novita {
    padding: 6px 12px;
    font-size: 16px;
    margin-top: 5px;
}
#box-button-paint {
    padding: 6px 12px;
    font-size: 16px;
    margin-top: 5px;
}
#box-button-mega-offerte {
    padding: 6px 12px;
    font-size: 16px;
    margin-top: 5px;
}
#box-button-campioni {
    padding: 6px 12px;
    font-size: 16px;
    margin-top: 5px;
}
@media screen and (max-width: 990px) {
#box-title-novita {
    font-size: 26px;
    line-height: 34px;
}
#box-subtitle-novita {
    font-size: 18px;
    padding: 0px 30px;
    line-height: 24px;
}
#box-button-novita {
    padding: 5px 12px;
    font-size: 14px;
}
#box-title-paint {
    font-size: 26px;
    line-height: 34px;
}
#box-subtitle-paint {
    font-size: 18px;
    padding: 0px 30px;
    line-height: 24px;
}
#box-button-paint {
    padding: 5px 12px;
    font-size: 14px;
}
#box-title-mega-offerte {
    font-size: 26px;
    line-height: 34px;
}
#box-subtitle-mega-offerte {
    font-size: 18px;
    padding: 0px 30px;
    line-height: 24px;
}
#box-button-mega-offerte {
    padding: 5px 12px;
    font-size: 14px;
}
#box-title-campioni {
    font-size: 26px;
    line-height: 34px;
    padding: 0px 30px;
}
#box-subtitle-campioni {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 45px;
}
#box-button-campioni {
    padding: 5px 12px;
    font-size: 14px;
}
}
@media screen and (max-width: 840px) {
#box-subtitle-novita {
    font-size: 16px;
}
#box-subtitle-paint {
    font-size: 16px;
}
#box-subtitle-mega-offerte {
    font-size: 16px;
}
#box-subtitle-campioni {
    font-size: 16px;
}
}
@media screen and (max-width: 760px) {
.double-box-text {
    gap: 30px;
}
#box-title-novita {
    font-size: 24px;
    line-height: 32px;
}
#box-subtitle-novita {
    font-size: 15px;
    padding: 0px 10px;
    line-height: 21px;
}
#box-button-novita {
    padding: 4px 10px;
    font-size: 12px;
}
#box-title-paint {
    font-size: 24px;
    line-height: 32px;
}
#box-subtitle-paint {
    font-size: 15px;
    padding: 0px 10px;
    line-height: 21px;
}
#box-button-paint {
    padding: 4px 10px;
    font-size: 12px;
}
#box-title-mega-offerte {
    font-size: 24px;
    line-height: 32px;
}
#box-subtitle-mega-offerte {
    font-size: 15px;
    padding: 0px 10px;
    line-height: 21px;
}
#box-button-mega-offerte {
    padding: 4px 10px;
    font-size: 12px;
}
#box-title-campioni {
    font-size: 24px;
    line-height: 32px;
}
#box-subtitle-campioni {
    font-size: 15px;
    line-height: 21px;
    padding: 0px 20px;
}
#box-button-campioni {
    padding: 4px 10px;
	font-size: 12px;
}
}
@media screen and (max-width: 660px) {
#box-title-mega-offerte {
    padding: 0px 5px;
}
}
@media screen and (max-width: 600px) {
#box-title-mega-offerte {
    font-size: 20px;
    line-height: 24px;
}
#box-title-novita {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 5px;
}
#box-title-paint {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 5px;
}
#box-subtitle-mega-offerte {
    padding: 0px 20px;
}
}
@media screen and (max-width: 600px) {
.double-box {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: unset;
    height: 100%;
}
.double-box-text {
    gap: 20px;
}
#box-title-mega-offerte {
    font-size: 24px;
    line-height: 32px;
    padding: 0px 20px;
}
#box-subtitle-mega-offerte {
    font-size: 17px;
    padding: 0px 55px;
    line-height: 22px;
}
#box-title-novita {
    font-size: 24px;
    line-height: 32px;
    padding: 0px 30px;
}
#box-subtitle-novita {
    font-size: 17px;
    padding: 0px 20px;
    line-height: 22px;
}
#box-button-novita {
    font-size: 13px;
}
#box-title-paint {
    font-size: 24px;
    line-height: 32px;
    padding: 0px 30px;
}
#box-subtitle-paint {
    font-size: 17px;
    padding: 0px 20px;
    line-height: 22px;
}
#box-button-paint {
    font-size: 13px;
}
#box-button-mega-offerte {
    font-size: 13px;
}
}
@media screen and (max-width: 420px) {
#box-title-novita {
    font-size: 21px;
    line-height: 27px;
}
#box-title-paint {
    font-size: 21px;
    line-height: 27px;
}
#box-title-mega-offerte {
    font-size: 21px;
    line-height: 27px;
}
#box-subtitle-mega-offerte {
    font-size: 15px;
    padding: 0px 40px;
    line-height: 22px;
}
#box-subtitle-novita {
    font-size: 15px;
    padding: 0px 20px;
    line-height: 22px;
}
#box-subtitle-paint {
    font-size: 15px;
    padding: 0px 20px;
    line-height: 22px;
}
}
@media screen and (max-width: 360px) {
#box-title-mega-offerte {
    font-size: 19px;
    line-height: 25px;
}
#box-title-novita {
    font-size: 19px;
    line-height: 25px;
}
#box-title-paint {
    font-size: 19px;
    line-height: 25px;
}
#box-subtitle-mega-offerte {
    padding: 0px 20px;
}
#box-subtitle-novita {
    padding: 0px 5px;
}
}
.new-banner2 {
	display: grid;
	max-width: 1140px;
	background-color: transparent;
	margin: 15px;
	justify-content: center;
}
.flex-new-banner2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.container-box-new-banner2 {
	display: grid;
	column-gap: 25px;
	grid-template-columns: auto auto auto;
	justify-content: center;
}
.title-new-banner2 {
    font-family: 'ZillaSlab_SemiBold';
    font-size: 34px;
    text-align: center;
}
.box-new-banner2 {
	display: grid;
	grid-template-rows: auto 90px;
	background-color: white;
	height: 340px;
	width: 360px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.text-box-new-banner2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.title-box-new-banner2 {
    font-size: 18px;
    font-family: 'ZillaSlab_SemiBold';
    text-align: center;
}
.title-box-new-banner2:hover {
color: #ec6707;
}
.subtitle-box-new-banner2 {
    font-size: 16px;
    text-align: center;
    padding: 0px 10px;
    line-height: 20px;
}
.text-bottom-new-banner2 {
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
}
.text-bottom-new-banner2 span:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1145px) {
.box-new-banner2 {
width: 30vw;
}
}
@media screen and (max-width: 1110px) {
.container-box-new-banner2 {
	column-gap: 15px;
}
.box-new-banner2 {
	width: 31vw;
}
.subtitle-box-new-banner2 {
    padding: 0px 5px;
}
}
@media screen and (max-width: 1045px) {
.title-new-banner2 {
	font-size: 30px;
}
.title-box-new-banner2 {
    font-size: 17px;
}
.subtitle-box-new-banner2 {
    font-size: 15px;
}
}
@media screen and (max-width: 945px) {
.title-box-new-banner2 {
    font-size: 16px;
}
.subtitle-box-new-banner2 {
    font-size: 14px;
    line-height: 18px;
}
.text-box-new-banner2 {
    gap: 5px;
}
}
@media screen and (max-width: 900px) {
.title-new-banner2 {
	font-size: 28px;
}
.box-new-banner2 {
	height: 300px;
}
.text-bottom-new-banner2 {
    font-size: 22px;
    padding-top: 10px;
}
#subtitle-box-new-banner2-spc {
    font-size: 13px;
}
.title-box-new-banner2 {
    font-size: 15px;
}
}
@media screen and (max-width: 830px) {
.box-new-banner2 {
    height: 280px;
	grid-template-rows: auto 100px;
}
}
@media screen and (max-width: 750px) {
.title-box-new-banner2 {
    font-size: 14px;
}
.subtitle-box-new-banner2 {
    font-size: 13px;
    line-height: 17px;
}
}
@media screen and (max-width: 730px) {
.subtitle-box-new-banner2 {
    font-size: 12px;
    line-height: 16px;
}
.container-box-new-banner2 {
    column-gap: 12px;
}
.title-new-banner2 {
    font-size: 24px;
}
.text-bottom-new-banner2 {
    font-size: 20px;
    padding-top: 5px;
}
}
@media screen and (max-width: 690px) {
.container-box-new-banner2 {
	grid-template-columns: unset;
	grid-template-rows: auto auto auto;
	row-gap: 30px;
}
.box-new-banner2 {
	grid-template-rows: auto 90px;
	height: 280px;
	width: 93vw;
}
.title-box-new-banner2 {
    font-size: 20px;
}
.subtitle-box-new-banner2 {
    font-size: 18px;
    line-height: 24px;
}
#subtitle-box-new-banner2-spc {
    font-size: 18px;
    line-height: 24px;
}
.title-new-banner2 {
    font-size: 26px;
}
.text-bottom-new-banner2 {
    font-size: 24px;
    padding-top: 15px;
}
}
@media screen and (max-width: 500px) {
.subtitle-box-new-banner2 {
    font-size: 16px;
    line-height: 22px;
}
#subtitle-box-new-banner2-spc {
    font-size: 16px;
    line-height: 22px;
}
.text-bottom-new-banner2 {
    font-size: 22px;
    padding-top: 13px;
}
}
@media screen and (max-width: 450px) {
.title-new-banner2 {
    font-size: 24px;
}
.text-box-new-banner2 {
    gap: 4px;
}
.text-bottom-new-banner2 {
    font-size: 20px;
}
.box-new-banner2 {
    grid-template-rows: auto 100px;
}
}
@media screen and (max-width: 370px) {
.title-box-new-banner2 {
    font-size: 18px;
}
.text-bottom-new-banner2 {
    font-size: 20px;
    padding-top: 10px;
}
#subtitle-box-new-banner2-spc {
    font-size: 15px;
    line-height: 21px;
}
.subtitle-box-new-banner2 {
    font-size: 15px;
    line-height: 21px;
}
.title-new-banner2 {
    font-size: 22px;
}
}
.box-grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	padding: 15px 15px 0px 15px;
}
.box-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 0px 15px;
}
.box-grid3-item,.box-grid2-item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
}
#grid2-box-lavora-con-noi {
	background-image: url(/images/home/box-home/fr/rejoignez-nos-equipes.jpg);
	background-size: cover;
	background-position: center center;
}
#grid2-box-ambienti {
    background-image: url(/images/home/box-home/it/box-home-ambienti-tag-v3.png);
    background-size: cover;
    background-position: bottom right;
}
#grid3-box-tendenze {
	background-image: url(/wcsstore/bayker/catalogo/wallart-jasmine-ivory-amb-zoom.jpg);
	background-size: cover;
	background-position: center center;
}
#grid3-box-guide {
    background-image: url(/immagini/catalogo/mensola-oxygen-140-lavabo-appoggio-antracite-zoom.jpg);
    background-size: cover;
    background-position: bottom center;
}
#grid2-box-tendenze {
	background-image: url(/wcsstore/bayker/catalogo/wallart-jasmine-ivory-amb-zoom.jpg);
	background-size: cover;
	background-position: center center;
}
#grid3-box-ambienti {
	background-image: url(/images/home/box-home/it/box-home-ambienti-tag-v3.png);
	background-size: cover;
	background-position: bottom right;
}
#grid3-box-lavora-con-noi {
    background-image: url(/images/home/box-home/de/box-home-de-arbeite-mit-uns.jpg);
    background-size: cover;
	background-position: 100% 20%;
}
#grid3-box-render-3d {
	background-image: url(/wcsstore/bayker/catalogo/ocean-blue-amb-zoom.jpg);
	background-position: center right;
	background-size: cover;
}
.grid2-box-text,.grid3-box-text {
    color: white;
    background-color: #ec6707;
    margin-bottom: 25px;
    padding: 10px 20px;
    border-radius: 40px;
    font-family: 'ZillaSlab_SemiBold';
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 930px) {
.box-grid3-item,.box-grid2-item {
	height: 250px;
}
.grid2-box-text,.grid3-box-text {
    padding: 8px 15px;
    font-size: 15px;
}
}
@media screen and (max-width: 800px) {
.box-grid3-item,.box-grid2-item {
	height: 200px;
}
.grid2-box-text, .grid3-box-text {
    padding: 7px 12px;
    font-size: 14px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 700px) {
.box-grid3 {
    column-gap: 10px;
    padding: 10px 15px 0px 15px;
}
.box-grid2 {
    gap: 10px;
}
.box-grid3-item, .box-grid2-item {
    height: 180px;
}
.grid2-box-text, .grid3-box-text {
    padding: 6px 11px;
    font-size: 13px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 600px) {
.box-grid3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
#grid3-box-negozio {
    background-position: top;
}
.grid2-box-text, .grid3-box-text {
    padding: 8px 15px;
    font-size: 15px;
}
#box-grid3-desktop {
	display: none;
}
}
@media screen and (max-width: 550px) {
.grid2-box-text, .grid3-box-text {
    padding: 6px 12px;
    font-size: 14px;
}
}
@media screen and (max-width: 500px) {
.box-grid2 {
    grid-template-columns: unset;
}
}
@media screen and (max-width: 450px) {
.box-grid3-item, .box-grid2-item {
    height: 180px;
}
}
.icone-servizi-home-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    font-family: 'ZillaSlab_Bold';
    font-size: 16px;
    justify-items: center;
    margin: 0px 15px 20px 15px;
}
.icone-servizi-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.icone-servizi-home p:hover {
    text-decoration: underline;
}
#icon-servizi-mobile {
	display: none;
}
@media screen and (max-width: 1280px) {
.icone-servizi-home-grid {
    margin: 12px 15px 20px 15px;
}
}
@media screen and (max-width: 900px) {
.icone-servizi-home-grid {
    font-size: 15px;
}
.icone-servizi-home i {
    font-size: 18px;
}
.icone-servizi-home {
    gap: 5px;
}
}
@media screen and (max-width: 800px) {
.icone-servizi-home-grid {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    font-size: 16px;
    justify-items: start;
    justify-content: space-around;
    row-gap: 15px;
}
.icone-servizi-home {
    gap: 10px;
}
}
@media screen and (max-width: 600px) {
#icon-servizi-desktop {
	display: none;
}
#icon-servizi-mobile {
	display: inherit;
}
}
@media screen and (max-width: 500px) {
.icone-servizi-home-grid {
    font-family: 'ZillaSlab_SemiBold';
    font-size: 15px;
}
.icone-servizi-home i {
    font-size: 16px;
}
}
@media screen and (max-width: 450px) {
.icone-servizi-home-grid {
    font-size: 14px;
}
.icone-servizi-home {
    gap: 5px;
}
.icone-servizi-home i {
    font-size: 15px;
}
}
@media screen and (max-width: 400px) {
.icone-servizi-home-grid {
    font-size: 13px;
}
}
@media screen and (max-width: 380px) {
.icone-servizi-home-grid {
    font-size: 12px;
}
.icone-servizi-home i {
    font-size: 13px;
}
}
@media screen and (max-width: 355px) {
.icone-servizi-home-grid {
    font-size: 11px;
}
.icone-servizi-home i {
    font-size: 12px;
}
.icone-servizi-home {
    gap: 3px;
}
}