/** Shopify CDN: Minification failed

Line 202:0 All "@import" rules must come first
Line 203:0 All "@import" rules must come first
Line 208:0 All "@import" rules must come first
Line 209:0 All "@import" rules must come first
Line 210:0 All "@import" rules must come first

**/
/* ===== FONT IMPORTS ===== */
@import url("https://use.typekit.net/wvs8alr.css");

/* Alternative Google Fonts fallback (if Adobe Fonts doesn't work) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

/* === LOCAL FONT FACES === */
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Thin.otf?v=74268347983371575701755774866') format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Light.otf?v=11667304506062654871755774866') format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Regular.otf?v=161597077590170385731755774866') format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Medium.otf?v=174660940853619649311755774866') format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Demi_Bold.otf?v=112020479560944393461755774866') format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Bold.otf?v=97221816564382497301755774866') format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Extra_Bold.otf?v=34611274192762665841755774866') format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Heavy.otf?v=37772950694835039741755774866') format("opentype");
  font-weight: 900;
  font-style: normal;
}


/* ===== CSS CUSTOM PROPERTIES (VARIABLES) ===== */
:root {
  --color-primary-dark: rgba(39, 34, 69, 1);
  --color-primary-blue: rgba(79, 139, 181, 1);
  --color-action-blue: rgba(0, 70, 255, 1);
  --color-text-primary: rgba(0, 0, 0, 1);
  --color-text-white: rgba(255, 255, 255, 1);
  --color-text-white2: rgba(243, 243, 243, 1);
  --color-text-white3: rgba(250, 250, 251, 1);
  --color-text-white4: rgba(217, 217, 217, 1);
  --color-text-white5: rgba(209, 209, 209, 1);
  --color-text-white6: rgba(224, 224, 224, 1);
  --color-text-grey: rgba(25, 25, 25, 1);
  --color-text-black: rgba(34, 34, 34, 1);
  --color-text-black2: rgba(39, 33, 69, 1);
  --color-text-secondary: rgba(32, 32, 31, 1);
  --color-text-muted: rgba(142, 142, 142, 1);
  --color-text-inactive: rgba(194, 194, 194, 1);
  --color-text-link: rgba(28, 74, 130, 1);
  --color-text-success: rgba(0, 182, 122, 1);
  --color-bg-secondary: rgba(240, 240, 242, 1);
  --color-bg-light-gray: rgba(245, 245, 247, 0.5);
  --color-bg-active: rgba(189, 231, 255, 1);
  --color-border-default: rgba(80, 80, 80, 0.6);
  --color-border-light: rgba(255, 255, 255, 0.3);
  --color-border-dark: rgba(0, 0, 0, 0.3);

  /* === RESPONSIVE TYPOGRAPHY === */
  /* Using clamp() for fluid, responsive typography optimized for 1440px screens */

  /* --font-size-section-title: clamp(
    1.5rem,
    3vw + 0.8rem,
    4.5rem
  );  */
  --font-size-section-title2: clamp(
    1.5rem,
    3vw + 0.8rem,
    4.5rem
  ); /* 24px - 72px */
  --font-size-hero: clamp(2rem, 4vw + 0.5rem, 3.5rem); /* 32px - 56px */
  --font-size-large-heading: clamp(
    1.75rem,
    3.5vw + 0.5rem,
    2.5rem
  ); /* 28px - 48px */
  --font-size-section-title: clamp(
    1.5rem,
    3vw + 0.2rem,
    2.75rem
  ); /* 24px - 42px */
  --font-size-medium-heading: clamp(
    1.375rem,
    2.5vw + 0.5rem,
    2.25rem
  ); /* 22px - 36px */
  --font-size-sub-heading: clamp(1.25rem, 2vw + 0.5rem, 2rem); /* 20px - 32px */
  --font-size-card-title: clamp(
    1.125rem,
    1.5vw + 0.25rem,
    1.375rem
  ); /* 18px - 22px */
  --font-size-body-large: clamp(
    1.125rem,
    1.25vw + 0.25rem,
    1.25rem
  ); /* 18px - 20px */
  --font-size-body-medium: clamp(
    1rem,
    0.75vw + 0.25rem,
    1.125rem
  ); /* 16px - 18px */
  --font-size-body: clamp(0.875rem, 0.5vw + 0.25rem, 1rem); /* 14px - 16px */
  --font-size-small: clamp(
    0.813rem,
    0.4vw + 0.2rem,
    0.938rem
  ); /* 13px - 15px */
  --font-size-extra-small: clamp(
    0.75rem,
    0.3vw + 0.2rem,
    0.875rem
  ); /* 12px - 14px */
  --font-size-tiny: clamp(
    0.813rem,
    0.25vw + 0.2rem,
    0.813rem
  ); /* 13px - 13px */

  /* === LINE HEIGHTS === */
  --line-height-tight: 1.1;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  --line-height-hero: clamp(
    2.2rem,
    4.4vw + 0.55rem,
    3.85rem
  ); /* Slightly larger than font for better spacing */
  --line-height-large: clamp(
    1.9rem,
    3.85vw + 0.55rem,
    3.3rem
  ); /* Matches large heading proportionally */
  --line-height-custom: clamp(
    1.125rem,
    1.5vw + 0.25rem,
    1.375rem
  ); /* 18px - 22px */

  /* === FONT WEIGHTS === */
  /* Articulat CF has 9 weights available (Thin to Black) */
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;

  /* === SPACING SYSTEM === */
  --spacing-xs: clamp(0.25rem, 0.25vw + 0.125rem, 0.5rem);
  --spacing-xs-2: clamp(0.25rem, 0.25vw + 0.125rem, 0.625rem);
  --spacing-sm: clamp(0.5rem, 0.5vw + 0.25rem, 1rem);
  --spacing-sm-2: clamp(0.9rem, 0.5vw + 0.4rem, 1.5rem);
  --spacing-md: clamp(1rem, 1vw + 0.5rem, 1.5rem);
  --spacing-lg: clamp(1.5rem, 1.5vw + 0.75rem, 2.5rem);
  --spacing-xl: clamp(2rem, 2vw + 1rem, 3rem);
  --spacing-2xl: clamp(3rem, 2.5vw + 1.5rem, 4rem);
}



/* ===== FONT IMPORTS ===== */
@import url("https://use.typekit.net/wvs8alr.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

/* ===== CSS FILE IMPORTS ===== */
/* @import "../common.css"; */
/* @import "../assets/common.css"; */
@import "../assets/index.css";
@import "../style/categories.css";
@import "../style/critical.css";

/* === LOCAL FONT FACES === */
@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Thin.otf?v=74268347983371575701755774866') format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "articulat-cf"; 
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Light.otf?v=11667304506062654871755774866') format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Regular.otf?v=161597077590170385731755774866') format("opentype"); 
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Medium.otf?v=174660940853619649311755774866') format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Demi_Bold.otf?v=112020479560944393461755774866') format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Bold.otf?v=97221816564382497301755774866') format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Extra_Bold.otf?v=34611274192762665841755774866') format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "articulat-cf";
  src: url('//mobieo.nl/cdn/shop/t/30/assets/fonnts.com-Articulat_CF_Black.otf?13485') format("opentype");
  font-weight: 900;
  font-style: normal;
}





/* ===== BASE STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "articulat-cf", "Inter", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background-color: var(--color-text-white);
  color: var(--color-text-primary);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-normal);
}

/* ===== TYPOGRAPHY CLASSES ===== */
.text-hero {
  font-size: var(--font-size-section-title2);
  line-height: var(--line-height-hero);
  font-weight: var(--font-weight-bold);
  width: 120%;
  padding-top: 30px;
}

.text-large-heading {
  font-size: var(--font-size-large-heading);
  line-height: var(--line-height-large);
  font-weight: var(--font-weight-bold);
}

.text-section-title {
  font-size: var(--font-size-section-title);
  line-height: var(--line-height-tight);
  font-weight: var(--font-weight-semibold);
  font-size: 32px;
}

.text-medium-heading {
  font-size: var(--font-size-medium-heading);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-semibold);
}

.text-sub-heading {
  font-size: var(--font-size-sub-heading);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-semibold);
}

.text-card-title {
  font-size: var(--font-size-body-large);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-semibold);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-body-large {
  font-size: var(--font-size-body-large);
  line-height: var(--line-height-relaxed);
}

.text-body-medium {
  font-size: var(--font-size-body-medium);
  line-height: var(--line-height-custom);
}

.text-body-small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-normal);
}

.text-body {
  font-size: var(--font-size-body);
  line-height: var(--line-height-normal);
}

.text-small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-normal);
}

.text-extra-small {
  font-size: var(--font-size-extra-small);
  line-height: var(--line-height-normal);
}

.text-tiny {
  font-size: var(--font-size-tiny);
  line-height: var(--line-height-normal);
}

/* ===== FONT WEIGHT UTILITIES ===== */
.font-thin {
  font-weight: var(--font-weight-thin);
}
.font-extralight {
  font-weight: var(--font-weight-extralight);
}
.font-light {
  font-weight: var(--font-weight-light);
}
.font-normal {
  font-weight: var(--font-weight-normal);
}
.font-medium {
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  font-weight: var(--font-weight-semibold);
}
.font-bold {
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}
.font-black {
  font-weight: var(--font-weight-black);
}

/* ===== LINE HEIGHT UTILITIES ===== */
.leading-tight {
  line-height: var(--line-height-tight);
}
.leading-normal {
  line-height: var(--line-height-normal);
}
.leading-relaxed {
  line-height: var(--line-height-relaxed);
}

/* ===== COLOR UTILITIES ===== */
.text-primary {
  color: var(--color-text-primary);
}
.text-white {
  color: var(--color-text-white);
}
.text-grey {
  color: var(--color-text-grey);
}
.text-secondary {
  color: var(--color-text-secondary);
}
.text-muted {
  color: var(--color-text-muted);
}
.text-inactive {
  color: var(--color-text-inactive);
}
.text-link {
  color: var(--color-text-link);
}
.text-success {
  color: var(--color-text-success);
}

/* Background Colors */
.bg-primary {
  background-color: var(--color-text-white);
}
.bg-secondary {
  background-color: var(--color-bg-secondary);
}
.bg-dark {
  background-color: var(--color-text-primary);
}
.bg-brand {
  background-color: var(--color-primary-dark);
}
.bg-accent {
  background-color: var(--color-primary-blue);
}
.bg-light-gray {
  background-color: var(--color-bg-light-gray);
}
.bg-active {
  background-color: var(--color-bg-active);
}

/* Brand Colors */
.bg-primary-dark {
  background-color: var(--color-primary-dark);
}
.bg-primary-blue {
  background-color: var(--color-primary-blue);
}
.bg-action-blue {
  background-color: var(--color-action-blue);
}

.text-primary-dark {
  color: var(--color-primary-dark);
}
.text-primary-blue {
  color: var(--color-primary-blue);
}
.text-action-blue {
  color: var(--color-action-blue);
}

/* Border Colors */
.border-default {
  border-color: var(--color-border-default);
}
.border-light {
  border-color: var(--color-border-light);
}
.border-dark {
  border-color: var(--color-border-dark);
}
.cursor-pointer {
  cursor: pointer;
}

/* ===== COMPONENT STYLES ===== */
.btn {
  padding: var(--spacing-sm) var(--spacing-lg);
  border: none;
  border-radius: 0.375rem;
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background-color: var(--color-primary-dark);
  color: var(--color-text-white);
} 

.btn-primary:hover {
  background-color: rgba(39, 34, 69, 0.9);
  transform: translateY(-1px);
}

.btn-action {
  background-color: rgba(1, 169, 48, 1);
  color: var(--color-text-white);
}

.btn-action:hover {
  background-color: rgba(0, 70, 255, 0.9);
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: var(--color-primary-blue);
  color: var(--color-text-white);
}

.btn-secondary:hover {
  background-color: rgba(79, 139, 181, 0.9);
  transform: translateY(-1px);
}

.card {
  background-color: var(--color-text-white);
  border-radius: 0.5rem;
  padding: var(--spacing-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border-default);
}

a {
  color: var(--color-text-link);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: rgba(28, 74, 130, 0.8);
  text-decoration: underline;
}

/* ===== SPACING UTILITIES ===== */
.spacing-xs {
  margin: var(--spacing-xs);
}
.spacing-sm {
  margin: var(--spacing-sm);
}
.spacing-md {
  margin: var(--spacing-md);
}
.spacing-lg {
  margin: var(--spacing-lg);
}
.spacing-xl {
  margin: var(--spacing-xl);
}
.spacing-2xl {
  margin: var(--spacing-2xl);
}

.p-xs {
  padding: var(--spacing-xs);
}
.p-sm {
  padding: var(--spacing-sm);
}
.p-md {
  padding: var(--spacing-md);
}
.p-lg {
  padding: var(--spacing-lg);
}
.p-xl {
  padding: var(--spacing-xl);
}
.p-2xl {
  padding: var(--spacing-2xl);
}

.m-auto {
  margin: auto;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.m-xs {
  margin: var(--spacing-xs);
}
.mb-xs2 {
  margin-bottom: var(--spacing-xs-2);
}
.m-sm {
  margin: var(--spacing-sm);
}
.mb-sm {
  margin-bottom: var(--spacing-sm);
}
.m-md {
  margin: var(--spacing-md);
}
.m-lg {
  margin: var(--spacing-lg);
}
.m-xl {
  margin: var(--spacing-xl);
}
.m-2xl {
  margin: var(--spacing-2xl);
}

/* Focus states for accessibility */
/* button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--color-action-blue);
  outline-offset: 2px;
} */

/* Hide default focus outline */
a:focus,
select:focus,
button:focus,
input:focus,
input[type="checkbox"],
input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible,
input[type="radio"],
input[type="radio"]:focus,
input[type="radio"]:focus-visible,
input[type="range"],
input[type="range"]:focus,
.price-pill,
.price-pill:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border-width: 1px;
  accent-color: var(--color-text-primary);
  cursor: pointer;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper select {
  width: 100%;
  border-radius: 3px;
  padding: 8px 9px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--color-text-white);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg); /* Rotates the icon */
  width: 12px;
  height: 12px;
  background: url("up-black.png") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.no-articulat {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.announcement-bar {
  background-color: var(--color-primary-dark);
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border-light);
}

.announcement-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.announcement-left {
  display: flex;
  gap: var(--spacing-lg);
}

.announcement-right {
  display: flex;
  align-items: center;
  gap: 74px;
}

.trustpilot {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 14px;
}

.trustpilot img {
  height: 20px;
}

.icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.icons a {
  display: flex;
}

.icon-img {
  height: 20px;
  width: auto !important;
}

.header {
  background-color: var(--color-bg-secondary);
  padding: 21px 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.nav-container .logo {
  height: 48px;
  width: auto !important;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 38px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: var(--color-text-primary);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-semibold);
  transition: color 0.2s ease;
}

.nav-menu a:hover {
  color: var(--color-primary-blue);
}

.has-submenu-web {
  position: relative;
}

.has-submenu-web:hover .submenu-chevron-web {
  transform: rotate(180deg);
}

.has-submenu-web::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background-color: transparent;
}

.submenu-chevron-web {
  margin-left: 5px;
  width: 12px;
  height: 7px;
  transition: transform 0.3s ease;
}

.submenu-web {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 100;
  background-color: var(--color-bg-secondary);
  list-style: none;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  pointer-events: none;
}

.has-submenu-web:hover .submenu-web {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
  pointer-events: auto;
}

.submenu-web li a {
  padding: 10px;
  display: block;
  white-space: break-spaces;
}

.search-container-web {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  max-width: 350px;
  width: 100%;
}

.mobile-bar,
.search-container-mob,
.deals-container-mob,
.benefits-container-mob,
.hero-content > .mobile-button,
.categories-container-mob {
  display: none;
}

.search-box {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--color-text-white);
  border-radius: 0.5rem;
  padding: 13px 11px;
}
.search-container-mob .search-bar .icon-search {
  vertical-align: middle;
}
.search-box input {
  border: none;
  background: transparent;
  font-size: var(--font-size-body);
  color: var(--color-text-primary);
  width: 200px;
  font-family: "articulat-cf", "Inter", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
  margin-left: 10px;
  width: 100%;
}

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

.mobile-nav {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  background: var(--color-text-white);
  z-index: 1002;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  display: flex;
  flex-direction: column;
  padding: var(--spacing-md);
  gap: 20px;
}

.mobile-nav.open {
  transform: translateX(0);
}

.mobile-nav-close {
  background: transparent;
  border: none;
  font-size: 2.2rem;
  color: var(--color-text-primary);
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
}

.mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  overflow: auto;
}

.mobile-nav-menu li {
  margin-bottom: 6px;
  position: relative;
}

.mobile-nav-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: var(--color-text-primary);
  font-size: var(--font-size-body);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-medium);
  text-decoration: none;
  transition: background 0.2s;
  border-radius: 5px;
}

.mobile-nav-menu li:hover > a,
.mobile-nav-menu li:active > a,
.mobile-nav-menu li.open > a,
.mobile-nav-menu li.active > a {
  background: rgba(220, 232, 240, 1);
}

.mobile-nav-menu .submenu-chevron {
  transition: transform 0.3s ease;
  /* transform: rotate(90deg); */
  transform: rotate(-90deg);
  margin-left: auto;
  cursor: pointer;
  padding: 0px 10px;
}

.mobile-nav-menu .has-submenu.open > .submenu-toggle .submenu-chevron {
  /* transform: rotate(180deg); */
  transform: rotate(0deg);
}

.mobile-nav-menu .submenu {
  list-style: none;
  padding-left: 45px;
  display: none;
  position: relative;
  padding-bottom: 10px;
  margin-top: 10px;
}

.mobile-nav-menu .has-submenu.open > .submenu {
  display: block;
}

.mobile-nav-menu .submenu::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 35px;
  width: 20px;
  border-bottom: 1px solid var(--color-text-inactive);
  border-left: 1px solid var(--color-text-inactive);
  border-bottom-left-radius: 5px;
}

.no-scroll {
  overflow: hidden !important;
}

.nav-menu li {
  white-space: nowrap;
}

.nav-menu {
  padding: 0px 20px;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-xl);
}

.feature-item {
  display: flex !important;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.feature-item img {
  height: 10px;
}

.product-showcase {
  position: relative;
  z-index: 2;
}

.product-showcase img {
  max-width: 100%;
  height: auto;
}

.deals-section {
  padding: var(--spacing-lg) 0;
}

.deals-header {
  max-width: 1440px;
  margin: 0 auto 20px;
  padding: 0 var(--spacing-lg);
}

.deals-container-web {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-lg);
}

a.deal-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.action img {
  object-fit: contain;
}

.deal-card h3 {
  margin-bottom: 5px;
}

.deal-card .rating {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating .rating-star {
  display: flex;
  align-items: center;
}

.deal-card .rating .rating-number {
  margin-left: 4px;
}

.deal-image-wrapper {
  padding-block: 30px;
}

.deal-image {
  width: 100%;
  /* Fallback for browsers that do not support aspect-ratio */
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 0.5rem;
  margin-bottom: var(--spacing-md);
  object-fit: contain;
  display: block;
  /* background: #f6f6f6; */
}

@supports (aspect-ratio: 1 / 1) {
  .deal-image {
    height: auto;
    aspect-ratio: 1 / 1;
    padding-bottom: 0;
    position: static;

    max-width: 250px;
    object-fit: contain;
    margin: 0 auto;
  }
}

.storage-options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-xs);
}

.storage-pill {
  color: var(--color-text-muted);
  font-size: var(--font-size-body-medium);
  font-weight: var(--font-weight-semibold);
  padding: 0.125rem 0.75rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.storage-pill.active {
  color: var(--color-text-primary);
  background-color: var(--color-bg-active);
  border-color: var(--color-bg-active);
  border-radius: 5px;
}

.storage-pill.disabled {
  color: var(--color-text-inactive);
}

.delivery {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.check-icon {
  height: 23px;
  width: auto !important;
}

.price {
  /* margin-top: var(--spacing-sm); */
  font-weight: var(--font-weight-semibold);
  font-size: 25px;
}

.newsletter-container {
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255) 0%,
    rgb(237, 243, 248) 100%
  );
}
.newsletter-v2 .newsletter-container{
  background: #fff;
}

.newsletter-form {
  margin-top: var(--spacing-lg);
  display: flex;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}

.newsletter-form input {
  flex: 1 1 260px;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-size: var(--font-size-body);
}

.newsletter-form input::placeholder {
  color: var(--color-text-muted);
}

.whyus-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg) 60px var(--spacing-lg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.newsletter-v2 .whyus-container {
    grid-template-columns: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
        padding-top: 20px;
}
.whyus-container.whyus-wrapper {
  padding-top: var(--spacing-lg);
}

.whyus-item {
  display: flex;
  flex-direction: column;
  padding: 0px 46px;
  border-right: 1px solid var(--color-primary-dark);
}

.newsletter-v2 .whyus-item {
    border: 0;
    flex-direction: unset;
    flex: 0 0 50%;
    max-width: 49%;
    margin-bottom: 20px;
    padding: 20px 35px;
    background: rgba(220, 232, 240, 1);
    border-radius: 20px;
}
.whyus-item:last-child {
  border: 0;
}

.whyus-item h4 {
  margin-top: 12px;
  margin-bottom: 24px;
}
.newsletter-v2 .whyus-item h4 {
  margin: 0;
  font-weight: 500;
}
.whyus-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.newsletter-v2 .whyus-icon{
   width: 40px;
    height: 40px;
    margin-right: 10px;
}

.site-footer {
  background-color: var(--color-primary-dark);
  color: var(--color-text-primary);
}

.site-footer > div {
  background-color: var(--color-text-white);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--spacing-2xl) var(--spacing-lg);
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  gap: var(--spacing-xl);
}

.footer-logo {
  width: 160px;
  height: auto;
}

.footer-heading {
  margin-bottom: var(--spacing-sm);
  font-size: var(--font-size-body-large);
  color: var(--color-primary-dark);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: var(--font-size-small);
}

.footer-links a:hover {
  text-decoration: underline;
}

.newsletter-link {
  display: inline-block;
  margin-top: var(--spacing-sm);
  color: var(--color-text-link);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
}

.newsletter-form input {
  padding: 15px;
}

.trustpilot-img {
  margin-top: var(--spacing-md);
  width: 150px;
}

.footer-bottom {
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--spacing-lg);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.social-icons img {
  width: 30px;
  height: 30px;
  margin-right: var(--spacing-sm);
}

.trustpilot img {
  width: auto !important;
}

.payment-icons {
  display: flex;
  align-items: center;
}

.payment-icons img {
  margin-right: var(--spacing-sm);
  width: auto !important;
}

.social-payment {
  display: flex;
  gap: var(--spacing-xl);
}

.back-to-top {
  background-color: var(--color-primary-dark) !important;
  color: var(--color-text-white);
  padding: var(--spacing-md);
  text-align: center;
  font-size: var(--font-size-extra-small);
  font-weight: var(--font-weight-medium);
}

.back-to-top img,
.back-to-top svg {
  margin-left: var(--spacing-xs);
  cursor: pointer;
}

.benefits-bar {
  /* border-top: 1px solid var(--color-border-default);
  border-bottom: 1px solid var(--color-border-default); */
  background-color: var(--color-text-white);
}

.benefits-container-web {
  max-width: 1240px;
  margin: 5px auto;
  padding: var(--spacing-sm) var(--spacing-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
}

/* ===== RESPONSIVE DESIGN ===== */
/* The typography automatically scales, but here are some additional responsive utilities */

@media (min-width: 1025px) {
  .mobile-nav,
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .announcement-right {
    margin: auto;
  }
  .announcement-right .icons,
  .search-container-web,
  .hero-content > p,
  .hero-content > .web-button,
  .nav-container > nav,
  .nav-menu,
  .announcement-left,
  .mobile-hidden,
  .deals-container-web,
  .benefits-container-web,
  .categories-container-web {
    display: none;
  }
  .mobile-bar,
  .deals-container-mob,
  .benefits-container-mob,
  .categories-container-mob {
    display: block;
  }
  .deals-container-mob {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 var(--spacing-sm-2);
  }
  .categories-container-mob,
  .benefits-container-mob {
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--spacing-sm-2) var(--spacing-sm-2);
  }
  /* swiper start */
  .swiper-container,
  .swiper-container2,
  .swiper-container3 {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  /* Ensure Swiper slides are correctly sized and prevent overflow */
  .swiper-wrapper {
    align-items: stretch; /* Helps distribute height evenly among slides */
  }
  .swiper-slide {
    /* Target swiper-slide directly for width control */
    box-sizing: border-box !important; /* Crucial for width calculations with padding/border */
    /* width: auto !important; Let Swiper control the width based on slidesPerView */
    min-width: 0 !important; /* Prevent content from forcing a minimum width on the slide */
    flex-shrink: 0 !important; /* Ensure slides do not shrink smaller than their calculated size */
  }
  .swiper-pagination {
    position: static !important;
    margin-top: 20px;
  }
  .swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
    margin: 0px 8px !important;
    background: var(--color-text-white4);
  }
  .swiper-pagination-bullet-active {
    background: var(--color-primary-dark) !important;
  }
  /* Ensure images inside deal-cards scale down to fit their container */
  .deal-card .deal-image {
    max-width: 100% !important; /* Ensure image doesn't overflow its parent */
    height: auto !important; /* Maintain aspect ratio */
    display: block !important; /* Prevents extra space below images */
    padding-block: 20px;
  }
  .feature-item img {
    margin-right: 8px;
  }
  /* swiper end */
  .nav-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
  }
  .nav-container .logo {
    height: 42px;
    vertical-align: middle;
  }
  .search-container-mob {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
  }
  .search-container-mob .icon-img,
  .header-main-right-item .icon-cart,
  .mobile-bar .icon-mobile-bar {
    vertical-align: middle;
  } 
  .text-section-title {
    text-align: center;
    font-size: 36px;
  }
  .text-hero {
    padding-top: 0px;
  }
  .triple-promo-grid,
  .whyus-container,
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .deals-header {
    margin-bottom: 12px;
  }
  .deal-card h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .storage-pill {
    font-size: 12px;
    padding: 2px 8px;
  }
  .check-icon {
    height: 12px;
  }
  .delivery span {
    font-size: 12px;
  }
  .price {
    font-size: 16px;
  }
  .newsletter-form {
    margin-top: 22px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .deals-section {
    padding: var(--spacing-sm-2) 0;
  }
  .text-hero {
    width: 100%;
  }
  .benefits-container-mob .feature-item {
    gap: 0;
  }
}

@media (max-width: 640px) {
  .text-medium-heading {
    font-weight: 400;
    font-size: 20px;
  }
  .footer-container,
  .features-list,
  .triple-promo-grid,
  .whyus-container {
    grid-template-columns: 1fr;
  }
  .social-payment {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .mobile-text-center {
    text-align: center;
  }
  .footer-container {
    gap: 16px;
    padding-bottom: 20px;
  }
  .footer-column {
    text-align: center;
  }
  .newsletter-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsletter-col img {
    margin-top: 42px;
    margin-bottom: 14px;
  }
  .footer-bottom {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .social-payment {
    gap: 24px;
  }
  .social-payment h4 {
    margin-bottom: 24px;
  }
  .newsletter-container {
    background: none;
  }
  .btn-action {
    width: 100%;
  }
  .whyus-item {
    padding: 16px 30px;
    align-items: center;
    text-align: center;
    border-right: 0px;
    border-bottom: 1px solid var(--color-text-inactive);
  }
  .whyus-item h4 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .tablet-text-center {
    text-align: center;
  }
  .tablet-hidden {
    display: none;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.categories-section a{
  color: var(--color-text-primary) !important;
}

/* ===== SWIPER GLOBAL STYLES ===== */
.swiper-container {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

/* Ensure Swiper slides are correctly sized and prevent overflow */
.swiper-wrapper {
  align-items: stretch; /* Helps distribute height evenly among slides */
}

.swiper-slide {
  box-sizing: border-box !important; /* Crucial for width calculations with padding/border */
  min-width: 0 !important; /* Prevent content from forcing a minimum width on the slide */
  flex-shrink: 0 !important; /* Ensure slides do not shrink smaller than their calculated size */
}

.swiper-pagination {
  position: static !important;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  margin: 0 8px !important;
  background: var(--color-text-white4);
}

.swiper-pagination-bullet-active {
  background: var(--color-primary-dark) !important;
}

/* Ensure custom element fills its parent width */
slider-component {
  display: block;
  width: 100%;
}

/* Hide pagination bullets on desktop (>= 769px) */
@media screen and (min-width: 769px) {
  slider-component .swiper-pagination {
    display: none !important;
  }
}

.featured-products {
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--spacing-lg);
  position: relative;
}

/* Fade-in once Swiper is ready to avoid layout flicker */
slider-component {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
slider-component.is-ready {
  opacity: 1;
}

.btn-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cracker-animation {
  0% { transform: scale(1) rotate(0deg); }
  25% { transform: scale(1.3) rotate(-10deg); }
  50% { transform: scale(1.3) rotate(10deg); }
  75% { transform: scale(1.3) rotate(-10deg); }
  100% { transform: scale(1) rotate(0deg); }
}

.cart-item-count.animate {
  animation: cracker-animation 0.5s ease-in-out;
}

.button-text{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pill  {
  cursor: pointer;
}
.related-product-card h3{
  font-size: var(--font-size-body);
  line-height: var(--line-height-normal);

}
.related-product-card .storage-options{
  margin-bottom: 5px;
}
.related-product-card .delivery span{
  font-size: var(--font-size-small);
  line-height: var(--line-height-normal);
}
.related-product-card .delivery{
  margin-bottom: 5px;
}
.related-product-card .price{
  font-size: var(--font-size-medium);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-semibold);
}


.compare-at-price{
  font-size: 12px;
  font-weight: 400;
  color: #8e8e8e;
}

.collection.collection--empty {
  text-align: center;
  padding-top: 3.5rem;
}

.search-drawer-wrap.drawer-wrapper {
  background: #f8fcff;
  transform: translateY(-100%);
  gap: 10px;
}
.search-drawer-wrap.mobile-nav.open {
  transform: translateY(0);
}
.search-drawer-wrap .mobile-nav-close {
  font-size: 2rem;
  line-height: 1;
}
/* ================ Product color option style in the mobile view ================ */
.drawer-wrapper {
  background: #f8fcff;
  transform: translateX(100%);
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-header .close-drawer {
  margin: 0;
}
.default-color-wrap, .default-nav-mob-wrap {
  background: #f8fcff;
  padding: 7px 14px;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.default-nav-mob-wrap{
  display: block !important;  
}
.default-nav-mob-wrap .default-product-image{
      justify-content: flex-start !important;
      margin-bottom: 20px;
}
.default-color-wrap .default-product-image, .default-nav-mob-wrap .default-product-image{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.default-color-wrap h4, .default-nav-mob-wrap h4{
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

/* ================ End Product color option style in the mobile view ================ */

.newsletter-v2 .whyus-item-inner {
    display: flex;
    align-items: center;
    flex: 0 0 40%;
    padding-right: 10px;
    border-right: 1px solid gray;
}

.newsletter-v2 .whyus-item .text-body {
    flex: 1;
    padding-left: 20px;
}
/* about banner */
.about-container{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}
.team-member img {
    width: 100%;
}
/* about us */

.about-us {
    flex: 0 0 20%;
    max-width: 20%;
}
.about-us-inner {
    display: flex;
    align-items: flex-start;
    padding: 50px 0 0;
}
.about-container .image-swiper img {
    width: 100%;
}
.about-us-content {
    flex: 1;
}
.about-us-content h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.about-us-content p {
  color: #191919;
  line-height: 1.6;
  margin-bottom: 30px;
}

.about-us-links {
  list-style-type: none;
  padding: 0;
}

.about-us-links li {
  margin: 10px 0;
}

.about-us-links a {
  text-decoration: none;
    font-weight: 500;
    color: #191919;
}
/* about review */
.review-section {
  background-color: #fff;
  padding: 4rem 2rem;
}
.review-product-images.top{
  text-align: left;
}
.review-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.testimonial {
  font-style: italic;
  color: #555;
  margin-bottom: 1rem;
}

.testimonial p {
  color: #555;
  line-height: 1.6;
}

.testimonial-author {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.author-name {
  font-weight: bold;
  color: #333;
}

.review-product-images {
  text-align: right;
}

.product-image-review {
  max-width: 100%;
  height: auto;
}

/* our product */
.product-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-content {
  flex: 1;
  max-width: 50%;
}

.product-content h2 {
  margin-bottom: 1rem;
}

.product-content p {
  margin-bottom: 1.5rem;
  color: #191919;
  text-transform: unset;
}

.shop-now-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #01A930;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.shipping-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.shipping-detail {
  text-align: center;
  flex: 1;
}

.shipping-detail .detail-text {
  font-weight: bold;
  color: #191919;
  text-align: right;
}
.product-image {
  flex: 1;
  max-width: 45%;
}

.product-image img {
  width: 100%;
  height: auto;
}
.product-section.align_left {
    flex-direction: row-reverse;
}

.shipping-delivery-section {
  display: flex;
  flex-direction: column;
  padding: 4rem 0 0;
}

.shipping-delivery-content {
  text-align: left;
  max-width: 70%;
  margin-bottom: 2rem;
}

.shipping-delivery-content h2 {
  margin-bottom: 1rem;
  color: #000;
}

.shipping-delivery-content p {
  color: #191919;
}
.shipping-delivery-content-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.shipping-delivery-images {
  display: flex;
  justify-content: space-between;
}
.shipping-image-left, .shipping-image-right {
  flex: 0 0 50%;
  max-width: 48%;
}

.shipping-image-left img, .shipping-image-right img {
  width: 100%;
}
.mob_image{
  display: none;
}

.policy-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #000;
}

.policy-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.policy-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 4rem 2rem;
  display: flex;
  justify-content: flex-end;
}

.policy-banner__card {
  max-width: 520px;
  background: rgba(255, 255, 255,0.2);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  padding: 2rem;
  color: #fff;
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.policy-banner__card h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.policy-banner__card p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.policy-banner__btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mobieo-banner {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.mobieo-banner__image {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobieo-banner__overlay {
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobieo-banner__text {
  text-align: center;
  color: white;
}

.mobieo-banner__text h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

.mobieo-banner__text p {
  font-size: 1.5rem;
  margin: 0.5rem 0 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .newsletter-v2 .whyus-item{
    padding: 15px;
    align-items: center;
  }
  .whyus-item-inner{
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsletter-v2 .whyus-item h4{
    text-align: center;
  }
}
@media (max-width: 767px) {
    .policy-banner {
    justify-content: center;
  }
  .policy-banner__card {
    max-width: 90%;
    margin: 0 auto;
  }
  .desktop_image{
    display: none;
  }
  .mob_image{
    display: block; 
  }
  .about-us-inner {
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
  .review-section{
        padding: 2rem;
  }
.shipping-delivery-section{
  padding: 2rem 0 0;
}
.about-us{
  flex: 0 0 100%;
  max-width: 100%;
}
ul.about-us-links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.product-image-review {
    width: 30px;
}
.about-us-links li:last-child {
    padding: 0;
}
.about-us-links li {
    padding-right: 20px;
}
  .product-section {
    flex-wrap: wrap;
}
  .product-image {
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}
.product-content {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.about-us-content {
    text-align: center;
}
  .newsletter-v2 .whyus-item{
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
    .shipping-delivery-content-main {
    flex-wrap: wrap;
}
  .shipping-delivery-content {
    max-width: 100%;
    text-align: center;
}
.shipping-details {
    margin: 0 auto 2rem;
}
.shipping-detail .detail-text{
  text-align: center;
}

}
@media (max-width: 580px) {
  .shipping-delivery-images {
    flex-wrap: wrap;
}
.shipping-image-left, .shipping-image-right {
    flex: 0 0 100%;
    max-width: 100%;
}
  .newsletter-v2 .whyus-item {
      flex-wrap: wrap;
  }
  .newsletter-v2 .whyus-item-inner {
    flex: 0 0 100%;
    justify-content: center;
  }
  .newsletter-v2 .whyus-item .text-body,.newsletter-v2 .whyus-item-inner{
    padding:0;
    border: 0;
    flex-wrap: wrap;
  }
  .newsletter-v2 .whyus-item picture{
    flex: 0 0 100%;
  }
}
@media (max-width: 580px) {
.about-us-links li{
  padding-right: 10px;
}
    ul.about-us-links {
        flex-wrap: wrap;
        font-size: 14px;
    }
}


#whatsapp-toggle {
  --bg-color: 32, 191, 85;
  --icon-color: 255, 255, 255;
  --badge-color: 247, 46, 46;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  .toggle-button {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35);
    color: rgba(var(--icon-color), 1);
    background-color: rgba(var(--bg-color), 1);
    animation: ripple .6s 1s linear 6;
    z-index: 10;
  }
  .toggle-icon {
    width: 30px;
  }
  svg {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #whatsapp-toggle {
    /* display: none; */
  }
}

.contact-container .btn-primary {
    border-radius: 50px;
}