/*
Theme Name: Tiroxil
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif;
  background: #fef9ef;
}

#gdpr-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: white;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  max-width: 500px;
  margin: auto;
  display: none;
  font-family: sans-serif;
}
#gdpr-popup h2 {
  margin-top: 0;
}
#gdpr-popup button {
  margin: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
/*
  colors
  bg: #db8f55
  */

/* Header */

.navdesk {
  display: block;
}

.navmob {
  display: none;
}

.modal {
  display: none;
}
.header {
  padding: 1rem 0;
  background: white;
  width: 100%;
  border-bottom: 1px solid #db8f55;
  position: fixed;
  left: 0;
  z-index: 50;
  top: 0;
}

.navmenu,
.navmodal {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.navmenu {
  align-items: center;
}

.navmodal {
  flex-direction: column;
}

.navlink {
  font-weight: 700;
  color: #db8f55;
}

.navlink a {
  text-decoration: none;
  color: #464b4f;
  transition: all 0.4s ease-in-out;
}

.navlink a:hover {
  color: #db8f55;
}

.buybtn {
  background: #db8f55;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}

.buybtn a {
  color: #fff;
}

.buybtn a:hover {
  color: #fff;
}

.fas {
  padding-right: 0.5rem;
}

.logoimg {
  width: 240px;
  margin-left: -10px;
}
.footerlogo {
  padding: 10px;
  margin-left: 0;
  margin-bottom: 10px;
}

.navcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

/* Hero sekcija */
.hero {
  background: #e2e0df
    url("https://tiroxil.hr/wp-content/uploads/2025/08/shutterstock_2217234077_edited.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 25vw bottom;
  width: 100%;
  height: 100vh;
}

.articleheader {
  display: flex;
}

.postdata {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.postdate {
  text-align: left;
  width: 100%;
  color: #db8f55;
  max-width: 680px;
  padding-top: 1rem;
}

.postsep {
  width: 100%;
  max-width: 680px;
  margin-top: 0.5rem;
  color: #db8f55;
}

.postmainimg {
  width: 50%;
  height: 100vh;
  height: 100dvh;
  object-fit: cover;
}

.postimg {
  width: 100%;
  max-height: 40vh;
  object-fit: contain;
  height: auto;
  padding: 1rem;
}

.postcont {
  width: 100%;
  max-width: 1140px;
  padding: 1rem;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 6rem;
}

.postcont p {
  padding-top: 1rem;
}

.postcont p a {
  color: #db8f55;
}

ul {
  padding: 1rem;
}

.herocontent {
  width: 90%;
  max-width: 1140px;
  height: 100vh;
  padding: 11rem 0 7rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.title,
.subtitle,
.artsub {
  font-family: "Playfair", serif;
  line-height: 1;
  font-size: 4rem;
  max-width: 680px;
  color: #464b4f;
}

.tm {
  font-size: 2rem;
}

.subtitle {
  font-size: 3rem;
  padding-bottom: 2rem;
}

.artsub {
  font-size: 2.5rem;
  max-width: 100%;
}

.lead,
.infolead {
  font-size: 1.4rem;
  width: 100%;
  max-width: 680px;
  font-weight: 500;
  color: #464b4f;
}

.infolead {
  padding-bottom: 4rem;
}

.footerlead {
  color: #fff;
}

.features {
  list-style: none;
  padding: 0;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  color: #464b4f;
  font-weight: 500;
}

.icon {
  width: 32px;
  height: 32px;
}

.buttons {
  display: flex;
  gap: 40px;
}

.btn {
  width: 15rem;
  height: 5rem;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 2px solid #db8f55;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #db8f55;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
.btn {
  background: #db8f55;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 1rem;
  border-radius: 10px;
  width: auto;
  height: auto;
}

.btn:hover {
  background: #db8f55;
  color: #fff;
}

/* Sadržaj */
.content {
  width: 90% !important;
  max-width: 1140px;
  margin: 0 auto;
  padding: 6rem 0;
}

.contentnop {
  padding: 0;
}

.nopb {
  padding-bottom: 0;
}

/* Wrapper za info sekciju */
.contwrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-top: 3rem;
  position: relative;
}

.wrap {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

/* Lijeva strana (Myo-inozitol & Selen) */
.w100 {
  width: 100%;
  display: flex;
  gap: 20px;
}

.info-box,
.prodbox {
  background: #fff;
  box-shadow: 0px 61px 61px 0px rgba(0, 0, 0, 0.03),
    0px 15px 34px 0px rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  flex: 1;
}

.prodbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.infoico {
  width: 90px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.minititle,
.wp-block-heading {
  font-family: "Playfair", serif;
  font-size: 2rem;
  padding: 1rem 0;
  text-align: center;
  color: #464b4f;
}

.wp-block-heading {
  text-align: left;
  padding: 0 0 1rem 0;
}

.wp-block-image img {
  padding: 1rem 0;
}

.minilead {
  line-height: 1.4;
  color: #464b4f;
}

.w40 {
  width: 40%;
  background: #fff4e5;
  padding: 20px;
  border-radius: 10px;
}

.benfits {
  list-style: none;
  line-height: 1.4;
}

.benfit {
}

.prodbox {
  margin-top: 2rem;
  padding: 3rem 0;
}

.packshot {
  height: 600px;
  width: 100%;
  object-fit: contain;
  max-width: 660px;
  flex: 0.5;
  position: absolute;
  left: -6rem;
  pointer-events: none;
}

.prodinfo {
  flex: 1;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding-left: 30%;
}

.produsp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
  text-align: center;
}

/* Kako Tiroxil djeluje */
.how-it-works {
  margin: 0 auto;
  background: #fef9ef;
}

.howwrap {
  padding: 3rem 0;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.info-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.info-container .info-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
}

.info-box p {
  color: #464b4f;
}

/* Simptomi */
.symptoms {
  margin-top: 3rem;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 61px 61px 0px rgba(0, 0, 0, 0.03),
    0px 15px 34px 0px rgba(0, 0, 0, 0.04);
}

.symptoms ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 1rem 0;
}

.symptoms li {
  background: #db8f55;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 1rem;
  transition: all 0.3 ease-in-out;
  border-radius: 10px;
}

/* Moja štitnjača */
.articles {
  padding: 6rem 0 3rem 0;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.articlespage {
  padding-top: 10rem;
}

.article-container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.article {
  background: #fff;
  border-radius: 10px;
  text-align: left;
  flex: 1;
}

.artinfo {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 10px;
  box-shadow: 0px 61px 61px 0px rgba(0, 0, 0, 0.03),
    0px 15px 34px 0px rgba(0, 0, 0, 0.04);
}

.singleinfo {
  padding-top: 6rem;
}

.artpublished .artinfo {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  box-shadow: none;
}

.artpic {
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 300px;
  object-fit: cover;
}

.artpicinarticle {
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 65vh;
  object-fit: cover;
}

.articlelink {
  text-decoration: none;
  color: #000;
  display: block;
}

.arttitle {
  text-align: left;
  padding: 0 0 1rem 0;
  min-height: 8rem;
}

.artpublished .artinfo p,
.artpublished .artinfo h3 {
  min-height: auto;
}

.minhu {
  min-height: unset;
}

.article .artinfo p {
  line-height: 1.4;
}

.minibtn {
  background: #db8f55;
  color: #fff;
  display: block;
  width: auto;
  height: auto;
  width: 100%;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 1rem 0;
}

.minibtn:hover {
  color: #db8f55;
  background: #fff;
}

/* Gdje kupiti */
.where-to-buy {
  padding: 6rem 0;
  background: #fef9ef;
  text-align: center;
}

.store-container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.store {
  background: #fff;
  box-shadow: 0px 61px 61px 0px rgba(0, 0, 0, 0.03),
    0px 15px 34px 0px rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 22%;
}

.store img {
  max-width: 100px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

.store a {
  text-decoration: none;
  color: #ff8c00;
  font-weight: bold;
}

/* Footer */
.footer {
  background: #221e1f;
  color: white;
  padding: 3rem 0;
}

.footer-container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links,
.footer-contact,
.footer-social {
  flex: 1;
  margin-top: 10px;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ff8c00;
}

.footer-contact p {
  margin: 5px 0;
}

.footer-social a {
  color: white;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #ff8c00;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
}

.txl {
  text-align: left;
}

.load {
  width: 100%;
  margin: 3rem auto 0 auto;
  text-align: center;
}

.imgbox {
  padding: 0;
  font-size: 0;
}

.zenaimg {
  width: 100%;
  border-radius: 10px;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content {
  font-size: 1rem !important;
}

.testimonial-inner {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 61px 61px 0px rgba(0, 0, 0, 0.03),
    0px 15px 34px 0px rgba(0, 0, 0, 0.04);
}

.legaltxt{
	margin: 0 auto;
	text-align: center;
	max-width: 780px;
	padding-top: .5rem;
}

.table-container {
            width: 100%;
	max-width: 492px;
            margin: 0 auto;
            background-color: white;
            border: 2px solid #e8a55c;
            border-radius: 8px;
            overflow: hidden;
        }

        .table-header {
            background-color: #fef5e7;
            padding: 15px;
            border-bottom: 2px solid #e8a55c;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .table-header h3 {
            margin: 0;
            font-size: 14px;
            font-weight: normal;
            color: #333;
            flex: 1;
        }

        .table-header span {
            font-size: 14px;
            color: #333;
            font-weight: normal;
            margin-left: 10px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        td {
            padding: 12px 15px;
            border-bottom: 1px solid #e0e0e0;
            font-size: 14px;
            color: #333;
        }

        tr:last-child td {
            border-bottom: none;
        }

        td:first-child {
            text-align: left;
        }

        td:nth-child(2),
        td:nth-child(3) {
            text-align: center;
        }

        .footnote {
            padding: 10px 15px;
            font-size: 12px;
            color: #666;
            background-color: #fef5e7;
            border-top: 1px solid #e8a55c;
        }

@media screen and (max-width: 1360px) {
  html {
    font-size: 14px;
  }
  .footer-container {
    gap: 20px;
  }
  .footer-logo .lead {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1160px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .title {
    font-size: 3rem;
  }
  .lead,
  .feature {
    font-size: 1.2rem;
  }
  .navdesk {
    display: none;
  }
  .navmob {
    display: block;
    cursor: pointer;
    z-index: 60;
  }
  .info-container {
    flex-direction: column;
  }
  .packshot {
    width: 100%;
  }
  .minititle {
    min-height: 6rem;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .modal {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    z-index: 10;
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
  }
  .active {
    transform: translateX(0);
  }
  .w100,
  .prodbox {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  .info-box {
    text-align: center;
  }
  .article-container,
  .store-container {
    flex-direction: column;
  }
  .buttons {
    gap: 20px;
  }
  .hero {
    background-position: 100px 100%;
    height: auto;
  }
  .herocontent {
    height: auto;
  }
  .prodinfo {
    flex-direction: column;
    padding-left: 0;
  }
  .prodbox {
    margin-top: 0;
  }
  .packshot {
    position: static;
  }
  .infolead {
    font-size: 1.2rem;
  }
  .minilead {
    font-size: 1.2rem;
  }
  .produsp {
    padding: 0 1rem;
  }
  .store {
    width: 100%;
  }
  .artpicinarticle {
    height: 50vh;
  }
  .buttons {
    flex-direction: column;
    gap: 10px;
  }
  .btn {
    width: 50%;
  }
  .hero {
    background-position: 50px 100%;
    background-size: 120%;
  }
}
