*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Arial,sans-serif;background:#f4f8fc;color:#0f172a}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.container{max-width:1120px;margin:0 auto;padding:12px}
.footer-space{padding-bottom:86px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.topbar{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  backdrop-filter:blur(8px);
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 0;
}
.logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
  font-size:22px;
  line-height:1.05;
  font-weight:900;
  color:#2563eb;
  text-align:center;
}
.actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex:0 0 auto;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border:none;
  border-radius:14px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  cursor:pointer;
  transition:.18s ease;
  box-shadow:0 6px 16px rgba(15,23,42,.10);
}
.btn:hover{transform:translateY(-1px);opacity:.96}
.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}
.btn-call{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}
.btn-whatsapp{background:linear-gradient(135deg,#22c55e,#0ea54b);color:#fff}
.btn-light{background:#fff;color:#0f172a;border:1px solid #dbeafe;box-shadow:none}
.btn-credit{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}
.btn-cart{background:linear-gradient(135deg,#facc15,#f59e0b);color:#111827}
.btn-see-all{
  min-height:40px;
  padding:10px 14px;
  border-radius:14px;
  font-size:13px;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  box-shadow:0 10px 20px rgba(37,99,235,.22);
  border:none;
  white-space:nowrap;
}

.icon-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  width:42px;
  height:42px;
  border-radius:14px;
  text-decoration:none;
  border:1px solid #dbeafe;
  background:linear-gradient(135deg,#eff6ff,#dbeafe);
  color:#1d4ed8;
  box-shadow:0 8px 18px rgba(37,99,235,.16);
}
.icon-btn-colored{
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  border-color:#2563eb;
  box-shadow:0 10px 20px rgba(37,99,235,.28);
}
.cart-badge{
  position:absolute;
  top:-6px;
  right:-4px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:#e11d48;
  color:#fff;
  font-size:11px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
}

.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:22px 0 14px;
  padding:12px 14px;
  border-radius:18px;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}
.section-head h2{
  font-size:22px;
  margin:0;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-0.2px;
}
.section-pink{background:linear-gradient(135deg,#fff1f2,#ffffff);border:1px solid #fecdd3}
.section-pink h2{color:#be185d}
.section-blue{background:linear-gradient(135deg,#eff6ff,#ffffff);border:1px solid #bfdbfe}
.section-blue h2{color:#1d4ed8}
.section-green{background:linear-gradient(135deg,#ecfdf5,#ffffff);border:1px solid #bbf7d0}
.section-green h2{color:#15803d}
.section-purple{background:linear-gradient(135deg,#f5f3ff,#ffffff);border:1px solid #ddd6fe}
.section-purple h2{color:#7c3aed}

.search{margin:14px 0}
.search input{
  width:100%;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid #dbeafe;
  background:#fff;
  font-size:15px;
}

.pagination,.main-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin:24px 0 8px;
}
.page-link,.main-page-link{
  min-width:40px;
  height:40px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid #dbeafe;
  background:#fff;
  color:#1d4ed8;
  font-weight:800;
  box-shadow:0 6px 14px rgba(15,23,42,.05);
}
.page-link.active,.main-page-link.active{
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  border-color:#2563eb;
}
.page-link.disabled,.main-page-link.disabled{
  opacity:.45;
  pointer-events:none;
}

.drag-carousel{
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  user-select:none;
  cursor:grab;
}
.drag-carousel::-webkit-scrollbar{display:none}
.drag-carousel.dragging{cursor:grabbing}

/* MENU BUTTON */
.menu-btn{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:14px;
  border:1px solid #dbeafe;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(15,23,42,.06);
  padding:0;
  position:relative;
}
.menu-btn::before,
.menu-btn::after,
.menu-btn span{
  content:"";
  display:block;
  width:18px;
  height:2px;
  background:#0f172a;
  border-radius:99px;
  position:absolute;
}
.menu-btn::before{transform:translateY(-6px)}
.menu-btn::after{transform:translateY(6px)}

/* DRAWER */
.cat-drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.35);
  z-index:9998;
  opacity:0;
  pointer-events:none;
  transition:.2s ease;
}
.cat-drawer-overlay.open{
  opacity:1;
  pointer-events:auto;
}
.cat-drawer{
  position:fixed;
  top:0;
  left:0;
  width:min(86vw,340px);
  height:100vh;
  background:#fff;
  z-index:9999;
  transform:translateX(-100%);
  transition:.25s ease;
  box-shadow:18px 0 40px rgba(15,23,42,.18);
  display:flex;
  flex-direction:column;
}
.cat-drawer.open{transform:translateX(0)}
.cat-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:16px 16px 12px;
  border-bottom:1px solid #e5e7eb;
}
.cat-drawer-head h3{
  margin:0;
  font-size:20px;
  color:#0f172a;
}
.drawer-close{
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.cat-drawer-body{
  padding:14px 14px 140px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.drawer-links{
  display:grid;
  gap:10px;
  margin-bottom:14px;
}
.drawer-action-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 14px;
  border-radius:14px;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 16px rgba(15,23,42,.08);
}
.drawer-link-light{
  background:linear-gradient(135deg,#eff6ff,#dbeafe);
  border:1px solid #bfdbfe;
  color:#1d4ed8;
}
.drawer-link-call{
  background:linear-gradient(135deg,#60a5fa,#2563eb);
  color:#fff;
}
.drawer-link-whatsapp{
  background:linear-gradient(135deg,#22c55e,#0ea54b);
  color:#fff;
}
.drawer-divider{
  height:1px;
  background:#e5e7eb;
  margin:4px 0 12px;
}
.drawer-cat-list{
  display:grid;
  gap:10px;
}
.drawer-cat-link{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
}
.drawer-cat-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  overflow:hidden;
  background:#f8fafc;
  flex:0 0 auto;
}
.drawer-cat-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.drawer-cat-text{
  font-size:14px;
  font-weight:800;
  color:#0f172a;
  line-height:1.3;
}

/* CATEGORY BUTTON CAROUSEL */
.cat-button-card{
  min-width:112px;
  max-width:112px;
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:20px;
  padding:8px;
  box-shadow:0 6px 16px rgba(15,23,42,.04);
  flex:0 0 auto;
  text-align:center;
}
.cat-button-icon{
  width:100%;
  height:64px;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(135deg,#eff6ff,#ffffff);
  margin-bottom:8px;
}
.cat-button-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cat-button-name-wrap{
  display:flex;
  justify-content:center;
}
.cat-button-name{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:36px;
  padding:8px 8px;
  border-radius:12px;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1.15;
  text-align:center;
  box-shadow:0 8px 16px rgba(37,99,235,.22);
  overflow:hidden;
  word-break:break-word;
}

/* PRODUCT GRIDS */
.shop-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.shop-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}
.shop-card-top{position:relative;padding:10px}
.shop-image{
  width:100%;
  aspect-ratio:1/1;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(135deg,#eef5ff,#f8fbff);
}
.shop-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.shop-badge-row{
  position:absolute;
  top:14px;
  left:14px;
  right:14px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:8px;
  pointer-events:none;
  z-index:3;
}
.left-badges{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.mini-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 9px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
.mini-online{background:#dcfce7;color:#166534}
.mini-discount{background:#fce7f3;color:#be185d}
.sales-badge{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:4;
  background:linear-gradient(135deg,#ef4444,#dc2626);
  color:#fff;
  border-radius:999px;
  padding:7px 10px;
  font-size:10px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(239,68,68,.30);
  animation:badgePulse 1.2s infinite;
}
.shop-body{padding:0 10px 12px}
.shop-price{
  display:flex;
  align-items:flex-end;
  gap:6px;
  flex-wrap:wrap;
  margin-bottom:6px;
}
.shop-price-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 11px;
  border-radius:12px;
  background:linear-gradient(135deg,#fde68a,#facc15);
  color:#111827;
  font-size:15px;
  line-height:1;
  font-weight:900;
  box-shadow:0 8px 18px rgba(250,204,21,.24);
}
.shop-price-old{
  font-size:11px;
  color:#475569;
  text-decoration:line-through;
  line-height:1;
}
.shop-credit{
  display:inline-block;
  background:linear-gradient(135deg,#fde68a,#facc15);
  color:#111827;
  font-size:11px;
  font-weight:800;
  line-height:1;
  padding:7px 10px;
  border-radius:10px;
  margin-bottom:8px;
}
.shop-title{
  font-size:14px;
  line-height:1.22;
  font-weight:800;
  margin:0 0 7px;
  min-height:34px;
  color:#111827;
}
.shop-desc{
  font-size:11px;
  line-height:1.3;
  color:#475569;
  margin:0 0 10px;
  min-height:30px;
}
.shop-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.shop-actions .btn{
  min-height:36px;
  padding:8px 8px;
  font-size:12px;
  border-radius:12px;
}
.btn-orange{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}

.products-hero{
  background:linear-gradient(135deg,#eff6ff,#f8fbff);
  border:1px solid #dbeafe;
  border-radius:24px;
  padding:18px;
  margin:10px 0 16px;
}
.products-hero h1{
  margin:0 0 8px;
  font-size:26px;
  line-height:1.15;
  color:#0f172a;
}
.products-hero p{
  margin:0;
  font-size:14px;
  color:#475569;
  line-height:1.5;
}
.result-note{
  font-size:13px;
  color:#64748b;
  margin:6px 0 14px;
}
.empty-box{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:24px;
  text-align:center;
  color:#475569;
}

.product-wrap{
  display:grid;
  gap:18px;
  margin-top:14px;
}
.product-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
  overflow:hidden;
}
.product-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  padding:14px;
}
.product-gallery-main{
  width:100%;
  aspect-ratio:1/1;
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(135deg,#eef5ff,#f8fbff);
  border:1px solid #e5e7eb;
}
.product-gallery-main img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:#fff;
}
.product-info{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.product-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.p-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  line-height:1;
}
.p-badge-online{background:#dcfce7;color:#166534}
.p-badge-discount{background:#fce7f3;color:#be185d}
.p-badge-category{background:#dbeafe;color:#1d4ed8}
.product-title{
  font-size:28px;
  line-height:1.18;
  font-weight:900;
  color:#0f172a;
  margin:0;
}
.product-price-row{
  display:flex;
  align-items:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.product-price{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:10px 16px;
  border-radius:16px;
  background:linear-gradient(135deg,#fde68a,#facc15);
  color:#111827;
  box-shadow:0 10px 26px rgba(250,204,21,.30);
  font-size:30px;
  line-height:1;
  font-weight:900;
}
.product-old-price{
  font-size:16px;
  color:#64748b;
  text-decoration:line-through;
  font-weight:700;
}
.product-credit{
  display:inline-block;
  background:linear-gradient(135deg,#fde68a,#facc15);
  color:#111827;
  font-size:12px;
  font-weight:900;
  line-height:1;
  padding:8px 12px;
  border-radius:12px;
}
.product-short{
  color:#475569;
  font-size:15px;
  line-height:1.55;
}
.product-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:4px;
}
.product-actions .btn{
  min-height:46px;
  border-radius:14px;
  font-size:14px;
  font-weight:900;
}
.info-box{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:14px;
  color:#334155;
  font-size:14px;
  line-height:1.6;
}
.desc-box{
  margin-top:14px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:16px;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}
.desc-box h2{
  margin:0 0 10px;
  font-size:20px;
  color:#0f172a;
}
.desc-box p{
  margin:0 0 10px;
  color:#334155;
  line-height:1.7;
  font-size:15px;
}
.more-info-box{
  display:none;
  margin-top:14px;
  padding:14px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#f8fafc;
  color:#334155;
  line-height:1.75;
}
.more-info-box p{margin:0 0 10px}
.more-info-box ul,.more-info-box ol{padding-left:20px;margin:0 0 10px}

.card-pulse{
  animation:cardPulse 1.4s infinite;
  transform-origin:center;
}
@keyframes cardPulse{
  0%{transform:scale(1);box-shadow:0 8px 22px rgba(15,23,42,.05)}
  50%{transform:scale(1.025);box-shadow:0 14px 30px rgba(236,72,153,.20)}
  100%{transform:scale(1);box-shadow:0 8px 22px rgba(15,23,42,.05)}
}
@keyframes badgePulse{
  0%{transform:scale(1)}
  50%{transform:scale(1.08)}
  100%{transform:scale(1)}
}

.help-float{
  position:fixed;
  right:14px;
  bottom:88px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.help-float-bubble{
  background:#ffffff;
  color:#0f172a;
  border:1px solid #dbeafe;
  box-shadow:0 10px 30px rgba(37,99,235,.18);
  border-radius:16px;
  padding:10px 12px;
  font-size:12px;
  font-weight:800;
  max-width:170px;
  line-height:1.35;
}
.help-float-btn{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  font-size:26px;
  box-shadow:0 12px 28px rgba(37,99,235,.42);
}

@media(min-width:900px){
  .product-grid{grid-template-columns:1.02fr .98fr;align-items:start}
}

@media (max-width:480px){
  .container{padding:10px}
  .section-head{padding:10px 12px;border-radius:16px}
  .section-head h2{font-size:18px}
  .btn-see-all{min-height:36px;padding:8px 12px;font-size:12px;border-radius:12px}
  .actions .btn{min-height:38px;padding:8px 10px;font-size:12px}
  .shop-grid{gap:8px}
  .shop-price-main{font-size:14px}
  .shop-title{font-size:13px}
  .shop-desc{font-size:10px}
  .shop-actions .btn{font-size:11px;min-height:34px}
  .page-link,.main-page-link{min-width:36px;height:36px;padding:0 10px;border-radius:10px}
  .menu-btn{width:38px;height:38px;min-width:38px}
  .logo{font-size:16px}
  .product-title{font-size:22px}
  .product-price{font-size:24px;min-height:46px;padding:10px 14px}
  .product-actions{grid-template-columns:1fr}
  .help-float{right:10px;bottom:82px}
  .help-float-bubble{max-width:135px;font-size:11px;padding:8px 10px}
  .help-float-btn{width:52px;height:52px;font-size:22px}
  .cat-button-card{min-width:102px;max-width:102px}
  .cat-button-icon{height:58px}
  .cat-button-name{min-height:34px;font-size:10px;padding:7px 6px;border-radius:11px}
}.live-support-wrap{
  position:fixed;
  right:14px;
  bottom:88px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.live-support-bubble{
  background:linear-gradient(135deg,#ffffff,#eff6ff);
  color:#0f172a;
  border:1px solid #bfdbfe;
  box-shadow:0 14px 34px rgba(37,99,235,.18);
  border-radius:18px;
  padding:11px 13px;
  font-size:12px;
  font-weight:800;
  max-width:180px;
  line-height:1.35;
}

.live-support-btn{
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  color:#fff;
  font-size:26px;
  box-shadow:0 16px 34px rgba(37,99,235,.42);
  position:relative;
  overflow:hidden;
}

.live-support-btn::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  box-shadow:0 0 0 0 rgba(14,165,233,.45);
  animation:liveSupportPulse 2.1s infinite;
}

.live-support-btn:hover{
  transform:translateY(-2px) scale(1.04);
}

.live-support-status{
  position:absolute;
  right:2px;
  bottom:2px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#22c55e;
  border:2px solid #fff;
  z-index:2;
}

@keyframes liveSupportPulse{
  0%{box-shadow:0 0 0 0 rgba(14,165,233,.42)}
  70%{box-shadow:0 0 0 16px rgba(14,165,233,0)}
  100%{box-shadow:0 0 0 0 rgba(14,165,233,0)}
}

@media(max-width:480px){
  .live-support-wrap{
    right:10px;
    bottom:82px;
    gap:8px;
  }
  .live-support-bubble{
    max-width:140px;
    font-size:11px;
    padding:9px 11px;
  }
  .live-support-btn{
    width:54px;
    height:54px;
    font-size:23px;
  }
}
