/*
Theme Name: Two Store Pro
Theme URI: https://2storeiq.com/
Author: Two Store
Description: A complete bilingual WooCommerce theme for gaming electronics in Iraq.
Version: 3.0.5
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: twostore-pro
*/

:root {
  --tw-bg: #07090e;
  --tw-surface: #0e1118;
  --tw-surface-2: #151a24;
  --tw-card: #111620;
  --tw-text: #f7f9fc;
  --tw-muted: #9da7b7;
  --tw-line: #252d3a;
  --tw-blue: #2367f2;
  --tw-blue-2: #5c91ff;
  --tw-amber: #f3c44e;
  --tw-green: #24c769;
  --tw-red: #ef4444;
  --tw-white: #ffffff;
  --tw-shadow: 0 18px 55px rgba(0, 0, 0, .3);
}

body.tw-light {
  --tw-bg: #f6f7f9;
  --tw-surface: #ffffff;
  --tw-surface-2: #eef1f5;
  --tw-card: #ffffff;
  --tw-text: #10141c;
  --tw-muted: #5f6978;
  --tw-line: #dce1e8;
  --tw-shadow: 0 16px 42px rgba(28, 38, 54, .1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--tw-bg);
  color: var(--tw-text);
  font-family: Cairo, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

body:not(.rtl) [lang="en"],
html[lang="en"] body {
  font-family: Outfit, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

.tw-wrap {
  width: min(1380px, calc(100% - 48px));
  margin-inline: auto;
}

.tw-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--tw-line);
  background: var(--tw-surface);
}

.tw-topbar {
  background: #050608;
  color: #cbd2de;
  font-size: 12px;
}

.tw-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  white-space: nowrap;
  overflow: hidden;
}

.tw-topbar-inner span + span,
.tw-topbar-inner a + span {
  padding-inline-start: 28px;
  border-inline-start: 1px solid #343943;
}

.tw-topbar a:hover {
  color: var(--tw-white);
}

.tw-mainbar {
  border-bottom: 1px solid var(--tw-line);
}

.tw-mainbar-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto minmax(300px, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.tw-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  min-width: max-content;
}

.tw-logo-mark {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--tw-blue);
  border-radius: 50%;
  background: var(--tw-white);
  color: var(--tw-blue);
  font-family: Outfit, Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 0 0 5px rgba(35, 103, 242, .08);
}

.tw-brand-name {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 27px;
  line-height: 1;
}

.tw-brand-name b {
  color: var(--tw-text);
  font-weight: 900;
}

.tw-brand-name strong {
  color: var(--tw-blue-2);
  font-weight: 900;
}

.tw-search {
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 52px;
  overflow: hidden;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  background: var(--tw-bg);
}

.tw-search:focus-within {
  border-color: var(--tw-blue);
  box-shadow: 0 0 0 3px rgba(35, 103, 242, .15);
}

.tw-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--tw-text);
  padding: 0 18px;
}

.tw-search input::placeholder {
  color: var(--tw-muted);
}

.tw-search button {
  border: 0;
  border-inline-start: 1px solid var(--tw-line);
  background: var(--tw-blue);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.tw-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.tw-action-link {
  min-width: 58px;
  min-height: 50px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1px;
  border: 0;
  background: transparent;
  color: var(--tw-muted);
  cursor: pointer;
  font-size: 10px;
  line-height: 1.25;
}

.tw-action-link:hover {
  color: var(--tw-text);
}

.tw-action-icon {
  display: block;
  color: var(--tw-text);
  font-size: 16px;
  font-weight: 800;
}

.tw-cart {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 15px;
  border: 1px solid var(--tw-blue);
  border-radius: 6px;
  background: var(--tw-blue);
  color: #fff;
  font-weight: 800;
}

.tw-count {
  width: 27px;
  height: 27px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--tw-blue);
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.tw-menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  background: var(--tw-surface-2);
  color: var(--tw-text);
  cursor: pointer;
  font-size: 20px;
}

.tw-navline {
  background: var(--tw-surface);
}

.tw-navline-inner {
  min-height: 48px;
  display: flex;
  align-items: stretch;
}

.tw-category-menu {
  position: relative;
  width: 210px;
  flex: 0 0 auto;
}

.tw-category-menu > button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-inline: 1px solid var(--tw-line);
  background: var(--tw-blue);
  color: #fff;
  padding: 0 17px;
  cursor: pointer;
  font-weight: 800;
}

.tw-category-flyout {
  position: absolute;
  top: calc(100% + 1px);
  inset-inline-start: 0;
  width: 270px;
  display: none;
  padding: 8px;
  border: 1px solid var(--tw-line);
  border-radius: 0 0 6px 6px;
  background: var(--tw-surface);
  box-shadow: var(--tw-shadow);
}

.tw-category-menu:hover .tw-category-flyout,
.tw-category-menu.is-open .tw-category-flyout {
  display: block;
}

.tw-category-flyout a {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--tw-muted);
  font-weight: 700;
}

.tw-category-flyout a:hover {
  background: var(--tw-surface-2);
  color: var(--tw-text);
}

.tw-mobile-nav {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tw-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0 18px;
}

.tw-menu a,
.tw-nav-extras a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--tw-muted);
  font-weight: 800;
  font-size: 14px;
}

.tw-menu a:hover,
.tw-menu .current-menu-item > a,
.tw-nav-extras a:hover {
  color: var(--tw-text);
}

.tw-nav-extras {
  display: flex;
  align-items: center;
}

.tw-nav-extras a:first-child {
  color: var(--tw-amber);
}

main {
  min-height: 55vh;
}

.tw-hero {
  min-height: 570px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--tw-line);
  background: var(--tw-bg);
}

.tw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 64px;
  padding-block: 62px;
}

.tw-hero-content {
  max-width: 760px;
}

.tw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tw-blue-2);
  font-size: 13px;
  font-weight: 900;
}

.tw-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--tw-blue);
}

.tw-hero h1 {
  max-width: 740px;
  margin: 18px 0 22px;
  color: var(--tw-text);
  font-size: 68px;
  line-height: 1.18;
  font-weight: 900;
}

.tw-accent {
  color: var(--tw-blue-2);
}

.tw-hero-content > p {
  max-width: 720px;
  margin: 0;
  color: var(--tw-muted);
  font-size: 19px;
  line-height: 1.9;
}

.tw-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tw-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.tw-btn:hover {
  transform: translateY(-2px);
}

.tw-primary {
  background: var(--tw-blue);
  color: #fff;
}

.tw-secondary {
  border-color: var(--tw-line);
  background: transparent;
  color: var(--tw-text);
}

.tw-secondary:hover {
  border-color: var(--tw-blue);
}

.tw-whatsapp {
  background: var(--tw-green);
  color: #04120a;
}

.tw-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 32px;
}

.tw-hero-stats span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px;
}

.tw-hero-stats b {
  color: var(--tw-text);
  font-family: Outfit, Arial, sans-serif;
  font-size: 22px;
}

.tw-hero-stats small {
  max-width: 72px;
  color: var(--tw-muted);
  font-size: 11px;
  line-height: 1.3;
}

.tw-hero-product {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-inline-start: 1px solid var(--tw-line);
  padding-inline-start: 56px;
}

.tw-hero-label {
  justify-self: start;
  padding: 7px 11px;
  border-radius: 4px;
  background: var(--tw-amber);
  color: #17130a;
  font-size: 12px;
  font-weight: 900;
}

.tw-hero-visual {
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 18px;
}

.tw-hero-visual img {
  width: 100%;
  max-width: 460px;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .35));
}

.tw-visual-fallback {
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  border: 3px solid var(--tw-blue);
  border-radius: 50%;
  color: var(--tw-blue-2);
  font-family: Outfit, Arial, sans-serif;
  font-size: 90px;
  font-weight: 800;
}

.tw-hero-product-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--tw-line);
}

.tw-hero-product-info strong {
  max-width: 430px;
  overflow: hidden;
  color: var(--tw-text);
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-hero-product-info > span {
  color: var(--tw-amber);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.tw-benefits {
  border-bottom: 1px solid var(--tw-line);
  background: var(--tw-surface);
}

.tw-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-benefit-grid > div {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  border-inline-start: 1px solid var(--tw-line);
}

.tw-benefit-grid > div:last-child {
  border-inline-end: 1px solid var(--tw-line);
}

.tw-benefit-grid > div > b {
  color: var(--tw-blue-2);
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
}

.tw-benefit-grid span {
  display: grid;
}

.tw-benefit-grid strong {
  color: var(--tw-text);
  font-size: 14px;
}

.tw-benefit-grid small {
  color: var(--tw-muted);
  font-size: 11px;
}

.tw-section {
  padding: 84px 0;
}

.tw-section + .tw-section {
  border-top: 1px solid var(--tw-line);
}

.tw-section-products,
.tw-deal-section {
  background: var(--tw-surface);
}

.tw-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.tw-section-head h2,
.tw-expert-inner h2 {
  margin: 7px 0 0;
  color: var(--tw-text);
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.tw-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tw-text);
  font-size: 14px;
  font-weight: 900;
}

.tw-view-all:hover {
  color: var(--tw-blue-2);
}

.tw-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tw-category {
  min-height: 132px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  background: var(--tw-card);
  padding: 14px;
  transition: border-color .2s ease, transform .2s ease;
}

.tw-category:hover {
  transform: translateY(-3px);
  border-color: var(--tw-blue);
}

.tw-category-media {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 4px;
  background: var(--tw-surface-2);
}

.tw-category-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tw-category-media b {
  color: var(--tw-blue-2);
  font-size: 38px;
}

.tw-category-copy {
  min-width: 0;
  display: grid;
}

.tw-category-copy strong {
  color: var(--tw-text);
  font-size: 16px;
  line-height: 1.4;
}

.tw-category-copy small {
  color: var(--tw-muted);
  font-size: 11px;
}

.tw-arrow {
  color: var(--tw-blue-2);
  font-weight: 900;
}

.tw-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tw-product {
  min-width: 0;
  display: grid;
  grid-template-rows: 230px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  background: var(--tw-card);
  transition: border-color .2s ease, transform .2s ease;
}

.tw-product:hover {
  transform: translateY(-3px);
  border-color: var(--tw-blue);
}

.tw-product-img {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  padding: 18px;
}

.tw-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.tw-product:hover .tw-product-img img {
  transform: scale(1.035);
}

.tw-sale {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--tw-red);
  color: #fff;
  font-family: Outfit, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.tw-product-copy {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(70px, 1fr) auto;
  gap: 12px;
  padding: 16px;
}

.tw-product-topline,
.tw-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tw-brand-tag {
  color: var(--tw-blue-2);
  font-family: Outfit, Cairo, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.tw-stock {
  color: var(--tw-muted);
  font-size: 10px;
  font-weight: 800;
}

.tw-stock.is-in::before,
.tw-stock.is-out::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-inline-end: 5px;
  border-radius: 50%;
  background: var(--tw-green);
}

.tw-stock.is-out::before {
  background: var(--tw-red);
}

.tw-product h3 {
  margin: 0;
  overflow: hidden;
  color: var(--tw-text);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 800;
}

.tw-product-meta {
  padding-top: 12px;
  border-top: 1px solid var(--tw-line);
}

.tw-product-meta strong {
  color: var(--tw-text);
  font-size: 17px;
  white-space: nowrap;
}

.tw-product-meta del {
  color: var(--tw-muted);
  font-size: 11px;
  font-weight: 500;
}

.tw-product-meta ins {
  color: var(--tw-amber);
  text-decoration: none;
}

.tw-add,
.woocommerce .tw-add.button {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--tw-blue) !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: var(--tw-blue-2) !important;
  padding: 7px 10px !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  white-space: nowrap;
}

.tw-add:hover,
.woocommerce .tw-add.button:hover {
  background: var(--tw-blue) !important;
  color: #fff !important;
}

.tw-empty {
  padding: 32px;
  border: 1px dashed var(--tw-line);
  border-radius: 6px;
  color: var(--tw-muted);
  text-align: center;
}

.tw-brands {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--tw-line);
  border-inline-start: 1px solid var(--tw-line);
}

.tw-brands a {
  min-height: 92px;
  display: grid;
  place-items: center;
  align-content: center;
  border-inline-end: 1px solid var(--tw-line);
  border-bottom: 1px solid var(--tw-line);
  background: var(--tw-card);
}

.tw-brands strong {
  color: var(--tw-text);
  font-family: Outfit, Cairo, sans-serif;
  font-size: 17px;
}

.tw-brands small {
  color: var(--tw-muted);
  font-size: 10px;
}

.tw-brands a:hover strong {
  color: var(--tw-blue-2);
}

.tw-expert-band {
  padding: 70px 0;
  border-block: 1px solid var(--tw-line);
  background: var(--tw-blue);
  color: #fff;
}

.tw-expert-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}

.tw-expert-inner .tw-eyebrow,
.tw-expert-inner h2,
.tw-expert-inner p {
  color: #fff;
}

.tw-expert-inner .tw-eyebrow::before {
  background: var(--tw-amber);
}

.tw-expert-inner p {
  margin: 12px 0 0;
  opacity: .82;
}

.tw-shop-head {
  padding: 64px 0 54px;
  border-bottom: 1px solid var(--tw-line);
  background: var(--tw-surface);
}

.tw-shop-head h1,
.tw-policy h1,
.tw-page h1 {
  margin: 10px 0 12px;
  color: var(--tw-text);
  font-size: 52px;
  line-height: 1.25;
  font-weight: 900;
}

.tw-shop-head p {
  max-width: 760px;
  margin: 0;
  color: var(--tw-muted);
  font-size: 17px;
}

.tw-shop-section {
  padding-top: 40px;
}

.tw-catalog-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) auto auto;
  align-items: end;
  gap: 12px;
  margin-bottom: 26px;
  padding: 18px;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  background: var(--tw-card);
}

.tw-catalog-filter label {
  display: grid;
  gap: 6px;
  color: var(--tw-muted);
  font-size: 11px;
  font-weight: 800;
}

.tw-catalog-filter select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--tw-line);
  border-radius: 4px;
  outline: 0;
  background: var(--tw-bg);
  color: var(--tw-text);
  padding: 0 12px;
}

.tw-catalog-filter select:focus {
  border-color: var(--tw-blue);
}

.tw-catalog-filter .tw-btn {
  min-height: 48px;
}

.tw-reset-filter {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: var(--tw-muted);
  font-size: 12px;
  font-weight: 800;
}

.tw-catalog-results {
  margin-top: 34px;
}

.tw-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tw-contact-card {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 6px;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  background: var(--tw-card);
  padding: 28px;
}

.tw-contact-card span,
.tw-contact-card small {
  color: var(--tw-muted);
}

.tw-contact-card strong {
  color: var(--tw-text);
  font-size: 22px;
  overflow-wrap: anywhere;
}

.tw-contact-card:hover {
  border-color: var(--tw-blue);
}

.tw-policy {
  padding: 86px 0;
}

.tw-policy-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.tw-policy aside {
  position: sticky;
  top: 28px;
}

.tw-policy aside p,
.tw-policy-list p {
  color: var(--tw-muted);
}

.tw-policy-list {
  display: grid;
}

.tw-policy-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--tw-line);
}

.tw-policy-list article b {
  color: var(--tw-blue-2);
  font-family: Outfit, Arial, sans-serif;
}

.tw-policy-list article p {
  margin: 0;
}

.tw-policy-list .tw-btn {
  justify-self: start;
  margin-top: 28px;
}

.tw-page {
  min-height: 55vh;
}

.tw-page:not(.tw-page-full) {
  padding: 70px 0;
}

.tw-page .entry-content {
  color: var(--tw-text);
}

.tw-footer {
  border-top: 1px solid var(--tw-line);
  background: #050608;
  color: #cbd2de;
}

.tw-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 60px;
  padding-block: 72px 54px;
}

.tw-footer .tw-brand {
  margin-bottom: 20px;
}

.tw-footer .tw-brand-name b {
  color: #fff;
}

.tw-footer-brand p {
  max-width: 430px;
  margin: 0 0 22px;
  color: #8e99aa;
}

.tw-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
}

.tw-footer-grid > div:not(.tw-footer-brand) > a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: #8e99aa;
  font-size: 13px;
}

.tw-footer-grid > div > a:hover {
  color: #fff;
}

.tw-footer-whatsapp {
  width: fit-content;
  display: grid;
  padding: 10px 14px;
  border: 1px solid #26303e;
  border-radius: 4px;
}

.tw-footer-whatsapp span {
  color: #8e99aa;
  font-size: 10px;
}

.tw-footer-whatsapp b {
  color: #fff;
}

.tw-footer-bottom {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid #222731;
  color: #717b89;
  font-size: 11px;
}

.tw-floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: 22px;
  left: auto;
  bottom: 22px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tw-green);
  color: #04120a;
  box-shadow: 0 14px 30px rgba(36, 199, 105, .25);
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

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

@media (max-width: 1180px) {
  .tw-mainbar-inner {
    grid-template-columns: auto minmax(240px, 1fr) auto;
    gap: 20px;
  }

  .tw-account,
  .tw-action-link > span:last-child {
    display: none;
  }

  .tw-action-link {
    min-width: 42px;
  }

  .tw-category-grid,
  .tw-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tw-catalog-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw-catalog-filter .tw-btn,
  .tw-reset-filter {
    justify-self: start;
  }
}

@media (max-width: 1024px) {
  .tw-wrap {
    width: min(100% - 32px, 1380px);
  }

  .tw-topbar-inner span:nth-child(2),
  .tw-topbar-inner span:last-child {
    display: none;
  }

  .tw-mainbar-inner {
    min-height: 74px;
    grid-template-columns: auto 1fr;
    padding-top: 10px;
  }

  .tw-mainbar .tw-search {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-bottom: 12px;
  }

  .tw-actions {
    min-width: 0;
  }

  .tw-menu-toggle {
    display: grid;
    place-items: center;
  }

  .tw-navline-inner {
    position: relative;
  }

  .tw-category-menu {
    width: 100%;
  }

  .tw-category-menu > button {
    min-height: 46px;
    border: 0;
  }

  .tw-category-flyout {
    width: 100%;
  }

  .tw-mobile-nav {
    position: absolute;
    top: 100%;
    inset-inline: 0;
    display: none;
    border: 1px solid var(--tw-line);
    border-radius: 0 0 6px 6px;
    background: var(--tw-surface);
    box-shadow: var(--tw-shadow);
    padding: 10px;
  }

  .tw-mobile-nav.is-open {
    display: block;
  }

  .tw-menu,
  .tw-nav-extras {
    display: grid;
    padding: 0;
  }

  .tw-menu a,
  .tw-nav-extras a {
    width: 100%;
    padding: 0 12px;
  }

  .tw-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 48px;
  }

  .tw-hero-content {
    max-width: 820px;
  }

  .tw-hero-product {
    min-height: 360px;
    border-inline-start: 0;
    border-top: 1px solid var(--tw-line);
    padding: 34px 0 0;
  }

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

  .tw-category-grid,
  .tw-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-product {
    grid-template-rows: 245px minmax(0, 1fr);
  }

  .tw-expert-inner,
  .tw-policy-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tw-policy aside {
    position: static;
  }

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

  .tw-contact-card:last-child {
    grid-column: 1 / -1;
  }

  .tw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
  }
}

@media (max-width: 640px) {
  .tw-wrap {
    width: min(100% - 22px, 1380px);
  }

  .tw-topbar-inner {
    min-height: 30px;
    justify-content: center;
    gap: 10px;
    font-size: 10px;
  }

  .tw-topbar-inner > a {
    display: none;
  }

  .tw-topbar-inner span + span,
  .tw-topbar-inner a + span {
    padding-inline-start: 0;
    border: 0;
  }

  .tw-brand-name {
    font-size: 20px;
  }

  .tw-logo-mark {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .tw-mainbar-inner {
    gap: 10px;
    padding-top: 8px;
  }

  .tw-mainbar .tw-search {
    height: 46px;
    margin-bottom: 9px;
  }

  .tw-account {
    display: none;
  }

  .tw-theme-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--tw-line);
    border-radius: 50%;
    background: var(--tw-surface-2);
  }

  .tw-theme-toggle .tw-action-icon {
    font-size: 17px;
    line-height: 1;
  }

  .tw-cart {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  .tw-action-link[data-tw-lang] {
    min-width: 38px;
  }

  .tw-action-link[data-tw-lang] .tw-action-icon {
    font-size: 12px;
  }

  .tw-count {
    width: 24px;
    height: 24px;
  }

  .tw-hero {
    min-height: 0;
  }

  .tw-hero-grid {
    padding-block: 36px;
  }

  .tw-hero h1 {
    margin-block: 14px 18px;
    font-size: 36px;
    line-height: 1.16;
  }

  .tw-hero-content > p {
    font-size: 15px;
    line-height: 1.85;
  }

  .tw-buttons .tw-btn {
    flex: 1 1 150px;
  }

  .tw-hero-stats {
    gap: 14px;
  }

  .tw-hero-stats span {
    flex: 1 1 90px;
  }

  .tw-hero-product {
    min-height: 310px;
  }

  .tw-hero-visual {
    min-height: 220px;
    padding: 10px;
  }

  .tw-hero-visual img {
    max-height: 240px;
  }

  .tw-hero-product-info {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .tw-hero-product-info strong {
    white-space: normal;
  }

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

  .tw-contact-grid {
    grid-template-columns: 1fr;
  }

  .tw-contact-card:last-child {
    grid-column: auto;
  }

  .tw-benefit-grid > div,
  .tw-benefit-grid > div:last-child {
    min-height: 76px;
    border-inline: 1px solid var(--tw-line);
    border-bottom: 1px solid var(--tw-line);
  }

  .tw-section {
    padding: 58px 0;
  }

  .tw-section-head {
    align-items: start;
    margin-bottom: 24px;
  }

  .tw-section-head h2,
  .tw-expert-inner h2 {
    font-size: 29px;
  }

  .tw-view-all {
    min-width: max-content;
    font-size: 11px;
  }

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

  .tw-category {
    min-height: 104px;
    grid-template-columns: 74px minmax(0, 1fr) auto;
  }

  .tw-category-media {
    width: 74px;
    height: 74px;
  }

  .tw-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .tw-product {
    grid-template-rows: 170px minmax(0, 1fr);
  }

  .tw-product-img {
    padding: 10px;
  }

  .tw-product-copy {
    grid-template-rows: auto minmax(84px, 1fr) auto;
    gap: 8px;
    padding: 11px;
  }

  .tw-product h3 {
    font-size: 12px;
  }

  .tw-stock {
    display: none;
  }

  .tw-product-meta {
    display: grid;
    gap: 8px;
  }

  .tw-product-meta strong {
    font-size: 13px;
  }

  .tw-add,
  .woocommerce .tw-add.button {
    width: 100%;
  }

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

  .tw-catalog-filter {
    grid-template-columns: 1fr;
  }

  .tw-catalog-filter .tw-btn,
  .tw-reset-filter {
    width: 100%;
    justify-content: center;
  }

  .tw-shop-head {
    padding: 46px 0 38px;
  }

  .tw-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 54px 40px;
  }

  .tw-footer-bottom {
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-block: 16px;
  }

  .tw-floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .tw-brand-name {
    display: none;
  }

  .tw-actions {
    gap: 4px;
  }

  .tw-mainbar-inner {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .tw-logo-mark,
  .tw-menu-toggle,
  .tw-theme-toggle,
  .tw-cart {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .tw-menu-toggle {
    font-size: 18px;
  }

  .tw-cart > span:first-child {
    display: none;
  }

  .tw-cart {
    justify-content: center;
    padding: 0;
  }

  .tw-action-link[data-tw-lang] {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .tw-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .tw-eyebrow {
    font-size: 11px;
  }

  .tw-hero-content > p {
    font-size: 14px;
  }

  .tw-floating-whatsapp {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
  }

  .tw-products {
    grid-template-columns: 1fr;
  }

  .tw-product {
    grid-template-rows: 230px minmax(0, 1fr);
  }
}

/* 3.0.5 responsive quality pass */
:where(.tw-header, .tw-page, .tw-section, .tw-footer) :where(a, button, input, select, textarea) {
  max-width: 100%;
}

:where(.tw-product h3, .tw-category-copy strong, .tw-contact-card strong, .tw-footer a, .tw-footer p) {
  overflow-wrap: anywhere;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(92, 145, 255, .48);
  outline-offset: 2px;
}

.tw-menu-toggle,
.tw-action-link,
.tw-cart,
.tw-category-menu > button,
.tw-btn,
.tw-add {
  touch-action: manipulation;
}

@media (max-width: 1180px) {
  .tw-hero h1 {
    font-size: 58px;
  }

  .tw-section-head h2,
  .tw-expert-inner h2 {
    font-size: 36px;
  }

  .tw-shop-head h1,
  .tw-policy h1,
  .tw-page h1 {
    font-size: 46px;
  }
}

@media (max-width: 1024px) {
  body.tw-nav-open {
    overflow: hidden;
  }

  .tw-mainbar-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .tw-brand {
    min-width: 0;
  }

  .tw-actions {
    min-width: max-content;
    flex-wrap: nowrap;
  }

  .tw-menu-toggle,
  .tw-action-link,
  .tw-cart {
    flex: 0 0 auto;
  }

  .tw-navline-inner {
    z-index: 60;
  }

  .tw-mobile-nav,
  .tw-category-flyout {
    z-index: 70;
    max-height: calc(100svh - 168px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .tw-mobile-nav {
    padding: 8px;
  }

  .tw-menu a,
  .tw-nav-extras a,
  .tw-category-flyout a {
    min-height: 48px;
  }

  .tw-hero h1 {
    font-size: 48px;
  }

  .tw-section-head h2,
  .tw-expert-inner h2 {
    font-size: 34px;
  }

  .tw-shop-head h1,
  .tw-policy h1,
  .tw-page h1 {
    font-size: 42px;
  }
}

@media (max-width: 800px) {
  .tw-catalog-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-catalog-filter .tw-btn,
  .tw-reset-filter {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .tw-wrap {
    width: calc(100% - 24px);
  }

  .tw-mainbar-inner {
    min-height: 64px;
    padding-top: 7px;
  }

  .tw-mainbar .tw-search {
    height: 44px;
  }

  .tw-search {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .tw-search input {
    padding-inline: 13px;
    font-size: 14px;
  }

  .tw-navline-inner,
  .tw-category-menu > button {
    min-height: 44px;
  }

  .tw-mobile-nav,
  .tw-category-flyout {
    max-height: calc(100svh - 150px);
  }

  .tw-hero-grid {
    gap: 30px;
    padding-block: 32px 38px;
  }

  .tw-hero h1 {
    margin-block: 12px 16px;
    font-size: 36px;
  }

  .tw-hero-content > p {
    font-size: 15px;
    line-height: 1.8;
  }

  .tw-buttons {
    gap: 9px;
    margin-top: 22px;
  }

  .tw-btn {
    min-height: 48px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .tw-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .tw-hero-stats span {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .tw-hero-stats b {
    font-size: 18px;
  }

  .tw-hero-stats small {
    max-width: none;
    font-size: 10px;
  }

  .tw-hero-product {
    min-height: 0;
    padding-top: 28px;
  }

  .tw-hero-visual {
    min-height: 210px;
  }

  .tw-benefit-grid > div,
  .tw-benefit-grid > div:last-child {
    padding: 14px 16px;
  }

  .tw-section {
    padding: 48px 0;
  }

  .tw-section-head {
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 22px;
  }

  .tw-section-head h2,
  .tw-expert-inner h2 {
    font-size: 29px;
  }

  .tw-view-all {
    min-height: 36px;
  }

  .tw-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tw-product {
    grid-template-rows: 152px minmax(0, 1fr);
  }

  .tw-product-copy {
    grid-template-rows: auto minmax(72px, 1fr) auto;
    padding: 10px;
  }

  .tw-product h3 {
    font-size: 12px;
    line-height: 1.55;
  }

  .tw-product-meta strong {
    font-size: 13px;
  }

  .tw-add,
  .woocommerce .tw-add.button {
    min-height: 40px !important;
  }

  .tw-shop-head {
    padding: 38px 0 32px;
  }

  .tw-shop-head h1,
  .tw-policy h1,
  .tw-page h1 {
    font-size: 34px;
  }

  .tw-shop-head p {
    font-size: 14px;
    line-height: 1.8;
  }

  .tw-catalog-filter {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .tw-contact-card {
    min-height: 170px;
    padding: 22px;
  }

  .tw-policy {
    padding: 52px 0;
  }

  .tw-policy-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
  }

  .tw-expert-band {
    padding: 48px 0;
  }

  .tw-footer-grid {
    gap: 28px;
    padding-block: 46px 34px;
  }

  .tw-footer-grid > div:not(.tw-footer-brand) > a {
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  .tw-floating-whatsapp {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .tw-brand-name {
    display: flex;
    gap: 3px;
    font-size: 18px;
  }

  .tw-mainbar-inner {
    grid-template-columns: minmax(108px, auto) minmax(0, 1fr);
    gap: 8px;
  }

  .tw-brand {
    gap: 5px;
  }

  .tw-actions {
    gap: 4px;
  }

  .tw-logo-mark,
  .tw-menu-toggle,
  .tw-theme-toggle,
  .tw-action-link[data-tw-lang],
  .tw-cart {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .tw-logo-mark {
    font-size: 20px;
  }

  .tw-action-link[data-tw-lang],
  .tw-theme-toggle {
    padding: 0;
    border: 1px solid var(--tw-line);
    border-radius: 4px;
    background: var(--tw-surface-2);
  }

  .tw-theme-toggle .tw-action-icon {
    font-size: 18px;
  }

  .tw-action-link[data-tw-lang] .tw-action-icon {
    font-size: 11px;
  }

  .tw-cart {
    justify-content: center;
    padding: 0;
  }

  .tw-cart > span:first-child {
    display: none;
  }

  .tw-count {
    width: 24px;
    height: 24px;
  }

  .tw-category {
    grid-template-columns: 66px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 12px;
  }

  .tw-category-media {
    width: 66px;
    height: 66px;
  }

  .tw-hero-product-info {
    align-items: start;
  }

  .tw-hero-product-info > span {
    white-space: normal;
  }
}

@media (max-width: 359px) {
  .tw-wrap {
    width: calc(100% - 18px);
  }

  .tw-mainbar-inner {
    grid-template-columns: minmax(98px, auto) minmax(0, 1fr);
    gap: 4px;
  }

  .tw-logo-mark,
  .tw-menu-toggle,
  .tw-theme-toggle,
  .tw-action-link[data-tw-lang],
  .tw-cart {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .tw-brand-name {
    font-size: 16px;
  }

  .tw-logo-mark {
    font-size: 19px;
  }

  .tw-actions {
    gap: 2px;
  }

  .tw-hero h1 {
    font-size: 30px;
  }

  .tw-products,
  .tw-brands {
    grid-template-columns: 1fr;
  }

  .tw-product {
    grid-template-rows: 220px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .tw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 30px;
  }

  .tw-footer-brand,
  .tw-footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .tw-footer-grid > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .tw-footer-grid > div:last-child h3 {
    grid-column: 1 / -1;
  }

  .tw-footer h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .tw-footer-grid > div:not(.tw-footer-brand) > a {
    min-height: 36px;
    font-size: 13px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .tw-mobile-nav,
  .tw-category-flyout {
    max-height: calc(100svh - 116px);
  }

  .tw-hero-grid {
    padding-block: 34px;
  }
}
