/*
Theme Name: Erika Sweets Cake
Theme URI: https://erikasweetcake.com
Author: Erika Sweets Cake
Description: Tema personalizado para Erika Sweets Cake en Kissimmee, Florida.
Version: 2.0.0
Text Domain: erika-sweets-cake
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fffaf7;
}

.esc-site, .esc-site * { box-sizing: border-box; }
.esc-site {
  --pink:#d90b78;
  --pink2:#f04aa2;
  --light:#fde7f3;
  --purple:#c77bd7;
  --cream:#fffaf7;
  --text:#554b55;
  --dark:#4d3345;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fff,var(--cream));
  line-height:1.6;
  width:100%;
  overflow:hidden;
}
.esc-site a { text-decoration:none; }
.esc-wrap { width:min(1120px,92%); margin:auto; }
.esc-top {
  background:linear-gradient(90deg,var(--pink),var(--purple));
  color:#fff; text-align:center; padding:10px 15px; font-size:14px;
}
.esc-nav {
  background:#fff; border-bottom:1px solid #f2d5e6;
  padding:15px 0;
}
.esc-nav-inner {
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.esc-brand { display:flex; align-items:center; gap:12px; color:var(--pink); }
.esc-brand img {
  width:62px; height:62px; object-fit:cover; border-radius:50%;
  border:3px solid var(--light);
}
.esc-brand strong { font-size:24px; }
.esc-links { display:flex; flex-wrap:wrap; gap:18px; align-items:center; }
.esc-links a { color:var(--dark); font-weight:700; font-size:14px; }
.esc-btn {
  display:inline-block; padding:13px 22px; border-radius:999px;
  font-weight:700; text-align:center;
}
.esc-primary {
  color:#fff!important;
  background:linear-gradient(135deg,var(--pink),var(--pink2));
}
.esc-secondary {
  color:var(--pink)!important; background:#fff; border:2px solid var(--light);
}
.esc-hero { padding:65px 0; }
.esc-hero-grid {
  display:grid; grid-template-columns:1.05fr .95fr; gap:45px; align-items:center;
}
.esc-tag {
  display:inline-block; background:var(--light); color:var(--pink);
  padding:8px 14px; border-radius:999px; font-size:13px; font-weight:700;
}
.esc-hero h1 {
  color:var(--dark); font-size:clamp(38px,6vw,68px);
  line-height:1.05; margin:18px 0;
}
.esc-hero h1 span { color:var(--pink); display:block; }
.esc-hero p { font-size:18px; margin-bottom:25px; }
.esc-actions { display:flex; gap:12px; flex-wrap:wrap; }
.esc-logo-card {
  background:#fff; padding:20px; border-radius:28px;
  box-shadow:0 15px 35px rgba(116,38,94,.15);
}
.esc-logo-card img { width:100%; border-radius:20px; }
.esc-section { padding:70px 0; }
.esc-section.alt { background:linear-gradient(135deg,#fde7f3,#efd6f4); }
.esc-title { text-align:center; max-width:720px; margin:0 auto 35px; }
.esc-title small { color:var(--pink); font-weight:800; text-transform:uppercase; }
.esc-title h2 { color:var(--dark); font-size:clamp(30px,4vw,46px); margin:8px 0; }
.esc-grid3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.esc-card {
  background:#fff; padding:25px; border-radius:22px;
  box-shadow:0 12px 28px rgba(116,38,94,.12);
}
.esc-icon { font-size:58px; text-align:center; margin-bottom:10px; }
.esc-card h3 { color:var(--dark); margin:8px 0; }
.esc-price { color:var(--pink); font-weight:800; margin:14px 0; }
.esc-grid2 { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center; }
.esc-about-logo { background:#fff; padding:18px; border-radius:24px; box-shadow:0 12px 28px rgba(116,38,94,.12); }
.esc-about-logo img { width:100%; border-radius:18px; }
.esc-features { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:22px; }
.esc-feature { background:#fff; padding:16px; border-radius:16px; }
.esc-feature strong { color:var(--pink); display:block; }
.esc-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.esc-step { text-align:center; background:#fff; padding:22px; border-radius:20px; box-shadow:0 12px 28px rgba(116,38,94,.1); }
.esc-num {
  width:44px; height:44px; display:grid; place-items:center; margin:0 auto 12px;
  border-radius:50%; color:#fff; font-weight:800;
  background:linear-gradient(135deg,var(--pink),var(--purple));
}
.esc-contact { display:grid; grid-template-columns:.9fr 1.1fr; gap:25px; }
.esc-box { background:#fff; padding:28px; border-radius:22px; box-shadow:0 12px 28px rgba(116,38,94,.12); }
.esc-box h3 { color:var(--dark); margin-bottom:12px; }
.esc-contact-item { margin:15px 0; }
.esc-contact-item strong { color:var(--pink); }
.esc-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.esc-field { margin-bottom:12px; }
.esc-field label { display:block; font-weight:700; margin-bottom:6px; }
.esc-field input,.esc-field select,.esc-field textarea {
  width:100%; padding:13px; border:1px solid #ead7e4;
  border-radius:12px; font:inherit; background:#fffafd;
}
.esc-field textarea { min-height:120px; resize:vertical; }
.esc-footer { background:var(--dark); color:#fff; padding:35px 0; text-align:center; }
.esc-note {
  margin-top:14px; padding:12px; border-radius:12px;
  background:#fff4fa; color:#734b64; font-size:13px;
}
@media(max-width:900px){
  .esc-nav-inner,.esc-grid2,.esc-contact,.esc-hero-grid{grid-template-columns:1fr;display:grid;}
  .esc-links{justify-content:center;}
  .esc-brand{justify-content:center;}
  .esc-grid3{grid-template-columns:1fr 1fr;}
  .esc-steps{grid-template-columns:1fr 1fr;}
  .esc-features{grid-template-columns:1fr;}
}
@media(max-width:600px){
  .esc-grid3,.esc-steps,.esc-form-grid{grid-template-columns:1fr;}
  .esc-actions .esc-btn{width:100%;}
  .esc-links{gap:10px;}
  .esc-links a{font-size:13px;}
  .esc-section{padding:52px 0;}
}


.esc-site a:focus-visible,
.esc-site button:focus-visible,
.esc-site input:focus-visible,
.esc-site select:focus-visible,
.esc-site textarea:focus-visible {
  outline: 3px solid #a7dde7;
  outline-offset: 3px;
}

.esc-field input[type="file"] {
  background: #ffffff;
  cursor: pointer;
}

.esc-field small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}

.esc-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.esc-floating-whatsapp:hover {
  transform: translateY(-2px);
}

@media(max-width:600px) {
  .esc-floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-width: 105px;
    min-height: 44px;
    font-size: 14px;
  }

  .esc-brand strong {
    font-size: 20px;
  }

  .esc-nav-inner {
    gap: 12px;
  }
}


.esc-shopify-ready {
  background: linear-gradient(180deg, #fffaf7, #ffffff);
}

.esc-shop-box {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #f2d5e6;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(116,38,94,.12);
}

.esc-shop-icon {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fde7f3, #efd6f4);
  font-size: 54px;
}

.esc-shop-box h3 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 26px;
}

.esc-shop-box p {
  margin: 0 0 18px;
}

.esc-disabled {
  opacity: .68;
  cursor: not-allowed;
  box-shadow: none;
}

@media(max-width:600px) {
  .esc-shop-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .esc-shop-icon {
    margin: 0 auto;
  }
}


/* WooCommerce integration */
.esc-store-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.esc-cart-link{display:inline-flex;align-items:center;gap:6px}
.esc-cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#d90b78;color:#fff;font-size:12px;line-height:1}
.esc-woocommerce-home .woocommerce ul.products,.esc-wc-page .woocommerce ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0}
.esc-woocommerce-home .woocommerce ul.products:before,.esc-woocommerce-home .woocommerce ul.products:after,.esc-wc-page .woocommerce ul.products:before,.esc-wc-page .woocommerce ul.products:after{display:none}
.esc-woocommerce-home .woocommerce ul.products li.product,.esc-wc-page .woocommerce ul.products li.product{float:none;width:auto;margin:0;padding:18px;background:#fff;border:1px solid #f2d5e6;border-radius:22px;box-shadow:0 12px 28px rgba(116,38,94,.12)}
.woocommerce ul.products li.product a img{border-radius:16px;margin-bottom:14px}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price{color:#d90b78;font-weight:800}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{border-radius:999px;background:linear-gradient(135deg,#d90b78,#f04aa2);color:#fff;font-weight:800;padding:13px 20px}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:#c4086c;color:#fff}
.woocommerce span.onsale{min-width:auto;min-height:auto;padding:7px 12px;border-radius:999px;background:#d90b78;line-height:1.2}
.esc-wc-page{min-height:65vh;padding:55px 0 75px;background:#fffaf7}
.esc-wc-wrap{background:#fff;padding:30px;border-radius:24px;box-shadow:0 14px 35px rgba(116,38,94,.12)}
.esc-wc-header{background:#fff;border-bottom:1px solid #f2d5e6;padding:12px 0}
.woocommerce .quantity .qty{min-height:44px;border:1px solid #ead7e4;border-radius:10px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:46px;padding:11px 12px;border:1px solid #ead7e4;border-radius:10px;background:#fffafd}
.woocommerce-message,.woocommerce-info{border-top-color:#d90b78}
.woocommerce-message:before,.woocommerce-info:before{color:#d90b78}
.woocommerce table.shop_table{border-radius:16px;overflow:hidden}
.woocommerce-checkout #payment{background:#fff4fa;border-radius:16px}
@media(max-width:900px){.esc-woocommerce-home .woocommerce ul.products,.esc-wc-page .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.esc-woocommerce-home .woocommerce ul.products,.esc-wc-page .woocommerce ul.products{grid-template-columns:1fr}.esc-wc-wrap{padding:18px}}
