.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root{
  --rosa-blush:#f7d6da;
  --nude-rose:#e9c1b4;
  --dourado:#ddba8a;
  --off:#fafaf8;
  --grafite:#28282f;
  --ameixa:#b84a6e;
  --ameixa-dark:#983657;
  --white:#ffffff;
  --muted:#7d7474;
  --line:#f0dedc;
  --shadow:0 24px 70px rgba(40,40,47,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--grafite);
  background:
    radial-gradient(circle at 12% 5%, rgba(247,214,218,.6), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(221,186,138,.24), transparent 30%),
    var(--off);
}
body.no-scroll{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input{font-family:inherit}
button{cursor:pointer;border:0}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin-inline:auto}
.topbar{
  background:linear-gradient(90deg,var(--ameixa),#cc708d,var(--dourado));
  color:white;
  text-align:center;
  font-size:.82rem;
  font-weight:700;
  padding:.65rem 1rem;
}
.topbar p{margin:0}
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(250,250,248,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(240,222,220,.7);
}
.navbar{
  width:min(1240px,94%);
  margin:auto;
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
}
.brand{
  display:flex;
  align-items:center;
  gap:.7rem;
  flex-shrink:0;
}
.brand-icon{
  width:54px;height:54px;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--rosa-blush),var(--dourado));
  box-shadow:0 12px 30px rgba(184,74,110,.18);
}
.brand svg{width:34px;height:34px;fill:var(--ameixa);stroke:var(--ameixa);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.brand strong{
  display:block;
  font-family:"Playfair Display",serif;
  font-size:1.95rem;
  letter-spacing:-.03em;
}
.brand small{
  display:block;
  text-transform:uppercase;
  letter-spacing:.46em;
  color:var(--dourado);
  font-size:.72rem;
  font-weight:800;
}
.nav-content{display:flex;align-items:center;gap:1rem;flex:1}
.search{
  display:flex;
  flex:1;
  min-width:230px;
  background:white;
  border:1px solid var(--line);
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(40,40,47,.04);
}
.search input{width:100%;border:0;padding:1rem 1.2rem;outline:0;background:transparent}
.search button{width:48px;background:transparent;color:var(--ameixa);font-size:1.2rem}
.nav-links{display:flex;list-style:none;gap:1rem;margin:0;padding:0;font-size:.88rem;font-weight:700}
.nav-links a{padding:.75rem .55rem;color:#4f4747}
.nav-links a:hover{color:var(--ameixa)}
.nav-actions{display:flex;gap:.6rem}
.icon-btn,.cart-btn{
  min-width:44px;
  height:44px;
  border-radius:999px;
  background:white;
  border:1px solid var(--line);
  box-shadow:0 10px 30px rgba(40,40,47,.05);
  font-weight:800;
}
.cart-btn{padding:0 1rem;color:var(--ameixa)}
.cart-btn span{
  display:inline-grid;
  place-items:center;
  min-width:21px;height:21px;
  background:var(--ameixa);
  color:#fff;border-radius:999px;
  font-size:.75rem;
}
.menu-toggle{display:none;background:transparent;gap:5px;flex-direction:column}
.menu-toggle span{width:26px;height:3px;border-radius:99px;background:var(--grafite)}
.hero{
  position:relative;
  overflow:hidden;
  padding:64px 0 54px;
}
.hero-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(120deg, rgba(250,250,248,.7), rgba(247,214,218,.65)),
    radial-gradient(circle at 80% 20%, rgba(221,186,138,.38), transparent 25%);
  z-index:-1;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  gap:3rem;
}
.eyebrow{
  display:inline-block;
  color:var(--ameixa);
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
  margin-bottom:.6rem;
}
.hero h1,.section h2,.premium-banner h2,.about-card h2{
  font-family:"Playfair Display",serif;
  font-size:clamp(2.7rem,6vw,5.8rem);
  line-height:.95;
  letter-spacing:-.055em;
  margin:.1rem 0 1.2rem;
}
.hero p{
  max-width:610px;
  color:#665b5b;
  font-size:1.1rem;
  line-height:1.75;
}
.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin:2rem 0}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:48px;
  border-radius:999px;
  padding:.9rem 1.35rem;
  font-weight:800;
  transition:.25s ease;
}
.btn.primary{
  background:linear-gradient(135deg,var(--ameixa),#d06082);
  color:white;
  box-shadow:0 18px 34px rgba(184,74,110,.25);
}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 22px 42px rgba(184,74,110,.32)}
.btn.ghost{
  background:white;
  border:1px solid var(--line);
  color:var(--grafite);
}
.btn.full{width:100%}
.trust-row{display:flex;gap:1rem;flex-wrap:wrap}
.trust-row div{
  min-width:120px;
  padding:1rem 1.1rem;
  background:rgba(255,255,255,.72);
  border:1px solid var(--line);
  border-radius:20px;
}
.trust-row strong{display:block;font-size:1.25rem;color:var(--ameixa)}
.trust-row span{font-size:.78rem;color:var(--muted)}
.hero-card{
  position:relative;
  min-height:540px;
  border-radius:44px;
  background:
    radial-gradient(circle at 55% 35%, #fff 0 18%, transparent 19%),
    linear-gradient(145deg,#fff7f8,#f5d7d8 60%,#efd0bd);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow);
  overflow:hidden;
  display:grid;
  place-items:center;
}
.hero-card img{width:min(390px,76%);filter:drop-shadow(0 30px 32px rgba(40,40,47,.18));z-index:2}
.product-glow{position:absolute;width:420px;height:420px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.8),transparent 68%)}
.discount-pill{
  position:absolute;right:34px;top:38px;
  width:104px;height:104px;border-radius:999px;
  background:linear-gradient(135deg,var(--ameixa),#e58aa3);
  color:white;
  display:grid;place-items:center;text-align:center;
  font-size:.75rem;
  z-index:3;
  box-shadow:0 18px 32px rgba(184,74,110,.25);
}
.discount-pill strong{font-size:1.55rem;font-family:"Playfair Display",serif}
.floating-card{
  position:absolute;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.8);
  border-radius:20px;
  padding:1rem;
  box-shadow:0 16px 34px rgba(40,40,47,.12);
  z-index:4;
}
.floating-card span{display:block;color:var(--ameixa);font-size:.75rem;font-weight:800}
.floating-card strong{font-size:.86rem}
.fc-one{left:24px;bottom:110px}
.fc-two{right:24px;bottom:44px}
.features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
  margin-top:34px;
}
.features article{
  background:white;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:1.4rem;
  box-shadow:0 14px 34px rgba(40,40,47,.05);
}
.features span{font-size:1.6rem}
.features h3{margin:.8rem 0 .45rem}
.features p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}
.section{padding:82px 0 0}
.section-head{text-align:center;max-width:680px;margin:0 auto 2rem}
.section-head.row{
  display:flex;align-items:end;justify-content:space-between;max-width:none;text-align:left;
}
.section h2,.premium-banner h2,.about-card h2{font-size:clamp(2.1rem,4vw,3.7rem)}
.section-head p{color:var(--muted);line-height:1.65}
.categories{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:1rem;
}
.categories button{
  min-height:105px;
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  font-weight:800;
  color:var(--grafite);
  box-shadow:0 14px 34px rgba(40,40,47,.05);
  transition:.25s;
}
.categories button span{display:block;font-size:1.7rem;margin-bottom:.35rem}
.categories button:hover,.categories button.active{
  background:linear-gradient(135deg,#fff,var(--rosa-blush));
  border-color:#edbec8;
  transform:translateY(-3px);
  color:var(--ameixa);
}
.link-btn{background:transparent;color:var(--ameixa);font-weight:800}
.products-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.25rem;
}
.product-card{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(40,40,47,.07);
  transition:.25s ease;
}
.product-card:hover{transform:translateY(-5px);box-shadow:0 24px 56px rgba(40,40,47,.11)}
.product-media{
  position:relative;
  height:220px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#fff7f8,#f5dedc);
}
.product-media img{width:68%;height:170px;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(40,40,47,.14))}
.badge{
  position:absolute;top:14px;left:14px;
  background:var(--ameixa);
  color:white;
  font-size:.72rem;font-weight:800;
  padding:.42rem .65rem;border-radius:999px;
}
.wishlist{
  position:absolute;right:14px;top:14px;
  width:38px;height:38px;border-radius:999px;background:white;color:var(--ameixa);
}
.product-info{padding:1.15rem}
.product-info small{color:var(--muted);font-weight:700}
.product-info h3{margin:.35rem 0 .5rem;font-size:1rem}
.rating{font-size:.8rem;color:#b8853f;font-weight:800;margin-bottom:.8rem}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}
.price{font-weight:900;color:var(--grafite)}
.old-price{display:block;color:#aaa;text-decoration:line-through;font-size:.78rem;font-weight:600}
.add-btn{
  width:44px;height:44px;border-radius:16px;
  background:linear-gradient(135deg,var(--ameixa),#d06082);
  color:white;
  font-size:1.25rem;
}
.premium-banner{
  margin-top:80px;
  padding:3rem;
  background:linear-gradient(135deg,#202027,#303039);
  color:white;
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.premium-banner p{color:rgba(255,255,255,.72)}
.gold{color:var(--dourado)}
.brand-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1rem;
  margin-top:2rem;
}
.brand-strip span{
  padding:1.15rem;
  border:1px solid rgba(221,186,138,.28);
  border-radius:20px;
  text-align:center;
  font-family:"Playfair Display",serif;
  color:#f1d4a9;
  background:rgba(255,255,255,.04);
}
.split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:1.5rem;
  align-items:stretch;
  margin-bottom:70px;
}
.about-card,.newsletter{
  background:white;
  border:1px solid var(--line);
  border-radius:34px;
  padding:2rem;
  box-shadow:0 18px 42px rgba(40,40,47,.06);
}
.about-card p,.newsletter p,.muted{color:var(--muted);line-height:1.7}
.check-list{padding:0;margin:1rem 0 0;list-style:none}
.check-list li{padding:.55rem 0;font-weight:700}
.check-list li:before{content:"✓";color:var(--ameixa);font-weight:900;margin-right:.6rem}
.newsletter form{display:flex;gap:.7rem;margin-top:1.1rem}
.newsletter input,.checkout-form input,.account-card input{
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  padding:1rem;
  outline:0;
  background:#fff;
}
.newsletter small{display:block;margin-top:.8rem;color:var(--ameixa);font-weight:700}
.cart-drawer{
  position:fixed;
  top:0;right:-440px;
  width:min(430px,94vw);
  height:100dvh;
  background:white;
  z-index:120;
  padding:1.35rem;
  box-shadow:-30px 0 80px rgba(40,40,47,.18);
  transition:.28s ease;
  overflow:auto;
}
.cart-drawer.open{right:0}
.drawer-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}
.drawer-head h2{margin:0;font-family:"Playfair Display",serif;font-size:2rem}
.close-btn{width:42px;height:42px;border-radius:999px;background:#f9ecef;color:var(--ameixa);font-size:1.6rem}
.cart-items{margin:1.3rem 0;display:grid;gap:.85rem}
.cart-empty{
  padding:2rem 1rem;
  text-align:center;
  color:var(--muted);
  border:1px dashed var(--line);
  border-radius:20px;
}
.cart-item{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:.8rem;
  align-items:center;
  padding:.75rem;
  border:1px solid var(--line);
  border-radius:20px;
}
.cart-item img{width:64px;height:64px;object-fit:contain;background:#fff6f7;border-radius:16px}
.cart-item h4{margin:0 0 .25rem;font-size:.9rem}
.cart-item p{margin:0;color:var(--muted);font-size:.82rem}
.qty{display:flex;align-items:center;gap:.35rem;margin-top:.45rem}
.qty button{width:25px;height:25px;border-radius:8px;background:#f7edf0;color:var(--ameixa);font-weight:900}
.remove{background:transparent;color:var(--ameixa);font-weight:900}
.coupon-box{
  border:1px solid var(--line);
  border-radius:20px;
  padding:1rem;
  margin:1rem 0;
}
.coupon-box label{font-weight:800;font-size:.86rem}
.coupon-box div{display:flex;gap:.5rem;margin-top:.6rem}
.coupon-box input{flex:1;border:1px solid var(--line);border-radius:14px;padding:.85rem;outline:0}
.coupon-box button{border-radius:14px;padding:0 .9rem;background:var(--grafite);color:white;font-weight:800}
.coupon-box small{display:block;margin-top:.5rem;color:var(--ameixa);font-weight:700}
.cart-summary{display:grid;gap:.75rem;margin:1rem 0}
.cart-summary div{display:flex;justify-content:space-between;gap:1rem;color:var(--muted)}
.cart-summary strong{color:var(--grafite)}
.cart-summary .total{
  padding-top:.9rem;
  border-top:1px solid var(--line);
  color:var(--grafite);
  font-size:1.12rem;
}
.overlay{
  position:fixed;inset:0;
  background:rgba(40,40,47,.46);
  backdrop-filter:blur(5px);
  z-index:100;
  opacity:0;pointer-events:none;
  transition:.25s;
}
.overlay.open{opacity:1;pointer-events:auto}
.checkout-modal,.success-modal,.account-modal{
  position:fixed;inset:0;
  z-index:130;
  display:none;
  place-items:center;
  padding:1rem;
}
.checkout-modal.open,.success-modal.open,.account-modal.open{display:grid}
.checkout-card,.success-card,.account-card{
  width:min(980px,96vw);
  max-height:92dvh;
  overflow:auto;
  background:white;
  border-radius:34px;
  box-shadow:0 40px 100px rgba(40,40,47,.28);
  padding:1.5rem;
  position:relative;
}
.checkout-grid{display:grid;grid-template-columns:1fr .9fr;gap:1.2rem;padding:1rem}
.checkout-form{display:grid;gap:.8rem}
.checkout-form label,.account-card label{font-weight:800;font-size:.86rem;color:#514949;display:grid;gap:.45rem}
.payment-methods{
  border:1px solid var(--line);
  border-radius:20px;
  padding:1rem;
  display:grid;
  gap:.7rem;
}
.payment-methods p{margin:0;font-weight:900}
.payment-methods label{display:flex;align-items:center;gap:.55rem}
.checkout-summary{
  background:#fff8f9;
  border:1px solid var(--line);
  border-radius:26px;
  padding:1.3rem;
}
.checkout-summary h3{margin-top:0}
.checkout-mini-item{
  display:flex;
  justify-content:space-between;
  gap:.7rem;
  margin:.72rem 0;
  font-size:.9rem;
}
.secure-note{font-size:.82rem;color:var(--muted);line-height:1.55}
.modal-close{position:absolute;right:1rem;top:1rem}
.success-card,.account-card{width:min(470px,94vw);text-align:center;padding:2.2rem}
.success-icon{
  width:76px;height:76px;border-radius:999px;
  margin:0 auto 1rem;
  display:grid;place-items:center;
  color:white;background:linear-gradient(135deg,var(--ameixa),#d06082);
  font-size:2.5rem;font-weight:900;
}
.account-card form{text-align:left;display:grid;gap:.9rem;margin-top:1rem}
.footer{
  background:#202027;
  color:white;
  padding:3rem 0 1.2rem;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1.2fr;
  gap:2rem;
}
.footer p,.footer a{color:rgba(255,255,255,.68);display:block;line-height:1.65;margin:.5rem 0}
.footer h4{margin-top:0;color:#f1d4a9}
.footer-brand .brand-icon{background:rgba(255,255,255,.08)}
.footer-brand svg{fill:#f1d4a9;stroke:#f1d4a9}
.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);margin-top:2rem;padding-top:1.2rem;color:rgba(255,255,255,.45);font-size:.85rem}
@media(max-width:980px){
  .menu-toggle{display:flex}
  .nav-content{
    position:absolute;
    top:86px;left:3%;right:3%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    background:white;
    border:1px solid var(--line);
    border-radius:24px;
    padding:1rem;
    box-shadow:var(--shadow);
  }
  .nav-content.open{display:flex}
  .nav-links{flex-wrap:wrap;justify-content:center}
  .hero-grid,.split,.checkout-grid{grid-template-columns:1fr}
  .hero-card{min-height:430px}
  .features,.products-grid{grid-template-columns:repeat(2,1fr)}
  .categories{grid-template-columns:repeat(3,1fr)}
  .brand-strip{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .brand strong{font-size:1.45rem}
  .brand small{letter-spacing:.28em}
  .brand-icon{width:46px;height:46px}
  .hero{padding-top:38px}
  .hero-actions,.newsletter form{flex-direction:column}
  .features,.products-grid,.categories,.footer-grid,.brand-strip{grid-template-columns:1fr}
  .section-head.row{display:block}
  .product-media{height:190px}
  .premium-banner{padding:2rem 1.3rem}
  .cart-item{grid-template-columns:58px 1fr}
  .remove{grid-column:2}
}/* End custom CSS */