/* Q10_ECOMMERCE_2026_START */
.q10-e26-page{
  display:grid;
  gap:18px;
  color:#071331;
}

.q10-e26-top{
  display:grid;
  grid-template-columns:auto minmax(240px,1fr) auto;
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(15,23,42,.07);
}

.q10-e26-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  border:0;
  background:transparent;
  color:#071331;
  font-weight:950;
  cursor:pointer;
}

.q10-e26-brand-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,#155eef,#13bdf2);
  color:#fff;
  font-weight:950;
}

.q10-e26-search{
  position:relative;
}

.q10-e26-search-btn{
  position:absolute;
  top:5px;
  right:5px;
  width:38px;
  min-height:36px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,#155eef,#13bdf2);
  color:#fff;
  font-size:18px;
  font-weight:950;
  cursor:pointer;
}

.q10-e26-search input,
.q10-e26-select,
.q10-e26-input{
  width:100%;
  min-height:46px;
  border:1px solid rgba(15,23,42,.11)!important;
  border-radius:16px!important;
  background:#f8fbff!important;
  color:#071331!important;
  padding:0 14px!important;
  font-size:15px!important;
  font-weight:750!important;
  outline:none;
}

.q10-e26-search input{
  padding-right:52px!important;
}

.q10-e26-actions{
  display:flex;
  gap:8px;
  align-items:center;
  justify-content:flex-end;
}

.q10-e26-icon-btn,
.q10-e26-btn{
  min-height:44px;
  border:0;
  border-radius:15px;
  background:#eef5ff;
  color:#0f2d66;
  padding:0 14px;
  font-weight:950;
  cursor:pointer;
}

.q10-e26-icon-btn{
  width:46px;
  padding:0;
  position:relative;
}

.q10-e26-btn.primary{
  background:linear-gradient(135deg,#155eef,#13bdf2);
  color:#fff;
  box-shadow:0 14px 30px rgba(21,94,239,.22);
}

.q10-e26-btn:disabled,
.q10-e26-icon-btn:disabled{
  opacity:.52;
  cursor:not-allowed;
  box-shadow:none;
}

.q10-e26-btn.danger{
  background:#feecec;
  color:#b91c1c;
}

.q10-e26-badge{
  position:absolute;
  top:-5px;
  right:-5px;
  min-width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#f97316;
  color:#fff;
  font-size:11px;
  font-weight:950;
}

.q10-e26-menu{
  display:flex;
  gap:8px;
  overflow:auto;
  scrollbar-width:none;
}

.q10-e26-menu::-webkit-scrollbar{display:none;}

.q10-e26-chip-row{
  display:flex;
  gap:8px;
  overflow:auto;
  padding-bottom:2px;
  scrollbar-width:none;
}

.q10-e26-chip-row::-webkit-scrollbar{display:none;}

.q10-e26-menu button,
.q10-e26-chip{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(21,94,239,.12);
  border-radius:999px;
  background:#eef5ff;
  color:#0f2d66;
  padding:0 14px;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer;
}

.q10-e26-menu button.is-active,
.q10-e26-chip.is-active{
  background:#071331;
  color:#fff;
  border-color:#071331;
}

.q10-e26-hero{
  position:relative;
  overflow:hidden;
  min-height:260px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.62fr);
  gap:24px;
  align-items:center;
  padding:28px;
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 18%,rgba(19,189,242,.36),transparent 28%),
    linear-gradient(135deg,#071331,#155eef 72%,#13bdf2);
  color:#fff;
  box-shadow:0 26px 76px rgba(21,94,239,.24);
}

.q10-e26-hero h2{
  margin:0;
  max-width:720px;
  color:#fff!important;
  font-size:clamp(34px,5vw,60px);
  line-height:1;
  letter-spacing:0;
  font-weight:950;
}

.q10-e26-hero p{
  margin:12px 0 0;
  max-width:620px;
  color:rgba(255,255,255,.78);
  line-height:1.45;
  font-weight:750;
}

.q10-e26-hero-media{
  min-height:210px;
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.08)),
    radial-gradient(circle at 40% 35%,rgba(255,255,255,.28),transparent 36%);
  border:1px solid rgba(255,255,255,.2);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:62px;
  font-weight:950;
}

.q10-e26-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.q10-e26-benefit{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:76px;
  padding:12px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  font-weight:900;
}

.q10-e26-benefit span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#eaf2ff;
  color:#155eef;
  font-size:12px;
  font-weight:950;
}

.q10-e26-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}

.q10-e26-section-head h3{
  margin:0;
  color:#071331;
  font-size:24px;
  line-height:1.1;
  font-weight:950;
}

.q10-e26-section-head p{
  margin:5px 0 0;
  color:#64748b;
  font-weight:750;
}

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

.q10-e26-category-card{
  min-height:116px;
  display:grid;
  gap:8px;
  align-content:center;
  padding:14px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 38px rgba(15,23,42,.06);
  cursor:pointer;
}

.q10-e26-category-card strong{
  font-size:17px;
  font-weight:950;
}

.q10-e26-category-card span{
  color:#64748b;
  font-size:13px;
  font-weight:750;
}

.q10-e26-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:16px;
}

.q10-e26-sidebar,
.q10-e26-card,
.q10-e26-cart-summary{
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 46px rgba(15,23,42,.07);
}

.q10-e26-sidebar{
  padding:16px;
  display:grid;
  gap:14px;
  align-content:start;
  position:sticky;
  top:14px;
}

.q10-e26-filter-group{
  display:grid;
  gap:8px;
}

.q10-e26-filter-group strong{
  font-size:14px;
  font-weight:950;
}

.q10-e26-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.q10-e26-product{
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 42px rgba(15,23,42,.07);
}

.q10-e26-photo{
  position:relative;
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f8fbff,#eaf2ff);
  overflow:hidden;
}

.q10-e26-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.q10-e26-no-photo{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:#dff8ff;
  color:#155eef;
  font-size:22px;
  font-weight:950;
}

.q10-e26-product-badge{
  position:absolute;
  left:10px;
  top:10px;
  min-height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#071331;
  font-size:11px;
  font-weight:950;
  box-shadow:0 10px 22px rgba(15,23,42,.12);
}

.q10-e26-fav{
  position:absolute;
  right:10px;
  top:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#155eef;
  font-weight:950;
}

.q10-e26-product-body{
  display:grid;
  gap:8px;
  padding:13px;
}

.q10-e26-kicker{
  color:#64748b;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}

.q10-e26-product h4{
  margin:0;
  min-height:42px;
  color:#071331;
  font-size:16px;
  line-height:1.18;
  font-weight:950;
}

.q10-e26-desc{
  min-height:36px;
  color:#64748b;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
}

.q10-e26-rating{
  color:#0f7a3b;
  font-size:12px;
  font-weight:900;
}

.q10-e26-price{
  display:grid;
  gap:3px;
}

.q10-e26-price strong{
  color:#071331;
  font-size:21px;
  line-height:1;
  font-weight:950;
}

.q10-e26-price small{
  color:#64748b;
  font-weight:750;
}

.q10-e26-product-actions{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  margin-top:4px;
}

.q10-e26-empty{
  padding:28px;
  border:1px dashed rgba(15,23,42,.16);
  border-radius:22px;
  background:#fff;
  color:#64748b;
  text-align:center;
  font-weight:850;
}

.q10-e26-detail{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);
  gap:18px;
}

.q10-e26-gallery,
.q10-e26-detail-info{
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(15,23,42,.07);
}

.q10-e26-gallery{
  overflow:hidden;
}

.q10-e26-gallery-main{
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f8fbff,#eaf2ff);
}

.q10-e26-gallery-main img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.q10-e26-detail-info{
  padding:22px;
  display:grid;
  gap:14px;
  align-content:start;
}

.q10-e26-detail-info h2{
  margin:0;
  color:#071331;
  font-size:clamp(26px,3vw,42px);
  line-height:1.04;
  font-weight:950;
}

.q10-e26-trust{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.q10-e26-trust span{
  min-height:42px;
  display:flex;
  align-items:center;
  padding:0 12px;
  border-radius:14px;
  background:#f4f8ff;
  color:#0f2d66;
  font-weight:850;
}

.q10-e26-qty{
  display:inline-grid;
  grid-template-columns:42px 48px 42px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.1);
  border-radius:15px;
  background:#fff;
}

.q10-e26-qty button{
  min-height:42px;
  border:0;
  background:#eef5ff;
  color:#0f2d66;
  font-weight:950;
}

.q10-e26-qty output{
  text-align:center;
  font-weight:950;
}

.q10-e26-accordion{
  display:grid;
  gap:8px;
}

.q10-e26-accordion details{
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  background:#f8fbff;
  padding:12px;
}

.q10-e26-accordion summary{
  cursor:pointer;
  font-weight:950;
}

.q10-e26-cart-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:16px;
}

.q10-e26-cart-list,
.q10-e26-cart-summary{
  padding:16px;
}

.q10-e26-cart-item{
  display:grid;
  grid-template-columns:74px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid rgba(15,23,42,.08);
}

.q10-e26-cart-item:last-child{
  border-bottom:0;
}

.q10-e26-cart-thumb{
  width:74px;
  height:74px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#eef5ff;
  color:#155eef;
  font-weight:950;
}

.q10-e26-cart-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.q10-e26-summary-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid rgba(15,23,42,.08);
  color:#64748b;
  font-weight:850;
}

.q10-e26-summary-row strong{
  color:#071331;
}

.q10-e26-summary-row.total{
  border-bottom:0;
  color:#071331;
  font-size:19px;
  font-weight:950;
}

.q10-e26-checkout-fields{
  display:grid;
  gap:10px;
  margin:12px 0;
}

.q10-e26-sticky{
  display:none;
}

@media (max-width:1180px){
  .q10-e26-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .q10-e26-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:920px){
  .q10-e26-top{
    grid-template-columns:1fr auto;
    border-radius:22px;
  }

  .q10-e26-search{
    grid-column:1 / -1;
    order:3;
  }

  .q10-e26-hero{
    grid-template-columns:1fr;
    min-height:0;
    padding:22px 18px;
    border-radius:28px;
  }

  .q10-e26-hero-media{
    display:none;
  }

  .q10-e26-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .q10-e26-layout,
  .q10-e26-detail,
  .q10-e26-cart-layout{
    grid-template-columns:1fr;
  }

  .q10-e26-sidebar{
    position:static;
  }

  .q10-e26-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .q10-e26-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .q10-e26-product{
    border-radius:20px;
  }

  .q10-e26-product h4{
    font-size:14px;
  }

  .q10-e26-desc{
    display:none;
  }

  .q10-e26-product-actions{
    grid-template-columns:1fr;
  }

  .q10-e26-trust{
    grid-template-columns:1fr;
  }

  .q10-e26-cart-item{
    grid-template-columns:62px minmax(0,1fr);
  }

  .q10-e26-cart-item > .q10-e26-qty,
  .q10-e26-cart-item > button{
    grid-column:2;
  }

  .q10-e26-sticky{
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(86px + env(safe-area-inset-bottom));
    z-index:70;
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:8px;
    padding:8px;
    border:1px solid rgba(15,23,42,.12);
    border-radius:22px;
    background:rgba(255,255,255,.96);
    box-shadow:0 20px 58px rgba(15,23,42,.2);
    backdrop-filter:blur(18px);
  }
}

@media (max-width:430px){
  .q10-e26-benefits{
    grid-template-columns:1fr;
  }

  .q10-e26-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .q10-e26-price strong{
    font-size:18px;
  }

  .q10-e26-product-body{
    padding:10px;
  }
}

body.q10-v26-on button.q10-e26-btn,
body.q10-v26-on button.q10-e26-icon-btn,
body.q10-v26-on button.q10-e26-chip,
body.q10-v26-on .q10-e26-menu button,
body.q10-v26-on .q10-e26-qty button,
body.q10-v26-on button.q10-e26-fav,
body.q10-v26-on button.q10-e26-brand{
  box-shadow:none!important;
}

body.q10-v26-on button.q10-e26-btn,
body.q10-v26-on button.q10-e26-icon-btn,
body.q10-v26-on .q10-e26-menu button,
body.q10-v26-on button.q10-e26-chip{
  background:#eef5ff!important;
  color:#0f2d66!important;
  border:0!important;
}

body.q10-v26-on button.q10-e26-search-btn{
  background:linear-gradient(135deg,#155eef,#13bdf2)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}

body.q10-v26-on button.q10-e26-btn.primary{
  background:linear-gradient(135deg,#155eef,#13bdf2)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(21,94,239,.22)!important;
}

body.q10-v26-on button.q10-e26-btn.danger{
  background:#feecec!important;
  color:#b91c1c!important;
}

body.q10-v26-on .q10-e26-menu button.is-active,
body.q10-v26-on button.q10-e26-chip.is-active{
  background:#071331!important;
  color:#fff!important;
}

body.q10-v26-on .q10-e26-qty button,
body.q10-v26-on button.q10-e26-fav,
body.q10-v26-on button.q10-e26-brand{
  background:transparent!important;
  color:inherit!important;
}
/* Q10_ECOMMERCE_2026_END */
