/* Juice Infusion Curbside OS — scoped Curbside commerce shell */
body.jicos-commerce-shell {
  --jc-ink:#111820;
  --jc-night:#101a22;
  --jc-night-2:#172733;
  --jc-cream:#f8f2e5;
  --jc-paper:#fffdfa;
  --jc-green:#9bd452;
  --jc-green-deep:#376d42;
  --jc-gold:#c99b4b;
  --jc-orange:#ee8b45;
  --jc-muted:#6b7781;
  --jc-line:#e7e3d9;
  --jc-shadow:0 22px 65px rgba(18,29,37,.1);
  --jc-radius:22px;
  color:var(--jc-ink);
  background:radial-gradient(circle at 5% 20%,rgba(155,212,82,.09),transparent 24%),radial-gradient(circle at 94% 8%,rgba(238,139,69,.08),transparent 23%),#f7f5ef;
}
body.jicos-commerce-shell #primary,
body.jicos-commerce-shell .content-area,
body.jicos-commerce-shell .site-main,
body.jicos-commerce-shell .entry-content { width:100%; max-width:none; }
body.jicos-commerce-shell #secondary,
body.jicos-commerce-shell .widget-area { display:none; }
body.jicos-commerce-shell .site-content > .ast-container,
body.jicos-commerce-shell .site-content .ast-container,
body.jicos-commerce-shell main > .container,
body.jicos-commerce-shell .entry-content > .woocommerce,
body.jicos-commerce-shell .entry-content > .wp-block-woocommerce-cart,
body.jicos-commerce-shell .entry-content > .wp-block-woocommerce-checkout { width:min(1280px,calc(100% - 40px)); max-width:1280px; margin-right:auto; margin-left:auto; }
body.jicos-commerce-shell .entry-header,
body.jicos-commerce-shell .entry-header > .entry-title { display:none; }
body.jicos-commerce-shell .woocommerce-breadcrumb,
body.jicos-commerce-shell nav.woocommerce-breadcrumb { display:none!important; }
body.jicos-commerce-shell #page,
body.jicos-commerce-shell .site,
body.jicos-commerce-shell .site-content,
body.jicos-commerce-shell .content-area,
body.jicos-commerce-shell .site-main { color:var(--jc-ink); background-color:transparent!important; background-image:none!important; }
body.jicos-commerce-shell .woocommerce,
body.jicos-commerce-shell .wp-block-woocommerce-cart,
body.jicos-commerce-shell .wp-block-woocommerce-checkout { position:relative; z-index:1; color:var(--jc-ink); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
body.jicos-commerce-shell button,
body.jicos-commerce-shell input,
body.jicos-commerce-shell select,
body.jicos-commerce-shell textarea { font:inherit; }
body.jicos-commerce-shell a:focus-visible,
body.jicos-commerce-shell button:focus-visible,
body.jicos-commerce-shell input:focus-visible,
body.jicos-commerce-shell select:focus-visible,
body.jicos-commerce-shell textarea:focus-visible { outline:3px solid rgba(55,109,66,.28); outline-offset:3px; }

.jicos-commerce-head { position:relative; display:grid; grid-template-columns:minmax(220px,.7fr) minmax(380px,1.5fr) auto; gap:28px; align-items:center; width:100%; margin:28px 0 22px; padding:30px 32px 76px; overflow:hidden; color:#fff; border:1px solid rgba(255,255,255,.07); border-radius:28px; background:radial-gradient(circle at 10% 15%,rgba(155,212,82,.14),transparent 29%),radial-gradient(circle at 91% 0,rgba(201,155,75,.17),transparent 27%),linear-gradient(135deg,var(--jc-night),var(--jc-night-2)); box-shadow:0 28px 80px rgba(10,20,28,.19); }
.jicos-commerce-head:after { position:absolute; right:-90px; bottom:-185px; width:360px; height:360px; border:1px solid rgba(255,255,255,.07); border-radius:50%; box-shadow:0 0 0 46px rgba(255,255,255,.018),0 0 0 92px rgba(255,255,255,.012); content:""; pointer-events:none; }
.jicos-commerce-head__brand,.jicos-commerce-head__copy,.jicos-commerce-pulse { position:relative; z-index:1; }
.jicos-commerce-head__brand { display:grid; gap:13px; }
.jicos-commerce-head__brand>a { display:flex; align-items:center; gap:11px; color:#fff; text-decoration:none; }
.jicos-commerce-head__brand>a>i { display:grid; place-items:center; width:47px; height:47px; color:#152019; border-radius:15px; background:linear-gradient(135deg,#cce88b,var(--jc-green)); box-shadow:0 12px 30px rgba(155,212,82,.18); font:900 13px/1 system-ui,sans-serif; font-style:normal; letter-spacing:.06em; }
.jicos-commerce-head__brand b,.jicos-commerce-head__brand small { display:block; }
.jicos-commerce-head__brand b { color:#fff; font-size:13px; }
.jicos-commerce-head__brand small { margin-top:2px; color:#94a5af; font-size:8px; font-weight:800; letter-spacing:.13em; }
.jicos-commerce-head__brand em { width:max-content; padding:6px 9px; color:#b9c4cb; border:1px solid rgba(255,255,255,.09); border-radius:999px; font-size:8px; font-style:normal; letter-spacing:.08em; text-transform:uppercase; }
.jicos-commerce-head__copy>span { color:#cbe693; font-size:9px; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
.jicos-commerce-head__copy h1 { max-width:650px; margin:7px 0 9px; color:#fff; font:700 clamp(30px,4vw,51px)/.98 Georgia,serif; letter-spacing:-.045em; }
.jicos-commerce-head__copy p { max-width:640px; margin:0; color:#b1bdc6; font-size:12px; line-height:1.65; }
.jicos-commerce-pulse { display:grid; min-width:145px; padding:18px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.045); backdrop-filter:blur(14px); }
.jicos-commerce-pulse>span { display:flex; align-items:center; gap:7px; color:#c2d0d8; font-size:9px; }
.jicos-commerce-pulse>span i { width:7px; height:7px; border-radius:50%; background:var(--jc-green); box-shadow:0 0 0 6px rgba(155,212,82,.1); animation:jicos-commerce-pulse 1.8s ease-in-out infinite; }
.jicos-commerce-pulse strong { margin-top:13px; color:#fff; font:700 28px/1 Georgia,serif; }
.jicos-commerce-pulse small { margin-top:4px; color:#8fa0aa; font-size:8px; }
.jicos-commerce-steps { position:absolute; z-index:2; right:32px; bottom:20px; left:32px; display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.jicos-commerce-steps a { display:flex; align-items:center; gap:9px; min-height:38px; padding:8px 12px; color:#7f909b; border:1px solid rgba(255,255,255,.07); border-radius:12px; background:rgba(255,255,255,.025); text-decoration:none; }
.jicos-commerce-steps a b { display:grid; place-items:center; width:22px; height:22px; color:#80909a; border:1px solid rgba(255,255,255,.1); border-radius:50%; font-size:8px; }
.jicos-commerce-steps a span { font-size:9px; font-weight:750; letter-spacing:.04em; }
.jicos-commerce-steps a.is-active { color:#fff; border-color:rgba(155,212,82,.26); background:rgba(155,212,82,.09); }
.jicos-commerce-steps a.is-active b,.jicos-commerce-steps a.is-done b { color:#152019; border-color:var(--jc-green); background:var(--jc-green); }
.jicos-commerce-steps a.is-done { color:#b8c4cb; }

body.jicos-commerce-shell .woocommerce-notices-wrapper:not(:empty),
body.jicos-commerce-shell .wc-block-components-notice-banner { margin:15px 0; border-radius:14px; box-shadow:none; }
body.jicos-commerce-shell .woocommerce-message,
body.jicos-commerce-shell .woocommerce-info,
body.jicos-commerce-shell .woocommerce-error { padding:15px 18px 15px 52px; border:1px solid var(--jc-line); border-radius:14px; background:#fff; box-shadow:none; }
body.jicos-commerce-shell .woocommerce-message { border-color:#cfe5c6; }
body.jicos-commerce-shell .woocommerce-error { border-color:#efcaca; }

/* Classic cart */
body.jicos-commerce-cart .woocommerce { display:flow-root; }
body.jicos-commerce-cart .woocommerce-cart-form { float:left; width:calc(66% - 10px); }
body.jicos-commerce-cart .cart-collaterals { float:right; width:calc(34% - 10px); }
body.jicos-commerce-cart table.shop_table { overflow:hidden; margin:0; border:1px solid var(--jc-line); border-radius:var(--jc-radius); border-collapse:separate; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-cart table.shop_table th { padding:14px 17px; color:#7d878e; border-bottom:1px solid var(--jc-line); background:#faf8f3; font-size:9px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
body.jicos-commerce-cart table.shop_table td { padding:19px 15px; border-bottom:1px solid var(--jc-line); }
body.jicos-commerce-cart table.cart img { width:80px; min-width:80px; border-radius:16px; box-shadow:0 10px 28px rgba(12,24,31,.11); aspect-ratio:1; object-fit:cover; }
body.jicos-commerce-cart table.cart .product-name>a { color:var(--jc-ink); font:700 17px/1.2 Georgia,serif; text-decoration:none; }
body.jicos-commerce-cart table.cart .product-remove a { display:grid; place-items:center; width:29px; height:29px; color:#8b9297!important; border:1px solid var(--jc-line); border-radius:50%; background:#fff; font-size:17px; }
body.jicos-commerce-cart table.cart .product-remove a:hover { color:#fff!important; border-color:#b85151; background:#b85151; }
body.jicos-commerce-cart .quantity .qty { width:64px; min-height:42px; border:1px solid #d9d6ce; border-radius:10px; background:#fff; text-align:center; }
.jicos-cart-item-signal { display:flex; flex-wrap:wrap; gap:5px; margin-top:8px; }
.jicos-cart-item-signal span { padding:4px 7px; color:#617069; border:1px solid #dce9d7; border-radius:999px; background:#f4f9f1; font-size:8px; font-weight:750; }
body.jicos-commerce-cart table.cart td.actions { padding:15px; background:#faf8f3; }
body.jicos-commerce-cart table.cart td.actions .coupon { display:flex; gap:7px; }
body.jicos-commerce-cart table.cart td.actions .coupon input { width:170px!important; min-height:44px; padding:0 13px; border:1px solid var(--jc-line); border-radius:10px; background:#fff; }
body.jicos-commerce-shell .button,
body.jicos-commerce-shell button.button,
body.jicos-commerce-shell input.button,
body.jicos-commerce-shell .wc-block-components-button { min-height:44px; padding:10px 16px; color:#fff; border:0; border-radius:11px; background:var(--jc-night); box-shadow:none; font-size:10px; font-weight:800; letter-spacing:.02em; text-decoration:none; transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }
body.jicos-commerce-shell .button:hover,
body.jicos-commerce-shell button.button:hover,
body.jicos-commerce-shell .wc-block-components-button:hover { color:#111b14; background:var(--jc-green); transform:translateY(-1px); box-shadow:0 12px 28px rgba(55,109,66,.15); }
body.jicos-commerce-cart .cart_totals { width:100%; padding:22px; border:1px solid var(--jc-line); border-radius:var(--jc-radius); background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-cart .cart_totals h2 { margin:0 0 13px; font:700 25px/1 Georgia,serif; }
body.jicos-commerce-cart .cart_totals table { border:0; border-radius:0; background:transparent; box-shadow:none; }
body.jicos-commerce-cart .cart_totals table th,
body.jicos-commerce-cart .cart_totals table td { padding:12px 0; border-bottom:1px solid var(--jc-line); background:transparent; }
body.jicos-commerce-cart .cart_totals .order-total strong { color:var(--jc-green-deep); font-size:21px; }
body.jicos-commerce-cart .wc-proceed-to-checkout { padding:15px 0 0; }
body.jicos-commerce-cart .wc-proceed-to-checkout a.checkout-button { display:flex; align-items:center; justify-content:center; min-height:55px; margin:0; color:#142016; border-radius:14px; background:linear-gradient(135deg,#bfe56f,var(--jc-green)); font-size:12px; }
.jicos-cart-readiness { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:14px; padding:15px; color:#fff; border-radius:17px; background:linear-gradient(145deg,var(--jc-night),#20323c); }
.jicos-cart-readiness>span { grid-column:1/-1; color:#bedf86; font-size:8px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.jicos-cart-readiness>div { padding:10px; border:1px solid rgba(255,255,255,.08); border-radius:12px; background:rgba(255,255,255,.035); }
.jicos-cart-readiness strong,.jicos-cart-readiness small { display:block; }
.jicos-cart-readiness strong { font:700 20px/1 Georgia,serif; }
.jicos-cart-readiness small { margin-top:4px; color:#91a2ac; font-size:8px; }
.jicos-cart-readiness p { grid-column:1/-1; margin:2px 0 0; color:#aebbc3; font-size:9px; line-height:1.5; }
.jicos-cart-power-strip { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:11px; }
.jicos-cart-power-strip>a { display:flex; align-items:center; gap:10px; min-height:58px; padding:10px 12px; color:var(--jc-ink); border:1px solid var(--jc-line); border-radius:14px; background:var(--jc-paper); text-decoration:none; }
.jicos-cart-power-strip>a>i { display:grid; place-items:center; width:31px; height:31px; color:#294f33; border-radius:10px; background:#eaf4e4; font-style:normal; }
.jicos-cart-power-strip strong,.jicos-cart-power-strip small { display:block; }
.jicos-cart-power-strip strong { font-size:9px; }
.jicos-cart-power-strip small { margin-top:2px; color:var(--jc-muted); font-size:7px; }
.jicos-empty-cart-ritual { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; margin:14px 0 40px; padding:24px; border:1px solid var(--jc-line); border-radius:20px; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
.jicos-empty-cart-ritual>span { display:grid; place-items:center; width:48px; height:48px; color:#7f6224; border-radius:15px; background:#f3e5c5; }
.jicos-empty-cart-ritual h2 { margin:0 0 5px; font:700 22px/1.05 Georgia,serif; }
.jicos-empty-cart-ritual p { margin:0; color:var(--jc-muted); font-size:9px; }

/* Cart Block */
body.jicos-commerce-cart .wp-block-woocommerce-cart { padding:0; }
body.jicos-commerce-cart .wc-block-cart { align-items:start; }
body.jicos-commerce-cart .wc-block-cart-items,
body.jicos-commerce-cart .wc-block-cart__sidebar { border:1px solid var(--jc-line); border-radius:var(--jc-radius); background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-cart .wc-block-cart-items { overflow:hidden; padding:8px 18px; }
body.jicos-commerce-cart .wc-block-cart__sidebar { padding:21px!important; }
body.jicos-commerce-cart .wc-block-cart-items__row { border-bottom:1px solid var(--jc-line)!important; }
body.jicos-commerce-cart .wc-block-cart-item__image img { border-radius:15px; aspect-ratio:1; object-fit:cover; }
body.jicos-commerce-cart .wc-block-components-product-name { color:var(--jc-ink); font:700 17px/1.2 Georgia,serif; }
body.jicos-commerce-cart .wc-block-cart__submit-button { min-height:56px; color:#152019; border-radius:14px; background:linear-gradient(135deg,#bfe56f,var(--jc-green)); }

/* Classic checkout */
body.jicos-commerce-checkout form.checkout { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(350px,.75fr); gap:20px; align-items:start; }
body.jicos-commerce-checkout form.checkout>.woocommerce-NoticeGroup { grid-column:1/-1; }
body.jicos-commerce-checkout #customer_details { width:100%; }
body.jicos-commerce-checkout #customer_details .col-1,
body.jicos-commerce-checkout #customer_details .col-2 { float:none; width:100%; }
body.jicos-commerce-checkout #customer_details .col-2:empty { display:none; }
body.jicos-commerce-checkout .woocommerce-billing-fields,
body.jicos-commerce-checkout .woocommerce-shipping-fields,
body.jicos-commerce-checkout .woocommerce-additional-fields { margin-bottom:14px; padding:23px; border:1px solid var(--jc-line); border-radius:var(--jc-radius); background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-checkout .woocommerce-billing-fields>h3,
body.jicos-commerce-checkout .woocommerce-additional-fields>h3,
body.jicos-commerce-checkout #order_review_heading { margin:0 0 7px; color:var(--jc-ink); font:700 25px/1.1 Georgia,serif; }
.jicos-section-caption { margin:0 0 18px; color:var(--jc-muted); font-size:10px; }
body.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper { display:grid; grid-template-columns:1fr 1fr; gap:10px 12px; }
body.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper .form-row { float:none; width:100%; margin:0; }
body.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide { grid-column:1/-1; }
body.jicos-commerce-checkout form .form-row label { margin-bottom:6px; color:#55616a; font-size:9px; font-weight:800; letter-spacing:.03em; }
body.jicos-commerce-checkout form .form-row label .required { color:#bd5555; }
body.jicos-commerce-checkout form .input-text,
body.jicos-commerce-checkout form select,
body.jicos-commerce-checkout .select2-container .select2-selection--single { min-height:49px; padding:11px 13px; color:var(--jc-ink); border:1px solid #ddd9cf; border-radius:12px; background:#fff; box-shadow:none; }
body.jicos-commerce-checkout form .input-text:focus,
body.jicos-commerce-checkout form select:focus { border-color:#7ba855; box-shadow:0 0 0 3px rgba(123,168,85,.12); }
body.jicos-commerce-checkout #order_review_heading { grid-column:2; margin:0; padding:22px 22px 0; border:1px solid var(--jc-line); border-bottom:0; border-radius:var(--jc-radius) var(--jc-radius) 0 0; background:var(--jc-paper); }
body.jicos-commerce-checkout #order_review { position:sticky; top:24px; grid-column:2; padding:13px 22px 22px; border:1px solid var(--jc-line); border-top:0; border-radius:0 0 var(--jc-radius) var(--jc-radius); background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-checkout #order_review table { margin:0 0 16px; border:0; }
body.jicos-commerce-checkout #order_review th,
body.jicos-commerce-checkout #order_review td { padding:11px 0; border-bottom:1px solid var(--jc-line); background:transparent; font-size:10px; }
body.jicos-commerce-checkout #order_review .order-total strong { color:var(--jc-green-deep); font-size:20px; }
body.jicos-commerce-checkout #payment { border-radius:16px; background:#f5f4ef; }
body.jicos-commerce-checkout #payment ul.payment_methods { padding:14px; border-bottom:1px solid var(--jc-line); }
body.jicos-commerce-checkout #payment div.payment_box { border-radius:11px; background:#fff; font-size:10px; line-height:1.5; }
body.jicos-commerce-checkout #payment .place-order { padding:15px; }
body.jicos-commerce-checkout #place_order { width:100%; min-height:56px; color:#142016; border-radius:14px; background:linear-gradient(135deg,#bfe56f,var(--jc-green)); font-size:12px; }
body.jicos-commerce-checkout .woocommerce-additional-fields { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
body.jicos-commerce-checkout .woocommerce-additional-fields>h3,
body.jicos-commerce-checkout .woocommerce-additional-fields>.jicos-section-caption { grid-column:1/-1; }
.jicos-checkout-decision { margin:0!important; padding:16px; border:1px solid #e2dfd5; border-radius:15px; background:#faf9f5; }
.jicos-checkout-decision h3 { margin:0 0 11px!important; color:var(--jc-ink); font:700 17px/1.1 Georgia,serif!important; }
.jicos-checkout-decision .form-row { margin:0!important; }
#jicos-checkout-fields .woocommerce-input-wrapper { display:grid; gap:7px; }
.jicos-handoff-choice { display:flex!important; align-items:center; gap:9px; min-height:43px; margin:0!important; padding:9px 11px; color:var(--jc-ink)!important; border:1px solid var(--jc-line); border-radius:11px; background:#fff; cursor:pointer; }
.jicos-handoff-choice.is-selected { border-color:#8eb55d; box-shadow:0 0 0 2px rgba(142,181,93,.12); background:#f5faef; }
.jicos-decision-copy { margin:-5px 0 12px; color:var(--jc-muted); font-size:8px; line-height:1.45; }
.jicos-checkout-assurance { display:grid; grid-template-columns:auto 1fr; gap:10px; margin-bottom:13px; padding:12px; border:1px solid #d7e8cf; border-radius:13px; background:#f4faef; }
.jicos-checkout-assurance>i { display:grid; place-items:center; width:25px; height:25px; color:#fff; border-radius:50%; background:var(--jc-green-deep); font-size:10px; font-style:normal; }
.jicos-checkout-assurance strong { font-size:10px; }
.jicos-checkout-assurance p { margin:3px 0 0; color:#68766e; font-size:8px; line-height:1.5; }
.jicos-passport-checkout-chip { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:10px; padding:11px 12px; border:1px solid #d7e8cf; border-radius:12px; background:#f4faef; }
.jicos-passport-checkout-chip>div { display:flex; align-items:center; gap:9px; }
.jicos-passport-checkout-chip i { display:grid; place-items:center; width:27px; height:27px; color:#17321e; border-radius:9px; background:var(--jc-green); font-size:8px; font-style:normal; font-weight:900; }
.jicos-passport-checkout-chip strong,.jicos-passport-checkout-chip small { display:block; }
.jicos-passport-checkout-chip strong { color:var(--jc-ink); font-size:9px; }
.jicos-passport-checkout-chip small { max-width:330px; margin-top:2px; color:var(--jc-muted); font-size:7px; }
.jicos-passport-checkout-chip>a { color:var(--jc-green-deep); font-size:8px; font-weight:850; white-space:nowrap; }

/* Checkout Block */
body.jicos-commerce-checkout .wp-block-woocommerce-checkout { padding:0; }
body.jicos-commerce-checkout .wc-block-checkout__main { padding:22px; border:1px solid var(--jc-line); border-radius:var(--jc-radius); background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-checkout .wc-block-checkout__sidebar { position:sticky; top:24px; padding:20px!important; border:1px solid var(--jc-line); border-radius:var(--jc-radius); background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-checkout .wc-block-components-checkout-step { margin:0 0 13px; padding:17px; border:1px solid var(--jc-line); border-radius:16px; background:#fbfaf6; }
body.jicos-commerce-checkout .wc-block-components-checkout-step__heading { margin:0 0 13px; }
body.jicos-commerce-checkout .wc-block-components-checkout-step__title { font:700 20px/1.1 Georgia,serif; }
body.jicos-commerce-checkout .wc-block-components-text-input input,
body.jicos-commerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input { min-height:52px; border-color:#ddd9cf!important; border-radius:12px!important; background:#fff!important; }
body.jicos-commerce-checkout .wc-block-components-checkout-place-order-button { min-height:57px; color:#142016; border-radius:14px; background:linear-gradient(135deg,#bfe56f,var(--jc-green)); }

/* Account */
body.jicos-commerce-shell .woocommerce-MyAccount-navigation { float:left; width:225px; margin:0; padding:11px; border:1px solid var(--jc-line); border-radius:20px; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-shell .woocommerce-MyAccount-navigation ul { display:grid; gap:3px; margin:0; padding:0; list-style:none; }
body.jicos-commerce-shell .woocommerce-MyAccount-navigation li { margin:0; }
body.jicos-commerce-shell .woocommerce-MyAccount-navigation a { display:flex; align-items:center; gap:10px; min-height:44px; padding:9px 11px; color:#5e6971; border-radius:11px; font-size:10px; font-weight:750; text-decoration:none; }
body.jicos-commerce-shell .woocommerce-MyAccount-navigation a>i { width:7px; height:7px; border:1px solid #a9b1b6; border-radius:50%; }
body.jicos-commerce-shell .woocommerce-MyAccount-navigation .is-active a,
body.jicos-commerce-shell .woocommerce-MyAccount-navigation a:hover { color:var(--jc-ink); background:#f1f6ed; }
body.jicos-commerce-shell .woocommerce-MyAccount-navigation .is-active a>i { border-color:var(--jc-green-deep); background:var(--jc-green); box-shadow:0 0 0 4px rgba(155,212,82,.14); }
body.jicos-commerce-shell .woocommerce-MyAccount-content { float:right; width:calc(100% - 245px); }
body.jicos-commerce-account .woocommerce-MyAccount-content>p:not([class]) { display:none; }
.jicos-account-hub { display:grid; gap:14px; }
.jicos-account-hub>header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:23px 25px; color:#fff; border-radius:22px; background:radial-gradient(circle at 90% 0,rgba(155,212,82,.15),transparent 31%),linear-gradient(135deg,var(--jc-night),var(--jc-night-2)); box-shadow:var(--jc-shadow); }
.jicos-account-hub>header span,.jicos-account-recents>div:first-child>span,.jicos-orders-intro>span { color:#bade80; font-size:8px; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.jicos-account-hub>header h2 { margin:5px 0 6px; color:#fff; font:700 28px/1 Georgia,serif; }
.jicos-account-hub>header p { margin:0; color:#adbac2; font-size:10px; }
.jicos-commerce-button { display:inline-flex; align-items:center; justify-content:center; min-height:45px; padding:9px 15px; border-radius:12px; font-size:9px; font-weight:850; text-decoration:none!important; }
.jicos-commerce-button.is-primary { color:#152019!important; background:var(--jc-green); }
.jicos-account-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.jicos-account-stats article { padding:16px 18px; border:1px solid var(--jc-line); border-radius:16px; background:var(--jc-paper); }
.jicos-account-stats strong,.jicos-account-stats span { display:block; }
.jicos-account-stats strong { color:var(--jc-green-deep); font:700 27px/1 Georgia,serif; }
.jicos-account-stats span { margin-top:5px; color:var(--jc-muted); font-size:8px; }
.jicos-next-pickup { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; padding:21px; border:1px solid #d7e8cf; border-radius:19px; background:linear-gradient(135deg,#f8fcf4,#fffdfa); }
.jicos-next-pickup__status { display:grid; gap:8px; min-width:135px; }
.jicos-next-pickup__status>span { display:flex; align-items:center; gap:8px; color:var(--jc-green-deep); font-size:10px; font-weight:850; }
.jicos-next-pickup__status>span i { width:8px; height:8px; border-radius:50%; background:var(--jc-green); box-shadow:0 0 0 6px rgba(155,212,82,.14); }
.jicos-next-pickup__status small { color:#839088; font-size:7px; font-weight:800; letter-spacing:.11em; }
.jicos-next-pickup h3 { margin:0 0 5px; font:700 19px/1.1 Georgia,serif; }
.jicos-next-pickup p { margin:0; color:var(--jc-muted); font-size:9px; line-height:1.5; }
.jicos-account-idle { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; padding:18px; border:1px dashed #d7d3c8; border-radius:17px; background:#faf8f3; }
.jicos-account-idle>i { display:grid; place-items:center; width:38px; height:38px; color:#876721; border-radius:13px; background:#f4e7c8; font-style:normal; }
.jicos-account-idle strong { font-size:11px; }
.jicos-account-idle p { margin:3px 0 0; color:var(--jc-muted); font-size:9px; }
.jicos-account-idle>a { color:var(--jc-green-deep); font-size:9px; font-weight:850; text-decoration:none; }
.jicos-account-actions { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; }
.jicos-account-actions a { display:grid; min-height:122px; align-content:start; padding:16px; color:var(--jc-ink); border:1px solid var(--jc-line); border-radius:16px; background:var(--jc-paper); text-decoration:none; transition:.18s ease; }
.jicos-account-actions a:hover { border-color:#b9d4aa; transform:translateY(-2px); box-shadow:0 16px 35px rgba(18,29,37,.08); }
.jicos-account-actions i { display:grid; place-items:center; width:30px; height:30px; margin-bottom:12px; color:#284a30; border-radius:10px; background:#eaf4e4; font-style:normal; }
.jicos-account-actions strong,.jicos-account-actions span { display:block; }
.jicos-account-actions strong { font-size:10px; }
.jicos-account-actions span { margin-top:4px; color:var(--jc-muted); font-size:8px; line-height:1.4; }
.jicos-account-recents { padding:21px; border:1px solid var(--jc-line); border-radius:19px; background:var(--jc-paper); }
.jicos-account-recents>div:first-child h3 { margin:5px 0 14px; font:700 21px/1 Georgia,serif; }
.jicos-account-order-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.jicos-account-order-grid article { padding:14px; border:1px solid var(--jc-line); border-radius:14px; background:#faf9f5; }
.jicos-account-order-grid article>span { color:var(--jc-green-deep); font-size:7px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.jicos-account-order-grid h4 { margin:6px 0 4px; font:700 17px Georgia,serif; }
.jicos-account-order-grid p { min-height:28px; margin:0 0 8px; color:var(--jc-muted); font-size:8px; }
.jicos-account-order-grid article>strong { font-size:11px; }
.jicos-account-order-grid article>div { display:flex; gap:9px; margin-top:11px; }
.jicos-account-order-grid article a { color:var(--jc-green-deep); font-size:8px; font-weight:850; }
.jicos-passport-hub-card { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:14px; padding:19px 21px; color:#fff; border-radius:18px; background:radial-gradient(circle at 88% 0,rgba(155,212,82,.15),transparent 34%),linear-gradient(135deg,#17252d,#24343d); box-shadow:var(--jc-shadow); }
.jicos-passport-hub-card span,.jicos-passport-page>header span { color:#bade80; font-size:7px; font-weight:850; letter-spacing:.14em; }
.jicos-passport-hub-card h3 { margin:5px 0 5px; color:#fff; font:700 20px/1 Georgia,serif; }
.jicos-passport-hub-card p { margin:0; color:#aebbc3; font-size:8px; }
.jicos-passport-hub-card>a { flex:0 0 auto; min-height:39px; padding:11px 13px; color:#172019; border-radius:11px; background:var(--jc-green); font-size:8px; font-weight:850; text-decoration:none; }
.jicos-passport-page { overflow:hidden; border:1px solid var(--jc-line); border-radius:22px; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
.jicos-passport-page>header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:24px; color:#fff; background:radial-gradient(circle at 92% 0,rgba(155,212,82,.18),transparent 34%),linear-gradient(135deg,var(--jc-night),var(--jc-night-2)); }
.jicos-passport-page>header h2 { margin:5px 0 7px; color:#fff; font:700 28px/1 Georgia,serif; }
.jicos-passport-page>header p { max-width:570px; margin:0; color:#adbac2; font-size:9px; line-height:1.55; }
.jicos-passport-page>header>i { display:grid; place-items:center; width:55px; height:55px; color:#182119; border-radius:17px; background:var(--jc-green); font-size:12px; font-style:normal; font-weight:900; box-shadow:0 15px 40px rgba(155,212,82,.15); }
.jicos-passport-form { display:grid; gap:16px; padding:23px; }
.jicos-passport-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.jicos-passport-grid label { display:grid; gap:6px; color:#55616a; font-size:9px; font-weight:800; }
.jicos-passport-grid input,.jicos-passport-grid select { width:100%; min-height:49px; padding:10px 13px; color:var(--jc-ink); border:1px solid #ddd9cf; border-radius:11px; background:#fff; }
.jicos-passport-grid input:focus,.jicos-passport-grid select:focus { outline:0; border-color:#7ba855; box-shadow:0 0 0 3px rgba(123,168,85,.12); }
.jicos-passport-privacy { display:flex; align-items:flex-start; gap:10px; padding:13px; border:1px solid #d7e8cf; border-radius:13px; background:#f4faef; }
.jicos-passport-privacy>i { display:grid; place-items:center; flex:0 0 25px; width:25px; height:25px; color:#fff; border-radius:50%; background:var(--jc-green-deep); font-size:9px; font-style:normal; }
.jicos-passport-privacy strong,.jicos-passport-privacy span { display:block; }
.jicos-passport-privacy strong { color:var(--jc-ink); font-size:9px; }
.jicos-passport-privacy span { margin-top:3px; color:#68766e; font-size:8px; line-height:1.5; }
.jicos-passport-form>.jicos-commerce-button { justify-self:start; border:0; cursor:pointer; }
.jicos-orders-intro { margin-bottom:13px; padding:21px; color:#fff; border-radius:18px; background:linear-gradient(135deg,var(--jc-night),var(--jc-night-2)); }
.jicos-orders-intro h2 { margin:5px 0 6px; color:#fff; font:700 23px/1 Georgia,serif; }
.jicos-orders-intro p { margin:0; color:#adbac2; font-size:9px; }
body.jicos-commerce-shell .woocommerce-MyAccount-content table.shop_table { overflow:hidden; border:1px solid var(--jc-line); border-radius:17px; border-collapse:separate; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-shell .woocommerce-MyAccount-content table.shop_table th { padding:12px; color:#778188; background:#faf8f3; font-size:8px; letter-spacing:.07em; text-transform:uppercase; }
body.jicos-commerce-shell .woocommerce-MyAccount-content table.shop_table td { padding:14px 12px; border-bottom:1px solid var(--jc-line); font-size:10px; }
body.jicos-commerce-shell .woocommerce-MyAccount-content fieldset,
body.jicos-commerce-shell .woocommerce-Addresses .woocommerce-Address { padding:18px; border:1px solid var(--jc-line); border-radius:16px; background:var(--jc-paper); }
body.jicos-commerce-shell .woocommerce-form-login,
body.jicos-commerce-shell .woocommerce-form-register { padding:23px!important; border:1px solid var(--jc-line)!important; border-radius:20px!important; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-shell .woocommerce-form-login .input-text,
body.jicos-commerce-shell .woocommerce-form-register .input-text,
body.jicos-commerce-shell .woocommerce-MyAccount-content .input-text { min-height:49px; padding:10px 13px; border:1px solid #ddd9cf; border-radius:11px; background:#fff; }

.jicos-commerce-mobile-dock { display:none; }
@keyframes jicos-commerce-pulse { 50% { opacity:.45; transform:scale(.82); } }

@media (max-width:1024px) {
  .jicos-commerce-head { grid-template-columns:minmax(180px,.65fr) 1.35fr; }
  .jicos-commerce-pulse { display:none; }
  body.jicos-commerce-cart .woocommerce-cart-form,body.jicos-commerce-cart .cart-collaterals { float:none; width:100%; }
  body.jicos-commerce-cart .cart-collaterals { margin-top:15px; }
  body.jicos-commerce-checkout form.checkout { grid-template-columns:1fr; }
  body.jicos-commerce-checkout #order_review_heading,body.jicos-commerce-checkout #order_review { grid-column:1; }
  body.jicos-commerce-checkout #order_review { position:static; }
  .jicos-account-actions { grid-template-columns:1fr 1fr; }
}

@media (max-width:782px) {
  body.jicos-commerce-shell { padding-bottom:84px; }
  body.jicos-commerce-shell .site-content > .ast-container,
  body.jicos-commerce-shell .site-content .ast-container,
  body.jicos-commerce-shell main > .container,
  body.jicos-commerce-shell .entry-content > .woocommerce,
  body.jicos-commerce-shell .entry-content > .wp-block-woocommerce-cart,
  body.jicos-commerce-shell .entry-content > .wp-block-woocommerce-checkout { width:min(100% - 20px,1280px); padding-right:0; padding-left:0; }
  .jicos-commerce-head { grid-template-columns:1fr; gap:21px; margin:12px 0 15px; padding:22px 19px 78px; border-radius:21px; }
  .jicos-commerce-head__brand { display:flex; align-items:center; justify-content:space-between; }
  .jicos-commerce-head__brand em { display:none; }
  .jicos-commerce-head__copy h1 { font-size:34px; }
  .jicos-commerce-head__copy p { font-size:10px; }
  .jicos-commerce-steps { right:12px; bottom:13px; left:12px; gap:5px; }
  .jicos-commerce-steps a { justify-content:center; min-height:40px; padding:7px; }
  .jicos-commerce-steps a b { width:20px; height:20px; }
  .jicos-commerce-steps a span { display:none; }

  body.jicos-commerce-cart table.shop_table.cart,
  body.jicos-commerce-cart table.shop_table.cart tbody { display:block; overflow:visible; border:0; background:transparent; box-shadow:none; }
  body.jicos-commerce-cart table.shop_table.cart thead { display:none; }
  body.jicos-commerce-cart table.shop_table.cart tr.woocommerce-cart-form__cart-item { position:relative; display:grid; grid-template-columns:77px 1fr auto; gap:5px 12px; margin-bottom:10px; padding:13px; border:1px solid var(--jc-line); border-radius:17px; background:var(--jc-paper); box-shadow:0 12px 32px rgba(18,29,37,.07); }
  body.jicos-commerce-cart table.shop_table.cart tr.woocommerce-cart-form__cart-item td { display:block; width:auto; padding:0; border:0; text-align:left!important; }
  body.jicos-commerce-cart table.shop_table.cart td.product-remove { position:absolute; z-index:2; top:8px; right:8px; }
  body.jicos-commerce-cart table.shop_table.cart td.product-thumbnail { grid-row:1/5; grid-column:1; }
  body.jicos-commerce-cart table.cart img { width:77px; min-width:77px; border-radius:13px; }
  body.jicos-commerce-cart table.shop_table.cart td.product-name { grid-column:2/4; padding-right:26px; }
  body.jicos-commerce-cart table.shop_table.cart td.product-price { grid-column:2; color:var(--jc-muted); font-size:10px; }
  body.jicos-commerce-cart table.shop_table.cart td.product-quantity { grid-column:2; }
  body.jicos-commerce-cart table.shop_table.cart td.product-subtotal { grid-row:3; grid-column:3; align-self:center; font-weight:850; }
  body.jicos-commerce-cart table.shop_table.cart tr:not(.woocommerce-cart-form__cart-item) { display:block; }
  body.jicos-commerce-cart table.shop_table.cart td.actions { display:grid; gap:8px; padding:12px; border:1px solid var(--jc-line); border-radius:15px; }
  body.jicos-commerce-cart table.shop_table.cart td.actions .coupon { display:grid; grid-template-columns:1fr auto; }
  body.jicos-commerce-cart table.shop_table.cart td.actions .coupon input { width:100%!important; }
  body.jicos-commerce-cart table.shop_table.cart td.actions>button { width:100%; }
  .jicos-cart-item-signal span:nth-child(3) { display:none; }
  .jicos-cart-power-strip { grid-template-columns:1fr; }
  .jicos-empty-cart-ritual { grid-template-columns:auto 1fr; padding:17px; }
  .jicos-empty-cart-ritual>a { grid-column:1/-1; }
  body.jicos-commerce-cart .wc-block-cart { display:block; }
  body.jicos-commerce-cart .wc-block-cart-items { padding:5px 12px; }
  body.jicos-commerce-cart .wc-block-cart__sidebar { margin-top:10px; }

  body.jicos-commerce-checkout .woocommerce-billing-fields,
  body.jicos-commerce-checkout .woocommerce-shipping-fields,
  body.jicos-commerce-checkout .woocommerce-additional-fields,
  body.jicos-commerce-checkout #order_review { padding:17px; border-radius:17px; }
  body.jicos-commerce-checkout #order_review_heading { padding:17px 17px 0; border-radius:17px 17px 0 0; }
  body.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper { grid-template-columns:1fr; }
  body.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper .form-row { grid-column:1; }
  body.jicos-commerce-checkout .woocommerce-additional-fields { grid-template-columns:1fr; }
  body.jicos-commerce-checkout .woocommerce-additional-fields>* { grid-column:1!important; }
  body.jicos-commerce-checkout .wc-block-checkout__main,body.jicos-commerce-checkout .wc-block-checkout__sidebar { padding:13px!important; border-radius:17px; }
  body.jicos-commerce-checkout .wc-block-components-checkout-step { padding:13px; border-radius:14px; }

  body.jicos-commerce-shell .woocommerce-MyAccount-navigation,
  body.jicos-commerce-shell .woocommerce-MyAccount-content { float:none; width:100%; }
  body.jicos-commerce-shell .woocommerce-MyAccount-navigation { overflow-x:auto; margin-bottom:11px; padding:7px; border-radius:15px; scrollbar-width:none; }
  body.jicos-commerce-shell .woocommerce-MyAccount-navigation::-webkit-scrollbar { display:none; }
  body.jicos-commerce-shell .woocommerce-MyAccount-navigation ul { display:flex; width:max-content; }
  body.jicos-commerce-shell .woocommerce-MyAccount-navigation a { min-height:38px; white-space:nowrap; }
  .jicos-account-hub>header { display:grid; padding:19px; border-radius:18px; }
  .jicos-account-hub>header h2 { font-size:25px; }
  .jicos-account-stats { gap:6px; }
  .jicos-account-stats article { padding:13px 10px; }
  .jicos-account-stats strong { font-size:23px; }
  .jicos-next-pickup { grid-template-columns:1fr; gap:12px; padding:17px; }
  .jicos-next-pickup__status { min-width:0; }
  .jicos-account-idle { grid-template-columns:auto 1fr; }
  .jicos-account-idle>a { grid-column:2; }
  .jicos-account-actions { grid-template-columns:1fr 1fr; gap:7px; }
  .jicos-account-actions a { min-height:112px; padding:13px; }
  .jicos-account-order-grid { grid-template-columns:1fr; }
  .jicos-passport-hub-card { align-items:flex-start; flex-direction:column; padding:17px; }
  .jicos-passport-grid { grid-template-columns:1fr; }
  .jicos-passport-page>header { padding:19px; }
  .jicos-passport-page>header>i { display:none; }
  .jicos-passport-form { padding:17px; }
  body.jicos-commerce-shell .woocommerce-MyAccount-content table.shop_table_responsive tr { display:block; margin-bottom:9px; padding:10px; border:1px solid var(--jc-line); border-radius:14px; background:var(--jc-paper); }
  body.jicos-commerce-shell .woocommerce-MyAccount-content table.shop_table_responsive td { padding:8px; border-bottom:1px solid #f0ede5; }

  .jicos-commerce-mobile-dock { position:fixed; z-index:9997; right:9px; bottom:max(9px,env(safe-area-inset-bottom)); left:9px; display:grid; grid-template-columns:1fr auto; align-items:center; gap:10px; min-height:64px; padding:9px 9px 9px 15px; color:#fff; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(13,23,30,.94); box-shadow:0 20px 65px rgba(0,0,0,.38); backdrop-filter:blur(22px) saturate(150%); }
  .jicos-commerce-mobile-dock div small,.jicos-commerce-mobile-dock div strong { display:block; }
  .jicos-commerce-mobile-dock div small { color:#9aacb6; font-size:8px; }
  .jicos-commerce-mobile-dock div strong { margin-top:2px; color:#fff; font-size:11px; }
  .jicos-commerce-mobile-dock a,.jicos-commerce-mobile-dock button { display:flex; align-items:center; justify-content:center; gap:7px; min-height:46px; margin:0; padding:8px 14px; color:#162019; border:0; border-radius:13px; background:var(--jc-green); font-size:9px; font-weight:850; text-decoration:none; }
  .jicos-commerce-mobile-dock i { font-style:normal; }
}

@media (max-width:430px) {
  .jicos-account-stats span { font-size:7px; }
  .jicos-account-actions { grid-template-columns:1fr; }
  .jicos-account-actions a { min-height:92px; }
  .jicos-commerce-mobile-dock a,.jicos-commerce-mobile-dock button { max-width:190px; padding:8px 11px; }
}

@media (prefers-reduced-motion:reduce) {
  .jicos-commerce-head *,body.jicos-commerce-shell * { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}

/* --------------------------------------------------------------------------
   V3.4 commerce stabilization, catalog system, authentication, and activity
   -------------------------------------------------------------------------- */

body.jicos-commerce-shell,
body.jicos-commerce-shell button,
body.jicos-commerce-shell input,
body.jicos-commerce-shell select,
body.jicos-commerce-shell textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
}
body.jicos-commerce-shell h1,
body.jicos-commerce-shell h2,
body.jicos-commerce-shell h3,
body.jicos-commerce-shell h4,
body.jicos-commerce-shell .product_title,
body.jicos-commerce-shell .woocommerce-loop-product__title { font-family: Georgia, "Times New Roman", serif; }
body.jicos-commerce-shell *,
body.jicos-commerce-shell *::before,
body.jicos-commerce-shell *::after { box-sizing:border-box; }

/* Theme compatibility shield: explicit foregrounds prevent pale theme layers
   and browser autofill from hiding customer-entered content. */
body.jicos-commerce-shell .woocommerce form .form-row,
body.jicos-commerce-shell .woocommerce .woocommerce-input-wrapper,
body.jicos-commerce-shell .wc-block-components-text-input,
body.jicos-commerce-shell .wc-block-components-combobox-control { position:relative; isolation:isolate; }
body.jicos-commerce-shell input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
body.jicos-commerce-shell textarea,
body.jicos-commerce-shell select,
body.jicos-commerce-shell .select2-container .select2-selection--single,
body.jicos-commerce-shell .select2-container .select2-selection--multiple,
body.jicos-commerce-shell .wc-block-components-text-input input,
body.jicos-commerce-shell .wc-block-components-combobox-control input {
	width:100%;
	min-width:0;
	color:#172129!important;
	border-color:#d8d5cb!important;
	background-color:#fff!important;
	background-image:none!important;
	box-shadow:none!important;
	text-shadow:none!important;
	-webkit-text-fill-color:#172129!important;
	caret-color:#315b39!important;
	opacity:1!important;
}
body.jicos-commerce-shell input::placeholder,
body.jicos-commerce-shell textarea::placeholder,
body.jicos-commerce-shell .wc-block-components-text-input input::placeholder { color:#748087!important; -webkit-text-fill-color:#748087!important; opacity:1!important; }
body.jicos-commerce-shell input:-webkit-autofill,
body.jicos-commerce-shell input:-webkit-autofill:hover,
body.jicos-commerce-shell input:-webkit-autofill:focus,
body.jicos-commerce-shell textarea:-webkit-autofill,
body.jicos-commerce-shell select:-webkit-autofill {
	-webkit-box-shadow:0 0 0 1000px #fff inset!important;
	box-shadow:0 0 0 1000px #fff inset!important;
	-webkit-text-fill-color:#172129!important;
	caret-color:#315b39!important;
}
body.jicos-commerce-shell input:focus,
body.jicos-commerce-shell textarea:focus,
body.jicos-commerce-shell select:focus,
body.jicos-commerce-shell .select2-container--focus .select2-selection,
body.jicos-commerce-shell .wc-block-components-text-input input:focus {
	outline:0!important;
	border-color:#78a655!important;
	box-shadow:0 0 0 3px rgba(123,168,85,.16)!important;
}
body.jicos-commerce-shell input:disabled,
body.jicos-commerce-shell input[readonly],
body.jicos-commerce-shell select:disabled,
body.jicos-commerce-shell textarea:disabled { color:#59656c!important; background:#f1efe9!important; -webkit-text-fill-color:#59656c!important; opacity:1!important; }
body.jicos-commerce-shell select option { color:#172129!important; background:#fff!important; -webkit-text-fill-color:#172129!important; }
body.jicos-commerce-shell label,
body.jicos-commerce-shell legend,
body.jicos-commerce-shell .wc-block-components-text-input label,
body.jicos-commerce-shell .wc-block-components-checkbox__label,
body.jicos-commerce-shell .wc-block-components-radio-control__label {
	color:#4f5b63!important;
	background:transparent!important;
	-webkit-text-fill-color:#4f5b63!important;
}
body.jicos-commerce-shell input[type="checkbox"],
body.jicos-commerce-shell input[type="radio"] { accent-color:var(--jc-green-deep); }

body.jicos-commerce-shell .select2-container { max-width:100%!important; color:#172129!important; }
body.jicos-commerce-shell .select2-container .select2-selection__rendered { color:#172129!important; -webkit-text-fill-color:#172129!important; line-height:25px!important; }
body.jicos-commerce-shell .select2-container .select2-selection__arrow { top:50%!important; right:9px!important; transform:translateY(-50%); }
body.jicos-commerce-shell .select2-dropdown { color:#172129!important; border:1px solid #d8d5cb!important; border-radius:12px!important; background:#fff!important; box-shadow:0 18px 45px rgba(17,24,32,.14)!important; overflow:hidden; }
body.jicos-commerce-shell .select2-search__field { color:#172129!important; background:#fff!important; -webkit-text-fill-color:#172129!important; }
body.jicos-commerce-shell .select2-results__option { color:#172129!important; background:#fff!important; -webkit-text-fill-color:#172129!important; }
body.jicos-commerce-shell .select2-results__option--highlighted,
body.jicos-commerce-shell .select2-results__option[aria-selected="true"] { color:#172019!important; background:#eaf4e4!important; -webkit-text-fill-color:#172019!important; }

body.jicos-commerce-shell .woocommerce-message,
body.jicos-commerce-shell .woocommerce-info,
body.jicos-commerce-shell .woocommerce-error,
body.jicos-commerce-shell .wc-block-components-notice-banner,
body.jicos-commerce-shell .wc-block-components-notice-banner * { color:#172129!important; -webkit-text-fill-color:#172129!important; }
body.jicos-commerce-shell .woocommerce-error { color:#8e3434!important; background:#fff8f7!important; }
body.jicos-commerce-shell #payment,
body.jicos-commerce-shell #payment ul.payment_methods,
body.jicos-commerce-shell #payment div.payment_box,
body.jicos-commerce-shell .wc-block-components-radio-control-accordion-content,
body.jicos-commerce-shell .wc-block-components-payment-method-icons { color:#172129!important; -webkit-text-fill-color:#172129!important; }
body.jicos-commerce-shell #payment div.payment_box,
body.jicos-commerce-shell .wc-block-components-radio-control-accordion-content { background:#fff!important; }
body.jicos-commerce-shell #payment div.payment_box::before { border-bottom-color:#fff!important; }
body.jicos-commerce-shell .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text { color:#172019!important; background:transparent!important; -webkit-text-fill-color:#172019!important; }

/* Classic checkout uses one stable two-panel row after the summary title is
   moved into its native review panel by commerce.js. */
body.jicos-commerce-checkout form.checkout { grid-template-areas:"details review"; grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr); grid-template-rows:auto; }
body.jicos-commerce-checkout #customer_details { grid-area:details; min-width:0; }
body.jicos-commerce-checkout form.checkout > #order_review_heading { display:none!important; }
body.jicos-commerce-checkout #order_review { grid-area:review; grid-column:auto; min-width:0; border:1px solid var(--jc-line); border-radius:var(--jc-radius); }
body.jicos-commerce-checkout #order_review > #order_review_heading { display:block!important; margin:0 0 7px; padding:7px 0 15px; border:0; background:transparent; }
body.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper { align-items:start; }
body.jicos-commerce-checkout .form-row { min-width:0; }
body.jicos-commerce-checkout .form-row .woocommerce-input-wrapper { display:block; width:100%; }
body.jicos-commerce-checkout .wc-block-checkout { gap:22px; }
body.jicos-commerce-checkout .wc-block-checkout__main,
body.jicos-commerce-checkout .wc-block-checkout__sidebar { min-width:0; }
body.jicos-commerce-checkout .wc-block-components-address-form { gap:12px!important; }
body.jicos-commerce-checkout .wc-block-components-text-input input,
body.jicos-commerce-checkout .wc-block-components-combobox-control input { min-height:54px!important; padding:18px 13px 6px!important; }

/* Quantity controls keep mobile cart edits precise without replacing the
   platform's own cart update and validation flow. */
.jicos-qty-control { display:inline-grid; grid-template-columns:34px minmax(42px,52px) 34px; align-items:center; min-height:42px; overflow:hidden; border:1px solid #d9d6ce; border-radius:12px; background:#fff; }
.jicos-qty-control .jicos-qty-step { display:grid; place-items:center; width:34px; min-width:34px; min-height:40px; padding:0; color:#315b39; border:0; border-radius:0; background:#f3f7f0; font-size:17px; font-weight:800; cursor:pointer; }
.jicos-qty-control .qty { width:100%!important; min-width:0!important; min-height:40px!important; padding:0 3px!important; border:0!important; border-radius:0!important; text-align:center!important; box-shadow:none!important; -moz-appearance:textfield; }
.jicos-qty-control .qty::-webkit-inner-spin-button,
.jicos-qty-control .qty::-webkit-outer-spin-button { margin:0; -webkit-appearance:none; }
body.jicos-commerce-cart .quantity .qty { width:64px!important; }
body.jicos-commerce-product .summary .quantity .qty { width:72px!important; min-height:50px; padding:8px!important; border-radius:12px!important; text-align:center; }

/* Product catalog: equal-height cards and a deliberate two-column mobile grid. */
body.jicos-commerce-catalog .woocommerce-products-header { display:none; }
body.jicos-commerce-catalog .woocommerce-result-count { margin:8px 0 18px; color:var(--jc-muted); font-size:11px; }
body.jicos-commerce-catalog .woocommerce-ordering { margin:0 0 18px; }
body.jicos-commerce-catalog .woocommerce-ordering select { min-width:220px; min-height:44px; padding:9px 12px; border-radius:11px; }
body.jicos-commerce-catalog ul.products { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr))!important; gap:16px!important; margin:0!important; }
body.jicos-commerce-catalog ul.products::before,
body.jicos-commerce-catalog ul.products::after { display:none!important; }
body.jicos-commerce-catalog ul.products li.product { display:flex!important; overflow:hidden; width:auto!important; min-width:0; min-height:100%; margin:0!important; padding:0 0 14px!important; flex-direction:column; border:1px solid var(--jc-line); border-radius:22px; background:var(--jc-paper); box-shadow:0 16px 45px rgba(18,29,37,.08); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
body.jicos-commerce-catalog ul.products li.product:hover { border-color:#bfd5b1; transform:translateY(-3px); box-shadow:0 23px 55px rgba(18,29,37,.12); }
body.jicos-commerce-catalog ul.products li.product .woocommerce-LoopProduct-link { display:flex; min-width:0; flex:1; flex-direction:column; color:var(--jc-ink); text-decoration:none; }
body.jicos-commerce-catalog ul.products li.product a img { width:100%!important; margin:0 0 14px!important; border-radius:0; aspect-ratio:1/.91; object-fit:cover; background:#eef0e9; }
body.jicos-commerce-catalog ul.products li.product .woocommerce-loop-product__title { display:-webkit-box; overflow:hidden; min-height:2.3em; margin:0; padding:0 14px!important; color:var(--jc-ink); font-size:18px!important; line-height:1.15!important; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
body.jicos-commerce-catalog ul.products li.product .star-rating { margin:8px 14px 0; }
body.jicos-commerce-catalog ul.products li.product .price { min-height:25px; margin:9px 14px 0!important; color:var(--jc-green-deep)!important; font-size:14px!important; font-weight:850!important; }
.jicos-loop-signal { display:flex; align-items:center; justify-content:space-between; gap:6px; margin:8px 14px 12px; color:var(--jc-muted); font-size:8px; }
.jicos-loop-signal span { display:flex; align-items:center; gap:5px; min-width:0; }
.jicos-loop-signal span i { width:6px; height:6px; flex:0 0 6px; border-radius:50%; background:var(--jc-green); box-shadow:0 0 0 4px rgba(155,212,82,.13); }
.jicos-loop-signal b { color:var(--jc-green-deep); white-space:nowrap; }
body.jicos-commerce-catalog ul.products li.product .button { display:flex; align-items:center; justify-content:center; width:calc(100% - 28px); min-height:45px; margin:auto 14px 0!important; padding:9px 10px; color:#172019; border-radius:12px; background:linear-gradient(135deg,#bfe56f,var(--jc-green)); font-size:10px; text-align:center; }
body.jicos-commerce-catalog ul.products li.product .added_to_cart { margin:7px 14px 0; color:var(--jc-green-deep); font-size:9px; font-weight:800; text-align:center; }
body.jicos-commerce-catalog .wc-block-grid__products,
body.jicos-commerce-catalog .wc-block-product-template { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr))!important; gap:16px!important; margin:0!important; }
body.jicos-commerce-catalog .wc-block-grid__product,
body.jicos-commerce-catalog .wc-block-product { display:flex!important; overflow:hidden; width:auto!important; max-width:none!important; min-width:0; margin:0!important; padding:0 0 14px!important; flex-direction:column; border:1px solid var(--jc-line); border-radius:22px; background:var(--jc-paper); box-shadow:0 16px 45px rgba(18,29,37,.08); }
body.jicos-commerce-catalog .wc-block-grid__product-image img,
body.jicos-commerce-catalog .wc-block-components-product-image img { width:100%!important; border-radius:0!important; aspect-ratio:1/.91; object-fit:cover; }
body.jicos-commerce-catalog .wc-block-grid__product-title,
body.jicos-commerce-catalog .wp-block-post-title { display:-webkit-box; overflow:hidden; min-height:2.3em; margin:12px 14px 0!important; color:var(--jc-ink)!important; font:700 18px/1.15 Georgia,serif!important; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
body.jicos-commerce-catalog .wc-block-grid__product-price,
body.jicos-commerce-catalog .wc-block-components-product-price { margin:9px 14px!important; color:var(--jc-green-deep)!important; font-size:14px!important; font-weight:850!important; }
body.jicos-commerce-catalog .wp-block-button,
body.jicos-commerce-catalog .wc-block-grid__product-add-to-cart { width:calc(100% - 28px); margin:auto 14px 0!important; }
body.jicos-commerce-catalog .wp-block-button__link,
body.jicos-commerce-catalog .wc-block-grid__product-add-to-cart .wp-block-button__link { display:flex; align-items:center; justify-content:center; width:100%; min-height:45px; padding:9px 10px; color:#172019!important; border-radius:12px; background:linear-gradient(135deg,#bfe56f,var(--jc-green))!important; font-size:10px; font-weight:850; }

/* Single-product layout keeps galleries, options, and CTAs contained. */
body.jicos-commerce-product div.product { display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,.82fr); gap:28px; align-items:start; }
body.jicos-commerce-product div.product > .woocommerce-product-gallery,
body.jicos-commerce-product div.product > .summary { float:none!important; width:auto!important; min-width:0; margin:0!important; }
body.jicos-commerce-product div.product > .woocommerce-tabs,
body.jicos-commerce-product div.product > .related,
body.jicos-commerce-product div.product > .upsells { grid-column:1/-1; min-width:0; }
body.jicos-commerce-product .woocommerce-product-gallery { overflow:hidden; padding:12px; border:1px solid var(--jc-line); border-radius:24px; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-product .woocommerce-product-gallery img { border-radius:17px; }
body.jicos-commerce-product .summary { padding:25px; border:1px solid var(--jc-line); border-radius:24px; background:var(--jc-paper); box-shadow:var(--jc-shadow); }
body.jicos-commerce-product .product_title { margin:0 0 10px; color:var(--jc-ink); font-size:clamp(32px,4vw,54px); line-height:.98; letter-spacing:-.04em; }
body.jicos-commerce-product .summary .price { color:var(--jc-green-deep); font-size:22px; font-weight:850; }
body.jicos-commerce-product .summary form.cart { display:flex; flex-wrap:wrap; gap:9px; align-items:center; margin:20px 0; }
body.jicos-commerce-product .summary .single_add_to_cart_button { min-height:50px; color:#172019; background:linear-gradient(135deg,#bfe56f,var(--jc-green)); }
body.jicos-commerce-product table.variations { width:100%; }
body.jicos-commerce-product table.variations th,
body.jicos-commerce-product table.variations td { display:block; width:100%; padding:4px 0; background:transparent; }

/* Account authentication and registration. */
.jicos-auth-intro { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr); gap:22px; align-items:center; margin:0 0 14px; padding:25px 27px; color:#fff; border-radius:22px; background:radial-gradient(circle at 92% 0,rgba(155,212,82,.18),transparent 34%),linear-gradient(135deg,var(--jc-night),var(--jc-night-2)); box-shadow:var(--jc-shadow); }
.jicos-auth-intro span { color:#bade80; font-size:8px; font-weight:850; letter-spacing:.14em; }
.jicos-auth-intro h2 { margin:7px 0; color:#fff; font-size:30px; line-height:1; }
.jicos-auth-intro p { max-width:650px; margin:0; color:#afbdc5; font-size:10px; line-height:1.6; }
.jicos-auth-intro ul { display:grid; gap:8px; margin:0; padding:0; list-style:none; }
.jicos-auth-intro li { position:relative; padding-left:22px; color:#dce5e8; font-size:9px; }
.jicos-auth-intro li::before { position:absolute; top:0; left:0; display:grid; place-items:center; width:15px; height:15px; color:#172019; border-radius:50%; background:var(--jc-green); content:"✓"; font-size:8px; font-weight:900; }
body.jicos-commerce-account-login #customer_login { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
body.jicos-commerce-account-login #customer_login::before,
body.jicos-commerce-account-login #customer_login::after { display:none; }
body.jicos-commerce-account-login #customer_login > .u-column1,
body.jicos-commerce-account-login #customer_login > .u-column2 { float:none; width:auto; min-width:0; }
body.jicos-commerce-account-login #customer_login h2 { margin:0 0 10px; font-size:28px; }
body.jicos-commerce-shell .woocommerce-form-login,
body.jicos-commerce-shell .woocommerce-form-register { height:calc(100% - 43px); }
.jicos-register-identity { display:grid; grid-template-columns:1fr 1fr; gap:0 10px; }
.jicos-register-identity .form-row-wide { grid-column:1/-1; }
body.jicos-commerce-account-login .woocommerce-form .form-row { margin:0 0 12px; }
body.jicos-commerce-account-login .woocommerce-form label { display:block; margin:0 0 6px; font-size:9px; font-weight:800; }
body.jicos-commerce-account-login .woocommerce-form .button { width:100%; min-height:49px; margin-top:4px; }
body.jicos-commerce-account-login .woocommerce-LostPassword { margin:12px 0 0; font-size:9px; }

/* Durable customer activity center. */
.jicos-activity-center { overflow:hidden; border:1px solid var(--jc-line); border-radius:19px; background:var(--jc-paper); box-shadow:0 16px 44px rgba(18,29,37,.07); }
.jicos-activity-center > header { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 20px; border-bottom:1px solid var(--jc-line); background:#faf8f3; }
.jicos-activity-center > header span { color:var(--jc-green-deep); font-size:7px; font-weight:850; letter-spacing:.13em; }
.jicos-activity-center > header h3 { margin:5px 0 0; color:var(--jc-ink); font-size:19px; line-height:1.05; }
.jicos-activity-center > header > i { width:9px; height:9px; border-radius:50%; background:var(--jc-green); box-shadow:0 0 0 7px rgba(155,212,82,.14); }
.jicos-activity-center ol { display:grid; margin:0; padding:0; list-style:none; }
.jicos-activity-center li { display:grid; grid-template-columns:auto minmax(0,1fr) auto; gap:11px; align-items:start; padding:13px 18px; border-bottom:1px solid #eeeae1; }
.jicos-activity-center li:last-child { border-bottom:0; }
.jicos-activity-center li > i { width:9px; height:9px; margin-top:4px; border:2px solid #fff; border-radius:50%; background:#93a0a7; box-shadow:0 0 0 4px #edf0ed; }
.jicos-activity-center li.is-pickup > i { background:var(--jc-green); box-shadow:0 0 0 4px #eaf4e4; }
.jicos-activity-center li.is-payment > i { background:var(--jc-gold); box-shadow:0 0 0 4px #f5ead3; }
.jicos-activity-center li.is-security > i { background:#7894a5; box-shadow:0 0 0 4px #e8eef1; }
.jicos-activity-center li strong { display:block; color:var(--jc-ink); font-size:10px; }
.jicos-activity-center li p { margin:3px 0; color:var(--jc-muted); font-size:8px; line-height:1.45; }
.jicos-activity-center li time { color:#929ba0; font-size:7px; }
.jicos-activity-center li > a { align-self:center; color:var(--jc-green-deep); font-size:8px; font-weight:850; text-decoration:none; white-space:nowrap; }
.jicos-activity-empty { display:flex; align-items:center; gap:11px; padding:17px 19px; }
.jicos-activity-empty > i { display:grid; place-items:center; width:31px; height:31px; color:#fff; border-radius:50%; background:var(--jc-green-deep); font-size:10px; font-style:normal; }
.jicos-activity-empty strong,.jicos-activity-empty span { display:block; }
.jicos-activity-empty strong { font-size:10px; }
.jicos-activity-empty span { margin-top:3px; color:var(--jc-muted); font-size:8px; }

/* Native mobile app dock: customer-facing labels only, no platform chrome. */
.jicos-mobile-dock { display:none; }

@media (max-width:1100px) {
	body.jicos-commerce-catalog ul.products { grid-template-columns:repeat(3,minmax(0,1fr))!important; }
	body.jicos-commerce-catalog .wc-block-grid__products,
	body.jicos-commerce-catalog .wc-block-product-template { grid-template-columns:repeat(3,minmax(0,1fr))!important; }
	body.jicos-commerce-checkout form.checkout { grid-template-areas:"details" "review"; grid-template-columns:1fr; }
	body.jicos-commerce-product div.product { grid-template-columns:1fr 1fr; gap:18px; }
}

@media (max-width:782px) {
	body.jicos-commerce-shell { padding-bottom:92px!important; }
	body.jicos-commerce-shell .site-content > .ast-container,
	body.jicos-commerce-shell .site-content .ast-container,
	body.jicos-commerce-shell main > .container,
	body.jicos-commerce-shell .entry-content > .woocommerce,
	body.jicos-commerce-shell .entry-content > .wp-block-woocommerce-cart,
	body.jicos-commerce-shell .entry-content > .wp-block-woocommerce-checkout { width:min(100% - 18px,1280px); }
	.jicos-mobile-dock { position:fixed; z-index:9998; right:max(9px,env(safe-area-inset-right)); bottom:max(9px,env(safe-area-inset-bottom)); left:max(9px,env(safe-area-inset-left)); display:grid; grid-template-columns:repeat(4,1fr); min-height:68px; padding:6px; border:1px solid rgba(255,255,255,.09); border-radius:21px; background:rgba(14,25,33,.96); box-shadow:0 24px 70px rgba(7,16,23,.35); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); }
	.jicos-mobile-dock a { position:relative; display:grid; place-items:center; align-content:center; gap:3px; min-width:0; min-height:55px; color:#94a5af!important; border-radius:15px; text-decoration:none!important; -webkit-text-fill-color:#94a5af!important; }
	.jicos-mobile-dock a svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
	.jicos-mobile-dock a span { overflow:hidden; max-width:100%; font-size:8px; font-weight:800; letter-spacing:.02em; text-overflow:ellipsis; white-space:nowrap; }
	.jicos-mobile-dock a.is-active { color:#172019!important; background:linear-gradient(135deg,#c3e77a,var(--jc-green)); box-shadow:0 9px 24px rgba(155,212,82,.17); -webkit-text-fill-color:#172019!important; }
	.jicos-mobile-dock a b { position:absolute; top:5px; right:calc(50% - 20px); display:grid; place-items:center; min-width:17px; height:17px; padding:0 4px; color:#fff; border:2px solid #13212a; border-radius:999px; background:#e66e45; font-size:7px; line-height:1; -webkit-text-fill-color:#fff; }
	body.jicos-commerce-shell input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
	body.jicos-commerce-shell textarea,
	body.jicos-commerce-shell select { font-size:16px!important; }
	body.jicos-commerce-catalog ul.products { grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:9px!important; }
	body.jicos-commerce-catalog .wc-block-grid__products,
	body.jicos-commerce-catalog .wc-block-product-template { grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:9px!important; }
	body.jicos-commerce-catalog .wc-block-grid__product,
	body.jicos-commerce-catalog .wc-block-product { border-radius:17px; }
	body.jicos-commerce-catalog .wc-block-grid__product-title,
	body.jicos-commerce-catalog .wp-block-post-title { min-height:2.35em; margin:9px 10px 0!important; font-size:15px!important; }
	body.jicos-commerce-catalog .wc-block-grid__product-price,
	body.jicos-commerce-catalog .wc-block-components-product-price { margin:7px 10px!important; font-size:12px!important; }
	body.jicos-commerce-catalog .wp-block-button,
	body.jicos-commerce-catalog .wc-block-grid__product-add-to-cart { width:calc(100% - 20px); margin:auto 10px 0!important; }
	body.jicos-commerce-catalog ul.products li.product { border-radius:17px; }
	body.jicos-commerce-catalog ul.products li.product a img { margin-bottom:10px!important; aspect-ratio:1/.88; }
	body.jicos-commerce-catalog ul.products li.product .woocommerce-loop-product__title { min-height:2.35em; padding:0 10px!important; font-size:15px!important; }
	body.jicos-commerce-catalog ul.products li.product .price { min-height:23px; margin:7px 10px 0!important; font-size:12px!important; }
	.jicos-loop-signal { align-items:flex-start; flex-direction:column; margin:7px 10px 10px; font-size:7px; }
	body.jicos-commerce-catalog ul.products li.product .button { width:calc(100% - 20px); min-height:43px; margin:auto 10px 0!important; padding:8px 7px; font-size:9px; line-height:1.2; }
	body.jicos-commerce-product div.product { grid-template-columns:1fr; gap:12px; }
	body.jicos-commerce-product div.product > .woocommerce-tabs,
	body.jicos-commerce-product div.product > .related,
	body.jicos-commerce-product div.product > .upsells { grid-column:1; }
	body.jicos-commerce-product .summary { padding:18px; border-radius:18px; }
	body.jicos-commerce-product .product_title { font-size:36px; }
	.jicos-auth-intro { grid-template-columns:1fr; padding:20px; }
	.jicos-auth-intro h2 { font-size:25px; }
	body.jicos-commerce-account-login #customer_login { grid-template-columns:1fr; }
	.jicos-register-identity { grid-template-columns:1fr; }
	.jicos-register-identity .form-row { grid-column:1; }
	.jicos-activity-center li { grid-template-columns:auto minmax(0,1fr); padding:12px 13px; }
	.jicos-activity-center li > a { grid-column:2; justify-self:start; }
	body.jicos-commerce-cart table.shop_table.cart tr.woocommerce-cart-form__cart-item { grid-template-columns:82px minmax(0,1fr) auto; width:100%; }
	body.jicos-commerce-cart table.shop_table.cart td.product-thumbnail { min-width:0; }
	body.jicos-commerce-cart table.cart img { width:82px; min-width:0; }
	body.jicos-commerce-cart .wc-block-cart-items__row { display:grid!important; grid-template-columns:82px minmax(0,1fr)!important; gap:7px 11px; padding:13px 0!important; }
	body.jicos-commerce-cart .wc-block-cart-item__image { grid-column:1; grid-row:1/3; width:auto!important; padding:0!important; }
	body.jicos-commerce-cart .wc-block-cart-item__product { grid-column:2; min-width:0; padding:0!important; }
	body.jicos-commerce-cart .wc-block-cart-item__total { grid-column:2; padding:0!important; text-align:left!important; }
	body.jicos-commerce-cart .wc-block-cart-item__image img { width:82px!important; height:82px!important; }
}

/* --------------------------------------------------------------------------
   V4.9.1 customer form stability + readability hardening
   -------------------------------------------------------------------------- */
body.jicos-commerce-shell { color-scheme:light; }
body.jicos-commerce-shell .woocommerce-form-login,
body.jicos-commerce-shell .woocommerce-form-register,
body.jicos-commerce-shell form.checkout,
body.jicos-commerce-shell .woocommerce-EditAccountForm { min-width:0; }
body.jicos-commerce-shell .woocommerce form .form-row label {
  color:#344149!important;-webkit-text-fill-color:#344149!important;
  font-size:13px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important;
}
body.jicos-commerce-shell .wc-block-components-text-input label,
body.jicos-commerce-shell .wc-block-components-combobox label {
  color:#344149!important;-webkit-text-fill-color:#344149!important;
}
body.jicos-commerce-shell input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
body.jicos-commerce-shell textarea,
body.jicos-commerce-shell select,
body.jicos-commerce-shell .select2-container .select2-selection--single,
body.jicos-commerce-shell .select2-container .select2-selection--multiple,
body.jicos-commerce-shell .wc-block-components-text-input input,
body.jicos-commerce-shell .wc-block-components-combobox-control input {
  width:100%!important;max-width:100%!important;min-width:0!important;min-height:52px!important;
  color:#162129!important;-webkit-text-fill-color:#162129!important;caret-color:#315b39!important;
  border:1px solid #cfd4d0!important;border-radius:12px!important;background:#fff!important;background-image:none!important;
  box-shadow:0 1px 2px rgba(17,24,32,.025)!important;text-shadow:none!important;opacity:1!important;text-align:left!important;
  font-size:15px!important;font-weight:520!important;line-height:1.35!important;letter-spacing:0!important;
}
body.jicos-commerce-shell textarea { min-height:112px!important;padding:13px 14px!important;resize:vertical; }
body.jicos-commerce-shell input::placeholder,
body.jicos-commerce-shell textarea::placeholder,
body.jicos-commerce-shell .wc-block-components-text-input input::placeholder {
  color:#6b777e!important;-webkit-text-fill-color:#6b777e!important;opacity:1!important;font-weight:450!important;
}
body.jicos-commerce-shell input:-webkit-autofill,
body.jicos-commerce-shell input:-webkit-autofill:hover,
body.jicos-commerce-shell input:-webkit-autofill:focus,
body.jicos-commerce-shell textarea:-webkit-autofill,
body.jicos-commerce-shell select:-webkit-autofill {
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important;
  -webkit-text-fill-color:#162129!important;caret-color:#315b39!important;transition:background-color 99999s ease-out 0s;
}
body.jicos-commerce-shell input:focus,
body.jicos-commerce-shell textarea:focus,
body.jicos-commerce-shell select:focus,
body.jicos-commerce-shell .select2-container--focus .select2-selection,
body.jicos-commerce-shell .wc-block-components-text-input input:focus {
  outline:0!important;border-color:#65914c!important;box-shadow:0 0 0 3px rgba(101,145,76,.15)!important;
}
body.jicos-commerce-shell .woocommerce-invalid input,
body.jicos-commerce-shell .woocommerce-invalid select,
body.jicos-commerce-shell input[aria-invalid="true"],
body.jicos-commerce-shell textarea[aria-invalid="true"],
body.jicos-commerce-shell select[aria-invalid="true"] {
  border-color:#be5a54!important;background:#fff9f8!important;box-shadow:0 0 0 3px rgba(190,90,84,.09)!important;
}
body.jicos-commerce-shell .woocommerce-validated input,
body.jicos-commerce-shell .woocommerce-validated select { border-color:#78a655!important; }
body.jicos-commerce-shell .select2-container .select2-selection__rendered,
body.jicos-commerce-shell .select2-search__field,
body.jicos-commerce-shell .select2-results__option {
  color:#162129!important;-webkit-text-fill-color:#162129!important;font-size:15px!important;
}
body.jicos-commerce-account-login #customer_login { align-items:start; }
body.jicos-commerce-account-login .woocommerce-form-login,
body.jicos-commerce-account-login .woocommerce-form-register { height:auto!important;min-height:100%; }
body.jicos-commerce-account-login .woocommerce-form .form-row { min-width:0; }
body.jicos-commerce-account-login .woocommerce-form .button { min-height:50px!important;font-size:14px!important; }
body.jicos-commerce-account-login .woocommerce-LostPassword { font-size:13px!important; }

@media (max-width:782px) {
  body.jicos-commerce-shell input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
  body.jicos-commerce-shell textarea,
  body.jicos-commerce-shell select,
  body.jicos-commerce-shell .wc-block-components-text-input input,
  body.jicos-commerce-shell .wc-block-components-combobox-control input { font-size:16px!important;min-height:54px!important; }
  body.jicos-commerce-account-login #customer_login { gap:18px!important; }
  body.jicos-commerce-account-login .woocommerce-form-login,
  body.jicos-commerce-account-login .woocommerce-form-register { padding:18px!important;border-radius:16px!important; }
}

/* ======================================================================
   v5.0 — SIMPLE COMMERCE SHORTCUTS
   ====================================================================== */
.jicos-commerce-shortcuts{
  position:absolute;
  z-index:2;
  right:32px;
  bottom:20px;
  left:32px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.jicos-commerce-shortcuts a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  color:#e8eee9;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.jicos-commerce-shortcuts a:hover,
.jicos-commerce-shortcuts a:focus-visible{
  color:#172019;
  background:#bfe56f;
  border-color:#bfe56f;
}
@media(max-width:720px){
  .jicos-commerce-shortcuts{right:12px;bottom:13px;left:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .jicos-commerce-shortcuts a{min-height:42px;padding:0 8px;font-size:11px}
}


/* v5.2 — post-checkout pickup shortcut */
body.jicos-commerce-shell .jicos-order-card-simple{
  margin:18px 0;padding:clamp(18px,4vw,28px);border:1px solid rgba(167,227,94,.17);border-radius:24px;
  background:linear-gradient(145deg,rgba(167,227,94,.075),rgba(255,255,255,.025));box-shadow:0 20px 55px rgba(0,0,0,.18)
}
body.jicos-commerce-shell .jicos-order-card-simple h2{margin:0 0 8px;color:#fffaf2!important;-webkit-text-fill-color:#fffaf2!important;font-size:clamp(1.65rem,4vw,2.6rem)!important;letter-spacing:-.04em!important}
body.jicos-commerce-shell .jicos-order-card-simple p{margin:7px 0;color:#bdc7c1!important;line-height:1.6}
body.jicos-commerce-shell .jicos-order-card-simple .button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;margin-top:8px!important;padding:0 20px!important;border:0!important;border-radius:16px!important;color:#172019!important;-webkit-text-fill-color:#172019!important;background:linear-gradient(135deg,#d4ef9c,#a7e35e)!important;font-weight:900!important}
@media(max-width:600px){body.jicos-commerce-shell .jicos-order-card-simple .button{width:100%!important}}

.jicos-location-coach{font-family:inherit}.jicos-location-coach .jicos-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 15px;border-radius:12px;font-weight:900}

/* v5.43 guest-first checkout */
.jicos-account-optional{display:flex;align-items:center;gap:12px;margin:0 0 18px;padding:14px 16px;border-radius:18px;background:rgba(216,255,67,.08);border:1px solid rgba(216,255,67,.18)}.jicos-account-optional>i{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#d8ff43;color:#090a0d;font-style:normal;font-weight:950}.jicos-account-optional>div{min-width:0;flex:1}.jicos-account-optional strong{display:block;font-size:11px;letter-spacing:.09em}.jicos-account-optional span{display:block;margin-top:2px;font-size:12px;opacity:.68}.jicos-account-optional>a{font-size:10px;font-weight:900;letter-spacing:.08em;text-decoration:none;white-space:nowrap}.jicos-passport-checkout-chip.is-device-pass{border-color:rgba(216,255,67,.2);background:rgba(216,255,67,.06)}
@media(max-width:640px){.jicos-account-optional{align-items:flex-start;flex-wrap:wrap}.jicos-account-optional>a{margin-left:42px}}


/* v5.55 ORi Order Pilot — keep assisted ordering alive through cart/checkout. */
.jicos-commerce-ori-pilot{max-width:1180px;margin:18px auto 24px;padding:0 18px;box-sizing:border-box}.jicos-commerce-ori-intro{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 10px;padding:13px 15px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(10,12,17,.88)}.jicos-commerce-ori-intro span{font-size:10px;font-weight:900;letter-spacing:.13em}.jicos-commerce-ori-intro strong{font-size:14px}.jicos-commerce-ori-intro small{flex:1 1 300px;opacity:.7}.jicos-commerce-ori-pilot .jicos-ai-surface{margin:0}.jicos-commerce-ori-pilot .jicos-ai-launcher{position:relative;right:auto;bottom:auto;width:100%;max-width:none;border-radius:18px;justify-content:center}.jicos-commerce-ori-pilot .jicos-ai-panel{z-index:100001}
@media(max-width:700px){.jicos-commerce-ori-pilot{padding:0 12px;margin:12px auto 18px}.jicos-commerce-ori-intro{padding:12px}.jicos-commerce-ori-intro small{flex-basis:100%}}

.jicos-exact-variable-price{display:inline-flex;gap:5px;align-items:center;flex-wrap:wrap}.jicos-exact-variable-price b{font-weight:800}.jicos-exact-variable-price i{font-style:normal;opacity:.45}


/* v5.57 ORi cart/checkout continuity */
.jicos-ori-commerce-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin:0 0 10px;padding:12px 14px;border:1px solid rgba(191,229,111,.16);border-radius:18px;background:linear-gradient(145deg,rgba(191,229,111,.07),rgba(255,255,255,.025))}.jicos-ori-commerce-state{display:flex;align-items:center;gap:11px;min-width:0}.jicos-ori-commerce-state>i{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:999px;background:rgba(255,255,255,.07);color:#eaf1eb;font-style:normal;font-weight:950}.jicos-ori-commerce-state.is-active>i{background:#bfe56f;color:#162018;box-shadow:0 0 0 6px rgba(191,229,111,.07)}.jicos-ori-commerce-state span{min-width:0}.jicos-ori-commerce-state small{display:block;color:#bfe56f;font-size:9px;font-weight:950;letter-spacing:.12em}.jicos-ori-commerce-state strong{display:block;margin-top:2px;color:#f6f8f6;font-size:13px}.jicos-ori-commerce-state em{display:block;margin-top:2px;color:#9aa59f;font-size:11px;font-style:normal}.jicos-ori-commerce-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.jicos-ori-commerce-actions button{min-height:38px;padding:0 11px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.045);color:#edf3ee;font-size:9px;font-weight:950;letter-spacing:.04em;cursor:pointer}.jicos-ori-commerce-actions button.is-primary{border-color:#bfe56f;background:#bfe56f;color:#172019}.jicos-commerce-ori-pilot .jicos-ai-launch{width:100%}
@media(max-width:820px){.jicos-ori-commerce-strip{grid-template-columns:1fr}.jicos-ori-commerce-actions{justify-content:stretch}.jicos-ori-commerce-actions button{flex:1;min-width:120px}}@media(max-width:560px){.jicos-ori-commerce-actions{display:grid;grid-template-columns:1fr 1fr}.jicos-ori-commerce-actions button:last-child{grid-column:1/-1}.jicos-ori-commerce-state em{font-size:10px}}

/* v5.60.0 — Premium commerce unification */
body.jicos-commerce-shell{--jc-ink:#101714;--jc-night:#0b110f;--jc-night-2:#14201b;--jc-cream:#f7f1e5;--jc-paper:#fbf9f4;--jc-line:#dedbd2;--jc-shadow:0 26px 70px rgba(0,0,0,.16);background:radial-gradient(circle at 8% 5%,rgba(155,212,82,.09),transparent 20%),radial-gradient(circle at 92% 2%,rgba(242,216,157,.08),transparent 19%),#0a0f0d!important}
body.jicos-commerce-shell .site-content{padding-top:0!important}.jicos-commerce-head{margin-top:18px;border-radius:32px;background:radial-gradient(circle at 12% 12%,rgba(155,212,82,.13),transparent 28%),radial-gradient(circle at 90% 0,rgba(242,216,157,.15),transparent 26%),linear-gradient(135deg,#0d1512,#17251f);box-shadow:0 30px 86px rgba(0,0,0,.28)}
.jicos-commerce-head__copy>span{color:#9bd452}.jicos-commerce-head__brand>a>i{background:linear-gradient(145deg,#eff5e7,#bfe56f);box-shadow:0 15px 34px rgba(155,212,82,.14)}.jicos-commerce-pulse{border-radius:20px;background:rgba(255,255,255,.035)}
body.jicos-commerce-cart table.shop_table,body.jicos-commerce-cart .cart_totals,body.jicos-commerce-checkout form.checkout .col2-set,body.jicos-commerce-checkout #order_review,body.jicos-commerce-checkout .wc-block-components-sidebar,body.jicos-commerce-checkout .wc-block-checkout__main{border-radius:24px!important;box-shadow:0 22px 62px rgba(0,0,0,.14)!important}
body.jicos-commerce-cart table.shop_table{border-color:rgba(16,23,20,.09);background:#fbf9f4}.body-placeholder{display:none}
body.jicos-commerce-cart table.shop_table th{background:#f1eee6;color:#68736d}.jicos-cart-item-signal span{border-color:#d9e4d4;background:#f1f6ed;color:#5a685f}
body.jicos-commerce-cart table.cart img{width:92px;min-width:92px;border-radius:18px;object-fit:cover;filter:saturate(1.04) contrast(1.03);box-shadow:0 14px 34px rgba(12,24,18,.12)}
body.jicos-commerce-cart table.cart .product-name>a{font-size:18px;letter-spacing:-.01em}.jicos-cart-readiness{padding:17px;border:1px solid rgba(255,255,255,.06);border-radius:20px;background:radial-gradient(circle at 90% 0,rgba(242,216,157,.1),transparent 34%),linear-gradient(145deg,#0e1713,#1a2a22);box-shadow:0 20px 48px rgba(0,0,0,.16)}.jicos-cart-readiness>span{color:#9bd452}.jicos-cart-readiness>div{border-radius:14px}.jicos-cart-power-strip>a{border-radius:17px;background:#fbf9f4;box-shadow:0 10px 28px rgba(0,0,0,.05);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.jicos-cart-power-strip>a:hover{transform:translateY(-2px);border-color:#cfd9c9;box-shadow:0 16px 34px rgba(0,0,0,.08)}
body.jicos-commerce-checkout .woocommerce-billing-fields,body.jicos-commerce-checkout .woocommerce-additional-fields,body.jicos-commerce-checkout #order_review,body.jicos-commerce-checkout .wc-block-checkout__main,body.jicos-commerce-checkout .wc-block-components-sidebar{background:#fbf9f4!important;border:1px solid rgba(15,23,19,.08)!important}
body.jicos-commerce-checkout .woocommerce-billing-fields,body.jicos-commerce-checkout .woocommerce-additional-fields{padding:22px;border-radius:22px}.jicos-section-caption{color:#78827c!important}.jicos-checkout-assurance{gap:12px;padding:15px 16px;border:1px solid #d5e4cd;border-radius:17px;background:linear-gradient(145deg,#f4f8ef,#fbf9f4)}.jicos-checkout-assurance>i{width:30px;height:30px;background:#376d42}.jicos-checkout-assurance strong{font-size:11px}.jicos-checkout-assurance p{margin:4px 0 0;color:#69746e;font-size:10px;line-height:1.55}.jicos-checkout-assurance span{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.jicos-checkout-assurance span b{padding:5px 7px;border:1px solid #d8e4d3;border-radius:999px;background:#fff;color:#58675e;font-size:7px;letter-spacing:.05em;text-transform:uppercase}
body.jicos-commerce-shell .button,body.jicos-commerce-shell button.button,body.jicos-commerce-shell input.button,body.jicos-commerce-shell .wc-block-components-button{min-height:48px;border-radius:14px;background:#111a16;font-size:10px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}body.jicos-commerce-shell .button:hover,body.jicos-commerce-shell button.button:hover,body.jicos-commerce-shell .wc-block-components-button:hover{background:#bfe56f;color:#121912;box-shadow:0 14px 30px rgba(155,212,82,.12)}
.jicos-commerce-ori-pilot{margin-top:14px}.jicos-commerce-ori-intro{padding:15px 16px;border-color:rgba(255,255,255,.07);border-radius:20px;background:linear-gradient(145deg,rgba(18,28,23,.98),rgba(10,16,13,.98));box-shadow:0 18px 46px rgba(0,0,0,.18)}.jicos-commerce-ori-intro span{color:#9bd452}.jicos-commerce-ori-intro strong{color:#f6f8f6}.jicos-commerce-ori-intro small{color:#9fa9a3;opacity:1}
.jicos-ori-commerce-strip{padding:14px 15px;border-radius:20px;background:linear-gradient(145deg,rgba(155,212,82,.075),rgba(255,255,255,.02));transition:border-color .22s ease,background .22s ease}.jicos-ori-commerce-strip.is-working{border-color:rgba(242,216,157,.22);background:linear-gradient(145deg,rgba(242,216,157,.08),rgba(255,255,255,.025))}.jicos-ori-commerce-work{display:inline-flex!important;align-items:center;gap:6px;margin-top:7px}.jicos-ori-commerce-work>i{display:block;width:6px;height:6px;border-radius:50%;background:#9bd452;box-shadow:0 0 0 4px rgba(155,212,82,.08)}.jicos-ori-commerce-strip.is-working .jicos-ori-commerce-work>i{background:#f2d89d;box-shadow:0 0 0 4px rgba(242,216,157,.08);animation:jicos-commerce-pulse 1.1s infinite}.jicos-ori-commerce-work>b{color:#8f9b95;font-size:8px;letter-spacing:.08em}.jicos-ori-commerce-strip.is-working .jicos-ori-commerce-work>b{color:#f2d89d}
.jicos-commerce-mobile-dock{backdrop-filter:blur(26px) saturate(160%);box-shadow:0 22px 58px rgba(0,0,0,.28)!important}
@media(max-width:820px){body.jicos-commerce-shell .site-content>.ast-container,body.jicos-commerce-shell .site-content .ast-container,body.jicos-commerce-shell main>.container,body.jicos-commerce-shell .entry-content>.woocommerce,body.jicos-commerce-shell .entry-content>.wp-block-woocommerce-cart,body.jicos-commerce-shell .entry-content>.wp-block-woocommerce-checkout{width:min(100% - 20px,1280px)}.jicos-commerce-head{padding:24px 20px 72px;border-radius:25px}.jicos-commerce-head__copy h1{font-size:clamp(30px,9vw,44px)}}
@media(max-width:600px){body.jicos-commerce-cart table.cart img{width:72px;min-width:72px;border-radius:15px}.jicos-cart-power-strip{grid-template-columns:1fr}.jicos-checkout-assurance span b{font-size:6.5px}.jicos-commerce-head{margin-top:10px}.jicos-commerce-ori-pilot{padding:0 6px}}


/* v5.61 — Pickup takeover + compact mobile checkout */
.jicos-order-takeover{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:16px;margin:18px 0;padding:20px;border:1px solid rgba(155,212,82,.18);border-radius:24px;background:linear-gradient(135deg,rgba(16,25,20,.98),rgba(11,16,14,.98));box-shadow:0 24px 60px rgba(0,0,0,.24);color:#f6f3ea}.jicos-order-takeover-copy{display:grid;gap:8px}.jicos-order-takeover-copy>span{color:#9bd452;font-size:.62rem;font-weight:900;letter-spacing:.09em}.jicos-order-takeover-copy h2{margin:0;color:#fffaf2;font-size:1.35rem;line-height:1.12}.jicos-order-takeover-copy p{margin:0;color:#a9b4ad;font-size:.78rem;line-height:1.55}.jicos-order-takeover-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.jicos-order-takeover-actions .button{min-height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important}.jicos-order-takeover-state{display:grid;align-content:center;justify-items:start;gap:7px;padding:16px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:rgba(255,255,255,.035)}.jicos-order-takeover-state i{width:10px;height:10px;border-radius:50%;background:#9bd452;box-shadow:0 0 0 7px rgba(155,212,82,.08)}.jicos-order-takeover-state strong{font-size:.78rem;letter-spacing:.06em}.jicos-order-takeover-state small{color:#98a49d;font-size:.65rem}@media(max-width:760px){.jicos-order-takeover{grid-template-columns:1fr;padding:15px;border-radius:20px}.jicos-order-takeover-actions{display:grid;grid-template-columns:1fr}.jicos-commerce-checkout form.checkout .form-row,.jicos-commerce-checkout .wc-block-components-text-input,.jicos-commerce-checkout .wc-block-components-combobox{margin-bottom:9px!important}.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:9px}.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide{grid-column:1/-1}.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper p{margin:0!important}}@media(max-width:420px){.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr}}

/* v5.62.0 — Guided journey + compact checkout mission */
.jicos-commerce-journey{max-width:1180px;margin:14px auto 18px!important;background:rgba(255,255,255,.035)!important}
.jicos-commerce-shell .jicos-customer-journey{color:#f3f6f3}.jicos-commerce-shell .jicos-journey-head strong{color:#a7b1ab}.jicos-commerce-shell .jicos-journey-steps>div b{color:#8f9a93}
.jicos-checkout-mission{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px;padding:13px 14px;border:1px solid rgba(31,50,42,.1);border-radius:18px;background:linear-gradient(180deg,#fffdf8,#f7f1e7);box-shadow:0 14px 34px rgba(27,35,31,.07)}.jicos-checkout-mission>div:first-child{display:grid;gap:3px}.jicos-checkout-mission>div:first-child span{color:#52725f;font-size:.55rem;font-weight:950;letter-spacing:.1em}.jicos-checkout-mission>div:first-child strong{color:#172019;font-size:.78rem}.jicos-checkout-mission>div:last-child{display:flex;gap:7px}.jicos-checkout-mission>div:last-child span{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid rgba(23,32,25,.09);border-radius:999px;background:#fff;color:#718078;font-size:.56rem;font-weight:900}.jicos-checkout-mission>div:last-child span i{font-style:normal}.jicos-checkout-mission>div:last-child span.is-done{border-color:rgba(89,137,83,.18);background:#eef7e9;color:#365c38}
.jicos-order-takeover [data-start-live-pickup][aria-busy="true"]{pointer-events:none;opacity:.82}
@media(max-width:760px){.jicos-commerce-journey{margin:10px 10px 14px!important}.jicos-checkout-mission{display:grid;gap:10px;padding:12px}.jicos-checkout-mission>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.jicos-checkout-mission>div:last-child span{justify-content:center;min-width:0;padding:0 5px;font-size:.5rem}}
.jicos-commerce-journey .jicos-journey-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.jicos-commerce-journey .jicos-journey-head span{color:#9bd452;font-size:.55rem;font-weight:950;letter-spacing:.12em}.jicos-commerce-journey .jicos-journey-head strong{color:#a6b0aa;font-size:.66rem;text-align:right}.jicos-commerce-journey .jicos-journey-steps{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:7px}.jicos-commerce-journey .jicos-journey-steps>span{height:1px;color:transparent;background:rgba(255,255,255,.08)}.jicos-commerce-journey .jicos-journey-steps>div{display:grid;justify-items:center;gap:5px;min-width:66px}.jicos-commerce-journey .jicos-journey-steps>div i{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.03);color:#78827c;font-size:.62rem;font-style:normal;font-weight:950}.jicos-commerce-journey .jicos-journey-steps>div b{color:#79837d;font-size:.52rem;letter-spacing:.08em}.jicos-commerce-journey .jicos-journey-steps>div.is-done i{background:rgba(155,212,82,.1);color:#c9ec9d}.jicos-commerce-journey .jicos-journey-steps>div.is-active i{background:linear-gradient(180deg,#f2d89d,#d8b66f);color:#17130d;border-color:rgba(242,216,157,.42)}.jicos-commerce-journey .jicos-journey-steps>div.is-active b{color:#f2dfb5}@media(max-width:760px){.jicos-commerce-journey .jicos-journey-head{display:grid;gap:4px}.jicos-commerce-journey .jicos-journey-head strong{text-align:left}.jicos-commerce-journey .jicos-journey-steps{gap:4px}.jicos-commerce-journey .jicos-journey-steps>div{min-width:0}.jicos-commerce-journey .jicos-journey-steps>div i{width:26px;height:26px}.jicos-commerce-journey .jicos-journey-steps>div b{font-size:.45rem}}@media(max-width:430px){.jicos-commerce-journey .jicos-journey-steps>span{display:none}.jicos-commerce-journey .jicos-journey-steps{grid-template-columns:repeat(5,1fr)}}
.jicos-commerce-journey{display:grid;gap:11px;padding:13px 15px;border:1px solid rgba(255,255,255,.07);border-radius:20px;box-shadow:0 16px 42px rgba(0,0,0,.12)}


/* v5.71.0 — clean post-order Live Pickup handoff */
.jicos-order-takeover [data-start-live-pickup]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
@media(max-width:760px){.jicos-order-takeover-state{display:none!important}.jicos-order-takeover{gap:10px!important}.jicos-order-takeover-copy p{font-size:.74rem!important}.jicos-order-takeover-actions .button{min-height:50px!important;font-weight:850!important}}

/* v5.80.0 — Zero-friction checkout + pickup handoff lock */
body.jicos-commerce-checkout .jicos-checkout-mission{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid rgba(23,32,25,.09);border-radius:18px;background:#fffdf8;box-shadow:0 14px 34px rgba(27,35,31,.07)}
body.jicos-commerce-checkout .jicos-checkout-mission>div:first-child{display:grid;gap:2px;min-width:0}
body.jicos-commerce-checkout .jicos-checkout-mission>div:first-child span{color:#52725f;font-size:.54rem;font-weight:950;letter-spacing:.1em}
body.jicos-commerce-checkout .jicos-checkout-mission>div:first-child strong{color:#172019;font-size:.76rem;line-height:1.35}
body.jicos-commerce-checkout .jicos-checkout-mission-steps{display:flex;gap:6px}
body.jicos-commerce-checkout .jicos-checkout-mission-steps span{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 9px;border:1px solid rgba(23,32,25,.08);border-radius:999px;background:#fff;color:#718078;font-size:.52rem;font-weight:900}
body.jicos-commerce-checkout .jicos-checkout-mission-steps span.is-done{border-color:rgba(89,137,83,.16);background:#eef7e9;color:#365c38}
body.jicos-commerce-checkout .jicos-checkout-mission-steps i{font-style:normal}
body.jicos-commerce-checkout .jicos-checkout-next{min-height:40px;padding:0 13px;border:0;border-radius:12px;background:#172019;color:#fff;font-size:.58rem;font-weight:950;letter-spacing:.055em;white-space:nowrap;cursor:pointer}
body.jicos-commerce-checkout .jicos-checkout-next:hover{background:#2f4634}
body.jicos-commerce-checkout .jicos-checkout-focus{outline:3px solid rgba(155,212,82,.24)!important;outline-offset:4px;transition:outline-color .2s ease}
body.jicos-commerce-checkout .jicos-payment-recovery{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:9px 0 14px;padding:11px 12px;border:1px solid #eadfbf;border-radius:14px;background:#fff9e9;color:#172019}
body.jicos-commerce-checkout .jicos-payment-recovery span{color:#8b6a25;font-size:.5rem;font-weight:950;letter-spacing:.09em}
body.jicos-commerce-checkout .jicos-payment-recovery strong{flex:1;font-size:.66rem;line-height:1.4}
body.jicos-commerce-checkout .jicos-payment-recovery button{min-height:36px;padding:0 11px;border:0;border-radius:10px;background:#172019;color:#fff;font-size:.52rem;font-weight:900;letter-spacing:.05em}
body.jicos-commerce-checkout:not(.jicos-checkout-contact-ready) #payment,
body.jicos-commerce-checkout:not(.jicos-checkout-contact-ready) .wc-block-checkout__payment-method{opacity:.72;filter:saturate(.8)}
body.jicos-commerce-checkout.jicos-checkout-contact-ready #payment,
body.jicos-commerce-checkout.jicos-checkout-contact-ready .wc-block-checkout__payment-method{opacity:1;filter:none;border-color:rgba(155,212,82,.28)!important;box-shadow:0 18px 44px rgba(63,93,51,.08)!important}
body.jicos-commerce-checkout.jicos-checkout-final-ready #place_order,
body.jicos-commerce-checkout.jicos-checkout-final-ready .wc-block-components-checkout-place-order-button{box-shadow:0 18px 36px rgba(71,104,54,.16)!important}
body.jicos-commerce-checkout #place_order,
body.jicos-commerce-checkout .wc-block-components-checkout-place-order-button{min-height:56px!important;font-size:.72rem!important;font-weight:950!important;letter-spacing:.065em!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
body.jicos-commerce-checkout #place_order.is-jicos-submitting,
body.jicos-commerce-checkout .wc-block-components-checkout-place-order-button.is-jicos-submitting{pointer-events:none;opacity:.68;cursor:wait}
body.jicos-commerce-checkout #place_order.is-jicos-submitting:after,
body.jicos-commerce-checkout .wc-block-components-checkout-place-order-button.is-jicos-submitting:after{content:" · PROCESSING";font-size:.72em}
body.jicos-commerce-checkout .jicos-express-pay-label{display:grid;gap:2px;margin:4px 0 8px;padding:0 2px}
body.jicos-commerce-checkout .jicos-express-pay-label span{color:#52725f;font-size:.54rem;font-weight:950;letter-spacing:.1em}
body.jicos-commerce-checkout .jicos-express-pay-label small{color:#7b8680;font-size:.6rem}
body.jicos-commerce-checkout .jicos-express-pay-zone{padding:10px!important;border:1px solid rgba(23,32,25,.08)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px rgba(27,35,31,.05)!important}
body.jicos-commerce-checkout .jicos-account-optional{min-height:0!important;padding:10px 12px!important;border-radius:14px!important;box-shadow:none!important}
body.jicos-commerce-checkout .jicos-account-optional i{width:25px!important;height:25px!important}
body.jicos-commerce-checkout .jicos-account-optional strong{font-size:.62rem!important}
body.jicos-commerce-checkout .jicos-account-optional span{font-size:.58rem!important}
body.jicos-commerce-complete .jicos-order-takeover{border-color:rgba(155,212,82,.24);background:linear-gradient(145deg,#111a16,#0b110e)}
body.jicos-commerce-complete .jicos-order-takeover-actions .button.alt{min-height:56px!important;font-size:.72rem!important;letter-spacing:.07em!important}

@media(max-width:760px){
  body.jicos-commerce-checkout .jicos-commerce-journey{display:none!important}
  body.jicos-commerce-checkout .jicos-commerce-head{padding-bottom:22px!important}
  body.jicos-commerce-checkout .jicos-commerce-pulse,body.jicos-commerce-checkout .jicos-commerce-shortcuts{display:none!important}
  body.jicos-commerce-checkout .jicos-checkout-mission{grid-template-columns:1fr;gap:8px;margin:0 0 10px;padding:11px 12px;border-radius:15px}
  body.jicos-commerce-checkout .jicos-checkout-mission-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}
  body.jicos-commerce-checkout .jicos-checkout-mission-steps span{justify-content:center;min-width:0;min-height:30px;padding:0 5px;font-size:.47rem}
  body.jicos-commerce-checkout .jicos-checkout-next{width:100%;min-height:46px;font-size:.61rem}
  body.jicos-commerce-checkout .jicos-account-optional{margin-bottom:8px!important}
  body.jicos-commerce-checkout .jicos-account-optional a{display:none!important}
  body.jicos-commerce-checkout .jicos-commerce-ori-pilot{margin-top:8px!important}
  body.jicos-commerce-checkout .jicos-commerce-ori-intro{padding:10px 12px!important;border-radius:15px!important}
  body.jicos-commerce-checkout .jicos-commerce-ori-intro small{display:none!important}
  body.jicos-commerce-checkout .jicos-payment-recovery{display:grid;grid-template-columns:1fr;gap:6px;padding:10px 11px}
  body.jicos-commerce-checkout .jicos-payment-recovery button{width:100%;min-height:42px}
  body.jicos-commerce-checkout .woocommerce-billing-fields,body.jicos-commerce-checkout #order_review{padding:13px!important}
  body.jicos-commerce-checkout .woocommerce-billing-fields__field-wrapper{gap:7px!important}
  body.jicos-commerce-checkout input:not([type="checkbox"]):not([type="radio"]),body.jicos-commerce-checkout select{min-height:50px!important;font-size:16px!important}
  body.jicos-commerce-checkout #payment,body.jicos-commerce-checkout .wc-block-checkout__payment-method{border-radius:16px!important}
  body.jicos-commerce-complete .jicos-order-takeover{margin:10px 0 14px!important;padding:14px!important;border-radius:19px!important}
  body.jicos-commerce-complete .jicos-order-takeover-copy>span{font-size:.54rem!important}
  body.jicos-commerce-complete .jicos-order-takeover-copy h2{font-size:1.15rem!important}
  body.jicos-commerce-complete .jicos-order-takeover-copy p{font-size:.68rem!important;line-height:1.45!important}
  body.jicos-commerce-complete .jicos-takeover-secondary{display:none!important}
  body.jicos-commerce-complete .jicos-order-takeover-actions{display:block!important}
  body.jicos-commerce-complete .jicos-order-takeover-actions .button.alt{width:100%!important}
}

@media(max-width:430px){
  body.jicos-commerce-checkout .jicos-commerce-head__copy p{display:none!important}
  body.jicos-commerce-checkout .jicos-commerce-head__copy h1{font-size:2rem!important}
  body.jicos-commerce-checkout .jicos-account-optional span{display:none!important}
}


/* v5.86 ORi total journey recovery — shown only after a real interrupted ORi journey. */
.jicos-ori-journey-recovery{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:9px 0 14px;padding:11px 12px;border:1px solid rgba(47,143,131,.2);border-radius:14px;background:#f2faf7;color:#172019;box-shadow:0 10px 28px rgba(23,49,38,.05)}
.jicos-ori-journey-recovery>div{display:grid;gap:3px;min-width:0}.jicos-ori-journey-recovery span{color:#2f8f83;font-size:.5rem;font-weight:950;letter-spacing:.1em}.jicos-ori-journey-recovery strong{font-size:.68rem;line-height:1.4}.jicos-ori-journey-recovery button{min-height:40px;padding:0 12px;border:0;border-radius:11px;background:#173126;color:#fff;font-size:.54rem;font-weight:950;letter-spacing:.04em;white-space:nowrap}
@media(max-width:760px){.jicos-ori-journey-recovery{display:grid;grid-template-columns:1fr;gap:8px;margin:8px 0 11px;padding:10px 11px}.jicos-ori-journey-recovery button{width:100%;min-height:46px}}

/* v5.87 ORi One-Action Director */
.jicos-one-action-director{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:10px 0 14px;padding:12px 13px;border:1px solid rgba(47,143,131,.18);border-radius:16px;background:linear-gradient(135deg,#f6fbf9,#fff);box-shadow:0 12px 34px rgba(23,49,38,.06)}
.jicos-one-action-director>div{display:grid;gap:3px;min-width:0}.jicos-one-action-director span{font-size:.52rem;font-weight:950;letter-spacing:.11em;color:#2f8f83}.jicos-one-action-director strong{font-size:.88rem;line-height:1.15;color:#172019}.jicos-one-action-director small{font-size:.62rem;line-height:1.35;color:#66736b}.jicos-one-action-director>button{min-height:48px;padding:0 16px;border:0;border-radius:13px;background:#173126;color:#fff;font-weight:950;font-size:.62rem;letter-spacing:.04em;white-space:nowrap;touch-action:manipulation}.jicos-one-action-director>button:disabled{opacity:.55}.jicos-one-action-director.is-disabled{opacity:.78}
@media(max-width:760px){.jicos-one-action-director{position:relative;display:grid;grid-template-columns:1fr;gap:9px;margin:8px 0 11px;padding:11px 12px}.jicos-one-action-director>button{width:100%;min-height:54px;font-size:.67rem}.jicos-one-action-director strong{font-size:.84rem}.jicos-one-action-director small{font-size:.61rem}}
body.jicos-one-action-enabled .jicos-checkout-mission .jicos-checkout-next{display:none!important}
.jicos-commerce-mobile-dock button[data-jicos-one-action-dock]{border:0}


/* v6.00 — mobile checkout action visibility. One bottom controller, not two overlapping docks. */
@media(max-width:782px){
  body.jicos-commerce-checkout{padding-bottom:108px!important}
  body.jicos-commerce-checkout .jicos-mobile-dock{display:none!important}
  body.jicos-commerce-checkout .jicos-commerce-mobile-dock{z-index:10020!important;bottom:max(8px,env(safe-area-inset-bottom))!important}
  body.jicos-commerce-checkout #place_order,
  body.jicos-commerce-checkout .wc-block-components-checkout-place-order-button,
  body.jicos-commerce-checkout [data-jicos-final-order-control]{position:relative!important;z-index:2!important;width:100%!important;min-height:62px!important;scroll-margin-bottom:118px!important}
  body.jicos-commerce-checkout #payment .place-order{padding-bottom:96px!important}
  body.jicos-commerce-checkout .wc-block-checkout__actions{padding-bottom:96px!important}
  body.jicos-commerce-checkout .jicos-commerce-ori-pilot .jicos-ai-panel{z-index:2147483000!important}
}


/* v6.01 — ORi Persistent Order Runner */
@media(max-width:782px){
  .jicos-commerce-mobile-dock.jicos-persistent-order-runner{grid-template-columns:minmax(0,1fr) minmax(126px,auto)!important;gap:10px!important;min-height:78px!important;padding:10px 10px 10px 14px!important;border-radius:20px!important;background:rgba(8,14,12,.96)!important;box-shadow:0 24px 70px rgba(0,0,0,.42)!important;transition:transform .18s ease,opacity .18s ease!important}
  .jicos-persistent-order-runner .jicos-runner-copy{display:grid!important;grid-template-columns:1fr auto;gap:2px 8px;min-width:0}
  .jicos-persistent-order-runner .jicos-runner-copy small{grid-column:1/-1;color:#9bd452!important;font-size:7px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase}
  .jicos-persistent-order-runner .jicos-runner-copy strong{grid-column:1/-1;margin:0!important;color:#fff!important;font-size:10px!important;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .jicos-persistent-order-runner .jicos-runner-copy span{min-width:0;color:#9ca9a2;font-size:7.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .jicos-persistent-order-runner .jicos-runner-copy b{justify-self:end;color:#f2d89d;font-size:8px;white-space:nowrap}
  .jicos-persistent-order-runner [data-jicos-runner-next]{min-height:54px!important;max-width:200px!important;border-radius:15px!important;font-size:8.5px!important;font-weight:950!important;letter-spacing:.025em!important;white-space:normal!important;text-align:center!important;touch-action:manipulation}
  .jicos-persistent-order-runner.is-repeat-blocked{transform:scale(.992);opacity:.82}
  body.jicos-runner-keyboard-open .jicos-persistent-order-runner,body.jicos-runner-ori-open .jicos-persistent-order-runner{transform:translateY(calc(100% + 28px))!important;opacity:0!important;pointer-events:none!important}
  body.jicos-commerce-checkout{padding-bottom:126px!important}
}
@media(max-width:420px){
  .jicos-commerce-mobile-dock.jicos-persistent-order-runner{grid-template-columns:minmax(0,1fr) 126px!important;right:6px!important;left:6px!important;bottom:max(6px,env(safe-area-inset-bottom))!important;padding:9px!important}
  .jicos-persistent-order-runner .jicos-runner-copy span{display:none}
  .jicos-persistent-order-runner [data-jicos-runner-next]{min-height:52px!important;padding:7px 8px!important;font-size:7.8px!important}
}


/* v6.04 — checkout final action recovery + senior/mobile touch targets. */
body.jicos-commerce-checkout #place_order,
body.jicos-commerce-checkout .wc-block-components-checkout-place-order-button,
body.jicos-commerce-checkout [data-jicos-final-order-control]{min-height:64px!important;font-size:17px!important;font-weight:950!important;touch-action:manipulation;position:relative!important;z-index:8!important}
body.jicos-commerce-checkout #place_order:not(:disabled),
body.jicos-commerce-checkout .wc-block-components-checkout-place-order-button:not([aria-disabled="true"]){pointer-events:auto!important;opacity:1!important;visibility:visible!important}
body.jicos-commerce-checkout input,body.jicos-commerce-checkout select,body.jicos-commerce-checkout textarea{font-size:16px!important}
body.jicos-final-authorizing [data-ori-checkout-place-order],body.jicos-final-authorizing #place_order,body.jicos-final-authorizing .wc-block-components-checkout-place-order-button{pointer-events:none!important;opacity:.72!important}
.jicos-ori-final-ready [data-ori-checkout-place-order]{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:64px!important;font-size:18px!important;font-weight:950!important;touch-action:manipulation}
.jicos-ori-final-ready small{display:block;margin-top:8px;font-size:12px;line-height:1.3;opacity:.72}


/* v6.06 — ORi Apple Short Checkout: fewer steps, no competing iPhone chrome. */
body.jicos-short-checkout .jicos-commerce-ori-intro{display:none!important}
body.jicos-short-checkout .jicos-checkout-assurance{display:none!important}
body.jicos-short-checkout .jicos-checkout-mission{border:2px solid rgba(155,212,82,.28);box-shadow:0 16px 38px rgba(26,43,32,.08)}
body.jicos-short-checkout .jicos-checkout-mission>div:first-child span:after{content:" · SHORT CHECKOUT"}
body.jicos-short-checkout .jicos-checkout-next{min-height:54px!important;font-size:.68rem!important}
body.jicos-short-checkout #place_order,body.jicos-short-checkout .wc-block-components-checkout-place-order-button{min-height:64px!important;font-size:16px!important;border-radius:16px!important}
body.jicos-short-checkout .jicos-commerce-ori-pilot{margin:6px 0 10px!important}
@media(max-width:760px){
  body.jicos-short-checkout .jicos-commerce-head{display:none!important}
  body.jicos-short-checkout .jicos-one-action-director{display:none!important}
  body.jicos-short-checkout .jicos-checkout-mission{position:relative!important;margin:6px 0 10px!important;padding:12px!important}
  body.jicos-short-checkout .jicos-checkout-mission-steps{grid-template-columns:repeat(3,1fr)!important}
  body.jicos-short-checkout .jicos-checkout-mission>div:first-child strong{font-size:16px!important}
  body.jicos-short-checkout .woocommerce-checkout,body.jicos-short-checkout form.checkout,body.jicos-short-checkout .woocommerce-billing-fields,body.jicos-short-checkout #order_review{max-width:100%!important;overflow:visible!important;transform:none!important;contain:none!important}
  body.jicos-short-checkout .woocommerce-billing-fields>h3,body.jicos-short-checkout #order_review_heading{font-size:15px!important;margin:8px 0!important}
  body.jicos-short-checkout .form-row{margin-bottom:8px!important}
  body.jicos-short-checkout input:not([type=checkbox]):not([type=radio]),body.jicos-short-checkout select{min-height:54px!important;font-size:17px!important;border-radius:14px!important}
  body.jicos-short-checkout #payment{margin-bottom:8px!important;overflow:visible!important;transform:none!important}
  body.jicos-apple-checkout .jicos-mobile-dock,body.jicos-apple-checkout .jicos-runner-dock{display:none!important}
  body.jicos-apple-checkout .jicos-ai-panel{height:min(86dvh,720px)!important;max-height:calc(100dvh - env(safe-area-inset-top) - 6px)!important;transform:none!important;-webkit-transform:none!important}
  body.jicos-apple-checkout #payment iframe,body.jicos-apple-checkout [class*=payment] iframe{max-width:100%!important}
  body.jicos-apple-checkout .woocommerce-checkout-payment{overflow:visible!important;transform:none!important;-webkit-transform:none!important}
}


/* v6.07 — ORi Apple Express-First checkout */
.jicos-apple-express-rail{display:grid;gap:8px;margin:8px auto 12px;padding:16px;max-width:720px;border:2px solid rgba(0,122,255,.18);border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.10);position:relative;z-index:28}
.jicos-apple-express-rail>span{font-size:10px;font-weight:950;letter-spacing:.12em;color:#52606d}.jicos-apple-express-rail>strong{font-size:20px;line-height:1.1;color:#111827}.jicos-apple-express-rail>small{font-size:13px;line-height:1.45;color:#52606d}
.jicos-apple-express-rail button{min-height:66px;width:100%;border:0;border-radius:17px;background:#000;color:#fff;font-size:18px;font-weight:950;letter-spacing:.01em;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.jicos-apple-express-rail button[aria-busy="true"]{opacity:.74}.jicos-apple-express-rail>em{font-style:normal;font-size:11px;color:#667085;text-align:center}
body.jicos-apple-express-ready .jicos-payment-bridge{display:none!important}
@media(max-width:760px){.jicos-apple-express-rail{margin:6px 8px 10px;padding:14px;border-radius:18px}.jicos-apple-express-rail>strong{font-size:18px}.jicos-apple-express-rail button{min-height:68px;font-size:18px}}
