.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   MICHAELS WORKWEAR
   GLOBAL SITE CSS
   ========================================================= */

:root {

  --mww-navy: #05385d;
  --mww-dark: #03243d;

  --mww-blue: #3A5799;
  --mww-blue-dark: var(--mww-navy);
  --mww-light-blue: #f0f3f9;

  --mww-white: #ffffff;

  --mww-bg: #f6f8fa;

  --mww-text: #17232d;
  --mww-muted: #687680;

  --mww-border: #dce4e9;

  --mww-width: 1240px;

}

/* =========================================================
   REMOVE DEFAULT WORDPRESS PAGE ELEMENTS
   ========================================================= */

body.home .entry-title,
body.home .page-title,
body.home .page-header,
body.home .entry-header {

  display: none !important;

}

/* =========================================================
   FULL WIDTH ELEMENTOR AREA
   ========================================================= */

body.home .site-main,
body.home .content-area,
body.home .page-content,
body.home .elementor {

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

}

body.home .elementor-widget-html,
body.home .elementor-widget-html .elementor-widget-container {

  width: 100% !important;
  max-width: none !important;

}

body.home .mww-home {

  width: 100vw !important;
  max-width: none !important;

  position: relative !important;

  left: 50% !important;

  margin-left: -50vw !important;

}

/* =========================================================
   GLOBAL
   ========================================================= */

.mww-home,
.mww-home * {

  box-sizing: border-box;

}

.mww-home {

  width: 100%;

  overflow: hidden;

  color: var(--mww-text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

}

.mww-home h1,
.mww-home h2,
.mww-home h3,
.mww-home p {

  margin-top: 0;

}

.mww-home h1,
.mww-home h2,
.mww-home h3 {

  color: var(--mww-navy);

  font-weight: 800;

}

.mww-home h1 {

  margin-bottom: 24px;

  font-size:
    clamp(
      46px,
      4.4vw,
      66px
    );

  line-height: .98;

  letter-spacing: -2px;

}

.mww-home h2 {

  margin-bottom: 18px;

  font-size:
    clamp(
      32px,
      3.2vw,
      42px
    );

  line-height: 1.06;

  letter-spacing: -1px;

}

.mww-home h3 {

  margin-bottom: 10px;

  font-size: 21px;

  line-height: 1.18;

}

.mww-home p {

  color: var(--mww-muted);

  font-size: 15px;

  line-height: 1.55;

}

.mww-home a {

  text-decoration: none;

}

.mww-wrap {

  width:
    min(
      var(--mww-width),
      calc(100% - 50px)
    );

  margin: auto;

}

/* =========================================================
   STANDARD SECTIONS
   ========================================================= */

.mww-section {

  padding: 72px 0;

}

.mww-light {

  background: var(--mww-bg);

}

.mww-heading {

  max-width: 760px;

  margin:
    0 auto 34px;

  text-align: center;

}

.mww-heading p {

  max-width: 680px;

  margin-left: auto;
  margin-right: auto;

}

.mww-kicker {

  display: block;

  margin-bottom: 11px;

  color: var(--mww-blue);

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 1.5px;

  text-transform: uppercase;

}

.mww-kicker-light {

  color: rgba(255,255,255,.78);

}

.mww-centre {

  margin-top: 34px;

  text-align: center;

}

/* =========================================================
   BUTTONS
   ========================================================= */

.mww-actions {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

}

.mww-actions-centre {

  justify-content: center;

}

.mww-btn {

  min-height: 48px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding:
    12px 22px;

  border:
    2px solid transparent;

  border-radius: 7px;

  font-size: 14px;

  font-weight: 800;

  line-height: 1;

  text-transform: uppercase;

  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease;

}

.mww-btn:hover {

  transform:
    translateY(-2px);

}

.mww-btn-blue {

  background:
    var(--mww-blue);

  color:
    white !important;

}

.mww-btn-blue:hover {

  background:
    var(--mww-blue-dark);

}

.mww-btn-white {

  background: white;

  color:
    var(--mww-navy) !important;

}

.mww-btn-outline {

  background: transparent;

  border-color:
    var(--mww-navy);

  color:
    var(--mww-navy) !important;

}

.mww-btn-outline-white {

  background: transparent;

  border-color:
    rgba(255,255,255,.75);

  color:
    white !important;

}

/* =========================================================
   MEDIA PLACEHOLDERS
   ========================================================= */

.mww-placeholder {

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 6px;

  background:
    linear-gradient(
      135deg,
      #e8edf1,
      #fafbfc
    );

  border:
    2px dashed #b8c4cc;

  border-radius: 12px;

  color: #73818b;

  text-align: center;

}

.mww-placeholder strong {

  color: inherit;

  font-size: 14px;

  letter-spacing: 1px;

}

.mww-placeholder span {

  font-size: 12px;

}

/* =========================================================
   HERO
   ========================================================= */

.mww-hero {

  padding: 55px 0;

  background:
    linear-gradient(
      110deg,
      var(--mww-dark),
      var(--mww-navy) 62%,
      #3A5799
    );

}

.mww-hero-grid {

  min-height: 440px;

  display: grid;

  grid-template-columns:
    1fr 1fr;

  align-items: center;

  gap: 60px;

}

.mww-hero h1 {

  max-width: 620px;

  color: white;

}

.mww-hero h1 span {

  display: block;

  color: var(--mww-blue);

}

.mww-hero-copy > p {

  max-width: 560px;

  margin-bottom: 28px;

  color:
    rgba(255,255,255,.86);

  font-size: 18px;

  line-height: 1.55;

}

.mww-hero-media {

  min-height: 370px;

  overflow: hidden;

  background:
    rgba(255,255,255,.07);

  border-color:
    rgba(255,255,255,.32);

  color:
    rgba(255,255,255,.72);

}

.mww-hero-mini {

  display: flex;

  flex-wrap: wrap;

  gap: 18px;

  margin-top: 28px;

  color:
    rgba(255,255,255,.8);

  font-size: 13px;

  font-weight: 700;

}

/* =========================================================
   TRUST BAR
   ========================================================= */

.mww-trust {

  background: white;

  border-bottom:
    1px solid var(--mww-border);

  box-shadow:
    0 5px 16px rgba(0,0,0,.05);

}

.mww-trust-grid {

  display: grid;

  grid-template-columns:
    repeat(5, 1fr);

}

.mww-trust-item {

  min-height: 95px;

  display: flex;

  align-items: center;

  gap: 12px;

  padding:
    18px 16px;

  border-right:
    1px solid var(--mww-border);

}

.mww-trust-item:last-child {

  border-right: 0;

}

.mww-icon {

  width: 40px;
  height: 40px;

  flex:
    0 0 40px;

  display: flex;

  align-items: center;
  justify-content: center;

  background:
    var(--mww-light-blue);

  border-radius: 50%;

  color:
    var(--mww-blue);

  font-weight: 800;

}

.mww-trust-item strong {

  display: block;

  margin-bottom: 4px;

  color:
    var(--mww-navy);

  font-size: 13px;

}

.mww-trust-item span {

  color:
    var(--mww-muted);

  font-size: 11px;

  line-height: 1.3;

}

/* =========================================================
   MAIN CATEGORIES
   ========================================================= */

.mww-main-categories {

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 20px;

}

.mww-category {

  overflow: hidden;

  background: white;

  border:
    1px solid var(--mww-border);

  border-radius: 12px;

  box-shadow:
    0 4px 14px rgba(0,0,0,.04);

  transition:
    transform .18s ease,
    box-shadow .18s ease;

}

.mww-category:hover {

  transform:
    translateY(-5px);

  box-shadow:
    0 14px 28px rgba(0,0,0,.10);

}

.mww-category-image {

  min-height: 185px;

  border: 0;

  border-radius: 0;

}

.mww-category-content {

  padding: 20px;

}

.mww-category-content h3 {

  font-size: 22px;

}

.mww-category-content p {

  min-height: 48px;

  margin-bottom: 12px;

  font-size: 13px;

  line-height: 1.45;

}

.mww-category-content span {

  color:
    var(--mww-blue);

  font-weight: 800;

}

/* =========================================================
   SECONDARY CATEGORIES
   ========================================================= */

.mww-secondary-categories {

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 14px;

  margin-top: 20px;

}

.mww-secondary-categories a {

  padding:
    16px 18px;

  background: white;

  border:
    1px solid var(--mww-border);

  border-radius: 9px;

  transition:
    background .18s ease,
    transform .18s ease;

}

.mww-secondary-categories a:hover {

  background:
    var(--mww-light-blue);

  transform:
    translateY(-3px);

}

.mww-secondary-categories strong {

  display: block;

  margin-bottom: 4px;

  color:
    var(--mww-navy);

}

.mww-secondary-categories span {

  color:
    var(--mww-muted);

  font-size: 13px;

}

/* =========================================================
   SPLIT LAYOUTS
   ========================================================= */

.mww-split {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  align-items: center;

  gap: 70px;

}

.mww-large-media {

  min-height: 360px;

}

.mww-copy p {

  max-width: 630px;

}

.mww-checks {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap:
    10px 20px;

  margin:
    20px 0 26px;

}

.mww-checks span {

  color:
    var(--mww-navy);

  font-size: 14px;

  font-weight: 700;

}

/* =========================================================
   PROMOTIONAL PRODUCT MINI CARDS
   ========================================================= */

.mww-three-mini {

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 10px;

  margin:
    20px 0 28px;

}

.mww-three-mini span {

  min-height: 72px;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 14px;

  background:
    var(--mww-light-blue);

  border-radius: 8px;

  color:
    var(--mww-navy);

  font-size: 12px;

  font-weight: 700;

  line-height: 1.25;

  text-align: center;

}

/* =========================================================
   ORDERING PORTALS
   ========================================================= */

.mww-portals {

  padding: 62px 0;

  background:
    var(--mww-navy);

}

.mww-portals h2,
.mww-portals p {

  color: white;

}

.mww-portal-grid {

  display: grid;

  grid-template-columns:
    1.1fr .85fr 1fr;

  align-items: center;

  gap: 42px;

}

.mww-portal-benefits {

  display: grid;

  gap: 9px;

}

.mww-portal-benefits span {

  padding:
    11px 14px;

  background:
    rgba(255,255,255,.06);

  border:
    1px solid rgba(255,255,255,.12);

  border-radius: 6px;

  color: white;

  font-size: 13px;

  font-weight: 700;

}

.mww-portal-image {

  min-height: 295px;

  background: white;

  border: 0;

}

/* =========================================================
   BRANDS
   ========================================================= */

.mww-brands {

  display: grid;

  grid-template-columns:
    repeat(6, 1fr);

  gap: 14px;

}

.mww-brand {

  min-height: 82px;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 16px;

  background: white;

  border:
    1px solid var(--mww-border);

  border-radius: 9px;

  color:
    var(--mww-navy);

  font-size: 13px;

  font-weight: 800;

  text-align: center;

  transition:
    background .18s ease,
    transform .18s ease;

}

.mww-brand:hover {

  background:
    var(--mww-light-blue);

  transform:
    translateY(-3px);

}

/* =========================================================
   LOCAL MICHAELS
   ========================================================= */

.mww-local {

  padding: 72px 0;

  background:
    var(--mww-dark);

}

.mww-local h2,
.mww-local p {

  color: white;

}

.mww-local p {

  color:
    rgba(255,255,255,.86);

}

.mww-checks-light span {

  color: white;

}

.mww-placeholder-dark {

  background:
    rgba(255,255,255,.06);

  border-color:
    rgba(255,255,255,.25);

  color:
    rgba(255,255,255,.75);

}

/* =========================================================
   INDUSTRIES
   ========================================================= */

.mww-industries {

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 16px;

}

.mww-industries a {

  min-height: 118px;

  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  padding:
    22px 20px;

  background:
    linear-gradient(
      145deg,
      #073e67 0%,
      #3A5799 100%
    );

  border:
    1px solid rgba(255,255,255,.08);

  border-radius: 10px;

  color:
    white !important;

  font-size: 17px;

  font-weight: 800;

  line-height: 1.25;

  box-shadow:
    0 4px 12px rgba(3,36,61,.08);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;

}

.mww-industries a span {

  font-size: 18px;

  opacity: .85;

}

.mww-industries a:hover {

  transform:
    translateY(-4px);

  background:
    linear-gradient(
      145deg,
      #3A5799 0%,
      #3A5799 100%
    );

  box-shadow:
    0 12px 24px rgba(3,36,61,.18);

}

/* =========================================================
   EVOKE GROUP
   ========================================================= */

.mww-evoke {

  padding: 72px 0;

  background:
    linear-gradient(
      115deg,
      #032c49 0%,
      #05385d 100%
    );

}

.mww-evoke h2,
.mww-evoke p {

  color: white;

}

.mww-evoke p {

  color:
    rgba(255,255,255,.86);

}

.mww-evoke-grid {

  display: grid;

  grid-template-columns:
    1.15fr .85fr;

  align-items: center;

  gap: 80px;

}

.mww-evoke-services {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 12px;

}

.mww-evoke-services span {

  min-height: 64px;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 14px;

  background:
    rgba(255,255,255,.08);

  border:
    1px solid rgba(255,255,255,.18);

  border-radius: 8px;

  color: white;

  font-size: 13px;

  font-weight: 700;

  line-height: 1.3;

  text-align: center;

}

/* =========================================================
   CUSTOMER PROOF
   ========================================================= */

.mww-proof-grid {

  display: grid;

  grid-template-columns:
    .8fr 1.2fr;

  gap: 24px;

}

.mww-review,
.mww-case-study {

  background: #f8fafc;

  border:
    1px solid var(--mww-border);

  border-radius: 12px;

  box-shadow:
    0 4px 14px rgba(3,36,61,.04);

}

.mww-review {

  padding: 36px;

}

.mww-stars {

  margin-bottom: 20px;

  color: #efb400;

  font-size: 21px;

}

.mww-review blockquote {

  margin:
    0 0 28px;

  color:
    var(--mww-navy);

  font-size: 21px;

  font-weight: 700;

  line-height: 1.35;

}

.mww-review strong,
.mww-review span {

  display: block;

}

.mww-case-study {

  overflow: hidden;

  min-height: 300px;

  display: grid;

  grid-template-columns:
    1fr 1fr;

}

.mww-case-study > div:last-child {

  padding: 32px;

}

.mww-case-image {

  min-height: 300px;

  border: 0;

  border-radius: 0;

}

/* =========================================================
   DYNAMIC BLOG / ADVICE
   ========================================================= */

#mww-dynamic-advice {

  padding: 72px 0;

}

#mww-dynamic-advice .mww-blog-grid {

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 22px;

}

#mww-dynamic-advice .mww-blog-card {

  height: 100%;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  background: white;

  border:
    1px solid var(--mww-border);

  border-radius: 12px;

  box-shadow:
    0 4px 14px rgba(3,36,61,.05);

  transition:
    transform .18s ease,
    box-shadow .18s ease;

}

#mww-dynamic-advice .mww-blog-card:hover {

  transform:
    translateY(-5px);

  box-shadow:
    0 14px 28px rgba(3,36,61,.11);

}

#mww-dynamic-advice .mww-blog-image-real {

  width: 100%;
  height: 205px;

  overflow: hidden;

  background: #e9eef2;

}

#mww-dynamic-advice .mww-blog-image-real img {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

}

#mww-dynamic-advice .mww-blog-image {

  min-height: 205px;

  border: 0;

  border-radius: 0;

}

#mww-dynamic-advice .mww-blog-content {

  flex: 1;

  display: flex;

  flex-direction: column;

  padding: 22px;

}

#mww-dynamic-advice
.mww-blog-content > span {

  margin-bottom: 9px;

  color:
    var(--mww-blue);

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1.1px;

  text-transform: uppercase;

}

#mww-dynamic-advice
.mww-blog-content h3 {

  margin-bottom: 10px;

  color:
    var(--mww-navy);

  font-size: 21px;

  line-height: 1.22;

}

#mww-dynamic-advice
.mww-blog-content p {

  margin-bottom: 20px;

  color:
    var(--mww-muted);

  font-size: 14px;

  line-height: 1.5;

}

#mww-dynamic-advice
.mww-blog-read {

  margin-top: auto;

  color:
    var(--mww-blue);

  font-size: 14px;

}

.mww-blog-loading,
.mww-blog-empty {

  grid-column:
    1 / -1;

  padding: 35px;

  text-align: center;

}

/* =========================================================
   FINAL CTA
   ========================================================= */

.mww-final-cta {

  padding: 58px 0;

  background:
    linear-gradient(
      110deg,
      var(--mww-blue) 0%,
      var(--mww-navy) 100%
    );

  text-align: center;

}

.mww-final-cta h2 {

  margin-bottom: 12px;

  color: white;

  font-size: 42px;

  line-height: 1.05;

}

.mww-final-cta p {

  max-width: 650px;

  margin:
    0 auto 24px;

  color: white;

  font-size: 15px;

  line-height: 1.5;

}

.mww-final-cta .mww-btn {

  min-width: 150px;

}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .mww-hero-grid,
  .mww-split {

    grid-template-columns:
      1fr 1fr;

  }

  .mww-portal-grid {

    grid-template-columns:
      1fr 1fr;

  }

  .mww-portal-image {

    grid-column:
      1 / -1;

  }

  .mww-trust-grid {

    grid-template-columns:
      repeat(3, 1fr);

  }

  .mww-main-categories,
  .mww-secondary-categories,
  .mww-industries {

    grid-template-columns:
      repeat(2, 1fr);

  }

  .mww-brands {

    grid-template-columns:
      repeat(3, 1fr);

  }

  .mww-evoke-grid {

    grid-template-columns:
      1fr 1fr;

    gap: 40px;

  }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .mww-wrap {

    width:
      calc(100% - 30px);

  }

  .mww-section {

    padding:
      55px 0;

  }

  .mww-hero {

    padding:
      48px 0;

  }

  .mww-hero-grid,
  .mww-split,
  .mww-portal-grid,
  .mww-evoke-grid,
  .mww-proof-grid,
  .mww-case-study {

    grid-template-columns:
      1fr;

  }

  .mww-trust-grid,
  .mww-main-categories,
  .mww-secondary-categories,
  .mww-brands,
  .mww-industries,
  .mww-three-mini,
  .mww-evoke-services,
  #mww-dynamic-advice .mww-blog-grid {

    grid-template-columns:
      1fr;

  }

  .mww-checks {

    grid-template-columns:
      1fr;

  }

  .mww-actions {

    flex-direction: column;

  }

  .mww-btn {

    width: 100%;

  }

  .mww-hero-media,
  .mww-large-media {

    min-height: 280px;

  }

  .mww-hero h1 {

    font-size: 44px;

  }

  .mww-final-cta h2 {

    font-size: 34px;

  }

}
/* =========================================================
   FINAL HOMEPAGE ADDITIONS
   ========================================================= */

/* =========================================================
   PREFERRED WORKWEAR BRANDS - 5 ACROSS
   ========================================================= */

.mww-brands-core {
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 18px;
}

.mww-brands-core .mww-brand {
  min-height: 100px;
  padding: 20px;
  font-size: 14px;
}

.mww-brand-note {
  max-width: 860px !important;
  margin: 28px auto 0 !important;
  padding: 0 20px;
  color: var(--mww-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

/* =========================================================
   INDUSTRIES - CENTRE FINAL ROW OF 3
   ========================================================= */

.mww-industries {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

/* first row - 4 equal cards */
.mww-industries a:nth-child(1),
.mww-industries a:nth-child(2),
.mww-industries a:nth-child(3),
.mww-industries a:nth-child(4) {
  grid-column: span 3;
}

/* second row - 3 cards centred */
.mww-industries a:nth-child(5) {
  grid-column: 2 / span 3;
}

.mww-industries a:nth-child(6) {
  grid-column: 5 / span 3;
}

.mww-industries a:nth-child(7) {
  grid-column: 8 / span 3;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .mww-brands-core {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mww-industries {
    grid-template-columns: repeat(2, 1fr);
  }

  .mww-industries a,
  .mww-industries a:nth-child(1),
  .mww-industries a:nth-child(2),
  .mww-industries a:nth-child(3),
  .mww-industries a:nth-child(4),
  .mww-industries a:nth-child(5),
  .mww-industries a:nth-child(6),
  .mww-industries a:nth-child(7) {
    grid-column: auto;
  }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .mww-brands-core {
    grid-template-columns: 1fr !important;
  }

  .mww-industries {
    grid-template-columns: 1fr;
  }

}
/* =========================================================
   MICHAELS WORKWEAR - INNER PAGE COMPONENTS
   ========================================================= */

.mww-page {
  width: 100%;
  overflow: hidden;
  color: var(--mww-text);
}

.mww-page-hero {
  padding: 72px 0;
  background:
    linear-gradient(
      110deg,
      var(--mww-dark),
      var(--mww-navy) 65%,
      #3A5799
    );
}

.mww-page-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 70px;
}

.mww-page-hero h1 {
  margin: 0 0 24px;
  color: white;
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}

.mww-page-hero h1 span {
  display: block;
  color: var(--mww-blue);
}

.mww-page-hero p {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.55;
}

.mww-page-hero-points {
  display: grid;
  gap: 10px;
}

.mww-page-hero-points span {
  padding: 14px 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 7px;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.mww-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mww-feature-card {
  padding: 26px;
  background: white;
  border: 1px solid var(--mww-border);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(3,36,61,.04);
}

.mww-feature-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--mww-navy);
  font-size: 18px;
}

.mww-feature-card p {
  margin: 0;
  font-size: 14px;
}

.mww-info-panel {
  padding: 36px;
  background: var(--mww-light-blue);
  border-radius: 12px;
}

.mww-info-panel h3 {
  font-size: 27px;
}

.mww-info-panel a {
  color: var(--mww-blue);
  font-weight: 800;
}

.mww-page-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mww-page-link-card {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: white;
  border: 1px solid var(--mww-border);
  border-radius: 10px;
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.mww-page-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(3,36,61,.10);
}

.mww-page-link-card strong {
  margin-bottom: 12px;
  color: var(--mww-navy);
  font-size: 21px;
}

.mww-page-link-card > span {
  color: var(--mww-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mww-page-link-card b {
  margin-top: auto;
  padding-top: 20px;
  color: var(--mww-blue);
  font-size: 14px;
}

.mww-navy-section {
  background: var(--mww-navy);
}

.mww-navy-section h2,
.mww-navy-section p {
  color: white;
}

.mww-navy-section p {
  color: rgba(255,255,255,.85);
}

.mww-navy-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mww-navy-features span {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  color: white;
  font-weight: 700;
  text-align: center;
}

.mww-checks-large {
  align-content: center;
}

.mww-checks-large span {
  padding: 13px 15px;
  background: var(--mww-light-blue);
  border-radius: 7px;
}

/* tablet */
@media (max-width: 1050px) {

  .mww-page-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .mww-feature-grid,
  .mww-page-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* mobile */
@media (max-width: 700px) {

  .mww-page-hero {
    padding: 55px 0;
  }

  .mww-page-hero-grid,
  .mww-feature-grid,
  .mww-page-link-grid,
  .mww-navy-features {
    grid-template-columns: 1fr;
  }

  .mww-page-hero h1 {
    font-size: 42px;
  }

}
/* =========================================================
   REMOVE DEFAULT WORDPRESS / HELLO ELEMENTS ON INNER PAGES
   ========================================================= */

body:not(.home) .site-header,
body:not(.home) header.site-header,
body:not(.home) .site-branding,
body:not(.home) .page-header,
body:not(.home) .entry-header,
body:not(.home) .entry-title,
body:not(.home) .page-title {
  display: none !important;
}

/* remove unwanted top spacing */
body:not(.home) .site-main,
body:not(.home) .content-area,
body:not(.home) .page-content,
body:not(.home) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* allow our coded inner pages to use full browser width */
body:not(.home) .mww-page {
  width: 100vw !important;
  max-width: none !important;

  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
}
/* =========================================================
   INNER PAGE FINAL TWEAKS
   ========================================================= */

.mww-page-hero-grid > div:first-child {
  max-width: 650px;
}

.mww-page > .mww-section:first-of-type {
  padding-top: 58px;
}
/* =========================================================
   INNER PAGE MEDIA PLACEHOLDERS
   ========================================================= */

.mww-page-hero-media {
  min-height: 390px;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.25);
  color: rgba(255,255,255,.75);
}

.mww-page-hero-points-inline {
  margin-top: 28px;
  grid-template-columns: repeat(2, 1fr);
}

.mww-wide-media {
  min-height: 300px;
  margin-top: 28px;
}

.mww-info-panel-wide {
  max-width: 900px;
  margin: 34px auto 0;
}

@media (max-width: 700px) {

  .mww-page-hero-points-inline {
    grid-template-columns: 1fr;
  }

  .mww-page-hero-media,
  .mww-wide-media {
    min-height: 260px;
  }

}
/* =========================================================
   CATEGORY PAGE SHARED TEMPLATE
   Applies to Branded Workwear + all related category pages
   ========================================================= */

.mww-page .mww-page-hero-media {
  min-height: 390px;
}

.mww-page .mww-wide-media {
  min-height: 300px;
  margin-top: 28px;
}

.mww-page .mww-feature-grid {
  align-items: stretch;
}

.mww-page .mww-feature-card {
  height: 100%;
}

.mww-page .mww-page-link-grid {
  align-items: stretch;
}

.mww-page .mww-page-link-card {
  height: 100%;
}

.mww-page .mww-info-panel-wide {
  max-width: 900px;
  margin: 34px auto 0;
}

@media (max-width: 1050px) {

  .mww-page .mww-page-hero-grid,
  .mww-page .mww-split {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 700px) {

  .mww-page .mww-page-hero-grid,
  .mww-page .mww-split,
  .mww-page .mww-feature-grid,
  .mww-page .mww-page-link-grid {
    grid-template-columns: 1fr;
  }

  .mww-page .mww-page-hero-media,
  .mww-page .mww-wide-media,
  .mww-page .mww-large-media {
    min-height: 260px;
  }

}
/* =========================================================
   PROMOTIONAL BROCHURE CAROUSEL
   ========================================================= */

.mww-promo-carousel-wrap {
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
}

.mww-promo-carousel {
  width:100%;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
}

.mww-promo-carousel::-webkit-scrollbar {
  display:none;
}

.mww-promo-track {
  display:flex;
  gap:20px;
}

.mww-promo-brochure-card {
  flex:0 0 calc((100% - 40px) / 3);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:10px;
  transition:transform .18s ease, box-shadow .18s ease;
}

.mww-promo-brochure-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 25px rgba(3,36,61,.10);
}

.mww-promo-cover {
  width:100%;
  aspect-ratio:0.72 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f4f6f8;
  padding:12px;
  overflow:hidden;
}

.mww-promo-cover img {
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.mww-promo-content {
  display:flex;
  flex-direction:column;
  flex:1;
  padding:20px;
}

.mww-promo-content strong {
  margin-bottom:8px;
  color:var(--mww-navy);
  font-size:19px;
}

.mww-promo-content span {
  color:var(--mww-muted);
  font-size:14px;
  line-height:1.5;
}

.mww-promo-content b {
  margin-top:auto;
  padding-top:18px;
  color:var(--mww-blue);
  font-size:14px;
}

.mww-promo-arrow {
  flex:0 0 44px;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:var(--mww-navy);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:background .18s ease, transform .18s ease;
}

.mww-promo-arrow:hover {
  background:var(--mww-blue);
  transform:scale(1.05);
}

@media(max-width:1050px) {

  .mww-promo-brochure-card {
    flex-basis:calc((100% - 20px) / 2);
  }

}

@media(max-width:700px) {

  .mww-promo-carousel-wrap {
    gap:7px;
  }

  .mww-promo-brochure-card {
    flex-basis:100%;
  }

  .mww-promo-arrow {
    flex-basis:38px;
    width:38px;
    height:38px;
    font-size:24px;
  }

}
/* =========================================================
   CASE STUDY CARDS
   ========================================================= */

.mww-case-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.mww-case-card {
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:10px;
  box-shadow:0 4px 14px rgba(3,36,61,.04);
}

.mww-case-image {
  min-height:260px;
  border:0;
  border-radius:0;
}

.mww-case-content {
  display:flex;
  flex-direction:column;
  flex:1;
  padding:26px;
}

.mww-case-content h3 {
  margin:7px 0 13px;
  color:var(--mww-navy);
  font-size:23px;
  line-height:1.15;
}

.mww-case-content p {
  margin:0;
  color:var(--mww-muted);
  font-size:14px;
  line-height:1.6;
}

.mww-case-tags {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:22px;
}

.mww-case-tags span {
  padding:6px 9px;
  background:var(--mww-light-blue);
  border-radius:4px;
  color:var(--mww-navy);
  font-size:11px;
  font-weight:800;
}

@media(max-width:1050px) {
  .mww-case-grid {
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px) {
  .mww-case-grid {
    grid-template-columns:1fr;
  }
}
/* =========================================================
   CONTACT LOCATION / PARKING
   ========================================================= */

.mww-contact-location-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:34px;
  align-items:start;
}

.mww-contact-location-details {
  display:grid;
  gap:20px;
}

.mww-contact-visit-points {
  display:grid;
  gap:12px;
}

.mww-contact-visit-item {
  padding:17px 18px;
  background:var(--mww-light-blue);
  border-radius:8px;
}

.mww-contact-visit-item strong {
  display:block;
  margin-bottom:5px;
  color:var(--mww-navy);
  font-size:16px;
}

.mww-contact-visit-item span {
  color:var(--mww-muted);
  font-size:14px;
  line-height:1.5;
}

.mww-contact-map-stack {
  display:grid;
  gap:24px;
}

.mww-contact-map-card {
  overflow:hidden;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:10px;
}

.mww-contact-map-heading {
  padding:18px 20px;
}

.mww-contact-map-heading strong {
  display:block;
  margin-bottom:4px;
  color:var(--mww-navy);
  font-size:20px;
}

.mww-contact-map-heading span {
  color:var(--mww-muted);
  font-size:14px;
}

.mww-contact-map-image img {
  display:block;
  width:100%;
  height:auto;
}

@media(max-width:900px) {

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

}
/* =========================================================
   GET A QUOTE
   ========================================================= */

.mww-quote-layout {
  display:grid;
  grid-template-columns:1.45fr .55fr;
  gap:28px;
  align-items:start;
}

.mww-quote-panel {
  padding:34px;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:12px;
}

.mww-quote-panel h2 {
  margin:8px 0 14px;
  color:var(--mww-navy);
}

.mww-quote-side {
  display:grid;
  gap:20px;
}

.mww-quote-help-list {
  display:grid;
  gap:14px;
  margin-top:20px;
}

.mww-quote-help-list span {
  display:block;
  padding-bottom:14px;
  border-bottom:1px solid rgba(5,56,93,.10);
  color:var(--mww-muted);
  font-size:14px;
  line-height:1.5;
}

.mww-quote-help-list span:last-child {
  padding-bottom:0;
  border-bottom:0;
}

.mww-quote-help-list strong {
  display:block;
  margin-bottom:4px;
  color:var(--mww-navy);
  font-size:15px;
}

.mww-quote-form-placeholder {
  min-height:520px;
  margin-top:28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:var(--mww-bg);
  border:2px dashed var(--mww-border);
  border-radius:10px;
  color:var(--mww-muted);
  text-align:center;
}

.mww-quote-form-placeholder strong {
  color:var(--mww-navy);
  font-size:20px;
}

@media(max-width:900px) {

  .mww-quote-layout {
    grid-template-columns:1fr;
  }

}
/* =========================================================
   MICHAELS WORKWEAR - QUOTE FORM
   ========================================================= */

.mww-quote-form .elementor-form {
  display:flex;
  flex-wrap:wrap;
}

/* FIELD SPACING */
.mww-quote-form .elementor-field-group {
  margin-bottom:20px;
}

/* LABELS */
.mww-quote-form .elementor-field-label {
  margin-bottom:7px;
  color:var(--mww-navy);
  font-size:14px;
  font-weight:800;
  line-height:1.3;
}

/* INPUTS */
.mww-quote-form input.elementor-field,
.mww-quote-form select.elementor-field,
.mww-quote-form textarea.elementor-field {
  width:100%;
  min-height:50px;
  padding:12px 14px;
  background:var(--mww-white);
  border:1px solid var(--mww-border);
  border-radius:7px;
  color:var(--mww-text);
  font-size:15px;
  line-height:1.4;
  box-shadow:none;
  transition:border-color .18s ease, box-shadow .18s ease;
}

/* TEXTAREA */
.mww-quote-form textarea.elementor-field {
  min-height:150px;
  resize:vertical;
}

/* PLACEHOLDERS */
.mww-quote-form input.elementor-field::placeholder,
.mww-quote-form textarea.elementor-field::placeholder {
  color:#87939b;
  opacity:1;
}

/* FOCUS */
.mww-quote-form input.elementor-field:focus,
.mww-quote-form select.elementor-field:focus,
.mww-quote-form textarea.elementor-field:focus {
  outline:none;
  border-color:var(--mww-blue);
  box-shadow:0 0 0 3px rgba(58,87,153,.12);
}

/* FILE UPLOAD */
.mww-quote-form .elementor-field-type-upload {
  padding:18px;
  background:var(--mww-light-blue);
  border:1px dashed #b8d7e9;
  border-radius:8px;
}

/* SUBMIT BUTTON */
.mww-quote-form .elementor-field-type-submit {
  width:100%;
  margin-top:4px;
}

.mww-quote-form .elementor-button {
  width:100%;
  min-height:54px;
  padding:14px 24px;
  background:var(--mww-blue);
  border:0;
  border-radius:7px;
  color:#ffffff;
  font-size:15px;
  font-weight:800;
  text-transform:none;
  transition:background .18s ease, transform .18s ease;
}

.mww-quote-form .elementor-button:hover {
  background:var(--mww-navy);
  transform:translateY(-1px);
}

/* MESSAGES */
.mww-quote-form .elementor-message {
  margin-top:16px;
  padding:14px 16px;
  border-radius:7px;
  font-size:14px;
  font-weight:700;
}

/* MOBILE */
@media(max-width:700px) {
  .mww-quote-form .elementor-field-group {
    width:100% !important;
  }
}
/* FORCE MICHAELS WORKWEAR QUOTE BUTTON */
.mww-quote-form .elementor-button,
.mww-quote-form button[type="submit"] {
  background:var(--mww-blue) !important;
  border-color:var(--mww-blue) !important;
  color:#fff !important;
}

.mww-quote-form .elementor-button:hover,
.mww-quote-form button[type="submit"]:hover {
  background:var(--mww-navy) !important;
  border-color:var(--mww-navy) !important;
  color:#fff !important;
}
/* =========================================================
   ADVICE HUB
   ========================================================= */

.mww-advice-topic-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.mww-advice-topic {
  min-height:205px;
  display:flex;
  flex-direction:column;
  padding:26px;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:10px;
  transition:transform .18s ease, box-shadow .18s ease;
}

.mww-advice-topic:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 25px rgba(3,36,61,.10);
}

.mww-advice-topic strong {
  margin-bottom:11px;
  color:var(--mww-navy);
  font-size:21px;
}

.mww-advice-topic span {
  color:var(--mww-muted);
  font-size:14px;
  line-height:1.55;
}

.mww-advice-topic b {
  margin-top:auto;
  padding-top:20px;
  color:var(--mww-blue);
  font-size:14px;
}

/* FILTERS */

.mww-advice-filter {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:32px;
}

.mww-advice-filter-btn {
  padding:10px 15px;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:6px;
  color:var(--mww-navy);
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.mww-advice-filter-btn:hover,
.mww-advice-filter-btn.active {
  background:var(--mww-navy);
  border-color:var(--mww-navy);
  color:#fff;
}

/* ARTICLE GRID */

.mww-advice-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.mww-advice-card {
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:10px;
  box-shadow:0 4px 14px rgba(3,36,61,.04);
  transition:transform .18s ease, box-shadow .18s ease;
}

.mww-advice-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 25px rgba(3,36,61,.10);
}

.mww-advice-card-image {
  display:block;
  height:210px;
  overflow:hidden;
  background:var(--mww-light-blue);
}

.mww-advice-card-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mww-advice-image-placeholder {
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:linear-gradient(
    135deg,
    var(--mww-dark),
    var(--mww-navy)
  );
  color:#fff;
  text-align:center;
}

.mww-advice-card-content {
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px;
}

.mww-advice-card-content h3 {
  margin:8px 0 12px;
  color:var(--mww-navy);
  font-size:21px;
  line-height:1.2;
}

.mww-advice-card-content h3 a {
  color:inherit;
}

.mww-advice-card-content p {
  margin:0;
  color:var(--mww-muted);
  font-size:14px;
  line-height:1.55;
}

.mww-advice-read {
  margin-top:auto;
  padding-top:20px;
  color:var(--mww-blue);
  font-size:14px;
  font-weight:800;
}

.mww-advice-loading,
.mww-advice-empty {
  grid-column:1 / -1;
  padding:40px;
  background:var(--mww-light-blue);
  border-radius:10px;
  color:var(--mww-muted);
  text-align:center;
}

.mww-advice-more {
  margin-top:32px;
  text-align:center;
}

/* NAVY LINKS */

.mww-navy-section .mww-navy-features a {
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:15px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:8px;
  color:#fff;
  font-weight:700;
  text-align:center;
}

.mww-navy-section .mww-navy-features a:hover {
  background:rgba(255,255,255,.14);
}

/* RESPONSIVE */

@media(max-width:1050px) {

  .mww-advice-topic-grid,
  .mww-advice-grid {
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:700px) {

  .mww-advice-topic-grid,
  .mww-advice-grid {
    grid-template-columns:1fr;
  }

  .mww-advice-filter {
    justify-content:flex-start;
  }

}
/* =========================================================
   SPECIAL OFFERS
   ========================================================= */

.mww-offer-list {
  display:grid;
  gap:30px;
}

/* OFFER ROW */

.mww-offer-row {
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:12px;
  box-shadow:0 6px 20px rgba(3,36,61,.06);
}

/* IMAGE */

.mww-offer-image {
  min-height:420px;
}

.mww-offer-image .mww-placeholder {
  width:100%;
  height:100%;
  min-height:420px;
  border:0;
  border-radius:0;
}

/* CONTENT */

.mww-offer-content {
  display:flex;
  flex-direction:column;
  padding:36px;
}

.mww-offer-label {
  align-self:flex-start;
  margin-bottom:12px;
  padding:7px 10px;
  background:var(--mww-blue);
  border-radius:4px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
}

.mww-offer-content h2 {
  margin:0 0 13px;
  color:var(--mww-navy);
  font-size:32px;
  line-height:1.1;
}

.mww-offer-intro {
  margin:0 0 25px;
  color:var(--mww-muted);
  font-size:15px;
  line-height:1.6;
}

/* DETAILS */

.mww-offer-details {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.mww-offer-details > div {
  padding:14px 15px;
  background:var(--mww-light-blue);
  border-radius:7px;
}

.mww-offer-details strong {
  display:block;
  margin-bottom:4px;
  color:var(--mww-navy);
  font-size:13px;
}

.mww-offer-details span {
  color:var(--mww-muted);
  font-size:13px;
  line-height:1.4;
}

/* PRICE / CTA */

.mww-offer-bottom {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-top:auto;
  padding-top:28px;
}

.mww-offer-price span {
  display:block;
  margin-bottom:3px;
  color:var(--mww-muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.7px;
}

.mww-offer-price strong {
  display:block;
  color:var(--mww-navy);
  font-size:30px;
  line-height:1.1;
}

.mww-offer-price small {
  display:block;
  margin-top:5px;
  color:var(--mww-muted);
  font-size:11px;
}

.mww-offer-actions {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
}

.mww-offer-phone {
  color:var(--mww-navy);
  font-size:13px;
  font-weight:800;
}

/* RESPONSIVE */

@media(max-width:900px) {

  .mww-offer-row {
    grid-template-columns:1fr;
  }

  .mww-offer-image,
  .mww-offer-image .mww-placeholder {
    min-height:300px;
  }

}

@media(max-width:600px) {

  .mww-offer-content {
    padding:25px;
  }

  .mww-offer-content h2 {
    font-size:27px;
  }

  .mww-offer-details {
    grid-template-columns:1fr;
  }

  .mww-offer-bottom {
    align-items:stretch;
    flex-direction:column;
  }

  .mww-offer-actions {
    align-items:stretch;
  }

  .mww-offer-actions .mww-btn {
    width:100%;
    justify-content:center;
  }

}
/* =========================================================
   MICHAELS WORKWEAR OFFER MANAGER
   ========================================================= */

.mww-offer-manager-form {
  max-width:1000px;
  margin:0 auto;
  padding:34px;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:12px;
  box-shadow:0 6px 20px rgba(3,36,61,.06);
}

.mww-manager-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.mww-manager-full {
  grid-column:1 / -1;
}

.mww-manager-field {
  display:flex;
  flex-direction:column;
}

.mww-manager-field label {
  margin:0 0 7px;
  color:var(--mww-navy);
  font-size:14px;
  font-weight:800;
}

.mww-manager-field input[type="text"],
.mww-manager-field textarea,
.mww-manager-field input[type="file"] {
  width:100%;
  padding:12px 14px;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:7px;
  color:var(--mww-text);
  font-size:15px;
  font-family:inherit;
}

.mww-manager-field textarea {
  resize:vertical;
}

.mww-manager-field input:focus,
.mww-manager-field textarea:focus {
  outline:none;
  border-color:var(--mww-blue);
  box-shadow:0 0 0 3px rgba(58,87,153,.10);
}

.mww-manager-field small {
  margin-top:7px;
  color:var(--mww-muted);
  font-size:12px;
}

.mww-manager-current-image {
  margin-bottom:12px;
}

.mww-manager-current-image img {
  display:block;
  width:auto;
  max-width:240px;
  max-height:180px;
  border-radius:8px;
}

.mww-manager-switch {
  display:flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:10px;
  padding:16px 18px;
  background:var(--mww-light-blue);
  border-radius:8px;
  cursor:pointer;
}

.mww-manager-switch input {
  width:19px;
  height:19px;
}

.mww-manager-switch span {
  color:var(--mww-navy);
  font-weight:800;
}

.mww-manager-actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid var(--mww-border);
}

.mww-manager-actions form {
  margin:0;
}

.mww-manager-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 16px;
  background:var(--mww-navy);
  border:0;
  border-radius:6px;
  color:#fff !important;
  font-size:13px;
  font-weight:800;
  text-decoration:none !important;
  cursor:pointer;
}

.mww-manager-btn:hover {
  background:var(--mww-blue);
}

.mww-manager-delete {
  background:#b42318;
}

.mww-manager-delete:hover {
  background:#8d1b12;
}

.mww-offer-live {
  background:#16803d !important;
}

.mww-offer-paused {
  background:#687680 !important;
}

.mww-offer-real-image {
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}

@media(max-width:700px) {

  .mww-manager-grid {
    grid-template-columns:1fr;
  }

  .mww-manager-full {
    grid-column:auto;
  }

  .mww-offer-manager-form {
    padding:22px;
  }

}

  /* =========================================================
   MICHAELS WORKWEAR GLOBAL HEADER
   ========================================================= */

.mww-site-header,
.mww-site-header * {
  box-sizing:border-box;
}

.mww-site-header {
  position:sticky;
  top:0;
  z-index:9999;
  width:100%;
}

.mww-header-main {
  background:#fff;
  border-top:3px solid var(--mww-blue);
  border-bottom:1px solid var(--mww-border);
  box-shadow:0 3px 12px rgba(3,36,61,.05);
}

.mww-header-wrap {
  width:min(1240px, calc(100% - 40px));
  min-height:74px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:20px;
}


/* LOGO */

.mww-header-logo {
  flex:0 0 auto;
}

.mww-header-logo a {
  display:block;
}

.mww-header-logo img {
  display:block;
  width:auto;
  max-width:215px;
  max-height:55px;
}


/* DESKTOP NAV */

.mww-header-nav {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:3px;
  margin-left:auto;
}

.mww-nav-item {
  position:relative;
}

.mww-nav-group-head {
  display:flex;
  align-items:center;
}

.mww-nav-group-head > a {
  display:flex;
  align-items:center;
  min-height:74px;
  padding:0 9px;
  color:var(--mww-navy);
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

.mww-nav-group-head > a:hover {
  color:var(--mww-blue);
}

.mww-has-menu .mww-nav-group-head > a::after {
  content:"▾";
  margin-left:5px;
  font-size:10px;
}


/* DESKTOP DROPDOWNS */

.mww-dropdown {
  position:absolute;
  top:100%;
  left:0;
  width:255px;
  padding:8px 0;
  background:#fff;
  border:1px solid var(--mww-border);
  border-radius:0 0 8px 8px;
  box-shadow:0 12px 28px rgba(3,36,61,.12);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:
    opacity .16s ease,
    transform .16s ease,
    visibility .16s ease;
}

.mww-has-menu:hover .mww-dropdown {
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.mww-dropdown a {
  display:block;
  padding:11px 16px;
  color:var(--mww-navy);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

.mww-dropdown a:hover {
  background:var(--mww-light-blue);
  color:var(--mww-blue);
}


/* QUOTE */

.mww-header-cta {
  flex:0 0 auto;
}

.mww-header-quote {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  background:var(--mww-blue);
  border-radius:6px;
  color:#fff !important;
  font-size:13px;
  font-weight:800;
  text-decoration:none !important;
}

.mww-header-quote:hover {
  background:var(--mww-navy);
}


/* HIDDEN ON DESKTOP */

.mww-mobile-toggle,
.mww-submenu-toggle,
.mww-mobile-quote {
  display:none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1100px) {

  .mww-header-wrap {
    gap:12px;
  }

  .mww-header-logo img {
    max-width:175px;
  }

  .mww-nav-group-head > a {
    padding:0 6px;
    font-size:12px;
  }

  .mww-header-quote {
    padding:0 14px;
  }

}


/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media(max-width:900px) {

  .mww-header-wrap {
    width:calc(100% - 30px);
    min-height:68px;
    flex-wrap:wrap;
    gap:0;
  }


  /* LOGO */

  .mww-header-logo {
    flex:1;
  }

  .mww-header-logo img {
    max-width:185px;
    max-height:50px;
  }


  /* HAMBURGER */

  .mww-mobile-toggle {
    width:44px;
    height:44px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:0;
    background:transparent;
    border:0;
    cursor:pointer;
  }

  .mww-mobile-toggle span {
    width:25px;
    height:3px;
    display:block;
    background:var(--mww-blue);
    border-radius:3px;
    transition:.2s ease;
  }

  .mww-menu-open .mww-mobile-toggle span:nth-child(1) {
    transform:translateY(8px) rotate(45deg);
  }

  .mww-menu-open .mww-mobile-toggle span:nth-child(2) {
    opacity:0;
  }

  .mww-menu-open .mww-mobile-toggle span:nth-child(3) {
    transform:translateY(-8px) rotate(-45deg);
  }


  /* DESKTOP QUOTE HIDDEN */

  .mww-header-cta {
    display:none;
  }


  /* MENU PANEL */

  .mww-header-nav {
    width:100%;
    max-height:0;
    overflow:hidden;
    display:block;
    margin:0;
    background:#fff;
    transition:max-height .3s ease;
  }

  .mww-menu-open .mww-header-nav {
    max-height:85vh;
    overflow-y:auto;
    padding:10px 0 18px;
    border-top:1px solid var(--mww-border);
  }


  /* MENU ITEMS */

  .mww-nav-item {
    width:100%;
    border-bottom:1px solid var(--mww-border);
  }

  .mww-nav-group-head {
    width:100%;
    min-height:50px;
    display:flex;
    align-items:center;
  }

  .mww-nav-group-head > a {
    min-height:50px;
    flex:1;
    padding:0 8px;
    color:var(--mww-navy);
    font-size:14px;
  }

  .mww-has-menu .mww-nav-group-head > a::after {
    display:none;
  }


  /* PLUS / MINUS */

  .mww-submenu-toggle {
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    background:transparent;
    border:0;
    color:var(--mww-blue);
    font-size:25px;
    font-weight:400;
    cursor:pointer;
  }


  /* MOBILE SUBMENUS */

  .mww-dropdown {
    position:static;
    width:100%;
    display:none;
    padding:4px 0 10px 15px;
    background:var(--mww-light-blue);
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    transform:none;
  }

  .mww-submenu-open .mww-dropdown {
    display:block;
  }

  .mww-dropdown a {
    padding:11px 12px;
    font-size:13px;
  }

  .mww-dropdown a:hover {
    background:#fff;
  }


  /* QUOTE INSIDE MOBILE MENU */

  .mww-mobile-quote {
    display:block;
    padding:18px 0 0;
  }

  .mww-mobile-quote .mww-header-quote {
    width:100%;
    min-height:48px;
  }

}
/* =========================================================
   MICHAELS WORKWEAR GLOBAL FOOTER
   ========================================================= */

.mww-site-footer,
.mww-site-footer * {
  box-sizing:border-box;
}

.mww-site-footer {
  width:100%;
  background:#fff;
  border-top:1px solid var(--mww-border);
}

.mww-footer-wrap {
  width:min(var(--mww-width), calc(100% - 50px));
  margin:0 auto;
}


/* MAIN */

.mww-footer-main {
  padding:52px 0 46px;
  background:#fff;
}

.mww-footer-main .mww-footer-wrap {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr 1.1fr;
  gap:34px;
  align-items:start;
}


/* BRAND */

.mww-footer-brand {
  max-width:310px;
}

.mww-footer-logo {
  display:inline-block;
  margin-bottom:18px;
}

.mww-footer-logo img {
  display:block;
  width:auto;
  max-width:210px;
  max-height:58px;
}

.mww-footer-brand p {
  margin:0 0 20px;
  color:var(--mww-muted);
  font-size:14px;
  line-height:1.55;
}

.mww-footer-contact {
  display:grid;
  gap:8px;
}

.mww-footer-contact a {
  color:var(--mww-navy);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  line-height:1.4;
}

.mww-footer-contact a:hover {
  color:var(--mww-blue);
}


/* COLUMNS */

.mww-footer-column {
  display:grid;
  gap:9px;
}

.mww-footer-column strong,
.mww-footer-cta strong {
  display:block;
  margin-bottom:5px;
  color:var(--mww-navy);
  font-size:15px;
  font-weight:800;
}

.mww-footer-column a {
  color:var(--mww-muted);
  font-size:13px;
  line-height:1.4;
  text-decoration:none;
}

.mww-footer-column a:hover {
  color:var(--mww-blue);
}


/* CTA */

.mww-footer-cta {
  padding:22px;
  background:var(--mww-light-blue);
  border-radius:10px;
}

.mww-footer-cta p {
  margin:0 0 18px;
  color:var(--mww-muted);
  font-size:13px;
  line-height:1.5;
}

.mww-footer-quote {
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  background:var(--mww-blue);
  border-radius:6px;
  color:#fff !important;
  font-size:13px;
  font-weight:800;
  text-decoration:none !important;
}

.mww-footer-quote:hover {
  background:var(--mww-navy);
}


/* BOTTOM STRIP */

.mww-footer-bottom {
  background:var(--mww-blue);
  color:#fff;
}

.mww-footer-bottom-inner {
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.mww-footer-bottom span,
.mww-footer-bottom a {
  color:#fff;
  font-size:11px;
  line-height:1.4;
}

.mww-footer-legal {
  display:flex;
  align-items:center;
  gap:16px;
}

.mww-footer-legal a {
  text-decoration:none;
}

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


/* TABLET */

@media(max-width:1050px) {

  .mww-footer-main .mww-footer-wrap {
    grid-template-columns:2fr 1fr 1fr;
  }

  .mww-footer-cta {
    grid-column:span 2;
  }

}


/* MOBILE */

@media(max-width:700px) {

  .mww-footer-wrap {
    width:calc(100% - 30px);
  }

  .mww-footer-main {
    padding:40px 0 34px;
  }

  .mww-footer-main .mww-footer-wrap {
    grid-template-columns:1fr;
    gap:28px;
  }

  .mww-footer-brand {
    max-width:none;
  }

  .mww-footer-cta {
    grid-column:auto;
  }

  .mww-footer-bottom-inner {
    min-height:auto;
    padding:16px 0;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .mww-footer-legal {
    flex-wrap:wrap;
    gap:10px 14px;
  }

}
/* FOOTER FINAL POLISH */

.mww-site-footer {
  border-top:0;
}

.mww-footer-cta {
  border:1px solid rgba(58,87,153,.16);
}

.mww-footer-contact a {
  line-height:1.55;
}

.mww-footer-bottom-inner {
  min-height:42px;
}

.mww-footer-bottom span,
.mww-footer-bottom a {
  font-size:11.5px;
}
/* =========================================================
   LEGAL PAGES
   ========================================================= */

.mww-legal-hero {
  padding:58px 0;
  background:var(--mww-navy);
}

.mww-legal-hero h1 {
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(38px,4vw,54px);
  line-height:1.05;
}

.mww-legal-hero p {
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.85);
  font-size:17px;
  line-height:1.6;
}

.mww-legal-content {
  max-width:900px;
}

.mww-legal-content h2 {
  margin:42px 0 14px;
  color:var(--mww-navy);
  font-size:26px;
  line-height:1.2;
}

.mww-legal-content h2:first-of-type {
  margin-top:30px;
}

.mww-legal-content p,
.mww-legal-content li {
  color:var(--mww-muted);
  font-size:15px;
  line-height:1.7;
}

.mww-legal-content p {
  margin:0 0 16px;
}

.mww-legal-content ul {
  margin:12px 0 22px;
  padding-left:24px;
}

.mww-legal-content li {
  margin-bottom:7px;
}

.mww-legal-content a {
  color:var(--mww-blue);
  font-weight:700;
}

@media(max-width:700px) {
  .mww-legal-hero {
    padding:46px 0;
  }

  .mww-legal-content h2 {
    margin-top:34px;
    font-size:23px;
  }
}
.mww-header-wrap {
  width:min(1400px, calc(100% - 40px));
}

.mww-footer-wrap {
  width:min(1400px, calc(100% - 50px));
}/* End custom CSS */