/*
Theme Name: Ongedierteproducten
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description:
Version: 1.0
*/

@import url("./root.css");



/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}

body {
  font-family: var(--font-base);
}

.sw-site-header,
.sw-site-header * {
  box-sizing: border-box;
}

.sw-site-header {
  position: relative;
  z-index: 110;
  font-family: var(--font-base);
  color: var(--text);
}

body.has-header-nav-overlay::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.28);
  pointer-events: none;
  z-index: 100;
}

.sw-header-shell {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  padding: 0 24px;
}

.sw-header-trust-bar {
  background: var(--navy);
}

.sw-header-trust-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.sw-header-trust-list,
.sw-header-trust-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.sw-header-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.62);
}

.sw-header-trust-item i {
  color: var(--primary);
}

.sw-header-trust-item strong {
  color: #ffffff;
  font-weight: 700;
}

.sw-header-main {
  background: var(--primary);
  border-bottom: 1px solid #e8eef2;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.sw-header-main-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sw-header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.sw-header-logo-image {
  display: block;
  width: auto;
  max-width: 220px;
  height: 40px;
}

.sw-header-search-form {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 420px;
  min-width: 0;
}

.sw-header-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

.sw-header-search-input {
  width: 100%;
  height: 46px;
  padding: 0 18px 0 46px;
  border: 1px solid #dbe5ec;
  border-radius: 12px;
  background: #ffffff;
  color: var(--text);
  font-size: 14px;
  line-height: 1;
}

.sw-header-search-input::placeholder {
  color: #94a3b8;
}

.sw-header-search-input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(67, 188, 232, 0.16);
}

.sw-search-overlay-root {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.sw-search-overlay-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 34, 51, 0.42);
  cursor: pointer;
}

.sw-search-overlay-panel {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  padding: 132px 24px 28px;
}

.sw-search-overlay-content {
  width: min(1320px, calc(100vw - 48px));
  margin: 0 auto;
}

.sw-search-overlay-page {
  padding: 28px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(10, 34, 51, 0.2);
}

.sw-search-overlay-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.sw-search-overlay-sidebar {
  width: 292px;
  flex: 0 0 292px;
}

.sw-search-overlay-sidebar-card {
  position: sticky;
  top: 0;
  padding: 24px;
  border: 1px solid #dbeaf3;
  border-radius: 24px;
  background: #f8fbfd;
}

.sw-search-overlay-filter-head,
.sw-search-overlay-toolbar,
.sw-search-overlay-toolbar-actions,
.sw-search-overlay-price-values,
.sw-search-overlay-category-control,
.sw-search-overlay-view-toggle {
  display: flex;
  align-items: center;
}

.sw-search-overlay-filter-head,
.sw-search-overlay-toolbar {
  justify-content: space-between;
}

.sw-search-overlay-toolbar-actions {
  justify-content: flex-end;
  gap: 12px;
}

.sw-search-overlay-filter-head {
  gap: 16px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}

.sw-search-overlay-reset,
.sw-search-overlay-close,
.sw-search-overlay-view-toggle button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sw-search-overlay-reset {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}

.sw-search-overlay-filter-group + .sw-search-overlay-filter-group {
  margin-top: 22px;
}

.sw-search-overlay-filter-title {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
}

.sw-search-overlay-price-values {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #526273;
}

.sw-search-overlay-range {
  width: 100%;
}

.sw-search-overlay-category-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sw-search-overlay-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--text);
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
}

.sw-search-overlay-category-item:hover {
  background: rgba(0, 132, 192, 0.06);
}

.sw-search-overlay-category-item:has(input[type="checkbox"]:checked) {
  background: rgba(67, 188, 232, 0.08);
  border-color: rgba(67, 188, 232, 0.18);
}

.sw-search-overlay-category-control {
  gap: 8px;
  min-width: 0;
}

.sw-search-overlay-category-control input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 16px;
  position: relative;
  border: 1px solid #9fb2c3;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
}

.sw-search-overlay-category-control input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -58%) rotate(45deg);
  opacity: 0;
}

.sw-search-overlay-category-control input[type="checkbox"]:checked {
  background: var(--primary);
  border-color: var(--primary);
}

.sw-search-overlay-category-control input[type="checkbox"]:checked::after {
  opacity: 1;
}

.sw-search-overlay-category-name {
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
}

.sw-search-overlay-category-count {
  flex-shrink: 0;
  font-size: 13px;
  color: #7a8795;
}

.sw-search-overlay-category-item-depth-1 {
  padding-left: 18px;
}

.sw-search-overlay-category-item-depth-2 {
  padding-left: 28px;
}

.sw-search-overlay-category-item-depth-3,
.sw-search-overlay-category-item-depth-4 {
  padding-left: 38px;
}

.sw-search-overlay-main {
  flex: 1 1 auto;
  min-width: 0;
}

.sw-search-overlay-toolbar {
  gap: 16px;
  margin-bottom: 18px;
}

.sw-search-overlay-toolbar-copy h2 {
  display: inline;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
}

.sw-search-overlay-toolbar-copy .count {
  margin-left: 10px;
  font-size: 13px;
  color: #7a8795;
}

.sw-search-overlay-match-note {
  margin-top: 8px;
  font-size: 13px;
  color: #637381;
}

.sw-search-overlay-view-toggle {
  gap: 4px;
  padding: 4px;
  border: 1px solid #dbe7ef;
  border-radius: 999px;
  background: #f7fafc;
}

.sw-search-overlay-view-toggle button,
.sw-search-overlay-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--navy);
  background: #f3f8fb;
}

.sw-search-overlay-view-toggle button {
  width: 40px;
  height: 36px;
  border-radius: 999px;
  background: transparent;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.sw-search-overlay-view-toggle button.is-active {
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.sw-search-overlay-view-toggle button:focus {
  outline: none;
}

.sw-search-overlay-empty-state {
  padding: 44px 28px;
  border: 1px dashed #dbe7ef;
  border-radius: 24px;
  background: #ffffff;
  text-align: center;
}

.sw-search-overlay-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eef7fb;
  color: var(--color-primary);
  font-size: 22px;
}

.sw-search-overlay-empty-state h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
}

.sw-search-overlay-empty-state p,
.sw-search-overlay-filter-empty {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.sw-header-rating {
  flex: 0 0 auto;
  text-align: center;
  line-height: 1.25;
}

.sw-header-rating-label {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
}

.tax_label {
  display: none;
}

.sw-header-rating-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 1px;
}

.sw-header-rating-count {
  font-size: 10px;
  color: #9ca3af;
}

.sw-header-btw-toggle {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
}

.sw-header-btw-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  background: #ffffff;
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.sw-header-btw-toggle a.is-active {
  background: var(--orange);
  color: #ffffff;
}

.sw-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.sw-header-icon-button,
.sw-header-actions .sw-cart-trigger {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #ffffff;
  color: var(--text);
  position: relative;
  cursor: pointer;
}

.sw-header-icon-button:hover {
  color: var(--text);
}

.sw-header-icon-button i,
.sw-header-actions .sw-cart-trigger .sw-cart-trigger-icon {
  font-size: 20px;
}

.sw-cart-trigger:focus {
  outline: none;
}

.sw-header-actions .sw-cart-trigger {
  pointer-events: auto;
}

.sw-header-actions .sw-cart-trigger .sw-cart-trigger-count {
  top: -5px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 1;
}

.sw-header-nav {
  background: #ffffff;
  border-bottom: 1px solid #e8eef2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.sw-header-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sw-header-nav-menu {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0;
}

.sw-header-nav-menu > li {
  position: relative;
  flex: 0 0 auto;
}

.sw-header-nav-menu > li.sw-menu-item-has-mega-menu {
  position: static;
}

.sw-header-nav-menu > li > a {
  height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 2.5px solid transparent;
  text-decoration: none;
}

.sw-header-nav-menu > li.current-menu-item > a,
.sw-header-nav-menu > li.current-menu-ancestor > a,
.sw-header-nav-menu > li:hover > a {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.sw-header-nav-menu > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: 7px;
  opacity: 0.6;
}

.sw-header-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding: 12px 0;
  background: #ffffff;
  border-top: 3px solid var(--primary);
  border-bottom: 1px solid #e8eef2;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
  z-index: 120;
}

.sw-header-nav-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sw-header-nav-menu .sub-menu li {
  position: relative;
}

.sw-header-nav-menu .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}

.sw-header-nav-menu > li > a:hover,
.sw-header-nav-menu > li > a:focus,
.sw-header-nav-menu > li > a:focus-visible,
.sw-header-nav-menu .sub-menu a:hover,
.sw-header-nav-menu .sub-menu a:focus,
.sw-header-nav-menu .sub-menu a:focus-visible,
.sw-header-mega-menu-link:hover,
.sw-header-mega-menu-link:focus,
.sw-header-mega-menu-link:focus-visible,
.sw-header-mega-menu-help-tile:hover,
.sw-header-mega-menu-help-tile:focus,
.sw-header-mega-menu-help-tile:focus-visible,
.sw-header-mega-menu-product:hover,
.sw-header-mega-menu-product:focus,
.sw-header-mega-menu-product:focus-visible,
.sw-header-choice-link:hover,
.sw-header-choice-link:focus,
.sw-header-choice-link:focus-visible {
  text-decoration: none;
}

.sw-header-nav-menu .sub-menu li:hover > a,
.sw-header-nav-menu .sub-menu li.current-menu-item > a,
.sw-header-nav-menu .sub-menu li.current-menu-ancestor > a {
  background: #f7fbfd;
  color: var(--primary);
}

.sw-header-nav-menu .sub-menu .sub-menu {
  top: -12px;
  left: 100%;
}

.sw-header-nav-menu > li.sw-menu-item-has-mega-menu > .sub-menu {
  display: none !important;
}

.sw-header-mega-menu {
  position: absolute;
  top: calc(100% - 0);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 130;
}

.sw-header-mega-menu::before {
  content: "";
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease;
}

.sw-header-nav-menu > li.sw-menu-item-has-mega-menu:hover > .sw-header-mega-menu,
.sw-header-nav-menu > li.sw-menu-item-has-mega-menu:focus-within > .sw-header-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.sw-header-nav-menu > li.sw-menu-item-has-mega-menu:hover > .sw-header-mega-menu::before,
.sw-header-nav-menu > li.sw-menu-item-has-mega-menu:focus-within > .sw-header-mega-menu::before {
  opacity: 1;
}

.sw-header-mega-menu-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  background: #fff;
  border: 1px solid #dfeaf1;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, .12);
  overflow: hidden;
}

.sw-header-mega-menu-panel.has-no-products {
  grid-template-columns: minmax(280px, 320px);
}

.sw-header-mega-menu-sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-right: 1px solid #e8eef2;
}

.sw-header-mega-menu-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 22px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #eef4f7;
  text-decoration: none;
}

.sw-header-mega-menu-link:hover {
  background: #f7fbfd;
  color: var(--orange);
}

.sw-header-mega-menu-link-arrow {
  color: var(--orange);
  font-size: 15px;
}

.sw-header-mega-menu-help-tile {
  margin-top: auto;
  min-height: 58px;
  padding: 0 22px;
  background: #14c526;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sw-header-mega-menu-help-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.sw-header-mega-menu-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.sw-header-mega-menu-product {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid #eef4f7;
  text-decoration: none;
}

.sw-header-mega-menu-product:last-child {
  border-right: 0;
}

.sw-header-mega-menu-product-media {
  position: relative;
  height: 230px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eef4f7;
  background: #fff;
}

.sw-header-mega-menu-product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sw-header-mega-menu-product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.sw-header-mega-menu-product-badge.is-sale {
  background: var(--orange);
}

.sw-header-mega-menu-product-badge.is-featured {
  background: #12b82f;
}

.sw-header-megamenu-product-title-row {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px 18px;
}

.sw-header-mega-menu-product-title {
  min-width: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.sw-header-mega-menu-product-arrow {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 18px;
}

.sw-header-mega-menu-product:hover {
  background: #fcfefe;
}

.sw-header-mega-menu-product:hover .sw-header-mega-menu-product-title {
  color: var(--navy);
}

.sw-header-choice-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--button-min-height);
  padding: 0 var(--button-padding-inline);
  border-radius: var(--button-radius);
  background: var(--color-accent);
  color: #ffffff !important;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  white-space: nowrap;
  text-decoration: none;
}

.sw-header-choice-link:hover {
  color: #ffffff;
  opacity: 0.92;
}

@media (max-width: 768px) {
  body.has-header-nav-overlay::before {
    display: none;
  }

  .sw-header-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sw-header-trust-inner,
  .sw-header-main-inner,
  .sw-header-nav-inner {
    flex-wrap: wrap;
  }

  .sw-header-rating,
  .sw-header-btw-toggle {
    display: none;
  }

  .sw-header-logo-image {
    max-width: 180px;
    height: 34px;
  }

  .sw-header-search-form {
    order: 10;
    width: 100%;
    flex-basis: 100%;
  }

  .sw-search-overlay-panel {
    padding: 124px 14px 20px;
  }

  .sw-search-overlay-page {
    padding: 18px;
    border-radius: 22px;
  }

  .sw-search-overlay-layout {
    flex-direction: column;
  }

  .sw-search-overlay-sidebar {
    width: 100%;
    position: static;
  }

  .sw-search-overlay-sidebar-card {
    padding: 18px;
    border-radius: 18px;
  }

  .sw-search-overlay-toolbar,
  .sw-search-overlay-toolbar-actions {
    align-items: flex-start;
  }

  .sw-search-overlay-toolbar {
    flex-direction: column;
  }

  .sw-search-overlay-toolbar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .sw-search-overlay-view-toggle {
    order: 2;
  }

  .sw-search-overlay-close {
    margin-left: auto;
  }

  .sw-search-overlay-page .product-grid.sw-search-overlay-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }

  .sw-search-overlay-page .product-grid.sw-search-overlay-grid.is-list-view {
    display: flex;
    flex-direction: column;
  }

  .sw-search-overlay-grid.is-list-view .product-card {
    flex-direction: column;
    min-height: 0;
  }

  .sw-search-overlay-grid.is-list-view .product-thumb {
    width: auto;
    flex-basis: auto;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid #edf3f8;
  }

  .sw-search-overlay-grid.is-list-view .product-img {
    height: 180px;
  }

  .sw-header-nav-inner {
    gap: 10px;
  }

  .sw-header-nav-menu {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .sw-header-nav-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sw-header-nav-menu .sub-menu {
    display: none;
  }

  .sw-header-mega-menu {
    display: none !important;
  }

  .sw-header-choice-link {
    min-height: 34px;
    padding: 0 14px;
  }
}

:root {
  --primary: #43bce8;
  --orange: #ff6900;
  --navy: #0a2233;
  --text: #111827;
  --muted: #6b7280;
  --border: #e5e7eb;
  --bg: #f9fafb;
  --container-width: 1400px;
}

body.tax-product_cat,
body.post-type-archive-product {
  font-family: var(--font-base);
  background: #f7fbfd;
  color: #111827;
  font-size: 14px;
  line-height: 1.5;
}

.sw-category-page,
.sw-category-page * {
  box-sizing: border-box;
}

.sw-category-page a {
  color: inherit;
  text-decoration: none;
}

.sw-category-page img {
  display: block;
  max-width: 100%;
}

.sw-category-page button,
.sw-category-page select {
  font-family: inherit;
}

.sw-category-topbar {
  background: var(--navy);
  padding: 7px 32px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}

.sw-category-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sw-category-topbar-item i {
  color: var(--primary);
}

.sw-category-topbar-item strong {
  color: #fff;
  font-weight: 600;
}

.sw-category-navbar {
  background: #fff;
  border-bottom: 1px solid #dde8ee;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 52px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  overflow-x: auto;
}

.sw-category-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
  flex-shrink: 0;
}

.sw-category-logo-mark {
  width: 30px;
  height: 30px;
  background: var(--primary);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
}

.sw-category-logo-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: var(--navy);
  white-space: nowrap;
}

.sw-category-nav-link {
  padding: 0 12px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  border-bottom: 2.5px solid transparent;
  white-space: nowrap;
}

.sw-category-nav-link.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  font-weight: 600;
}

.sw-category-hero {
  /* background: var(--primary); */
  background: white;
  padding: 60px 0;
}

.sw-category-hero-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 32px;
  align-items: center;
}

.sw-category-hero-copy {
  flex: 1;
  min-width: 0;
}

.sw-category-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 16px;
  color: var(--text);
}

.sw-category-breadcrumb a {
 color: var(--text);
}

.sw-category-breadcrumb a.current {
  color: var(--text);
  font-weight: 600;
}

.sw-category-breadcrumb .sep {
  color: var(--text);
}

.sw-category-hero h1 {
  font-size: 30px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -.3px;
}

.sw-category-description,
.sw-category-description p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
}

.sw-category-description {
  max-width: 80%;
}

.sw-category-description p + p {
  margin-top: 8px;
}

.sw-category-hero-visual {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  background: rgba(255,255,255,.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sw-category-hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sw-category-page-body {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 28px 0 60px;
}

.sw-category-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.sw-category-sidebar {
  width: 338px;
  flex-shrink: 0;
  position: sticky;
  top: 24px;
  align-self: flex-start;
}

.sw-category-filter-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--primary);
  border: none;
  border-radius: 10px 10px 0 0;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
  color: white;
}

.sw-category-filter-header:focus,
.sw-category-filter-header:focus-visible {
  outline: none;
  box-shadow: none;
}

.sw-category-filter-header[aria-expanded="false"] {
  border-radius: 10px;
}

.sw-category-filter-header span:first-child {
  font-weight: 600;
  font-size: 17px;
}

.sw-category-filter-icon {
  font-size: 14px;
  color: var var(--text);
  transition: transform .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sw-category-filter-icon.open {
  transform: rotate(180deg);
}

.sw-category-filter-list {
  overflow: hidden;
}

.sw-category-filter-item,
.sw-category-filter-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 16px;
  color: #374151;
  border-bottom: 1px solid #f0f4f6;
  transition: background .1s ease;
}

.sw-category-filter-item:last-child,
.sw-category-filter-empty:last-child {
  border-bottom: none;
}

.sw-category-filter-item:hover {
  background: #f0f9fd;
}

.sw-category-filter-item.is-branch {
  color: var(--navy);
  font-weight: 600;
}

.sw-category-filter-item.active {
  color: var(--orange);
  font-weight: 500;
}

.sw-category-filter-label {
  flex: 1;
  min-width: 0;
}

.sw-category-filter-arrow {
  color: var(--orange);
  font-size: 14px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sw-category-filter-item.active .sw-category-filter-arrow {
  color: var(--orange);
}

.sw-category-filter-node-depth-1 > .sw-category-filter-item {
  padding-left: 38px;
  font-size: 15px;
}

.sw-category-filter-node-depth-2 > .sw-category-filter-item {
  padding-left: 54px;
  font-size: 14px;
}

.sw-category-filter-node-depth-3 > .sw-category-filter-item {
  padding-left: 70px;
  font-size: 14px;
}

.sw-category-help-box {
  margin-top: 100px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #cce8f5;
  padding: 20px;
}

.sw-category-help-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.sw-category-help-box p {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 16px;
  line-height: 1.5;
}

.sw-category-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 1.5px solid var(--primary);
  border-radius: 10px;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  background: #fff;
}

.sw-category-help-btn:hover {
  background: rgba(67,188,232,.06);
}

.sw-category-main {
  flex: 1;
  min-width: 0;
}

.sw-category-main .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.sw-category-main .woocommerce-error,
.sw-category-main .woocommerce-info,
.sw-category-main .woocommerce-message {
  background: #fff;
  border: 1px solid #cce8f5;
  border-radius: 10px;
  padding: 12px 16px;
  color: #334155;
  margin-bottom: 12px;
}

.sw-cart-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 320px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  border: 1px solid #bfe5cb;
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .14);
  color: #0f172a;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(10px);
}

.sw-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sw-cart-toast-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e9f8ef;
  color: #16a34a;
  font-size: 14px;
}

.sw-cart-toast-message {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.sw-cart-toast-close {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.sw-cart-toast-close:hover {
  background: #f8fafc;
  color: #0f172a;
}

.sw-category-choice-box {
  background: #fff;
  border: 1.5px solid var(--orange);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 10px rgba(67,188,232,.1);
}

.sw-category-choice-icon {
  font-size: 34px;
  flex-shrink: 0;
}

.sw-category-choice-copy {
  flex: 1;
  min-width: 0;
}

.sw-category-choice-copy h3 {
  font-weight: 700;
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 3px;
}

.sw-category-choice-copy p {
  font-size: 13px;
  color: #6b7280;
}

.sw-category-choice-btn {
  background: var(--orange);
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.sw-category-choice-btn:hover,
.product-card .product-footer .product-add-btn:hover,
.product-card .product-card-cart .product-add-btn:hover {
  opacity: .88;
}

.sw-category-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.sw-category-products-head h2 {
  display: inline;
  font-size: 24px;
  font-weight: 600;
  color: var(--navy);
}

.sw-category-products-head .count {
  font-size: 12px;
  color: #9ca3af;
  margin-left: 10px;
}

.sw-category-sort-select {
  border: 1px solid #cce8f5;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  color: #374151;
  background: #fff;
  cursor: pointer;
}

.product-grid.sw-search-overlay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sw-search-overlay-grid .sw-search-overlay-product-description {
  display: none;
}

.sw-search-overlay-page .product-grid.sw-search-overlay-grid.is-list-view {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sw-search-overlay-page .product-grid.sw-search-overlay-grid.is-list-view > * {
  width: 100%;
}

.sw-search-overlay-grid.is-list-view .product-card {
  flex-direction: row;
  align-items: stretch;
  min-height: 240px;
}

.sw-search-overlay-grid.is-list-view .product-thumb {
  width: 240px;
  height: auto;
  flex: 0 0 240px;
  padding: 24px;
  border-right: 1px solid #edf3f8;
  border-bottom: 0;
}

.sw-search-overlay-grid.is-list-view .product-img {
  width: 100%;
  height: 190px;
}

.sw-search-overlay-grid.is-list-view .product-body {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 22px;
  gap: 14px;
}

.sw-search-overlay-grid.is-list-view .product-name {
  order: 1;
  font-size: 24px;
}

.sw-search-overlay-grid.is-list-view .product-price-wrap {
  order: 2;
}

.sw-search-overlay-grid.is-list-view .sw-search-overlay-product-description {
  order: 3;
  display: block;
  margin: 0;
  color: #51606f;
  font-size: 15px;
  line-height: 1.65;
}

.sw-search-overlay-grid.is-list-view .product-delivery {
  order: 5;
  margin-top: 0;
}

.sw-search-overlay-grid.is-list-view .sw-search-overlay-detail-action {
  display: flex;
  order: 4;
  margin-top: 2px;
}

.sw-search-overlay-detail-action {
  align-items: center;
  display: none;
}

.sw-search-overlay-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

button:focus {
  outline: none;
}

.sw-search-overlay-detail-link:hover {
  text-decoration: underline;
}

.sw-search-overlay-detail-link::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.sw-search-overlay-grid.is-list-view .product-footer {
  order: 6;
  margin-top: auto;
}

.sw-category-page .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #daeef8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  transition: box-shadow .15s ease, border-color .15s ease;
}

.sw-category-page .product-card:hover {
  border-color: #c2deef;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .10);
}

.sw-category-page .product-thumb {
  position: relative;
  height: 300px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  border-bottom: 1px solid #edf3f8;
}

.sw-category-page .product-img {
  width: min(100%, 260px);
  height: 220px;
  border-radius: 18px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  padding: 0;
}

.sw-category-page .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sw-category-page .product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
}

.sw-category-page .product-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sw-category-page .product-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  color: var(--navy);
}

.sw-category-page .product-name a {
  color: inherit;
}

.archive .product-grid {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 12px;
}

.sw-category-page .product-price-wrap {
  display: flex;
  align-items: baseline;
}

.sw-category-page .product-delivery {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #00b900;
  padding-top: 2px;
}

.sw-category-page .product-delivery i {
  color: #00b900;
  font-size: 15px;
}

.sw-category-page .product-footer {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-top: 0;
  justify-content: space-between;
}

.sw-category-page .product-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.sw-category-page .product-price del {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}

.sw-category-page .product-price ins {
  color: var(--text);
  text-decoration: none;
}

.sw-category-page .product-price .amount,
.sw-category-page .product-price .woocommerce-Price-amount {
  white-space: nowrap;
}

.sw-category-page .product-benefits {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e7edf4;
}

.sw-category-page .product-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
  border-bottom: 1px solid #e7edf4;
}

.sw-category-page .product-benefit-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--primary);
  background: #eef9fd;
  font-size: 13px;
  font-weight: 700;
  flex: 0 0 24px;
}

.product-card .product-card-cart {
  width: 100%;
}

.product-card .product-card-cart .qty-control {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  flex-grow: 0;
}

.product-card .product-card-cart .qty-btn {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--muted);
  border: none;
  background: #fff;
  flex-shrink: 0;
  transition: background .15s;
}

.product-card .product-card-cart .qty-control .qty-btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.product-card .product-card-cart .qty-control .qty-btn:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product-card .product-card-cart .qty-btn:hover {
  background: var(--bg);
}

.product-card .product-card-cart .qty-val {
  width: 40px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.product-card .product-card-cart .qty-display {
  position: relative;
  z-index: 1;
  color: var(--text);
  pointer-events: none;
}

.product-card .product-card-cart .qty-val input.qty {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  color: transparent;
  caret-color: transparent;
  opacity: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-card .product-card-cart .qty-val input.qty::-webkit-inner-spin-button,
.product-card .product-card-cart .qty-val input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-card .product-footer > .product-add-btn,
.product-card .product-card-cart .product-add-btn {
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 108px;
  min-width: 108px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  flex: 0 0 108px;
}

.product-card .product-add-btn .fa {
  font-size: 20px;
}

.product-card .product-add-btn .add-btn-loader {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  display: none;
  flex-shrink: 0;
  animation: sw-add-to-cart-spin .7s linear infinite;
}

.product-card .product-add-btn.is-loading {
  pointer-events: none;
}

.product-card .product-add-btn.is-loading .add-btn-loader {
  display: inline-flex;
}

.product-card .product-add-btn.is-loading .fa {
  display: none;
}

.product-card .product-footer .product-add-btn--link {
  margin-left: auto;
}

@media (max-width: 768px) {
  .sw-category-page .product-thumb {
    height: 260px;
    padding: 20px;
  }

  .sw-category-page .product-img {
    height: 180px;
  }

  .sw-category-page .product-body {
    padding: 20px;
    gap: 16px;
  }

  .sw-category-page .product-name {
    font-size: 18px;
  }

  .sw-category-page .product-price {
    font-size: 20px;
  }

  .sw-category-page .product-benefit {
    font-size: 14px;
  }

  .sw-category-page .product-delivery {
    font-size: 14px;
  }

  .sw-category-page .product-footer {
    gap: 14px;
  }

  .product-card .product-footer > .product-add-btn,
  .product-card .product-card-cart .product-add-btn {
    width: 108px;
    min-width: 108px;
    flex-basis: 108px;
  }
}

.sw-category-empty {
  padding: 22px 24px;
  border: 1px solid #cce8f5;
  border-radius: 12px;
  background: #fff;
  color: #475569;
}

.sw-category-page .woocommerce-pagination {
  margin-top: 28px;
}

.sw-category-page .woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sw-category-page .woocommerce-pagination .page-numbers li {
  list-style: none;
}

.sw-category-page .woocommerce-pagination a,
.sw-category-page .woocommerce-pagination span {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #cce8f5;
  background: #fff;
  color: #334155;
  font-weight: 600;
}

.sw-category-page .woocommerce-pagination .current {
  border-color: var(--primary);
  background: rgba(67,188,232,.12);
  color: var(--primary);
}

@media (max-width: 900px) {
  .sw-category-page .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sw-category-layout {
    flex-direction: column;
  }

  .sw-category-sidebar {
    width: 100%;
    position: static;
    top: auto;
  }

  .sw-category-hero-visual {
    display: none;
  }
}

@media (max-width: 768px) {
  .sw-cart-toast {
    top: auto;
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
    min-width: 0;
    padding: 14px 16px;
  }

  .sw-category-topbar {
    padding: 7px 16px;
    gap: 12px;
  }

  .sw-category-navbar {
    padding: 0 16px;
  }

  .sw-category-hero {
    padding: 24px 0 28px;
  }

  .sw-category-hero-inner,
  .sw-category-page-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sw-category-hero h1 {
    font-size: 26px;
  }

  .sw-category-choice-box,
  .sw-category-products-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .sw-category-sort-form,
  .sw-category-sort-select {
    width: 100%;
  }

  .sw-category-page .product-grid {
    grid-template-columns: 1fr;
  }

  .sw-category-filter-list {
    display: none;
  }

  .sw-category-filter-header {
    border-radius: 10px;
  }

  .sw-category-filter-header span:first-child {
    font-size: 16px;
  }

  .sw-category-filter-item,
  .sw-category-filter-empty {
    padding: 15px 18px;
    font-size: 15px;
  }
}

body.single-product,
body.single-product *,
body.single-product *::before,
body.single-product *::after {
  box-sizing: border-box;
}

body.single-product {
  font-family: var(--font-base);
  color: var(--text);
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 85px;
}

body.single-product a { color: inherit; text-decoration: none; }
body.single-product img { display: block; max-width: 100%; }
body.single-product button { font-family: inherit; cursor: pointer; border: none; background: none; }

body.single-product .topbar {
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  padding: 7px 0;
}

body.single-product .topbar .inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

body.single-product .topbar .badges { display: flex; gap: 20px; flex-wrap: wrap; }
body.single-product .topbar .badge { display: flex; align-items: center; gap: 6px; }

body.single-product .header {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

body.single-product .header .inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

body.single-product .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-right: 8px;
}

body.single-product .logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product .logo-text {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}

body.single-product .searchbar {
  flex: 1;
  display: flex;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

body.single-product .searchbar input {
  flex: 1;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 14px;
  border: none;
  outline: none;
  color: var(--text);
}

body.single-product .searchbar button {
  background: var(--orange);
  color: #fff;
  padding: 0 16px;
  font-size: 16px;
}

body.single-product .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 8px;
}

body.single-product .btw-toggle {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
}

body.single-product .btw-toggle button {
  padding: 8px 12px;
  transition: background .15s, color .15s;
}

body.single-product .btw-toggle button.active-incl { background: var(--primary); color: #fff; }
body.single-product .btw-toggle button.active-excl { background: var(--orange); color: #fff; }
body.single-product .btw-toggle button:not(.active-incl):not(.active-excl) { background: #fff; color: var(--text); }

body.single-product .icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: var(--muted);
  font-size: 11px;
  padding: 4px 8px;
  position: relative;
}

body.single-product .icon-btn svg { width: 20px; height: 20px; }

body.single-product .cart-badge {
  position: absolute;
  top: 0;
  right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

body.single-product .cat-nav {
  background: var(--primary);
}

body.single-product .cat-nav ul {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  list-style: none;
  gap: 0;
  overflow-x: auto;
}

body.single-product .cat-nav a {
  display: block;
  padding: 12px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: background .15s;
}

body.single-product .cat-nav a:hover { background: rgba(255,255,255,.15); color: #fff; }
body.single-product .cat-nav a.active { color: #fff; font-weight: 700; border-bottom: 2px solid #fff; }

body.single-product .breadcrumb {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
  background: white !important;
}

body.single-product .breadcrumb a:hover { color: var(--text); }
body.single-product .breadcrumb .sep { color: #d1d5db; }
body.single-product .breadcrumb .current { color: var(--text); font-weight: 500; }

body.single-product .pdp-main {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px 64px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

body.single-product .product-image-col {
  width: 440px;
  flex-shrink: 0;
  position: sticky;
  top: 24px;
}

body.single-product .product-image-wrap {
  position: relative;
  overflow: visible;
}

body.single-product .staffel-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 99px;
}

body.single-product .product-emoji { font-size: 100px; line-height: 1; }

body.single-product .product-image-wrap .woocommerce-product-gallery {
  width: 100%;
}

body.single-product .product-image-wrap .woocommerce-product-gallery__wrapper {
  transition: none;
}

body.single-product .product-image-wrap .flex-viewport {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  aspect-ratio: 1;
}

body.single-product .product-image-wrap .woocommerce-product-gallery__image {
  margin: 0;
}

body.single-product .product-image-wrap .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 24px;
  background: #ffffff;
}

body.single-product .product-image-wrap .woocommerce-product-gallery__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

body.single-product .product-image-wrap .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  font-size: 0;
  z-index: 4;
}

body.single-product .product-image-wrap .woocommerce-product-gallery__trigger::before {
  content: "\f002" !important;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 1;
  position: static;
  width: auto;
  height: auto;
  border: 0;
  margin: 0;
}

body.single-product .product-image-wrap .woocommerce-product-gallery__trigger::after {
  content: none !important;
}

body.single-product .product-image-wrap .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

body.single-product .product-image-wrap .flex-control-thumbs li {
  width: 88px;
  height: 88px;
  margin: 0;
}

body.single-product .product-image-wrap .flex-control-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid var(--border);
  transition: border-color .15s;
}

body.single-product .product-image-wrap .flex-control-thumbs .flex-active,
body.single-product .product-image-wrap .flex-control-thumbs img:hover {
  border-color: var(--primary);
}

body.single-product .product-info-col { flex: 1; padding-top: 4px; }
body.single-product .article-nr { font-size: 12px; color: var(--muted); margin-bottom: 4px; }

body.single-product .product-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px;
}

body.single-product .stars-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

body.single-product .stars { display: flex; gap: 2px; color: #f59e0b; font-size: 16px; }
body.single-product .review-count { color: var(--muted); font-size: 13px; }
body.single-product .review-link { color: var(--primary); font-size: 13px; font-weight: 600; }

body.single-product .qty-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
  margin-bottom: 8px;
}

body.single-product .sale-entry-note {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
  padding: 10px 14px;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  background: #fff7ed;
}

body.single-product .sale-entry-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--text);
}

body.single-product .sale-entry-pricing {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

body.single-product .sale-entry-pricing del {
  color: #94a3b8;
  font-weight: 500;
}

body.single-product .sale-entry-pricing ins {
  color: #000;
  text-decoration: none;
}

body.single-product .sale-entry-hint {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

body.single-product .staffel-options { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }

body.single-product .staffel-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  transition: border-color .15s, background .15s;
  outline: none;
  box-shadow: none;
}

body.single-product .staffel-option.selected {
  border-color: var(--orange);
  background: #fff8f4;
}

body.single-product .staffel-option[aria-checked="true"] {
  border-color: var(--orange);
  background: #fff8f4;
}

body.single-product .staffel-option:focus,
body.single-product .staffel-option:focus-visible,
body.single-product .staffel-option:active {
  outline: none;
  box-shadow: none;
}

body.single-product .staffel-option-left { display: flex; align-items: center; gap: 12px; }

body.single-product .radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .22s ease;
}

body.single-product .staffel-option.selected .radio {
  border-color: var(--orange);
}

body.single-product .radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0;
  transform: scale(0.35);
  transition: opacity .2s ease, transform .24s cubic-bezier(.22, 1, .36, 1);
}

body.single-product .staffel-option.selected .radio-dot {
  opacity: 1;
  transform: scale(1);
}
body.single-product .staffel-qty { font-size: 14px; font-weight: 600; color: var(--text); }

body.single-product .saving-badge {
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 99px;
}

body.single-product .staffel-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

body.single-product .product-price-row {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
}

body.single-product .staffel-price {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
  text-align: right;
}

body.single-product .staffel-price del {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
}

body.single-product .staffel-price ins {
  color: var(--orange);
  text-decoration: none;
}

body.single-product .product-price-row { margin-bottom: 20px; }

body.single-product .add-cart-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

body.single-product .add-cart-row form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

body.single-product .qty-control {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

body.single-product .qty-btn {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--muted);
  background: #fff;
  flex-shrink: 0;
  transition: background .15s;
}

body.single-product .qty-control .qty-btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

body.single-product .qty-control .qty-btn:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

body.single-product .qty-btn:hover { background: var(--bg); }

body.single-product .qty-val {
  width: 40px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

body.single-product .qty-display {
  position: relative;
  z-index: 1;
  color: var(--text);
  pointer-events: none;
}

body.single-product .qty-val input.qty {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  color: transparent;
  caret-color: transparent;
  opacity: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}

body.single-product .qty-val input.qty::-webkit-inner-spin-button,
body.single-product .qty-val input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.single-product .add-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity .15s;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

body.single-product .add-btn-loader {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  display: none;
  flex-shrink: 0;
  animation: sw-add-to-cart-spin .7s linear infinite;
}

body.single-product .add-btn .fa {
  font-size: 20px;
  line-height: 1;
}

body.single-product .add-btn.is-loading {
  pointer-events: none;
  opacity: .92;
}

body.single-product .add-btn.is-loading .add-btn-loader {
  display: inline-flex;
}

body.single-product .add-btn.is-loading .fa {
  display: none;
}

body.single-product .add-btn:hover { opacity: .9; }
body.single-product .add-btn:focus,
body.single-product .add-btn:focus-visible,
body.single-product .add-btn:active,
body.single-product .single_add_to_cart_button:focus,
body.single-product .single_add_to_cart_button:focus-visible,
body.single-product .single_add_to_cart_button:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

body.single-product .pdp-product {
  padding-bottom: 80px;
}

body.single-product .sticky-cart-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: opacity .28s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 -10px 32px rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(12px);
}

body.single-product .sticky-cart-bar.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.single-product .sticky-cart-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 24px;
}

body.single-product .sticky-cart-product {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

body.single-product .sticky-cart-image {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 6px;
}

body.single-product .sticky-cart-copy {
  min-width: 0;
}

body.single-product .sticky-cart-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

body.single-product .sticky-cart-pricing {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

body.single-product .sticky-cart-price {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

body.single-product .sticky-cart-price del {
  color: #94a3b8;
  margin-right: 6px;
}

body.single-product .sticky-cart-price ins {
  color: var(--orange);
  text-decoration: none;
}

body.single-product .sticky-cart-saving {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
}

body.single-product .sticky-cart-saving.is-hidden {
  display: none;
}

body.single-product .sticky-cart-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

body.single-product .sticky-cart-btn {
  flex: 0 0 auto;
  min-width: 230px;
}

@keyframes sw-add-to-cart-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body.single-product .payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

body.single-product .payment-method-item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 28px;
}

body.single-product .payment-method-image {
  display: block;
  max-height: 24px;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #fff;
}

body.single-product .stock-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #eef9fd;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.5;
}

body.single-product .stock-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  flex-shrink: 0;
  color: var(--primary);
  background: #dff4fb;
  font-size: 13px;
}

body.single-product .stock-label { font-weight: 700; color: var(--primary); margin-right: 4px; }

body.single-product .short-desc {
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 16px;
}

body.single-product .benefits {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 0;
  list-style: none;
}

body.single-product .benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #374151;
}

body.single-product .benefit-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  flex-shrink: 0;
  color: var(--primary);
  background: #eef9fd;
  font-size: 12px;
}

body.single-product .benefit-text {
  flex: 1;
}

body.single-product .info-accordion {
  display: flex;
  flex-direction: column;
  margin: 6px 0 28px;
  border-top: 1px solid var(--border);
}

.info-accordion.faq-accordion {
  border-top: none !important;
}

body.single-product .info-accordion-item {
  border-bottom: 1px solid var(--border);
}

body.single-product .info-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

body.single-product .info-accordion-trigger:focus,
body.single-product .info-accordion-trigger:focus-visible,
body.single-product .info-accordion-trigger:active {
  outline: none;
  box-shadow: none;
}

body.single-product .info-accordion-title {
  flex: 1;
}

body.single-product .info-accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

body.single-product .info-accordion-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: #1f2937;
  transform: translate(-50%, -50%);
  transition: transform .18s ease, opacity .18s ease;
}

body.single-product .info-accordion-line--vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.single-product .info-accordion-trigger.is-open .info-accordion-line--vertical {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

body.single-product .info-accordion-panel {
  padding: 0 0 18px;
}

body.single-product .info-accordion-content {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

body.single-product .info-accordion-content p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .sw-loop-benefits,
.woocommerce-page ul.products li.product .sw-loop-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.woocommerce ul.products li.product .sw-loop-benefit,
.woocommerce-page ul.products li.product .sw-loop-benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #374151;
  font-size: 13px;
  line-height: 1.5;
}

.woocommerce ul.products li.product .sw-loop-benefit-check,
.woocommerce-page ul.products li.product .sw-loop-benefit-check {
  color: #14b83b;
  font-weight: 700;
  flex-shrink: 0;
}

.pieter-section {
  background: var(--bg);
  padding: 50px 0;
}

.site-footer-inner--stacked,
.site-footer-inner--advies {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-footer-inner.site-footer-inner--stacked {
  display: block;
}

.pieter-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.pieter-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 4px solid var(--primary);
  background-color: #43bce815;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex-shrink: 0;
}

.pieter-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
}

.pieter-header h2 .sub {
  font-weight: 400;
  font-size: 18px;
  color: var(--muted);
}

.pieter-header p {
  font-size: 13px;
  color: var(--muted);
}

.pieter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pieter-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color .15s, box-shadow .15s;
}

.pieter-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

/* Over ons pagina */
.sw-about-page {
  background: linear-gradient(180deg, #f4f8fb 0%, var(--color-surface) 320px);
  color: var(--color-text);
}

.sw-about-page__container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sw-about-page__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 52%, #0f5f85 100%);
  padding: 72px 0 112px;
  text-align: center;
}

.sw-about-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.sw-about-page__hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sw-about-page__hero-title {
  margin-top: 20px;
  color: var(--color-surface);
}

.sw-about-page__hero-copy {
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.sw-about-page__stats-wrap {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}

.sw-about-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-surface);
  box-shadow: 0 12px 34px rgba(10, 34, 51, 0.09);
}

.sw-about-page__stat {
  padding: 24px 20px;
  text-align: center;
  border-left: 1px solid var(--color-border);
}

.sw-about-page__stat:first-child {
  border-left: 0;
}

.sw-about-page__stat-number {
  color: var(--text);
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.sw-about-page__stat-label {
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 800;
}

.sw-about-page__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sw-about-page__story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 32px;
  align-items: start;
}

.sw-about-page__story.has-no-media {
  grid-template-columns: 1fr;
}

.sw-about-page__section-label {
  margin-bottom: 12px;
}

.sw-about-page__story-title {
  max-width: 14ch;
}

.sw-about-page__story-text {
  margin-top: 16px;
}

.sw-about-page__story-text p {
  margin: 0 0 20px;
  color: var(--color-text-soft);
  font-size: 16px;
  line-height: 1.8;
}

.sw-about-page__story-copy .sw-ui-button {
  margin-top: 12px;
}

.sw-about-page__story-media {
  width: 100%;
  max-width: 100%;
}

.sw-about-page__media-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
}

.sw-about-page__media-video iframe,
.sw-about-page__media-video video,
.sw-about-page__media-video embed,
.sw-about-page__media-video object {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.sw-about-page__section {
  margin-top: 100px;
}

.sw-about-page__section-head {
  margin-bottom: 28px;
  text-align: center;
}

.sw-about-page__section-title {
  font-size: clamp(24px, 3vw, 32px);
}

.sw-about-page__usp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sw-about-page__usp-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-surface);
}

.sw-about-page__usp-icon,
.sw-about-page__team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sw-about-page__usp-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(67, 188, 232, 0.12);
  color: var(--color-primary);
  font-size: 20px;
}

.sw-about-page__usp-title,
.sw-about-page__team-name {
  margin: 0;
  color: var(--color-navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.sw-about-page__usp-copy,
.sw-about-page__team-role,
.sw-about-page__cta-text {
  margin-top: 6px;
}

.sw-about-page__team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sw-about-page__team-card {
  padding: 30px 22px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-surface);
  text-align: center;
}

.sw-about-page__team-avatar {
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  border-radius: 999px;
  font-size: 28px;
}

.sw-about-page__team-avatar.is-primary {
  background: rgba(67, 188, 232, 0.18);
  border: 2px solid rgba(67, 188, 232, 0.28);
  color: var(--color-primary);
}

.sw-about-page__team-avatar.is-accent {
  background: rgba(255, 105, 0, 0.16);
  border: 2px solid rgba(255, 105, 0, 0.28);
  color: var(--color-accent);
}

.sw-about-page__team-avatar.is-success {
  background: rgba(22, 163, 74, 0.16);
  border: 2px solid rgba(22, 163, 74, 0.26);
  color: var(--color-success);
}

.sw-about-page__cta {
  margin-top: 64px;
  padding: 40px 44px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 52%, #0f5f85 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 20px 44px rgba(10, 34, 51, 0.12);
}

.sw-about-page__cta-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.sw-about-page__cta-title {
  margin: 0;
  color: var(--color-surface);
  font-size: clamp(28px, 3vw, 36px);
}

.sw-about-page__cta-text {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.65;
}

.sw-about-page__cta .sw-ui-button {
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .sw-about-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-about-page__stat:nth-child(odd) {
    border-left: 0;
  }

  .sw-about-page__stat:nth-child(n + 3) {
    border-top: 1px solid var(--color-border);
  }

  .sw-about-page__story,
  .sw-about-page__cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    text-align: center;
  }

  .sw-about-page__story-title,
  .sw-about-page__hero-copy {
    max-width: none;
  }

  .sw-about-page__story-copy .sw-ui-button,
  .sw-about-page__cta .sw-ui-button {
    align-self: center;
  }

  .sw-about-page__cta-copy {
    text-align: center;
  }

  .sw-about-page__usp-grid,
  .sw-about-page__team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sw-about-page__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sw-about-page__hero {
    padding-top: 56px;
    padding-bottom: 96px;
  }

  .sw-about-page__stats {
    grid-template-columns: 1fr;
  }

  .sw-about-page__stat {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }

  .sw-about-page__stat:first-child {
    border-top: 0;
  }

  .sw-about-page__cta {
    padding: 24px;
  }

  .sw-about-page__cta-text {
    font-size: 16px;
  }

  .sw-about-page__usp-grid,
  .sw-about-page__team-grid {
    grid-template-columns: 1fr;
  }
}

.sw-faq-page {
  background: linear-gradient(180deg, #f4f8fb 0%, var(--color-surface) 320px);
  color: var(--color-text);
  padding-bottom: 80px;
}

.sw-faq-page__container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.sw-faq-page__hero {
  padding: 56px 0 28px;
}

.sw-faq-page__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 440px);
  gap: 40px;
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 40px 44px;
  box-shadow: 0 20px 44px rgba(10, 34, 51, 0.08);
}

.sw-faq-page__hero-inner > :only-child {
  max-width: 760px;
}

.sw-faq-page__hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sw-faq-page__hero-title,
.sw-faq-page__section-title,
.sw-faq-page__detail-title {
  margin: 0;
}

.sw-faq-page__hero-title {
  max-width: 24ch;
}

.sw-faq-page__hero-text {
  color: var(--color-text-soft);
}

.sw-faq-page__hero-text p {
  margin: 0 0 20px;
  color: var(--text);
}

.sw-faq-page__hero-media {
  display: flex;
  justify-content: flex-end;
}

.sw-faq-page__hero-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 132, 192, 0.18) 0%, rgba(0, 84, 126, 0.12) 100%);
}

.sw-faq-page__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sw-faq-page__hero-media-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 18px;
  background: var(--color-success);
  color: var(--color-surface);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(10, 34, 51, 0.16);
}

.sw-faq-page__body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sw-faq-page__section-head,
.sw-faq-page__detail-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.sw-faq-page__detail-head {
  gap: 0;
}

.sw-faq-page__section-head {
  max-width: 760px;
}

.sw-faq-page__section-head h2 {
  font-size: clamp(24px, 3vw, 32px);
}

.sw-faq-page__section-copy,
.sw-faq-page__topic-card-copy {
  margin: 0;
}

.sw-faq-page__topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.sw-faq-page__topic-card {
  min-width: 0;
}

.sw-faq-page__topic-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 32px rgba(10, 34, 51, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sw-faq-page__topic-card-link,
.sw-faq-page__topic-card-link:hover,
.sw-faq-page__topic-card-link:focus,
.sw-faq-page__topic-card-link:focus-visible,
.sw-faq-page__topic-card-link:active,
.sw-faq-page__topic-card-link:visited,
.sw-faq-page__topic-card-link:hover *,
.sw-faq-page__topic-card-link:focus *,
.sw-faq-page__topic-card-link:focus-visible *,
.sw-faq-page__topic-card-link:active * {
  text-decoration: none !important;
}

.sw-faq-page__topic-card-link:hover,
.sw-faq-page__topic-card-link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(10, 34, 51, 0.1);
  border-color: rgba(0, 132, 192, 0.22);
}

.sw-faq-page__topic-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 0;
}

.sw-faq-page__topic-image,
.sw-faq-page__topic-image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 18px;
}

.sw-faq-page__topic-image {
  object-fit: contain;
  background: linear-gradient(180deg, #f8fbfd 0%, #eef5f9 100%);
}

.sw-faq-page__topic-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-surface);
  font-size: 40px;
}

.sw-faq-page__topic-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 20px 24px 24px;
}

.sw-faq-page__topic-card-title,
.sw-faq-page__sidebar-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text);
}

.sw-faq-page__topic-card-button {
  align-self: flex-start;
  margin-top: auto;
  pointer-events: none;
}

.sw-faq-page__detail {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.sw-faq-page__sidebar-card,
.sw-faq-page__detail-main {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(10, 34, 51, 0.06);
}

.sw-faq-page__sidebar-card {
  position: sticky;
  top: 120px;
  padding: 28px 24px;
}

.sw-faq-page__sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.sw-faq-page__sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sw-faq-page__sidebar-link,
.sw-faq-page__sidebar-link:hover,
.sw-faq-page__sidebar-link:focus,
.sw-faq-page__sidebar-link:focus-visible,
.sw-faq-page__sidebar-link:active,
.sw-faq-page__sidebar-link:visited,
.sw-faq-page__sidebar-link:hover *,
.sw-faq-page__sidebar-link:focus *,
.sw-faq-page__sidebar-link:focus-visible *,
.sw-faq-page__sidebar-link:active * {
  text-decoration: none !important;
}

.sw-faq-page__sidebar-link-icon i {
  font-size: 14px;
} 

.sw-faq-page__sidebar-link:hover,
.sw-faq-page__sidebar-link:focus-visible {
  background: var(--color-surface-alt);
  color: var(--color-primary);
  transform: translateX(2px);
}

.sw-faq-page__sidebar-link.is-active {
  background: var(--primary);
  color: white;
  font-weight: 700;
}

.sw-faq-page__sidebar-link--back {
  align-items: flex-start;
  margin-bottom: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(243, 114, 44, 0.18);
  background: rgba(243, 114, 44, 0.06);
  color: var(--text);
}

.sw-faq-page__sidebar-link--back:hover {
  color: unset;
}

.sw-faq-page__sidebar-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-accent-dark);
  flex: 0 0 34px;
  box-shadow: 0 10px 20px rgba(10, 34, 51, 0.08);
}

.sw-faq-page__sidebar-link-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sw-faq-page__sidebar-link-copy strong {
  font-size: 15px;
  line-height: 1.3;
}

.sw-faq-page__sidebar-link-copy small {
  font-size: 12px;
  line-height: 1.45;
  color: var(--color-text-soft);
}

.sw-faq-page__sidebar-link--back:hover,
.sw-faq-page__sidebar-link--back:focus-visible {
  background: rgba(243, 114, 44, 0.1);
  border-color: rgba(243, 114, 44, 0.28);
}

.sw-faq-page__detail-main {
  padding: 32px;
}

.sw-faq-page__detail-label {
  align-self: flex-start;
}

.sw-faq-page__accordion {
  margin: 0;
}

.sw-faq-page .info-accordion-item {
  border-bottom: 1px solid var(--color-border);
}

.sw-faq-page .info-accordion-item:first-child {
  border-top: 1px solid var(--color-border);
}

.sw-faq-page .info-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.sw-faq-page .info-accordion-trigger:focus,
.sw-faq-page .info-accordion-trigger:focus-visible,
.sw-faq-page .info-accordion-trigger:active {
  outline: none;
  box-shadow: none;
}

.sw-faq-page .info-accordion-title {
  flex: 1;
}

.sw-faq-page .info-accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.sw-faq-page .info-accordion-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--color-primary);
  transform: translate(-50%, -50%);
  transition: transform .18s ease, opacity .18s ease;
}

.sw-faq-page .info-accordion-line--vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sw-faq-page .info-accordion-trigger.is-open .info-accordion-line--vertical {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.sw-faq-page .info-accordion-panel {
  padding: 0 0 22px;
}

.sw-faq-page .info-accordion-content {
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-soft);
}

.sw-faq-page .info-accordion-content p:last-child {
  margin-bottom: 0;
}

.sw-faq-page__empty {
  padding: 22px 24px;
  border: 1px dashed var(--color-border);
  border-radius: 20px;
  background: var(--color-surface-alt);
  color: var(--color-text-soft);
}

@media (max-width: 1200px) {
  .sw-faq-page__topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .sw-faq-page__hero-inner,
  .sw-faq-page__detail {
    grid-template-columns: 1fr;
  }

  .sw-faq-page__hero-copy {
    align-items: center;
    text-align: center;
  }

  .sw-faq-page__hero-title {
    max-width: none;
  }

  .sw-faq-page__hero-copy .sw-ui-button {
    align-self: center;
  }

  .sw-faq-page__hero-media {
    justify-content: center;
  }

  .sw-faq-page__topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-faq-page__sidebar-card {
    position: static;
  }

  .sw-faq-page__detail-main {
    padding: 28px 24px;
  }
}

@media (max-width: 640px) {
  .sw-faq-page {
    padding-bottom: 56px;
  }

  .sw-faq-page__hero {
    padding-top: 40px;
  }

  .sw-faq-page__hero-inner,
  .sw-faq-page__detail-main,
  .sw-faq-page__sidebar-card {
    padding: 24px;
  }

  .sw-faq-page__topic-grid {
    grid-template-columns: 1fr;
  }

  .sw-faq-page__hero-card {
    aspect-ratio: 16 / 11;
  }

  .sw-faq-page__hero-media-badge {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 10px 16px;
    font-size: 15px;
  }
}

.pieter-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.pieter-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  flex: 1;
}

.pieter-card .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  border: 2px solid var(--orange);
  color: var(--orange);
  width: fit-content;
  transition: background .15s, color .15s;
  text-decoration: none;
}

.pieter-card .cta-btn:hover {
  background: var(--orange);
  color: #fff;
}

.newsletter-strip {
  background: var(--navy);
}

.site-footer-inner--newsletter,
.site-footer-inner,
.site-footer-inner--payments {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-inner.site-footer-inner--newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 0;
}

.newsletter-copy {
  color: #ffffff;
}

.newsletter-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.newsletter-copy h3 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}

.newsletter-copy p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 1 520px;
  width: 100%;
}

.newsletter-form input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.newsletter-form button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--button-min-height);
  padding: 0 var(--button-padding-inline);
  border: 0;
  border-radius: var(--button-radius);
  background: var(--orange);
  color: #fff;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.newsletter-form button:focus,
.newsletter-form button:focus-visible,
.newsletter-form button:active {
  border: 0;
  box-shadow: none;
  outline: none;
}

.footer-nav li, .sw-header-nav li {
  list-style: none;
}

.site-footer {
  background: var(--navy);
}

.site-footer-main {
  padding-top: 56px;
  padding-bottom: 0;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) repeat(3, minmax(150px, 0.72fr)) minmax(220px, 0.95fr);
  gap: 28px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.footer-brand,
.footer-right {
  min-width: 0;
}

.site-footer-brand {
  display: inline-flex;
}

.site-footer-brand-logo {
  width: min(100%, 210px);
  height: auto;
}

.site-footer-copy {
  margin-top: 18px;
  max-width: 290px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #cbd5e1 !important;
  font-size: 14px;
  text-decoration: none;
}

.contact-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--primary);
  flex: 0 0 auto;
}

.footer-nav h4,
.footer-right h4,
.site-footer-payments h4 {
  align-items: flex-start;
  color: var(--primary);
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-right h4 + .kiyoh-badge {
  margin-top: -4px;
}

.site-footer-payments {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-inner.site-footer-inner--payments {
  /* min-height: 76px; */
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 0;
}

.footer-trust-wrap {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.trust-row-section {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 24px;
}

.pdp-trust-row-section {
  padding-top: 8px;
  padding-bottom: 32px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-surface);
  box-shadow: 0 10px 24px rgba(10, 34, 51, 0.06);
}

.trust-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  border-radius: 14px;
  background: rgba(67, 188, 232, 0.14);
  color: var(--primary);
  font-size: 20px;
}

.trust-text {
  max-width: 22ch;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-nav a {
  font-size: 14px;
  color: #cbd5e1 !important;
  transition: color .15s;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-right h4 + .kiyoh-badge {
  margin-top: -4px;
}

.kiyoh-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--navy-mid);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 24px;
  text-decoration: none;
}

.kiyoh-badge-embed {
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.kiyoh-badge-embed > * {
  max-width: 100%;
}

.kiyoh-score {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: var(--text);
  flex-shrink: 0;
}

.kiyoh-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kiyoh-info .stars {
  color: #f59e0b;
  font-size: 13px;
  letter-spacing: 1px;
}

.kiyoh-info .reviews {
  font-size: 11px;
  color: #9ca3af;
}

.kiyoh-logo {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
}

.site-footer-payments .payment-methods {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 0;
  margin: 0;
}

.site-footer-payments .payment-method-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d1d5db;
}

.site-footer-payments .payment-method-image {
  display: block;
  max-height: 24px;
  width: auto;
  height: auto;
  max-width: 100%;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

.site-footer-bottom {
  background: var(--navy-dark);
}

.site-footer-bottom-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer-bottom-payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 0 1 auto;
  min-width: 0;
}

.site-footer-bottom-payments-label {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.site-footer-bottom .payment-methods {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 0;
  margin: 0;
}

.site-footer-bottom .payment-method-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d1d5db;
}

.site-footer-bottom .payment-method-image {
  display: block;
  max-height: 24px;
  width: auto;
  height: auto;
  max-width: 100%;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

.site-footer-bottom p {
  font-size: 12px;
  color: #6b7280;
}

@media (max-width: 768px) {
  .site-footer-bottom-inner {
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-footer-bottom-payments {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
}

body.single-product .wdp_bulk_table_content,
body.single-product .bulk_table {
  display: none !important;
}

body.single-product .tabs-section {
  max-width: var(--container-width);
  margin: 0 auto 48px;
  padding: 0 24px;
}

body.single-product .tab-bar {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--border);
  gap: 0;
  margin-bottom: 0;
  --tab-indicator-left: 0px;
  --tab-indicator-width: 0px;
}

body.single-product .tab-bar::after {
  content: "";
  position: absolute;
  left: var(--tab-indicator-left);
  bottom: -1px;
  width: var(--tab-indicator-width);
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transition: left .28s cubic-bezier(.22, 1, .36, 1), width .28s cubic-bezier(.22, 1, .36, 1);
}

body.single-product .tab-btn {
  position: relative;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
  border: none;
  margin-bottom: -1px;
  transition: color .18s ease;
  cursor: pointer;
  background: none;
  font-family: inherit;
  outline: none;
  box-shadow: none;
}

body.single-product .tab-btn.active { color: var(--primary); font-weight: 600; }
body.single-product .tab-btn:hover:not(.active) { color: var(--text); }
body.single-product .tab-btn:focus,
body.single-product .tab-btn:focus-visible { outline: none; box-shadow: none; }

body.single-product .tab-content {
  padding: 28px 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.7;
}

body.single-product .tab-content p + p { margin-top: 12px; }
body.single-product .specifications-list {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  border: 1px solid #dbe6f1;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 24px 60px rgba(10, 34, 51, 0.12);
}

body.single-product .specification-row {
  display: grid;
  grid-template-columns: minmax(190px, 220px) minmax(0, 1fr);
  align-items: stretch;
}

body.single-product .specification-row + .specification-row {
  border-top: 1px solid #e7edf4;
}

body.single-product .specification-label {
  display: flex;
  align-items: center;
  padding: 15px 24px;
  background: linear-gradient(180deg, #f6f9fc 0%, #eef4f9 100%);
  /* border-right: 1px solid #e7edf4; */
  color: #17324a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body.single-product .specification-value {
  padding: 15px 28px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

body.single-product .specification-row:nth-child(even) .specification-value {
  background: linear-gradient(180deg, #f6f9fc 0%, #eef4f9 100%);
}

body.single-product .specifications-extra {
  max-width: 920px;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid #e7edf4;
  border-radius: 18px;
  background: #f9fbfd;
}

body.single-product .specifications-extra p + p {
  margin-top: 12px;
}

body.single-product .tab-panel { display: none; }
body.single-product .tab-panel.active { display: block; }

body.single-product .related-section {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px 64px;
}

body.single-product .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

body.single-product .section-title { font-size: 20px; font-weight: 600; }
body.single-product .section-link { color: var(--primary); font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 4px; }

body.single-product .related-section.sw-related-products .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.single-product .product-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s;
  cursor: pointer;
}

body.single-product .product-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }

body.single-product .card-image {
  background: var(--bg);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: relative;
}

body.single-product .card-image img {
  max-height: 86px;
  width: auto;
  object-fit: contain;
}

body.single-product .card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 99px;
}

body.single-product .card-body { padding: 14px; }

body.single-product .card-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 10px;
  transition: color .15s;
}

body.single-product .product-card:hover .card-name { color: var(--primary); }
body.single-product .card-footer { display: flex; align-items: center; justify-content: space-between; }
body.single-product .card-price { font-size: 14px; font-weight: 700; }

body.single-product .card-add {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transition: opacity .15s;
  cursor: pointer;
  border: none;
}

body.single-product .card-add:hover { opacity: .9; }

body.single-product .related-section.sw-related-products .product-card {
  cursor: default;
}

body.single-product .related-section.sw-related-products .product-name {
  font-size: 18px;
}

body.single-product .related-section.sw-related-products .product-price {
  font-size: 20px;
}

body.single-product .related-section.sw-related-products .product-benefit {
  font-size: 14px;
}

body.single-product .related-section.sw-related-products .product-delivery {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .single-product .pdp-main {
    flex-direction: column;
  }

  .single-product .product-image-col {
    width: 100%;
    position: static;
    top: auto;
  }

  .single-product .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-row {
    grid-template-columns: 1fr 1fr;
  }

  body.single-product {
    padding-bottom: 144px;
  }

  .single-product .sticky-cart-inner {
    gap: 16px;
  }

  .single-product .sticky-cart-title {
    font-size: 14px;
  }

  .single-product .sticky-cart-btn {
    min-width: 200px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .pieter-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .single-product .breadcrumb,
  .single-product .pdp-main,
  .single-product .tabs-section,
  .single-product .related-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .trust-row {
    padding: 20px 16px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trust-item {
    gap: 16px;
    min-height: 88px;
    padding: 16px 18px;
  }

  .trust-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 19px;
  }

  .trust-text {
    font-size: 15px;
    max-width: none;
  }

  body.single-product {
    padding-bottom: 184px;
  }

  .single-product .sticky-cart-bar {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .single-product .sticky-cart-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 16px;
  }

  .single-product .sticky-cart-product {
    gap: 12px;
  }

  .single-product .sticky-cart-image {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .single-product .sticky-cart-title,
  .single-product .sticky-cart-price {
    font-size: 14px;
  }

  .single-product .sticky-cart-saving {
    font-size: 13px;
  }

  .single-product .sticky-cart-form {
    width: 100%;
  }

  .single-product .sticky-cart-form .qty-control {
    flex: 0 0 auto;
  }

  .single-product .sticky-cart-btn {
    flex: 1;
    min-width: 0;
  }

  .single-product .specification-row {
    grid-template-columns: 1fr;
  }

  .single-product .specification-label {
    border-right: 0;
    border-bottom: 1px solid #edf2f7;
    padding: 16px 18px 12px;
  }

  .single-product .specification-value {
    padding: 14px 18px 16px;
  }

  .single-product .add-cart-row form.cart {
    flex-direction: column;
    align-items: stretch;
  }

  .single-product .product-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    padding: 40px 16px;
    gap: 28px;
  }

  .site-footer-inner--stacked,
  .site-footer-inner--advies,
  .site-footer-inner--newsletter {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pieter-header {
    align-items: flex-start;
  }

  .pieter-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-inner.site-footer-inner--advies {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-inner.site-footer-inner--advies .advies-btns {
    margin-left: 0;
  }

  .site-footer-inner.site-footer-inner--payments {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
  }

  .site-footer-payments .payment-methods {
    width: 100%;
    justify-content: flex-start;
  }

  .site-footer-inner.site-footer-inner--newsletter {
    padding-top: 28px;
    padding-bottom: 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form input {
    width: 100%;
  }

  .site-footer-brand-logo {
    width: min(100%, 210px);
  }

  .site-footer-bottom-inner {
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .site-footer-bottom .links {
    gap: 14px;
  }
}

body.has-cart-drawer-open {
  overflow: hidden;
}

.sw-site-utility-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10025;
  pointer-events: none;
}

.sw-site-utility-header-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 18px 24px 0;
  display: flex;
  justify-content: flex-end;
}

.sw-cart-drawer-root {
  position: relative;
  z-index: 10020;
}

.sw-cart-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #111111;
  position: relative;
  pointer-events: auto;
}

.sw-cart-trigger:hover, .sw-header-icon-button:hover {
  opacity: 0.90;
}

.sw-cart-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.sw-cart-trigger-count {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
}

.sw-cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 10010;
  background: rgba(17, 17, 17, 0.42);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.sw-cart-drawer-root.is-open .sw-cart-drawer-overlay {
  opacity: 1;
}

.sw-cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(100%, 500px);
  z-index: 10040;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.sw-cart-drawer.is-open {
  transform: translateX(0);
}

.sw-cart-drawer-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: -16px 0 48px rgba(17, 17, 17, 0.18);
}

.sw-cart-drawer,
.sw-cart-drawer * {
  -webkit-tap-highlight-color: transparent;
}

.sw-cart-drawer-header,
.sw-cart-drawer-heading,
.sw-cart-drawer-heading-icon,
.sw-cart-drawer-title,
.sw-cart-drawer-header-count,
.sw-cart-drawer-close,
.sw-cart-drawer-section-label,
.sw-cart-drawer-item,
.sw-cart-drawer-item-row,
.sw-cart-drawer-item-thumb,
.sw-cart-drawer-item-thumb img,
.sw-cart-drawer-item-image,
.sw-cart-drawer-item-main,
.sw-cart-drawer-item-info,
.sw-cart-drawer-item-name,
.sw-cart-drawer-item-subtitle,
.sw-cart-drawer-item-footer,
.sw-cart-drawer-item-pricing,
.sw-cart-drawer-item-price,
.sw-cart-drawer-item-unit-price,
.sw-cart-drawer-remove,
.sw-cart-drawer-qty,
.sw-cart-drawer-qty .qty-btn,
.sw-cart-drawer-qty .qty-val {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.sw-cart-drawer-item-thumb img,
.sw-cart-drawer-item-image {
  -webkit-user-drag: none;
}

.sw-cart-drawer-coupon,
.sw-cart-drawer-coupon-label,
.sw-cart-drawer-coupon-row,
.sw-cart-drawer-coupon-button,
.sw-cart-drawer-coupon-message,
.sw-cart-drawer-footer-divider,
.sw-cart-drawer-checkout,
.sw-cart-drawer-checkout-label,
.sw-cart-drawer-checkout-dot,
.sw-cart-drawer-checkout-total,
.sw-cart-drawer-payments,
.sw-cart-drawer-payment-item,
.sw-cart-drawer-payment-image {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.sw-cart-drawer-coupon-input {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

.sw-cart-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 28px 18px;
  border-bottom: 1px solid #ece7de;
}
.sw-cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 28px 20px;
  border-bottom: 1px solid #ece7de;
  background: var(--primary);
}

.sw-cart-drawer-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.sw-cart-drawer-heading-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
}

.sw-cart-drawer-title {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: white;
}

.sw-cart-drawer-header-count {
  min-width: 32px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.sw-cart-drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  border: 1px solid #d9dfe6;
  background: #ffffff;
  color: #7f8790;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  flex: 0 0 auto;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.sw-cart-drawer-close:hover {
  color: #4b5563;
  border-color: #c9d1da;
}

.sw-cart-drawer-section-label {
  padding: 16px 28px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f887d;
}

.sw-cart-drawer-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 14px 28px 24px;
}

.sw-cart-drawer-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sw-cart-drawer-item {
  position: relative;
  border: 1px solid #ece7de;
  border-radius: 18px;
  padding: 16px;
  background: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.sw-cart-drawer-item.is-loading {
  border-color: #d9dfe6;
  box-shadow: 0 0 0 1px rgba(67, 188, 232, 0.08);
}

.sw-cart-drawer-item-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
}

.sw-cart-drawer-item-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding-right: 0;
}

.sw-cart-drawer-item-aside {
  min-width: 108px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.sw-cart-drawer-item-thumb {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: #f6f2eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sw-cart-drawer-item-thumb img,
.sw-cart-drawer-item-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sw-cart-drawer-item-info {
  min-width: 0;
}

.sw-cart-drawer-item-name {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #111111;
}

.sw-cart-drawer-item-name:hover {
  text-decoration: underline;
  color: var(--text);
}

.sw-cart-drawer-item-subtitle {
  margin-top: 6px;
  font-size: 13px;
  color: #777066;
}

.sw-cart-drawer-item-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  -webkit-user-select: none;
  user-select: none;
}

.sw-cart-drawer-qty {
  display: flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  flex: 0 0 auto;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.sw-cart-drawer-qty .qty-btn {
  width: 40px;
  min-width: 40px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  flex: 0 0 40px;
  flex-shrink: 0;
  transition: background .15s;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
}

.sw-cart-drawer-qty .qty-btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.sw-cart-drawer-qty .qty-btn:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sw-cart-drawer-qty .qty-btn:hover,
.sw-cart-drawer-qty .qty-btn:focus,
.sw-cart-drawer-qty .qty-btn:focus-visible,
.sw-cart-drawer-qty .qty-btn:active {
  background: var(--bg);
}

.sw-cart-drawer-qty .qty-val {
  width: 40px;
  min-width: 40px;
  height: 44px;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
  overflow: hidden;
}

.sw-cart-drawer-qty .qty {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  opacity: 0;
  -webkit-user-select: text;
  user-select: text;
  caret-color: transparent;
  -moz-appearance: textfield;
  appearance: textfield;
  cursor: text;
  pointer-events: auto;
  z-index: 2;
}

.sw-cart-drawer-qty .qty-display {
  position: relative;
  z-index: 1;
  color: var(--text);
  pointer-events: none;
  font-size: 14px;
  font-weight: 700;
}

.sw-cart-drawer-qty .qty-val.is-editing .qty {
  opacity: 1;
  color: var(--text);
  caret-color: var(--text);
  background: #ffffff;
}

.sw-cart-drawer-qty .qty-val.is-editing {
  box-shadow: inset 0 0 0 1px var(--orange);
}

.sw-cart-drawer-qty .qty-val.is-editing .qty-display {
  opacity: 0;
}

.sw-cart-drawer-qty .qty::selection,
.sw-cart-drawer-qty .qty-display::selection {
  background: transparent;
  color: inherit;
}

.sw-cart-drawer-qty .qty:focus,
.sw-cart-drawer-qty .qty:focus-visible {
  outline: none;
  box-shadow: none;
}

.sw-cart-drawer-qty .qty::-webkit-inner-spin-button,
.sw-cart-drawer-qty .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sw-cart-drawer-item-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex: 0 0 auto;
  -webkit-user-select: none;
  user-select: none;
}

.sw-cart-drawer-item-price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.sw-cart-drawer-item-old-price {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #8f887d;
  text-decoration: line-through;
}

.sw-cart-drawer-item-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  -webkit-user-select: none;
  user-select: none;
}

.sw-cart-drawer-item-savings {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--orange);
}

.sw-cart-drawer-item-unit-price {
  font-size: 12px;
  font-weight: 600;
  color: #777066;
  line-height: 1.3;
  -webkit-user-select: none;
  user-select: none;
}

.sw-cart-drawer-item-unit-price span {
  color: inherit;
}

.sw-cart-drawer-item-price::selection,
.sw-cart-drawer-item-old-price::selection,
.sw-cart-drawer-item-savings::selection,
.sw-cart-drawer-item-price-row::selection,
.sw-cart-drawer-item-pricing::selection,
.sw-cart-drawer-item-unit-price::selection {
  background: transparent;
  color: inherit;
}

.sw-cart-drawer-remove {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #d9dfe6;
  background: #ffffff;
  color: #7f8790;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  flex: 0 0 auto;
   cursor: pointer;
}

.sw-cart-drawer-remove:hover {
  color: #4b5563;
  border-color: #c9d1da;
 
}

.sw-cart-drawer-remove:focus, .js-cart-drawer-close:focus {
outline: none;
 
}

.sw-cart-drawer-empty {
  border-radius: 20px;
  background: #f7f2ea;
  padding: 28px 22px;
}

.sw-cart-drawer-empty h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #111111;
}

.sw-cart-drawer-empty p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5f5a52;
}

.sw-cart-drawer-coupon {
  margin-bottom: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.sw-cart-drawer-coupon-label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.sw-cart-drawer-coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.sw-cart-drawer-coupon-input {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--text);
  border-radius: 14px;
  background: #fbfbfb;
  color: var(--text);
}

.sw-cart-drawer-coupon-button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--orange);
  border-radius: 14px;
  background: var(--orange);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
}

.sw-cart-drawer-coupon-button:hover {
  background: #f35f00;
  border-color: #f35f00;
  color: #ffffff;
}

.sw-cart-drawer-coupon-message {
  /* min-height: 20px; */
  margin-top: 10px;
  font-size: 13px;
  color: #5f5a52;
}

.sw-cart-drawer-coupon-message.is-success {
  color: #1d7a46;
}

.sw-cart-drawer-coupon-message.is-error {
  color: #c3471f;
}

.sw-cart-drawer-footer {
  border-top: 1px solid #ece7de;
  padding: 18px 28px 20px;
}

.sw-cart-drawer-footer-divider {
  height: 1px;
  margin-bottom: 20px;
  background: #1d47624a;
}

.sw-cart-drawer-checkout {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  background: var(--orange);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.sw-cart-drawer-checkout:hover {
  color: #ffffff;
  opacity: 0.94;
  text-decoration: none;
}

.sw-cart-drawer-checkout-label,
.sw-cart-drawer-checkout-dot,
.sw-cart-drawer-checkout-total {
  color: inherit;
}

.sw-cart-drawer-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.sw-cart-drawer-payment-item {
  width: 40px;
  height: 30px;
  border: 1px solid #1d4762;
  border-radius: 4px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
}

.sw-cart-drawer-payment-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 20px;
  height: auto;
}

body.admin-bar .sw-site-utility-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .sw-site-utility-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .sw-site-utility-header-inner {
    padding: 12px 16px 0;
  }

  .sw-cart-trigger {
    width: 42px;
    height: 42px;
  }

  .sw-cart-drawer {
    width: 100%;
  }

  .sw-cart-drawer-header,
  .sw-cart-drawer-body,
  .sw-cart-drawer-footer,
  .sw-cart-drawer-section-label {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sw-cart-drawer-header {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .sw-cart-drawer-heading {
    gap: 12px;
  }

  .sw-cart-drawer-heading-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 21px;
  }

  .sw-cart-drawer-title {
    font-size: 24px;
  }

  .sw-cart-drawer-header-count {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 17px;
  }

  .sw-cart-drawer-close {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 30px;
  }

  .sw-cart-drawer-item-row {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .sw-cart-drawer-item-main {
    gap: 14px;
    padding-right: 44px;
  }

  .sw-cart-drawer-item-thumb {
    width: 72px;
    height: 72px;
  }

  .sw-cart-drawer-item-footer {
    align-items: flex-start;
  }

  .sw-cart-drawer-coupon-row {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}


body.woocommerce-checkout {
  background: #f4f8fb;
  color: #0a2233;
  font-family: var(--font-base);
  line-height: 1.45;
  --sw-checkout-muted: #66758a;
  --sw-checkout-muted-strong: #556477;
}

body.woocommerce-checkout .sw-checkout-header {
  background: var(--primary);
  border-bottom: 1px solid #e8eef2;
  box-shadow: 0 10px 30px rgba(10, 34, 51, 0.04);
}

body.woocommerce-checkout .sw-checkout-header-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce-checkout .sw-checkout-header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.woocommerce-checkout .sw-checkout-header-logo-image {
  display: block;
  width: auto;
  max-width: min(260px, 70vw);
  height: 48px;
  object-fit: contain;
}

body.woocommerce-checkout *,
body.woocommerce-checkout *::before,
body.woocommerce-checkout *::after {
  box-sizing: border-box;
}

body.woocommerce-checkout .page-title,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout > h2 {
  display: none;
}

body.woocommerce-checkout h1,
body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
body.woocommerce-checkout h4,
body.woocommerce-checkout h5,
body.woocommerce-checkout h6,
body.woocommerce-checkout p,
body.woocommerce-checkout label,
body.woocommerce-checkout span,
body.woocommerce-checkout a,
body.woocommerce-checkout li,
body.woocommerce-checkout div,
body.woocommerce-checkout input,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout button {
  font-family: var(--font-base);
}

body.woocommerce-checkout .entry-content > .woocommerce,
body.woocommerce-checkout .woocommerce {
  max-width: 1320px;
  margin: 0 auto;
}

body.woocommerce-checkout .woocommerce {
  padding: 24px 0 56px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-notices-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-top: 12px;
  margin-bottom: 16px;
}

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error {
  background: #ffffff;
  border: 1px solid #e8eef2;
  border-top: 3px solid #43bce8;
  color: #0a2233;
  padding: 18px 20px 18px 54px;
  box-shadow: 0 8px 24px rgba(10, 34, 51, 0.04);
}

body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .woocommerce-message a,
body.woocommerce-checkout .woocommerce-error a {
  color: #0a2233;
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout form.checkout.woocommerce-checkout {
  width: 100%;
}

body.woocommerce-checkout .checkout-wrap.sw-checkout-layout {
  margin: 0 auto;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
}

body.woocommerce-checkout .sw-checkout-main,
body.woocommerce-checkout .sw-checkout-sidebar {
  min-width: 0;
}

body.woocommerce-checkout .sw-checkout-sidebar {
  position: sticky;
  top: 20px;
  align-self: start;
}

body.woocommerce-checkout .sw-checkout-card,
body.woocommerce-checkout .summary-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8eef2;
}

body.woocommerce-account {
  background: linear-gradient(180deg, #f6fbfe 0%, var(--color-surface) 100%);
  color: var(--color-text);
}

body.woocommerce-account .page-title {
  display: none;
}

body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
body.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 1160px;
  margin: 0 auto;
}

body.woocommerce-account:not(.logged-in) .woocommerce {
  padding: 42px 24px 72px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce-error {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-top: 3px solid var(--color-primary);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
}

.sw-account-auth {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.sw-account-auth.is-login-only {
  grid-template-columns: minmax(0, 540px);
  justify-content: center;
}

.sw-account-auth__column {
  min-width: 0;
}

.sw-account-auth__card {
  height: 100%;
  padding: 40px 42px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(10, 34, 51, 0.06);
}

.blog .sw-ui-title {
  color: var(--text);
}

.sw-ui-title {
  margin: 0;
  color: white;
}

.sw-ui-title--display {
  font-size: clamp(32px, 5vw, 50px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.sw-ui-title--hero {
  font-size: clamp(24px, 5vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: var(--text);
}

.sw-ui-title--panel {
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.sw-ui-title--section {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text);
}

.sw-about-page__cta .sw-ui-title--section {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: white;
}

.sw-about-page__cta .sw-ui-copy {
  color: white;
}

.sw-ui-copy {
  margin: 0;
  color: var(--color-text-muted);
}

.sw-page {
  padding: clamp(44px, 6vw, 80px) 0 clamp(60px, 7vw, 96px);
  background: #f8fbfd;
}

.sw-page__shell {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  padding: 0 24px;
}

.sw-page__article {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #d8e8f1;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(10, 34, 51, 0.08);
}

.sw-page__header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8f0f5;
}

.sw-page__title {
  font-size: clamp(30px, 4vw, 44px);
}

.sw-page__content {
  color: #314657;
  font-size: 17px;
  line-height: 1.86;
}

.sw-page__content > *:first-child {
  margin-top: 0;
}

.sw-page__content > *:last-child {
  margin-bottom: 0;
}

.sw-page__content h2,
.sw-page__content h3,
.sw-page__content h4 {
  color: var(--text);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.sw-page__content h2 {
  margin: 44px 0 16px;
  font-size: clamp(20px, 3vw, 28px);
}

.sw-page__content h3 {
  margin: 32px 0 12px;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: bold;
}

.sw-page__content h4 {
  margin: 28px 0 10px;
  font-size: 18px;
}

.sw-page__content p,
.sw-page__content ul,
.sw-page__content ol,
.sw-page__content blockquote,
.sw-page__content table,
.sw-page__content figure,
.sw-page__content .wp-block-image,
.sw-page__content .wp-block-buttons,
.sw-page__content pre {
  margin: 0 0 18px;
}

.sw-page__content ul,
.sw-page__content ol {
  padding-left: 24px;
}

.sw-page__content ul {
  list-style: disc;
}

.sw-page__content ol {
  list-style: decimal;
}

.sw-page__content li + li {
  margin-top: 8px;
}

.sw-page__content a {
  color: #0b76b8;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.sw-page__content strong {
  color: #0a2233;
  font-weight: 800;
}

.sw-page__content blockquote {
  border-left: 4px solid #43bce8;
  border-radius: 0 16px 16px 0;
  background: #eef8fd;
  padding: 18px 20px;
  color: #1f4154;
  font-weight: 600;
}

.sw-page__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.sw-page__content figure,
.sw-page__content .wp-block-image {
  overflow: hidden;
  border-radius: 22px;
}

.sw-page__content figure img,
.sw-page__content .wp-block-image img {
  width: 100%;
}

.sw-page__content table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d8e8f1;
  border-radius: 18px;
  background: #fff;
}

.sw-page__content th,
.sw-page__content td {
  padding: 14px 16px;
  border-bottom: 1px solid #eaf2f7;
  text-align: left;
}

.sw-page__content tr:last-child td {
  border-bottom: 0;
}

.sw-page__content .wp-block-button__link {
  background: linear-gradient(135deg, var(--color-accent) 0%, #ff9540 100%);
  color: var(--color-surface);
}

@media (max-width: 768px) {
  .sw-page__shell {
    padding: 0 16px;
  }

  .sw-page__article {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .sw-page__header {
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .sw-page__content {
    font-size: 16px;
  }

  .sw-page__content h2 {
    font-size: 28px;
  }

  .sw-page__content h3 {
    font-size: 22px;
  }
}

.sw-ui-copy--lead {
  margin-top: 14px;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.7;
  color: white;
}

.sw-ui-copy--soft {
  font-size: 16px;
  line-height: 1.65;
}

.sw-ui-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.sw-ui-button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"],
.sw-blog-single__article-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap);
  min-height: var(--button-min-height);
  padding: 0 var(--button-padding-inline);
  border: 0;
  border-radius: var(--button-radius);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  transition: transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.sw-ui-button:hover,
.sw-ui-button:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]:focus,
.sw-blog-single__article-content .wp-block-button__link:hover,
.sw-blog-single__article-content .wp-block-button__link:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.sw-ui-button i {
  font-size: 10px;
}

.sw-ui-button--primary,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"] {
  background: var(--color-accent);
  color: var(--color-surface) !important;
}

.sw-ui-button--primary:hover,
.sw-ui-button--primary:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]:focus {
  background: var(--color-accent-dark);
  color: var(--color-surface) !important;
}

.sw-ui-button--secondary {
  background: var(--color-navy);
  color: var(--color-surface) !important;
}

.sw-ui-button--outline {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-navy);
}

.sw-ui-button--outline:hover,
.sw-ui-button--outline:focus {
  background: var(--color-surface-alt);
  color: var(--color-navy);
}

.sw-account-auth__intro {
  margin: 12px 0 28px;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .woocommerce-form {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sw-account-auth .form-row {
  margin: 0;
}

.sw-account-auth .required {
  display: none;
}

.sw-account-auth__label-row,
.sw-account-auth .woocommerce-form-row > label,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .form-row label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: #627387;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .woocommerce-Input,
body.woocommerce-account:not(.logged-in) .sw-account-auth input[type="text"],
body.woocommerce-account:not(.logged-in) .sw-account-auth input[type="email"],
body.woocommerce-account:not(.logged-in) .sw-account-auth input[type="password"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="text"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="email"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="tel"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="password"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content select,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1.5px solid #dde8f0;
  border-radius: 4px;
  background: #fafcfe;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
  box-shadow: none;
  transition: border-color 0.15s, background 0.15s;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .woocommerce-Input::placeholder,
body.woocommerce-account:not(.logged-in) .sw-account-auth input::placeholder,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input::placeholder,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea::placeholder {
  color: #8ea0b3;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .woocommerce-Input:focus,
body.woocommerce-account:not(.logged-in) .sw-account-auth input:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content select:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea:focus {
  outline: none;
  border-color: #43bce8;
  background: #ffffff;
  box-shadow: none;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .password-input,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .password-input {
  display: block;
  position: relative;
  width: 100%;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .password-input .woocommerce-Input,
body.woocommerce-account:not(.logged-in) .sw-account-auth .password-input input,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .password-input input {
  width: 100%;
  padding-right: 52px;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth button.show-password-input,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button.show-password-input {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
  color: var(--color-text-muted) !important;
  transform: translateY(-50%);
}

body.woocommerce-account:not(.logged-in) .sw-account-auth button.show-password-input::before,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button.show-password-input::before {
  width: 20px;
  height: 20px;
}

.sw-account-auth__grid--half {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sw-account-auth__forgot {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
}

.sw-account-auth__hint {
  margin: -8px 0 0;
  color: #97a5b6;
  font-size: 12px;
  line-height: 1.5;
}

.sw-account-auth__checkbox-row label {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: var(--color-text-soft);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.sw-account-auth__checkbox-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid var(--color-border-strong);
  border-radius: 6px;
}

.sw-account-auth__checkbox-row--terms label {
  align-items: flex-start;
}

.sw-account-auth__checkbox-row a {
  color: var(--color-primary);
  font-weight: 700;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .sw-account-auth__submit {
  width: 100%;
  opacity: 1;
}

body.woocommerce-account:not(.logged-in) .sw-account-auth .sw-account-auth__submit:hover,
body.woocommerce-account:not(.logged-in) .sw-account-auth .sw-account-auth__submit:focus {
  color: var(--color-surface) !important;
}

.sw-account-auth__divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sw-account-auth__divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--color-border) 18%, var(--color-border) 82%, transparent 100%);
  transform: translateX(-50%);
}

.sw-account-auth__divider span {
  position: relative;
  z-index: 1;
  padding: 12px 0;
  background: linear-gradient(180deg, #f6fbfe 0%, var(--color-surface) 100%);
  color: var(--color-text-muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .sw-account-auth,
  .sw-account-auth.is-login-only {
    grid-template-columns: 1fr;
  }

  .sw-account-auth__divider {
    min-height: 40px;
  }

  .sw-account-auth__divider::before {
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
  }

  .sw-account-auth__divider span {
    padding: 0 12px;
  }
}

@media (max-width: 640px) {
  body.woocommerce-account:not(.logged-in) .woocommerce {
    padding: 24px 16px 48px;
  }

  .sw-account-auth__card {
    padding: 28px 22px;
  }

  .sw-account-auth__grid--half {
    grid-template-columns: 1fr;
  }
}

body.woocommerce-account.logged-in .entry-content > .woocommerce,
body.woocommerce-account.logged-in .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
}

body.woocommerce-account.logged-in .woocommerce {
  padding: 36px 24px 72px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

body.woocommerce-account.logged-in .woocommerce::before,
body.woocommerce-account.logged-in .woocommerce::after {
  display: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.sw-account-dashboard {
  display: grid;
  gap: 22px;
}

.sw-account-dashboard__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px;
  border: 1px solid rgba(67, 188, 232, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7fbfe 0%, #ffffff 62%);
}

.sw-account-dashboard__intro {
  display: grid;
  gap: 10px;
  max-width: 680px;
}

.sw-account-dashboard__eyebrow {
  color: var(--color-primary);
}

.sw-account-dashboard__title {
  font-size: clamp(26px, 3vw, 36px);
}

.sw-account-dashboard__copy {
  max-width: 58ch;
  color: var(--color-text-soft);
}

.sw-account-dashboard__hero-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
  flex-shrink: 0;
}

.sw-account-dashboard__logout {
  color: var(--color-text-muted) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.sw-account-dashboard__logout:hover,
.sw-account-dashboard__logout:focus {
  color: var(--color-navy) !important;
}

.sw-account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sw-account-dashboard__card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: var(--color-surface-alt);
}

.sw-account-dashboard__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(67, 188, 232, 0.12);
  color: var(--color-primary);
  font-size: 18px;
}

.sw-account-dashboard__card-title {
  margin: 0;
  color: var(--color-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.sw-account-dashboard__card-copy {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 15px;
  line-height: 1.65;
}

.sw-account-dashboard__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--color-navy) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.sw-account-dashboard__card-link i {
  font-size: 11px;
  transition: transform var(--transition-base);
}

.sw-account-dashboard__card-link:hover i,
.sw-account-dashboard__card-link:focus i {
  transform: translateX(2px);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 24px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 16px;
  list-style: none;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(10, 34, 51, 0.06);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  margin: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: var(--radius-xl);
  color: var(--color-text-soft);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color var(--transition-base), color var(--transition-base), transform var(--transition-base);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:focus {
  background: var(--color-surface-soft);
  color: var(--color-navy);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a[aria-current="page"] {
  background: var(--color-primary);
  color: var(--color-surface);
  box-shadow: 0 14px 30px rgba(67, 188, 232, 0.18);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  min-width: 0;
  padding: 32px 34px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(10, 34, 51, 0.06);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content p,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content li,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content label,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content address {
  color: var(--color-text-soft);
  font-size: 16px;
  line-height: 1.7;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content legend {
  margin: 0 0 18px;
  color: var(--color-navy);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
  color: var(--color-primary);
  font-weight: 700;
}

.qty-btn {
  cursor: pointer;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-error {
  margin-bottom: 20px;
  background: var(--color-surface-soft);
  border: 1px solid rgba(67, 188, 232, 0.2);
  border-top: 3px solid var(--color-primary);
  border-radius: 16px;
  box-shadow: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses.u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address {
  padding: 24px;
  background: var(--color-surface-alt);
  border: 1px solid var(--color-border);
  border-radius: 20px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h2,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: var(--button-min-height);
  padding: 0 var(--button-padding-inline);
  border: 0;
  border-radius: var(--button-radius);
  background: var(--color-accent);
  color: var(--color-surface);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title .edit:focus {
  background: var(--color-accent-dark);
  color: var(--color-surface);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address address {
  margin: 0;
  font-style: normal;
  overflow-wrap: anywhere;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-surface);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content th,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: middle;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content th {
  color: var(--color-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--color-surface-alt);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"] {
  background: var(--color-accent);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]:focus {
  background: var(--color-accent-dark);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 20px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content form {
  margin: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .form-row {
  margin-bottom: 18px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  float: none;
  clear: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-wide,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .address-field {
  grid-column: 1 / -1;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
  display: block;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container {
  width: 100% !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--multiple {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1.5px solid #dde8f0;
  border-radius: 4px;
  background: #fafcfe;
  box-shadow: none;
  line-height: 1.35;
  transition: border-color 0.15s, background 0.15s;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #43bce8;
  background: #ffffff;
  box-shadow: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 24px;
  color: #0a2233;
  line-height: 24px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 10px;
  width: 16px;
  height: 100%;
  transform: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea {
  min-height: 140px;
  padding: 16px 18px;
  resize: vertical;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content fieldset {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
}

@media (max-width: 980px) {
  body.woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    position: static;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .sw-account-dashboard__hero {
    align-items: start;
    flex-direction: column;
  }

  .sw-account-dashboard__hero-actions {
    width: 100%;
    justify-items: start;
  }

  .sw-account-dashboard__grid {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-wide,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .address-field {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body.woocommerce-account.logged-in .woocommerce {
    padding: 24px 16px 48px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 24px 20px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content table,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content thead,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content tbody,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content th,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content td,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content tr {
    display: block;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content thead {
    display: none;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content tr {
    padding: 14px 16px;
    border-bottom: 1px solid var(--color-border);
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content td {
    padding: 8px 0;
    border: 0;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title {
    flex-direction: column;
    align-items: stretch;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    width: 100%;
  }
}

body.woocommerce-checkout .sw-checkout-card {
  padding: 24px;
  margin-bottom: 20px;
}


body.woocommerce-checkout .section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

body.woocommerce-checkout .section-label span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  white-space: nowrap;
}

body.woocommerce-checkout .section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8eef2;
}

body.woocommerce-checkout .sw-checkout-field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.woocommerce-checkout .sw-checkout-field-row .form-row,
body.woocommerce-checkout .password-fields .form-row {
  margin: 0;
  width: 100%;
  float: none;
  clear: none;
}

body.woocommerce-checkout .sw-checkout-field-row .form-row.field,
body.woocommerce-checkout .password-fields .form-row.field {
  flex: 1 1 100%;
}

body.woocommerce-checkout .sw-checkout-field-row .form-row.half {
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
}

body.woocommerce-checkout .sw-checkout-field-row label,
body.woocommerce-checkout .password-fields label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--sw-checkout-muted-strong);
  margin-bottom: 5px;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

body.woocommerce-checkout .sw-checkout-email-field label {
  display: none !important;
}

body.woocommerce-checkout .sw-checkout-field-row .woocommerce-input-wrapper,
body.woocommerce-checkout .password-fields .woocommerce-input-wrapper,
body.woocommerce-checkout .woocommmerce-additional-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: block;
  width: 100%;
}

body.woocommerce-checkout .sw-checkout-field-row input,
body.woocommerce-checkout .sw-checkout-field-row select,
body.woocommerce-checkout .sw-checkout-field-row textarea,
body.woocommerce-checkout .password-fields input,
body.woocommerce-checkout .password-fields select,
body.woocommerce-checkout .password-fields textarea,
body.woocommerce-checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-container--default .select2-selection--multiple {
  display: block;
  width: 100% !important;
  max-width: 100%;
  padding: 11px 13px;
  border: 1.5px solid #dde8f0;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  color: var(--text);
  background: #fafcfe;
  outline: none;
  box-shadow: none;
  min-height: 48px;
  line-height: 1.35;
  transition: border-color 0.15s, background 0.15s;
}

body.woocommerce-checkout .sw-checkout-field-row input.input-text,
body.woocommerce-checkout .sw-checkout-field-row select,
body.woocommerce-checkout .sw-checkout-field-row textarea,
body.woocommerce-checkout .password-fields input.input-text,
body.woocommerce-checkout .password-fields input[type="password"] {
  display: block;
  width: 100% !important;
}

body.woocommerce-checkout .sw-checkout-field-row textarea {
  resize: vertical;
  min-height: 96px;
}

body.woocommerce-checkout .sw-checkout-field-row input:focus,
body.woocommerce-checkout .sw-checkout-field-row select:focus,
body.woocommerce-checkout .sw-checkout-field-row textarea:focus,
body.woocommerce-checkout .password-fields input:focus,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--multiple,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #43bce8;
  background: #ffffff;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0a2233;
  line-height: 24px;
  padding-left: 0;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

body.woocommerce-checkout .account-toggle-box {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1.5px solid #e8eef2;
  border-radius: 12px;
  background: #fafcfe;
  transition: border-color 0.2s, background 0.2s;
}

body.woocommerce-checkout .account-toggle-box.active {
  border-color: #43bce8;
  background: rgba(67, 188, 232, 0.04);
}

body.woocommerce-checkout .toggle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

body.woocommerce-checkout .toggle-row.is-static {
  cursor: default;
}

body.woocommerce-checkout .toggle-label-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.woocommerce-checkout .sw-checkout-contact-row {
  display: block;
}

body.woocommerce-checkout .sw-checkout-contact-row .form-row {
  width: 100%;
}

body.woocommerce-checkout .toggle-label-title {
  font-size: 13px;
  font-weight: 700;
  color: #0a2233;
}

body.woocommerce-checkout .toggle-label-text small {
  font-size: 11px;
  color: var(--sw-checkout-muted);
}

body.woocommerce-checkout .toggle-switch {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #d1d5db;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s;
}

body.woocommerce-checkout .toggle-switch::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: left 0.2s;
}

body.woocommerce-checkout .toggle-switch.on {
  background: #43bce8;
}

body.woocommerce-checkout .toggle-switch.on::after {
  left: 21px;
}

body.woocommerce-checkout .sw-checkout-toggle-input,
body.woocommerce-checkout .sw-checkout-checkbox-input,
body.woocommerce-checkout .sw-checkout-option-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.woocommerce-checkout .password-fields {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease, margin-top 0.2s ease;
}

body.woocommerce-checkout .password-fields.open,
body.woocommerce-checkout .account-toggle-box .sw-create-account-fields {
  margin-top: 14px;
}

body.woocommerce-checkout .password-fields.open {
  max-height: 220px;
  opacity: 1;
}

body.woocommerce-checkout .password-fields .field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.woocommerce-checkout .password-fields .form-row {
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
}

body.woocommerce-checkout .check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  cursor: pointer;
  user-select: none;
}

body.woocommerce-checkout .check-row + .check-row {
  margin-top: 10px;
}

body.woocommerce-checkout .sw-checkout-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #374151;
  cursor: pointer;
}

body.woocommerce-checkout .check-box {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px solid #d1d5db;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s;
  font-size: 11px;
  color: #ffffff;
  line-height: 1;
  margin-top: 1px;
}

body.woocommerce-checkout .check-box.checked {
  border-color: #43bce8;
  background: #43bce8;
}

body.woocommerce-checkout .check-box.checked::after {
  content: '✓';
}

body.woocommerce-checkout .sw-checkout-checkbox-row a,
body.woocommerce-checkout .sw-checkout-checkbox-row a:hover,
body.woocommerce-checkout .sw-checkout-checkbox-row a:focus {
  color: #43bce8;
  text-decoration: none;
}

body.woocommerce-checkout .sw-checkout-options-list,
body.woocommerce-checkout .sw-checkout-payment-options {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .option.sw-checkout-option {
  display: block;
  padding: 0;
  border: 1.5px solid #dde8f0;
  border-radius: 10px;
  background: #fafcfe;
  transition: border-color 0.15s, background 0.15s;
  margin-bottom: 8px;
  user-select: none;
}

body.woocommerce-checkout .option.sw-checkout-option:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout .option.sw-checkout-option.active {
  border-color: #43bce8;
  background: rgba(67, 188, 232, 0.05);
}

body.woocommerce-checkout .sw-checkout-option-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  margin: 0;
  cursor: pointer;
  width: 100%;
}

body.woocommerce-checkout .option-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.woocommerce-checkout .radio-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s;
}

body.woocommerce-checkout .radio-dot::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  display: none;
}

body.woocommerce-checkout .option.sw-checkout-option.active .radio-dot {
  border-color: #43bce8;
  background: #43bce8;
}

body.woocommerce-checkout .option.sw-checkout-option.active .radio-dot::after {
  display: block;
}

body.woocommerce-checkout .option-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}

body.woocommerce-checkout .option.sw-checkout-option.active .option-label {
  font-weight: 600;
}

body.woocommerce-checkout .option-sub {
  display: block;
  font-size: 11px;
  color: var(--sw-checkout-muted);
  margin-top: 2px;
}

body.woocommerce-checkout .option-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  flex-shrink: 0;
  text-align: right;
}

body.woocommerce-checkout .option-price.free {
  color: #16a34a;
}

body.woocommerce-checkout .option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.woocommerce-checkout .sw-checkout-gateway-icon img {
  display: block;
  width: auto;
  max-width: 72px;
  max-height: 24px;
  height: auto;
}

body.woocommerce-checkout .sw-checkout-payment-options .payment_box {
  padding: 0 14px 14px 42px;
  margin: 0;
  background: transparent;
  color: var(--sw-checkout-muted-strong);
  font-size: 12px;
  line-height: 1.5;
}

body.woocommerce-checkout .sw-checkout-payment-options .payment_box p:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout .sw-checkout-notes-card textarea {
  min-height: 104px;
}

body.woocommerce-checkout .sw-checkout-terms-wrapper {
  margin-bottom: 18px;
}

body.woocommerce-checkout .sw-checkout-submit-card {
  background: #ffffff;
}

body.woocommerce-checkout .sw-checkout-terms-wrapper .woocommerce-privacy-policy-text,
body.woocommerce-checkout .sw-checkout-terms-wrapper .woocommerce-terms-and-conditions {
  font-size: 11px;
  color: var(--sw-checkout-muted);
  margin-bottom: 12px;
  line-height: 1.6;
}

body.woocommerce-checkout .sw-checkout-terms-wrapper .form-row {
  margin: 0;
}

body.woocommerce-checkout .sw-checkout-terms-wrapper .required {
  color: #ff6900;
  text-decoration: none;
}

body.woocommerce-checkout .order-btn {
  width: 100%;
  padding: 15px;
  background: #e5e7eb;
  color: #9ca3af;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  font-family: inherit;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background 0.2s, color 0.2s;
  margin-top: 18px;
}

.woocommerce-checkout-payment, .woocommerce-checkout #payment  {
  background: #f4f8fb;
}

body.woocommerce-checkout .order-btn.active,
body.woocommerce-checkout .order-btn:not(:disabled) {
  background: var(--orange);
  color: #ffffff;
  cursor: pointer;
}

body.woocommerce-checkout .order-btn:hover {
  background: var(--orange) !important;
}

body.woocommerce-checkout .order-btn .total-badge {
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 600;
}

body.woocommerce-checkout .order-footer {
  font-size: 11px;
  color: var(--sw-checkout-muted);
  text-align: center;
  margin-top: 10px;
}

body.woocommerce-checkout .summary-card {
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(10, 34, 51, 0.06);
  position: static;
  background: #ffffff;
}

body.woocommerce-checkout .sw-checkout-field-row .form-row.sw-checkout-lookup-trigger,
body.woocommerce-checkout .sw-checkout-field-row .form-row.sw-checkout-autofill-field {
  min-width: 0;
}

body.woocommerce-checkout .sw-checkout-field-row .form-row.sw-checkout-field-valid input,
body.woocommerce-checkout .sw-checkout-field-row .form-row.sw-checkout-field-valid select,
body.woocommerce-checkout .sw-checkout-field-row .form-row.sw-checkout-field-valid textarea,
body.woocommerce-checkout .password-fields .form-row.sw-checkout-field-valid input {
  border-color: #20a25b;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(32, 162, 91, 0.12);
}

body.woocommerce-checkout .sw-checkout-field-row .form-row.sw-checkout-field-loading input {
  background-image: linear-gradient(90deg, rgba(67, 188, 232, 0.08), rgba(67, 188, 232, 0.18), rgba(67, 188, 232, 0.08));
  background-size: 200% 100%;
  animation: swCheckoutLookupPulse 1s linear infinite;
}

@keyframes swCheckoutLookupPulse {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

body.woocommerce-checkout .summary-header {
  background: #43bce8;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.woocommerce-checkout .summary-header h2 {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

body.woocommerce-checkout .summary-header span {
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

body.woocommerce-checkout .summary-items {
  padding: 4px 0;
}

body.woocommerce-checkout .summary-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid #f0f4f6;
}

body.woocommerce-checkout .summary-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.woocommerce-checkout .summary-item:last-child {
  border-bottom: none;
}

body.woocommerce-checkout .item-thumb {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(67, 188, 232, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}

body.woocommerce-checkout .sw-checkout-summary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

body.woocommerce-checkout .item-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: var(--text);
  color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(10, 34, 51, 0.18);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
}

body.woocommerce-checkout .item-name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: #0a2233;
  line-height: 1.35;
}

body.woocommerce-checkout .item-price {
  font-size: 14px;
  font-weight: 700;
  color: #0a2233;
  flex-shrink: 0;
  text-align: right;
}

body.woocommerce-checkout .item-price del {
  color: #66758a;
  text-decoration: line-through;
}

body.woocommerce-checkout .item-price ins {
  color: #0a2233;
  text-decoration: none;
  background: transparent;
}

body.woocommerce-checkout .sw-checkout-summary-meta,
body.woocommerce-checkout .sw-checkout-summary-meta dl,
body.woocommerce-checkout .sw-checkout-summary-meta dd,
body.woocommerce-checkout .sw-checkout-summary-meta dt {
  font-size: 11px;
  color: var(--sw-checkout-muted);
  margin: 2px 0 0;
}

body.woocommerce-checkout .sw-checkout-summary-meta dl {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

body.woocommerce-checkout .summary-totals {
  padding: 16px 20px;
}

body.woocommerce-checkout .total-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: var(--sw-checkout-muted-strong);
  margin-bottom: 8px;
}

body.woocommerce-checkout .total-row .val {
  font-weight: 600;
  color: #0a2233;
  text-align: right;
}

body.woocommerce-checkout .total-row .val.free {
  color: #16a34a;
}

body.woocommerce-checkout .total-divider {
  height: 1px;
  background: #e8eef2;
  margin: 6px 0 14px;
}

body.woocommerce-checkout .total-final {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

body.woocommerce-checkout .total-final .lbl {
  font-size: 14px;
  font-weight: 700;
  color: #0a2233;
}

body.woocommerce-checkout .total-final .amount {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: var(--text);
  text-align: right;
}

body.woocommerce-checkout .total-final .incl {
  font-size: 10px;
  color: var(--sw-checkout-muted);
  text-align: right;
  display: block;
  margin-top: 2px;
}

body.woocommerce-checkout .summary-trust {
  background: #f7fbfd;
  border-top: 1px solid #f0f4f6;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}

body.woocommerce-checkout .trust-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  font-size: 11px;
  color: #6b7280;
  margin-left: 0;
  padding: 5px 0;
}

body.woocommerce-checkout .trust-row-icon {
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff7a00;
  flex-shrink: 0;
  font-size: 14px;
}

body.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
  margin-bottom: 16px;
  border-radius: 12px;
}

body.woocommerce-checkout .sw-checkout-empty-methods .woocommerce-info,
body.woocommerce-checkout .sw-checkout-empty-methods .woocommerce-notice,
body.woocommerce-checkout .sw-checkout-empty-methods .woocommerce-message {
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  body.woocommerce-checkout .checkout-wrap.sw-checkout-layout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .summary-card {
    position: static;
  }
}

@media (max-width: 720px) {
  body.woocommerce-checkout .sw-checkout-header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.woocommerce-checkout .sw-checkout-header-logo-image {
    height: 42px;
  }

  body.woocommerce-checkout .woocommerce {
    padding-top: 12px;
  }

  body.woocommerce-checkout .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout .woocommerce-notices-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.woocommerce-checkout .checkout-wrap.sw-checkout-layout {
    padding: 16px;
    gap: 20px;
  }

  body.woocommerce-checkout .sw-checkout-card {
    padding: 20px;
  }

  body.woocommerce-checkout .sw-checkout-field-row .form-row.half {
    flex-basis: 100%;
  }

  body.woocommerce-checkout .password-fields .form-row {
    flex-basis: 100%;
  }

  body.woocommerce-checkout .summary-item,
  body.woocommerce-checkout .summary-totals,
  body.woocommerce-checkout .summary-header,
  body.woocommerce-checkout .summary-trust {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.woocommerce-checkout .order-btn {
    flex-direction: column;
  }
}

.sw-blog-home {
  background:
    radial-gradient(circle at top left, rgba(67, 188, 232, 0.18), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 42%);
  padding: 42px 0 78px;
}

.sw-blog-home__header-inner,
.sw-blog-home__content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.sw-blog-home__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5f7480;
  font-size: 14px;
  margin-bottom: 28px;
}

.sw-blog-home__breadcrumb a {
  color: #0a2233;
  text-decoration: none;
}

.sw-blog-home__title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.sw-blog-home__count {
  border: 1px solid rgba(10, 34, 51, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #0a2233;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(10, 34, 51, 0.08);
}

.sw-blog-home__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.sw-blog-home__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(10, 34, 51, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.sw-blog-home__tab:hover,
.sw-blog-home__tab:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(67, 188, 232, 0.12);
  text-decoration: none;
  color: unset;
}

.sw-blog-home__tab.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(10, 34, 51, 0.18);
}

.sw-blog-home__featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  background: #ffffff;
  border: 1px solid rgba(10, 34, 51, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 56px rgba(10, 34, 51, 0.1);
  margin-bottom: 28px;
}

.sw-blog-home__featured-media,
.sw-blog-home__card-thumb {
  position: relative;
  overflow: hidden;
}

.sw-blog-home__featured-media {
  min-height: 420px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
}

.sw-blog-home__featured-media::before,
.sw-blog-home__card-thumb::before,
.sw-blog-home__card-thumb-image::before {
  content: "";
  position: absolute;
  inset: 0;
}

.sw-blog-home__featured-badge,
.sw-blog-home__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.sw-blog-home__tag.sw-blog-home__tag--zilver {
  font-weight: 700;
}

.sw-blog-home__featured-badge {
  background: var(--primary);
  color: #ffffff;
  padding: 10px 14px;
  backdrop-filter: blur(10px);
}

.sw-blog-home__featured-meta {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 600;
}

.sw-blog-home__featured-emoji {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  filter: drop-shadow(0 18px 38px rgba(10, 34, 51, 0.22));
}

.sw-blog-home__featured-body {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sw-blog-home__featured-body h2,
.sw-blog-home__card-body h3 {
  margin: 0;
  color: var(--text);
  letter-spacing: -0.03em;
}

.sw-blog-home__featured-body h2 {
  margin-top: 18px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 700;
}

.sw-blog-home__featured-body h2 a,
.sw-blog-home__card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.sw-blog-home__featured-body p,
.sw-blog-home__card-body p {
  color: #516977;
}

.sw-blog-home__featured-body p {
  margin: 18px 0 26px;
  font-size: 17px;
  line-height: 1.75;
}

.sw-blog-home__featured-actions {
  margin-top: auto;
}

.sw-blog-home__title-row .sw-ui-copy {
  color: var(--text);
}

.sw-blog-home__featured-actions .sw-ui-button {
  display: inline-flex;
  width: fit-content;
  min-width: 220px;
  white-space: nowrap;
}

.sw-blog-home__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sw-blog-home__card {
  background: #ffffff;
  border: 1px solid rgba(10, 34, 51, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(10, 34, 51, 0.08);
}

.sw-blog-home__card-thumb {
  display: block;
  min-height: 228px;
  background: linear-gradient(135deg, #edf7fb 0%, #dfeff6 100%);
  text-decoration: none;
}

.sw-blog-home__card-thumb::before,
.sw-blog-home__card-thumb-image::before {
  background: linear-gradient(180deg, rgba(10, 34, 51, 0.02), rgba(10, 34, 51, 0.2));
}

.sw-blog-home__card-cat {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
}

.sw-blog-home__card-thumb-image {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
}

.sw-blog-home__card-emoji {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 88px;
  filter: drop-shadow(0 14px 26px rgba(10, 34, 51, 0.18));
}

.sw-blog-home__card-body {
  padding: 24px 24px 26px;
}

.sw-blog-home__card-body h3 {
  font-size: 26px;
  line-height: 1.12;
}

.sw-blog-home__card-body p {
  margin: 15px 0 18px;
  font-size: 15px;
  line-height: 1.72;
}

.sw-blog-home__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #6d7d88;
  font-size: 13px;
  margin-bottom: 16px;
}

.sw-blog-home__read-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sw-blog-home__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a2233;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.sw-blog-home__card-link:hover {
  text-decoration: none;
  color: unset;
}

.sw-blog-home__load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.sw-blog-home__empty {
  background: #ffffff;
  border: 1px solid rgba(10, 34, 51, 0.08);
  border-radius: 28px;
  padding: 36px;
  text-align: center;
  box-shadow: 0 18px 46px rgba(10, 34, 51, 0.08);
}

.sw-blog-home__empty h2 {
  margin: 0 0 12px;
  color: #0a2233;
}

.sw-blog-home__empty p {
  margin: 0;
  color: #5f7480;
}

.sw-blog-home__tag {
  padding: 8px 12px;
}

.sw-blog-home__tag--default {
  background: var(--primary);
  color: white;
}

.sw-blog-home__tag--muizen {
  background: #ffe1d3;
  color: #a44919;
}

.sw-blog-home__tag--ratten {
  background: #f8dfe2;
  color: #8f2f3d;
}

.sw-blog-home__tag--insecten {
  background: #fff3c8;
  color: #8f6900;
}

.sw-blog-home__tag--mollen {
  background: #efe3d4;
  color: #715239;
}

.sw-blog-home__tag--wespen {
  background: #fff1b8;
  color: #8b6700;
}

.sw-blog-home__tag--zilver {
  background: #e2eef4;
  color: #3e6175;
}

.sw-blog-home__thumb--default {
  background: linear-gradient(135deg, #e8f5fb 0%, #dbeef7 100%);
}

.sw-blog-home__thumb--muizen {
  background: linear-gradient(135deg, #ffe7dc 0%, #ffd1bd 100%);
}

.sw-blog-home__thumb--ratten {
  background: linear-gradient(135deg, #fbe5e8 0%, #f2c6cf 100%);
}

.sw-blog-home__thumb--insecten {
  background: linear-gradient(135deg, #fff5d4 0%, #ffe89d 100%);
}

.sw-blog-home__thumb--mollen {
  background: linear-gradient(135deg, #f2e8de 0%, #dbc5ae 100%);
}

.sw-blog-home__thumb--wespen {
  background: linear-gradient(135deg, #fff4c7 0%, #ffd873 100%);
}

.sw-blog-home__thumb--zilver {
  background: linear-gradient(135deg, #ecf3f7 0%, #d6e5ee 100%);
}

@media (max-width: 1024px) {
  .sw-blog-home {
    padding-top: 30px;
  }

  .sw-blog-home__featured {
    grid-template-columns: 1fr;
  }

  .sw-blog-home__title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sw-blog-home__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sw-blog-home {
    padding: 22px 0 56px;
  }

  .sw-blog-home__header-inner,
  .sw-blog-home__content {
    width: min(100% - 24px, 1180px);
  }

  .sw-blog-home__title-row h1 {
    font-size: 40px;
  }

  .sw-blog-home__title-row p {
    font-size: 16px;
  }

  .sw-blog-home__featured-media {
    min-height: 300px;
    padding: 20px;
  }

  .sw-blog-home__featured-body,
  .sw-blog-home__card-body,
  .sw-blog-home__empty {
    padding: 22px;
  }

  .sw-blog-home__grid {
    grid-template-columns: 1fr;
  }

  .sw-blog-home__card-thumb {
    min-height: 200px;
  }

  .sw-blog-home__card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sw-blog-single {
  background:
    radial-gradient(circle at top left, rgba(67, 188, 232, 0.18), transparent 28%),
    linear-gradient(180deg, #f7fbfd 0%, #edf5fa 28%, #ffffff 100%);
  padding-bottom: 84px;
}

.sw-blog-single__shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.sw-blog-single__hero {
  padding: 34px 0 22px;
}

.sw-blog-single__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #6b7a87;
  font-size: 13px;
  margin-bottom: 26px;
}

.sw-blog-single__breadcrumb a {
  color: #0a2233;
  text-decoration: none;
}

.sw-blog-single__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.sw-blog-single__hero-media,
.sw-blog-single__article-card,
.sw-blog-single__sidebar-card,
.sw-blog-single__related-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(10, 34, 51, 0.08);
  box-shadow: 0 18px 48px rgba(10, 34, 51, 0.08);
}

.sw-blog-single__hero-copy {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: 980px;
}

.sw-blog-single__hero-copy .sw-ui-title--hero {
  margin: 18px 0 0;
}

.sw-blog-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #60717f;
  font-size: 13px;
  font-weight: 700;
}

.sw-blog-single__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sw-blog-single__hero-media {
  border-radius: 30px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
}

.sw-blog-single__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.sw-blog-single__hero-emoji {
  font-size: 120px;
  filter: drop-shadow(0 18px 36px rgba(10, 34, 51, 0.16));
}

.sw-blog-single__body {
  padding-top: 10px;
}

.sw-blog-single__lead-stack {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.sw-blog-single__lead-media {
  min-height: 360px;
}

.sw-blog-single__intro-card {
  background: #ffffff;
  border: 1px solid rgba(10, 34, 51, 0.08);
  border-left: 4px solid #43bce8;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 18px 48px rgba(10, 34, 51, 0.06);
  padding: 24px 26px;
}

.sw-blog-single__intro-card > *:last-child {
  margin-bottom: 0;
}

.sw-blog-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.sw-blog-single__article {
  min-width: 0;
}

.sw-blog-single__article-card {
  border-radius: 30px;
  padding: 34px;
}

.sw-blog-single__article-content {
  color: #314657;
  font-size: 17px;
  line-height: 1.86;
}

.sw-blog-single__article-content > *:first-child {
  margin-top: 0;
}

.sw-blog-single__article-content > *:last-child {
  margin-bottom: 0;
}

.sw-blog-single__article-content h2,
.sw-blog-single__article-content h3,
.sw-blog-single__article-content h4 {
  color: #0a2233;
  line-height: 1.12;
  letter-spacing: -0.03em;
  scroll-margin-top: 120px;
}

.sw-blog-single__article-content h2 {
  margin: 44px 0 16px;
  font-size: clamp(28px, 3vw, 38px);
}

.sw-blog-single__article-content h3 {
  margin: 32px 0 12px;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #d4e8f4;
}

.sw-blog-single__article-content p,
.sw-blog-single__article-content ul,
.sw-blog-single__article-content ol,
.sw-blog-single__article-content blockquote,
.sw-blog-single__article-content table,
.sw-blog-single__article-content figure {
  margin: 0 0 18px;
}

.sw-blog-single__article-content ul,
.sw-blog-single__article-content ol {
  padding-left: 24px;
}

.sw-blog-single__article-content ul {
  list-style: disc;
}

.sw-blog-single__article-content ol {
  list-style: decimal;
}

.sw-blog-single__article-content li + li {
  margin-top: 8px;
}

.sw-blog-single__article-content a {
  color: #0b76b8;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.sw-blog-single__article-content strong {
  color: #0a2233;
  font-weight: 800;
}

.sw-blog-single__article-content blockquote {
  border-left: 4px solid #43bce8;
  border-radius: 0 16px 16px 0;
  background: #eef8fd;
  padding: 18px 20px;
  color: #1f4154;
  font-weight: 600;
}

.sw-blog-single__article-content .sw-blog-tip {
  margin: 26px 0;
  padding: 18px 20px;
  border-left: 4px solid #43bce8;
  border-radius: 0 16px 16px 0;
  background: #eef8fd;
}

.sw-blog-single__article-content .sw-blog-tip__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sw-blog-single__article-content .sw-blog-tip__eyebrow i {
  font-size: 15px;
}

.sw-blog-single__article-content .sw-blog-tip__eyebrow span {
  line-height: 1;
  margin-bottom: -1px;
}

.sw-blog-single__article-content .sw-blog-tip__content {
  color: #1f4154;
}

.sw-blog-single__article-content .sw-blog-tip__content > *:last-child {
  margin-bottom: 0;
}

.sw-blog-single__article-content .sw-blog-tip--note {
  border-left-color: #98aab8;
  background: #f4f7f9;
}

.sw-blog-single__article-content .sw-blog-tip--note .sw-blog-tip__eyebrow {
  color: #506777;
}

.sw-blog-single__article-content .sw-blog-tip--warning {
  border-left-color: #f3a647;
  background: #fff6e9;
}

.sw-blog-single__article-content .sw-blog-tip--warning .sw-blog-tip__eyebrow {
  color: #c06a00;
}

.sw-blog-single__article-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.sw-blog-single__article-content figure img,
.sw-blog-single__article-content .wp-block-image img {
  width: 100%;
}

.sw-blog-single__article-content .wp-block-image,
.sw-blog-single__article-content figure {
  overflow: hidden;
  border-radius: 22px;
}

.sw-blog-single__article-content table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d8e8f1;
  border-radius: 18px;
  background: #fff;
}

.sw-blog-single__article-content th,
.sw-blog-single__article-content td {
  padding: 14px 16px;
  border-bottom: 1px solid #eaf2f7;
  text-align: left;
}

.sw-blog-single__article-content tr:last-child td {
  border-bottom: 0;
}

.sw-blog-single__article-content .wp-block-buttons {
  margin-top: 26px;
  margin-bottom: 26px;
}

.sw-blog-single__article-content .wp-block-button__link {
  background: linear-gradient(135deg, var(--color-accent) 0%, #ff9540 100%);
  color: var(--color-surface);
}

.sw-blog-single__product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap);
  padding: 0;
  min-height: unset;
  border-radius: var(--button-radius);
  color: inherit;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  text-decoration: none;
  transition: transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.sw-blog-single__sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.sw-blog-single__sidebar-card {
  border-radius: 18px;
  padding: 20px;
}

.sw-blog-single__toc-card,
.sw-blog-single__related-sidebar {
  padding: 0;
  overflow: hidden;
}

.sw-blog-single__toc-card .sw-blog-single__sidebar-title {
  display: flex;
  width: 100%;
  padding: 14px 18px;
  background: #43bce8;
  color: #ffffff;
}

.sw-blog-single__toc-list {
  counter-reset: sw-blog-toc;
  display: grid;
  gap: 0;
}

.sw-blog-single__toc-item {
  border-top: 1px solid #edf3f7;
}

.sw-blog-single__toc-item:first-child {
  border-top: 0;
}

.sw-blog-single__toc-item a {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 5px;
  align-items: start;
  padding: 16px 18px;
  color: #415767;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: inset 3px 0 0 transparent;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.sw-blog-single__toc-item a::before {
  counter-increment: sw-blog-toc;
  content: counter(sw-blog-toc);
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.sw-blog-single__toc-item.level-3 a {
  padding-left: 20px;
}

.sw-blog-single__toc-item a:hover,
.sw-blog-single__toc-item a:focus {
  background: #f8fbfd;
  color: #0a2233;
}

.sw-blog-single__toc-item.is-active a,
.sw-blog-single__toc-item a.is-active {
  background: #f8fbfd;
  color: var(--text);
  box-shadow: inset 3px 0 0 #43bce8;
}

.sw-blog-single__cta-card {
  background: #0b2335;
  color: #d6e7f1;
}

.sw-blog-single__cta-title {
  color: #ffffff;
}

.sw-blog-single__cta-card p {
  margin: 14px 0 0;
  color: #d6e7f1;
  font-size: 14px;
  line-height: 1.7;
}

.sw-blog-single__cta-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sw-blog-single__cta-card .sw-ui-button {
  width: 100%;
  box-shadow: none;
}

.sw-blog-single__cta-card .sw-ui-button--primary {
  background: var(--color-accent);
  color: var(--color-surface);
}

.sw-blog-single__cta-card .sw-ui-button--outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: none;
}

.sw-blog-single__related-sidebar .sw-blog-single__sidebar-title {
  display: flex;
  width: 100%;
  padding: 18px 18px 14px;
}

.sw-blog-single__related-list {
  display: grid;
}

.sw-blog-single__related-list-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-top: 1px solid #edf3f7;
}

.sw-blog-single__related-list-thumb {
  width: 52px;
  height: 52px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
}

.sw-blog-single__related-list-thumb-image {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
}

.sw-blog-single__related-list-emoji {
  font-size: 24px;
}

.sw-blog-single__related-list-body {
  min-width: 0;
}

.sw-blog-single__related-list-body h3 {
  margin: 0;
  color: #0a2233;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.32;
}

.sw-blog-single__related-list-body h3 a {
  color: inherit;
  text-decoration: none;
}

.sw-blog-single__related-list-date {
  margin-top: 6px;
  color: #7b8b98;
  font-size: 12px;
  line-height: 1.4;
}

.sw-blog-single__products-section {
  margin-top: 28px;
}

.sw-blog-single__products-card {
  border-top: 4px solid #43bce8;
  border-radius: 0 0 22px 22px;
  background: #ffffff;
  border-left: 1px solid rgba(10, 34, 51, 0.08);
  border-right: 1px solid rgba(10, 34, 51, 0.08);
  border-bottom: 1px solid rgba(10, 34, 51, 0.08);
  box-shadow: 0 18px 48px rgba(10, 34, 51, 0.08);
  padding: 18px;
}

.sw-blog-single__products-kicker {
  color: var(--text);
  margin-bottom: 14px;
}

.sw-blog-single__products-list {
  display: grid;
  gap: 10px;
}

.sw-blog-single__product-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: #f8fbfd;
}

.sw-blog-single__product-thumb {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf6fd 0%, #f6fbfe 100%);
  overflow: hidden;
  text-decoration: none;
}

.sw-blog-single__product-thumb img,
.sw-blog-single__product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sw-blog-single__product-fallback-icon {
  color: #43bce8;
  font-size: 22px;
}

.sw-blog-single__product-main {
  min-width: 0;
}

.sw-blog-single__product-main h3 {
  margin: 0;
  color: #0a2233;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.sw-blog-single__product-main h3 a {
  color: inherit;
  text-decoration: none;
}

.sw-blog-single__product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-top: 8px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sw-blog-single__product-badge.is-featured {
  background: #ffe5d3;
  color: #d46a1d;
}

.sw-blog-single__product-badge.is-sale {
  background: #ffe0d9;
  color: #df5f3a;
}

.sw-blog-single__product-side {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.sw-blog-single__product-price {
  color: #0a2233;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.sw-blog-single__product-price del {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 600;
}

.sw-blog-single__product-price ins {
  color: #0a2233;
  text-decoration: none;
  background: transparent;
}

.sw-blog-single__product-link:hover,
.sw-blog-single__product-link:focus {
  transform: translateY(-1px);
  color: unset;
  text-decoration: none;
}

.sw-blog-single__product-copy {
  margin-top: 30px;
  padding-top: 10px;
}

.sw-blog-single__product-copy h2:first-child,
.sw-blog-single__product-copy h3:first-child {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .sw-blog-single__layout {
    grid-template-columns: 1fr;
  }

  .sw-blog-single__sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .sw-blog-single {
    padding-bottom: 56px;
  }

  .sw-blog-single__shell {
    width: min(100% - 24px, 1180px);
  }

  .sw-blog-single__hero {
    padding-top: 22px;
  }

  .sw-blog-single__hero-copy,
  .sw-blog-single__hero-media,
  .sw-blog-single__article-card,
  .sw-blog-single__sidebar-card {
    padding: 22px;
  }

  .sw-blog-single__toc-card,
  .sw-blog-single__related-sidebar {
    padding: 0;
  }

  .sw-blog-single__meta,
  .sw-blog-single__product-row {
    grid-template-columns: 1fr;
  }

  .sw-blog-single__intro,
  .sw-blog-single__article-content {
    font-size: 16px;
  }

  .sw-blog-single__hero-media,
  .sw-blog-single__lead-media {
    min-height: 240px;
  }

  .sw-blog-single__product-thumb {
    width: 64px;
    height: 64px;
  }

  .sw-blog-single__product-side {
    justify-items: start;
    text-align: left;
  }
}
