:where(.gktce-ui,.gktce-products,.gktce-product-page,.gktce-single-product,.gktce-cart,.gktce-category-page,.gktce-home-page,.gktce-shop-page,.gktce-store-header,.gktce-store-footer){
  --gktce-primary:#0057ff;
  --gktce-dark:#050505;
  --gktce-text:#111827;
  --gktce-muted:#6b7280;
  --gktce-border:#e5e7eb;
  --gktce-soft:#f7f8fb;
  --gktce-white:#ffffff;
  --gktce-success:#12843b;
  --gktce-danger:#b42318;
  --gktce-warning:#915f00;
  --gktce-radius:14px;
  --gktce-shadow:0 14px 40px rgba(15,23,42,.08);
}
.gktce-products{display:grid;gap:22px;width:100%;margin:24px 0}.gktce-columns-1{grid-template-columns:1fr}.gktce-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gktce-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gktce-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gktce-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.gktce-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.gktce-product-card{position:relative;background:var(--gktce-white);border:1px solid var(--gktce-border);border-radius:var(--gktce-radius);box-shadow:0 10px 28px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.gktce-product-card:hover{transform:translateY(-2px);box-shadow:var(--gktce-shadow);border-color:#d7dce5}.gktce-product-image{position:relative;display:block;aspect-ratio:4/3;background:#f4f4f4;color:#777;text-decoration:none;overflow:hidden}.gktce-product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.gktce-product-card:hover .gktce-product-image img{transform:scale(1.035)}.gktce-product-image span{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.gktce-card-badge{position:absolute;top:10px;left:10px;background:#fff0f0;color:#c42424;border:1px solid #ffd5d5;border-radius:999px;font-size:11px;line-height:1;padding:7px 9px;font-weight:900}.gktce-product-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.gktce-product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#555}.gktce-sku{font-weight:800}.gktce-stock{font-weight:900;border:1px solid #ddd;padding:4px 8px;background:#fafafa;border-radius:999px;white-space:nowrap}.gktce-stock-in_stock{color:var(--gktce-success)}.gktce-stock-out_of_stock{color:var(--gktce-danger)}.gktce-stock-on_request{color:var(--gktce-warning)}.gktce-product-title{font-size:18px;line-height:1.25;margin:0}.gktce-product-title a{color:var(--gktce-text);text-decoration:none}.gktce-product-title a:hover{text-decoration:underline}.gktce-card-excerpt{font-size:14px;color:#555;line-height:1.55;flex:1}.gktce-card-price,.gktce-single-price{font-size:17px;color:var(--gktce-text)}.gktce-price{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.gktce-price strong{font-weight:950}.gktce-price del{color:#888;font-size:.9em}.gktce-price-empty{font-weight:800;color:#333}.gktce-card-actions,.gktce-single-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.gktce-card-actions form{margin:0}.gktce-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;text-decoration:none;font-size:14px;font-weight:900;border:1px solid var(--gktce-dark);cursor:pointer;border-radius:10px;line-height:1.1;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.gktce-btn:hover{transform:translateY(-1px);text-decoration:none}.gktce-btn-primary{background:var(--gktce-primary);border-color:var(--gktce-primary);color:#fff}.gktce-btn-secondary{background:#fff;color:var(--gktce-dark)}.gktce-btn-dark{background:#000;border-color:#000;color:#fff}.gktce-btn[disabled],.gktce-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.gktce-muted{color:var(--gktce-muted)}
.gktce-single-product{width:100%;max-width:1320px;margin:22px auto 40px;padding:0 18px;color:var(--gktce-text)}.gktce-breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 18px;color:var(--gktce-muted);font-size:13px}.gktce-breadcrumbs a{color:var(--gktce-muted);text-decoration:none}.gktce-breadcrumbs a:hover{color:var(--gktce-primary);text-decoration:underline}.gktce-single-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:42px;align-items:start}.gktce-single-gallery{min-width:0}.gktce-gallery-main{position:relative;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid var(--gktce-border);border-radius:var(--gktce-radius);overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.05)}.gktce-gallery-main img{width:100%;aspect-ratio:1.05/1;object-fit:contain;display:block;padding:28px;background:#fafafa}.gktce-gallery-zoom{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#111;border:1px solid var(--gktce-border);box-shadow:0 8px 18px rgba(15,23,42,.08);text-decoration:none;font-size:22px;font-weight:900}.gktce-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}.gktce-gallery-thumb{border:1px solid var(--gktce-border);background:#fff;border-radius:10px;padding:0;aspect-ratio:1.2/1;overflow:hidden;cursor:pointer}.gktce-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gktce-gallery-thumb.is-active{border-color:var(--gktce-primary);box-shadow:0 0 0 2px rgba(0,87,255,.14)}.gktce-single-placeholder{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:#f3f3f3;color:#777;border:1px solid var(--gktce-border);border-radius:var(--gktce-radius)}.gktce-single-summary{display:flex;flex-direction:column;gap:16px;min-width:0}.gktce-brand{color:var(--gktce-primary);font-size:13px;font-weight:950;letter-spacing:.02em}.gktce-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.gktce-single-title{font-size:34px;line-height:1.12;margin:0;color:#0b0d12;font-weight:950;letter-spacing:-.03em}.gktce-wishlist-placeholder{width:42px;height:42px;border:0;background:#fff;color:#374151;font-size:28px;line-height:1;cursor:pointer}.gktce-rating-placeholder{display:flex;align-items:center;gap:10px;color:var(--gktce-muted);font-size:14px}.gktce-stars{color:#ff9d00;letter-spacing:1px;font-size:17px}.gktce-single-price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.gktce-single-price{font-size:32px;font-weight:950;line-height:1}.gktce-discount-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;background:#fff0f0;color:#c42424;border:1px solid #ffd5d5;border-radius:999px;font-size:13px;font-weight:950}.gktce-single-short-summary{color:#4b5563;font-size:15.5px;line-height:1.75}.gktce-single-short-summary p{margin:0}.gktce-single-cart-form{display:grid;grid-template-columns:auto minmax(160px,1fr) minmax(160px,1fr);gap:14px;align-items:end;width:100%}.gktce-quantity-control{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:900;color:#111}.gktce-qty-stepper{display:flex;align-items:center;height:48px;border:1px solid var(--gktce-border);border-radius:10px;overflow:hidden;background:#fff}.gktce-qty-stepper button{width:42px;height:48px;border:0;background:#fff;color:#111;font-size:20px;font-weight:800;cursor:pointer}.gktce-qty-input,.gktce-cart-qty{width:62px;min-height:48px;border:0;border-left:1px solid var(--gktce-border);border-right:1px solid var(--gktce-border);border-radius:0;padding:8px 10px;text-align:center;font-weight:900}.gktce-qty-input::-webkit-outer-spin-button,.gktce-qty-input::-webkit-inner-spin-button{appearance:none;margin:0}.gktce-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--gktce-border);border-radius:var(--gktce-radius);overflow:hidden;background:#fff;margin-top:8px}.gktce-info-card{display:grid;grid-template-columns:34px 1fr;gap:4px 12px;padding:16px;border-bottom:1px solid var(--gktce-border);min-height:82px}.gktce-info-card:nth-child(odd){border-right:1px solid var(--gktce-border)}.gktce-info-card:nth-last-child(-n+2){border-bottom:0}.gktce-info-icon{grid-row:1/3;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#111;font-size:22px}.gktce-info-card strong{font-size:14px;line-height:1.25}.gktce-info-card small{display:block;color:var(--gktce-muted);font-size:13px;line-height:1.35}.gktce-cart-notice{margin:0;padding:12px 14px;border:1px solid #cfe8d5;background:#f0fff4;color:#126b30;font-weight:800;border-radius:10px}.gktce-cart-notice.is-error{border-color:#f1c8c8;background:#fff5f5;color:#9b1c1c}.gktce-product-tabs{margin-top:34px;border-bottom:1px solid var(--gktce-border)}.gktce-tab-nav{display:flex;gap:28px;border-bottom:1px solid var(--gktce-border);overflow-x:auto}.gktce-tab-nav button{position:relative;border:0;background:transparent;color:#374151;font-size:16px;font-weight:900;padding:0 0 14px;white-space:nowrap;cursor:pointer}.gktce-tab-nav button.is-active{color:var(--gktce-primary)}.gktce-tab-nav button.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--gktce-primary);border-radius:999px}.gktce-tab-panel{display:none;padding:24px 0;font-size:16px;line-height:1.75;color:#374151}.gktce-tab-panel.is-active{display:block}.gktce-single-description{font-size:16px;line-height:1.75;color:#374151}.gktce-single-description p:first-child{margin-top:0}.gktce-spec-table{border:1px solid var(--gktce-border);border-radius:12px;overflow:hidden;background:#fff}.gktce-spec-row{display:grid;grid-template-columns:220px 1fr;gap:18px;padding:13px 16px;border-bottom:1px solid var(--gktce-border)}.gktce-spec-row:last-child{border-bottom:0}.gktce-spec-row strong{color:#111}.gktce-feature-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:22px;border-top:1px solid var(--gktce-border);border-bottom:1px solid var(--gktce-border);background:#fff}.gktce-feature-item{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:22px 18px;border-right:1px solid var(--gktce-border)}.gktce-feature-item:last-child{border-right:0}.gktce-feature-item img,.gktce-feature-fallback{width:42px;height:42px;object-fit:contain;display:flex;align-items:center;justify-content:center;color:var(--gktce-primary);font-size:28px}.gktce-feature-item strong{display:block;font-size:14px;color:#111;line-height:1.25}.gktce-feature-item p{margin:5px 0 0;color:var(--gktce-muted);font-size:13px;line-height:1.45}.gktce-related-products{margin-top:28px}.gktce-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.gktce-section-heading h2{margin:0;font-size:24px;line-height:1.2}.gktce-section-heading a{font-weight:900;color:var(--gktce-primary);text-decoration:none}.gktce-empty{padding:20px;background:#fafafa;border:1px solid #e8e8e8;border-radius:var(--gktce-radius)}
.gktce-cart{width:100%;margin:24px 0;border:1px solid var(--gktce-border);background:#fff;border-radius:var(--gktce-radius);overflow:hidden}.gktce-cart-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--gktce-border)}.gktce-cart-header h2{margin:0;font-size:24px}.gktce-cart-header p{margin:4px 0 0;color:#555}.gktce-cart-clear,.gktce-remove-item{border:1px solid #111;background:#fff;color:#111;border-radius:8px;font-weight:900;cursor:pointer;padding:9px 12px}.gktce-cart-empty{padding:28px 20px}.gktce-cart-empty h3{margin-top:0}.gktce-cart-table{display:block;width:100%}.gktce-cart-row{display:grid;grid-template-columns:minmax(240px,2fr) minmax(100px,.8fr) minmax(100px,.8fr) minmax(120px,.8fr) minmax(90px,.6fr);gap:14px;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.gktce-cart-row-head{background:#fafafa;font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:#555}.gktce-cart-product{display:flex;align-items:center;gap:12px}.gktce-cart-thumb{width:64px;height:64px;display:block;background:#f2f2f2;overflow:hidden;border:1px solid #eee;flex:0 0 64px;border-radius:8px}.gktce-cart-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gktce-cart-title{font-weight:900;color:#111;text-decoration:none}.gktce-cart-title:hover{text-decoration:underline}.gktce-cart-summary{margin-left:auto;max-width:420px;padding:20px;display:flex;flex-direction:column;gap:12px}.gktce-cart-summary-line{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #eee;padding-bottom:12px;font-size:18px}.gktce-cart-note{font-size:14px;color:#555;margin:0}.gktce-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;min-height:22px;padding:2px 6px;background:#111;color:#fff;font-size:12px;font-weight:900;border-radius:999px}
@media(max-width:1180px){.gktce-single-grid{grid-template-columns:1fr;gap:26px}.gktce-single-summary{max-width:none}.gktce-gallery-main img{aspect-ratio:16/11}.gktce-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.gktce-feature-item:nth-child(2n){border-right:0}.gktce-feature-item{border-bottom:1px solid var(--gktce-border)}.gktce-feature-item:nth-last-child(-n+2){border-bottom:0}.gktce-columns-4,.gktce-columns-5,.gktce-columns-6{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1024px){.gktce-cart-row{grid-template-columns:minmax(220px,2fr) minmax(90px,.8fr) minmax(90px,.8fr) minmax(110px,.8fr) minmax(80px,.6fr)}}
@media(max-width:780px){.gktce-products,.gktce-columns-2,.gktce-columns-3,.gktce-columns-4,.gktce-columns-5,.gktce-columns-6{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gktce-product-body{padding:12px}.gktce-product-title{font-size:15px}.gktce-card-excerpt{font-size:13px}.gktce-card-actions{flex-direction:column}.gktce-card-actions form,.gktce-card-actions .gktce-btn{width:100%}.gktce-btn{width:100%;min-height:42px}.gktce-single-product{padding:0 12px;margin-top:14px}.gktce-single-title{font-size:27px}.gktce-single-price{font-size:26px}.gktce-gallery-main img{padding:14px;aspect-ratio:1/1}.gktce-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.gktce-single-cart-form{grid-template-columns:1fr}.gktce-quantity-control,.gktce-qty-stepper,.gktce-btn{width:100%}.gktce-qty-stepper{justify-content:space-between}.gktce-qty-stepper button{flex:0 0 48px}.gktce-qty-input{flex:1;width:auto}.gktce-info-grid{grid-template-columns:1fr}.gktce-info-card,.gktce-info-card:nth-child(odd){border-right:0}.gktce-info-card:nth-last-child(-n+2){border-bottom:1px solid var(--gktce-border)}.gktce-info-card:last-child{border-bottom:0}.gktce-tab-nav{gap:20px}.gktce-tab-nav button{font-size:14px}.gktce-spec-row{grid-template-columns:1fr;gap:4px}.gktce-feature-strip{grid-template-columns:1fr}.gktce-feature-item,.gktce-feature-item:nth-child(2n),.gktce-feature-item:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--gktce-border)}.gktce-feature-item:last-child{border-bottom:0}.gktce-cart-header{align-items:flex-start;flex-direction:column}.gktce-cart-row-head{display:none}.gktce-cart-row{grid-template-columns:1fr;gap:10px;padding:16px}.gktce-cart-row>div:not(.gktce-cart-product){display:flex;align-items:center;justify-content:space-between;gap:14px}.gktce-cart-row>div:nth-child(2)::before{content:'Price';font-weight:900}.gktce-cart-row>div:nth-child(3)::before{content:'Quantity';font-weight:900}.gktce-cart-row>div:nth-child(4)::before{content:'Total';font-weight:900}.gktce-cart-qty{width:110px;border:1px solid var(--gktce-border);border-radius:8px}.gktce-cart-summary{max-width:none;margin-left:0}}
@media(max-width:480px){.gktce-products,.gktce-columns-2,.gktce-columns-3,.gktce-columns-4,.gktce-columns-5,.gktce-columns-6{grid-template-columns:1fr}.gktce-product-image{aspect-ratio:16/10}.gktce-title-row{gap:8px}.gktce-single-title{font-size:24px}.gktce-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.gktce-section-heading h2{font-size:20px}}

/* v0.2.2 single product refinements */
body.single-gkt_product .site-main > article > .entry-header,
body.single-gkt_product article.gkt_product > .entry-header,
body.single-gkt_product .ast-single-post .entry-header,
body.single-gkt_product .ast-single-post .entry-title:not(.gktce-single-title),
body.single-gkt_product .entry-meta,
body.single-gkt_product .posted-on,
body.single-gkt_product .byline,
body.single-gkt_product .cat-links,
body.single-gkt_product .tags-links {
  display: none !important;
}

body.single-gkt_product .entry-content,
body.single-gkt_product .site-main,
body.single-gkt_product .content-area {
  margin-top: 0 !important;
}

.gktce-product-page {
  --gktce-primary: #0057ff;
  --gktce-dark: #0f172a;
  --gktce-muted: #667085;
  --gktce-border: #e5e7eb;
  --gktce-soft: #f8fafc;
  --gktce-radius: 14px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.gktce-single-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  gap: 28px;
}

.gktce-single-summary {
  gap: 12px;
}

.gktce-brand {
  margin-bottom: -2px;
}

.gktce-title-row {
  align-items: flex-start;
  gap: 12px;
}

.gktce-single-title {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.gktce-wishlist-placeholder {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.gktce-single-price-row {
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}

.gktce-single-price {
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1;
}

.gktce-single-short-summary {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.62;
}

.gktce-gallery-main {
  cursor: zoom-in;
}

.gktce-gallery-main img {
  transition: transform .22s ease, transform-origin .08s linear;
  will-change: transform;
}

.gktce-gallery-main:hover img {
  transform: scale(1.35);
}

.gktce-gallery-thumbs {
  margin-top: 10px;
}

.gktce-gallery-thumb {
  min-height: 84px;
}

.gktce-single-cart-form {
  grid-template-columns: 150px minmax(160px, 1fr) minmax(150px, 1fr);
  gap: 12px;
  align-items: end;
}

.gktce-quantity-control {
  min-width: 0;
}

.gktce-quantity-control > span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  color: var(--gktce-dark);
}

.gktce-qty-stepper {
  display: grid;
  grid-template-columns: 42px minmax(46px, 1fr) 42px;
  width: 150px;
  height: 46px;
  border: 1px solid var(--gktce-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.gktce-qty-stepper button {
  width: auto;
  height: 44px;
  border: 0;
  background: #fff;
  color: #111827;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.gktce-qty-stepper button:hover {
  background: #f3f4f6;
}

.gktce-qty-input,
.gktce-cart-qty {
  width: 100%;
  min-width: 0;
  height: 44px;
  min-height: 44px;
  border: 0;
  border-left: 1px solid var(--gktce-border);
  border-right: 1px solid var(--gktce-border);
  border-radius: 0;
  padding: 0 4px;
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  background: #fff;
  color: #111827;
  -moz-appearance: textfield;
  appearance: textfield;
}

.gktce-qty-input::-webkit-outer-spin-button,
.gktce-qty-input::-webkit-inner-spin-button,
.gktce-cart-qty::-webkit-outer-spin-button,
.gktce-cart-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.gktce-single-cart-form .gktce-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  white-space: nowrap;
}

.gktce-info-grid {
  margin-top: 4px;
}

.gktce-info-card {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 3px 12px;
  padding: 14px;
  min-height: 76px;
}

.gktce-info-icon {
  width: 34px;
  height: 34px;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid var(--gktce-border);
  border-radius: 10px;
}

.gktce-info-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  display: block;
}

.gktce-info-card strong {
  font-size: 13.5px;
  line-height: 1.2;
}

.gktce-info-card small {
  font-size: 12.5px;
  line-height: 1.28;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gktce-product-tabs {
  margin-top: 24px;
}

.gktce-tab-nav {
  overflow-x: auto;
  scrollbar-width: none;
}

.gktce-tab-nav::-webkit-scrollbar {
  display: none;
}

.gktce-tab-panel {
  padding-top: 18px;
}

.gktce-related-products .gktce-products {
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .gktce-single-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .gktce-single-summary {
    max-width: none;
  }

  .gktce-gallery-main img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 780px) {
  .gktce-single-product {
    padding: 0 12px;
    margin-top: 10px;
  }

  .gktce-single-cart-form {
    grid-template-columns: 132px minmax(0, 1fr) minmax(0, 1fr);
    gap: 9px;
    align-items: end;
  }

  .gktce-qty-stepper {
    width: 132px;
    grid-template-columns: 38px minmax(42px, 1fr) 38px;
  }

  .gktce-single-cart-form .gktce-btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .gktce-gallery-main:hover img {
    transform: none;
  }

  .gktce-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gktce-info-card,
  .gktce-info-card:nth-child(odd) {
    border-right: 0;
  }

  .gktce-info-card:nth-child(odd) {
    border-right: 1px solid var(--gktce-border);
  }

  .gktce-info-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 540px) {
  .gktce-single-cart-form {
    grid-template-columns: 116px 1fr 1fr;
    gap: 8px;
  }

  .gktce-quantity-control > span {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .gktce-qty-stepper {
    width: 116px;
    height: 42px;
    grid-template-columns: 34px minmax(38px, 1fr) 34px;
    border-radius: 10px;
  }

  .gktce-qty-stepper button,
  .gktce-qty-input {
    height: 40px;
    min-height: 40px;
  }

  .gktce-qty-stepper button {
    font-size: 19px;
  }

  .gktce-single-cart-form .gktce-btn {
    min-height: 42px;
    font-size: 12.5px;
  }

  .gktce-info-grid {
    grid-template-columns: 1fr;
  }

  .gktce-info-card,
  .gktce-info-card:nth-child(odd),
  .gktce-info-card:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--gktce-border);
  }

  .gktce-info-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 390px) {
  .gktce-single-cart-form {
    grid-template-columns: 1fr;
  }

  .gktce-qty-stepper,
  .gktce-single-cart-form .gktce-btn {
    width: 100%;
  }
}

body.single-gkt_product h1.entry-title,
body.single-gkt_product .wp-block-post-title,
body.single-gkt_product .post-meta,
body.single-gkt_product .ast-post-format-,
body.single-gkt_product .ast-post-meta-container {
  display: none !important;
}

/* v0.2.4 compact product page refinements */
.gktce-product-page {
  --gktce-radius: 8px;
  --gktce-primary: #0057ff;
  --gktce-dark: #0f172a;
  max-width: 1220px;
}

.gktce-product-card,
.gktce-gallery-main,
.gktce-info-grid,
.gktce-cart-notice,
.gktce-spec-table {
  border-radius: 8px !important;
}

.gktce-btn,
.gktce-single-cart-form .gktce-btn,
.gktce-qty-stepper,
.gktce-gallery-thumb,
.gktce-discount-badge {
  border-radius: 6px !important;
}

.gktce-breadcrumbs {
  margin-bottom: 12px;
  font-size: 12.5px;
}

.gktce-single-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr) !important;
  gap: 22px !important;
}

.gktce-single-summary {
  gap: 10px !important;
}

.gktce-brand {
  font-size: 12.5px;
  letter-spacing: .01em;
}

.gktce-title-row {
  gap: 10px !important;
}

.gktce-single-title {
  font-size: clamp(26px, 2.75vw, 38px) !important;
  line-height: 1.04 !important;
}

.gktce-wishlist-placeholder {
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gktce-wishlist-placeholder img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  display: block;
}

.gktce-single-price-row {
  gap: 10px !important;
}

.gktce-single-price {
  font-size: clamp(25px, 2.6vw, 34px) !important;
}

.gktce-single-price .gktce-price {
  gap: 9px;
  align-items: baseline;
}

.gktce-single-price .gktce-price strong {
  font-size: clamp(25px, 2.6vw, 34px);
  letter-spacing: -0.035em;
}

.gktce-single-price .gktce-price del {
  font-size: 14px !important;
  line-height: 1;
  font-weight: 800;
  color: #98a2b3 !important;
  text-decoration-thickness: 1.5px;
}

.gktce-discount-badge {
  min-height: 24px !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.gktce-single-short-summary {
  font-size: 14.5px !important;
  line-height: 1.52 !important;
}

.gktce-gallery-main {
  position: relative;
  min-height: 500px;
  background: #fff !important;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .05) !important;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gktce-gallery-main.has-thumbs {
  padding: 14px 14px 92px;
}

.gktce-gallery-main:not(.has-thumbs) {
  padding: 14px;
}

.gktce-gallery-main > img#gktce-main-product-image {
  width: 100% !important;
  height: 100% !important;
  max-height: 430px;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block;
  padding: 0 !important;
  background: transparent !important;
  transition: transform .2s ease, transform-origin .08s linear;
  will-change: transform;
}

.gktce-gallery-main:hover > img#gktce-main-product-image {
  transform: scale(1.32);
}

.gktce-gallery-zoom {
  display: none !important;
}

.gktce-gallery-thumbs {
  position: absolute !important;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(72px, 1fr);
  gap: 8px !important;
  margin: 0 !important;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.gktce-gallery-thumb {
  min-width: 72px;
  min-height: 70px !important;
  height: 70px;
  aspect-ratio: auto !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid #e4e7ec !important;
  box-shadow: 0 5px 14px rgba(15, 23, 42, .06);
}

.gktce-gallery-thumb.is-active {
  border-color: var(--gktce-primary) !important;
  box-shadow: 0 0 0 1px var(--gktce-primary), 0 6px 16px rgba(15,23,42,.08) !important;
}

.gktce-gallery-thumb img {
  object-fit: cover !important;
}

.gktce-single-cart-form {
  grid-template-columns: 138px minmax(142px, 1fr) minmax(130px, .9fr) !important;
  gap: 10px !important;
  align-items: end !important;
}

.gktce-quantity-control > span {
  margin-bottom: 6px !important;
  font-size: 12.5px !important;
}

.gktce-qty-stepper {
  width: 138px !important;
  height: 42px !important;
  grid-template-columns: 38px minmax(42px, 1fr) 38px !important;
}

.gktce-qty-stepper button,
.gktce-qty-input {
  height: 40px !important;
  min-height: 40px !important;
}

.gktce-qty-stepper button {
  font-size: 19px !important;
}

.gktce-single-cart-form .gktce-btn {
  min-height: 42px !important;
  padding: 9px 12px !important;
  font-size: 13.5px !important;
  gap: 7px;
}

.gktce-btn-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
  display: block;
  flex: 0 0 17px;
}

.gktce-btn-primary .gktce-btn-icon {
  filter: brightness(0) invert(1);
}

.gktce-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 2px !important;
}

.gktce-info-card {
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 2px 9px !important;
  padding: 11px 12px !important;
  min-height: 62px !important;
}

.gktce-info-icon {
  width: 22px !important;
  height: 22px !important;
  grid-row: 1 / span 2;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.gktce-info-icon img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
  display: block;
}

.gktce-info-card strong {
  font-size: 13px !important;
  line-height: 1.16 !important;
}

.gktce-info-card small {
  font-size: 12px !important;
  line-height: 1.22 !important;
  -webkit-line-clamp: 2;
}

.gktce-product-tabs {
  margin-top: 22px !important;
}

.gktce-tab-nav {
  gap: 22px !important;
}

.gktce-tab-nav button {
  font-size: 14.5px !important;
  padding-bottom: 10px !important;
}

.gktce-tab-panel {
  padding: 16px 0 !important;
}

.gktce-feature-strip {
  margin-top: 16px !important;
}

@media (max-width: 1024px) {
  .gktce-single-grid {
    grid-template-columns: 1fr !important;
  }

  .gktce-gallery-main {
    min-height: 460px;
  }

  .gktce-gallery-main > img#gktce-main-product-image {
    max-height: 390px;
  }
}

@media (max-width: 780px) {
  .gktce-single-product {
    padding: 0 10px !important;
  }

  .gktce-single-grid {
    gap: 14px !important;
  }

  .gktce-gallery-main {
    min-height: 390px;
  }

  .gktce-gallery-main.has-thumbs {
    padding: 10px 10px 80px;
  }

  .gktce-gallery-main:not(.has-thumbs) {
    padding: 10px;
  }

  .gktce-gallery-main > img#gktce-main-product-image {
    max-height: 310px;
  }

  .gktce-gallery-main:hover > img#gktce-main-product-image {
    transform: none !important;
  }

  .gktce-gallery-thumbs {
    left: 9px;
    right: 9px;
    bottom: 9px;
    grid-auto-columns: minmax(62px, 1fr);
    gap: 6px !important;
  }

  .gktce-gallery-thumb {
    min-width: 62px;
    height: 60px;
    min-height: 60px !important;
  }

  .gktce-single-cart-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .gktce-quantity-control {
    grid-column: 1 / -1;
    width: 100% !important;
  }

  .gktce-qty-stepper {
    width: 100% !important;
  }

  .gktce-single-cart-form .gktce-btn {
    width: 100% !important;
    min-width: 0;
    font-size: 13px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .gktce-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gktce-info-card,
  .gktce-info-card:nth-child(odd),
  .gktce-info-card:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--gktce-border) !important;
  }

  .gktce-info-card:nth-child(odd) {
    border-right: 1px solid var(--gktce-border) !important;
  }

  .gktce-info-card:nth-child(even) {
    border-right: 0 !important;
  }

  .gktce-info-card:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}

@media (max-width: 540px) {
  .gktce-single-title {
    font-size: 24px !important;
  }

  .gktce-single-price .gktce-price strong {
    font-size: 25px !important;
  }

  .gktce-single-price .gktce-price del {
    font-size: 13px !important;
  }

  .gktce-gallery-main {
    min-height: 345px;
  }

  .gktce-gallery-main > img#gktce-main-product-image {
    max-height: 265px;
  }

  .gktce-info-card {
    padding: 10px 9px !important;
    gap: 2px 7px !important;
  }

  .gktce-info-card strong {
    font-size: 12.4px !important;
  }

  .gktce-info-card small {
    font-size: 11.3px !important;
  }
}

@media (max-width: 390px) {
  .gktce-single-cart-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gktce-quantity-control {
    grid-column: 1 / -1;
  }

  .gktce-single-cart-form .gktce-btn {
    width: 100% !important;
    font-size: 12px !important;
  }

  .gktce-btn-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .gktce-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* v0.2.5 product page/admin UX refinements */
.gktce-product-page {
  --gktce-radius: 8px;
}

.gktce-product-card,
.gktce-gallery-main,
.gktce-info-grid,
.gktce-spec-table,
.gktce-btn,
.gktce-qty-stepper,
.gktce-cart,
.gktce-cart-thumb,
.gktce-cart-notice,
.gktce-single-placeholder,
.gktce-gallery-thumb {
  border-radius: var(--gktce-radius) !important;
}

.gktce-discount-badge,
.gktce-card-badge,
.gktce-stock,
.gktce-tab-nav button.is-active::after {
  border-radius: 6px !important;
}

.gktce-price del {
  font-size: .62em;
  font-weight: 700;
  color: #8a93a3;
  text-decoration-thickness: 1.5px;
}

.gktce-single-price .gktce-price {
  gap: 9px;
}

.gktce-single-price .gktce-price del {
  font-size: .46em;
  transform: translateY(1px);
}

.gktce-gallery-main {
  padding: 0;
}

.gktce-gallery-main > img#gktce-main-product-image {
  width: 100%;
  display: block;
  padding: 22px;
  aspect-ratio: 1.06 / 1;
  object-fit: contain;
  background: #fafafa;
}

.gktce-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 10px;
  border-top: 1px solid var(--gktce-border);
  background: #fff;
}

.gktce-gallery-thumb {
  min-height: 70px;
  aspect-ratio: 1.25 / 1;
  padding: 4px;
  background: #fff;
  overflow: hidden;
}

.gktce-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  display: block;
  background: #fff;
}

.gktce-info-icon {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  width: 30px !important;
  height: 30px !important;
}

.gktce-info-icon img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
}

.gktce-feature-strip {
  display: none !important;
}

.gktce-related-products .gktce-card-excerpt,
.gktce-product-card-related .gktce-card-excerpt {
  display: none !important;
}

.gktce-related-products .gktce-product-card {
  min-height: 0;
}

.gktce-related-products .gktce-product-image {
  aspect-ratio: 4 / 2.75;
}

.gktce-related-products .gktce-product-body {
  gap: 8px;
  padding: 13px;
}

.gktce-related-products .gktce-product-title {
  font-size: 15px;
  line-height: 1.28;
}

.gktce-related-products .gktce-card-actions,
.gktce-product-card-related .gktce-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}

.gktce-related-products .gktce-card-actions form,
.gktce-product-card-related .gktce-card-actions form {
  display: block;
  width: 100%;
}

.gktce-related-products .gktce-card-actions .gktce-btn,
.gktce-related-products .gktce-card-actions button,
.gktce-product-card-related .gktce-card-actions .gktce-btn,
.gktce-product-card-related .gktce-card-actions button {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  font-size: 12.5px;
  white-space: nowrap;
}

@media (max-width: 780px) {
  .gktce-card-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    flex-direction: initial !important;
  }

  .gktce-card-actions form,
  .gktce-card-actions .gktce-btn,
  .gktce-card-actions button {
    width: 100% !important;
  }

  .gktce-card-actions .gktce-btn,
  .gktce-card-actions button {
    min-height: 40px;
    padding: 8px 8px;
    font-size: 12px;
  }

  .gktce-related-products .gktce-products {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 12px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .gktce-related-products .gktce-products::-webkit-scrollbar {
    height: 6px;
  }

  .gktce-related-products .gktce-product-card {
    flex: 0 0 72%;
    max-width: 300px;
    scroll-snap-align: start;
  }

  .gktce-gallery-main > img#gktce-main-product-image {
    padding: 14px;
    aspect-ratio: 1 / 1;
  }

  .gktce-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    padding: 8px;
  }

  .gktce-gallery-thumb {
    min-height: 62px;
  }
}

@media (max-width: 480px) {
  .gktce-related-products .gktce-product-card {
    flex-basis: 82%;
    max-width: 285px;
  }

  .gktce-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gktce-gallery-thumb {
    min-height: 56px;
  }
}

/* v0.2.6 - Product variations */
.gktce-product-variations {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 2px 0 4px;
}

.gktce-variation-group {
  display: grid;
  gap: 7px;
}

.gktce-variation-label {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  color: #111827;
}

.gktce-variation-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.gktce-variation-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 36px;
  cursor: pointer;
  user-select: none;
}

.gktce-variation-pill input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.gktce-variation-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.gktce-variation-pill input:checked + span {
  border-color: #0057ff;
  background: #eff5ff;
  color: #0048d9;
  box-shadow: inset 0 0 0 1px #0057ff;
}

.gktce-variation-pill input:focus-visible + span {
  outline: 2px solid #0057ff;
  outline-offset: 2px;
}

.gktce-cart-variations {
  margin-top: 5px;
  color: #5f6b7a;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 780px) {
  .gktce-product-variations {
    gap: 10px;
  }

  .gktce-variation-options {
    gap: 7px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .gktce-variation-pill {
    flex: 0 0 auto;
  }

  .gktce-variation-pill span {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 12px;
    border-radius: 7px;
    white-space: nowrap;
  }
}

/* v0.2.6 - Bigger desktop gallery thumbnails kept inside image area */
@media (min-width: 781px) {
  .gktce-single-gallery .gktce-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(96px, 1fr));
    gap: 14px;
    margin-top: 14px;
  }

  .gktce-single-gallery .gktce-gallery-thumb {
    min-height: 108px;
    height: 108px;
    aspect-ratio: 1.15 / 1;
    border-radius: 8px;
    background: #fff;
  }

  .gktce-single-gallery .gktce-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
  }
}

@media (min-width: 1180px) {
  .gktce-single-gallery .gktce-gallery-thumbs {
    grid-template-columns: repeat(5, minmax(110px, 1fr));
  }

  .gktce-single-gallery .gktce-gallery-thumb {
    min-height: 122px;
    height: 122px;
  }
}

/* v0.2.7 - Structured variations with color swatches and stock limits */
.gktce-single-cart-form .gktce-product-variations {
  grid-column: 1 / -1;
  display: grid;
  gap: 11px;
  width: 100%;
  margin: 0 0 2px;
}

.gktce-variation-group {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.gktce-variation-label {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
  color: #111827;
}

.gktce-variation-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.gktce-variation-pill,
.gktce-color-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  min-width: 0;
}

.gktce-variation-pill input,
.gktce-color-swatch input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.gktce-variation-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 7px 12px;
  border: 1px solid #d7dce5;
  border-radius: 7px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.gktce-variation-pill input:checked + span {
  border-color: #0057ff;
  background: #eff5ff;
  color: #0048d9;
  box-shadow: inset 0 0 0 1px #0057ff;
}

.gktce-color-swatch {
  position: relative;
  gap: 7px;
  min-height: 34px;
}

.gktce-color-dot {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #e5e7eb;
  background: var(--gktce-swatch-color, #d1d5db);
  box-shadow: inset 0 0 0 3px #fff;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.gktce-color-swatch em {
  font-style: normal;
  font-size: 12px;
  font-weight: 850;
  color: #374151;
  line-height: 1;
}

.gktce-color-swatch input:checked + .gktce-color-dot {
  border-color: #0057ff;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px rgba(0, 87, 255, .22);
  transform: scale(1.04);
}

.gktce-color-swatch input:checked ~ em {
  color: #0057ff;
}

.gktce-variation-pill.is-disabled,
.gktce-color-swatch.is-disabled {
  opacity: .42;
  cursor: not-allowed;
}

.gktce-variation-stock-note {
  color: #4b5563;
  font-size: 12px;
  font-weight: 850;
  margin-top: -2px;
}

.gktce-variation-stock-note.is-error {
  color: #b91c1c;
}

@media (max-width: 780px) {
  .gktce-single-cart-form .gktce-product-variations {
    gap: 10px;
  }

  .gktce-variation-group {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .gktce-variation-options {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
    -webkit-overflow-scrolling: touch;
  }

  .gktce-variation-pill,
  .gktce-color-swatch {
    flex: 0 0 auto;
  }

  .gktce-single-cart-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gktce-single-cart-form .gktce-product-variations,
  .gktce-single-cart-form .gktce-quantity-control {
    grid-column: 1 / -1 !important;
  }

  .gktce-single-cart-form .gktce-btn {
    width: 100% !important;
  }
}

/* v0.2.8 - Variation matrix ecommerce UI */
.gktce-single-cart-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.gktce-product-variation-matrix {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin: 2px 0 4px;
}

.gktce-variation-group {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.gktce-variation-label {
  font-size: 13px;
  font-weight: 950;
  color: #111827;
  padding-top: 9px;
}

.gktce-variation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.gktce-color-swatch,
.gktce-variation-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  margin: 0;
}

.gktce-color-swatch input,
.gktce-variation-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gktce-color-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--gktce-swatch-color, #d1d5db);
  border: 1px solid #cfd6e2;
  display: inline-block;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.9);
}

.gktce-color-swatch em {
  font-style: normal;
  font-size: 13px;
  font-weight: 850;
  color: #111827;
}

.gktce-color-swatch input:checked + .gktce-color-dot {
  outline: 2px solid var(--gktce-primary);
  outline-offset: 3px;
}

.gktce-variation-pill span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid #d2d9e5;
  background: #fff;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.gktce-variation-pill input:checked + span {
  border-color: var(--gktce-primary);
  color: var(--gktce-primary);
  box-shadow: 0 0 0 2px rgba(0,87,255,.12);
}

.gktce-color-swatch.is-disabled,
.gktce-variation-pill.is-disabled {
  opacity: .42;
  cursor: not-allowed;
}

.gktce-color-swatch.is-disabled .gktce-color-dot,
.gktce-variation-pill.is-disabled span {
  position: relative;
}

.gktce-variation-stock-note {
  font-size: 12px;
  font-weight: 850;
  color: var(--gktce-success);
  background: #f0fff4;
  border: 1px solid #cfe8d5;
  padding: 8px 10px;
  border-radius: 8px;
}

.gktce-variation-stock-note.is-error {
  color: var(--gktce-danger);
  background: #fff5f5;
  border-color: #f1c8c8;
}

.gktce-purchase-row {
  display: grid;
  grid-template-columns: 170px minmax(170px, 1fr) minmax(150px, .75fr);
  gap: 12px;
  align-items: end;
  width: 100%;
}

.gktce-purchase-row .gktce-btn {
  width: 100%;
  min-height: 48px;
}

.gktce-purchase-row .gktce-quantity-control {
  width: 100%;
}

.gktce-purchase-row .gktce-qty-stepper {
  width: 100%;
}

.gktce-purchase-row .gktce-qty-input {
  flex: 1;
  width: auto;
}

.gktce-cart-variations {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

@media (max-width: 780px) {
  .gktce-variation-group {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .gktce-variation-label {
    padding-top: 0;
  }

  .gktce-variation-options {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
  }

  .gktce-color-swatch,
  .gktce-variation-pill {
    flex: 0 0 auto;
  }

  .gktce-purchase-row {
    grid-template-columns: 112px minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    align-items: end;
  }

  .gktce-purchase-row .gktce-quantity-control span {
    font-size: 12px;
  }

  .gktce-purchase-row .gktce-btn {
    min-height: 44px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .gktce-purchase-row .gktce-btn-icon {
    width: 18px;
    height: 18px;
  }

  .gktce-purchase-row .gktce-qty-stepper {
    height: 44px;
  }

  .gktce-purchase-row .gktce-qty-stepper button {
    width: 34px;
    height: 44px;
    flex: 0 0 34px;
  }

  .gktce-purchase-row .gktce-qty-input {
    min-height: 44px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .gktce-purchase-row {
    grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1fr);
  }

  .gktce-purchase-row .gktce-btn {
    font-size: 11px;
  }
}


/* v0.2.9 - cleaner sellable option selector and stock chip */
.gktce-product-variation-matrix {
  gap: 10px !important;
  margin: 0 0 2px !important;
}

.gktce-variation-group {
  grid-template-columns: 112px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
}

.gktce-variation-label {
  padding-top: 0 !important;
  font-size: 12.5px !important;
  font-weight: 950 !important;
  letter-spacing: .01em;
  color: #111827 !important;
}

.gktce-variation-options {
  gap: 8px !important;
}

.gktce-color-swatch {
  min-height: 42px;
  padding: 5px 9px 5px 6px;
  border: 1px solid #d8dee9;
  border-radius: 999px;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.gktce-color-dot {
  width: 26px !important;
  height: 26px !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.92) !important;
}

.gktce-color-swatch em {
  font-size: 12.5px !important;
  font-weight: 900 !important;
  color: #111827 !important;
}

.gktce-color-swatch:has(input:checked) {
  border-color: var(--gktce-primary);
  background: #f5f9ff;
  box-shadow: 0 0 0 2px rgba(0, 87, 255, .10);
}

.gktce-color-swatch input:checked + .gktce-color-dot {
  outline: 0 !important;
  transform: scale(1.04);
}

.gktce-variation-pill span {
  min-height: 40px !important;
  border-radius: 999px !important;
  padding: 9px 15px !important;
  background: #fff !important;
  border-color: #d8dee9 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.gktce-variation-pill input:checked + span {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #fff !important;
  box-shadow: none !important;
}

.gktce-color-swatch.is-disabled,
.gktce-variation-pill.is-disabled {
  opacity: .34 !important;
}

.gktce-variation-stock-note {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 6px 10px !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 999px !important;
  background: #f7fff9 !important;
  color: #15803d !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.gktce-variation-stock-note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 7px;
}

.gktce-variation-stock-note.is-error {
  border-color: #fecaca !important;
  background: #fff7f7 !important;
  color: #b91c1c !important;
}

@media (max-width: 780px) {
  .gktce-variation-group {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .gktce-variation-label {
    font-size: 12px !important;
  }

  .gktce-color-swatch {
    min-height: 38px;
    padding-right: 8px;
  }

  .gktce-color-dot {
    width: 24px !important;
    height: 24px !important;
  }

  .gktce-variation-pill span {
    min-height: 38px !important;
    padding: 8px 13px !important;
    font-size: 12.5px !important;
  }
}

/* v0.2.10 - variation visibility and mobile purchase-row fixes */
.gktce-sub-option[hidden],
.gktce-sub-option:not(.is-visible) {
  display: none !important;
}

.gktce-sub-option.is-visible {
  display: inline-flex !important;
}

@media (max-width: 780px) {
  .gktce-purchase-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    align-items: end !important;
  }

  .gktce-purchase-row .gktce-quantity-control {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 260px !important;
  }

  .gktce-purchase-row .gktce-qty-stepper {
    width: 100% !important;
  }

  .gktce-purchase-row .gktce-btn {
    width: 100% !important;
    min-height: 46px !important;
    padding: 9px 10px !important;
    font-size: 12.5px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .gktce-purchase-row .gktce-btn-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .gktce-purchase-row .gktce-add-cart-btn:nth-last-child(1) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 390px) {
  .gktce-purchase-row {
    gap: 8px !important;
  }

  .gktce-purchase-row .gktce-btn {
    font-size: 11.5px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

/* v0.2.11 - linked-option click fix support and mobile quantity/stock alignment */
.gktce-qty-stock-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.gktce-qty-stock-row .gktce-qty-stepper {
  flex: 0 0 150px;
}

.gktce-qty-stock-row .gktce-variation-stock-note {
  flex: 0 1 auto;
  white-space: nowrap;
  min-height: 32px;
}

.gktce-variation-stock-note[hidden] {
  display: none !important;
}

.gktce-variation-stock-note.is-low-stock {
  border-color: #fed7aa !important;
  background: #fff7ed !important;
  color: #c2410c !important;
}

@media (max-width: 780px) {
  .gktce-purchase-row .gktce-quantity-control {
    grid-column: 1 / -1 !important;
    max-width: none !important;
  }

  .gktce-qty-stock-row {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
  }

  .gktce-qty-stock-row .gktce-qty-stepper {
    flex: 0 0 132px !important;
    width: 132px !important;
  }

  .gktce-qty-stock-row .gktce-variation-stock-note {
    flex: 0 1 auto !important;
    max-width: calc(100vw - 185px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    min-height: 34px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 390px) {
  .gktce-qty-stock-row {
    gap: 7px !important;
  }

  .gktce-qty-stock-row .gktce-qty-stepper {
    flex-basis: 122px !important;
    width: 122px !important;
  }

  .gktce-qty-stock-row .gktce-variation-stock-note {
    max-width: calc(100vw - 170px);
    font-size: 11.5px !important;
  }
}

/* v0.3.0 - Professional cart page UI */
.gktce-cart.gktce-cart-pro {
  --gktce-cart-primary: var(--gktce-primary, #075cff);
  --gktce-cart-ink: #0f172a;
  --gktce-cart-muted: #64748b;
  --gktce-cart-line: #e5e7eb;
  --gktce-cart-soft: #f8fafc;
  width: min(100%, 1280px);
  margin: 26px auto;
  border: 0 !important;
  background: transparent !important;
  color: var(--gktce-cart-ink);
}

.gktce-cart-pro * {
  box-sizing: border-box;
}

.gktce-cart-pro-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.gktce-cart-pro-header h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.04em;
  color: var(--gktce-cart-ink);
}

.gktce-cart-pro-header h2 span {
  font-size: .58em;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: var(--gktce-cart-muted);
}

.gktce-cart-pro-header p {
  margin: 8px 0 0;
  color: var(--gktce-cart-muted);
  font-size: 14px;
}

.gktce-cart-continue,
.gktce-cart-pro-actions a {
  color: var(--gktce-cart-primary);
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
}

.gktce-cart-continue:hover,
.gktce-cart-pro-actions a:hover {
  text-decoration: underline;
}

.gktce-cart-pro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.gktce-cart-pro-main,
.gktce-cart-summary-card,
.gktce-cart-support-card,
.gktce-cart-trust-strip {
  background: #fff;
  border: 1px solid var(--gktce-cart-line);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .055);
  border-radius: 10px;
}

.gktce-cart-pro-table {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.gktce-cart-pro-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.9fr) minmax(100px, .65fr) minmax(130px, .8fr) minmax(110px, .65fr) 42px;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--gktce-cart-line);
}

.gktce-cart-pro-head {
  background: #fff;
  color: #475569;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding-top: 16px;
  padding-bottom: 16px;
}

.gktce-cart-pro-product {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.gktce-cart-pro-thumb {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  display: block;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid #edf0f4;
  border-radius: 8px;
}

.gktce-cart-pro-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 5px;
}

.gktce-cart-pro-thumb span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.gktce-cart-pro-info {
  min-width: 0;
}

.gktce-cart-pro-title {
  display: inline-block;
  color: var(--gktce-cart-ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 950;
  text-decoration: none;
}

.gktce-cart-pro-title:hover {
  color: var(--gktce-cart-primary);
}

.gktce-cart-pro-variations,
.gktce-cart-pro-sku {
  margin-top: 5px;
  color: var(--gktce-cart-muted);
  font-size: 13px;
  line-height: 1.35;
}

.gktce-cart-pro-stock {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  color: #0f8a3b;
}

.gktce-cart-pro-stock::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: currentColor;
  margin-right: 7px;
}

.gktce-cart-stock-out_of_stock {
  color: #b91c1c;
}

.gktce-cart-stock-on_request {
  color: #b45309;
}

.gktce-cart-pro-price,
.gktce-cart-pro-total {
  font-weight: 950;
  font-size: 15px;
  color: var(--gktce-cart-ink);
}

.gktce-cart-stepper {
  display: inline-grid;
  grid-template-columns: 38px 46px 38px;
  align-items: center;
  width: 122px;
  height: 38px;
  border: 1px solid var(--gktce-cart-line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.gktce-cart-stepper .gktce-cart-qty-btn,
.gktce-cart-stepper .gktce-cart-qty {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  color: var(--gktce-cart-ink);
  text-align: center;
}

.gktce-cart-stepper .gktce-cart-qty-btn {
  cursor: pointer;
  font-size: 17px;
  font-weight: 950;
}

.gktce-cart-stepper .gktce-cart-qty-btn:hover {
  background: #f8fafc;
}

.gktce-cart-stepper .gktce-cart-qty {
  font-size: 14px;
  font-weight: 850;
  -moz-appearance: textfield;
}

.gktce-cart-stepper .gktce-cart-qty::-webkit-outer-spin-button,
.gktce-cart-stepper .gktce-cart-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gktce-cart-remove-icon {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #64748b !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px !important;
}

.gktce-cart-remove-icon:hover {
  background: #fff1f2 !important;
  color: #e11d48 !important;
}

.gktce-cart-remove-icon svg {
  width: 20px;
  height: 20px;
}

.gktce-cart-pro-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
}

.gktce-cart-pro-actions .gktce-cart-clear {
  border: 1px solid var(--gktce-cart-line) !important;
  background: #fff !important;
  color: #0f172a !important;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 6px !important;
  font-size: 13px;
  font-weight: 950;
}

.gktce-cart-pro-side {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gktce-cart-summary-card,
.gktce-cart-support-card {
  padding: 22px;
}

.gktce-cart-summary-card h3,
.gktce-cart-support-card h4 {
  margin: 0 0 18px;
  color: var(--gktce-cart-ink);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.gktce-summary-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d9dee7;
}

.gktce-summary-line,
.gktce-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #334155;
  font-size: 14px;
}

.gktce-summary-line strong,
.gktce-summary-total strong {
  color: var(--gktce-cart-ink);
  font-weight: 950;
}

.gktce-summary-line.is-muted strong {
  color: #0f8a3b;
  font-size: 13px;
}

.gktce-summary-total {
  padding-top: 16px;
  margin-top: 0;
  align-items: flex-start;
  color: var(--gktce-cart-ink);
  font-size: 18px;
  font-weight: 950;
}

.gktce-summary-total strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.gktce-summary-small {
  margin: 8px 0 16px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--gktce-cart-muted);
}

.gktce-cart-checkout-btn,
.gktce-cart-buy-more-btn {
  width: 100% !important;
  min-height: 46px !important;
  border-radius: 6px !important;
  margin-top: 10px;
}

.gktce-cart-buy-more-btn {
  border-color: var(--gktce-cart-line) !important;
}

.gktce-lock-dot {
  display: inline-flex;
  font-size: 9px;
  margin-right: 8px;
}

.gktce-secure-note {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 800;
  color: var(--gktce-cart-muted);
}

.gktce-support-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #f1f5f9;
}

.gktce-support-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.gktce-support-item > span {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #dbe3ef;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gktce-cart-primary);
  font-weight: 950;
  font-size: 12px;
}

.gktce-support-item strong {
  display: block;
  font-size: 13px;
  font-weight: 950;
  color: var(--gktce-cart-ink);
}

.gktce-support-item small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--gktce-cart-muted);
  overflow-wrap: anywhere;
}

.gktce-payment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.gktce-payment-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #dbe3ef;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  font-size: 11px;
  font-weight: 950;
}

.gktce-cart-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 14px 18px;
}

.gktce-cart-trust-strip div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  padding: 10px 16px;
  border-right: 1px solid #eef2f7;
}

.gktce-cart-trust-strip div:last-child {
  border-right: 0;
}

.gktce-cart-trust-strip span {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 99px;
  font-size: 15px;
}

.gktce-cart-trust-strip strong {
  font-size: 13px;
  font-weight: 950;
  color: var(--gktce-cart-ink);
}

.gktce-cart-trust-strip small {
  color: var(--gktce-cart-muted);
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gktce-cart-pro-empty {
  text-align: center;
  padding: 48px 20px !important;
  border: 1px solid var(--gktce-cart-line);
  border-radius: 10px;
  background: #fff;
}

.gktce-cart-empty-icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 14px;
}

.gktce-cart-pro-empty .gktce-btn {
  width: auto !important;
  margin-top: 14px;
}

@media (max-width: 1080px) {
  .gktce-cart-pro-layout {
    grid-template-columns: 1fr;
  }

  .gktce-cart-pro-side {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  }
}

@media (max-width: 780px) {
  .gktce-cart.gktce-cart-pro {
    margin: 18px auto;
  }

  .gktce-cart-pro-header {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }

  .gktce-cart-pro-header p {
    display: none;
  }

  .gktce-cart-continue {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 5px;
  }

  .gktce-cart-pro-main {
    border-radius: 10px;
    overflow: hidden;
  }

  .gktce-cart-pro-head {
    display: none !important;
  }

  .gktce-cart-pro-row.gktce-cart-pro-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-bottom: 1px solid #edf2f7;
  }

  .gktce-cart-pro-product {
    gap: 12px;
    align-items: flex-start;
  }

  .gktce-cart-pro-thumb {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .gktce-cart-pro-title {
    font-size: 15px;
  }

  .gktce-cart-pro-variations,
  .gktce-cart-pro-sku {
    font-size: 12px;
  }

  .gktce-cart-pro-price,
  .gktce-cart-pro-qty,
  .gktce-cart-pro-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
  }

  .gktce-cart-pro-price::before,
  .gktce-cart-pro-qty::before,
  .gktce-cart-pro-total::before {
    content: attr(data-label);
    color: #64748b;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .gktce-cart-pro-price {
    display: none;
  }

  .gktce-cart-pro-total {
    padding-top: 10px;
    border-top: 1px dashed #e5e7eb;
  }

  .gktce-cart-pro-remove {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .gktce-cart-pro-item {
    position: relative;
  }

  .gktce-cart-pro-actions {
    padding: 14px;
  }

  .gktce-cart-pro-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .gktce-cart-summary-card,
  .gktce-cart-support-card {
    padding: 18px;
  }

  .gktce-cart-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
    margin-top: 16px;
  }

  .gktce-cart-trust-strip div {
    border-right: 0;
    padding: 10px;
  }
}

@media (max-width: 460px) {
  .gktce-cart-pro-header h2 {
    font-size: 24px;
  }

  .gktce-cart-pro-thumb {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }

  .gktce-cart-stepper {
    width: 116px;
    grid-template-columns: 36px 44px 36px;
  }

  .gktce-summary-total strong {
    font-size: 21px;
  }

  .gktce-cart-trust-strip {
    grid-template-columns: 1fr;
  }
}

/* v0.3.1 - Cart SVG icons and support-card removal */
.gktce-cart-remove-icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.gktce-cart-checkout-btn {
  gap: 8px;
}

.gktce-cart-btn-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.gktce-cart-trust-strip span img {
  width: 19px;
  height: 19px;
  display: block;
  object-fit: contain;
}

.gktce-cart-support-card {
  display: none !important;
}

@media (min-width: 981px) {
  .gktce-cart-pro-side {
    gap: 14px;
  }
}

/* v0.3.2 - Ecommerce category page */
.gktce-category-page {
  --gktce-cat-primary: var(--gktce-primary, #0057ff);
  --gktce-cat-dark: #0f172a;
  --gktce-cat-muted: #64748b;
  --gktce-cat-line: #e5e7eb;
  --gktce-cat-soft: #f8fafc;
  width: min(100%, 1320px);
  margin: 26px auto 44px;
  padding: 0 18px;
  color: var(--gktce-cat-dark);
}

.gktce-category-page * { box-sizing: border-box; }

.gktce-cat-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin: 0 0 18px;
  color: var(--gktce-cat-muted);
  font-size: 13px;
  font-weight: 750;
}

.gktce-cat-breadcrumbs a {
  color: var(--gktce-cat-muted);
  text-decoration: none;
}

.gktce-cat-breadcrumbs a:hover {
  color: var(--gktce-cat-primary);
}

.gktce-cat-hero {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 22px;
}

.gktce-cat-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 160px;
}

.gktce-cat-heading h1 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -0.055em;
  color: var(--gktce-cat-dark);
}

.gktce-cat-description {
  margin-top: 12px;
  max-width: 680px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

.gktce-cat-description p { margin: 0; }

.gktce-cat-count {
  margin: 12px 0 0;
  color: var(--gktce-cat-muted);
  font-size: 13px;
  font-weight: 800;
}

.gktce-cat-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, .9fr) minmax(260px, 1.1fr);
  gap: 12px;
  align-items: center;
  min-height: 190px;
  padding: 24px 28px;
  border: 1px solid #dfe7f3;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  overflow: hidden;
}

.gktce-cat-banner:not(.has-image) { grid-template-columns: 1fr; }

.gktce-cat-banner-copy { position: relative; z-index: 2; }

.gktce-cat-banner-copy span {
  display: block;
  margin-bottom: 6px;
  color: var(--gktce-cat-dark);
  font-size: 13px;
  font-weight: 950;
}

.gktce-cat-banner-copy strong {
  display: block;
  max-width: 420px;
  color: var(--gktce-cat-dark);
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.gktce-cat-banner-copy p {
  max-width: 420px;
  margin: 9px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.gktce-cat-banner-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 16px;
  background: var(--gktce-cat-primary);
  color: #fff;
  border-radius: 7px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
}

.gktce-cat-banner-image {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.gktce-cat-banner-image img {
  width: 100%;
  max-height: 170px;
  object-fit: contain;
  display: block;
}

.gktce-cat-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.gktce-cat-sidebar { min-width: 0; }

.gktce-filter-panel {
  background: #fff;
  border: 1px solid var(--gktce-cat-line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15,23,42,.045);
}

.gktce-filter-panel summary {
  list-style: none;
  cursor: default;
  padding: 16px 18px;
  border-bottom: 1px solid var(--gktce-cat-line);
  font-size: 15px;
  font-weight: 950;
  color: var(--gktce-cat-dark);
}

.gktce-filter-panel summary::-webkit-details-marker { display: none; }

.gktce-filter-content { padding: 0; }

.gktce-filter-section {
  padding: 17px 18px;
  border-bottom: 1px solid #edf1f6;
}

.gktce-filter-section:last-child { border-bottom: 0; }

.gktce-filter-section h2 {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  color: var(--gktce-cat-dark);
}

.gktce-cat-list { display: grid; gap: 9px; }

.gktce-cat-list a,
.gktce-check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 26px;
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.gktce-cat-list a.is-active,
.gktce-cat-list a:hover { color: var(--gktce-cat-primary); }

.gktce-cat-list em,
.gktce-check-row em {
  font-style: normal;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 850;
}

.gktce-check-row {
  justify-content: flex-start;
  margin: 0 0 9px;
  cursor: pointer;
}

.gktce-check-row input {
  width: 15px;
  height: 15px;
  accent-color: var(--gktce-cat-primary);
  flex: 0 0 auto;
}

.gktce-check-row em { margin-left: auto; }

.gktce-price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.gktce-price-inputs label { display: grid; gap: 5px; }

.gktce-price-inputs span {
  color: var(--gktce-cat-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.gktce-price-inputs input,
.gktce-sort-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d8dee9;
  border-radius: 7px;
  background: #fff;
  color: var(--gktce-cat-dark);
  padding: 0 10px;
  font-size: 13px;
  font-weight: 800;
}

.gktce-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 17px 18px;
}

.gktce-filter-actions .gktce-btn {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  font-size: 12.5px;
  border-radius: 7px !important;
}

.gktce-cat-products { min-width: 0; }

.gktce-cat-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  margin-bottom: 16px;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid var(--gktce-cat-line);
  border-radius: 10px;
}

.gktce-cat-viewhint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gktce-cat-muted);
  font-size: 13px;
  font-weight: 850;
}

.gktce-cat-viewhint span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 7px;
  background: var(--gktce-cat-soft);
  color: var(--gktce-cat-dark);
  font-weight: 950;
}

.gktce-sort-form label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--gktce-cat-muted);
  font-size: 12px;
  font-weight: 950;
}

.gktce-sort-form select {
  min-width: 170px;
}

.gktce-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gktce-product-card-category {
  border-radius: 10px !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.045) !important;
}

.gktce-product-card-category .gktce-product-image {
  aspect-ratio: 1 / .86;
  background: #fff;
}

.gktce-product-card-category .gktce-product-image img {
  object-fit: contain;
  padding: 12px;
}

.gktce-product-card-category .gktce-card-excerpt {
  display: none !important;
}

.gktce-product-card-category .gktce-product-body {
  gap: 8px;
  padding: 13px;
}

.gktce-product-card-category .gktce-product-meta-row {
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}

.gktce-product-card-category .gktce-stock {
  display: none;
}

.gktce-product-card-category .gktce-product-title {
  font-size: 14.5px;
  line-height: 1.26;
  min-height: 36px;
}

.gktce-product-card-category .gktce-card-price {
  font-size: 14px;
}

.gktce-product-card-category .gktce-card-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.gktce-product-card-category .gktce-card-actions form,
.gktce-product-card-category .gktce-card-actions .gktce-btn,
.gktce-product-card-category .gktce-card-actions button {
  width: 100% !important;
}

.gktce-product-card-category .gktce-card-actions .gktce-btn,
.gktce-product-card-category .gktce-card-actions button {
  min-height: 38px;
  padding: 8px 9px;
  border-radius: 7px !important;
  font-size: 11.8px;
  white-space: nowrap;
}

.gktce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.gktce-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #dbe2ee;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.gktce-pagination .page-numbers.current,
.gktce-pagination a.page-numbers:hover {
  background: var(--gktce-cat-primary);
  border-color: var(--gktce-cat-primary);
  color: #fff;
}

.gktce-category-empty {
  padding: 34px;
  text-align: center;
  background: #fff;
}

.gktce-category-empty h2 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.gktce-category-empty p {
  margin: 0 0 16px;
  color: var(--gktce-cat-muted);
}

@media (max-width: 1180px) {
  .gktce-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gktce-cat-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 920px) {
  .gktce-cat-hero { grid-template-columns: 1fr; }
  .gktce-cat-heading { min-height: 0; }
  .gktce-cat-layout { grid-template-columns: 1fr; }
  .gktce-filter-panel summary { cursor: pointer; }
  .gktce-filter-panel:not([open]) .gktce-filter-content { display: none; }
  .gktce-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .gktce-category-page { padding: 0 12px; margin-top: 18px; }
  .gktce-cat-breadcrumbs { font-size: 12px; margin-bottom: 12px; }
  .gktce-cat-heading h1 { font-size: 34px; }
  .gktce-cat-banner { grid-template-columns: 1fr; padding: 18px; min-height: 0; }
  .gktce-cat-banner-image img { max-height: 150px; }
  .gktce-cat-toolbar { align-items: stretch; flex-direction: column; }
  .gktce-sort-form label { justify-content: space-between; }
  .gktce-sort-form select { min-width: 0; }
  .gktce-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .gktce-product-card-category .gktce-product-body { padding: 11px; }
  .gktce-product-card-category .gktce-product-title { font-size: 13.5px; min-height: 34px; }
  .gktce-product-card-category .gktce-card-actions { gap: 6px; }
  .gktce-product-card-category .gktce-card-actions .gktce-btn,
  .gktce-product-card-category .gktce-card-actions button { font-size: 10.8px; min-height: 36px; padding: 7px 6px; }
}

@media (max-width: 430px) {
  .gktce-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gktce-product-card-category .gktce-product-meta-row { display: none; }
  .gktce-product-card-category .gktce-product-image { aspect-ratio: 1 / .9; }
  .gktce-product-card-category .gktce-card-actions { grid-template-columns: 1fr; }
}
/* v0.3.3 - Compact category cards + full-cover category banner */
.gktce-category-page {
  width: min(100%, 1280px) !important;
  margin-top: 18px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.gktce-cat-breadcrumbs {
  margin-bottom: 10px !important;
}

.gktce-cat-hero {
  grid-template-columns: minmax(230px, .52fr) minmax(0, 1.48fr) !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
}

.gktce-cat-heading {
  min-height: 120px !important;
  padding: 0 !important;
}

.gktce-cat-heading h1 {
  font-size: clamp(30px, 3.3vw, 44px) !important;
  letter-spacing: -0.05em !important;
}

.gktce-cat-description {
  margin-top: 8px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.gktce-cat-count {
  margin-top: 8px !important;
  font-size: 12.5px !important;
}

.gktce-cat-layout {
  grid-template-columns: 238px minmax(0, 1fr) !important;
  gap: 16px !important;
}

.gktce-cat-toolbar {
  min-height: 46px !important;
  margin-bottom: 12px !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
}

.gktce-filter-panel,
.gktce-product-card-category,
.gktce-cat-banner,
.gktce-cat-toolbar {
  border-radius: 8px !important;
}

.gktce-filter-panel summary {
  padding: 13px 14px !important;
  font-size: 14px !important;
}

.gktce-filter-section {
  padding: 13px 14px !important;
}

.gktce-filter-section h2 {
  margin-bottom: 9px !important;
  font-size: 13px !important;
}

.gktce-cat-list a,
.gktce-check-row {
  min-height: 24px !important;
  font-size: 12.5px !important;
}

/* Full-cover category banner background */
.gktce-cat-banner.has-image {
  display: flex !important;
  align-items: center !important;
  min-height: 190px !important;
  padding: 22px 26px !important;
  background: #eef4ff !important;
  isolation: isolate;
}

.gktce-cat-banner.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 38%, rgba(255,255,255,.20) 100%);
  pointer-events: none;
}

.gktce-cat-banner.has-image .gktce-cat-banner-copy {
  position: relative;
  z-index: 3;
  max-width: 440px;
}

.gktce-cat-banner.has-image .gktce-cat-banner-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}

.gktce-cat-banner.has-image .gktce-cat-banner-image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.gktce-cat-banner-copy span {
  margin-bottom: 5px !important;
  font-size: 12px !important;
}

.gktce-cat-banner-copy strong {
  font-size: clamp(22px, 2.4vw, 34px) !important;
  line-height: 1.02 !important;
}

.gktce-cat-banner-copy p {
  margin-top: 7px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.gktce-cat-banner-copy a {
  min-height: 34px !important;
  margin-top: 10px !important;
  padding: 0 14px !important;
  border-radius: 6px !important;
  font-size: 12.5px !important;
}

/* Compact category grid and product cards */
.gktce-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.gktce-product-card-category {
  min-width: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(15,23,42,.04) !important;
}

.gktce-product-card-category .gktce-product-image {
  aspect-ratio: 1 / .78 !important;
}

.gktce-product-card-category .gktce-product-image img {
  padding: 10px !important;
  object-fit: contain !important;
}

.gktce-product-card-category .gktce-card-badge {
  top: 8px !important;
  left: 8px !important;
  padding: 6px 8px !important;
  font-size: 10.5px !important;
  border-radius: 7px !important;
}

.gktce-product-card-category .gktce-product-body {
  gap: 6px !important;
  padding: 10px !important;
}

.gktce-product-card-category .gktce-product-meta-row {
  font-size: 11.5px !important;
  min-height: 16px !important;
  color: #64748b !important;
}

.gktce-product-card-category .gktce-product-title {
  min-height: 0 !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
}

.gktce-product-card-category .gktce-card-price {
  margin-top: 2px !important;
  font-size: 14px !important;
}

.gktce-product-card-category .gktce-card-price .gktce-price {
  gap: 6px !important;
}

.gktce-product-card-category .gktce-card-price .gktce-price strong {
  font-size: 15px !important;
  letter-spacing: -0.02em;
}

.gktce-product-card-category .gktce-card-price .gktce-price del {
  font-size: 10.5px !important;
  max-width: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktce-product-card-category .gktce-card-actions {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
  gap: 7px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 6px !important;
}

.gktce-product-card-category .gktce-card-actions form {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.gktce-product-card-category .gktce-card-actions .gktce-btn,
.gktce-product-card-category .gktce-card-actions button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 34px !important;
  padding: 7px 5px !important;
  border-radius: 6px !important;
  font-size: clamp(10px, .72vw, 11.2px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em;
  white-space: normal !important;
  text-align: center !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.gktce-product-card-category .gktce-card-actions .gktce-btn-primary,
.gktce-product-card-category .gktce-card-actions button.gktce-btn-primary {
  font-weight: 950 !important;
}

@media (max-width: 1180px) {
  .gktce-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  .gktce-cat-hero {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .gktce-cat-layout {
    grid-template-columns: 1fr !important;
  }

  .gktce-cat-heading {
    min-height: 0 !important;
  }

  .gktce-cat-banner.has-image {
    min-height: 170px !important;
  }
}

@media (max-width: 780px) {
  .gktce-category-page {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 12px !important;
  }

  .gktce-cat-heading h1 {
    font-size: 30px !important;
  }

  .gktce-cat-banner.has-image {
    min-height: 160px !important;
    padding: 16px !important;
  }

  .gktce-cat-banner.has-image::before {
    background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.78) 55%, rgba(255,255,255,.28) 100%);
  }

  .gktce-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .gktce-product-card-category .gktce-product-image {
    aspect-ratio: 1 / .82 !important;
  }

  .gktce-product-card-category .gktce-product-body {
    padding: 9px !important;
  }

  .gktce-product-card-category .gktce-product-title {
    font-size: 13px !important;
  }

  .gktce-product-card-category .gktce-card-price .gktce-price strong {
    font-size: 14px !important;
  }

  .gktce-product-card-category .gktce-card-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
  }

  .gktce-product-card-category .gktce-card-actions .gktce-btn,
  .gktce-product-card-category .gktce-card-actions button {
    min-height: 34px !important;
    padding: 6px 4px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 430px) {
  .gktce-product-card-category .gktce-card-actions {
    grid-template-columns: 1fr 1fr !important;
  }

  .gktce-product-card-category .gktce-card-actions .gktce-btn,
  .gktce-product-card-category .gktce-card-actions button {
    font-size: 9.5px !important;
    min-height: 32px !important;
  }
}

/* v0.3.4 - Reusable custom shop page */
.gktce-shop-page {
  --gktce-shop-primary: var(--gktce-primary, #0057ff);
  --gktce-shop-dark: #0f172a;
  --gktce-shop-muted: #64748b;
  --gktce-shop-line: #e5e7eb;
  --gktce-shop-soft: #f8fafc;
  width: min(100%, 1280px);
  margin: 18px auto 44px;
  padding: 0 14px;
  color: var(--gktce-shop-dark);
}

.gktce-shop-page * {
  box-sizing: border-box;
}

.gktce-shop-breadcrumbs {
  margin-bottom: 12px !important;
}

.gktce-shop-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.gktce-shop-hero.has-banner {
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1.52fr);
  align-items: stretch;
}

.gktce-shop-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 156px;
  padding: 20px 0;
}

.gktce-shop-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  border: 1px solid #dbe6ff;
  border-radius: 999px;
  background: #f5f8ff;
  color: var(--gktce-shop-primary);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gktce-shop-heading h1 {
  margin: 0;
  color: var(--gktce-shop-dark);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: -.06em;
}

.gktce-shop-heading p {
  max-width: 640px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

.gktce-shop-heading small {
  display: block;
  margin-top: 12px;
  color: var(--gktce-shop-muted);
  font-size: 13px;
  font-weight: 850;
}

.gktce-shop-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 210px;
  padding: 24px 28px;
  border: 1px solid #dfe7f3;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  overflow: hidden;
  isolation: isolate;
}

.gktce-shop-banner.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.70) 42%, rgba(255,255,255,.12) 100%);
  pointer-events: none;
}

.gktce-shop-banner-copy {
  position: relative;
  z-index: 3;
  max-width: 470px;
}

.gktce-shop-banner-copy span {
  display: block;
  margin-bottom: 6px;
  color: var(--gktce-shop-dark);
  font-size: 12px;
  font-weight: 950;
}

.gktce-shop-banner-copy strong {
  display: block;
  color: var(--gktce-shop-dark);
  font-size: clamp(24px, 2.65vw, 38px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 950;
}

.gktce-shop-banner-copy p {
  max-width: 420px;
  margin: 8px 0 0;
  color: #475569;
  font-size: 13.5px;
  line-height: 1.4;
}

.gktce-shop-banner-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 12px;
  padding: 0 15px;
  background: var(--gktce-shop-primary);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 950;
}

.gktce-shop-banner-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.gktce-shop-banner-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.gktce-shop-categories {
  margin: 0 0 18px;
}

.gktce-shop-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.gktce-shop-section-head h2 {
  margin: 0;
  color: var(--gktce-shop-dark);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.035em;
}

.gktce-shop-section-head a {
  color: var(--gktce-shop-primary);
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
}

.gktce-shop-category-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.gktce-shop-category-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--gktce-shop-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15,23,42,.04);
  color: var(--gktce-shop-dark);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gktce-shop-category-card:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 32px rgba(15,23,42,.07);
  text-decoration: none;
}

.gktce-shop-category-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / .62;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  overflow: hidden;
}

.gktce-shop-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gktce-shop-category-media i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gktce-shop-primary);
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 950;
}

.gktce-shop-category-card strong {
  overflow: hidden;
  color: var(--gktce-shop-dark);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gktce-shop-category-card small {
  color: var(--gktce-shop-muted);
  font-size: 12px;
  font-weight: 800;
}

.gktce-shop-layout {
  margin-top: 0;
}

.gktce-shop-sidebar .gktce-check-row {
  justify-content: flex-start;
}

.gktce-shop-sidebar .gktce-check-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktce-shop-products .gktce-cat-toolbar {
  margin-bottom: 12px !important;
}

.gktce-shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

@media (max-width: 1180px) {
  .gktce-shop-category-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gktce-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  .gktce-shop-hero.has-banner {
    grid-template-columns: 1fr;
  }

  .gktce-shop-heading {
    min-height: 0;
    padding: 8px 0 0;
  }

  .gktce-shop-banner {
    min-height: 170px;
  }

  .gktce-shop-category-rail {
    display: flex;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gktce-shop-category-card {
    flex: 0 0 210px;
    scroll-snap-align: start;
  }

  .gktce-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 780px) {
  .gktce-shop-page {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gktce-shop-heading h1 {
    font-size: 34px;
  }

  .gktce-shop-heading p {
    font-size: 14px;
    line-height: 1.45;
  }

  .gktce-shop-banner {
    min-height: 160px;
    padding: 16px;
  }

  .gktce-shop-banner.has-image::before {
    background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.78) 55%, rgba(255,255,255,.28) 100%);
  }

  .gktce-shop-section-head h2 {
    font-size: 20px;
  }

  .gktce-shop-section-head a {
    font-size: 12px;
  }

  .gktce-shop-category-card {
    flex-basis: 170px;
    padding: 10px;
  }

  .gktce-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

@media (max-width: 430px) {
  .gktce-shop-category-card {
    flex-basis: 155px;
  }

  .gktce-shop-category-media {
    aspect-ratio: 1 / .70;
  }
}

/* v0.3.5 - Shop breadcrumb URL + compact marketplace shop refinements */
.gktce-shop-page {
  margin-top: 14px !important;
}

.gktce-shop-breadcrumbs {
  margin-bottom: 10px !important;
}

.gktce-shop-hero {
  margin-bottom: 14px !important;
}

.gktce-shop-heading {
  min-height: 118px !important;
  padding: 12px 0 !important;
}

.gktce-shop-kicker {
  min-height: 26px !important;
  padding: 4px 8px !important;
  font-size: 10.5px !important;
}

.gktce-shop-heading h1 {
  font-size: clamp(32px, 3.3vw, 48px) !important;
}

.gktce-shop-heading p {
  margin-top: 8px !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
}

.gktce-shop-heading small {
  margin-top: 8px !important;
  font-size: 12.5px !important;
}

.gktce-shop-banner {
  min-height: 174px !important;
  padding: 20px 24px !important;
  border-radius: 8px !important;
}

.gktce-shop-banner-copy strong {
  font-size: clamp(22px, 2.25vw, 34px) !important;
}

.gktce-shop-categories {
  margin-bottom: 16px !important;
}

.gktce-shop-section-head {
  margin-bottom: 8px !important;
}

.gktce-shop-category-rail {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.gktce-shop-category-card {
  grid-template-columns: 74px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  gap: 2px 10px !important;
  min-height: 78px !important;
  padding: 10px !important;
  border-radius: 8px !important;
}

.gktce-shop-category-media {
  grid-row: 1 / span 2 !important;
  width: 74px !important;
  height: 58px !important;
  aspect-ratio: auto !important;
  border-radius: 7px !important;
}

.gktce-shop-category-media img {
  object-fit: contain !important;
  padding: 5px !important;
  background: #f8fafc !important;
}

.gktce-shop-category-card strong {
  align-self: end !important;
  font-size: 13.5px !important;
}

.gktce-shop-category-card small {
  align-self: start !important;
  font-size: 11.5px !important;
}

.gktce-shop-products .gktce-cat-toolbar {
  min-height: 46px !important;
  padding: 7px 10px !important;
}

.gktce-shop-grid.gktce-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

@media (max-width: 1180px) {
  .gktce-shop-category-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  .gktce-shop-category-rail {
    display: flex !important;
    overflow-x: auto !important;
    padding-bottom: 10px !important;
  }

  .gktce-shop-category-card {
    flex: 0 0 230px !important;
  }
}

@media (max-width: 780px) {
  .gktce-shop-heading {
    min-height: 0 !important;
    padding: 4px 0 !important;
  }

  .gktce-shop-kicker {
    display: none !important;
  }

  .gktce-shop-banner {
    min-height: 150px !important;
    padding: 16px !important;
  }

  .gktce-shop-category-card {
    flex-basis: 190px !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    min-height: 70px !important;
  }

  .gktce-shop-category-media {
    width: 62px !important;
    height: 52px !important;
  }

  .gktce-shop-grid.gktce-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* v0.3.6 - Product option tiles, category square images, shop mobile compactness */
.gktce-shop-kicker {
  display: none !important;
}

/* Product option selector: less pill-like, more compact ecommerce tiles */
.gktce-product-page .gktce-color-swatch,
.gktce-product-page .gktce-variation-pill span {
  border-radius: 6px !important;
}

.gktce-product-page .gktce-color-swatch {
  min-height: 38px !important;
  padding: 5px 10px 5px 7px !important;
  border-color: #d8dee9 !important;
  background: #fff !important;
}

.gktce-product-page .gktce-color-swatch:has(input:checked) {
  background: #f7faff !important;
  border-color: var(--gktce-primary) !important;
  box-shadow: inset 0 0 0 1px var(--gktce-primary) !important;
}

.gktce-product-page .gktce-variation-pill span {
  min-height: 38px !important;
  padding: 8px 14px !important;
  border-color: #d8dee9 !important;
  background: #fff !important;
}

.gktce-product-page .gktce-variation-pill input:checked + span {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #fff !important;
}

.gktce-product-page .gktce-variation-stock-note {
  border-radius: 6px !important;
  padding: 6px 9px !important;
}

/* Desktop: keep stock note below the quantity box so buttons never cover it */
@media (min-width: 781px) {
  .gktce-purchase-row .gktce-quantity-control {
    min-width: 0 !important;
    width: 170px !important;
  }

  .gktce-qty-stock-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .gktce-qty-stock-row .gktce-qty-stepper {
    flex: 0 0 auto !important;
    width: 150px !important;
  }

  .gktce-qty-stock-row .gktce-variation-stock-note {
    flex: 0 0 auto !important;
    max-width: 170px !important;
    min-height: 28px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* Shop category images use the square image field */
.gktce-shop-category-card {
  min-height: 104px !important;
  padding: 10px !important;
}

.gktce-shop-category-media {
  width: 74px !important;
  height: 74px !important;
  flex: 0 0 74px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f8fafc !important;
}

.gktce-shop-category-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.gktce-shop-category-card strong {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.gktce-shop-category-card small {
  font-size: 11.5px !important;
}

/* Quick mobile category filters */
.gktce-shop-mobile-filter-rail {
  display: none;
}

@media (min-width: 921px) {
  .gktce-shop-sidebar .gktce-filter-panel .gktce-filter-content {
    display: block !important;
  }
}

@media (max-width: 920px) {
  .gktce-shop-mobile-filter-rail {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 0 10px;
    margin: -2px 0 10px;
  }

  .gktce-shop-mobile-filter-rail::-webkit-scrollbar {
    display: none;
  }

  .gktce-shop-mobile-filter-rail a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #d8dee9;
    border-radius: 7px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }

  .gktce-shop-mobile-filter-rail a.is-active {
    background: var(--gktce-primary, #0057ff);
    border-color: var(--gktce-primary, #0057ff);
    color: #fff;
  }

  .gktce-shop-layout {
    gap: 10px !important;
  }

  .gktce-shop-sidebar {
    order: -1;
  }

  .gktce-shop-sidebar .gktce-filter-panel {
    box-shadow: none !important;
    border-radius: 8px !important;
  }

  .gktce-shop-sidebar .gktce-filter-panel summary {
    min-height: 40px !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .gktce-shop-sidebar .gktce-filter-panel summary::after {
    content: '+';
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    color: #64748b;
  }

  .gktce-shop-sidebar .gktce-filter-panel[open] summary::after {
    content: '−';
  }

  .gktce-shop-sidebar .gktce-filter-section {
    padding: 12px !important;
  }

  .gktce-shop-categories {
    margin-bottom: 10px !important;
  }

  .gktce-shop-section-head {
    margin-bottom: 8px !important;
  }

  .gktce-shop-category-rail {
    display: flex !important;
    gap: 9px !important;
    overflow-x: auto !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .gktce-shop-category-card {
    flex: 0 0 142px !important;
    min-height: 78px !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 8px !important;
    padding: 8px !important;
  }

  .gktce-shop-category-media {
    grid-row: 1 / span 2 !important;
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  .gktce-shop-category-card strong,
  .gktce-shop-category-card small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gktce-shop-category-card strong {
    font-size: 12px !important;
  }

  .gktce-shop-category-card small {
    font-size: 10.5px !important;
  }
}

@media (max-width: 780px) {
  .gktce-shop-hero {
    margin-bottom: 10px !important;
  }

  .gktce-shop-heading h1 {
    font-size: 30px !important;
  }

  .gktce-shop-heading p,
  .gktce-shop-heading small {
    font-size: 12px !important;
  }

  .gktce-shop-banner {
    min-height: 128px !important;
    padding: 14px !important;
  }

  .gktce-cat-toolbar {
    margin-bottom: 9px !important;
  }
}

/* v0.3.7 - Compact shop filters, category rail and product stock-note placement */

/* Product page: keep option stock note fully inside quantity column on desktop */
@media (min-width: 781px) {
  .gktce-product-page .gktce-purchase-row {
    grid-template-columns: minmax(150px, 170px) minmax(220px, 1fr) minmax(180px, .82fr) !important;
    align-items: start !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
  }

  .gktce-product-page .gktce-purchase-row .gktce-quantity-control {
    width: 170px !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .gktce-product-page .gktce-qty-stock-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
    gap: 7px !important;
    width: 170px !important;
    max-width: 170px !important;
    overflow: visible !important;
  }

  .gktce-product-page .gktce-qty-stock-row .gktce-qty-stepper {
    width: 150px !important;
    max-width: 150px !important;
  }

  .gktce-product-page .gktce-qty-stock-row .gktce-variation-stock-note {
    position: static !important;
    transform: none !important;
    z-index: 1 !important;
    width: max-content !important;
    max-width: 170px !important;
    min-height: 26px !important;
    padding: 5px 9px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .gktce-product-page .gktce-purchase-row .gktce-btn {
    margin-top: 20px !important;
  }
}

/* Product options: remove pill feel, use compact squared tiles */
.gktce-product-page .gktce-color-swatch,
.gktce-product-page .gktce-variation-pill span,
.gktce-product-page .gktce-variation-stock-note {
  border-radius: 4px !important;
}

.gktce-product-page .gktce-color-dot {
  border-radius: 4px !important;
}

.gktce-product-page .gktce-color-swatch {
  min-height: 36px !important;
  padding: 5px 9px 5px 6px !important;
}

.gktce-product-page .gktce-variation-pill span {
  min-height: 36px !important;
  padding: 8px 13px !important;
}

/* Desktop shop filters stay open and compact */
@media (min-width: 921px) {
  .gktce-shop-sidebar .gktce-filter-panel {
    display: block !important;
  }

  .gktce-shop-sidebar .gktce-filter-panel .gktce-filter-content {
    display: block !important;
  }

  .gktce-shop-sidebar .gktce-filter-panel summary {
    cursor: default !important;
  }
}

/* Compact shop page rhythm across devices */
.gktce-shop-page,
.gktce-category-page {
  line-height: 1.28 !important;
}

.gktce-shop-hero,
.gktce-shop-categories,
.gktce-cat-toolbar,
.gktce-shop-layout,
.gktce-category-grid {
  margin-bottom: 10px !important;
}

.gktce-shop-heading h1,
.gktce-cat-heading h1,
.gktce-shop-section-head h2,
.gktce-cat-toolbar,
.gktce-filter-section h2,
.gktce-product-title {
  line-height: 1.08 !important;
}

.gktce-shop-heading p,
.gktce-cat-description,
.gktce-card-excerpt,
.gktce-check-row,
.gktce-cat-list a {
  line-height: 1.25 !important;
}

/* Category cards: reduce empty inner spacing between image, text and border */
.gktce-shop-category-card {
  grid-template-columns: 54px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  gap: 1px 8px !important;
  min-height: 64px !important;
  padding: 7px 8px !important;
}

.gktce-shop-category-media {
  grid-row: 1 / span 2 !important;
  width: 54px !important;
  height: 48px !important;
  flex: 0 0 54px !important;
  border-radius: 5px !important;
}

.gktce-shop-category-media img {
  padding: 3px !important;
}

.gktce-shop-category-media i {
  width: 34px !important;
  height: 34px !important;
  border-radius: 6px !important;
  font-size: 16px !important;
}

.gktce-shop-category-card strong {
  align-self: end !important;
  font-size: 12.5px !important;
  line-height: 1.05 !important;
}

.gktce-shop-category-card small {
  align-self: start !important;
  margin-top: 2px !important;
  font-size: 10.5px !important;
  line-height: 1.05 !important;
}

/* Sort by must remain in one line on desktop */
@media (min-width: 781px) {
  .gktce-sort-form label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
  }

  .gktce-sort-form label span,
  .gktce-sort-form label {
    white-space: nowrap !important;
  }

  .gktce-sort-form select {
    min-width: 168px !important;
    width: auto !important;
  }
}

/* Mobile app-like compact filter panel */
@media (max-width: 920px) {
  .gktce-shop-sidebar .gktce-filter-panel summary::after {
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    color: var(--gktce-primary, #0057ff) !important;
  }

  .gktce-shop-sidebar .gktce-filter-panel summary {
    min-height: 38px !important;
    padding: 8px 11px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  .gktce-shop-sidebar .gktce-filter-content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    padding: 8px !important;
  }

  .gktce-shop-sidebar .gktce-filter-section {
    padding: 10px !important;
    border: 1px solid #edf1f6 !important;
    border-radius: 7px !important;
    background: #fff !important;
  }

  .gktce-shop-sidebar .gktce-filter-section-categories,
  .gktce-shop-sidebar .gktce-filter-section-price,
  .gktce-shop-sidebar .gktce-filter-actions {
    grid-column: 1 / -1 !important;
  }

  .gktce-shop-sidebar .gktce-filter-section-brand {
    grid-column: 1 / span 1 !important;
  }

  .gktce-shop-sidebar .gktce-filter-section-availability {
    grid-column: 2 / span 1 !important;
  }

  .gktce-shop-sidebar .gktce-filter-section h2 {
    margin-bottom: 7px !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
  }

  .gktce-shop-sidebar .gktce-check-row {
    min-height: 22px !important;
    margin-bottom: 5px !important;
    gap: 6px !important;
    font-size: 11.5px !important;
    line-height: 1.05 !important;
  }

  .gktce-shop-sidebar .gktce-check-row input {
    width: 13px !important;
    height: 13px !important;
  }

  .gktce-shop-sidebar .gktce-check-row em {
    display: none !important;
  }

  .gktce-shop-sidebar .gktce-cat-list,
  .gktce-shop-sidebar .gktce-filter-section-brand,
  .gktce-shop-sidebar .gktce-filter-section-availability {
    max-height: 180px;
    overflow-y: auto;
  }

  .gktce-shop-sidebar .gktce-price-inputs {
    gap: 7px !important;
  }

  .gktce-shop-sidebar .gktce-price-inputs input {
    min-height: 34px !important;
    font-size: 12px !important;
  }

  .gktce-shop-sidebar .gktce-filter-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .gktce-shop-sidebar .gktce-filter-actions .gktce-btn {
    min-height: 36px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 780px) {
  .gktce-shop-page {
    margin-top: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .gktce-shop-breadcrumbs {
    margin-bottom: 6px !important;
    font-size: 11px !important;
  }

  .gktce-shop-heading h1 {
    font-size: 26px !important;
  }

  .gktce-shop-heading p,
  .gktce-shop-heading small {
    margin-top: 5px !important;
    font-size: 11.5px !important;
    line-height: 1.22 !important;
  }

  .gktce-shop-section-head {
    margin-bottom: 6px !important;
  }

  .gktce-shop-section-head h2 {
    font-size: 17px !important;
  }

  .gktce-shop-section-head a {
    font-size: 11px !important;
  }

  .gktce-shop-category-rail {
    gap: 7px !important;
    padding-bottom: 6px !important;
  }

  .gktce-shop-category-card {
    flex: 0 0 128px !important;
    min-height: 58px !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 1px 6px !important;
    padding: 6px !important;
  }

  .gktce-shop-category-media {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }

  .gktce-shop-category-card strong {
    font-size: 11.5px !important;
  }

  .gktce-shop-category-card small {
    font-size: 9.8px !important;
  }

  .gktce-cat-toolbar {
    min-height: 38px !important;
    padding: 6px 8px !important;
    gap: 8px !important;
  }

  .gktce-cat-viewhint {
    font-size: 11px !important;
  }

  .gktce-cat-viewhint span {
    min-width: 24px !important;
    min-height: 24px !important;
    font-size: 11px !important;
  }

  .gktce-sort-form label {
    font-size: 11px !important;
  }

  .gktce-sort-form select {
    min-height: 34px !important;
    font-size: 11.5px !important;
  }
}

/* v0.3.8 - Reusable ecommerce homepage body */
.gktce-home-page {
  --gktce-home-primary: var(--gktce-primary, #0057ff);
  --gktce-home-dark: #0f172a;
  --gktce-home-muted: #64748b;
  --gktce-home-line: #e5e7eb;
  --gktce-home-soft: #f8fafc;
  width: min(100%, 1280px);
  margin: 16px auto 42px;
  padding: 0 14px;
  color: var(--gktce-home-dark);
  line-height: 1.25;
}

.gktce-home-page * { box-sizing: border-box; }

.gktce-home-hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 16px;
}

.gktce-home-hero-copy,
.gktce-home-hero-visual {
  border: 1px solid var(--gktce-home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}

.gktce-home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 28px;
}

.gktce-home-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 9px;
  border: 1px solid #dbe6ff;
  border-radius: 4px;
  background: #f5f8ff;
  color: var(--gktce-home-primary);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gktce-home-hero h1 {
  margin: 0;
  color: var(--gktce-home-dark);
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: .94;
  font-weight: 950;
  letter-spacing: -.065em;
}

.gktce-home-hero p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.42;
}

.gktce-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gktce-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid #0f172a;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.gktce-home-btn:hover { text-decoration: none; transform: translateY(-1px); }
.gktce-home-btn-primary { background: var(--gktce-home-primary); border-color: var(--gktce-home-primary); color: #fff; }
.gktce-home-btn-secondary { background: #fff; color: var(--gktce-home-dark); }

.gktce-home-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.gktce-home-hero.has-image .gktce-home-hero-visual {
  background: #f8fafc;
}

.gktce-home-hero-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.gktce-home-showcase-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: 100%;
  min-height: 300px;
  padding: 12px;
}

.gktce-home-showcase-card {
  display: grid;
  align-content: end;
  gap: 7px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #edf1f6;
  border-radius: 7px;
  background: linear-gradient(135deg, #fff, #f8fafc);
  color: var(--gktce-home-dark);
  text-decoration: none;
  overflow: hidden;
}

.gktce-home-showcase-card:first-child { grid-row: 1 / span 2; }
.gktce-home-showcase-card:hover { border-color: #cbd5e1; text-decoration: none; }

.gktce-home-showcase-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.gktce-home-showcase-card:first-child .gktce-home-showcase-image { min-height: 210px; }

.gktce-home-showcase-image img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  display: block;
}

.gktce-home-showcase-image i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 7px;
  background: var(--gktce-home-primary);
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 950;
}

.gktce-home-showcase-card strong {
  overflow: hidden;
  color: var(--gktce-home-dark);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 950;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gktce-home-showcase-card small {
  color: var(--gktce-home-dark);
  font-size: 12px;
  font-weight: 900;
}

.gktce-home-showcase-card small .gktce-price {
  gap: 5px;
}

.gktce-home-showcase-card small del {
  font-size: 10px !important;
  color: #94a3b8 !important;
}

.gktce-home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
}

.gktce-home-section-head h2 {
  margin: 0;
  color: var(--gktce-home-dark);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.04em;
}

.gktce-home-section-head p {
  margin: 5px 0 0;
  color: var(--gktce-home-muted);
  font-size: 13px;
  line-height: 1.25;
}

.gktce-home-section-head a {
  flex: 0 0 auto;
  color: var(--gktce-home-primary);
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
}

.gktce-home-section-head a:hover { text-decoration: underline; }

.gktce-home-categories,
.gktce-home-product-section,
.gktce-home-trust-strip {
  margin-top: 18px;
}

.gktce-home-category-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gktce-home-category-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 9px;
  min-height: 70px;
  padding: 8px;
  border: 1px solid var(--gktce-home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15,23,42,.04);
  color: var(--gktce-home-dark);
  text-decoration: none;
}

.gktce-home-category-card:hover {
  border-color: #cbd5e1;
  text-decoration: none;
  transform: translateY(-1px);
}

.gktce-home-category-media {
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 54px;
  border-radius: 6px;
  background: #f8fafc;
  overflow: hidden;
}

.gktce-home-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gktce-home-category-media i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: var(--gktce-home-primary);
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 950;
}

.gktce-home-category-card strong {
  align-self: end;
  overflow: hidden;
  color: var(--gktce-home-dark);
  font-size: 13px;
  line-height: 1.05;
  font-weight: 950;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gktce-home-category-card small {
  align-self: start;
  overflow: hidden;
  color: var(--gktce-home-muted);
  font-size: 11px;
  line-height: 1.05;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gktce-home-grid.gktce-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.gktce-product-card-home {
  border-radius: 8px !important;
  box-shadow: 0 8px 22px rgba(15,23,42,.04) !important;
}

.gktce-product-card-home .gktce-product-image {
  aspect-ratio: 1 / .78 !important;
  background: #fff;
}

.gktce-product-card-home .gktce-product-image img {
  object-fit: contain !important;
  padding: 10px !important;
}

.gktce-product-card-home .gktce-card-excerpt,
.gktce-product-card-home .gktce-stock {
  display: none !important;
}

.gktce-product-card-home .gktce-product-body {
  gap: 6px !important;
  padding: 10px !important;
}

.gktce-product-card-home .gktce-product-meta-row {
  min-height: 16px !important;
  font-size: 11.5px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #64748b !important;
}

.gktce-product-card-home .gktce-product-title {
  min-height: 0 !important;
  font-size: 14px !important;
  line-height: 1.18 !important;
}

.gktce-product-card-home .gktce-card-price .gktce-price {
  gap: 6px !important;
}

.gktce-product-card-home .gktce-card-price .gktce-price strong {
  font-size: 15px !important;
  letter-spacing: -.02em;
}

.gktce-product-card-home .gktce-card-price .gktce-price del {
  max-width: 82px;
  overflow: hidden;
  color: #94a3b8 !important;
  font-size: 10.5px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktce-product-card-home .gktce-card-actions {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
  gap: 7px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 6px !important;
}

.gktce-product-card-home .gktce-card-actions form,
.gktce-product-card-home .gktce-card-actions .gktce-btn,
.gktce-product-card-home .gktce-card-actions button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.gktce-product-card-home .gktce-card-actions .gktce-btn,
.gktce-product-card-home .gktce-card-actions button {
  min-height: 34px !important;
  padding: 7px 5px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  font-size: clamp(10px, .72vw, 11.2px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.01em;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}

.gktce-home-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 12px;
  border: 1px solid var(--gktce-home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15,23,42,.04);
}

.gktce-home-trust-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 8px 12px;
  border-right: 1px solid #edf1f6;
}

.gktce-home-trust-item:last-child { border-right: 0; }

.gktce-home-trust-item span {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.gktce-home-trust-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.gktce-home-trust-item strong {
  overflow: hidden;
  color: var(--gktce-home-dark);
  font-size: 13px;
  line-height: 1.08;
  font-weight: 950;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gktce-home-trust-item small {
  overflow: hidden;
  color: var(--gktce-home-muted);
  font-size: 11.5px;
  line-height: 1.15;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1180px) {
  .gktce-home-category-rail,
  .gktce-home-grid.gktce-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .gktce-home-hero {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gktce-home-hero-copy {
    min-height: 0;
    padding: 20px;
  }

  .gktce-home-hero-visual,
  .gktce-home-showcase-grid,
  .gktce-home-hero-img {
    min-height: 220px;
  }

  .gktce-home-category-rail {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gktce-home-category-card {
    flex: 0 0 160px;
    scroll-snap-align: start;
  }

  .gktce-home-grid.gktce-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gktce-home-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gktce-home-trust-item:nth-child(2n) { border-right: 0; }
  .gktce-home-trust-item:nth-child(-n+2) { border-bottom: 1px solid #edf1f6; }
}

@media (max-width: 780px) {
  .gktce-home-page {
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .gktce-home-hero,
  .gktce-home-categories,
  .gktce-home-product-section,
  .gktce-home-trust-strip {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .gktce-home-hero-copy {
    padding: 16px;
  }

  .gktce-home-kicker {
    min-height: 22px;
    margin-bottom: 8px;
    padding: 4px 7px;
    font-size: 9.5px;
  }

  .gktce-home-hero h1 {
    font-size: 30px;
  }

  .gktce-home-hero p {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.25;
  }

  .gktce-home-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .gktce-home-btn {
    flex: 1 1 0;
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .gktce-home-hero-visual,
  .gktce-home-showcase-grid,
  .gktce-home-hero-img {
    min-height: 180px;
  }

  .gktce-home-showcase-grid {
    gap: 7px;
    padding: 8px;
  }

  .gktce-home-showcase-card {
    gap: 5px;
    padding: 8px;
  }

  .gktce-home-showcase-image,
  .gktce-home-showcase-card:first-child .gktce-home-showcase-image {
    min-height: 92px;
  }

  .gktce-home-showcase-image img {
    max-height: 120px;
  }

  .gktce-home-showcase-card strong { font-size: 12px; }
  .gktce-home-showcase-card small { font-size: 10.5px; }

  .gktce-home-section-head {
    align-items: center;
    margin-bottom: 7px;
  }

  .gktce-home-section-head h2 {
    font-size: 18px;
  }

  .gktce-home-section-head p {
    margin-top: 3px;
    font-size: 11.5px;
  }

  .gktce-home-section-head a {
    font-size: 11.5px;
  }

  .gktce-home-category-card {
    flex: 0 0 134px;
    min-height: 58px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 1px 6px;
    padding: 6px;
  }

  .gktce-home-category-media {
    width: 42px;
    height: 42px;
  }

  .gktce-home-category-media i {
    width: 31px;
    height: 31px;
    font-size: 14px;
  }

  .gktce-home-category-card strong { font-size: 11.5px; }
  .gktce-home-category-card small { font-size: 9.8px; }

  .gktce-home-grid.gktce-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gktce-product-card-home .gktce-product-body {
    padding: 9px !important;
  }

  .gktce-product-card-home .gktce-product-title {
    font-size: 13px !important;
  }

  .gktce-product-card-home .gktce-card-price .gktce-price strong {
    font-size: 14px !important;
  }

  .gktce-product-card-home .gktce-card-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
  }

  .gktce-product-card-home .gktce-card-actions .gktce-btn,
  .gktce-product-card-home .gktce-card-actions button {
    min-height: 33px !important;
    padding: 6px 4px !important;
    font-size: 9.8px !important;
  }

  .gktce-home-trust-strip {
    gap: 0;
    padding: 8px;
  }

  .gktce-home-trust-item {
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 7px;
    padding: 8px 6px;
  }

  .gktce-home-trust-item span {
    width: 24px;
    height: 24px;
  }

  .gktce-home-trust-item img {
    width: 19px;
    height: 19px;
  }

  .gktce-home-trust-item strong {
    font-size: 11.5px;
  }

  .gktce-home-trust-item small {
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .gktce-home-showcase-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gktce-home-showcase-card:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .gktce-home-category-card {
    flex-basis: 126px;
  }

  .gktce-product-card-home .gktce-card-actions .gktce-btn,
  .gktce-product-card-home .gktce-card-actions button {
    font-size: 9.4px !important;
  }
}

/* v0.3.9 - Full-bleed ecommerce homepage hero and collection-filter shop links */
.gktce-home-hero.has-background {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(300px, .48fr) minmax(360px, .52fr) !important;
  align-items: center !important;
  min-height: clamp(420px, 38vw, 640px);
  padding: clamp(28px, 4vw, 64px);
  overflow: hidden;
  border: 1px solid #dfe7f3;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #edf5ff;
  box-shadow: 0 18px 48px rgba(15,23,42,.06);
}

.gktce-home-hero.has-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 31%, rgba(255,255,255,.46) 54%, rgba(255,255,255,.08) 100%);
  pointer-events: none;
}

.gktce-home-hero.has-background .gktce-home-hero-copy,
.gktce-home-hero.has-background .gktce-home-hero-visual {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.gktce-home-hero.has-background .gktce-home-hero-copy {
  min-height: 0 !important;
  padding: 0 !important;
  max-width: 620px;
}

.gktce-home-hero.has-background .gktce-home-kicker {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 18px !important;
  color: var(--gktce-home-primary);
  font-size: clamp(12px, .95vw, 16px) !important;
  letter-spacing: .14em !important;
}

.gktce-home-hero.has-background h1 {
  max-width: 610px;
  font-size: clamp(44px, 5.2vw, 92px) !important;
  line-height: .92 !important;
  letter-spacing: -.075em !important;
}

.gktce-home-hero.has-background p {
  max-width: 520px;
  margin-top: 20px !important;
  color: #334155;
  font-size: clamp(15px, 1.25vw, 22px) !important;
  line-height: 1.35 !important;
}

.gktce-home-hero.has-background .gktce-home-actions {
  margin-top: clamp(20px, 2.4vw, 34px) !important;
  gap: 14px !important;
}

.gktce-home-hero.has-background .gktce-home-btn {
  min-width: clamp(150px, 12vw, 230px);
  min-height: clamp(46px, 3.4vw, 64px);
  padding: 0 24px !important;
  border-radius: 8px !important;
  font-size: clamp(13px, 1vw, 18px) !important;
}

.gktce-home-hero.has-background .gktce-home-hero-visual {
  min-height: 260px;
}

.gktce-home-hero.has-background .gktce-home-hero-img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center right;
  filter: drop-shadow(0 20px 34px rgba(15,23,42,.14));
}

.gktce-shop-active-collection {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #cfe0ff;
  border-radius: 6px;
  background: #f4f8ff;
  color: var(--gktce-shop-primary, #0057ff);
  font-size: 12px;
  font-weight: 950;
}

@media (min-width: 1440px) {
  .gktce-home-page {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: clamp(16px, 1.5vw, 28px) !important;
    padding-right: clamp(16px, 1.5vw, 28px) !important;
  }

  .gktce-home-categories,
  .gktce-home-product-section,
  .gktce-home-trust-strip {
    width: min(100%, 1480px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1600px) {
  .gktce-home-hero.has-background {
    min-height: 680px;
  }
}

@media (max-width: 920px) {
  .gktce-home-hero.has-background {
    grid-template-columns: 1fr !important;
    min-height: 420px;
    padding: 24px;
    background-position: right center !important;
  }

  .gktce-home-hero.has-background::before {
    background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 58%, rgba(255,255,255,.34) 100%);
  }

  .gktce-home-hero.has-background .gktce-home-hero-visual {
    display: none;
  }
}

@media (max-width: 780px) {
  .gktce-home-hero.has-background {
    min-height: 360px;
    padding: 18px;
    border-radius: 8px;
  }

  .gktce-home-hero.has-background .gktce-home-kicker {
    display: inline-flex !important;
    margin-bottom: 10px !important;
    font-size: 10px !important;
  }

  .gktce-home-hero.has-background h1 {
    max-width: 330px;
    font-size: clamp(32px, 10vw, 46px) !important;
  }

  .gktce-home-hero.has-background p {
    max-width: 320px;
    margin-top: 10px !important;
    font-size: 12.5px !important;
  }

  .gktce-home-hero.has-background .gktce-home-actions {
    margin-top: 16px !important;
    gap: 8px !important;
  }

  .gktce-home-hero.has-background .gktce-home-btn {
    min-width: 0;
    min-height: 40px;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
}

/* v0.3.10 - Single full-background homepage hero + clearer collection filters */
.gktce-home-hero.has-background {
  display: grid !important;
  grid-template-columns: minmax(280px, 46%) minmax(0, 54%) !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.gktce-home-hero.has-background .gktce-home-hero-visual {
  display: none !important;
}

.gktce-home-hero.has-background .gktce-home-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 / 2 !important;
  width: 100% !important;
}

.gktce-home-hero.has-background::before {
  z-index: 1 !important;
}

.gktce-home-hero.has-background .gktce-home-kicker,
.gktce-home-hero.has-background h1,
.gktce-home-hero.has-background p,
.gktce-home-hero.has-background .gktce-home-actions {
  position: relative !important;
  z-index: 3 !important;
}

.gktce-shop-active-collection {
  border-radius: 4px !important;
}

.gktce-sort-form option[value="featured"],
.gktce-sort-form option[value="sale"] {
  font-weight: 900;
}

@media (min-width: 1440px) {
  .gktce-home-hero.has-background {
    border-radius: 10px !important;
  }
}

@media (max-width: 920px) {
  .gktce-home-hero.has-background {
    grid-template-columns: 1fr !important;
  }

  .gktce-home-hero.has-background .gktce-home-hero-copy {
    grid-column: 1 / -1 !important;
  }
}

/* v0.3.11 - Hero benefit strip + mobile hero background */
.gktce-home-hero.has-background {
  background-image: var(--gktce-home-hero-bg) !important;
  background-position: var(--gktce-home-hero-position, center center) !important;
}

.gktce-home-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 700px);
  margin-top: clamp(22px, 3vw, 46px);
  border: 0;
}

.gktce-home-hero-trust-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid rgba(148, 163, 184, .38);
}

.gktce-home-hero-trust-item:first-child {
  padding-left: 0;
}

.gktce-home-hero-trust-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.gktce-home-hero-trust-item span {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gktce-home-primary, #0057ff);
}

.gktce-home-hero-trust-item span img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.gktce-home-hero-trust-item strong {
  min-width: 0;
  margin: 0;
  color: #0f172a;
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.05;
  font-weight: 950;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gktce-home-hero-trust-item small {
  min-width: 0;
  margin-top: 4px;
  color: #64748b;
  font-size: clamp(10.5px, .78vw, 13px);
  line-height: 1.15;
  font-weight: 750;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1440px) {
  .gktce-home-hero.has-background .gktce-home-hero-copy {
    max-width: 760px !important;
  }

  .gktce-home-hero-trust {
    width: min(100%, 760px);
  }
}

@media (max-width: 920px) {
  .gktce-home-hero-trust {
    width: min(100%, 560px);
    margin-top: 20px;
  }

  .gktce-home-hero-trust-item {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 9px;
    padding: 0 10px;
  }

  .gktce-home-hero-trust-item span {
    width: 28px;
    height: 28px;
  }

  .gktce-home-hero-trust-item span img {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 780px) {
  .gktce-home-hero.has-background {
    background-image: var(--gktce-home-hero-mobile-bg, var(--gktce-home-hero-bg)) !important;
    background-position: var(--gktce-home-hero-mobile-position, center center) !important;
  }

  .gktce-home-hero-trust {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .gktce-home-hero-trust::-webkit-scrollbar {
    display: none;
  }

  .gktce-home-hero-trust-item {
    flex: 0 0 auto;
    min-width: 142px;
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 8px 10px !important;
    border: 1px solid rgba(203, 213, 225, .72) !important;
    border-radius: 6px;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(3px);
  }

  .gktce-home-hero-trust-item span {
    width: 26px;
    height: 26px;
  }

  .gktce-home-hero-trust-item span img {
    width: 21px;
    height: 21px;
  }

  .gktce-home-hero-trust-item strong {
    font-size: 11.2px;
  }

  .gktce-home-hero-trust-item small {
    margin-top: 2px;
    font-size: 9.8px;
  }
}

@media (max-width: 430px) {
  .gktce-home-hero-trust-item {
    min-width: 132px;
  }
}


/* v0.3.12 - Hero balance, visible benefits, no background shadow overlay */
.gktce-home-hero.has-background {
  box-shadow: none !important;
}

.gktce-home-hero.has-background::before {
  display: none !important;
  background: transparent !important;
}

.gktce-home-hero.has-background .gktce-home-hero-copy {
  max-width: 760px !important;
}

.gktce-home-hero.has-background .gktce-home-actions {
  max-width: 620px !important;
}

.gktce-home-hero.has-background .gktce-home-btn {
  flex: 0 1 auto !important;
  white-space: nowrap !important;
}

.gktce-home-hero-trust {
  width: min(100%, 860px) !important;
  max-width: 860px !important;
  margin-top: clamp(18px, 2.4vw, 34px) !important;
  align-items: center !important;
}

.gktce-home-hero-trust-item {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  column-gap: 11px !important;
  padding: 0 16px !important;
  overflow: visible !important;
}

.gktce-home-hero-trust-item:first-child {
  padding-left: 0 !important;
}

.gktce-home-hero-trust-item:last-child {
  padding-right: 0 !important;
}

.gktce-home-hero-trust-item strong,
.gktce-home-hero-trust-item small {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.gktce-home-hero-trust-item strong {
  font-size: clamp(12px, .86vw, 15px) !important;
  line-height: 1.12 !important;
}

.gktce-home-hero-trust-item small {
  margin-top: 3px !important;
  font-size: clamp(10px, .72vw, 12.5px) !important;
  line-height: 1.18 !important;
}

@media (min-width: 1440px) {
  .gktce-home-hero.has-background {
    box-shadow: none !important;
  }

  .gktce-home-hero.has-background .gktce-home-hero-copy {
    max-width: 820px !important;
  }

  .gktce-home-hero-trust {
    width: min(100%, 900px) !important;
    max-width: 900px !important;
  }
}

@media (max-width: 1180px) and (min-width: 781px) {
  .gktce-home-hero-trust {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }

  .gktce-home-hero-trust-item {
    padding: 0 12px !important;
    column-gap: 9px !important;
  }

  .gktce-home-hero-trust-item span {
    width: 30px !important;
    height: 30px !important;
  }

  .gktce-home-hero-trust-item span img {
    width: 24px !important;
    height: 24px !important;
  }

  .gktce-home-hero-trust-item strong {
    font-size: 12.2px !important;
  }

  .gktce-home-hero-trust-item small {
    font-size: 10.5px !important;
  }
}

@media (max-width: 780px) {
  .gktce-home-hero.has-background {
    min-height: auto !important;
    padding: 22px 14px !important;
    background-size: cover !important;
    box-shadow: none !important;
  }

  .gktce-home-hero.has-background .gktce-home-hero-copy {
    width: 100% !important;
    max-width: none !important;
  }

  .gktce-home-hero.has-background .gktce-home-kicker {
    margin-bottom: 9px !important;
  }

  .gktce-home-hero.has-background h1 {
    max-width: 88% !important;
    font-size: clamp(34px, 10.8vw, 48px) !important;
    line-height: .96 !important;
  }

  .gktce-home-hero.has-background p {
    max-width: 88% !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
  }

  .gktce-home-hero.has-background .gktce-home-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 16px !important;
  }

  .gktce-home-hero.has-background .gktce-home-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 10px !important;
    font-size: 12.5px !important;
  }

  .gktce-home-hero-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 16px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  .gktce-home-hero-trust-item {
    min-width: 0 !important;
    width: 100% !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    column-gap: 7px !important;
    padding: 8px !important;
    border: 1px solid rgba(203, 213, 225, .8) !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.72) !important;
    backdrop-filter: none !important;
  }

  .gktce-home-hero-trust-item span {
    width: 24px !important;
    height: 24px !important;
  }

  .gktce-home-hero-trust-item span img {
    width: 20px !important;
    height: 20px !important;
  }

  .gktce-home-hero-trust-item strong {
    font-size: 10.5px !important;
    line-height: 1.08 !important;
  }

  .gktce-home-hero-trust-item small {
    margin-top: 2px !important;
    font-size: 9.4px !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 520px) {
  .gktce-home-hero.has-background {
    padding: 20px 12px !important;
  }

  .gktce-home-hero.has-background h1,
  .gktce-home-hero.has-background p {
    max-width: 92% !important;
  }

  .gktce-home-hero-trust {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .gktce-home-hero-trust-item {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    min-height: 48px !important;
  }

  .gktce-home-hero-trust-item span {
    width: 28px !important;
    height: 28px !important;
  }

  .gktce-home-hero-trust-item span img {
    width: 22px !important;
    height: 22px !important;
  }

  .gktce-home-hero-trust-item strong {
    font-size: 12px !important;
  }

  .gktce-home-hero-trust-item small {
    font-size: 10.5px !important;
  }
}

@media (max-width: 380px) {
  .gktce-home-hero.has-background .gktce-home-actions {
    grid-template-columns: 1fr !important;
  }
}

/* v0.3.13 - Hide hero benefit strip on mobile */
@media (max-width: 780px) {
  .gktce-home-hero-trust {
    display: none !important;
  }
}


/* v0.3.14 - Parent/child product category hierarchy */
.gktce-cat-list-tree,
.gktce-cat-list-links {
  gap: 4px !important;
}

.gktce-cat-parent-row,
.gktce-cat-parent-link {
  font-weight: 950 !important;
  color: #0f172a !important;
}

.gktce-cat-child-list {
  display: grid;
  gap: 3px;
  margin: -2px 0 6px 0;
  padding-left: 18px;
  border-left: 1px solid #edf1f6;
}

.gktce-check-row.gktce-cat-child-row,
.gktce-cat-child-link {
  min-height: 23px !important;
  font-size: 12px !important;
  color: #475569 !important;
}

.gktce-check-row.gktce-cat-child-row span,
.gktce-cat-child-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktce-cat-parent-link,
.gktce-cat-child-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 25px;
  text-decoration: none;
}

.gktce-cat-parent-link.is-active,
.gktce-cat-child-link.is-active,
.gktce-cat-parent-row:has(input:checked),
.gktce-cat-child-row:has(input:checked) {
  color: var(--gktce-primary, #0057ff) !important;
}

.gktce-cat-parent-link em,
.gktce-cat-child-link em {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

@media (max-width: 920px) {
  .gktce-shop-sidebar .gktce-cat-child-list {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    padding-left: 14px;
  }

  .gktce-shop-sidebar .gktce-check-row.gktce-cat-child-row {
    font-size: 11px !important;
  }
}

/* v0.3.22 - Shop/category hierarchy filter UI refinements */
.gktce-filter-category-tree {
  display: grid;
  gap: 8px;
}

.gktce-filter-category-branch {
  display: grid;
  gap: 5px;
  padding: 9px 9px 8px;
  border: 1px solid #eef2f7;
  border-radius: 7px;
  background: #fff;
}

.gktce-filter-category-branch .gktce-cat-parent-row {
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #0f172a !important;
  font-size: 12.5px !important;
  font-weight: 950 !important;
}

.gktce-filter-category-branch .gktce-cat-child-list {
  display: grid;
  gap: 4px;
  margin: 2px 0 0 22px !important;
  padding: 0 0 0 10px !important;
  border-left: 2px solid #edf2f7 !important;
}

.gktce-filter-category-branch .gktce-cat-child-row {
  min-height: 22px !important;
  margin: 0 !important;
  color: #475569 !important;
  font-size: 11.8px !important;
  font-weight: 800 !important;
}

.gktce-filter-category-branch .gktce-check-row input {
  width: 14px !important;
  height: 14px !important;
}

.gktce-filter-category-branch .gktce-check-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktce-filter-category-branch .gktce-check-row em {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 11px;
}

.gktce-filter-category-branch:has(input:checked) {
  border-color: #cfe0ff;
  background: #f8fbff;
}

.gktce-filter-category-branch .gktce-check-row:has(input:checked) span {
  color: var(--gktce-primary, #0057ff);
}

/* Category archive: compact linked category panel, no generic subcategory look */
.gktce-category-page .gktce-cat-link-panel {
  display: grid !important;
  gap: 7px !important;
}

.gktce-category-page .gktce-cat-link-panel .gktce-cat-parent-link,
.gktce-category-page .gktce-cat-link-panel .gktce-cat-child-link {
  min-height: 36px !important;
  padding: 8px 10px !important;
  border: 1px solid #e5eaf2 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

.gktce-category-page .gktce-cat-link-panel .gktce-cat-child-link {
  margin-left: 10px;
  background: #fafcff !important;
}

.gktce-category-page .gktce-cat-link-panel .gktce-cat-parent-link:hover,
.gktce-category-page .gktce-cat-link-panel .gktce-cat-child-link:hover,
.gktce-category-page .gktce-cat-link-panel .is-active {
  border-color: var(--gktce-primary, #0057ff) !important;
  background: #f4f8ff !important;
  color: var(--gktce-primary, #0057ff) !important;
  text-decoration: none !important;
}

.gktce-category-page .gktce-cat-link-panel span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktce-category-page .gktce-cat-link-panel em {
  flex: 0 0 auto;
  font-size: 11px !important;
}

@media (max-width: 920px) {
  .gktce-shop-sidebar .gktce-filter-category-tree {
    gap: 7px !important;
  }

  .gktce-shop-sidebar .gktce-filter-category-branch {
    padding: 8px !important;
  }

  .gktce-shop-sidebar .gktce-filter-category-branch .gktce-cat-child-list {
    margin-left: 18px !important;
  }

  .gktce-shop-sidebar .gktce-filter-category-branch .gktce-check-row em {
    display: inline-flex !important;
    margin-left: auto !important;
    font-size: 10.5px !important;
  }

  .gktce-category-page .gktce-filter-panel summary {
    min-height: 38px !important;
    padding: 9px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 13px !important;
  }

  .gktce-category-page .gktce-filter-panel summary::after {
    content: '+';
    color: var(--gktce-primary, #0057ff);
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
  }

  .gktce-category-page .gktce-filter-panel[open] summary::after {
    content: '−';
  }

  .gktce-category-page .gktce-filter-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  .gktce-category-page .gktce-filter-section {
    padding: 10px !important;
    border: 1px solid #edf1f6 !important;
    border-radius: 7px !important;
    background: #fff !important;
  }

  .gktce-category-page .gktce-filter-section h2 {
    margin-bottom: 7px !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
  }

  .gktce-category-page .gktce-cat-link-panel {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .gktce-category-page .gktce-cat-link-panel::-webkit-scrollbar {
    display: none;
  }

  .gktce-category-page .gktce-cat-link-panel .gktce-cat-parent-link,
  .gktce-category-page .gktce-cat-link-panel .gktce-cat-child-link {
    flex: 0 0 auto;
    min-width: 138px;
    max-width: 190px;
    min-height: 34px !important;
    margin-left: 0 !important;
    padding: 7px 9px !important;
    font-size: 11.5px !important;
  }

  .gktce-category-page .gktce-category-filter-form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
  }

  .gktce-category-page .gktce-filter-section-price,
  .gktce-category-page .gktce-filter-actions {
    grid-column: 1 / -1 !important;
  }

  .gktce-category-page .gktce-filter-section-brand {
    grid-column: 1 / span 1 !important;
  }

  .gktce-category-page .gktce-filter-section-availability {
    grid-column: 1 / -1 !important;
  }

  .gktce-category-page .gktce-category-filter-form:has(.gktce-filter-section-brand) .gktce-filter-section-availability {
    grid-column: 2 / span 1 !important;
  }

  .gktce-category-page .gktce-filter-section-brand,
  .gktce-category-page .gktce-filter-section-availability {
    max-height: 178px;
    overflow-y: auto;
  }

  .gktce-category-page .gktce-check-row {
    min-height: 22px !important;
    margin-bottom: 5px !important;
    gap: 6px !important;
    font-size: 11.5px !important;
    line-height: 1.05 !important;
  }

  .gktce-category-page .gktce-check-row input {
    width: 13px !important;
    height: 13px !important;
  }

  .gktce-category-page .gktce-check-row em {
    display: none !important;
  }

  .gktce-category-page .gktce-price-inputs {
    gap: 7px !important;
  }

  .gktce-category-page .gktce-price-inputs input {
    min-height: 34px !important;
    font-size: 12px !important;
  }

  .gktce-category-page .gktce-filter-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .gktce-category-page .gktce-filter-actions .gktce-btn {
    min-height: 36px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 520px) {
  .gktce-category-page .gktce-category-filter-form {
    gap: 7px !important;
  }

  .gktce-category-page .gktce-filter-section-brand,
  .gktce-category-page .gktce-filter-section-availability {
    padding: 9px !important;
  }

  .gktce-category-page .gktce-filter-section-brand h2,
  .gktce-category-page .gktce-filter-section-availability h2 {
    font-size: 11.5px !important;
  }

  .gktce-category-page .gktce-filter-section-brand .gktce-check-row,
  .gktce-category-page .gktce-filter-section-availability .gktce-check-row {
    font-size: 10.8px !important;
  }
}


/* v0.3.50 - Plugin-scoped branding system */
.gktce-ui,
.gktce-products,
.gktce-product-page,
.gktce-single-product,
.gktce-cart,
.gktce-category-page,
.gktce-home-page,
.gktce-shop-page,
.gktce-store-header,
.gktce-store-footer,
.gktce-wishlist-page {
  color: var(--gktce-text);
  font-family: inherit;
}
.gktce-ui *,
.gktce-products *,
.gktce-product-page *,
.gktce-single-product *,
.gktce-cart *,
.gktce-category-page * { box-sizing: border-box; }
.gktce-ui .gktce-btn,
.gktce-products .gktce-btn,
.gktce-single-product .gktce-btn,
.gktce-product-page .gktce-btn,
.gktce-cart .gktce-btn,
.gktce-category-page .gktce-btn {
  appearance: none;
  font-family: inherit;
}
.gktce-btn-primary,
.gktce-cart-checkout-btn,
.gktce-cat-banner-copy a,
.gktce-pagination .page-numbers.current,
.gktce-pagination a.page-numbers:hover {
  background: var(--gktce-primary) !important;
  border-color: var(--gktce-primary) !important;
  color: var(--gktce-button-text, #fff) !important;
}
.gktce-btn-secondary,
.gktce-cart-buy-more-btn,
.gktce-cart-clear,
.gktce-remove-item {
  background: var(--gktce-card, #fff) !important;
  border-color: var(--gktce-border) !important;
  color: var(--gktce-text) !important;
}
.gktce-product-card,
.gktce-gallery-main,
.gktce-info-grid,
.gktce-cart,
.gktce-cart-pro-main,
.gktce-cart-summary-card,
.gktce-cart-trust-strip,
.gktce-filter-panel,
.gktce-cat-toolbar,
.gktce-product-card-category {
  background-color: var(--gktce-card, #fff) !important;
  border-color: var(--gktce-border) !important;
}
.gktce-product-title a,
.gktce-cart-pro-title,
.gktce-single-title,
.gktce-cat-heading h1,
.gktce-cart-pro-header h2,
.gktce-section-heading h2 {
  color: var(--gktce-text) !important;
}
.gktce-brand,
.gktce-cart-continue,
.gktce-cart-pro-actions a,
.gktce-tab-nav button.is-active,
.gktce-section-heading a,
.gktce-cat-list a.is-active,
.gktce-cat-list a:hover {
  color: var(--gktce-primary) !important;
}
.gktce-tab-nav button.is-active::after,
.gktce-cart-count {
  background: var(--gktce-primary) !important;
}
.gktce-stock-in_stock,
.gktce-cart-pro-stock { color: var(--gktce-success) !important; }
.gktce-stock-out_of_stock,
.gktce-cart-stock-out_of_stock { color: var(--gktce-danger) !important; }
.gktce-stock-on_request,
.gktce-cart-stock-on_request { color: var(--gktce-warning) !important; }
