.elementor-393 .elementor-element.elementor-element-fda3d28{--display:flex;--min-height:313px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:37px 37px;--row-gap:37px;--column-gap:37px;--padding-top:050px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-393 .elementor-element.elementor-element-fda3d28:not(.elementor-motion-effects-element-type-background), .elementor-393 .elementor-element.elementor-element-fda3d28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://ustore.click/wp-content/uploads/2026/07/Background-Image-e1784043195398.jpg");}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-393 .elementor-element.elementor-element-236ded9{text-align:center;}.elementor-393 .elementor-element.elementor-element-236ded9 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-393 .elementor-element.elementor-element-e98668e{width:var( --container-widget-width, 85% );max-width:85%;--container-widget-width:85%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-393 .elementor-element.elementor-element-fda3d28:not(.elementor-motion-effects-element-type-background), .elementor-393 .elementor-element.elementor-element-fda3d28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}}@media(max-width:767px){.elementor-393 .elementor-element.elementor-element-fda3d28{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-393 .elementor-element.elementor-element-fda3d28:not(.elementor-motion-effects-element-type-background), .elementor-393 .elementor-element.elementor-element-fda3d28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-393 .elementor-element.elementor-element-e98668e{--container-widget-width:390px;--container-widget-flex-grow:0;width:var( --container-widget-width, 390px );max-width:390px;}.elementor-393 .elementor-element.elementor-element-e98668e.elementor-element{--align-self:center;}}@media(min-width:1025px){.elementor-393 .elementor-element.elementor-element-fda3d28:not(.elementor-motion-effects-element-type-background), .elementor-393 .elementor-element.elementor-element-fda3d28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-e98668e */@import "tailwindcss";

/* ===== Widget Pencari & Filter Produk ===== */
.pf-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f3ff, #eef2ff, #faf5ff);
  padding: 32px 16px;
  font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1e1b4b;
}
.pf-widget {
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(76, 29, 149, 0.12);
}

/* search */
.pf-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f5fb;
  border: 1.5px solid #e6e7f2;
  border-radius: 16px;
  padding: 14px 18px;
  margin-bottom: 18px;
  transition: 0.2s;
}
.pf-search:focus-within {
  border-color: #7c3aed;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
}
.pf-search-ico { font-size: 18px; opacity: 0.6; }
.pf-search input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #1e1b4b;
}

/* main tabs */
.pf-tabs {
  display: flex;
  gap: 10px;
  background: #f4f5fb;
  padding: 6px;
  border-radius: 16px;
  margin-bottom: 16px;
}
.pf-tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: 0.2s;
}
.pf-tab-active {
  background: #fff;
  color: #4c1d95;
  box-shadow: 0 6px 16px rgba(76, 29, 149, 0.15);
}

/* sub category */
.pf-subs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.pf-sub {
  border: 1.5px solid #e6e7f2;
  background: #fff;
  color: #4b5563;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.pf-sub:hover { border-color: #c4b5fd; }
.pf-sub-active {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #fff;
  border-color: transparent;
}

/* grid */
.pf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}
.pf-grid-share {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.pf-empty {
  text-align: center;
  padding: 40px;
  color: #9ca3af;
  font-weight: 600;
}

/* product card */
.pf-card {
  border: 1px solid #eef0f7;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}
.pf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(76, 29, 149, 0.14);
}
.pf-thumb {
  position: relative;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pf-logo {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.pf-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
}
.pf-badge-trending { background: #f97316; }
.pf-badge-hot { background: #dc2626; }
.pf-badge-instan { background: #2563eb; }
.pf-speed {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(37, 99, 235, 0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}
.pf-body { padding: 12px 14px 16px; display: flex; flex-direction: column; }
.pf-cat { font-size: 10px; font-weight: 700; color: #7c3aed; margin: 0 0 4px; }
.pf-name { font-size: 15px; font-weight: 700; margin: 0 0 6px; color: #1e293b; }
.pf-old { font-size: 12px; color: #9ca3af; text-decoration: line-through; margin: 0; }
.pf-price { font-size: 20px; font-weight: 800; color: #dc2626; margin: 0 0 6px; }
.pf-sold { font-size: 12px; color: #f59e0b; margin: 0 0 6px; font-weight: 600; }
.pf-bar { height: 5px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-bottom: 4px; }
.pf-bar span { display: block; height: 100%; background: linear-gradient(90deg, #f97316, #dc2626); }
.pf-stock { font-size: 11px; color: #dc2626; font-weight: 700; margin: 0 0 10px; }
.pf-buy {
  border: none;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  font-weight: 700;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
  margin-top: auto;
}
.pf-buy:hover { filter: brightness(1.08); }

/* sharing card */
.pf-share {
  border-radius: 20px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(160deg, #0f172a, #1e1b4b);
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
}
.pf-share-featured {
  background: linear-gradient(160deg, #1e3a8a, #4c1d95);
  box-shadow: 0 18px 40px rgba(79, 70, 229, 0.4);
}
.pf-share-head { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.pf-share-icon {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 10px; font-size: 16px;
}
.pf-share-name { margin: 0; font-size: 18px; font-weight: 800; }
.pf-share-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.pf-share-old { font-size: 12px; text-decoration: line-through; color: #94a3b8; }
.pf-share-now { font-size: 26px; font-weight: 800; }
.pf-share-per { font-size: 12px; color: #cbd5e1; }
.pf-share-btn {
  border: none;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff; font-weight: 700;
  padding: 11px; border-radius: 12px;
  cursor: pointer; margin-bottom: 14px; font-size: 14px;
}
.pf-share-btn:hover { filter: brightness(1.1); }
.pf-share-apps { font-weight: 700; font-size: 14px; margin: 0 0 12px; }
.pf-share-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.pf-share-list li { font-size: 13px; color: #e2e8f0; line-height: 1.4; }

@media (max-width: 640px) {
  .pf-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pf-widget { padding: 16px; }
}/* End custom CSS */