/** Shopify CDN: Minification failed

Line 1256:1 Expected "}" to go with "{"

**/
.evx-smart {
  background: var(--evx-blue);
  color: var(--evx-light);
  padding: 56px 0;
}

.evx-smart *,
.evx-quiz * {
  box-sizing: border-box;
}

.evx-smart__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.evx-smart__heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 26px;
}

.evx-smart__heading span,
.evx-face__top span,
.evx-card span,
.evx-face-card span,
.evx-quiz__box > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.evx-smart__heading h2,
.evx-face__top h3,
.evx-quiz__box h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
}

.evx-smart__heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.evx-smart__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 44px;
}

.evx-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-align: left;
  text-decoration: none;
}

button.evx-card {
  width: 100%;
  font: inherit;
  cursor: pointer;
}

.evx-card--primary {
  background: #fff;
  color: var(--evx-blue);
}

.evx-card--primary span,
.evx-card--primary small {
  color: rgba(8, 47, 104, 0.68);
}

.evx-card strong {
  color: inherit;
  font-size: 22px;
  line-height: 1.15;
}

.evx-card small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

.evx-face {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.evx-face__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 20px;
}

.evx-face__top a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: #fff;
  color: var(--evx-blue);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.evx-face__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.evx-face-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 260px;
  padding: 22px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.evx-face-card strong {
  color: #fff;
  font-size: 18px;
}

.evx-face-card small {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.evx-face-card__shape {
  position: relative;
  width: 104px;
  height: 116px;
}

.evx-face-card__shape::before {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 76px;
  height: 96px;
  content: "";
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.36);
  transform: translateX(-50%);
}

.evx-face-card__shape::after {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 42px;
  height: 8px;
  border-top: 2px solid var(--evx-blue);
  border-bottom: 2px solid var(--evx-blue);
  content: "";
  transform: translateX(-50%);
}

.evx-face-card__shape i {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 22px;
  height: 10px;
  border-bottom: 3px solid rgba(8, 47, 104, 0.65);
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
}

.evx-face-card__shape--redondo::before {
  width: 84px;
  height: 84px;
  top: 16px;
  border-radius: 50%;
}

.evx-face-card__shape--oval::before {
  border-radius: 50%;
}

.evx-face-card__shape--quadrado::before {
  border-radius: 20px 20px 14px 14px;
}

.evx-face-card__shape--triangular::before {
  clip-path: polygon(50% 4%, 90% 58%, 72% 98%, 28% 98%, 10% 58%);
}

.evx-face-card__shape--coracao::before {
  clip-path: polygon(50% 8%, 84% 22%, 90% 50%, 68% 96%, 32% 96%, 10% 50%, 16% 22%);
}

.evx-quiz {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.58);
}

.evx-quiz[hidden] {
  display: none;
}

.evx-quiz__box {
  position: relative;
  width: min(100%, 680px);
  max-height: 90vh;
  overflow: auto;
  padding: 32px;
  border-radius: 10px;
  background: #fff;
  color: #082f68;
}

.evx-quiz__box h2 {
  color: #082f68;
}

.evx-quiz__box p {
  color: rgba(8, 47, 104, 0.72);
}

.evx-quiz__close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(8, 47, 104, 0.16);
  border-radius: 6px;
  background: #fff;
  color: #082f68;
  cursor: pointer;
}

.evx-quiz__options {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.evx-quiz__option,
.evx-quiz__result a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid rgba(8, 47, 104, 0.18);
  border-radius: 8px;
  background: #f6f9fc;
  color: #082f68;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.evx-quiz__result {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.evx-quiz__result strong {
  display: block;
  padding: 18px;
  border-radius: 8px;
  background: #edf4fb;
  color: #082f68;
  font-size: 18px;
  line-height: 1.4;
}

.evx-quiz__result a {
  justify-content: center;
  background: #082f68;
  color: #fff;
}

@media (max-width: 900px) {
  .evx-smart__actions,
  .evx-face__grid {
    grid-template-columns: 1fr;
  }

  .evx-face__top {
    display: grid;
    align-items: start;
  }
}

.evx-footer {
  background: #f2f4f7;
  color: #082f68;
  font-family: inherit;
}

.evx-footer a {
  color: inherit;
  text-decoration: none;
}

.evx-footer__top {
  padding: 54px 0 42px;
}

.evx-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) minmax(160px, 0.7fr) minmax(160px, 0.7fr) minmax(280px, 1fr);
  gap: 34px;
  align-items: stretch;
}

.evx-footer__brand {
  display: grid;
  align-content: start;
  gap: 16px;
}

.evx-footer__brand img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.evx-footer__contact {
  display: grid;
  gap: 3px;
}

.evx-footer__contact span,
.evx-footer__brand p,
.evx-footer__column a,
.evx-footer__vip p,
.evx-footer__trust span {
  color: rgba(8, 47, 104, 0.66);
  line-height: 1.55;
}

.evx-footer__contact a {
  width: fit-content;
  color: #082f68;
  font-size: 18px;
  font-weight: 900;
}

.evx-footer__column {
  display: grid;
  align-content: start;
  gap: 13px;
}

.evx-footer__column strong {
  margin-bottom: 10px;
  color: #082f68;
  font-size: 15px;
  text-transform: lowercase;
}

.evx-footer__column a {
  width: fit-content;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.evx-footer__vip {
  display: grid;
  align-items: center;
  min-height: 260px;
  padding: 30px;
  background:
    linear-gradient(90deg, rgba(8, 47, 104, 0.88), rgba(8, 47, 104, 0.54)),
    url("evolucce-loja-sala.jpeg") center / cover;
  color: #fff;
}

.evx-footer__vip span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.evx-footer__vip strong {
  display: block;
  margin: 4px 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.evx-footer__vip p {
  color: rgba(255, 255, 255, 0.76);
}

.evx-footer__vip a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: #fff;
  color: #082f68;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.evx-footer__trust {
  padding: 26px 0;
  border-top: 1px solid #dfe6ef;
  border-bottom: 1px solid #dfe6ef;
  background: #fff;
}

.evx-footer__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.evx-footer__trust-grid div {
  display: grid;
  gap: 6px;
}

.evx-footer__trust strong {
  color: #082f68;
  font-size: 15px;
}

.evx-footer__bottom {
  padding: 18px 0;
  background: #e4e9f0;
  color: rgba(8, 47, 104, 0.7);
  font-size: 13px;
}

.evx-footer__bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 990px) {
  .evx-footer__grid,
  .evx-footer__trust-grid {
    grid-template-columns: 1fr;
  }

  .evx-footer__bottom .container {
    display: grid;
  }
}


.evx-card{justify-items:center!important;align-content:center!important;text-align:center!important;border:0!important;border-radius:20px!important;background:#fff!important;color:#42769E!important;box-shadow:0 18px 36px #0002!important;min-height:220px!important;padding:30px 28px!important}.evx-card__icon{display:grid!important;place-items:center!important;width:62px!important;height:62px!important;border-radius:50%!important;background:#42769E!important;color:#fff!important;box-shadow:0 12px 24px #42769e47!important}.evx-card__icon svg{width:34px!important;height:34px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}.evx-card strong{text-transform:none!important;font-size:24px!important;color:#42769E!important;max-width:260px!important}.evx-card small{color:#5d7890!important;max-width:260px!important}


.home-custom-block-images-sections .home-custom-block-images{
  margin:28px 0 34px!important;
}

.home-custom-block-images-sections .home-custom-block-images .container,
.home-custom-block-images-sections .home-custom-block-images .container-fluid{
  width:100%!important;
  max-width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
}

.home-custom-block-images-sections .one-block .custom-block-image{
  border-radius:14px!important;
  overflow:hidden!important;
  background:#edf4fb!important;
}

.home-custom-block-images-sections .one-block .custom-block-image .img-box img{
  width:100%!important;
  height:135px!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}

@media(max-width:767px){
  .home-custom-block-images-sections .one-block .custom-block-image .img-box img{
    height:110px!important;
  }
}

.evx-product-guide{margin:22px 0 18px;padding:22px;border:1px solid rgba(66,118,158,.18);border-radius:18px;background:#f4f8fc;color:#103e63}.evx-product-guide__head{display:grid;gap:6px;margin-bottom:16px}.evx-product-guide__head span{color:#42769e;font-size:12px;font-weight:800}.evx-product-guide__head strong{color:#0b3558;font-size:22px;line-height:1.15}.evx-product-guide__head p{margin:0;color:#5d7890;font-size:14px;line-height:1.45}.evx-product-guide__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.evx-lens-option{display:block;margin:0;cursor:pointer}.evx-lens-option input{position:absolute;opacity:0}.evx-lens-option span{display:grid;min-height:104px;gap:7px;align-content:center;padding:16px;border:1px solid rgba(66,118,158,.22);border-radius:14px;background:#fff;transition:.2s ease}.evx-lens-option input:checked+span{border-color:#42769e;box-shadow:0 12px 26px rgba(66,118,158,.18)}.evx-lens-option strong,.evx-lens-select strong,.evx-prescription-box__title strong{color:#0b3558;font-size:15px}.evx-lens-option small,.evx-prescription-box__title small{color:#668095;line-height:1.35}.evx-prescription-box{padding:16px;border-radius:14px;background:#fff}.evx-prescription-box__title{display:grid;gap:3px;margin-bottom:12px}.evx-degree-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.evx-degree-grid label,.evx-upload span{display:block;margin-bottom:6px;color:#42769e;font-size:12px;font-weight:800}.evx-degree-grid input,.evx-upload input{width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(66,118,158,.24);border-radius:10px;background:#fff;color:#0b3558}.evx-upload{display:block;margin-top:12px}.evx-lens-select{display:grid;gap:10px;margin-top:14px}.evx-lens-select label{display:flex;gap:9px;align-items:center;margin:0;color:#294f6b;font-size:14px}.evx-whatsapp-help{display:flex;min-height:44px;align-items:center;justify-content:center;margin-top:16px;border-radius:999px;background:#42769e;color:#fff!important;font-weight:800;text-decoration:none}.product-shop #product-add-to-cart{width:100%;min-height:52px;border-radius:999px;background:#0bbf4f!important;font-weight:900;letter-spacing:0}@media(max-width:767px){.evx-product-guide{padding:16px}.evx-product-guide__steps,.evx-degree-grid{grid-template-columns:1fr}}
.evx-product-guide{max-width:570px!important;padding:18px!important;margin:18px 0 14px!important}.evx-product-guide__head{margin-bottom:12px!important}.evx-product-guide__head strong{font-size:19px!important}.evx-product-guide__head p{font-size:13px!important}.evx-product-guide__steps{grid-template-columns:1fr!important;gap:8px!important}.evx-lens-option span{min-height:auto!important;padding:12px 14px!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.evx-lens-option small{font-size:12px!important}.evx-prescription-box{padding:14px!important}.evx-degree-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.evx-degree-grid input{min-height:38px!important}.evx-lens-select{gap:7px!important;margin-top:12px!important}.evx-whatsapp-help{min-height:40px!important;margin-top:12px!important}.product-shop .groups-btn{margin-top:10px!important}

.evx-product-guide{max-width:570px!important;margin:18px 0 14px!important;padding:20px!important;border:1px solid #d6e5f1!important;border-radius:18px!important;background:linear-gradient(180deg,#f7fbff,#edf4fa)!important;box-shadow:0 16px 36px #42769e22!important}.evx-product-guide__head{margin-bottom:14px!important}.evx-product-guide__head span{display:inline-flex!important;width:max-content!important;padding:5px 10px!important;border-radius:999px!important;background:#42769e!important;color:#fff!important;font-size:11px!important;font-weight:800!important}.evx-product-guide__head strong{display:block!important;margin-top:8px!important;color:#07345a!important;font-size:21px!important;line-height:1.15!important}.evx-product-guide__head p{font-size:13px!important;color:#4f6f88!important}.evx-product-guide__steps{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-bottom:12px!important}.evx-lens-option span{position:relative!important;min-height:auto!important;padding:13px 14px 13px 44px!important;border-radius:12px!important;background:#fff!important;border:1px solid #d6e5f1!important;display:grid!important;grid-template-columns:1fr!important;gap:2px!important}.evx-lens-option span:before{content:"";position:absolute;left:14px;top:50%;width:18px;height:18px;border-radius:50%;border:2px solid #42769e;transform:translateY(-50%)}.evx-lens-option input:checked+span{border-color:#42769e!important;background:#fff!important;box-shadow:0 10px 24px #42769e24!important}.evx-lens-option input:checked+span:before{background:#42769e;box-shadow:inset 0 0 0 4px #fff}.evx-lens-option strong{font-size:15px!important;color:#07345a!important}.evx-lens-option small{font-size:12px!important;color:#5f7d94!important}.evx-prescription-box{padding:14px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e0ebf3!important}.evx-prescription-box__title{margin-bottom:10px!important}.evx-prescription-box__title strong{font-size:15px!important;color:#07345a!important}.evx-prescription-box__title small{font-size:12px!important;color:#5f7d94!important}.evx-degree-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.evx-degree-grid label,.evx-upload span{font-size:11px!important;color:#42769e!important;font-weight:800!important}.evx-degree-grid input{height:38px!important;border-radius:9px!important;border:1px solid #cfdfea!important;background:#fbfdff!important}.evx-upload input{padding:8px!important;border-radius:10px!important;border:1px solid #cfdfea!important;background:#fbfdff!important}.evx-lens-select{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:12px!important}.evx-lens-select strong{grid-column:1/-1!important;color:#07345a!important;font-size:15px!important}.evx-lens-select label{margin:0!important;padding:10px!important;border:1px solid #d6e5f1!important;border-radius:10px!important;background:#fff!important;color:#244b68!important;font-size:12px!important}.evx-whatsapp-help{height:42px!important;margin-top:12px!important;border-radius:999px!important;background:#42769e!important;color:#fff!important;font-size:14px!important}.product-shop #product-add-to-cart{width:100%!important;max-width:570px!important;height:52px!important;border-radius:999px!important;background:#12c95b!important;color:#062b1b!important;font-size:18px!important;font-weight:900!important}

.evx-whatsapp-help{background:#25d366!important;color:#fff!important;box-shadow:0 10px 22px #25d36633!important}.product-shop #product-add-to-cart{background:#42769e!important;color:#fff!important;box-shadow:0 14px 28px #42769e33!important}.product-shop #product-add-to-cart:hover{background:#315f80!important}.evx-product-guide{margin-bottom:10px!important}.product-shop .groups-btn{margin-top:8px!important}.evx-lens-select label:hover,.evx-lens-option span:hover{border-color:#42769e!important;box-shadow:0 8px 18px #42769e1f!important}.evx-degree-grid input:focus{outline:0!important;border-color:#42769e!important;box-shadow:0 0 0 3px #42769e22!important}

.evx-product-fast-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:570px;margin:18px 0 14px}.evx-fast-buy-button,.evx-tryon-button{min-height:52px;border-radius:999px;font-size:15px;font-weight:900;cursor:pointer}.evx-fast-buy-button{border:0;background:#42769e;color:#fff;box-shadow:0 14px 28px #42769e47}.evx-tryon-button{border:1px solid #42769e;background:#fff;color:#42769e}.evx-tryon-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px;background:rgba(5,20,32,.66)}.evx-tryon-modal[hidden]{display:none}.evx-tryon-modal__box{position:relative;width:min(100%,780px);max-height:92vh;overflow:auto;padding:24px;border-radius:18px;background:#fff;color:#0b3558}.evx-tryon-modal__close{position:absolute;top:14px;right:14px;min-height:34px;padding:0 12px;border:1px solid #d6e5f1;border-radius:999px;background:#fff;color:#42769e;font-weight:800}.evx-tryon-modal__head{display:grid;gap:6px;margin-right:76px;margin-bottom:16px}.evx-tryon-modal__head span{color:#42769e;font-size:12px;font-weight:900}.evx-tryon-modal__head strong{font-size:24px;line-height:1.15}.evx-tryon-modal__head p{margin:0;color:#5d7890}.evx-tryon-upload{display:inline-flex;min-height:42px;align-items:center;justify-content:center;margin-bottom:14px;padding:0 18px;border-radius:999px;background:#42769e;color:#fff;font-weight:900;cursor:pointer}.evx-tryon-upload input{display:none}.evx-tryon-stage{position:relative;display:grid;min-height:420px;place-items:center;overflow:hidden;border:1px solid #d6e5f1;border-radius:16px;background:#f4f8fc}.evx-tryon-selfie{display:none;width:100%;max-height:520px;object-fit:contain}.evx-tryon-stage.has-selfie .evx-tryon-selfie{display:block}.evx-tryon-stage.has-selfie [data-evx-tryon-empty]{display:none}.evx-tryon-frame{position:absolute;top:36%;left:50%;width:56%;max-width:360px;transform:translate(-50%,-50%);mix-blend-mode:multiply;pointer-events:none}.evx-tryon-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.evx-tryon-controls label{display:grid;gap:6px;color:#42769e;font-weight:800}@media(max-width:767px){.evx-product-fast-actions,.evx-tryon-controls{grid-template-columns:1fr}.evx-tryon-stage{min-height:320px}}

.product-shop .groups-btn{
  display:none!important;
}

.evx-tryon-button{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  border:2px solid #42769e!important;
  background:#fff!important;
  color:#42769e!important;
  box-shadow:0 12px 26px #42769e1f!important;
}

.evx-tryon-button:before{
  content:"◉";
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#edf6ff;
  color:#42769e;
  font-size:16px;
}

.evx-tryon-button:hover{
  background:#edf6ff!important;
  transform:translateY(-1px);
}

.evx-fast-buy-button{
  background:#42769e!important;
  color:#fff!important;
}

.evx-product-fast-actions{
  margin-bottom:18px!important;
}

.evx-tryon-modal__box{
  box-shadow:0 30px 80px #0005!important;
}

.evx-tryon-stage{
  background:linear-gradient(180deg,#f8fbff,#edf4fa)!important;
}

.evx-tryon-stage span{
  color:#42769e!important;
  font-weight:800!important;
}

.evx-tryon-frame{
  filter:drop-shadow(0 10px 18px #0003)!important;
}

.evx-tryon-upload{
  background:#42769e!important;
  color:#fff!important;
  box-shadow:0 10px 22px #42769e33!important;
}

.evx-tryon-controls input{
  accent-color:#42769e!important;
}

.evx-tryon-stage--live{
  background:#071827!important;
}

.evx-tryon-video{
  display:none;
  width:100%;
  max-height:520px;
  object-fit:contain;
  transform:scaleX(-1);
  border-radius:14px;
}

.evx-tryon-stage.has-selfie .evx-tryon-video{
  display:block;
}

.evx-tryon-stage.has-selfie .evx-tryon-frame{
  display:block;
}

.evx-tryon-stage--live .evx-tryon-frame{
  width:56%;
  max-width:360px;
  filter:drop-shadow(0 10px 18px #0005);
  mix-blend-mode:normal!important;
}

.evx-tryon-stage--live .evx-tryon-video{
  display:block!important;
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  transform:scaleX(-1)!important;
}

.evx-tryon-stage--live .evx-tryon-frame{
  z-index:2!important;
  mix-blend-mode:multiply!important;
  filter:contrast(1.25) brightness(.95) drop-shadow(0 8px 14px #0004)!important;
  background:transparent!important;
}

.evx-tryon-stage--live{
  background:#000!important;
}
.evx-tryon-stage--live .evx-tryon-frame{
  background:transparent!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 8px 14px #0004)!important;
}

.evx-tryon-frame{
  object-fit:contain!important;
}

.evx-tryon-stage--live .evx-tryon-video{
  display:block!important;
  width:100%!important;
  max-height:520px!important;
  object-fit:contain!important;
  transform:scaleX(-1)!important;
  border-radius:14px!important;
}

.evx-tryon-stage--live .evx-tryon-frame{
  position:absolute!important;
  z-index:3!important;
  width:220px;
  max-width:none!important;
  background:transparent!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 8px 14px #0005)!important;
  pointer-events:none!important;
}

.evx-tryon-stage.has-selfie [data-evx-tryon-empty],
.evx-tryon-stage.has-face [data-evx-tryon-empty]{
  display:none!important;
}
.evx-tryon-stage--live .evx-tryon-frame{
  display:none!important;
}

.evx-tryon-stage--live.has-selfie .evx-tryon-frame,
.evx-tryon-stage--live.has-face .evx-tryon-frame{
  display:block!important;
}

.evx-tryon-stage--live .evx-tryon-video{
  display:none!important;
}

.evx-tryon-stage--live.has-selfie .evx-tryon-video,
.evx-tryon-stage--live.has-face .evx-tryon-video{
  display:block!important;
}
.evx-tryon-stage--live.has-selfie .evx-tryon-frame{
  display:block!important;
  max-width:340px!important;
  transform:translate(-50%,-50%)!important;
}

.evx-tryon-stage--live.has-selfie .evx-tryon-video{
  display:block!important;
  object-fit:cover!important;
  width:100%!important;
  height:100%!important;
}
.evx-tryon-stage--live.has-selfie .evx-tryon-frame{
  display:block!important;
  max-width:340px!important;
  transform:translate(-50%,-50%)!important;
}

.evx-tryon-stage--live.has-selfie .evx-tryon-video{
  display:block!important;
  object-fit:cover!important;
  width:100%!important;
  height:100%!important;
}
/* Ajuste final da página de produto */
.product-shop .evx-product-fast-actions,
.product-shop .evx-product-guide{
  width:100%!important;
  max-width:570px!important;
  box-sizing:border-box!important;
}

.product-shop .evx-product-guide{
  display:block!important;
  margin-top:18px!important;
  padding:22px!important;
  border-radius:20px!important;
  background:#f4f8fc!important;
  border:1px solid #d6e5f1!important;
  box-shadow:0 18px 42px #42769e1f!important;
}

.evx-product-guide__head strong{
  display:block!important;
  max-width:none!important;
  font-size:24px!important;
  line-height:1.1!important;
}

.evx-product-guide__head p{
  max-width:none!important;
  font-size:14px!important;
  line-height:1.45!important;
}

.evx-product-guide__steps{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}

.evx-lens-option span{
  width:100%!important;
  min-height:90px!important;
  box-sizing:border-box!important;
}

.evx-prescription-box,
.evx-lens-select,
.evx-whatsapp-help{
  width:100%!important;
  box-sizing:border-box!important;
}

@media(max-width:767px){
  .evx-product-guide__steps{
    grid-template-columns:1fr!important;
  }
}

/* Produto - compra guiada compacta definitiva */
.product-shop .evx-product-guide{
  width:100%!important;
  max-width:570px!important;
  margin:18px 0 14px!important;
  padding:18px!important;
  border-radius:18px!important;
  background:#f6faff!important;
  border:1px solid #d6e5f1!important;
  box-shadow:0 18px 38px #42769e1f!important;
  overflow:visible!important;
}

.product-shop .evx-product-guide__head{
  display:block!important;
  margin-bottom:14px!important;
}

.product-shop .evx-product-guide__head span{
  display:inline-flex!important;
  margin-bottom:10px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:#42769e!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
}

.product-shop .evx-product-guide__head strong{
  display:block!important;
  max-width:100%!important;
  margin:0 0 8px!important;
  color:#07345a!important;
  font-size:22px!important;
  line-height:1.08!important;
}

.product-shop .evx-product-guide__head p{
  max-width:100%!important;
  margin:0!important;
  color:#4f6f88!important;
  font-size:13px!important;
  line-height:1.45!important;
}

.product-shop .evx-product-guide__steps{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:0 0 12px!important;
}

.product-shop .evx-lens-option{
  width:100%!important;
  min-width:0!important;
}

.product-shop .evx-lens-option span{
  width:100%!important;
  min-height:92px!important;
  padding:12px 12px 12px 40px!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
}

.product-shop .evx-lens-option strong{
  font-size:14px!important;
  line-height:1.15!important;
}

.product-shop .evx-lens-option small{
  font-size:12px!important;
  line-height:1.25!important;
}

.product-shop .evx-prescription-box{
  width:100%!important;
  margin-top:10px!important;
  padding:14px!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
}

.product-shop .evx-degree-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
}

.product-shop .evx-degree-grid div{
  min-width:0!important;
}

.product-shop .evx-degree-grid label{
  white-space:normal!important;
  font-size:11px!important;
  line-height:1.15!important;
}

.product-shop .evx-degree-grid input{
  width:100%!important;
  min-width:0!important;
  height:38px!important;
  padding:0 10px!important;
  box-sizing:border-box!important;
}

.product-shop .evx-lens-select{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  width:100%!important;
}

.product-shop .evx-lens-select strong{
  grid-column:1/-1!important;
}

.product-shop .evx-lens-select label{
  width:100%!important;
  min-height:48px!important;
  padding:10px!important;
  box

  /* Produto - compra guiada mais limpa */
.product-shop .evx-guided-buy,
.evx-guided-buy {
  width: 100% !important;
  max-width: 570px !important;
  margin-top: 22px !important;
  padding: 26px !important;
  border-radius: 22px !important;
  background: #f4f8fc !important;
  border: 1px solid rgba(66, 118, 158, .22) !important;
  box-shadow: 0 18px 42px rgba(0, 37, 76, .08) !important;
}

.evx-guided-buy h3,
.evx-guided-buy h2 {
  font-size: 28px !important;
  line-height: 1.08 !important;
  margin-bottom: 10px !important;
  color: #00376b !important;
}

.evx-guided-buy p {
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #426f94 !important;
  max-width: 460px !important;
}

.evx-buy-options,
.evx-choice-grid,
.evx-guided-options {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

.evx-buy-option,
.evx-choice,
.evx-guided-buy label {
  min-height: 118px !important;
  padding: 18px 14px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1.5px solid rgba(66, 118, 158, .28) !important;
  color: #00376b !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer !important;
  transition: .2s ease !important;
}

.evx-buy-option:hover,
.evx-choice:hover,
.evx-guided-buy label:hover {
  transform: translateY(-2px) !important;
  border-color: #42769e !important;
  box-shadow: 0 12px 26px rgba(66, 118, 158, .16) !important;
}

.evx-buy-option strong,
.evx-choice strong,
.evx-guided-buy label strong {
  font-size: 16px !important;
  line-height: 1.15 !important;
  color: #00376b !important;
}

.evx-buy-option small,
.evx-choice small,
.evx-guided-buy label small {
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #5d7890 !important;
}

.evx-guided-buy input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  accent-color: #42769e !important;
  margin-top: 4px !important;
}

@media (max-width: 768px) {
  .evx-guided-buy {
    max-width: 100% !important;
    padding: 20px !important;
  }

  .evx-buy-options,
  .evx-choice-grid,
  .evx-guided-options {
    grid-template-columns: 1fr !important;
  }

  .evx-buy-option,
  .evx-choice,
  .evx-guided-buy label {
    min-height: auto !important;
  }
}

/* Ajuste forte - largura da coluna da compra guiada */
.product-shop,
.product-shop .product-title,
.product-shop .prices,
.product-shop .groups-btn {
  max-width: 620px !important;
}

.product-shop {
  width: 48% !important;
  min-width: 520px !important;
}

/* Bloco da compra guiada */
.evx-guided-buy,
.evx-lens-builder,
.evx-product-guide {
  width: 100% !important;
  max-width: 620px !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background: #f4f8fc !important;
  border: 1px solid rgba(66, 118, 158, .22) !important;
  box-shadow: 0 18px 44px rgba(0, 37, 76, .08) !important;
}

/* Opções: somente armação / completo / WhatsApp */
.evx-guided-buy label,
.evx-lens-builder label,
.evx-product-guide label {
  width: 100% !important;
  min-height: auto !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-align: left !important;
}

/* Força os 3 cards em uma coluna bonita se o tema estiver apertando */
.evx-guided-buy .evx-options,
.evx-lens-builder .evx-options,
.evx-product-guide .evx-options,
.evx-guided-buy > div,
.evx-lens-builder > div {
  max-width: 100% !important;
}

/* Texto dentro dos cards */
.evx-guided-buy strong,
.evx-lens-builder strong,
.evx-product-guide strong {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.evx-guided-buy small,
.evx-lens-builder small,
.evx-product-guide small {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Campos da receita mais organizados */
.evx-prescription,
.evx-recipe,
.evx-rx-box {
  width: 100% !important;
  max-width: 100% !important;
}

.evx-prescription input,
.evx-recipe input,
.evx-rx-box input {
  min-width: 0 !important;
}

/* Mobile */
@media (max-width: 990px) {
  .product-shop {
    width: 100% !important;
    min-width: 0 !important;
  }

  .evx-guided-buy,
  .evx-lens-builder,
  .evx-product-guide {
    max-width: 100% !important;
  }
}

/* Compra guiada limpa - produto */
.evx-product-guide-clean {
  width: 100% !important;
  max-width: 560px !important;
  margin: 24px 0 !important;
  padding: 26px !important;
  border-radius: 22px !important;
  background: #f4f8fc !important;
  border: 1px solid #cfe0ee !important;
  box-shadow: 0 18px 40px rgba(0, 37, 76, .08) !important;
  color: #00376b !important;
}

.evx-guide-head-clean span {
  display: inline-block !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: #42769e !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  margin-bottom: 14px !important;
}

.evx-guide-head-clean h3 {
  margin: 0 0 10px !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  color: #00376b !important;
}

.evx-guide-head-clean p,
.evx-recipe-clean p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #426f94 !important;
  margin-bottom: 18px !important;
}

.evx-guide-options-clean {
  display: grid !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.evx-guide-options-clean label,
.evx-lens-clean label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1.5px solid #c9ddeb !important;
  cursor: pointer !important;
}

.evx-guide-options-clean label:hover,
.evx-lens-clean label:hover {
  border-color: #42769e !important;
  box-shadow: 0 10px 24px rgba(66, 118, 158, .14) !important;
}

.evx-guide-options-clean input,
.evx-lens-clean input {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  accent-color: #42769e !important;
}

.evx-guide-options-clean strong {
  display: block !important;
  font-size: 17px !important;
  color: #00376b !important;
  line-height: 1.2 !important;
}

.evx-guide-options-clean small {
  display: block !important;
  font-size: 13px !important;
  color: #5d7890 !important;
  margin-top: 4px !important;
}

.evx-recipe-clean,
.evx-lens-clean {
  margin-top: 18px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #d7e5f0 !important;
}

.evx-recipe-clean h4,
.evx-lens-clean h4 {
  margin: 0 0 8px !important;
  font-size: 18px !important;
  color: #00376b !important;
}

.evx-degree-clean {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
}

.evx-degree-clean label {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #42769e !important;
}

.evx-degree-clean input {
  width: 100% !important;
  height: 42px !important;
  margin-top: 5px !important;
  border-radius: 10px !important;
  border: 1px solid #c9ddeb !important;
  padding: 0 12px !important;
}

.evx-upload-clean {
  display: block !important;
  margin-top: 14px !important;
  font-weight: 800 !important;
  color: #00376b !important;
}

.evx-upload-clean input {
  width: 100% !important;
  margin-top: 8px !important;
  padding: 10px !important;
  border-radius: 12px !important;
  border: 1px solid #c9ddeb !important;
  background: #f8fbfd !important;
}

@media (max-width: 768px) {
  .evx-product-guide-clean {
    max-width: 100% !important;
    padding: 20px !important;
  }

  .evx-degree-clean {
    grid-template-columns: 1fr !important;
  }
}