a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
	font-size: 16px;
}
h1, h2, h3, p, li, label, button, a, span, h4, h5 {
	font-family: "Poppins", Verdana, Sans-serif;
}

.banner {
	background-color: #F1658D;
}
.banner p {
	color:white;
	text-align:center;
	padding:1.5% 0;
	font-size: 14pt;
	font-weight:700;
	
}


.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 4%;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  list-style: none;
}

.nav-links {
  display: flex;
  gap: 4rem;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
 
}
.nav-links a {
	 color:black;
  font-weight:800;
  text-decoration:none;
  font-size:30px;
  transition: color .3s ease;

}
.nav-links a:hover {
	color:#F1658D;
}
#bitty-splash {
  width: 100%;
  height: 260px;
  background-image: url("images/bitty-splash-desktop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro {
	background-color:#F9E0C1;
	margin: 0 auto;
	color:#652E11;
	margin-top:-1%;
}
.intro h1 {
	text-align:center;
	font-size: 46px;
	font-weight:800;
	padding-bottom:2%;
}
.intro p {
	width:70%;
	margin: 0 auto;
	font-size:28px;
	padding-bottom:4%;
	line-height:42px;
	font-weight:700;
}
.home-favorites {
	padding:0 10%;
	background-color:#F9E0C1;
	padding-bottom:3%;
}

.home-favorites h2, .where-to-find h2 {
	font-weight:800;
	font-size:36px;
	padding-bottom:2%;
	color:#652E11;
}
#favorites-flex {
  display: flex;
  gap: 5rem;
  justify-content:center;

}
#favorites-flex div {
	display:flex;
flex-direction:column;
align-items:center;
}
#favorites-flex img {
	border:3px solid white;
}
.to-cart-button {
	background-color: #F1658D;
	border:none;
	color:white;
	font-weight:800;
	font-size:20px;
	padding:2% 0;
	 box-shadow: -3px 4px 10px 2px rgba(101, 46, 17, 0.2);
	 border-radius: 10px;
	 margin-top:2%;
	width:40%;
	  cursor: pointer;
	  transition: background-color .4s ease;
	  	 
}
.to-cart-button:hover, .back-to-home:hover, .to-cart-button-shop:hover {
	background-color:#cf5b7c;
	transition: transform .2s ease;
}
.to-cart-button:active, .back-to-home:active,.to-cart-button-shop:active {
	 transform: translate(-1px, 2px);
}
#favorites-flex img {
width:70%;
height:auto;
}
.full-collection {
	text-align:center;
	padding-top:5%;
}
.full-collection button {
	background-color:#F9E0C1;
	border:none;
	padding:1% 2%;
	font-weight:700;
	font-size:20px;
	border-radius:10px;
	cursor:pointer;
	color:#652E11;
	border: 1px solid #652E11;
	box-shadow: -3px 4px 10px 2px rgba(101, 46, 17, 0.2);
	transition: background-color .3s ease;
}
.full-collection button:hover {
	background-color:#f5aa59;
}
.full-collection a {
	color:white;
	text-decoration:none;
	
}
.where-to-find {
	background-color: #F9E0C1;
	padding:0 10%;
	padding-bottom:3%;
}
.where-to-find p {
	font-size: 20px;
	padding-bottom:4%;
	color:#652E11;
}

.where-to-find ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}

.where-to-find li {
  flex: 1 1 18%;
  min-width: 120px;
  font-size:20px;
  font-weight:600;
  color:#652E11;
  padding-bottom:1%;
}

footer {
  padding: 3rem 2rem;
  padding-bottom:2%;
  font-size: 0.95rem;
  display:flex;
  gap:10rem;
  justify-content:space-around;
  border-top: 1px solid rgba(0,0,0,0.5);
  margin-top:1%;
  background-color:#fff;
}
footer h3 {
  margin-bottom: 1rem;
  font-size:1.5rem;
  max-width:70%;
  color:#F1658D;
  font-weight:600;
}

footer ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
}

footer li {
  margin-bottom: 0.5rem;
}
footer a {
  text-decoration: none;
  color: inherit;
    text-decoration: underline;
}

footer a:hover {
text-decoration:none;
}
footer input {
  display: block;
  margin-top: 0.5rem;
  padding: 0.5rem;
  width: 100%;
  max-width: 250px;
}

.newsletter-submit {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  	background-color: #F1658D;
	border:none;
	color:white;
	font-weight:800;
	font-size:14px;
	padding:1% 1%;
	 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	 border-radius: 10px;
	 width:30%;
}
#newsletter {
	display:flex;
	flex-direction:column;
	justify-content:center;
}


#sorry-page img {
height:25rem;	
}
#sorry-page {
	display:flex;
	align-items:center;
	justify-content:center;
gap:10rem;
padding-bottom:10%;
padding-top:5%;
margin: 0 10%;

}

#sorry-page h1 {
	font-size:48px;
	font-weight:800;
	padding-bottom:5%;
}
#sorry-page p {
width:100%;
	font-size:1.5rem;
	line-height:2.2rem;
	

}
.back-to-home {
		background-color: #F1658D;
	border:none;
	color:white;
	font-weight:800;
	font-size:20px;
	 box-shadow: -3px 4px 10px 2px rgba(101, 46, 17, 0.2);
	 border-radius: 10px;
	 margin-top:2%;
	width:25%;
	  cursor: pointer;
	  transition: background-color .4s ease;
	  padding:2%;
}
#sorry-page div {
	padding:1%;
}



.shop-intro {
	text-align:center;
	font-size: 46px;
	font-weight:800;
	padding-bottom:1%;
	padding-top:2%;
}
.disclaimer {
	text-align:center;
	font-size:16px;
}



.quantity-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width:100%;
  padding-bottom:7%;
  
}

.quantity-label {
  margin-bottom:2%;
  font-size: 1.1rem;
  font-weight: 300;
  color: black;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 1px solid #bbb;
  padding:1%;
  margin-top:.5%;
}




.content p {
	padding-top:4%;
	line-height: 1.7em;
}
.shop-media {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	gap:1rem;
}


.contact-section {
  width: 100%;
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  border: 1px solid #a3603c;
  border-radius: 12px;
  box-sizing: border-box;
}

.contact-section h2 {
  margin-bottom: 20px;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form label {
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #f5aa59;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
 background-color: #F1658D;
	border:none;
	color:white;
	transition: background-color .2s ease;
}
.contact-form button:hover {
	background-color:#cf5b7c;
	
	
}
.intro-contact {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-top:3%;
	text-align:center;
	
}
.intro-contact h1 {
	font-size:2.7em;
	font-weight:800;
	padding-bottom:2%;
}
.intro-contact p {
	font-size:1.3rem;
	font-weight:500;
	width:40%;
	line-height:1.8rem;
	
}

.collapsible-faq {
  background-color: #fff;
  color: #652E11;
  cursor: pointer;
  padding: 18px;
  width: 52%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  font-weight:600;
  text-align:left;
  border-bottom: 1px solid #f5aa59;
}

.active-faq, .collapsible-faq:hover {
  background-color: #fff;
}

.content-faq {
  padding: 0px 18px;

   max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  overflow: hidden;
  background-color: #fff;
  width:50%;
  margin-bottom:2%;
  
  
}
.content-faq p {
	padding-top:2%;
	padding-bottom:2%;
	font-size:1.1rem;
	line-height:1.7em;
}

.faq-menu {
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

	margin-top:2%;
	margin-bottom:3%;
	
}



.collapsible-faq {
  display: flex;
  align-items: center;
}

.faq-icon {
  transition: transform 0.3s ease;
  margin-left: 0 auto;
   margin-left: auto;
   height:50px;
   width:auto;
}


.collapsible-faq.active-faq .faq-icon {
  transform: rotate(180deg);
}
.content-faq b {
	font-weight:600;
}

.shop-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
    width: 100%;
	margin: 0 10%;
 box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 10px;
  background: #fff;
}
.image-shop img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.shop-parent {
	display:flex;
	justify-content:center;

	padding-bottom:2%;
}
.shop-info {
width:100%;
height:auto;
	
}
.shop-info h2 {
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:2%;
}
.shop-info h3 {
	font-size:1.1rem;
	font-weight:300;
	margin-bottom:3%;
}
.description {
	font-size:.9rem;
	font-weight:300;
	margin-bottom:5%;
	line-height:1.3rem;
}
.image-shop {
  flex: 0 0 35%;
}

.shop-info {
  flex: 0 1 42%;
  width: auto; 
}
.disclaimer {
	margin-bottom:2%;
}

.to-cart-button-shop {
	background-color: #F1658D;
	border:none;
	color:white;
	font-weight:800;
	font-size:1.1rem;
	padding:2% 0;
	 margin-top:2%;
	width:100%;
	  cursor: pointer;
	  transition: background-color .4s ease;
	  margin-bottom:3%;
	   border-radius: 10px;
}





.ingredients p {
	line-height:1.6rem;
	font-size:.9rem;
}
.ingredients h4 {
	margin-bottom:1%;
	padding-bottom: 2%;
	font-weight:600;
	border-bottom:.4px solid black;
}

.shop-main {
	background-color:#f5ece1;
	margin-bottom:3%;
}
.main-index {
	background-color:#F9E0C1;
}

.qty-btn {
	background-color: #fff;
	border:none;
}

.minus.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ingredients h5 {
	font-weight:600;
	margin-bottom:1%;
	margin-top:1%;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 4%;
  position: relative;
}


.nav-links {
  display: flex;
  gap: 4rem;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.nav-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}


@media (max-width: 768px) {

  .shop-main {
    padding: 0 1rem;
  }

  .shop-parent {
    padding: 0;
	margin-bottom:2%;
  }

  .shop-flex {
    flex-direction: column;
    margin: 0;
    padding: 1.5rem;
    gap: 1.5rem;
    width: 100%;
    box-shadow: none;
  }

  .image-shop {
    flex: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-shop img {
    width: 80%;
    max-width: 280px;
    height: auto;
  }

  .shop-info {
    flex: none;
    width: 100%;
  }

  .shop-info h2 {
    font-size: 1.3rem;
    text-align: center;
  }

  .shop-info h3 {
    text-align: center;
  }

  .description {
    text-align: center;
    font-size: 0.95rem;
  }

  .quantity-wrapper {
    align-items: center;
	padding:0;
  }

  .quantity-selector {
    justify-content: center;
    width: 30%;
	margin:0;
	padding:1%;
  }

  .to-cart-button-shop {
    width: 100%;
  }

  .ingredients h4 {
    text-align: center;
  }

  .ingredients p {
    font-size: 0.9rem;
  }




  .nav-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: static;
    transform: none;
    flex-direction: column;
    width: 100%;
    display: none;
    gap: 1rem;
    padding: 1rem 0;
    text-align: center;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    font-size: 1.2rem;
  }

}

@media (max-width: 768px) {

  footer {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem;
    text-align: center;
  }

  footer h3 {
    max-width: 100%;
    font-size: 1.3rem;
  }

  footer ul {
    padding: 0;
  }

  footer li {
    font-size: 0.95rem;
  }

  #newsletter {
    align-items: center;
  }

  footer input {
    max-width: 100%;
    width: 100%;
  }

  .newsletter-submit {
    width: 100%;
    max-width: 200px;
  }
@media (max-width: 768px) {

  #bitty-splash {
    height: 180px;
    background-position: center;
    background-size: cover;
  }

  .intro {
    padding: 1.5rem 1rem;
  }

  .intro h1, .shop-intro, .intro-contact h1{
    font-size: 2rem;
	text-align:center;
  }

  .intro p, .disclaimer, .intro-contact p {
    width: 90%;
    font-size: 1rem;
    line-height: 1.6rem;
    padding-bottom: 0;
	text-align:center;
  }

 
  .home-favorites {
    padding: 1.5rem 1rem;
  }

  #favorites-flex {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  #favorites-flex div {
    width: 100%;
    max-width: 280px;
  }

  #favorites-flex img {
    width: 100%;
  }

  .to-cart-button {
    width: 100%;
    font-size: 1rem;
  }


  .full-collection {
    padding-top: 2rem;
  }

  .full-collection button {
    width: 100%;
    font-size: 1rem;
  }

  .where-to-find {
    padding: 1.5rem 1rem;
  }

  .where-to-find p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .where-to-find ul {
    justify-content: center;
    gap: 0.5rem;
  }

  .where-to-find li {
    flex: 1 1 40%;
    font-size: 0.95rem;
    text-align: center;
  }
  .disclaimer {
	 font-size:1rem; 
	 line-height:1.2rem;
	 
  }



  .qty-btn {
    width: 3rem;
    height: 3rem;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.4rem;
    font-weight: 700;

    border-radius: 10px;
    border: 1px solid #ccc;

    background-color: #fff;
    color: #652E11;

    cursor: pointer;
    user-select: none;
    transition: transform 0.15s ease, background-color 0.2s ease;
  }

  .qty-btn:active {
    transform: scale(0.95);
  }

  .qty-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
  }

  .qty {
    min-width: 2.5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .quantity-selector {
    display: flex;
    align-items: center;
    gap: 1rem;

    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 12px;

    width: fit-content;
    background: #fff;
  }
.content-faq {
	width:90%;
}
.faq-menu {
	width:90%;
}
.collapsible-faq {
	width:90%;
	
}

  #sorry-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 1.5rem;
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
  }


  #sorry-page img {
    width: 70%;
    max-width: 280px;
    height: auto;
  }

  #sorry-page div {
    padding: 0;
  }

  #sorry-page h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
  }

  #sorry-page p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }


  .back-to-home {
    width: 100%;
    max-width: 220px;

    padding: 0.8rem 1rem;
    font-size: 1rem;

    border-radius: 10px;
  }

}