:root {
    --light:    #FFF;
    --dark:     #231F20;
    --red:      #EC2227;
    --orange:   #F99E1E;
    --lightgray:#F5F5F5;
    --darkgray: #cac7c7;
}

@font-face {
    font-family: 'TazHair';
    src: local('TazHair21'),
        url('https://showcase.24sata.hr/taz/TazHair21.otf');
}

@font-face {
    font-family: 'TazRegular';
    src: local('TazWt05-Regular'),
        url('https://showcase.24sata.hr/taz/TazWt05-Regular.woff2') format('woff2'),
        url('https://showcase.24sata.hr/taz/TazWt05-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TazBold';
    src: local('TazWt07-Bold'),
        url('https://showcase.24sata.hr/taz/TazWt07-Bold.woff2') format('woff2'),
        url('https://showcase.24sata.hr/taz/TazWt07-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TazBlack';
    src: local('TazWt09-Black'),
        url('https://showcase.24sata.hr/taz/TazWt09-Black.woff2') format('woff2'),
        url('https://showcase.24sata.hr/taz/TazWt09-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:focus {
    outline: 0 !important;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    height: 100%;
    color: var(--dark);
    font-family: 'TazRegular';
}

body::-webkit-scrollbar {
    display: none;
} 

a {
    font-family: 'TazBold';
    color: var(--dark);
    text-decoration: none;
    transition: all .2s;
}

a:hover {
    color: var(--red);
    text-decoration: underline;
    transition: all .2s;
}

img {
    width: 100%;
}

nav.primary__navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 6.25rem;
    box-shadow: 5px 8px 20px 8px var(--lightgray);
}

nav.primary__navigation a,
.back {
    display: inline-flex;
}

.hero > div:nth-child(1) {
    max-width: 1060px;
    width: 90%;
    margin: 0 auto;
}

nav.primary__navigation div:nth-child(1) {
    max-width: 5rem;
    width: 100%;
}

nav.primary__navigation div:nth-child(2) img,
.hero div img {
    max-width: 1.5rem;
    margin: 0 .4rem;
}

.hero div img {
    transform: rotate(180deg);
}

header {
    position: relative;
    margin: 11rem auto;
}

header img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: auto;
    transform: translate(-50%, -50%);
}

h1,
h2,
h3,
h4 {
    margin-bottom: .3rem;
    font-family: 'TazBlack';
    text-align: center;
    letter-spacing: .04rem;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    margin: 2rem auto 1rem;
    color: var(--red);
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: underline;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

button {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .6rem;
    border-radius: 0 0 .5rem .5rem;
    border: none;
    background: var(--orange);
    color: var(--light);
    font-family: 'TazBlack';
    font-size: 2rem;
    letter-spacing: .04rem;
    text-transform: uppercase;
    cursor: pointer;
}

span {
    font-weight: 700;
}

section {
    margin: 0 auto;
}

b {
    font-family: 'TazBlack';
}

.bold {
    font-family: 'TazBold';
}

.active {
    color: var(--red);
    text-decoration: underline;
}

.border {
    height: 3rem;
}

.border img {
    width: 100%;
}

section.section--mid {
    display: flex;
    flex-direction: column;
    padding: 3.5rem 1rem 1rem;
    margin-top: 5rem;
    background: var(--lightgray);
}

section.section--mid > div {
    display: flex;
    flex-direction: column;
    margin: 5rem auto 1rem;
}
.pogblock {
        border-radius: 0.75rem;
        background: var(--Primary, #f99e1e);
        width: 100%;
        height: 22rem;
        display: flex;
        overflow: hidden;
        max-width: 71rem;
        margin: 0 auto;
      }
      .pogblock .blockdesc {
        width: 50%;
        position: relative;
      }
      .blockdesc {
        padding: 1rem;
      }
      .elipsa,
      .cover {
        position: absolute;
        left: 0;
        bottom: 0;
      }
      .cover {
        left: 10%;
      }
      .pogtitle,
      .elipsa {
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        color: #fff;
        z-index: 50;
      }
      .pogtitle {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      .elipsa {
        z-index: 5;
        max-width: 20rem;
        max-height: 20rem;
      }
      .cover {
        z-index: 20;
        max-width: 30rem;
      }
      h3 {
        padding: 0;
        margin: 0;
        color: #fff;
      }
      .pogtitle p {
        color: #fff;
        text-align: left;
      }
      .blockdesc div {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        padding-top: 1rem;
      }
      ul {
        margin: 0;
        padding-left: 1.2rem;
      }
      h4 {
        font-size: 2.25rem;
      }
      h3 {
        font-size: 3.375rem;
      }
      .lead {
        color: var(--Bg1, #ecf1f4);
        font-size: 1.25rem;
      }
      .blockdesc div p {
        padding: 0;
        color: var(--Bg1, #ecf1f4);
      }

      ul li {
        list-style: unset;
        font-size: 1rem !important;
      }

           .subtitle {
        padding-left: 1.4rem;
        margin-bottom: -1rem;
        display: block;
      }

      @media screen and (max-width: 970px) {
        .pogblock {
          flex-direction: column;
          width: 90%;
          height: auto;
        }
        .blockdesc {
          width: 100% !important;
        }
        h4 {
          margin-top: 4rem;
        }
        .lead {
          align-self: center;
        }
        .listwrap {
          display: block;
        }
        .cover,
        .elipsa {
          display: none;
        }
        li {
          font-size: 1rem !important;
        }
        ul {
          width: 100%;
          padding-left: 3.2rem;
        }
        ul li {
          list-style: unset;
          font-size: 1rem !important;
        }
      }

@media (min-width: 992px) {
    section.section--mid > div {
        flex-direction: row;
    }
}

section.section--mid > div > div {
    width: 100%;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    section.section--mid > div > div {
        width: 33.3%;
    }
}

section.section--mid > div > div > div {
    min-height: 15rem;
    margin: 0 auto;
    text-align: center;
}

section.section--mid > div div img {
    max-width: 16rem;
}

section.section--mid p {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.3;
}

@media (min-width: 600px) {
    section.section--mid p {
        display: block;
        max-width: 17rem;
        margin: 0.5rem auto;
        font-size: .9rem;
    }
}

section.section--mid div.section--mid-offers {
    display: inline-flex;
    min-height: auto;
    height: 1.5rem;
    margin-left: 7rem;
}

ul {
    width: 50%;
    margin: 1rem auto;
    font-size: 1.2rem;
}

/* @media (min-width: 600px) {
    ul {
        width: 70%;
    }
} */

ul li {
    margin: 0 auto .3rem;
    font-size: 1.2rem;
    list-style-type: none;
}

@media (min-width: 600px) {
    ul li {
        font-size: .9rem;
    }
}

footer > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    padding: 3.5rem 1rem 0;
}

footer > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (min-width: 800px) {
    footer > div:nth-child(2) {
        flex-direction: row;
        max-width: 60rem;
        width: 100%;
        margin: 0 auto;
    }
}

footer > div > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1rem 0;
    text-align: center;
}

@media (min-width: 992px) {
    footer > div > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        max-width: 40rem;
        margin: 2.5rem auto 2rem;
    }

    footer > div:nth-child(2) > div:nth-child(2) {
        justify-content: flex-end;
    }

    footer div div.footer--info {
        margin: 0 auto;
    }
}

footer p {
    font-family: 'TazRegular';
}

footer > div > div img {
    width: auto;
    margin-bottom: .5rem;
}

footer > div > div div {
    margin-top: 3rem;
}

footer div.footer--legal {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    text-align: center;
}

@media (min-width: 600px) {
    footer div.footer--legal {
        text-align: right;
    }
}

footer div.footer--legal a {
    font-family: 'TazRegular';
}

.send {
    position: relative !important;
}

.gift {
    margin: 0 auto;
    padding-top: .2rem !important;
    background: linear-gradient(0deg, rgba(249,158,30,1) 0%, rgba(236,34,39,1) 100%);
}

div.gift__value {
    display: block;
    max-width: 20rem;
    padding: 0.2rem 0.4rem;
    margin: 0.5rem 1.5rem 1.5rem;
    color: var(--light);
    background: var(--orange);
    text-align: center;
}

@media (min-width: 600px) {
    div.gift__value {
        text-align: left;
    }
}

.swiper-slide--container.gift {
    width: auto;
}

.mob {
    position: relative;
    z-index: 60;
    max-width: 12rem;
    width: 100%;
    margin: 0 auto !important;
}

@media (min-width: 800px) {
    .mob {
        position: absolute;
        right: -4rem;
        bottom: 1rem;
        width: 15rem;
        height: 15rem;
    } 
}

.is-red {
    color: var(--red);
    text-decoration: underline;
}

.is-invisible {
    display: none;
}
