*{
    margin: 0;
    padding:0;
    user-select:none;
}
body{
    background: linear-gradient(135deg, #f9f7f4, #ece7e1);
  color: #222;
}
.header {
    height:150px;
    background-color: black;
    position: fixed;
    top:0;
    display: flex;
    justify-content: space-between;
    flex:1;
    z-index:100;
    right:0;
    left:0;
}
.header .logo{
    margin-top:1.3%;
}
.header .meni{
    margin-top:40px;
    margin-left:10px;
    cursor: pointer;
}
.header .logo:hover{
    cursor: pointer;
}
.header .icon-cart{
    color:white;
    font-family: impact, arial;
    font-size: 30px;
    margin-left: -94px;
    text-align: center;
    border-bottom: 3px solid goldenrod;
    cursor: pointer;
}
.header .icon-cart span{
    background: linear-gradient(90deg, #f5d18a, #c89b49 60%, #f0e2b8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 75%;
    font-size: 20px
}
@media only screen and (max-width: 760px) {
    .header .icon-cart{
        margin-top: 0px;
        margin-left:-100px;
        border-bottom: none;
    }.header .icon-cart img{
        width: 140px;
        margin: 10px -19% -10px 40px;
    }
    .header .icon-cart span{
        right: 17%;
    }
        .header .meni img {
            width:50px;
        }}
.sidebar {
    position:fixed;
    top:150px;
    width:0px;
    height:100%;
    left:0;
    transition: 0.3s ease;
    background-color: black;
    overflow:auto;
    z-index:100;
}
.korpa-final {
    position:fixed;
    top:150px;
    width:0px;
    height:100%;
    right:0;
    transition: 0.3s ease;
    background-color: black;
    overflow:auto;
    z-index:101;
    display: grid;
    grid-template-rows: 70px 1fr 70px;
}
.korpa-final::-webkit-scrollbar {
    display: none;
}
.korpa-final h2{
    padding:20px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
.korpa-final .listCart .item img{
    width: 100%;
}
.korpa-final .listCart .item{
    display: grid;
    grid-template-columns: 70px 150px 50px 1fr;
    gap: 10px;
    text-align: center;
    align-items: center;
}
.korpa-final .quantity span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #eee;
    color: #555;
    cursor: pointer;
    border-radius: 20%;
}
.korpa-final .quantity span:nth-child(2){
    background-color: transparent;
    color: #eee;
}
.korpa-final .item:nth-child(even){
    background-color: rgb(61, 61, 61);
}
#potvrdi:active{
        font-size:28px;
        background-color: red;
    }
#potvrdi{
        font-size:30px;
        font-family: impact, showcard gothic;
        padding:8px;
        color: white;
        background-color: rgb(150, 0, 0);
        border:3px black;
        border-radius:30px;
        -webkit-text-stroke-color: 3px red;
        cursor: pointer;
        position: fixed;
        z-index: 105;
        bottom: 10px;
        align-items: center;
}
.korpa-final .potvrdi{
    margin-left: 25px;
}
.korpa-final .listCart{
    text-align: center;
    color: white;
    font-family: "Productsans Regular", sans-serif;
    font-size: 20px;
}
.sidebar .text{
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: rgb(28, 28, 28);
    letter-spacing: 1px;
}
.sidebar .closebtn{
    position: absolute;
    color:white;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none;
}
.sidebar .closebtn:hover{
font-size:45px;
transition: 0.5s ease;
border-radius:10px;
}
.sidebar .closebtn:active{
    color:rgba(255, 0, 0, 0.800);
    transition: none;
}
.openbtn:hover {
    background-color: rgba(30, 30, 30, 0.5);
    transition: 0.5s ease;
    border-radius:10px;
  }
  .openbtn:active{
    background-color: rgb(69, 69, 69);
    transition: none;
}
nav ul{
    background: black;
    height: 100%;
    width: 100%;
    list-style: none;
}
nav ul li{
    border-bottom: 1px solid rgb(30, 30, 30);
    user-select: none;
}
nav ul li:last-child{
    border-bottom: 1px solid GOLD;
}
nav ul li a{
    color:white;
    text-decoration: none;
    font-size:18px;
    font-weight: 500;
    display: block;
    border-left: 3px solid transparent;
}
nav ul li a:hover{
    color:goldenrod;
    background: rgba(148, 148, 148, 0.1);
    border-left-color:gold;
    transition: 0.5s;
}
nav ul li a:active{
    background-color: rgba(200, 0, 0, 0.500);
    transition: 0.1s;
}
.miris-opis{
    margin-top:170px;
    height:300px;
    background: 
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.55)),
    url('pozadina.webp') center/cover no-repeat;
    text-align: center;
    justify-content: center;
    padding-top: 15%;
    font-size: larger;
    text-decoration: underline rgba(148, 148, 148, 0.1);
    font-family: sans-serif;
}
.orginal-opis{
    margin-top:180px;
    height:30px;
    text-align: center;
    padding-bottom: 23px;
    text-decoration: underline goldenrod;
    justify-content: center;
    font-size: large;
    font-family: sans-serif;
}
.miris-opis .naslov{
    font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.02;
  margin: 0 0 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(90deg, #f5d18a, #c89b49 60%, #f0e2b8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}
.miris-opis .glavni-tekst{
    font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 0.85;
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(90deg, #ffffffdf, #ffe1aaab 60%, #ffffffde);
  visibility: 2;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}
.orginali{
    font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 0.85;
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(90deg, #0d0d0ddf, #ffe1aaab 60%, #373737de);
  visibility: 2;
  -webkit-background-clip: text;
  background-clip: text;
  color: black;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
  text-align: center;
  padding-top: 20px;
  font-size: larger;
  font-weight: bolder;
}
.orginali .orginaldugme{
    font-size:30px;
    font-family: 'Playfair Display', serif;
    padding:15px;
    color: black;
    background: linear-gradient(90deg, #f5d18a, #c89b49 60%, #f0e2b8);
    -webkit-text-stroke-color: 3px gold;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}
.artikli{
    display: flex;
    margin-top: 50px;
    flex: 1;
    justify-content: space-around;
    position: relative;
    padding-bottom:45px;
    background-color: rgb(230, 230, 230);
    margin-left: -2.5em;
    margin-right: 1.1em;
}
.artikli2{
    display: flex;
    flex: 1;
    justify-content: space-around;
    position: relative;
    padding-bottom:45px;
    background-color: rgb(230, 230, 230);
    margin-left: -2.5em;
    margin-right: 1.1em;
}
.artikli, .artikli2, a:link{
    text-decoration: none;
}
.artikal-jedan{
    background-color: white;
    margin-top:50px;
    width:300px;
    height:150px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-top:300px;
    border: 3px solid gray;
    cursor: pointer;
    transition: all 0.15s ease-in;
}@media only screen and (max-width: 1159px){
    .artikli{
        display: block;
        align-items:center;
        margin: unset;
    }
    .artikli2{
        display: block;
        align-items: center;
        margin: unset;
    }
    .artikal-jedan{
        margin-left: auto;
        margin-right: auto;
        border:3px solid gray;
    }}
    @media only screen and (min-width: 1159px){.artikal-jedan:hover{
    margin-top:38px;
    box-shadow: 10px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}}
.artikal-jedan #dugme-usluge1:active{
    font-size:28px;
    background-color: red;
}
.artikal-jedan #text-usluge1{
    color:black;
    font-size: 25px;
    text-decoration: none;
}
.artikal-jedan #dugme-usluge1{
    font-size:30px;
    font-family: impact, showcard gothic;
    padding:8px;
    color: white;
    background-color: gold;
    border:3px black;
    border-radius:30px;
    -webkit-text-stroke-color: 3px gold;
    cursor: pointer;
}
.listProduct .item img{
    width: 90%;
}
.listProduct{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    margin-top: 50px;
    font-family: "Productsans Regular", sans-serif;
}
.listProduct .item{
    background-color: black;
    border-radius: 20px;
    font-family: "Productsans Regular", sans-serif;
}
.listProduct .item a{
    text-decoration: none;
    color: white;
} 
.listProduct .item h2{
    font-weight: 500;
    font-size: larger;
}
.listProduct .item .price{
    font-size: x-large;
    color: goldenrod;
    font-weight: bolder;
    margin-top: 10px;
}
.listProduct .item button{
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.02;
    text-transform: uppercase;
    padding:15px;
    color: black;
    background: linear-gradient(90deg, #f5d18a, #c89b49 60%, #f0e2b8);
    border:3px red;
    -webkit-text-stroke-color: 3px red;
    cursor: pointer;
    margin-top: 10px;
}
.listProduct .item button:active{
    background: goldenrod;
    transition: 0.1s;
    margin-top: 15px;
    padding: 10px;
    font-size: 24px;
} 
@media screen and (max-width: 992px) {
    .listProduct{
        grid-template-columns: repeat(3, 1fr);
    }
    .listProduct .item button{
        padding: 10px;
        font-size:25px;
    }
}
@media screen and (max-width: 768px){
    .listProduct{
        grid-template-columns: repeat(2, 1fr);
    }
    .orginal-opis{
     margin-top:180px;
    height:30px;
    text-align: center;
    padding-bottom: 23px;
    text-decoration: underline goldenrod;
    justify-content: center;
    font-size: smaller;
    font-family: sans-serif;
}
}
.potvrdi:active{
    font-size:28px;
    background-color: goldenrod;
}
.potvrdi{
    font-size:30px;
    font-family: impact, showcard gothic;
    padding:8px;
    color: white;
    background: goldenrod;
    border:3px black;
    -webkit-text-stroke-color: 3px black;
    cursor: pointer;
    position: fixed;
    z-index: 105;
    bottom: 10px;
    align-items: center;
}
.miris-opis{
    font-size: 30px;
    font-family: "Productsans Regular", sans-serif;
    font-weight: bold;
    align-items: center;
    text-align: center;
}

.footer{
    height:250px;
    background-color: black;
    color:white;
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #c89b49;
    text-align: center;
    align-items:center;
    font-size: larger;
    margin-top: 270px;
}
.sekcija-jedan{
    display: inline-block;
    text-align: center;
    padding-left:50px;
}
@media only screen and (max-width: 1159px){
    .footer{
        display:block;
        height: fit-content;
        padding:0;
        text-align: center;text-decoration: underline 3px;
    }
    .sekcija-jedan{
        padding-left:0;
        text-decoration: underline 3px;
        padding-top: 30px;
    }
    .sekcija-tri{
        padding-left:50px;
    }
}
.sekcija-jedan a,li{
    color: white;
    text-decoration: none;
    list-style: none;
}
.sekcija-dva li,a{
    color: white;
    text-decoration: none;
    list-style: none;
}
.footer-logo{
    margin-top:50px;
}
.sekcija-tri{
    padding-right:50px;
}