:root {
  --suta-pink: #dd048f;
  --suta-purple: #7300a7;
  --white: white;
  --whatsapp-green-light: #25d366;
  --whatsapp-green-dark: #1faf55;
  --top-of-page-light: #05d7ee;
  --black: black;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --top-of-page-dark: #10f;
}

body {
  color: #333;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--suta-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: var(--suta-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #555;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

a {
  color: var(--suta-pink);
  text-decoration: none;
}

a:hover {
  color: var(--suta-purple);
}

.hero {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0 10vw 3vh;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
}

.footer {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-logo-wrap {
  flex: none;
}

.image-5 {
  margin-top: 40px;
}

.wrap-footer-logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.livechat-button {
  background-color: var(--whatsapp-green-light);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--whatsapp-green-dark);
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 800;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  background-color: var(--whatsapp-green-light);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--whatsapp-green-dark);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  position: relative;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.top-of-page {
  z-index: 900;
  position: fixed;
  bottom: 30px;
  left: 30px;
}

.top-of-page-container {
  background: linear-gradient(135deg, var(--suta-pink) 0%, var(--suta-purple) 100%);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.top-of-page-container:hover {
  background: linear-gradient(135deg, #c50480 0%, #5e008a 100%);
  transform: scale(1.05);
}

.top-of-page-container .text-block {
  color: #fff;
}

.text-block {
  width: 100px;
  height: 100px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  font-size: 75px;
  line-height: 75px;
  display: flex;
}

.link-block {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 100px;
  display: flex;
}

.section-2 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.nav-link-2 {
  color: #000;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #dd048f;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu-3 {
  padding-top: 3vh;
}

.paragraph-footer {
  color: #dd048f;
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.link-footer-padding {
  color: #dd048f;
  flex-flow: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.link-footer-padding:hover {
  color: #7300a7;
}

.wrap-footer {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 0 5vw;
}

.paragraph-footer-policies {
  color: #dd048f;
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.image-7 {
  max-width: 75px;
  margin-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav {
    width: 100vw;
    min-height: 150px;
  }

  .nav-inner {
    width: 100vw;
  }

  .footer {
    background-color: var(--white);
  }

  .brand {
    padding-left: 18px;
  }

  .wrap-footer-logo {
    padding-bottom: 22px;
  }

  .whatsapp-block {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .top-of-page {
    bottom: 20px;
    left: 20px;
  }

  .top-of-page-container {
    z-index: 999;
    background: linear-gradient(135deg, var(--suta-pink) 0%, var(--suta-purple) 100%);
  }

  .text-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding-top: 40px;
    font-size: 75px;
    line-height: 75px;
    display: flex;
  }

  .menu-icon-2 {
    color: #dd048f;
    font-size: 40px;
  }

  .menu-icon-2:hover {
    color: #7300a7;
    background-color: #fff;
  }

  .menu-icon-2:active {
    background-color: #fff;
  }

  .menu-icon-2:focus {
    color: #7300a7;
    background-color: #fff;
  }

  .nav-link-2 {
    padding-top: 20px;
  }

  .nav-link-2:hover {
    box-shadow: none;
  }

  .nav-menu-3 {
    background-color: #fff;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    padding-top: 40px;
  }

  .menu-button-2:active, .menu-button-2.w--open {
    background-color: #fff;
  }

  .paragraph-footer {
    text-align: center;
  }

  .wrap-footer {
    flex-flow: column;
  }

  .paragraph-footer-policies {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .nav {
    min-height: 150px;
  }

  .wrap-footer-logo {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0 15vw 16px;
    display: flex;
  }

  .whatsapp-block {
    display: flex;
    bottom: 15px;
    right: 15px;
  }

  .top-of-page {
    bottom: 15px;
    left: 15px;
  }

  .menu-icon-2 {
    font-size: 30px;
  }

  .paragraph-footer {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .wrap-footer {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 100%;
    display: flex;
  }

  .paragraph-footer-policies {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .hero {
    padding-bottom: 2vh;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .nav-logo-wrap {
    width: 80vw;
  }

  .image-5 {
    max-width: 100%;
  }

  .wrap-footer-logo {
    padding: 0 5vw 10px;
  }

  .whatsapp-block {
    z-index: 800;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .top-of-page {
    padding-left: 10px;
    bottom: 0;
    left: 0;
  }

  .top-of-page-container {
    width: 80px;
    height: 80px;
    padding-left: 0;
    bottom: 10px;
    right: 0;
  }

  .text-block {
    width: 80px;
    height: 80px;
    padding-top: 30px;
    font-size: 50px;
    line-height: 50px;
  }

  .link-block {
    width: 80px;
    height: 80px;
    padding-left: 0;
  }

  .menu-button-2 {
    padding-top: 50px;
  }

  .paragraph-footer {
    text-align: center;
    padding-left: 0;
  }

  .wrap-footer {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-footer-policies {
    text-align: center;
    padding-left: 0;
  }
}



/* --- site.js behaviours (matches insights): smooth scroll, mobile nav dropdown, WhatsApp pop-in --- */
html { scroll-behavior: smooth; }
@media screen and (max-width: 1279px) {
  .nav.w-nav { position: relative; }
  .nav-menu-3.w-nav-menu.w--open, .nav-menu-3.w-nav-menu.nav-closing { display: block; position: absolute; top: 100%; left: 0; right: 0; z-index: 1200; text-align: center; overflow: hidden; }
  .nav-menu-3.w-nav-menu.w--open .nav-link-2, .nav-menu-3.w-nav-menu.nav-closing .nav-link-2 { display: block; width: 100%; }
}
@keyframes waPop { from { opacity: 0; transform: translateY(12px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.whatsapp-chat { transform-origin: bottom right; }

/* --- iPad-Pro / large-tablet breakpoint (768-1279px): rolled in from the inline <head> <style> that Webflow exported on every page --- */

  @media screen and (max-width: 1279px) and (min-width: 768px) {
	.w-nav[data-collapse="medium"] .w-nav-menu {
	display: none;
	}
	.w-nav[data-collapse="medium"] .w-nav-button {
	display: block;
	}
	h2 {
	font-size: 34px;
	line-height: 44px;
	}
	h3 {
	font-size: 20px;
	line-height: 32px;
	}
	.hero {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	}
	.nav {
	width: 100vw;
	min-height: 150px;
	}
	.nav-inner {
	width: 100vw;
	}
	.footer {
	background-color: var(--white);
	}
	.brand {
	padding-left: 18px;
	}
	.wrap-footer-logo {
	padding-bottom: 22px;
	}
	.whatsapp-block {
	position: fixed;
	bottom: 20px;
	right: 20px;
	}
	.top-of-page {
	bottom: 20px;
	left: 20px;
	}
	.top-of-page-container {
	z-index: 999;
	background: linear-gradient(135deg, var(--suta-pink) 0%, var(--suta-purple) 100%);
	}
	.text-block {
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	padding-top: 40px;
	font-size: 75px;
	line-height: 75px;
	display: flex;
	}
	.menu-icon-2 {
	color: #dd048f;
	font-size: 40px;
	}
	.menu-icon-2:hover {
	color: #7300a7;
	background-color: #fff;
	}
	.menu-icon-2:active {
	background-color: #fff;
	}
	.menu-icon-2:focus {
	color: #7300a7;
	background-color: #fff;
	}
	.nav-link-2 {
	padding-top: 20px;
	}
	.nav-link-2:hover {
	box-shadow: none;
	}
	.nav-menu-3 {
	background-color: #fff;
	min-width: 240px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
	.menu-button-2 {
	padding-top: 40px;
	}
	.menu-button-2:active, .menu-button-2.w--open {
	background-color: #fff;
	}
	.paragraph-footer {
	text-align: center;
	}
	.wrap-footer {
	flex-flow: column;
	}
	.paragraph-footer-policies {
	text-align: center;
	}
  }


/* Footer social buttons (Instagram / X) - shared skeleton, identical across www/shop/insights */
.footer-social {
  justify-content: center;
  gap: 16px;
  margin: 4px 0 26px;
  display: flex;
}
.footer-social-icon {
  width: 44px;
  height: 44px;
  color: var(--suta-purple);
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
  display: flex;
}
.footer-social-icon svg { width: 20px; height: 20px; }
.footer-social-icon:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--suta-pink), var(--suta-purple));
  border-color: transparent;
  transform: translateY(-2px);
}


/* Back-to-top: hidden at the top of the page, revealed once scrolled (site.js toggles .scrolled) */
.top-of-page-container {
  opacity: 0;
  pointer-events: none;
}
.top-of-page-container.scrolled {
  opacity: 1;
  pointer-events: auto;
}

/* Both bottom-corner widgets are fixed boxes bigger than the pixels they paint:
   .top-of-page keeps its footprint while the button inside is invisible, and
   .whatsapp-block spans the whole viewport width at <=479px. The empty part of
   each box would otherwise swallow taps on the page beneath it. */
.top-of-page,
.whatsapp-block {
  pointer-events: none;
}
.whatsapp-container,
.whatsapp-chat {
  pointer-events: auto;
}

/* width/height attrs are for CLS aspect-ratio only — keep images proportional */
img { height: auto; }

