/* Zvetseni Loga bez deformace */
.site-name img {
    transform: scale(3.8);
    transform-origin: left center;
}

.site-name {
    overflow: visible;
}

/* vyhledavaci tlacitko cerne */
.btn.btn-default, a.btn.btn-default {
    background-color: #11111f;
}

/* pozadi pro sirsi monitory s gradientem (zmena barvy zezhora dolu) */
html, body{
    min-height:100%;
    background: linear-gradient(to bottom, #FFFFFF, #0f5885);
    background-repeat:no-repeat;
    background-attachment:fixed;
}
#header {
    background: linear-gradient(to bottom, #FFFFFF, #0f5885);
    background-image: none;
    border-color: var(--colors-foregrounds-borders-secondary);
}

/* cely tento style je uprava vzhledu produktu */
.product{
    transition:all 0.25s ease;
}

.product .p{
    border-radius:12px;
    background:#ffffff;
    box-shadow:0 3px 10px rgba(0,0,0,0.06);
    padding:12px;
    transition:all 0.25s ease;
}

/* hover efekt */
.product:hover .p{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

/* obrázek produktu */
.product .image img{
    border-radius:8px;
}

/* název produktu */
.product .name{
    font-weight:600;
    font-size:15px;
}

/* cena */
.price-final strong{
    font-size:18px;
    color:#1d4fa3;
}

/* tlačítko košíku */
.btn-cart{
    border-radius:8px;
    font-weight:600;
}

/* zmenseni spodniho loga */
@media (min-width: 1200px) {
    .footer-rows .site-name a img {
        max-height: 55px;
    }
}

.homepage-box.welcome-wrapper{
display:none;
}

/* menu an tlefon nad produkty */
.homepage-categories{
display:grid;
grid-template-columns: repeat(auto-fit,minmax(110px,1fr));
gap:8px;
margin:15px 0;
}

.homepage-categories .cat{
background:#FFF;
border-radius:8px;
padding:10px;
text-align:center;
text-decoration:none;
color:#222;
box-shadow:0 8px 18px rgba(0,0,0,0.15);
transition:transform .2s, box-shadow .2s;
}

.homepage-categories .cat:hover{
transform:translateY(-2px);
}

.homepage-categories span{
font-size:24px;
display:block;
margin-bottom:3px;
}

.homepage-categories p{
margin:0;
font-weight:600;
font-size:12px;
line-height:1.2;
}

/* napis 30 let */
.search{
position:relative;
}

.search:after{
content:"Jsme s Vámi již 30 let...";
position:absolute;
left:120%;
top:50%;
transform:translateY(-50%);
font-size:14px;
color:#444;
white-space:nowrap;
}

/* slogan pod logo */
.site-name:after{
content:"|Velkoobchod s hygienou a obaly";
font-size:14px;
margin-left:40px;
color:#666;
font-weight:400;
}

@media (max-width:768px){
.site-name:after{
display:none;
}
}

footer .site-name:after{
display:none;
}

/* tlacitko prihlaseni */
.top-nav-button-login{
    background:#1076b7;
    color:#fff;
    padding:6px 14px;
    border-radius:6px;
    border:none;
    font-weight:600;
    transition:all 0.2s ease;
}

/* hover efekt */
.top-nav-button-login:hover{
    background:#0d5f94;
    transform:translateY(-1px);
}

/* jemný stín */
.top-nav-button-login:active{
    transform:translateY(0);
}
.top-nav-button-login span{
    display:flex;
    align-items:center;
    gap:6px;
}

.top-nav-button-login span::before{
    content:"";
    width:16px;
    height:16px;
    display:inline-block;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E") no-repeat center;
    background-size:contain;
}

@media (min-width:1024px){

.top-navigation-bar{
    padding-top:8px;
    padding-bottom:8px;
}

.top-navigation-bar .container{
    align-items:center;
}

}

@media (min-width: 768px) {
    .top-navigation-bar {
        font-size: 16px;
    }
}

.top-navigation-contacts{
    font-weight:600;
}

.project-phone{
    font-size:15px;
}

.project-email{
    font-size:15px;
    color:#333;
}

.project-phone span,
.project-email span{
    padding-left:6px;
}

#signature,
#signature *{
    display:none !important;
}

.navigation-in {
    font-size: 16.3px;
    line-height: 14px;
}

.homepage-box.before-carousel,
.before-carousel,
.before-carousel .content-wrapper-in,
.before-carousel .container,
.before-carousel .banners-row,
.before-carousel .wide-carousel,
#carousel,
#carousel .carousel-inner,
#carousel .item {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.homepage-box.before-carousel {
  padding: 0 !important;
  margin-top: 20px !important;
}

#carousel .carousel-inner {
  min-height: 0 !important;
}

#carousel .item img {
  width: 100%;
  height: 360px !important;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

#carousel .carousel-control.left,
#carousel .carousel-control.right {
  max-height: 360px !important;
  width: 52px;
  opacity: 1;
}

#carousel .carousel-control.left::before,
#carousel .carousel-control.right::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background: rgba(16, 118, 183, 0.92);
  border-radius: 50%;
}

#carousel .carousel-control.left::before {
  left: 4px;
}

#carousel .carousel-control.right::before {
  right: 4px;
}

#carousel .carousel-control.left::after,
#carousel .carousel-control.right::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
}

#carousel .carousel-control.left::after {
  left: 21px;
  transform: rotate(-135deg);
}

#carousel .carousel-control.right::after {
  right: 21px;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .homepage-box.before-carousel {
    margin-top: 12px !important;
  }

  #carousel .item img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 10px;
    background: #f5f5f5;
  }

  #carousel .carousel-control.left,
  #carousel .carousel-control.right {
    max-height: 100% !important;
    width: 40px;
  }

  #carousel .carousel-control.left::before,
  #carousel .carousel-control.right::before {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }

  #carousel .carousel-control.left::after,
  #carousel .carousel-control.right::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }

  #carousel .carousel-control.left::after {
    left: 16px;
  }

  #carousel .carousel-control.right::after {
    right: 16px;
  }
}
