/* =========================================================
   W PRODUCTION – GLOBÁLNA PÄTIČKA
========================================================= */

.wrGlobalFooter,
.wrGlobalFooter * {
  box-sizing: border-box;
}

.wrGlobalFooter {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #171717;
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.wrGlobalFooter a {
  color: inherit;
  text-decoration: none;
}

/* CTA SEKCIA */

.wrFooterCta {
  padding: clamp(70px, 8vw, 125px) clamp(20px, 5vw, 72px);
  background: #f3f3f1;
  border-top: 1px solid #e7e7e4;
}

.wrFooterCtaInner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.wrFooterCtaContent {
  max-width: 850px;
}

.wrFooterEyebrow {
  display: block;
  margin: 0 0 22px;
  color: #d71920;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wrFooterCta h2 {
  margin: 0;
  max-width: 900px;
  color: #171717;
  font-size: clamp(40px, 5.2vw, 82px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.wrFooterCta p {
  max-width: 700px;
  margin: 30px 0 0;
  color: #626262;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400;
  line-height: 1.65;
}

.wrFooterCtaActions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 245px;
}

.wrFooterButton {
  min-height: 56px;
  padding: 16px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.wrFooterButtonPrimary {
  background: #d71920;
  color: #ffffff !important;
  border-color: #d71920;
}

.wrFooterButtonSecondary {
  background: transparent;
  color: #171717 !important;
  border-color: #b8b8b4;
}
/* =========================================================
   HLAVNÁ ČASŤ PÄTIČKY
========================================================= */

.wrFooterMain {
  padding: clamp(68px, 7vw, 105px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.wrFooterMainInner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(280px, 1.65fr)
    1fr
    1.35fr
    1.15fr;
  gap: clamp(35px, 5vw, 90px);
}

.wrFooterBrand {
  max-width: 420px;
}

.wrFooterLogo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
}

.wrFooterLogoW {
  color: #d71920;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.07em;
}

.wrFooterLogoText {
  color: #171717;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.wrFooterBrand > p {
  margin: 0;
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.wrFooterColumn h3 {
  margin: 3px 0 25px;
  color: #171717;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wrFooterColumn nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.wrFooterColumn nav a {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.wrFooterColumn nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #d71920;
  transition: width 0.25s ease;
}

.wrFooterColumn nav a:hover {
  color: #171717;
}

.wrFooterColumn nav a:hover::after {
  width: 100%;
}


/* =========================================================
   KONTAKT
========================================================= */

.wrFooterContact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wrFooterContact > a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
  color: #171717;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.wrFooterContact > a span {
  color: #919191;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wrFooterContact > a:hover {
  color: #d71920;
}


/* =========================================================
   SOCIÁLNE SIETE
========================================================= */

.wrFooterSocials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.wrFooterSocials a {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfdfdc;
  border-radius: 50%;
  background: #ffffff;
  color: #252525;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.wrFooterSocials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.wrFooterSocials a:hover {
  color: #ffffff;
  background: #d71920;
  border-color: #d71920;
  transform: translateY(-3px);
}
/* =========================================================
   SPODNÝ PÁS
========================================================= */

.wrFooterBottom{
    padding:0 clamp(20px,5vw,72px);
    background:#ffffff;
}

.wrFooterBottomInner{
    width:100%;
    max-width:1480px;
    margin:0 auto;
    min-height:86px;
    padding:24px 0;
    border-top:1px solid #e8e8e5;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.wrFooterBottom p{
    margin:0;
    color:#8b8b8b;
    font-size:12px;
    font-weight:500;
    line-height:1.5;
}

.wrFooterBottom nav{
    display:flex;
    align-items:center;
    gap:24px;
    flex-wrap:wrap;
}

.wrFooterBottom nav a{
    color:#777;
    font-size:12px;
    font-weight:600;
    transition:.25s;
}

.wrFooterBottom nav a:hover{
    color:#d71920;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1100px){

    .wrFooterCtaInner{
        flex-direction:column;
        align-items:flex-start;
        gap:40px;
    }

    .wrFooterCtaActions{
        flex-direction:row;
        width:100%;
        max-width:520px;
    }

    .wrFooterButton{
        flex:1;
    }

    .wrFooterMainInner{
        grid-template-columns:1.4fr 1fr 1fr;
    }

    .wrFooterBrand{
        grid-column:1/-1;
        max-width:700px;
    }

}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width:768px){

    .wrFooterCta{
        padding:70px 22px;
    }

    .wrFooterCta h2{
        font-size:44px;
        line-height:1;
    }

    .wrFooterCtaActions{
        flex-direction:column;
        width:100%;
        max-width:none;
    }

    .wrFooterButton{
        width:100%;
    }

    .wrFooterMain{
        padding:65px 22px 55px;
    }

    .wrFooterMainInner{
        grid-template-columns:1fr;
        gap:45px;
    }

    .wrFooterBrand{
        max-width:none;
    }

    .wrFooterColumn{
        padding-bottom:28px;
        border-bottom:1px solid #ececec;
    }

    .wrFooterContact{
        border-bottom:none;
        padding-bottom:0;
    }

    .wrFooterBottom{
        padding:0 22px;
    }

    .wrFooterBottomInner{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
        padding:28px 0;
    }

    .wrFooterBottom nav{
        gap:16px;
    }

}


/* =========================================================
   HOVER
========================================================= */

.wrFooterButton,
.wrFooterSocials a,
.wrFooterColumn nav a,
.wrFooterContact a{
    transition:all .25s ease;
}
/* =========================================================
   W PRODUCTION FOOTER – OPRAVA ROZLOŽENIA PRE SHOPTET
========================================================= */

.wrGlobalFooter {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  clear: both !important;
}

.wrGlobalFooter .wrFooterCtaInner {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
}

.wrGlobalFooter .wrFooterCtaContent {
  width: auto !important;
  max-width: 850px !important;
  flex: 1 1 auto !important;
}

.wrGlobalFooter .wrFooterCtaActions {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 245px !important;
  width: 245px !important;
}

.wrGlobalFooter .wrFooterMainInner {
  display: grid !important;
  grid-template-columns:
    minmax(290px, 1.6fr)
    minmax(150px, 0.8fr)
    minmax(230px, 1.2fr)
    minmax(210px, 1fr) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  gap: clamp(35px, 4vw, 75px) !important;
}

.wrGlobalFooter .wrFooterBrand,
.wrGlobalFooter .wrFooterColumn,
.wrGlobalFooter .wrFooterContact {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

.wrGlobalFooter .wrFooterBrand {
  max-width: 410px !important;
}

.wrGlobalFooter .wrFooterColumn nav {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 15px !important;
}

.wrGlobalFooter .wrFooterColumn nav a,
.wrGlobalFooter .wrFooterContact > a {
  display: flex !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wrGlobalFooter .wrFooterContact {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.wrGlobalFooter .wrFooterSocials {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

.wrGlobalFooter .wrFooterBottomInner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
}

.wrGlobalFooter .wrFooterBottom nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
}


/* TABLET */

@media (max-width: 1100px) {

  .wrGlobalFooter .wrFooterCtaInner {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .wrGlobalFooter .wrFooterCtaActions {
    flex-direction: row !important;
    width: 100% !important;
    max-width: 520px !important;
    flex-basis: auto !important;
  }

  .wrGlobalFooter .wrFooterMainInner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wrGlobalFooter .wrFooterBrand {
    grid-column: 1 / -1 !important;
    max-width: 700px !important;
  }
}


/* MOBIL */

@media (max-width: 700px) {

  .wrGlobalFooter .wrFooterCtaInner {
    flex-direction: column !important;
  }

  .wrGlobalFooter .wrFooterCtaActions {
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
  }

  .wrGlobalFooter .wrFooterMainInner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .wrGlobalFooter .wrFooterBrand {
    grid-column: auto !important;
  }

  .wrGlobalFooter .wrFooterBottomInner {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .wrGlobalFooter .wrFooterBottom nav {
    justify-content: flex-start !important;
  }
}
/* Skryť pôvodnú Shoptet pätičku */

#footer{
    display:none !important;
}
.wrFooterLogoImage{
    display:block;
    width:220px;
    max-width:100%;
    height:auto;
}