:root {
  --dak-navy: #151f27;
  --dak-navy-2: #1d2a34;
  --dak-orange: #f77b00;
  --dak-orange-dark: #dc6600;
  --dak-text: #26313a;
  --dak-muted: #68727b;
  --dak-line: #e5e7e9;
  --dak-soft: #f4f5f6;
  --dak-white: #fff;
  --dak-green: #00b67a;
  --dak-danger: #bd2b2b;
  --dak-container: 1390px;
  --dak-radius: 4px;
  --dak-radius-lg: 10px;
  --dak-shadow: 0 10px 34px rgb(21 31 39 / 9%);
  --dak-shadow-hover: 0 16px 42px rgb(21 31 39 / 16%);
  --dak-transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dak-text);
  background: var(--dak-white);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.dak-menu-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
input[type="submit"] {
  cursor: pointer;
}

a {
  color: var(--dak-orange);
  text-decoration: none;
  transition: color var(--dak-transition), background-color var(--dak-transition), border-color var(--dak-transition), opacity var(--dak-transition), transform var(--dak-transition), box-shadow var(--dak-transition);
}

a:hover {
  color: var(--dak-orange-dark);
}

p {
  margin: 0 0 1.15em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.6em;
  color: var(--dak-navy);
  font-weight: 700;
  line-height: 1.2;
}

h1 { font-size: clamp(30px, 4vw, 48px); }
h2 { font-size: clamp(25px, 3vw, 36px); }
h3 { font-size: 20px; }
h4 { font-size: 17px; }

ul,
ol {
  padding-left: 1.3em;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 15px;
  border: 1px solid var(--dak-line);
  text-align: left;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #cfd4d8;
  border-radius: 3px;
  background: #fff;
  outline: 0;
  transition: border-color var(--dak-transition), box-shadow var(--dak-transition);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--dak-orange);
  outline-offset: 2px;
}

.dak-container {
  width: min(calc(100% - 40px), var(--dak-container));
  margin-inline: auto;
}

.dak-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--dak-navy);
  background: #fff;
  box-shadow: var(--dak-shadow);
}

.dak-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  border: 1px solid var(--dak-orange) !important;
  border-radius: 3px !important;
  color: #fff !important;
  background: var(--dak-orange) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.dak-button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  border-color: var(--dak-orange-dark) !important;
  color: #fff !important;
  background: var(--dak-orange-dark) !important;
  transform: translateY(-1px);
}

.dak-button-outline {
  color: var(--dak-orange) !important;
  background: transparent !important;
}

.dak-button-outline:hover {
  color: #fff !important;
  background: var(--dak-orange) !important;
}

/* Header */
.dak-site-header {
  position: relative;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 0 rgb(21 31 39 / 8%);
}

.dak-promo-bar {
  min-height: 37px;
  color: #fff;
  background: var(--dak-navy);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.dak-promo-inner {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.dak-promo-inner .dak-icon {
  width: 18px;
  height: 18px;
  color: var(--dak-orange);
}

.dak-header-main {
  background: #fff;
}

.dak-header-main-inner {
  display: grid;
  min-height: 108px;
  align-items: center;
  grid-template-columns: minmax(220px, 260px) minmax(280px, 1fr) 225px 124px 96px;
  gap: 14px;
}

.dak-brand,
.dak-brand a,
.dak-brand .custom-logo-link {
  display: flex;
  align-items: center;
}

.dak-brand img,
.dak-brand .custom-logo {
  width: auto;
  max-width: 260px;
  max-height: 88px;
  height: auto;
  object-fit: contain;
}

.dak-header-search form,
.dak-mobile-search form {
  position: relative;
  display: flex;
  margin: 0;
}

.dak-header-search form > label,
.dak-mobile-search form > label {
  width: 100%;
}

.dak-header-search input[type="search"],
.dak-header-search input[type="text"] {
  min-height: 48px;
  padding: 11px 118px 11px 16px;
  border: 1px solid #d9dde0;
  border-radius: 3px;
  font-size: 13px;
}

.dak-header-search button,
.dak-header-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 105px;
  padding: 0 18px;
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  background: var(--dak-orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.dak-support-link,
.dak-header-tool {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: var(--dak-navy);
}

.dak-support-link {
  justify-content: space-between;
  gap: 12px;
}

.dak-support-copy {
  color: var(--dak-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.dak-header-chat-mark {
	display: inline-flex;
	min-width: 118px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid var(--dak-line);
	border-radius: 999px;
	color: var(--dak-navy);
	background: #fff;
}

.dak-header-chat-mark .dak-icon {
	width: 21px;
	height: 21px;
	color: var(--dak-orange);
}

.dak-header-chat-mark strong {
	margin: 0;
	font-size: 11px;
	line-height: 1;
}

.dak-support-link:hover,
.dak-header-tool:hover {
  color: var(--dak-orange);
}

.dak-support-link small {
  display: block;
  color: var(--dak-muted);
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.dak-support-link strong {
  display: block;
  margin-top: 3px;
  font-size: 13px;
}

.dak-tool-icon {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: var(--dak-orange);
}

.dak-tool-icon .dak-icon {
  width: 25px;
  height: 25px;
}

.dak-tool-label,
.dak-cart-total {
  color: var(--dak-navy);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.dak-cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--dak-orange);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.dak-navigation-row {
  border-block: 1px solid var(--dak-line);
  background: #fff;
}

.dak-navigation-inner {
  display: flex;
  min-height: 56px;
  align-items: stretch;
  justify-content: center;
  gap: 22px;
}

.dak-primary-navigation {
  display: flex;
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.dak-primary-menu,
.dak-primary-menu ul,
.dak-mobile-menu-list,
.dak-footer-column .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dak-primary-menu {
  display: flex;
  height: 100%;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
}

.dak-primary-menu > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.dak-primary-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: var(--dak-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.dak-primary-menu > li > a[href*="/microsoft-office/"]::before,
.dak-primary-menu > li > a[href*="/microsoft-windows/"]::before,
.dak-primary-menu > li > a[href*="/autocad/"]::before,
.dak-primary-menu > li > a[href*="/antivirus/"]::before,
.dak-mobile-menu-list a[href*="/microsoft-office/"]::before,
.dak-mobile-menu-list a[href*="/microsoft-windows/"]::before,
.dak-mobile-menu-list a[href*="/autocad/"]::before,
.dak-mobile-menu-list a[href*="/antivirus/"]::before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 7px;
  flex: 0 0 27px;
  border-radius: 3px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.dak-primary-menu a[href*="/microsoft-office/"]::before,
.dak-mobile-menu-list a[href*="/microsoft-office/"]::before { background-image: url("../images/nav-office.webp"); }
.dak-primary-menu a[href*="/microsoft-windows/"]::before,
.dak-mobile-menu-list a[href*="/microsoft-windows/"]::before { background-image: url("../images/nav-windows.webp"); }
.dak-primary-menu a[href*="/autocad/"]::before,
.dak-mobile-menu-list a[href*="/autocad/"]::before { background-image: url("../images/nav-autodesk.webp"); }
.dak-primary-menu a[href*="/antivirus/"]::before,
.dak-mobile-menu-list a[href*="/antivirus/"]::before { background-image: url("../images/nav-antivirus.webp"); }

.dak-primary-menu > li > a::after {
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 3px;
  content: "";
  background: var(--dak-orange);
  transform: scaleX(0);
  transition: transform var(--dak-transition);
}

.dak-primary-menu > li:hover > a,
.dak-primary-menu > .current-menu-item > a,
.dak-primary-menu > .current-menu-ancestor > a {
  color: var(--dak-orange);
}

.dak-primary-menu > li:hover > a::after,
.dak-primary-menu > .current-menu-item > a::after,
.dak-primary-menu > .current-menu-ancestor > a::after {
  transform: scaleX(1);
}

.dak-primary-menu .sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 1px);
  left: 0;
  width: 230px;
  padding: 10px 0;
  visibility: hidden;
  border-top: 3px solid var(--dak-orange);
  background: #fff;
  box-shadow: var(--dak-shadow);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--dak-transition), transform var(--dak-transition), visibility var(--dak-transition);
}

.dak-primary-menu li:hover > .sub-menu,
.dak-primary-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.dak-primary-menu .sub-menu a {
  display: block;
  padding: 9px 18px;
  color: var(--dak-text);
  font-size: 13px;
}

.dak-primary-menu .sub-menu a:hover {
  color: var(--dak-orange);
  background: var(--dak-soft);
}

.dak-review-pill {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #dfe4e2;
  border-radius: 999px;
  color: var(--dak-navy);
  background: #fff;
  font-size: 10px;
  white-space: nowrap;
}

.dak-review-badge-row {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-bottom: 1px solid var(--dak-line);
  background: #fff;
}

.dak-review-badge-row .dak-review-pill {
  align-self: auto;
  border-color: #d8e7e1;
  box-shadow: 0 3px 12px rgb(21 31 39 / 5%);
}

.dak-header-review-pill {
  justify-content: center;
  text-align: center;
}

.dak-header-review-pill strong {
  font-size: 1.15em;
}

.dak-service-pill {
  gap: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.dak-service-pill span {
  display: inline-flex;
  align-items: center;
}

.dak-service-pill span + span::before {
  margin-inline: 12px;
  color: var(--dak-orange);
  content: "•";
}

.dak-review-pill:hover {
  border-color: var(--dak-green);
  color: var(--dak-navy);
  box-shadow: 0 4px 15px rgb(0 182 122 / 12%);
}

.dak-review-stars {
  color: var(--dak-orange);
  font-size: 15px;
  letter-spacing: 1px;
}

.dak-review-pill .dak-review-stars {
  color: var(--dak-green);
}

.dak-header-review-pill .dak-review-stars {
  color: var(--dak-orange);
}

.dak-menu-toggle,
.dak-mobile-panel,
.dak-menu-overlay {
  display: none;
}

/* The mobile media query makes the overlay renderable, while the native
   `hidden` state must continue to win until the menu is actually opened. */
.dak-menu-overlay[hidden] {
  display: none;
}

/* Hero and home sections */
.dak-hero {
  overflow: hidden;
  background: #f5f3ef;
}

.dak-hero-image-link,
.dak-hero picture,
.dak-hero img {
  display: block;
  width: 100%;
}

.dak-hero img {
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}

.dak-certification-strip {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--dak-line);
  background: #fff;
}

.dak-certification-scroll {
  width: 100%;
  overflow: hidden;
}

.dak-certification-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: dak-certification-marquee 32s linear infinite;
  will-change: transform;
}

.dak-certification-group {
  display: flex;
  min-width: max(100vw, 1360px);
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-around;
  gap: clamp(24px, 2.5vw, 52px);
  padding: 14px clamp(18px, 2.2vw, 42px);
}

.dak-certification-logo {
  display: grid;
  min-height: 94px;
  flex: 0 0 clamp(132px, 10.5vw, 190px);
  padding: 8px 6px;
  place-items: center;
}

.dak-certification-logo img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: 76px;
  object-fit: contain;
}

.dak-certification-scroll:hover .dak-certification-track,
.dak-certification-scroll:focus-within .dak-certification-track {
  animation-play-state: paused;
}

@keyframes dak-certification-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.dak-hero-fallback {
  display: flex;
  min-height: 490px;
  align-items: center;
  background:
    radial-gradient(circle at 78% 45%, rgb(247 123 0 / 22%), transparent 27%),
    linear-gradient(120deg, #fff 0 58%, #eee 58% 100%);
}

.dak-hero-copy {
  max-width: 650px;
  padding: 70px 0;
}

.dak-hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 64px);
  text-transform: uppercase;
}

.dak-hero-copy p {
  max-width: 560px;
  color: var(--dak-muted);
  font-size: 18px;
}

.dak-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--dak-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dak-trust-strip {
  border-bottom: 1px solid var(--dak-line);
  background: #fff;
}

.dak-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dak-trust-item {
  display: flex;
  min-height: 100px;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-right: 1px solid var(--dak-line);
}

.dak-trust-item:first-child {
  border-left: 1px solid var(--dak-line);
}

.dak-trust-item > .dak-icon {
  width: 37px;
  height: 37px;
  color: var(--dak-orange);
}

.dak-trust-item strong,
.dak-trust-item small {
  display: block;
}

.dak-trust-item strong {
  color: var(--dak-navy);
  font-size: 13px;
  text-transform: uppercase;
}

.dak-trust-item small {
  margin-top: 3px;
  color: var(--dak-muted);
  font-size: 11px;
  line-height: 1.35;
}

.dak-home-categories {
  padding-top: 58px;
  background: #fff;
}

.dak-categories-heading {
  max-width: 920px;
  margin-bottom: 32px;
}

.dak-categories-heading p {
  margin: 14px 0 0;
  color: var(--dak-muted);
  font-size: 13px;
}

.dak-category-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dak-category-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.dak-category-banner {
  position: relative;
  display: block;
  min-height: 235px;
  overflow: hidden;
  background: var(--dak-soft);
}

.dak-category-office {
  min-height: 490px;
}

.dak-category-banner picture {
  display: block;
  width: 100%;
  height: 100%;
}

.dak-category-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.dak-category-banner:hover img {
  transform: scale(1.025);
}

.dak-category-action {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  min-height: 40px;
  padding: 10px 19px;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  color: var(--dak-navy);
  background: #fff;
  box-shadow: 0 7px 20px rgb(21 31 39 / 14%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--dak-transition), background var(--dak-transition), border-color var(--dak-transition), transform var(--dak-transition);
}

.dak-category-banner:hover .dak-category-action {
  border-color: var(--dak-orange);
  color: #fff;
  background: var(--dak-orange);
  transform: translateY(-2px);
}

.dak-section {
  padding-block: clamp(58px, 7vw, 92px);
}

.dak-section-muted {
  background: var(--dak-soft);
}

.dak-section-dark {
  color: #fff;
  background: var(--dak-navy);
}

.dak-section-heading,
.dak-reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.dak-section-heading h2,
.dak-centered-heading h2,
.dak-reviews-heading h2 {
  margin: 0;
  text-transform: uppercase;
}

.dak-section-heading h2::after,
.dak-centered-heading h2::after {
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 14px;
  content: "";
  background: var(--dak-orange);
}

.dak-centered-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.dak-centered-heading > p {
  margin: 13px 0 0;
  color: var(--dak-muted);
  font-size: 12px;
}

.dak-centered-heading h2::after {
  margin-inline: auto;
}

.dak-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--dak-navy);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.dak-text-link:hover {
  color: var(--dak-orange);
}

.dak-text-link .dak-icon {
  width: 18px;
  height: 18px;
}

.dak-home-block-content {
  padding-top: 0;
}

.dak-home-block-content > .entry-content > :where(:not(.alignfull):not(.alignwide)) {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.dak-home-block-content > .entry-content > .alignwide {
  width: min(calc(100% - 40px), var(--dak-container));
  margin-inline: auto;
}

.dak-home-block-content > .entry-content > .alignfull {
  width: 100%;
}

.dak-home-products + .dak-home-products {
  padding-top: 12px;
}

/* Product cards */
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products {
  display: grid !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
  position: relative;
  display: flex;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  float: none !important;
  flex-direction: column;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: transform var(--dak-transition);
}

.woocommerce ul.products li.product:hover,
ul.products li.product:hover {
  transform: translateY(-2px);
}

.dak-product-image-link {
  display: block;
  width: 100%;
  color: inherit;
}

.dak-product-media {
  position: relative;
  display: grid;
  min-height: 278px;
  padding: 12px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #eceeef;
  background: #fff;
}

.woocommerce ul.products li.product a img,
.dak-product-media img {
  width: 100% !important;
  height: 252px !important;
  margin: 0 !important;
  object-fit: contain;
  transition: transform 250ms ease;
}

.woocommerce ul.products li.product:hover .dak-product-media img {
  transform: scale(1.035);
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  z-index: 3;
  top: 12px !important;
  right: auto !important;
  left: 10px !important;
  min-width: 0;
  min-height: 0;
  padding: 6px 10px;
  margin: 0 !important;
  border-radius: 2px;
  color: #fff;
  background: var(--dak-orange);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dak-product-quick-label {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 8px;
  border-radius: 2px;
  color: var(--dak-muted);
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 2px 8px rgb(21 31 39 / 8%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dak-product-card-body {
  position: relative;
  padding: 14px 5px 6px;
  border-top: 0;
}

.dak-product-category {
  min-height: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  color: var(--dak-orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dak-product-category a {
  color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 43px;
  padding: 0;
  margin: 0 0 7px;
  color: var(--dak-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover {
  color: var(--dak-orange);
}

.dak-product-sku,
.dak-product-stock {
  color: #6e747a;
  font-size: 10px;
  line-height: 1.6;
}

.dak-product-sku strong {
  color: #424a50;
  font-weight: 600;
}

.dak-product-stock {
  margin-top: 1px;
}

.dak-product-stock.is-in-stock {
  color: #159447;
}

.dak-product-stock.is-out-of-stock {
  color: var(--dak-danger);
}

.dak-product-rating-row {
  display: flex;
  min-height: 22px;
  align-items: center;
  margin-top: 6px;
  gap: 4px;
}

.woocommerce .star-rating {
  width: 5.4em;
  height: 1.1em;
  margin-bottom: 8px;
  color: var(--dak-orange);
  font-size: 12px;
  letter-spacing: 1px;
}

.woocommerce ul.products li.product .star-rating {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.dak-product-review-count {
  color: var(--dak-muted);
  font-size: 10px;
  line-height: 1.3;
  vertical-align: middle;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin: 5px 0 0;
  color: var(--dak-orange);
  font-size: 17px;
  font-weight: 700;
}

.woocommerce ul.products li.product .price del {
  margin-right: 5px;
  color: #9ca3a8;
  font-size: 12px;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.dak-product-card-action {
  display: flex;
  align-items: center;
  padding: 11px 0 0;
  gap: 13px;
}

.dak-product-card-action .button,
.woocommerce ul.products li.product .button {
  display: inline-flex;
  width: auto;
  min-height: 34px;
  padding: 8px 14px !important;
  margin: 0 !important;
  font-size: 10px !important;
}

.dak-product-quick-view {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: var(--dak-navy);
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #bcc2c6;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

.dak-product-quick-view:hover {
  color: var(--dak-orange);
  text-decoration-color: var(--dak-orange);
}

.dak-product-card-action .added_to_cart {
  display: block;
  margin-top: 8px;
  color: var(--dak-navy);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* Steps and about */
.dak-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.dak-step-card {
  position: relative;
  min-height: 275px;
  padding: 38px 32px 30px;
  overflow: hidden;
  border: 1px solid var(--dak-line);
  border-radius: var(--dak-radius-lg);
  background: #fff;
  box-shadow: 0 8px 24px rgb(21 31 39 / 5%);
  text-align: center;
}

.dak-step-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--dak-orange);
  transform: scaleX(0.25);
  transition: transform var(--dak-transition);
}

.dak-step-card:hover::after {
  transform: scaleX(1);
}

.dak-step-number {
  position: absolute;
  top: 12px;
  right: 18px;
  color: rgb(21 31 39 / 7%);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}

.dak-step-icon {
  display: grid;
  width: 112px;
  height: 105px;
  margin: 0 auto 23px;
  place-items: center;
  color: var(--dak-orange);
  background: transparent;
}

.dak-step-icon .dak-icon {
  width: 34px;
  height: 34px;
}

.dak-step-icon img {
  width: auto;
  max-width: 112px;
  height: auto;
  max-height: 102px;
  object-fit: contain;
}

.dak-step-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.dak-step-card p {
  margin: 0;
  color: var(--dak-muted);
  font-size: 13px;
}

.dak-about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(50px, 8vw, 110px);
}

.dak-price-explainer-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(360px, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(42px, 7vw, 95px);
}

.dak-price-explainer-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dak-line);
  background: #fff;
  box-shadow: var(--dak-shadow);
}

.dak-price-explainer-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.dak-price-explainer-copy h2 {
  margin-bottom: 22px;
  text-transform: uppercase;
}

.dak-price-explainer-copy h2 strong {
  color: var(--dak-orange);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.dak-price-explainer-copy p {
  color: var(--dak-muted);
}

.dak-about-mark {
  position: relative;
  display: grid;
  min-height: 390px;
  padding: 50px;
  place-items: center;
  border: 1px solid var(--dak-line);
  background:
    linear-gradient(135deg, rgb(247 123 0 / 9%), transparent 55%),
    var(--dak-soft);
}

.dak-about-mark::before,
.dak-about-mark::after {
  position: absolute;
  width: 45%;
  height: 45%;
  border-color: var(--dak-orange);
  content: "";
}

.dak-about-mark::before {
  top: -8px;
  left: -8px;
  border-top: 8px solid var(--dak-orange);
  border-left: 8px solid var(--dak-orange);
}

.dak-about-mark::after {
  right: -8px;
  bottom: -8px;
  border-right: 8px solid var(--dak-orange);
  border-bottom: 8px solid var(--dak-orange);
}

.dak-about-stat {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 16px 19px;
  color: #fff;
  background: var(--dak-navy);
}

.dak-about-stat strong,
.dak-about-stat span {
  display: block;
}

.dak-about-stat strong {
  color: var(--dak-orange);
  font-size: 26px;
  line-height: 1;
}

.dak-about-stat span {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

.dak-about-copy h2 {
  max-width: 700px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.dak-about-copy p {
  color: var(--dak-muted);
}

.dak-about-copy .dak-button {
  margin-top: 12px;
}

/* Reviews and partners */
.dak-section-dark .dak-reviews-heading h2,
.dak-product-public-reviews .dak-reviews-heading h2 {
  color: #fff;
}

.dak-review-score-card,
.dak-imported-review-summary {
  display: grid;
  min-width: 220px;
  padding: 17px 21px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--dak-radius);
  background: rgb(255 255 255 / 5%);
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
}

.dak-review-score-card .dak-review-stars,
.dak-imported-review-summary .dak-review-stars {
  grid-column: 1 / -1;
}

.dak-review-score-card strong,
.dak-imported-review-summary strong {
  color: #fff;
  font-size: 22px;
}

.dak-review-score-card small,
.dak-imported-review-summary span:last-child {
  align-self: center;
  color: rgb(255 255 255 / 65%);
  font-size: 10px;
}

.dak-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dak-benefit-grid {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dak-benefit-card {
  display: flex;
  min-height: 128px;
  padding: 24px 20px;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--dak-line);
  background: #fff;
  box-shadow: 0 5px 18px rgb(21 31 39 / 5%);
}

.dak-benefit-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dak-orange);
}

.dak-benefit-icon .dak-icon {
  width: 27px;
  height: 27px;
}

.dak-benefit-card h3 {
  margin: 0 0 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.dak-benefit-card p {
  margin: 0;
  color: var(--dak-muted);
  font-size: 10px;
  line-height: 1.45;
}

.dak-review-card {
  display: flex;
  min-height: 235px;
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: var(--dak-radius);
  background: rgb(255 255 255 / 6%);
  flex-direction: column;
}

.dak-review-card blockquote {
  margin: 18px 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.dak-review-card h3 {
  margin: 18px 0 9px;
  color: #fff;
}

.dak-review-card > p {
  color: rgb(255 255 255 / 72%);
}

.dak-review-card footer {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.dak-review-card footer strong {
  color: #fff;
  font-size: 12px;
}

.dak-review-card footer span {
  color: rgb(255 255 255 / 55%);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dak-partner-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.dak-partner-logo {
  display: grid;
  min-width: 0;
  min-height: 104px;
  padding: 20px;
  place-items: center;
  border: 1px solid var(--dak-line);
  background: #fff;
}

.dak-partner-logo img {
  width: auto;
  max-width: min(100%, 155px);
  max-height: 62px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.88;
  transition: filter var(--dak-transition), opacity var(--dak-transition), transform var(--dak-transition);
}

.dak-partner-logo .dak-icon {
  width: 36px;
  height: 36px;
  color: var(--dak-orange);
}

.dak-partner-label {
  color: var(--dak-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.dak-partner-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}

.dak-partner-text {
  color: var(--dak-muted);
  font-size: 20px;
  font-weight: 700;
}

/* Gutenberg content and blog */
.dak-content-main {
  min-height: 55vh;
  padding-block: clamp(48px, 7vw, 90px);
}

.dak-entry-header {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.dak-entry-title {
  text-transform: uppercase;
}

.dak-entry-title::after {
  display: block;
  width: 72px;
  height: 3px;
  margin: 17px auto 0;
  content: "";
  background: var(--dak-orange);
}

.dak-page > .entry-content,
.dak-article > .entry-content,
.dak-comments-area,
.dak-single-main .post-navigation {
  max-width: 900px;
  margin-inline: auto;
}

.entry-content::after {
  display: table;
  clear: both;
  content: "";
}

.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.6em;
}

.entry-content h2,
.entry-content h3 {
  color: var(--dak-navy);
}

.entry-content a:not(.wp-element-button) {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dak-policy-page > .entry-content {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--dak-line);
  border-radius: var(--dak-radius);
  background: #fff;
  box-shadow: 0 8px 28px rgb(21 31 39 / 5%);
  overflow-wrap: anywhere;
}

.dak-policy-page > .entry-content :where(p, li) {
  color: #4e5962;
  line-height: 1.75;
}

.dak-policy-page > .entry-content :where(ul, ol) {
  padding-left: 1.4em;
}

.dak-policy-page > .entry-content li + li {
  margin-top: 0.55em;
}

.dak-policy-page > .entry-content :where(table, .wp-block-table) {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.dak-policy-page > .entry-content :where(th, td) {
  padding: 10px 12px;
  border: 1px solid var(--dak-line);
  text-align: left;
  vertical-align: top;
}

.entry-content img {
  border-radius: 3px;
}

.entry-content .alignwide {
  width: min(100%, var(--dak-container));
  max-width: var(--dak-container);
  margin-right: calc((900px - min(100vw - 40px, var(--dak-container))) / 2);
  margin-left: calc((900px - min(100vw - 40px, var(--dak-container))) / 2);
}

.entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 939px) {
  .entry-content .alignwide {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}

.wp-block-quote {
  padding: 4px 0 4px 24px;
  border-left: 4px solid var(--dak-orange);
}

.wp-block-group.has-background,
.wp-block-columns.has-background {
  padding: clamp(28px, 5vw, 64px);
}

.dak-pattern-steps {
  padding-block: 50px;
}

.dak-gutenberg-home-template > .wp-block-group {
  padding-block: clamp(52px, 7vw, 86px);
}

.dak-gutenberg-home-template .dak-pattern-category-section,
.dak-gutenberg-home-template .dak-pattern-products,
.dak-gutenberg-home-template .dak-pattern-about,
.dak-gutenberg-home-template .dak-pattern-reviews {
  width: min(calc(100% - 40px), var(--dak-container));
  margin-inline: auto;
}

.dak-gutenberg-home-template .dak-pattern-products > h2,
.dak-gutenberg-home-template .dak-pattern-price-explainer h2,
.dak-gutenberg-home-template .dak-pattern-about h2,
.dak-gutenberg-home-template .dak-pattern-reviews h2 {
  text-transform: uppercase;
}

.dak-gutenberg-home-template .dak-pattern-products > h2::after,
.dak-gutenberg-home-template .dak-pattern-price-explainer h2::after {
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 14px;
  content: "";
  background: var(--dak-orange);
}

.dak-pattern-steps .wp-block-column,
.dak-pattern-benefits .wp-block-column {
  padding: 25px;
  border: 1px solid var(--dak-line);
  background: #fff;
}

.dak-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.dak-post-card {
  overflow: hidden;
  border: 1px solid var(--dak-line);
  background: #fff;
  box-shadow: 0 5px 20px rgb(21 31 39 / 5%);
}

.dak-post-thumbnail {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.dak-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.dak-post-card:hover .dak-post-thumbnail img {
  transform: scale(1.04);
}

.dak-post-card-body {
  padding: 25px;
}

.dak-post-card h2 {
  font-size: 19px;
}

.dak-post-card h2 a {
  color: var(--dak-navy);
}

.dak-post-card h2 a:hover {
  color: var(--dak-orange);
}

.dak-post-meta {
  margin-bottom: 8px;
  color: var(--dak-orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dak-post-excerpt {
  color: var(--dak-muted);
  font-size: 13px;
}

.dak-single-thumbnail {
  max-width: 1100px;
  margin: 0 auto 45px;
}

.dak-empty-state {
  max-width: 720px;
  margin: 0 auto;
  padding: 70px 30px;
  border: 1px solid var(--dak-line);
  background: var(--dak-soft);
  text-align: center;
}

.dak-error-code {
  display: block;
  color: var(--dak-orange);
  font-size: clamp(72px, 12vw, 150px);
  font-weight: 800;
  line-height: 0.9;
}

.dak-404 form {
  display: flex;
  max-width: 480px;
  margin: 28px auto;
  gap: 8px;
}

.dak-comments-area {
  margin-top: 55px;
  padding-top: 40px;
  border-top: 1px solid var(--dak-line);
}

.dak-comment-list {
  padding: 0;
  list-style: none;
}

.dak-comment-list .comment-body {
  margin-bottom: 20px;
  padding: 22px;
  border: 1px solid var(--dak-line);
}

.navigation.pagination,
.woocommerce nav.woocommerce-pagination {
  margin-top: 42px;
  text-align: center;
}

.page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  margin: 2px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dak-line);
  color: var(--dak-navy);
  background: #fff;
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--dak-orange);
  color: #fff;
  background: var(--dak-orange);
}

/* WooCommerce archive */
.dak-woocommerce-main {
  min-height: 55vh;
  padding-block: 42px 80px;
}

.woocommerce-breadcrumb {
  margin-bottom: 24px !important;
  color: var(--dak-muted) !important;
  font-size: 11px !important;
}

.woocommerce-breadcrumb a {
  color: var(--dak-muted);
}

.woocommerce-breadcrumb a:hover {
  color: var(--dak-orange);
}

.woocommerce-products-header {
  margin-bottom: 30px;
  padding: 35px;
  background: var(--dak-soft);
  text-align: center;
}

.woocommerce-products-header__title {
  margin: 0;
  text-transform: uppercase;
}

.woocommerce-products-header__title::after {
  display: block;
  width: 70px;
  height: 3px;
  margin: 15px auto 0;
  content: "";
  background: var(--dak-orange);
}

.woocommerce .woocommerce-result-count {
  margin: 12px 0 28px;
  color: var(--dak-muted);
  font-size: 12px;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 28px;
}

.woocommerce .woocommerce-ordering select {
  min-width: 230px;
  min-height: 42px;
  font-size: 12px;
}

.dak-category-after-products {
  max-width: 980px;
  margin: 56px auto 0;
  color: var(--dak-text);
}

.dak-category-after-products h2,
.dak-category-after-products h3,
.dak-category-after-products h4 {
  margin-top: 30px;
}

.dak-category-after-products li + li {
  margin-top: 7px;
}

/* WooCommerce single product */
.dak-single-product-top {
  display: grid;
  align-items: start;
  margin-bottom: 55px;
  grid-template-columns: minmax(0, 1.03fr) minmax(370px, 0.97fr);
  gap: clamp(40px, 6vw, 80px);
}

.woocommerce div.product .dak-single-product-top div.images,
.woocommerce div.product .dak-single-product-top div.summary {
  width: auto;
  margin: 0;
  float: none;
}

.woocommerce-product-gallery {
  position: sticky !important;
  top: 20px;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce-product-gallery__image {
  display: grid !important;
  min-height: 520px;
  padding: 30px;
  place-items: center;
  border: 1px solid var(--dak-line);
  background: #fff;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 550px;
  object-fit: contain;
}

.flex-control-thumbs {
  display: grid;
  padding: 0 !important;
  margin: 12px 0 0 !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.flex-control-thumbs li {
  width: auto !important;
  float: none !important;
  border: 1px solid var(--dak-line);
}

.flex-control-thumbs img {
  aspect-ratio: 1;
  padding: 7px;
  object-fit: contain;
}

.dak-single-kicker {
  margin-bottom: 10px;
  color: var(--dak-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.woocommerce div.product .product_title {
  margin-bottom: 14px;
  color: var(--dak-navy);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.18;
}

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 9px;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin: 0;
}

.woocommerce-review-link {
  color: var(--dak-muted);
  font-size: 11px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0 0 22px;
  color: var(--dak-orange);
  font-size: 26px;
  font-weight: 700;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin-right: 8px;
  color: #9aa1a6;
  font-size: 16px;
  opacity: 1;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce-product-details__short-description {
  margin-bottom: 22px;
  color: var(--dak-muted);
  font-size: 14px;
}

.woocommerce div.product form.cart {
  padding: 22px;
  margin: 0 0 24px;
  border: 1px solid var(--dak-line);
  background: var(--dak-soft);
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0;
  border: 0;
}

.woocommerce div.product form.cart .variations tr {
  display: block;
  margin-bottom: 17px;
}

.woocommerce div.product form.cart .variations label {
  display: block;
  margin-bottom: 7px;
  color: var(--dak-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  min-width: 100%;
  background: #fff;
}

.reset_variations {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.variable-items-wrapper,
.woo-variation-items-wrapper .variable-items-wrapper {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.variable-item,
.woo-variation-items-wrapper .variable-item {
  display: inline-flex !important;
  width: auto !important;
  min-width: 52px !important;
  min-height: 38px !important;
  padding: 7px 12px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccd1d5 !important;
  border-radius: 3px !important;
  color: var(--dak-navy) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

.variable-item:hover,
.variable-item.selected,
.woo-variation-items-wrapper .variable-item.selected {
  border-color: var(--dak-orange) !important;
  color: #fff !important;
  background: var(--dak-orange) !important;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}

.quantity .qty {
  width: 66px !important;
  min-height: 46px;
}

.woocommerce div.product form.cart .button {
  min-height: 46px;
  padding-inline: 34px;
}

.woocommerce-variation-price {
  margin-bottom: 14px;
}

.stock.in-stock {
  color: var(--dak-green) !important;
  font-size: 12px;
  font-weight: 700;
}

.product_meta {
  padding-top: 15px;
  border-top: 1px solid var(--dak-line);
  color: var(--dak-muted);
  font-size: 11px;
}

.product_meta > span {
  display: block;
  margin-bottom: 6px;
}

.dak-product-guarantees {
  display: grid;
  margin: 4px 0 24px;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dak-product-guarantee {
  display: flex;
  min-width: 0;
  min-height: 132px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid var(--dak-line);
  background: #fff;
  color: var(--dak-navy);
  text-align: center;
}

.dak-product-guarantee h3 {
  margin: 0 0 6px;
  color: var(--dak-navy);
  font-size: 14px;
  text-transform: none;
}

.dak-product-guarantee p {
  margin: 0;
  color: #5d666d;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.dak-guarantee-instant {
  min-height: 106px;
  padding: 12px 24px;
  justify-content: space-between;
  grid-column: 1 / -1;
  border: 0;
  background: linear-gradient(100deg, #fff4e8 0%, #fff 72%);
  box-shadow: inset 5px 0 0 var(--dak-orange);
  text-align: left;
}

.dak-guarantee-instant h3 {
  margin-bottom: 3px;
  color: var(--dak-orange);
  font-size: clamp(21px, 2.4vw, 30px);
}

.dak-guarantee-icon {
	display: grid;
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	place-items: center;
	border-radius: 999px;
	color: var(--dak-orange);
	background: #fff;
}

.dak-guarantee-icon .dak-icon {
  width: 42px;
  height: 42px;
}

.dak-guarantee-autodesk {
  flex-direction: column;
}

.dak-guarantee-refund h3 a {
  color: var(--dak-orange);
}

.dak-guarantee-refund > div {
  text-align: left;
}

.dak-autodesk-delivery-notice {
  padding: 16px 18px;
  margin: 24px 0;
  border-left: 4px solid var(--dak-orange);
  background: #fff7ed;
  color: var(--dak-navy);
}

.dak-autodesk-delivery-notice p {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 55px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--dak-line);
  gap: 26px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  padding: 15px 0 !important;
  color: var(--dak-muted) !important;
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--dak-navy) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--dak-orange);
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 35px 0;
  color: var(--dak-text);
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
  color: var(--dak-orange);
  text-transform: uppercase;
}

.related.products,
.up-sells.upsells {
  margin-top: 65px;
}

.related.products > h2,
.up-sells.upsells > h2 {
  margin-bottom: 28px;
  font-size: 28px;
  text-transform: uppercase;
}

.related.products > h2::after,
.up-sells.upsells > h2::after {
  display: block;
  width: 65px;
  height: 3px;
  margin-top: 13px;
  content: "";
  background: var(--dak-orange);
}

.dak-product-public-reviews {
  padding: 46px;
  margin: 55px 0 15px;
  color: #fff;
  background: var(--dak-navy);
}

.dak-product-public-reviews .dak-section-heading h2,
.dak-product-public-reviews .dak-imported-review-summary strong {
  color: #fff;
}

.dak-product-public-reviews .dak-section-heading h2 {
  font-size: 28px;
}

.dak-product-public-reviews .dak-review-card {
  min-height: 220px;
}

/* WooCommerce account, cart and checkout */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 16px 18px 16px 48px !important;
  margin-bottom: 24px !important;
  border: 1px solid var(--dak-line) !important;
  border-top: 3px solid var(--dak-orange) !important;
  color: var(--dak-text);
  background: #fff;
  box-shadow: 0 4px 16px rgb(21 31 39 / 5%);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  top: 16px;
  color: var(--dak-orange);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-additional-fields,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-MyAccount-content {
  padding: 26px;
  border: 1px solid var(--dak-line);
  background: #fff;
}

.woocommerce table.shop_table {
  border-color: var(--dak-line);
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--dak-line);
}

.woocommerce-cart-form .product-thumbnail img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.cart-collaterals {
  margin-top: 35px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: min(100%, 520px);
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
}

.woocommerce form .form-row label {
  color: var(--dak-navy);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce form .form-row .required {
  color: var(--dak-orange);
}

.woocommerce-checkout .col2-set {
  width: 58%;
  float: left;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 39%;
  float: right;
}

.woocommerce-checkout #order_review_heading {
  padding: 0 26px;
}

.woocommerce-checkout-payment {
  background: var(--dak-soft) !important;
}

.woocommerce-MyAccount-navigation {
  width: 24% !important;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  border: 1px solid var(--dak-line);
  list-style: none;
}

.woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid var(--dak-line);
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 16px;
  color: var(--dak-text);
  font-size: 12px;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: var(--dak-orange);
}

.woocommerce-MyAccount-content {
  width: 73% !important;
}

/* Footer */
.dak-newsletter-section {
  color: #fff;
  background: var(--dak-navy);
}

.dak-newsletter-inner {
  display: grid;
  min-height: 132px;
  align-items: center;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 8vw, 100px);
}

.dak-newsletter-copy {
  display: flex;
  align-items: center;
  gap: 19px;
}

.dak-newsletter-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 2px solid var(--dak-orange);
  border-radius: 50%;
  color: var(--dak-orange);
  font-size: 25px;
  font-weight: 700;
}

.dak-newsletter-copy h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}

.dak-newsletter-copy p {
  margin: 0;
  color: rgb(255 255 255 / 60%);
  font-size: 11px;
}

.dak-newsletter-fields {
  display: grid;
  grid-template-columns: 1fr auto;
}

.dak-newsletter-form input[type="email"] {
  min-height: 48px;
  border: 0;
  border-radius: 3px 0 0 3px;
}

.dak-newsletter-form button {
  min-width: 125px;
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  background: var(--dak-orange);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.dak-newsletter-form button:hover {
  background: var(--dak-orange-dark);
}

.dak-consent {
  display: flex;
  margin-top: 8px;
  align-items: flex-start;
  gap: 7px;
  color: rgb(255 255 255 / 58%);
  font-size: 9px;
  line-height: 1.4;
}

.dak-consent input {
  width: 13px;
  height: 13px;
  margin: 1px 0 0;
  accent-color: var(--dak-orange);
}

.dak-honeypot {
  position: absolute;
  left: -9999px;
}

.dak-form-message {
  margin: 8px 0 0;
  font-size: 11px;
}

.dak-form-message.is-success { color: #86efac; }
.dak-form-message.is-error { color: #fca5a5; }

.dak-partners-section {
  padding-block: 48px;
  background: #f7f8fa;
}

.dak-partners-section .dak-centered-heading {
  margin-bottom: 30px;
}

.dak-footer-main {
  padding-block: 52px;
  color: #bfc6cc;
  background: #101820;
}

.dak-footer-brand-row {
  display: grid;
  padding-bottom: 36px;
  margin-bottom: 36px;
  align-items: stretch;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 2.4fr);
  gap: 34px;
}

.dak-footer-brand-logo {
  display: grid;
  min-height: 124px;
  padding: 18px 28px;
  place-items: center;
  background: #fff;
}

.dak-footer-brand-logo img {
  width: auto;
  max-width: 300px;
  max-height: 112px;
  object-fit: contain;
}

.dak-footer-trust-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dak-footer-trust-logos > a,
.dak-footer-trust-logos > span {
  display: grid;
  min-height: 124px;
  padding: 18px;
  place-items: center;
  background: #fff;
}

.dak-footer-trust-logos img {
  width: 100%;
  height: 78px;
  object-fit: contain;
}

.dak-footer-service-mark {
  display: flex !important;
  flex-direction: column;
  color: var(--dak-navy);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  gap: 8px;
}

.dak-footer-service-mark .dak-icon {
  width: 34px;
  height: 34px;
  color: var(--dak-orange);
}

.dak-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.45fr;
  gap: clamp(30px, 5vw, 68px);
}

.dak-footer-column h2 {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 21px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dak-footer-column h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  content: "";
  background: var(--dak-orange);
}

.dak-footer-about > p,
.dak-footer-contact p {
  color: #96a0a8;
  font-size: 11px;
}

.dak-footer-logo {
  display: inline-block;
  padding: 8px;
  margin-bottom: 18px;
  background: #fff;
}

.dak-footer-logo img {
  width: auto;
  max-width: 185px;
  max-height: 52px;
}

.dak-footer-column .menu li + li {
  margin-top: 9px;
}

.dak-footer-secondary-menu {
  padding-top: 12px !important;
  margin-top: 12px !important;
  border-top: 1px solid rgb(255 255 255 / 8%);
}

.dak-footer-column .menu a,
.dak-footer-contact a {
  color: #aeb7be;
  font-size: 11px;
}

.dak-footer-column .menu a::before {
  margin-right: 8px;
  color: var(--dak-orange);
  content: "›";
}

.dak-footer-column .menu a:hover,
.dak-footer-contact a:hover {
  color: #fff;
}

.dak-footer-trust {
  display: grid;
  max-width: 240px;
  margin-top: 23px;
  grid-template-columns: auto 1fr;
  gap: 2px 9px;
}

.dak-footer-trust .dak-review-stars {
  grid-column: 1 / -1;
}

.dak-footer-trust strong {
  color: #fff;
}

.dak-footer-trust span:last-child {
  align-self: center;
  color: #7f8a93;
  font-size: 9px;
}

.dak-footer-extra {
  padding-top: 35px;
  margin-top: 45px;
  border-top: 1px solid rgb(255 255 255 / 8%);
}

.dak-footer-bottom {
  padding-block: 18px;
  color: #75818a;
  background: #0b1218;
  font-size: 9px;
}

.dak-footer-bottom-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.dak-footer-bottom p {
  margin: 0;
}

.dak-footer-legal {
  display: flex;
  gap: 18px;
}

.dak-footer-legal a {
  color: #87929a;
}

.dak-footer-legal a:hover {
  color: #fff;
}

.dak-secure-payment {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #95a0a8;
  text-transform: uppercase;
}

.dak-secure-payment .dak-icon {
  width: 18px;
  height: 18px;
  color: var(--dak-orange);
}

.dak-scroll-top {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  visibility: hidden;
  place-items: center;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--dak-orange);
  box-shadow: var(--dak-shadow);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--dak-transition), visibility var(--dak-transition), transform var(--dak-transition), background var(--dak-transition);
}

.dak-scroll-top.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.dak-scroll-top:hover {
  background: var(--dak-orange-dark);
}

/* Responsive */
@media (max-width: 1180px) {
  .dak-header-main-inner {
    grid-template-columns: 180px minmax(230px, 1fr) 144px 100px 76px;
    gap: 13px;
  }

  .dak-brand img,
  .dak-brand .custom-logo {
    max-width: 175px;
    max-height: 62px;
  }

  .dak-tool-label,
  .dak-cart-total {
    display: none;
  }

  .dak-support-copy {
    display: none;
  }

	.dak-header-chat-mark {
		min-width: 118px;
	}

  .dak-primary-menu > li > a {
    padding-inline: 10px;
    font-size: 11px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .dak-container {
    width: min(calc(100% - 32px), var(--dak-container));
  }

  .dak-header-main-inner {
    min-height: 76px;
    grid-template-columns: 48px 1fr 48px;
    gap: 12px;
  }

  .dak-review-badge-row {
    min-height: 42px;
    padding-block: 5px;
  }

	.dak-review-badge-row .dak-review-pill {
    max-width: 100%;
    padding: 7px 10px;
    font-size: 9px;
		white-space: normal;
	}

	.dak-header-review-pill {
		flex-wrap: wrap;
		row-gap: 2px;
	}

	.dak-service-pill span + span::before {
		margin-inline: 7px;
	}

  .dak-menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    color: var(--dak-navy);
    background: transparent;
  }

  .dak-menu-toggle .dak-icon {
    width: 27px;
    height: 27px;
  }

  .dak-menu-icon-close {
    display: none;
  }

  .dak-menu-toggle[aria-expanded="true"] .dak-menu-icon-open {
    display: none;
  }

  .dak-menu-toggle[aria-expanded="true"] .dak-menu-icon-close {
    display: block;
  }

  .dak-brand {
    justify-content: center;
  }

  .dak-brand img,
  .dak-brand .custom-logo {
    max-width: 190px;
    max-height: 64px;
  }

  .dak-header-search,
  .dak-support-link,
  .dak-account-link,
  .dak-navigation-row {
    display: none;
  }

  .dak-cart-link {
    justify-self: end;
  }

  .dak-mobile-panel {
    position: fixed;
    z-index: 110;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(88vw, 380px);
    padding: 88px 24px 30px;
    visibility: hidden;
    overflow-y: auto;
    background: #fff;
    box-shadow: 12px 0 36px rgb(0 0 0 / 18%);
    transform: translateX(-105%);
    transition: transform 220ms ease, visibility 220ms ease;
  }

  .dak-mobile-panel.is-open {
    visibility: visible;
    transform: translateX(0);
  }

  .dak-mobile-search {
    margin-bottom: 22px;
  }

  .dak-mobile-search input[type="search"],
  .dak-mobile-search input[type="text"] {
    padding-right: 70px;
  }

  .dak-mobile-search button,
  .dak-mobile-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 62px;
    overflow: hidden;
    border: 0;
    color: transparent;
    background: var(--dak-orange);
  }

  .dak-mobile-search button::after,
  .dak-mobile-search input[type="submit"]::after {
    color: #fff;
    content: "⌕";
  }

  .dak-mobile-menu-list > li,
  .dak-mobile-panel .dak-primary-menu > li {
    display: block;
    border-bottom: 1px solid var(--dak-line);
  }

  .dak-mobile-menu-list a,
  .dak-mobile-panel .dak-primary-menu > li > a {
    display: block;
    padding: 13px 4px;
    color: var(--dak-navy);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .dak-mobile-menu-list .sub-menu,
  .dak-mobile-panel .dak-primary-menu .sub-menu {
    position: static;
    width: auto;
    padding: 0 0 8px 14px;
    visibility: visible;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .dak-mobile-menu-list .sub-menu a,
  .dak-mobile-panel .dak-primary-menu .sub-menu a {
    padding: 7px 4px;
    font-size: 11px;
    font-weight: 500;
    text-transform: none;
  }

  .dak-mobile-panel .dak-primary-menu {
    display: block;
    height: auto;
  }

  .dak-mobile-utility {
    display: grid;
    margin-top: 25px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .dak-mobile-utility a {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--dak-line);
    color: var(--dak-navy);
    font-size: 10px;
    font-weight: 700;
  }

  .dak-mobile-utility .dak-icon {
    width: 20px;
    height: 20px;
    color: var(--dak-orange);
  }

  .dak-menu-overlay {
    position: fixed;
    z-index: 105;
    inset: 0;
    display: block;
    background: rgb(8 14 19 / 62%);
  }

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

  .dak-trust-item:nth-child(2) {
    border-right: 1px solid var(--dak-line);
  }

  .dak-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--dak-line);
  }

  .dak-about-grid,
  .dak-price-explainer-grid,
  .dak-single-product-top {
    grid-template-columns: 1fr;
  }

  .woocommerce-product-gallery {
    position: relative !important;
    top: auto;
  }

  .woocommerce-product-gallery__image {
    min-height: 450px;
  }

  .dak-about-mark {
    max-width: 700px;
  }

  .dak-footer-grid {
    grid-template-columns: 1fr 1fr 1.3fr;
  }

  .dak-footer-brand-row {
    grid-template-columns: 1fr;
  }

  .dak-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dak-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }

  .woocommerce-checkout #order_review_heading {
    padding: 30px 0 0;
  }
}

@media (max-width: 780px) {
  .dak-section {
    padding-block: 55px;
  }

  .dak-section-heading,
  .dak-reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .dak-category-showcase {
    grid-template-columns: 1fr;
  }

  .dak-certification-track {
    animation-duration: 27s;
  }

  .dak-certification-group {
    min-width: 1120px;
    gap: 18px;
    padding: 9px 14px;
  }

  .dak-certification-logo {
    min-height: 76px;
    flex-basis: 122px;
    padding-block: 4px;
  }

  .dak-certification-logo img {
    max-width: 122px;
    height: 62px;
  }

  .dak-category-office {
    min-height: 0;
  }

  .dak-category-stack {
    grid-template-rows: auto;
  }

  .dak-category-banner,
  .dak-category-stack .dak-category-banner {
    min-height: 0;
    aspect-ratio: 1300 / 432;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .dak-product-media {
    min-height: 215px;
    padding: 15px;
  }

  .woocommerce ul.products li.product a img,
  .dak-product-media img {
    height: 185px !important;
  }

  .dak-product-card-body {
    padding: 13px 3px 5px;
  }

  .dak-product-card-action {
    padding-top: 10px;
  }

  .dak-steps-grid,
  .dak-review-grid,
  .dak-post-grid {
    grid-template-columns: 1fr;
  }

  .dak-review-card {
    min-height: 210px;
  }

  .dak-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dak-footer-trust-logos {
    grid-template-columns: 1fr 1fr;
  }

  .dak-newsletter-inner {
    min-height: 0;
    padding-block: 35px;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .dak-partners-section {
    padding-block: 42px;
  }

  .dak-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dak-footer-contact {
    grid-column: 1 / -1;
  }

  .dak-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .dak-single-product-top {
    gap: 30px;
  }

  .woocommerce-product-gallery__image {
    min-height: 360px;
  }

  .dak-product-public-reviews {
    padding: 28px 20px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
    gap: 20px;
    white-space: nowrap;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
  }

  .woocommerce-MyAccount-content {
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .dak-container {
    width: min(calc(100% - 24px), var(--dak-container));
  }

  .dak-promo-bar,
  .dak-promo-inner {
    min-height: 32px;
    font-size: 10px;
  }

  .dak-header-main-inner {
    min-height: 67px;
  }

  .dak-brand img,
  .dak-brand .custom-logo {
    max-width: 145px;
    max-height: 48px;
  }

  .dak-hero img {
    max-height: none;
    object-fit: contain;
  }

  .dak-home-categories {
    padding-top: 42px;
  }

  .dak-benefit-grid {
    grid-template-columns: 1fr;
  }

  .dak-category-office {
    min-height: 0;
  }

  .dak-category-stack .dak-category-banner {
    min-height: 0;
  }

  .dak-category-action {
    bottom: 14px;
    left: 14px;
    min-height: 34px;
    padding: 8px 14px;
    font-size: 9px;
  }

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

  .dak-trust-item,
  .dak-trust-item:first-child,
  .dak-trust-item:nth-child(2) {
    min-height: 78px;
    padding: 13px 12px;
    border-right: 1px solid var(--dak-line);
    border-bottom: 1px solid var(--dak-line);
    border-left: 1px solid var(--dak-line);
  }

  .dak-trust-item > .dak-icon {
    width: 30px;
    height: 30px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .dak-product-media {
    min-height: 170px;
    padding: 10px;
  }

  .woocommerce ul.products li.product a img,
  .dak-product-media img {
    height: 145px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 52px;
    font-size: 12px;
  }

  .woocommerce ul.products li.product .price {
    font-size: 14px;
  }

  .dak-product-quick-label {
    display: none;
  }

  .dak-product-card-action .button,
  .woocommerce ul.products li.product .button {
    min-height: 39px;
    padding: 8px !important;
    font-size: 10px !important;
  }

  .dak-about-mark {
    min-height: 290px;
    padding: 30px;
  }

  .dak-partner-logo {
    min-height: 92px;
    padding: 12px;
  }

  .dak-newsletter-copy {
    align-items: flex-start;
  }

  .dak-newsletter-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .dak-newsletter-fields {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dak-newsletter-form input[type="email"],
  .dak-newsletter-form button {
    border-radius: 3px;
  }

  .dak-footer-grid {
    grid-template-columns: 1fr;
  }

  .dak-footer-brand-row {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .dak-footer-brand-logo img {
    max-width: 250px;
  }

  .dak-footer-trust-logos > a,
  .dak-footer-trust-logos > span {
    min-height: 105px;
    padding: 12px;
  }

  .dak-footer-trust-logos img {
    height: 64px;
  }

  .dak-footer-contact {
    grid-column: auto;
  }

  .dak-footer-legal {
    flex-wrap: wrap;
  }

  .dak-product-guarantees {
    grid-template-columns: 1fr;
  }

  .dak-guarantee-instant {
    grid-column: auto;
  }

  .woocommerce div.product form.cart {
    padding: 16px;
  }

  .woocommerce div.product form.cart .button {
    padding-inline: 18px;
  }

  .dak-product-public-reviews .dak-section-heading {
    margin-bottom: 22px;
  }
}

/* Contact page */
.dak-contact-page {
  max-width: 1040px;
  margin-inline: auto;
}

.dak-contact-header p {
  max-width: 720px;
  margin-inline: auto;
  color: var(--dak-muted);
  font-size: 17px;
}

.dak-contact-chat,
.dak-contact-form-section {
  border: 1px solid var(--dak-line);
  border-radius: var(--dak-radius-lg);
  background: #fff;
  box-shadow: var(--dak-shadow);
}

.dak-contact-chat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(24px, 4vw, 42px);
  margin-bottom: 28px;
  background: linear-gradient(135deg, #f7f9fa 0%, #fff 72%);
}

.dak-contact-chat h2,
.dak-contact-chat p,
.dak-contact-form-intro h2,
.dak-contact-form-intro p {
  margin-bottom: 8px;
}

.dak-contact-chat p,
.dak-contact-form-intro p {
  color: var(--dak-muted);
}

.dak-chat-launch .dak-icon {
  width: 20px;
  flex: 0 0 20px;
}

.dak-contact-form-section {
  padding: clamp(24px, 4vw, 46px);
}

.dak-contact-form-intro {
  margin-bottom: 28px;
}

.dak-contact-message {
  padding: 14px 16px;
  border-radius: var(--dak-radius);
  margin-bottom: 22px;
  font-weight: 600;
}

.dak-contact-message.is-success {
  border: 1px solid #8ad8bc;
  color: #076444;
  background: #ecfdf7;
}

.dak-contact-message.is-error {
  border: 1px solid #efb1b1;
  color: #912121;
  background: #fff3f3;
}

.dak-contact-form {
  position: relative;
}

.dak-contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dak-contact-form p {
  margin-bottom: 20px;
}

.dak-contact-form label:not(.dak-contact-consent) {
  display: block;
  margin-bottom: 7px;
  color: var(--dak-navy);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dak-contact-form input[type="text"],
.dak-contact-form input[type="email"],
.dak-contact-form textarea {
  width: 100%;
}

.dak-contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.dak-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--dak-muted);
  cursor: pointer;
}

.dak-contact-consent input {
  margin-top: 5px;
}

.dak-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 700px) {
  .dak-contact-chat {
    align-items: flex-start;
    flex-direction: column;
  }

  .dak-contact-chat .dak-button {
    width: 100%;
  }

  .dak-contact-field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .dak-certification-scroll {
    overflow-x: auto;
  }

  .dak-certification-track {
    animation: none !important;
    transform: none !important;
  }

  .dak-certification-group[aria-hidden="true"] {
    display: none;
  }
}

@media print {
  .dak-site-header,
  .dak-site-footer,
  .dak-scroll-top,
  .woocommerce .button {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .dak-container {
    width: 100%;
  }
}
