.free-gift{
 display:flex;
 flex-wrap:wrap
}

.free-product-gifts-wrapper{
 order:1;
 width:100%
}

.free-gift>.h4{
 order:2;
 display:block!important;
 width:100%;
 box-sizing:border-box;
 margin:12px 0;
 padding:10px;
 border:1px solid #54b932;
 background:#f7fff4;
 text-align:center;
 font-size:0
}

.free-gift>.h4:after{
 content:"Vyberte si svoj dar\00010Dek k n\0000E1kupu";
 font-size:16px
}

.free-gifts-wrapper{
 order:3;
 width:100%
}
.free-product-gifts .free-gift-info{
 font-size:0
}

.free-product-gifts .free-gift-info:after{
 content:"DAR\00010CEK K PRODUKTU";
 font-size:14px
}
.gift-modal{
 position:fixed;
 inset:0;
 z-index:99999;
 display:none;
 align-items:center;
 justify-content:center;
 padding:20px;
 background:rgba(0,0,0,.55)
}

.gift-modal.show{
 display:flex
}

.gift-modal-box{
 width:100%;
 max-width:390px;
 box-sizing:border-box;
 padding:30px 25px 24px;
 border-radius:14px;
 background:#fff;
 box-shadow:0 15px 50px rgba(0,0,0,.3);
 text-align:center
}

.gift-modal-title{
 margin:0;
 color:#222;
 font-size:21px;
 font-weight:700;
 line-height:1.35
}

.gift-modal-icon{
 margin:15px 0;
 font-size:55px;
 line-height:1
}

.gift-modal-button{
 min-width:150px;
 padding:11px 25px;
 border:0;
 border-radius:7px;
 background:#54b932;
 color:#fff;
 font-size:16px;
 font-weight:700;
 cursor:pointer
}

.gift-modal-button:hover{
 background:#429a26
}
.gift-modal{
 position:fixed!important;
 top:0!important;
 right:0!important;
 bottom:0!important;
 left:0!important
}

.gift-modal-box{
 position:absolute!important;
 top:50%!important;
 left:50%!important;
 margin:0!important;
 transform:translate(-50%,-50%)!important
}
.news-block .news-item .image{
 display:block!important;
 width:100%!important;
 height:190px!important;
 overflow:hidden;
 background:#fff
}

.news-block .news-item .image a{
 display:block;
 width:100%;
 height:100%
}

.news-block .news-item .image img{
 display:block;
 width:100%!important;
 height:100%!important;
 object-fit:cover!important;
 object-position:center!important
}