#zip-info-bar{
	display:none !important;
}
#order-shipping-methods.fv-no-zip > div:not(.fv-zip-message) {
  display: none !important;
}
.fv-zip-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  font-weight:500;
  padding:2rem;
}

body #fvstudio-overlay .fvstudio-popup{
	position:fixed !important;
	top:0 !important;
	right:0;
	left:auto !important;
	width:30% !important;
	height:100vh!important;
	max-height:100vh !important;
	min-width:430px;
	background-color:var(--master-color-white);
	border-radius:0 !important;
	.fvstudio-popup_header{
		margin: 0 !important;
		padding: 2rem;
		background-color: var(--master-color-primary);
		text-align: left;
		border-radius:0 !important;
		h3{
			color: var(--master-color-white);
			font-size: 14px;
			font-weight: 600;
			line-height:1.5;
			text-transform: None;
		}
		.fvstudio-popup_close{
			font-size:0px;
			opacity:1;
			&::before {
				content: "\e912";
		    font-family: "shoptet" !important; /* Přidáno !important pro jistotu */
		    font-style: normal;
		    font-variant: normal;
		    font-weight: 400;
		    font-size: 20px;
		    position: absolute;
		    left: 0;
		    top: 0;
		    width: 100%;
		    text-align: center;
		    text-indent: 0;
			}
		}
	}
	.fvstudio-popup_content{
		background-color:var(--master-color-white);
		text-align:left !important;
		.zip-check{
			p{
				text-align:left !important;
			}
			.alert{
				padding:2rem 1rem 1rem 1rem;
				border-radius:0;
				line-height:1.5;
				&.alert-warning p{
					margin-bottom:0;
					font-weight:500;
				}
				span{
					padding-bottom:1rem;
					font-weight:500;
					font-size:18px;
				}
				div{
					width:100%;
					a{
						width:100%;
						font-weight:500;
					}
				}
			}
			form{
				.form-container{
					display:flex;
					flex-direction:column;
					max-width:100%;
					width:100%;
					align-items:start !important;
					label{
						padding-bottom:5px;
						font-weight:500;
					}
				}
				button{
					width:100%;
					font-weight:500;
				}
			}
		}
	}
	@media screen and (max-width: 767px) {
		top: auto !important;
		right: auto !important;
		left:2% !important;
		width:96% !important;
		max-width:96% !important;
		min-width: unset !important;
		height:65vh !important;
		bottom:0 !important;
		z-index:10000000000;
		.fvstudio-popup_close{
			right:35px;
		}
	}
}