

/* =====================================================
   HOMEPAGE BANNERS
===================================================== */


/* Desktop jemné vylepšení, mobil necháváme Shoptetu */

/* =====================================================
   HOMEPAGE BANNERS
===================================================== */

.small-banner {
  display: flex;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}

.icon-box {
  flex-shrink: 0;
  margin-right: 20px;
}

.desc-box {
  flex-grow: 1;
}

/* Desktop vylepšení */
@media (min-width: 769px) {
  .small-banner {
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  .small-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0,0,0,.10);
    border-color: rgba(228,38,23,.25);
  }

  .icon-box {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-box img {
    width: 31px;
    height: 31px;
  }

  .desc-box h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 4px;
    color: #222;
  }

  .desc-box p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
    color: #555;
  }
}

/* =====================================================
   CART / KOŠÍK
===================================================== */

/* Košík - pravý help box */
.cart-content > h2.h4 {
  color: #ffffff !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  transform: translateY(17px);
}

.cart-content > h2.h4::after {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* email / kontakt pod nadpisem */
.cart-content > .cart-help,
.cart-content > .cart-help *,
.cart-content > .cart-help .contact-box,
.cart-content > .cart-help .contact-box * {
  color: #ffffff !important;
  text-align: center !important;
}


/* =====================================================
   PRODUCT FLAGS / ŠTÍTKY
===================================================== */

/* Black Friday */
.flags .flag.flag-custom1,
.p-detail .flags .flag.flag-custom1,
.products .flags .flag.flag-custom1,
.listing .flags .flag.flag-custom1 {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  font-size: 1em !important;
  border-radius: 4px !important;
}

.flags .flag.flag-custom1 span {
  color: #FFD700 !important;
}

/* Tip na dárek */
.flags .flag.flag-tip-na-darek,
.p-detail .flags .flag.flag-tip-na-darek,
.products .flags .flag.flag-tip-na-darek,
.listing .flags .flag.flag-tip-na-darek {
  background: #0f8a29 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  font-size: 1em !important;
  border-radius: 4px !important;
}

/* Akce */
.flags .flag.flag-action,
.p-detail .flags .flag.flag-action,
.products .flags .flag.flag-action,
.listing .flags .flag.flag-action {
  background: #e42617 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 0.9em !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  padding: 4px 10px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
}

/* =====================================================
   FOOTER
===================================================== */

/* Schování Shoptet loga */
.podpis {
    display: none !important;
}

img[src="https://cdn.myshoptet.com/prj/dist/master/cms/img/common/logo/shoptetLogo.svg"] {
    display: none !important;
}

/* Nadpisy */
#footer h3 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
    margin: 0 0 25px !important;
}

#footer h4,
#footer h5,
#footer h6 {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.45 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

#footer h4::before,
#footer h5::before,
#footer h6::before,
#footer h4::after,
#footer h5::after,
#footer h6::after {
    display: none !important;
    content: none !important;
}

/* Mobil */
@media (max-width:767px){

    #footer{
        padding-top:20px!important;
    }

    #footer h3{
        font-size:18px!important;
        margin-bottom:14px!important;
    }

    #footer h4,
    #footer h5,
    #footer h6{
        font-size:14px!important;
        margin-bottom:8px!important;
    }

    #footer .footer-box,
    #footer .footer-links,
    #footer .site-footer-section,
    #footer .custom-footer > div{
        margin-bottom:22px!important;
    }

}

/* =====================================================
   MENU
===================================================== */

/* Jen Pánské a Dámské v menu Oblečení */
#navigation .menu-item-724 .menu-item-900 > div > ul.menu-level-3,
#navigation .menu-item-724 .menu-item-903 > div > ul.menu-level-3 {
    display: none !important;
}

/* =====================================================
   NEWSLETTER
===================================================== */

.afg-newsletter{
  background:#f5f5f5!important;
  padding:50px 20px 55px!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:60px!important;
  align-items:center!important;
}

.afg-newsletter .newsletter-header,
.afg-newsletter form{
  max-width:560px!important;
}

.afg-newsletter .newsletter-header{
  justify-self:end!important;
  position:relative!important;
  padding-left:70px!important;
}

.afg-newsletter form{
  justify-self:start!important;
  width:100%!important;
}

.afg-newsletter h3{
  color:#111!important;
  font-size:34px!important;
  line-height:1.25!important;
  font-weight:800!important;
  margin:0 0 12px!important;
  text-transform:none!important;
}

.afg-newsletter h3:before{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:50px;
  height:50px;
  border:2px solid #ed1c16;
  border-radius:50%;
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23ed1c16' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 7 9-7'/%3E%3C/svg%3E") center/26px 26px no-repeat;
}

.afg-newsletter h3:after{
  content:"Získejte informace o novinkách, speciálních nabídkách a golfových tipech jako první.";
  display:block!important;
  background:none!important;
  margin-top:14px!important;
  max-width:500px!important;
  color:#333!important;
  font-size:16px!important;
  line-height:1.6!important;
  font-weight:400!important;
}

.afg-newsletter fieldset{
  margin:0!important;
  padding:0!important;
  border:0!important;
}

.afg-newsletter br,
.afg-newsletter .no-display{
  display:none!important;
}

.afg-newsletter-line{
  display:flex!important;
  width:100%!important;
  max-width:620px!important;
}

.afg-newsletter-line .validator-msg-holder{
  flex:1 1 auto!important;
}

.afg-newsletter-line input[type=email]{
  width:100%!important;
  height:58px!important;
  margin:0!important;
  border:1px solid #d8d8d8!important;
  border-right:0!important;
  border-radius:4px 0 0 4px!important;
  padding:0 20px!important;
  font-size:15px!important;
}

.afg-newsletter-line button{
  flex:0 0 190px!important;
  height:58px!important;
  margin:0!important;
  border:0!important;
  border-radius:0 4px 4px 0!important;
  background:#ed1c16!important;
  color:#fff!important;
  font-weight:700!important;
}

.afg-newsletter-line button:before{
  content:"Přihlásit se";
}

.afg-newsletter-line button span{
  display:none!important;
}

.afg-newsletter .consents-first{
  max-width:620px!important;
  margin:14px 0 0!important;
  color:#777!important;
  font-size:13px!important;
}

@media(max-width:768px){
  .afg-newsletter{
    display:block!important;
    padding:42px 20px!important;
  }

  .afg-newsletter .newsletter-header{
    padding-left:0!important;
    margin-bottom:20px!important;
  }

  .afg-newsletter h3:before{
    display:none!important;
  }

  .afg-newsletter h3{
    font-size:23px!important;
  }

  .afg-newsletter-line{
    display:block!important;
  }

  .afg-newsletter-line input[type=email],
  .afg-newsletter-line button{
    width:100%!important;
    border-radius:4px!important;
  }

  .afg-newsletter-line button{
    margin-top:10px!important;
  }
}
