/* Siriti Shop, WooCommerce pages: single product, shop/category archives, cart, checkout, my account.
   Cosmetic only. Scoped to body.ss-woo so nothing leaks to the rest of the site. Tokens match the theme. */
body.ss-woo {
  --ss-bg: #F4F7FC;
  --ss-surface: #ffffff;
  --ss-ink: #17202A;
  --ss-muted: #566173;
  --ss-line: #E1E7F1;
  --ss-accent: #1d6ff2;
  --ss-accent-ink: #0f4fc0;
  --ss-radius: 20px;
  --ss-shadow: 0 1px 2px rgba(23,32,42,.05), 0 6px 18px rgba(23,32,42,.06);
  background: var(--ss-bg);
  color: var(--ss-ink);
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
}
body.ss-woo main { padding-left: 16px; padding-right: 16px; overflow-x: clip; }
/* The theme header scrolls away on shopping pages so the content, not the logo, owns the screen. */
body.ss-woo .wp-site-blocks > .wp-block-template-part:has(> .hostinger-ai-menu) { position: relative; top: auto; }
body.ss-woo :focus-visible { outline: 3px solid var(--ss-accent); outline-offset: 2px; border-radius: 10px; }
body.ss-woo main a { text-underline-offset: 3px; }

/* Page titles */
body.ss-woo main h1.wp-block-post-title,
body.ss-woo main .hostinger-ai-page-title {
  text-align: left; font-size: clamp(28px, 5.5vw, 40px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin: 8px 0 18px;
}
body.ss-woo.single-product main h1.wp-block-post-title { font-size: clamp(24px, 4.5vw, 34px); margin: 4px 0 10px; }
body.ss-woo main .wp-block-woocommerce-breadcrumbs, body.ss-woo main .woocommerce-breadcrumb { font-size: 13px; color: var(--ss-muted); margin: 14px 0 6px; }
body.ss-woo main .woocommerce-breadcrumb a { color: var(--ss-muted); text-decoration: none; }
body.ss-woo main .woocommerce-breadcrumb a:hover { color: var(--ss-accent-ink); text-decoration: underline; }

/* Buttons */
body.ss-woo main .wp-element-button,
body.ss-woo main .wc-block-components-button:not(.is-link),
body.ss-woo main .button,
body.ss-woo main button.single_add_to_cart_button,
body.ss-woo main .wc-block-cart__submit-button,
body.ss-woo main .wc-block-components-checkout-place-order-button {
  background: var(--ss-accent); color: #fff; border: 0; border-radius: 14px; min-height: 48px; padding: 0 22px;
  font: inherit; font-size: 14.5px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; transition: background .15s, transform .1s; box-shadow: none; box-sizing: border-box;
}
body.ss-woo main .wp-element-button:hover, body.ss-woo main .wc-block-components-button:not(.is-link):hover,
body.ss-woo main .button:hover, body.ss-woo main button.single_add_to_cart_button:hover { background: var(--ss-accent-ink); color: #fff; }
body.ss-woo main .wp-element-button:active, body.ss-woo main .button:active { transform: scale(.98); }
body.ss-woo main .wc-block-components-button.outlined, body.ss-woo main .is-style-outline .wp-block-button__link,
body.ss-woo main .wc-block-components-totals-coupon__button { background: transparent; color: var(--ss-ink); box-shadow: inset 0 0 0 1.5px var(--ss-ink); }
body.ss-woo main .wc-block-components-button.is-link { color: var(--ss-accent-ink); background: none; min-height: 0; padding: 0; }
body.ss-woo main .wc-block-components-button .wc-block-components-button__text { color: inherit; }
body.ss-woo main .wc-block-cart__submit-button, body.ss-woo main .wc-block-components-checkout-place-order-button { width: 100%; min-height: 54px; font-size: 16px; }

/* Inputs */
body.ss-woo main input[type="text"], body.ss-woo main input[type="email"], body.ss-woo main input[type="tel"],
body.ss-woo main input[type="password"], body.ss-woo main input[type="number"], body.ss-woo main select, body.ss-woo main textarea,
body.ss-woo main .wc-block-components-text-input input, body.ss-woo main .wc-block-components-combobox .components-combobox-control__input,
body.ss-woo main .wc-blocks-components-select__select {
  background: #fff; border: 1.5px solid var(--ss-line); border-radius: 14px; color: var(--ss-ink); font: inherit; box-shadow: none;
}
body.ss-woo main input:focus, body.ss-woo main select:focus, body.ss-woo main textarea:focus,
body.ss-woo main .wc-block-components-text-input input:focus, body.ss-woo main .wc-blocks-components-select__select:focus {
  outline: none; border-color: var(--ss-accent); box-shadow: 0 0 0 4px rgba(29,111,242,.16);
}
body.ss-woo main input[type="checkbox"], body.ss-woo main input[type="radio"] { accent-color: var(--ss-accent); }
body.ss-woo main .required { color: #c0362c; }

/* Notices */
body.ss-woo main .woocommerce-message, body.ss-woo main .woocommerce-info, body.ss-woo main .woocommerce-error,
body.ss-woo main .wc-block-components-notice-banner {
  border-radius: 14px; border: 1px solid var(--ss-line); background: #fff; color: var(--ss-ink); box-shadow: var(--ss-shadow);
}

/* Sale badge */
body.ss-woo main .onsale, body.ss-woo main .wc-block-components-product-sale-badge, body.ss-woo main .wc-block-components-product-badge {
  background: var(--ss-ink); color: #fff; border: 0; border-radius: 999px; padding: 5px 11px; min-height: 0; min-width: 0; line-height: 1.2;
  font-size: 11.5px; font-weight: 800; text-transform: none; letter-spacing: .01em; width: auto; height: auto; box-shadow: none;
}
body.ss-woo main span.onsale { position: absolute; top: 14px !important; left: 14px !important; right: auto !important; z-index: 3; margin: 0; transform: none; }

/* Prices */
body.ss-woo main .wc-block-components-product-price ins, body.ss-woo main .price ins { text-decoration: none; background: none; font-weight: 800; color: var(--ss-ink); }
body.ss-woo main .wc-block-components-product-price del, body.ss-woo main .price del { color: #7a8494; font-weight: 600; font-size: .78em; }
body.ss-woo main .wc-block-components-product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 10px; }
body.ss-woo main .wc-block-components-product-price ins { order: -1; }

/* ---------- Single product ---------- */
body.ss-woo.single-product main > .wp-block-columns { gap: 22px; margin-top: 8px; }
body.ss-woo.single-product .wp-block-woocommerce-product-image-gallery { position: relative; }
body.ss-woo.single-product .woocommerce-product-gallery { box-sizing: border-box; width: 100% !important; float: none; background: #fff; border-radius: 24px; box-shadow: var(--ss-shadow); border: 1px solid rgba(225,231,241,.7); overflow: hidden; padding: 10px; }
body.ss-woo.single-product .woocommerce-product-gallery img { border-radius: 16px; display: block; width: 100%; height: auto; }
body.ss-woo.single-product .woocommerce-product-gallery__trigger { background: #fff; border-radius: 50%; box-shadow: var(--ss-shadow); top: 18px; right: 18px; }
body.ss-woo.single-product .flex-control-thumbs { display: flex; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }
body.ss-woo.single-product .flex-control-thumbs li { flex: 1; max-width: 72px; }
body.ss-woo.single-product .flex-control-thumbs img { border-radius: 12px; border: 2px solid transparent; opacity: .7; }
body.ss-woo.single-product .flex-control-thumbs img.flex-active { border-color: var(--ss-accent); opacity: 1; }
body.ss-woo.single-product .wp-block-woocommerce-product-price .wc-block-components-product-price { font-size: clamp(28px, 6vw, 36px) !important; font-weight: 800; margin: 6px 0 12px; }
body.ss-woo.single-product .wp-block-post-excerpt { color: var(--ss-muted); font-size: 15px; line-height: 1.55; margin: 0 0 16px; }
body.ss-woo.single-product .wp-block-post-excerpt__excerpt { margin: 0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
body.ss-woo.single-product form.cart { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; margin: 0 0 18px; }
body.ss-woo.single-product form.cart .quantity { flex: none; }
body.ss-woo.single-product form.cart .quantity .qty {
  width: 92px; height: 56px; text-align: center; font-size: 17px; font-weight: 700; border-radius: 14px; padding: 0 8px;
}
body.ss-woo.single-product form.cart .single_add_to_cart_button { flex: 1; min-width: 140px; min-height: 56px; font-size: 16px; }
body.ss-woo.single-product .wp-block-woocommerce-product-meta { background: #fff; border: 1px solid var(--ss-line); border-radius: 16px; padding: 14px 16px; font-size: 13px; color: var(--ss-muted); }
body.ss-woo.single-product .wp-block-woocommerce-product-meta .wp-block-group { flex-wrap: wrap; gap: 10px 16px; }
body.ss-woo.single-product .wp-block-woocommerce-product-meta a { color: var(--ss-accent-ink); text-decoration: none; font-weight: 600; }
body.ss-woo.single-product .wp-block-woocommerce-product-meta .taxonomy-product_tag { flex-basis: 100%; }

/* Description / reviews tabs */
body.ss-woo.single-product .wp-block-woocommerce-product-details { margin-top: 30px; }
body.ss-woo.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; border: 0; overflow-x: auto; scrollbar-width: none; }
body.ss-woo.single-product .woocommerce-tabs ul.tabs::before, body.ss-woo.single-product .woocommerce-tabs ul.tabs::after { display: none; }
body.ss-woo.single-product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: none; }
body.ss-woo.single-product .woocommerce-tabs ul.tabs li a {
  display: block; padding: 10px 18px; border-radius: 999px; background: #fff; border: 1.5px solid var(--ss-line); color: var(--ss-ink);
  font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
body.ss-woo.single-product .woocommerce-tabs ul.tabs li a { color: var(--ss-ink) !important; }
body.ss-woo.single-product .woocommerce-tabs ul.tabs li.active a { background: var(--ss-ink); border-color: var(--ss-ink); color: #fff !important; }
body.ss-woo.single-product .woocommerce-Tabs-panel {
  background: #fff; border-radius: var(--ss-radius); padding: 20px 18px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow);
  font-size: 15px; line-height: 1.65; overflow-wrap: anywhere;
}
body.ss-woo.single-product .woocommerce-Tabs-panel h1 { font-size: 22px; line-height: 1.25; }
body.ss-woo.single-product .woocommerce-Tabs-panel h2 { font-size: 19px; line-height: 1.3; margin: 1.4em 0 .5em; }
body.ss-woo.single-product .woocommerce-Tabs-panel h3 { font-size: 16px; margin: 1.2em 0 .4em; }
body.ss-woo.single-product .woocommerce-Tabs-panel > h2:first-child { display: none; }
body.ss-woo.single-product .woocommerce-Tabs-panel ul { padding-left: 1.2em; }
body.ss-woo.single-product .woocommerce-Tabs-panel table { display: block; overflow-x: auto; max-width: 100%; border-collapse: collapse; font-size: 14px; }
body.ss-woo.single-product .woocommerce-Tabs-panel th, body.ss-woo.single-product .woocommerce-Tabs-panel td { border: 1px solid var(--ss-line); padding: 9px 12px; text-align: left; vertical-align: top; }
body.ss-woo.single-product .woocommerce-Tabs-panel th { background: var(--ss-bg); }
body.ss-woo.single-product .woocommerce-Tabs-panel img { max-width: 100%; height: auto; border-radius: 12px; }

/* ---------- Product grids: shop, category, related ---------- */
body.ss-woo main ul.wc-block-product-template {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none;
}
body.ss-woo main ul.wc-block-product-template > li.wc-block-product {
  display: flex; flex-direction: column; margin: 0; width: auto; max-width: none; background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: var(--ss-shadow); border: 1px solid rgba(225,231,241,.7); padding: 0 0 14px; position: relative; transition: transform .18s ease, box-shadow .18s ease;
}
body.ss-woo main li.wc-block-product .wc-block-components-product-image { margin: 0 0 10px; border-radius: 0; background: #EEF2F9; }
body.ss-woo main li.wc-block-product .wc-block-components-product-image img { width: 100%; height: 100%; object-fit: cover; }
body.ss-woo main li.wc-block-product .wp-block-post-title, body.ss-woo main li.wc-block-product h3 {
  text-align: left; font-size: 14px !important; line-height: 1.32; font-weight: 700; margin: 0 12px 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
body.ss-woo main li.wc-block-product .wp-block-post-title a { color: var(--ss-ink); text-decoration: none; }
body.ss-woo main li.wc-block-product .wp-block-woocommerce-product-price { margin: 0 12px 10px; text-align: left; }
body.ss-woo main li.wc-block-product .wc-block-components-product-price { font-size: 17px !important; font-weight: 800; justify-content: flex-start; }
body.ss-woo main li.wc-block-product .wc-block-components-product-price del { font-size: 12.5px; }
body.ss-woo main li.wc-block-product .wp-block-woocommerce-product-button { margin: auto 12px 0; text-align: left; }
body.ss-woo main li.wc-block-product .wp-block-button, body.ss-woo main li.wc-block-product .wp-block-button__link { width: 100%; box-sizing: border-box; }
body.ss-woo main li.wc-block-product .wp-block-button__link { background: var(--ss-accent) !important; color: #fff !important; border: 0 !important; box-shadow: none !important; width: 100% !important; max-width: 100%; box-sizing: border-box !important; border-radius: 14px !important; min-height: 46px; }
body.ss-woo main li.wc-block-product .wp-block-button__link:hover { background: var(--ss-accent-ink) !important; }
body.ss-woo main li.wc-block-product .added_to_cart { display: block; text-align: center; margin-top: 8px; font-size: 13px; font-weight: 700; color: var(--ss-accent-ink); }
body.ss-woo main li.wc-block-product .wc-block-components-product-sale-badge { position: absolute; top: 10px; left: 10px; right: auto; z-index: 2; margin: 0; }
body.ss-woo main li.wc-block-product .wc-block-components-product-sale-badge--align-right { left: 10px; right: auto; }
body.ss-woo main .wp-block-woocommerce-product-collection h2.wp-block-heading { font-size: 22px; font-weight: 800; letter-spacing: -.01em; margin: 36px 0 14px; text-align: left; }
body.ss-woo main .woocommerce-result-count, body.ss-woo main .wc-block-product-results-count { color: var(--ss-muted); font-size: 14px; font-weight: 600; margin: 0; }
body.ss-woo main .woocommerce-ordering select, body.ss-woo main .wc-block-catalog-sorting select { height: 42px; padding: 0 14px; border-radius: 999px; font-size: 13.5px; font-weight: 600; }
body.ss-woo main .wc-block-product-template__responsive { gap: 12px; }

/* Related on product pages: swipeable row on phones */
body.ss-woo.single-product main .wp-block-woocommerce-product-collection ul.wc-block-product-template {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding: 2px 2px 14px; margin: 0 -16px; padding-left: 16px; padding-right: 16px; scrollbar-width: none;
}
body.ss-woo.single-product main .wp-block-woocommerce-product-collection ul.wc-block-product-template::-webkit-scrollbar { display: none; }
body.ss-woo.single-product main .wp-block-woocommerce-product-collection ul.wc-block-product-template > li { flex: 0 0 62%; scroll-snap-align: start; }

/* ---------- Cart ---------- */
body.ss-woo .wc-block-cart, body.ss-woo .wc-block-checkout { margin-top: 4px; }
body.ss-woo .wc-block-cart-items { display: block; border: 0; }
body.ss-woo .wc-block-cart-items thead { display: none; }
body.ss-woo .wc-block-cart-items tbody { display: flex; flex-direction: column; gap: 12px; }
/* Selectors are long on purpose: WooCommerce's own cart-row grid rules are quite specific. */
body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
  display: grid; grid-template-columns: 84px minmax(0, 1fr); grid-template-areas: none; column-gap: 14px; row-gap: 4px; align-items: start;
  background: #fff; border-radius: 18px; padding: 14px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow); position: relative;
}
body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td { display: block; padding: 0; border: 0; width: auto; min-width: 0; }
body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__image { grid-area: auto; grid-column: 1; grid-row: 1 / span 2; }
body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__image img { width: 84px; height: 84px; max-width: 100%; object-fit: cover; border-radius: 14px; background: var(--ss-bg); display: block; }
body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__product { grid-area: auto; grid-column: 2; grid-row: 1; }
body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__total { grid-area: auto; grid-column: 2; grid-row: 2; text-align: left; }
body.ss-woo .wc-block-cart .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 8px; }
body.ss-woo .wc-block-cart-item__total .wc-block-components-product-price { font-size: 17px; font-weight: 800; }
body.ss-woo .wc-block-components-product-name { font-size: 14.5px; font-weight: 700; line-height: 1.3; color: var(--ss-ink); text-decoration: none; display: block; overflow-wrap: anywhere; }
body.ss-woo .wc-block-cart-item__prices { font-size: 13px; color: var(--ss-muted); margin: 4px 0; }
body.ss-woo .wc-block-components-product-metadata { font-size: 12.5px; color: var(--ss-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.ss-woo .wc-block-cart-item__quantity { margin-top: 8px; display: flex; align-items: center; gap: 12px; }
body.ss-woo .wc-block-components-quantity-selector { border: 1.5px solid var(--ss-line); border-radius: 999px; background: #fff; box-shadow: none; }
body.ss-woo .wc-block-components-quantity-selector::after { display: none; }
body.ss-woo .wc-block-components-quantity-selector__input { border: 0; background: none; font-weight: 700; }
body.ss-woo .wc-block-components-quantity-selector__button { color: var(--ss-ink); opacity: 1; }
body.ss-woo .wc-block-cart-item__remove-link { color: var(--ss-muted); font-size: 12.5px; }
body.ss-woo .wc-block-cart__sidebar, body.ss-woo .wc-block-checkout__sidebar { margin-top: 16px; }
body.ss-woo .wp-block-woocommerce-cart-order-summary-block, body.ss-woo .wp-block-woocommerce-checkout-order-summary-block {
  background: #fff; border-radius: var(--ss-radius); padding: 6px 18px 12px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow);
}
body.ss-woo .wc-block-cart__totals-title, body.ss-woo .wc-block-components-checkout-order-summary__title { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ss-muted); padding: 14px 0 6px; }
body.ss-woo .wc-block-components-totals-footer-item .wc-block-components-totals-item__label { font-weight: 700; }
body.ss-woo .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-size: 22px; font-weight: 800; }
body.ss-woo .wc-block-components-totals-wrapper { border-color: var(--ss-line); }
body.ss-woo .wc-block-cart__submit { margin-top: 14px; }
body.ss-woo .wp-block-woocommerce-empty-cart-block { text-align: left; }
body.ss-woo .wp-block-woocommerce-empty-cart-block h2 { font-size: 22px; font-weight: 800; }

/* ---------- Checkout ---------- */
body.ss-woo .wc-block-components-checkout-step {
  background: #fff; border-radius: var(--ss-radius); padding: 18px 16px; margin: 0 0 12px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow);
}
body.ss-woo .wc-block-components-checkout-step__title { font-size: 17px; font-weight: 800; letter-spacing: -.005em; }
body.ss-woo .wc-block-components-checkout-step__description { color: var(--ss-muted); font-size: 13.5px; }
body.ss-woo .wc-block-checkout__order-notes.wc-block-components-checkout-step, body.ss-woo .wc-block-checkout__terms { box-shadow: none; background: none; border: 0; padding: 4px 4px 8px; }
body.ss-woo .wc-block-components-radio-control__option, body.ss-woo .wc-block-components-radio-control-accordion-option {
  border: 1.5px solid var(--ss-line); border-radius: 14px; background: #fff; box-shadow: none;
}
body.ss-woo .wc-block-components-radio-control__option-checked, body.ss-woo .wc-block-components-radio-control-accordion-option:has(input:checked) { border-color: var(--ss-accent); background: rgba(29,111,242,.05); }
body.ss-woo .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option-checked::after { border-color: var(--ss-accent); border-radius: 14px; }
body.ss-woo .wc-block-components-order-summary-item__image img { border-radius: 10px; }
body.ss-woo .wc-block-components-order-summary .wc-block-components-product-name { font-size: 13.5px; }
body.ss-woo .wc-block-checkout__actions { padding-top: 6px; }
body.ss-woo .wc-block-components-checkout-return-to-cart-button { color: var(--ss-muted); font-weight: 600; }
/* WooCommerce's field rules are specific; these match them so the fields pick up the rounded style. */
body.ss-woo main .wc-block-components-form .wc-block-components-text-input input[type],
body.ss-woo main .wc-block-components-form .wc-block-components-textarea,
body.ss-woo main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select,
body.ss-woo main .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.ss-woo main .wc-block-components-totals-coupon__input input[type] {
  border-radius: 14px; border: 1.5px solid var(--ss-line); background-color: #fff; box-shadow: none; color: var(--ss-ink);
}
body.ss-woo main .wc-block-components-form .wc-block-components-text-input input[type]:focus,
body.ss-woo main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select:focus,
body.ss-woo main .wc-block-components-form .wc-block-components-combobox .components-combobox-control__input:focus {
  border-color: var(--ss-accent); box-shadow: 0 0 0 4px rgba(29,111,242,.16); outline: none;
}
body.ss-woo main .wc-block-components-checkout-place-order-button.wc-block-components-button { min-height: 56px !important; border-radius: 14px; font-size: 16px; }
body.ss-woo main .wc-block-components-checkbox .wc-block-components-checkbox__mark { fill: #fff; }
body.ss-woo main .wc-block-components-checkbox input[type="checkbox"]:checked { background: var(--ss-accent); border-color: var(--ss-accent); }

/* ---------- My account ---------- */
body.ss-woo.woocommerce-account .woocommerce h2 { font-size: 20px; font-weight: 800; margin: 0 0 14px; }
body.ss-woo.woocommerce-account #customer_login { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
body.ss-woo.woocommerce-account #customer_login .col-1, body.ss-woo.woocommerce-account #customer_login .col-2 { width: auto; float: none; margin: 0; }
body.ss-woo.woocommerce-account #customer_login::before, body.ss-woo.woocommerce-account #customer_login::after,
body.ss-woo.logged-in.woocommerce-account .woocommerce::before, body.ss-woo.logged-in.woocommerce-account .woocommerce::after { display: none; content: none; }
body.ss-woo.woocommerce-account form.login, body.ss-woo.woocommerce-account form.register,
body.ss-woo.woocommerce-account form.lost_reset_password, body.ss-woo.woocommerce-account .woocommerce-EditAccountForm {
  background: #fff; border: 1px solid rgba(225,231,241,.7); border-radius: var(--ss-radius); padding: 22px 18px; box-shadow: var(--ss-shadow); margin: 0;
}
body.ss-woo.woocommerce-account .woocommerce form .form-row { margin: 0 0 14px; padding: 0; }
body.ss-woo.woocommerce-account .woocommerce form .form-row label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
body.ss-woo.woocommerce-account .woocommerce form .form-row .input-text { width: 100%; height: 52px; padding: 0 14px; border-radius: 14px; border: 1.5px solid var(--ss-line); background: #fff; box-shadow: none; }
body.ss-woo.woocommerce-account .woocommerce form .form-row .input-text:focus { border-color: var(--ss-accent); box-shadow: 0 0 0 4px rgba(29,111,242,.16); outline: none; }
body.ss-woo.woocommerce-account .wp-block-post-content.has-global-padding { padding-left: 0; padding-right: 0; }
body.ss-woo.woocommerce-account .wp-block-post-content > .woocommerce { max-width: 1100px !important; width: 100%; margin-left: auto !important; margin-right: auto !important; }
body.ss-woo main h1.wp-block-post-title, body.ss-woo main .hostinger-ai-page-title { max-width: 1100px; margin-left: auto !important; margin-right: auto !important; }
body.ss-woo.woocommerce-account .password-input { display: block; position: relative; }
body.ss-woo.woocommerce-account .show-password-input { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); background: none; border: 0; min-height: 0; padding: 6px; }
body.ss-woo.woocommerce-account .woocommerce-form-login__rememberme { display: inline-flex !important; align-items: center; gap: 8px; font-weight: 600 !important; margin: 4px 0 12px !important; }
body.ss-woo.woocommerce-account .woocommerce-form-login__submit, body.ss-woo.woocommerce-account .woocommerce-form-register__submit { width: 100%; min-height: 52px; display: flex; }
body.ss-woo.woocommerce-account .lost_password { margin: 14px 0 0; font-size: 14px; }
body.ss-woo.woocommerce-account .lost_password a { color: var(--ss-accent-ink); font-weight: 600; }
body.ss-woo.woocommerce-account .woocommerce-privacy-policy-text { font-size: 12.5px; color: var(--ss-muted); margin: 0 0 14px; }

/* Signed-in account */
body.ss-woo.logged-in.woocommerce-account .woocommerce { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
body.ss-woo.logged-in.woocommerce-account .woocommerce > * { min-width: 0; }
body.ss-woo.woocommerce-account .woocommerce-MyAccount-navigation, body.ss-woo.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }
body.ss-woo.woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; gap: 8px; margin: 0; padding: 2px 0; list-style: none; overflow-x: auto; scrollbar-width: none; }
body.ss-woo.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block; padding: 10px 16px; border-radius: 999px; background: #fff; border: 1.5px solid var(--ss-line); color: var(--ss-ink); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
body.ss-woo.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--ss-ink); border-color: var(--ss-ink); color: #fff; }
body.ss-woo.woocommerce-account .woocommerce-MyAccount-content { background: #fff; border-radius: var(--ss-radius); padding: 20px 18px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow); }
body.ss-woo.woocommerce-account .woocommerce-orders-table, body.ss-woo.woocommerce-account table.shop_table { border: 0; border-collapse: collapse; width: 100%; font-size: 14px; }
body.ss-woo.woocommerce-account table.shop_table th, body.ss-woo.woocommerce-account table.shop_table td { padding: 12px 8px; border: 0; border-bottom: 1px solid var(--ss-line); text-align: left; }
body.ss-woo.woocommerce-account table.shop_table th { color: var(--ss-muted); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }

/* ---------- Sticky buy bar (product pages, phones) ---------- */
.ssw-buy {
  position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom, 0px)); z-index: 60; display: flex; align-items: center; gap: 12px;
  padding: 10px 10px 10px 16px; background: color-mix(in srgb, #fff 94%, transparent); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid var(--ss-line, #E1E7F1); border-radius: 20px; box-shadow: 0 10px 30px rgba(23,32,42,.18);
  transform: translateY(140%); transition: transform .25s ease; font-family: inherit;
}
.ssw-buy.is-on { transform: translateY(0); }
.ssw-buy[hidden] { display: none; }
.ssw-buy__t { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.ssw-buy__name { font-size: 12px; font-weight: 600; color: #566173; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ssw-buy__price { font-size: 19px; font-weight: 800; color: #17202A; line-height: 1.15; }
.ssw-buy__btn { flex: none; min-height: 48px; padding: 0 22px; border: 0; border-radius: 14px; background: #1d6ff2; color: #fff; font: inherit; font-size: 14.5px; font-weight: 700; cursor: pointer; }
.ssw-buy__btn:active { transform: scale(.98); }

@media (min-width: 640px) {
  body.ss-woo main { padding-left: 24px; padding-right: 24px; }
  body.ss-woo main ul.wc-block-product-template { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  body.ss-woo.woocommerce-account #customer_login { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
  body.ss-woo.single-product main .wp-block-woocommerce-product-collection ul.wc-block-product-template > li { flex-basis: 34%; }
}
@media (min-width: 768px) {
  .ssw-buy { display: none; }
  body.ss-woo.single-product .woocommerce-Tabs-panel { padding: 28px 30px; }
  body.ss-woo .wc-block-components-checkout-step { padding: 22px 24px; }
}
@media (min-width: 900px) {
  body.ss-woo.single-product main > .wp-block-columns { gap: 44px; align-items: flex-start; }
  body.ss-woo.single-product main > .wp-block-columns > .wp-block-column:first-child { position: sticky; top: calc(var(--wp-admin--admin-bar--position-offset, 0px) + 20px); }
  body.ss-woo.logged-in.woocommerce-account .woocommerce { grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: start; }
  body.ss-woo.logged-in.woocommerce-account .woocommerce-notices-wrapper { grid-column: 1 / -1; }
  body.ss-woo.woocommerce-account .woocommerce-MyAccount-navigation ul { flex-direction: column; overflow: visible; background: #fff; border-radius: var(--ss-radius); padding: 10px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow); }
  body.ss-woo.woocommerce-account .woocommerce-MyAccount-navigation li a { border: 0; border-radius: 12px; }
  body.ss-woo.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: rgba(29,111,242,.10); color: var(--ss-accent-ink); }
  body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row { grid-template-columns: 104px minmax(0, 1fr) auto; }
  body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__image { grid-column: 1; grid-row: 1; }
  body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__product { grid-column: 2; grid-row: 1; }
  body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__total { grid-column: 3; grid-row: 1; text-align: right; }
  body.ss-woo .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__image img { width: 104px; height: 104px; }
  body.ss-woo .wc-block-cart .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper { justify-content: flex-end; flex-direction: column; align-items: flex-end; }
  body.ss-woo .wc-block-cart__sidebar, body.ss-woo .wc-block-checkout__sidebar { margin-top: 0; }
}
@media (min-width: 1024px) {
  body.ss-woo main ul.wc-block-product-template { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body.ss-woo.single-product main .wp-block-woocommerce-product-collection ul.wc-block-product-template { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; margin: 0; padding: 0; }
  body.ss-woo.single-product main .wp-block-woocommerce-product-collection ul.wc-block-product-template > li { flex: none; }
  body.ss-woo main ul.wc-block-product-template > li.wc-block-product:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(23,32,42,.06), 0 16px 34px rgba(23,32,42,.12); }
}
@media (prefers-reduced-motion: reduce) {
  body.ss-woo *, .ssw-buy { transition: none !important; animation: none !important; }
}

/* =====================================================================
   App chrome: matches the Shopping page (search bar, hero, steps, tabs)
   ===================================================================== */
body.ss-woo main { --ssw-gut: 16px; }
@media (min-width: 640px) { body.ss-woo main { --ssw-gut: 24px; } }

/* Sticky search bar */
.ssw-bar {
  position: sticky; top: var(--wp-admin--admin-bar--position-offset, 0px); z-index: 30; display: block; margin: 0 calc(-1 * var(--ssw-gut)) 6px;
  padding: 12px var(--ssw-gut) 10px; background: color-mix(in srgb, #F4F7FC 92%, transparent);
  -webkit-backdrop-filter: saturate(1.4) blur(12px); backdrop-filter: saturate(1.4) blur(12px);
}
.ssw-bar__in { position: relative; max-width: 1100px; margin: 0 auto; }
.ssw-bar__icon { position: absolute; top: 0; bottom: 0; left: 16px; display: grid; place-items: center; color: #566173; pointer-events: none; }
.ssw-bar__icon svg, .ssw-tabs svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ssw-bar__input {
  display: block; width: 100%; max-width: 1100px; margin: 0 auto; height: 50px; padding: 0 20px 0 48px; border: 1.5px solid #E1E7F1; border-radius: 999px; background: #fff;
  font: inherit; font-size: 15px; font-weight: 500; color: #17202A; box-shadow: 0 1px 2px rgba(23,32,42,.05), 0 6px 18px rgba(23,32,42,.06); appearance: none; -webkit-appearance: none;
}
.ssw-bar__input::-webkit-search-cancel-button { display: none; }
.ssw-bar__input::placeholder { color: #7a8494; }
.ssw-bar__input:focus { outline: none; border-color: #1d6ff2; box-shadow: 0 0 0 4px rgba(29,111,242,.16); }

/* Hero card (same look as the Shopping page) */
.ssw-hero {
  position: relative; overflow: hidden; isolation: isolate; max-width: 1100px; margin: 8px auto 16px; padding: 24px 22px; min-height: 120px;
  border-radius: 24px; background: #17202A; color: #fff; display: flex; flex-direction: column; justify-content: center;
}
body.ss-woo main .ssw-hero h1.wp-block-post-title, body.ss-woo main .ssw-hero h1 {
  color: #fff !important; margin: 0 !important; max-width: none; font-size: clamp(28px, 6vw, 42px); line-height: 1.05; position: relative; z-index: 2;
}
.ssw-hero__sub { position: relative; z-index: 2; margin: 8px 0 0; max-width: 17rem; font-size: 14.5px; color: #C9D3E3; }
.ssw-lens { position: absolute; z-index: 1; right: -58px; top: 50%; width: 170px; height: 170px; transform: translateY(-50%); pointer-events: none; }
.ssw-lens i { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid rgba(120,168,255,.30); }
.ssw-lens i:nth-child(2) { inset: 20px; border-color: rgba(120,168,255,.45); }
.ssw-lens i:nth-child(3) { inset: 40px; border-color: rgba(120,168,255,.70); background: radial-gradient(circle at 35% 30%, rgba(29,111,242,.55), rgba(29,111,242,.08) 70%); }
.ssw-lens b { position: absolute; left: 50%; top: 50%; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 6px rgba(255,255,255,.14), 0 0 26px 6px rgba(29,111,242,.8); }
@media (min-width: 640px) {
  .ssw-hero { padding: 32px 34px; min-height: 150px; } .ssw-hero__sub { max-width: 26rem; }
  .ssw-lens { right: -30px; width: 240px; height: 240px; } .ssw-lens i:nth-child(2) { inset: 28px; } .ssw-lens i:nth-child(3) { inset: 56px; }
}
@media (min-width: 1024px) { .ssw-hero { padding: 38px 48px; min-height: 170px; } .ssw-lens { right: 4%; width: 280px; height: 280px; } .ssw-lens i:nth-child(2) { inset: 34px; } .ssw-lens i:nth-child(3) { inset: 68px; } }

/* Progress: Cart > Checkout > Done */
.ssw-steps { display: flex; align-items: center; gap: 8px; list-style: none; margin: 0 auto 18px; padding: 0; max-width: 1100px; font-size: 13px; font-weight: 700; color: #7a8494; }
.ssw-steps li { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.ssw-steps li + li { flex: 1; }
.ssw-steps li + li::before { content: ""; flex: 1; height: 2px; border-radius: 2px; background: #E1E7F1; margin-right: 4px; min-width: 12px; }
.ssw-steps li > span:last-child { white-space: nowrap; }
.ssw-steps__n { flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: #E1E7F1; color: #566173; font-size: 12.5px; }
.ssw-steps li.is-on { color: #17202A; }
.ssw-steps li.is-on .ssw-steps__n { background: #1d6ff2; color: #fff; }
.ssw-steps li.is-done { color: #17202A; }
.ssw-steps li.is-done .ssw-steps__n { background: #17202A; color: #fff; }
.ssw-steps li.is-done + li::before { background: #17202A; }

/* Bottom tab bar (phones) */
.ssw-tabs {
  position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom, 0px)); z-index: 50; display: grid; grid-template-columns: repeat(4, 1fr); padding: 6px;
  background: color-mix(in srgb, #fff 92%, transparent); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid #E1E7F1; border-radius: 22px; box-shadow: 0 10px 30px rgba(23,32,42,.16); font-family: inherit;
}
.ssw-tabs a { position: relative; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 8px 0 6px; border-radius: 16px; font-size: 11px; font-weight: 700; color: #566173; text-decoration: none; }
.ssw-tabs a.is-on { color: #0f4fc0; background: rgba(29,111,242,.10); }
.ssw-count { position: absolute; top: 2px; right: calc(50% - 22px); min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: #1d6ff2; color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; line-height: 1; }
body.ssw-has-tabs main { padding-bottom: 104px; }
@media (min-width: 768px) { .ssw-tabs { display: none; } body.ssw-has-tabs main { padding-bottom: 0; } }

/* ---------- Product page: buy box, chips, help card ---------- */
body.ss-woo.single-product main > .wp-block-columns > .wp-block-column:last-child {
  background: #fff; border-radius: 24px; padding: 22px 20px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow);
}
.ssw-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.ssw-chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; line-height: 1.2; background: #F4F7FC; color: #17202A; border: 1px solid #E1E7F1; }
.ssw-chip--stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #1f9d57; }
.ssw-chip--out::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #9aa6b8; }
.ssw-chip--save { background: rgba(29,111,242,.10); border-color: rgba(29,111,242,.25); color: #0f4fc0; }
.ssw-help { margin: 4px 0 18px; padding: 16px; border-radius: 18px; background: #F4F7FC; border: 1px solid #E1E7F1; }
.ssw-help__t { margin: 0; font-size: 15px; font-weight: 800; }
.ssw-help__s { margin: 4px 0 12px; font-size: 13.5px; color: #566173; line-height: 1.5; }
.ssw-help__b { display: flex; flex-wrap: wrap; gap: 10px; }
.ssw-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 14px; font-size: 14px; font-weight: 700; text-decoration: none; flex: 1 1 140px; box-sizing: border-box; }
body.ss-woo main a.ssw-btn--solid { background: #1d6ff2; color: #fff; }
body.ss-woo main a.ssw-btn--line { background: #fff; color: #17202A; box-shadow: inset 0 0 0 1.5px #17202A; }
body.ss-woo.single-product .wp-block-woocommerce-product-price .wc-block-components-product-price { margin-bottom: 8px; }

/* ---------- Cart and checkout polish ---------- */
.ssw-continue { display: block; margin-top: 14px; text-align: center; font-size: 14px; font-weight: 700; color: #0f4fc0; text-decoration: none; }
.ssw-start { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px; margin: 10px 0 8px; border-radius: 14px; background: #1d6ff2; color: #fff; font-weight: 700; text-decoration: none; }
body.ss-woo .wp-block-woocommerce-empty-cart-block { background: #fff; border-radius: 24px; padding: 28px 22px; border: 1px solid rgba(225,231,241,.7); box-shadow: var(--ss-shadow); max-width: 1100px; margin: 0 auto; }
body.ss-woo.woocommerce-cart main .wp-block-woocommerce-cart, body.ss-woo.woocommerce-checkout main .wp-block-woocommerce-checkout { max-width: 1100px; margin-left: auto; margin-right: auto; }
@media (min-width: 900px) {
  body.ss-woo .wc-block-components-sidebar-layout .wc-block-components-sidebar { position: sticky; top: calc(var(--wp-admin--admin-bar--position-offset, 0px) + 16px); align-self: flex-start; }
  body.ss-woo.single-product main > .wp-block-columns > .wp-block-column:last-child { padding: 30px; }
}
/* Bottom bars sit above the site-wide tab bar on phones. */
@media (max-width: 767px) {
  body.sst-on .ssw-buy { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); z-index: 9980; }
  body.sst-on .wc-block-cart__submit-container--sticky { bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important; z-index: 9980; }
  body.sst-on.ssw-has-tabs main, body.sst-on main { padding-bottom: 0; }
}
/* WooCommerce pins the checkout button on phones; give that bar the app look. */
body.ss-woo .wc-block-cart__submit-container--sticky {
  background: color-mix(in srgb, #fff 94%, transparent); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-top: 1px solid #E1E7F1; box-shadow: 0 -8px 24px rgba(23,32,42,.10); padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
}
body.ss-woo .wc-block-cart__submit-container--sticky::before { display: none; }

/* =====================================================================
   Product description: sectioned, scannable (built by woo.js)
   ===================================================================== */
body.ss-woo.single-product .woocommerce-Tabs-panel--description { padding: 0; background: none; border: 0; box-shadow: none; }
body.ss-woo.single-product .woocommerce-Tabs-panel--description > .ssd-tabtitle { display: none; }
.ssd { display: grid; gap: 14px; }
.ssd-jump { display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 12px; scrollbar-width: none; }
.ssd-jump::-webkit-scrollbar { display: none; }
body.ss-woo .ssd-jump__a {
  flex: none; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1.5px solid #E1E7F1; color: #17202A;
  font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
body.ss-woo .ssd-jump__a:hover { border-color: #17202A; }
.ssd-sec { background: #fff; border-radius: 20px; padding: 22px 18px; border: 1px solid rgba(225,231,241,.7); box-shadow: 0 1px 2px rgba(23,32,42,.05), 0 6px 18px rgba(23,32,42,.06); scroll-margin-top: 90px; }
body.ss-woo.single-product .ssd .ssd-h2 { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; font-size: 19px; font-weight: 800; letter-spacing: -.01em; line-height: 1.25; }
body.ss-woo.single-product .ssd .ssd-h2::before { content: ""; flex: none; width: 5px; height: 22px; border-radius: 3px; background: #1d6ff2; }
.ssd-body > :first-child { margin-top: 0; }
.ssd-body p { margin: 0 0 12px; font-size: 15px; line-height: 1.7; color: #3a4556; }
.ssd-body p.ssd-lead { font-size: 16.5px; line-height: 1.65; color: #17202A; font-weight: 500; }
.ssd-body h3 { margin: 22px 0 10px; font-size: 15px; font-weight: 800; letter-spacing: .01em; color: #17202A; }
.ssd-body strong { color: #17202A; }
.ssd-body a { color: #0f4fc0; }

/* Key features */
.ssd-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
.ssd-checks li { display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px; border-radius: 12px; background: #F4F7FC; font-size: 14px; line-height: 1.45; font-weight: 600; color: #17202A; }
.ssd-tick { flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: #1d6ff2; display: grid; place-items: center; }
.ssd-tick svg { width: 13px; height: 13px; fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

/* Specifications */
.ssd-table { border: 1px solid #E1E7F1; border-radius: 14px; overflow: hidden; position: relative; }
.ssd-table table { display: table; width: 100%; margin: 0; border-collapse: collapse; font-size: 14px; }
.ssd-table th, .ssd-table td { padding: 11px 14px; border: 0; border-bottom: 1px solid #E1E7F1; text-align: left; vertical-align: top; }
.ssd-table tr:last-child td { border-bottom: 0; }
body.ss-woo .ssd .ssd-table thead th, body.ss-woo .ssd .ssd-table tr:first-child th { background: #17202A !important; color: #fff !important; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.ssd-table tbody tr:nth-child(even) td { background: #F8FAFD; }
.ssd-table tbody td:first-child { width: 40%; font-weight: 700; color: #17202A; }
.ssd-table.is-collapsed { max-height: 330px; }
.ssd-table.is-collapsed::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); pointer-events: none; }
body.ss-woo main button.ssd-more { margin-top: 12px; width: 100%; min-height: 46px; background: #fff; color: #17202A; box-shadow: inset 0 0 0 1.5px #17202A; }
.ssd-note { font-size: 13px !important; color: #566173 !important; margin-top: 12px !important; }

/* Why choose: numbered cards */
.ssd-cards { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.ssd-card { display: flex; gap: 14px; padding: 16px; border-radius: 16px; background: #F4F7FC; border: 1px solid #E1E7F1; }
.ssd-card__n { flex: none; width: 34px; height: 34px; border-radius: 12px; background: #17202A; color: #fff; display: grid; place-items: center; font-size: 14px; font-weight: 800; }
.ssd-card__t h3 { margin: 0 0 6px; font-size: 15px; }
.ssd-card__t p { margin: 0; font-size: 14px; line-height: 1.6; }

/* Ideal for: chips */
.ssd-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ssd-chips li { padding: 9px 15px; border-radius: 999px; background: rgba(29,111,242,.09); border: 1px solid rgba(29,111,242,.22); color: #0f4fc0; font-size: 13.5px; font-weight: 700; }
.ssd-list { padding-left: 1.2em; }

@media (min-width: 640px) {
  .ssd-sec { padding: 28px 28px; }
  .ssd-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ssd-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ssd-table.is-collapsed { max-height: 420px; }
}
@media (min-width: 1024px) { .ssd-checks { grid-template-columns: repeat(3, minmax(0, 1fr)); } .ssd-table.is-collapsed { max-height: none; } .ssd-table.is-collapsed::after, body.ss-woo main button.ssd-more { display: none; } }
